	.women-toys-nav {
	    background: #000;
	    font-family: Inter, sans-serif !important;
	    font-size: 14px;
	    color: #000;
	    margin: 0 auto;
	    padding: 0;
	    position: relative;
	    width: 96%;
	    height: auto;
	}

	.women-toys-mySwiper {
	    width: 100%;
	    height: 100%;
	}

	.lifestyle_item {
	    text-align: center;
	    font-size: 18px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.lifestyle_item img {
	    display: block;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}






	.women-toys-container {
	    position: relative;
	    width: 100%;
	    height: auto;
	    border-radius: 10px;
	}

	.women-toys-container img {
	    width: 100%;
	    height: 100%;
	    border-radius: 10px;
	}

	.women-toys-text {
	    position: absolute;
	    bottom: 52px;
	    left: 50%;
	    transform: translateX(-50%);
	    color: white;
	    text-align: center;
	    width: 100%;
	}

	.women-toys-button {
	    position: absolute;
	    bottom: -38px;
	    left: 50%;
	    transform: translateX(-50%);
	    background-color: #000;
	    color: white;
	    padding: 12px 24px;
	    white-space: nowrap;
	    font-weight: bold;
	    border: 1px solid #d3d3d3;
	    cursor: pointer;
	    border-radius: 10px;
	}

	.women-toys-button:hover {
	    background-color: #fff;
	    color: #000;
	}

	.women-toys-text-h2 {
	    font-size: 24px;
	    color: #fff;
	    font-weight: normal;
	    margin: 0;
	    font-family: Universal Sans Display !important;
	}

	.women-toys-text-p {
	    font-size: 16px;
	    margin: 16px 0;
	    font-family: Inter, sans-serif !important;
	}
    .women-toys-heading__section{
        width: 96%;
        margin: 0 auto;
    }
    .women-toys-heading__section h4 {
        color: #d3d3d3;
        font-size: 18px;
      font-family: Universal Sans Display !important;
        padding-bottom: 40px;
    }
    .women-toys-section-container{
        padding: 32px 0;
    }
	@media (max-width:959px) {
	    .women-toys-text-h1 {
	        font-size: 20px;
	    }

	    .women-toys-button {
	        font-size: 12px;
	    }

	    .women-toys-container {
	        height: 300px;
	    }

	    .women-toys-text-p {
	        font-size: 16px;
	    }
        .women-toys-button{
            padding: 12px;
        }
         .women-toys-heading__section h4 {
        color: #d3d3d3;
        padding-bottom: 20px;
          }
	}
    .women-toys-button_display{
        display: none;
    }