body{overflow-x:hidden}.hero-section{position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/cdn/shop/files/doctor-hero-section.png?v=1770959931);background-position:center;background-repeat:no-repeat;background-size:cover;z-index:-1}.hero-section .hero-content{padding:165px 0}.hero-section .hero-content .hero-title{font-size:65px;font-weight:700;color:#223645;line-height:1.2;margin-bottom:30px}.hero-section .hero-content .hero-text{font-size:18px;font-weight:500;color:#223645;line-height:1.8;max-width:450px}.why-section{background:#fff;padding-top:40px;position:relative;overflow:hidden}.why-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/cdn/shop/files/why-one-stop-back.webp?v=1771063078);background-position:center;background-repeat:no-repeat;background-size:contain;z-index:0}.heading-back{position:relative;text-align:center;padding:20px;z-index:1}.heading-back:before{content:"";position:absolute;width:630px;height:100%;left:50%;top:50%;transform:translate(-50%,-50%);background-image:url(/cdn/shop/files/heading-back.webp?v=1771063153);background-position:center;background-size:contain;background-repeat:no-repeat;z-index:-1}.heading-image-container{width:65%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.heading-image-container img{width:100%;height:100%;object-fit:contain}.section-title{font-size:60px;font-weight:700;color:#223645;text-align:center;margin-bottom:10px}.section-subtitle{font-size:18px;color:#223645;text-align:center;font-weight:400;max-width:1200px;margin:10px auto 40px}.condition-card{background:#fff;border-radius:150px 150px 2px 2px;overflow:hidden;height:100%;transition:all .5s ease-in}.condition-card:hover{box-shadow:0 8px 25px #00000026}.condition-card .card-image{width:100%;object-fit:cover;border-radius:20px 20px 0 0}.condition-card .card-body{padding:10px 10px 20px;text-align:center}.condition-card .card-body .card-title{font-size:20px;font-weight:700;color:#223645;margin-bottom:6px;display:flex;align-items:center;justify-content:center}.condition-card .card-body .card-description{font-size:16px;font-weight:500;color:#000}.shop-now{background-color:#1b5e20;color:#fff;font-size:16px;font-weight:400;border:none;outline:none;border-radius:6px;padding:8px 20px;text-decoration:none;cursor:pointer;margin-bottom:10px}.carousel-section{background-color:#fff}.carousel-section .container{overflow:hidden;padding-top:80px}.carousel-section .carousel-container{position:relative;margin-bottom:40px}.carousel-section .carousel-container .carousel-track{display:flex;transition:transform .8s cubic-bezier(.25,.46,.45,.94);position:relative;left:0}.carousel-section .carousel-container .carousel-track .carousel-card{min-width:500px;max-width:500px;flex-shrink:0;margin:0 15px;transform:scale(.85);transition:all .8s cubic-bezier(.25,.46,.45,.94);border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0000001a;cursor:grab;-webkit-user-select:none;user-select:none;pointer-events:auto}.carousel-section .carousel-container .carousel-track .carousel-card.active{opacity:1;cursor:grabbing;transform:scale(1.2);box-shadow:0 12px 35px #0000004d;z-index:10;pointer-events:auto}.carousel-section .carousel-container .carousel-track .carousel-card img{width:100%;height:100%;background-size:cover}.carousel-section .carousel-indicators-custom{display:flex;justify-content:center;gap:10px;margin-bottom:40px;margin-top:40px}.carousel-section .carousel-indicators-custom .indicator-dot{width:12px;height:12px;border-radius:50%;background:#ccc;cursor:pointer;transition:all .3s}.carousel-section .carousel-indicators-custom .indicator-dot.active{width:30px;border-radius:6px}.carousel-section .carousel-indicators-custom .indicator-dot.active.color-yellow{background:#ffd54f}.carousel-section .carousel-indicators-custom .indicator-dot.active.color-green{background:#1b5e20}.carousel-section .carousel-indicators-custom .indicator-dot.active.color-rose{background:#8d6e63}.product-collection{display:none;-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out;padding-bottom:10px}.product-collection.active{display:block}.product-collection .product-card{height:100%;display:block;box-shadow:0 0 5px -2px #17491d;border-radius:20px;padding:4px;text-decoration:none}.product-collection .product-card .product-image{width:100%;height:264px;object-fit:cover;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:10px}.product-collection .product-card .product-image img{width:100%;height:100%;object-fit:cover;border-top-left-radius:20px;border-top-right-radius:20px;overflow:hidden}.product-collection .product-card .product-image .img1{transform:scale(1);transition:all .5s ease}.product-collection .product-card .product-image .img2{display:none}.product-collection .product-card:hover .product-image .img1{display:none;transition:all .5s ease}.product-collection .product-card:hover .product-image .img2{display:flex;transition:display .5s ease;transform:scale(1)}.product-collection .product-card .product-info{padding:10px;display:flex;flex-direction:column;align-items:center;justify-content:center}.product-collection .product-card .product-info .product-name{font-size:16px;font-weight:500;color:#000;margin-bottom:4px;min-height:40px;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.product-collection .product-card .product-info .product-price{align-items:center;justify-content:center;display:flex;gap:5px;text-align:center;margin-bottom:20px}.product-collection .product-card .product-info .product-price .price-original{font-size:14px;color:#3e6643;font-weight:500}.product-collection .product-card .product-info .product-price .price-current{font-size:12px;color:#3e6643;text-decoration:line-through;font-weight:500}.product-collection .product-card .product-info .product-price .discount-badge{font-size:12px;background-color:#3e6643;color:#fff;font-weight:500;padding:4px;border-radius:4px}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.testimonials-section{padding:60px 0;background-color:#fff;position:relative}.testimonials-section .testimonial-grid{display:flex;gap:25px;padding:10px 0;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;cursor:grab;scrollbar-width:none}.testimonials-section .testimonial-grid::-webkit-scrollbar{display:none}.testimonials-section .testimonial-grid:active{cursor:-webkit-grabbing;cursor:grabbing}.testimonials-section .testimonial-grid .testimonial-card{position:relative;border-radius:20px;overflow:hidden;width:300px;min-width:300px;aspect-ratio:9/16;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;cursor:pointer;box-shadow:0 4px 10px #0000001a}.testimonials-section .testimonial-grid .testimonial-card .bottom-btn{position:absolute;bottom:-100px;width:100%;padding:20px;background-color:#1b5e20;z-index:2;color:#fff;font-size:18px;text-align:center;font-weight:400;text-decoration:none;transition:bottom .5s ease-in}.testimonials-section .testimonial-grid .testimonial-card:hover{box-shadow:0 8px 25px #0003}.testimonials-section .testimonial-grid .testimonial-card:hover .bottom-btn{bottom:0}.testimonials-section .testimonial-grid .testimonial-card.active{border:3px solid #2196f3;box-shadow:0 0 20px #2196f366}.testimonials-section .testimonial-grid .testimonial-card iframe{width:100%;height:100%;border:none;display:block;pointer-events:none}.testimonials-section .testimonial-grid .testimonial-card.active iframe{pointer-events:auto}.numer-container-main{padding:30px 0;background-image:url(/cdn/shop/files/not-alone-back.webp?v=1771063202);background-position:center;background-repeat:no-repeat;background-size:cover;margin-top:40px}.numer-container-main .notAlone-container .header-text{font-size:18px;color:#000;margin-bottom:10px;font-weight:400}.numer-container-main .notAlone-container .main-heading{font-size:60px;font-weight:700;color:#223645;text-align:center;margin-bottom:10px}.numer-container-main .notAlone-container .subheading{font-size:18px;font-weight:400;color:#000;margin-bottom:20px}.numer-container-main .notAlone-container .consultation-section .consultation-heading{font-size:30px;font-weight:700;color:#223645;margin-bottom:20px}.numer-container-main .notAlone-container .consultation-section form{text-align:center}.numer-container-main .notAlone-container .consultation-section form .form-control{border-radius:8px;border:1px solid #cccccc;padding:16px;font-size:14px;background-color:#fff}.numer-container-main .notAlone-container .consultation-section form .form-control::-webkit-input-placeholder{color:#5c5c5c}.numer-container-main .notAlone-container .consultation-section form .form-control:-ms-input-placeholder{color:#5c5c5c}.numer-container-main .notAlone-container .consultation-section form .form-control::-ms-input-placeholder{color:#5c5c5c}.numer-container-main .notAlone-container .consultation-section form .form-control::placeholder{color:#5c5c5c}.numer-container-main .notAlone-container .consultation-section form .submit-btn{border:none;outline:none;background-color:#0b6520;color:#fff;font-size:16px;font-weight:600;cursor:pointer;padding:10px 70px;border-radius:6px}.numer-container-main .notAlone-container .consultation-section form .submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.numer-container-main .notAlone-container .stat-card{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:20px;margin-bottom:20px;box-shadow:0 5px 15px #0000001a;border:1px solid rgba(255,255,255,.3)}.numer-container-main .notAlone-container .stat-card.purple{background:linear-gradient(135deg,#1b9acf,#e5238a)}.numer-container-main .notAlone-container .stat-card.pink,.numer-container-main .notAlone-container .stat-card.light-pink{background:linear-gradient(135deg,#1b9acf80,#e5238a80);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.numer-container-main .notAlone-container .stat-card .stat-icon{width:64px;height:64px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;font-size:24px}.numer-container-main .notAlone-container .stat-card .stat-icon img{width:49px;height:49px;object-fit:contain}.numer-container-main .notAlone-container .stat-card .stat-number{font-size:24px;font-weight:700;color:#fff;margin:0}.numer-container-main .notAlone-container .stat-card .stat-text{font-size:18px;font-weight:400;color:#fff;margin:0}.why-happens{padding:50px 0}.why-happens .heading{font-size:45px;font-weight:700;color:#000;text-align:start;margin-bottom:10px}.why-happens .card-container{display:flex;gap:20px;flex-wrap:wrap}.why-happens .card-container .health-card{flex:0 0 350px;position:relative;border-radius:15px;overflow:hidden;height:180px;flex:1;min-width:140px;max-width:320px;cursor:pointer;transition:transform .3s ease;box-shadow:0 5px 15px #00000026;text-decoration:none}.why-happens .card-container .health-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0003}.why-happens .card-container .health-card .card-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center}.why-happens .card-container .health-card .card-content img{width:100%;height:100%;object-fit:contain}.why-happens .card-container .health-card .card-content .card-label{position:absolute;bottom:0;z-index:2;width:100%;height:76px;background-image:-webkit-gradient(linear,left top,left bottom,from(#c4c4c400),to(#000000));background-image:linear-gradient(#c4c4c400,#000);display:flex;align-items:end;justify-content:center}.why-happens .card-container .health-card .card-content .card-label p{color:#fff;font-size:18px;text-align:center;font-weight:400;margin:0 0 4px}.logos-container .logo-scroll-container{overflow:hidden}.logos-container .logo-scroll-container .logos-scroll{display:flex;align-items:center;gap:40px;animation:scroll 20s linear infinite}.logos-container .logo-scroll-container .logos-scroll:hover{animation-play-state:paused}.logos-container .logo-scroll-container .logos-scroll .logo-item{max-width:150px}.logos-container .logo-scroll-container .logos-scroll .logo-item img{max-width:150px;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.struggle-container{padding-top:50px;width:100%;overflow:hidden;position:relative;display:flex;gap:20px}.struggle-container .struggle-wrapper{overflow:hidden}.struggle-container .struggle-wrapper .struggle-track{display:flex;gap:25px;animation:scroll 30s linear infinite;width:fit-content}.struggle-container .struggle-wrapper .struggle-track:hover{animation-play-state:paused}.struggle-container .struggle-wrapper .struggle-track .struggle-card{flex:0 0 auto;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:50px;transition:transform .3s ease,box-shadow .3s ease}.struggle-container .struggle-wrapper .struggle-track .struggle-card:hover{transform:translateY(-5px)}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text{flex:1;display:flex;flex-direction:column;justify-content:center;gap:15px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text h2{font-size:40px;font-weight:700;color:#000;line-height:1.2;margin:0}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text p{font-size:18px;font-weight:400;color:#333;line-height:1.6;margin:0}.struggle-container .struggle-wrapper .struggle-track .struggle-card .struggle-card-image{-ms-flex-negative:0;flex-shrink:0;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.struggle-container .struggle-wrapper .struggle-track .struggle-card .struggle-card-image img{width:100%;height:100%;object-fit:cover;display:block}.condition-card .card-body .card-description{font-size:14px;padding:10px 0}#shopify-section-template--25587629293855__sexual_wellness_why_happens_DVaWrh .why-happens{padding-bottom:0!important}#shopify-section-template--25587629293855__sexual_wellness_why_happens_DVaWrh .why-happens .heading{width:22%}#shopify-section-template--25587629293855__sexual_wellness_why_happens_AthgqF .why-happens{padding:0!important}#shopify-section-template--25587629293855__sexual_wellness_why_happens_AthgqF .why-happens .heading{width:30%;margin-bottom:20px}@-webkit-keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1200px){.section-title{font-size:40px}.heading-back:before{width:300px}.hero-section .hero-content{padding:127px 0}.hero-section .hero-content .hero-title{font-size:46px}.hero-section .hero-content .hero-text{font-size:16px;max-width:412px}.why-happens{padding:30px 0}.why-happens .heading{font-size:34px}.why-section{padding-top:30px}.why-section .row>*{padding-left:5px;margin-top:10px;padding-right:5px}.condition-card .card-body .card-title{font-size:18px}.condition-card .card-body .card-description{font-size:14px;height:36px}.product-collection .row>*{padding-left:5px;padding-right:5px;margin-top:10px}.product-collection .product-card .product-image{height:auto}.carousel-section .container{padding-top:60px}.numer-container-main .notAlone-container .main-heading{font-size:40px}.testimonials-section{padding:30px 0}.struggle-container{padding-top:30px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text h2{font-size:32px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text p{font-size:16px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .struggle-card-image{width:334px;height:220px}.notAlone-container .row>*{padding-left:5px;padding-right:5px;margin-top:10px}.numer-container-main .notAlone-container .stat-card .stat-number{font-size:18px}.numer-container-main .notAlone-container .stat-card .stat-text{font-size:15px}}@media(max-width:992px){.section-title{font-size:32px}.heading-image-container{width:80%}.hero-section .hero-content{padding:89px 0}.hero-section .hero-content .hero-title{font-size:36px;margin-bottom:14px}.hero-section .hero-content .hero-text{max-width:355px;font-size:14px}.condition-card .card-body .card-description{height:auto}.carousel-section .container{padding-top:50px}.carousel-section .carousel-container{margin-bottom:38px}.carousel-section .carousel-indicators-custom{margin-bottom:20px}.testimonials-section .testimonial-grid .testimonial-card{aspect-ratio:auto;height:420px}.numer-container-main .notAlone-container .header-text{text-align:center}.numer-container-main .notAlone-container .main-heading{text-align:center!important;font-size:32px}.numer-container-main .notAlone-container .subheading,.numer-container-main .notAlone-container .consultation-section .consultation-heading{text-align:center}.struggle-container .struggle-wrapper .struggle-track .struggle-card{width:700px;padding:16px;gap:30px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .struggle-card-image{width:280px;height:220px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text h2{font-size:26px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text{gap:0}}@media(max-width:768px){.section-subtitle{font-size:14px;padding:0 15px;margin-bottom:20px}.heading-image-container{margin-bottom:20px;width:95%}.heading-back{padding:0}.heading-back:before{width:226px}.hero-section .hero-content{padding:80px 0}.hero-section .hero-content .hero-title{font-size:24px;margin-bottom:10px}.hero-section .hero-content .hero-text{font-size:10px;max-width:228px}.carousel-section .container{padding-top:70px}.carousel-section .carousel-container{margin-bottom:20px}.testimonials-section .testimonial-grid{margin-top:20px;gap:20px}.testimonials-section .testimonial-grid .testimonial-card{height:360px}.why-happens .heading{font-size:26px}.why-happens .card-container{display:grid}.why-happens .card-container .health-card{max-width:100%}.logos-container .logo-scroll-container .logos-scroll .logo-item img{max-width:100px}.struggle-container .struggle-wrapper .struggle-track .struggle-card{width:540px;min-height:218px;padding:15px;gap:10px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text{width:100%}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text h2{font-size:26px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text p{font-size:15px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .struggle-card-image{max-width:221px;height:192px}.swiper-backface-hidden .swiper-slide{gap:30px!important;padding:0 50px}}@media(max-width:580px){.section-title{font-size:26px}.heading-back:before{display:none}.hero-section .hero-content{padding:30px 0}.hero-section .hero-content .hero-title{font-size:17px}.carousel-section .container{padding-top:50px}.carousel-section .carousel-container{margin-bottom:-13px}.carousel-section .carousel-indicators-custom .indicator-dot{width:8px;height:8px}.swiper-backface-hidden .swiper-slide{gap:30px!important;padding:0 50px}.carousel-section .carousel-container .carousel-track .carousel-card.active{box-shadow:none}.numer-container-main .notAlone-container .main-heading{font-size:26px}.numer-container-main .notAlone-container .stat-card{padding:10px}.numer-container-main .notAlone-container .stat-card .stat-icon{width:47px;height:47px;margin-bottom:4px}.numer-container-main .notAlone-container .stat-card .stat-number{font-size:14px}.numer-container-main .notAlone-container .stat-card .stat-text{font-size:12px}.numer-container-main .notAlone-container .subheading,.numer-container-main .notAlone-container .header-text{font-size:16px;margin-bottom:10px}.numer-container-main .notAlone-container .consultation-section .consultation-heading{font-size:26px}.numer-container-main .notAlone-container .consultation-section form .form-control{padding:12px}.numer-container-main .notAlone-container .consultation-section form .submit-btn{padding:12px 60px}.why-happens{padding:20px 0}.why-happens .heading{font-size:22px}.why-happens .card-container{gap:10px;grid-template-columns:repeat(2,1fr)}.why-happens .card-container .health-card .card-content .card-label p{font-size:14px}.why-section{padding-top:20px}.testimonials-section{padding:20px 0}.struggle-container{padding-top:20px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text h2{font-size:22px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .card-text p{font-size:12px}.struggle-container .struggle-wrapper .struggle-track{gap:15px}.struggle-container .struggle-wrapper .struggle-track .struggle-card .struggle-card-image{max-width:222px;height:162px}.heading-image-container{margin-bottom:10px;width:100%}.struggle-container .struggle-wrapper .struggle-track .struggle-card{min-height:195px}}
/*# sourceMappingURL=/cdn/shop/t/65/assets/sexual-wellness-style.css.map */
