:root{--primary:#a9215e;--bg-body:#ffffff;--bg-light:#fdf8fa;--bg-dark-green:#65918e;--text-main:#2d2d2d;--text-muted:#6b7280;--card-bg:#fdf2f8;--badge-bg:#bbf7d0;--badge-text:#166534;--radius-card:1.5rem;--radius-lg:1.25rem;--shadow-soft:0 18px 40px rgba(0,0,0,0.1);--primary-mujeres:#c13473;--bg-mujeres:#fdf7f9;--card-mujeres:#ffffff;--text-mujeres-main:#111827;--text-mujeres-contrast:#f9fafb;--faq-primary:#2d5d6d;--faq-bg-page:#e6f4f0;--faq-text-main:#1f2933;--faq-text-muted:#4b5563;--faq-radius-lg:1rem;--faq-shadow-soft:0 12px 35px rgba(15,23,42,0.18)}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:"Poppins",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:var(--bg-body);color:var(--text-main)}
html,body{overflow-x:hidden}

.page-products{max-width:1120px;margin:0 auto;padding:3rem 1rem 3rem 2rem}
.page-header{text-align:center;margin-bottom:3rem}
.page-title{width:150px}
.page-subtitle{margin:0;font-size:1.05rem;color:var(--text-muted)}

.products-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.product-card{display:flex;flex-direction:column;align-items:center;text-align:center}
.product-image-wrapper{position:relative;background-color:var(--card-bg);border-radius:var(--radius-card);padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-soft);width:100%;display:flex;justify-content:center;align-items:center}
.product-image{max-height:12rem;width:auto;object-fit:contain}
.badge-offer{position:absolute;top:.9rem;left:.9rem;background-color:var(--badge-bg);color:var(--badge-text);font-size:.7rem;font-weight:700;padding:.25rem .75rem;border-radius:999px;text-transform:uppercase}
.product-title{font-size:1.1rem;font-weight:600;margin:0}
.product-subtitle{margin:.4rem 0 .6rem;font-size:.85rem;color:var(--text-muted)}
.product-status{margin:.2rem 0 .6rem;font-size:1rem;font-weight:700}
.product-status-out{color:#dc2626}
.product-price{display:flex;align-items:baseline;justify-content:center;gap:.4rem;margin:.2rem 0 .8rem}
.price-old{font-size:.9rem;color:var(--text-muted);text-decoration:line-through}
.price-new{font-size:1.05rem;font-weight:700}
.btn-primary{text-decoration:none;border:none;border-radius:999px;padding:.75rem 1.8rem;background-color:var(--primary);color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;transition:opacity .2s ease,transform .1s ease}
.btn-primary:hover{opacity:.92;transform:translateY(-1px)}
.product-rating{display:flex;align-items:center;justify-content:center;margin-top:.75rem;color:#facc15;gap:.1rem}
.product-rating-empty{color:#857E77}
.material-icons{font-size:1.1rem;line-height:1;vertical-align:middle}

.page-routine-wrapper{max-width:1120px;margin:0 auto;padding:0 1rem 3rem}
.layout-grid{display:grid;gap:2rem;grid-template-columns:minmax(0,.75fr) minmax(0,1.1fr)}
.left-column{display:flex;flex-direction:column;gap:1rem}
.routine-pill{align-self:stretch;background-color:var(--primary);color:#fff;padding:.6rem 1.4rem;border-radius:15px;font-weight:500;font-size:1.2rem;text-align:-webkit-center}

.hero-card{position:relative;border-radius:var(--radius-lg);overflow:hidden;background-color:var(--primary);color:#fff;aspect-ratio:4/5;box-shadow:var(--shadow-soft)}
.hero-bg-image{position:absolute;inset:0;width:100%;object-fit:cover;opacity:.8}
.hero-content{position:relative;z-index:1;padding:2.5rem 1rem 1rem;display:flex;flex-direction:column;justify-content:space-between;height:100%}
.hero-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}
.hero-title{font-family:"Playfair Display",serif;font-size:clamp(2.2rem,4vw,3rem);font-weight:700;line-height:1.1;margin:0}
.hero-icon{font-size:2rem}
.hero-play{position:relative;z-index:10;display:flex;justify-content:center}
.btn-play{border:none;background:rgba(0,0,0,.5);border-radius:999px;padding:.7rem .9rem;cursor:pointer;transition:background .2s ease}
.btn-play .material-icons{color:#fff;font-size:2.2rem}
.btn-play:hover{background:rgba(0,0,0,.7)}
.hero-text{text-align:center;font-size:1rem;margin:0}

.right-column{display:flex;flex-direction:column;gap:1.0rem}
.kit-card{position:relative;background-color:#f8d9e6;border-radius:var(--radius-lg);padding:1.5rem 1.5rem 1.2rem;overflow:hidden;color:var(--text-main);box-shadow:var(--shadow-soft);display:flex}
.kit-badge-offer{position:absolute;top:.75rem;left:0;background-color:#4ade80;color:#14532d;font-weight:600;font-size:.8rem;padding:.4rem 1.4rem .4rem .9rem;clip-path:polygon(0 0,100% 0,90% 100%,0 100%)}
.kit-main{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1 1 auto}
.kit-products{width:100%!important;text-align:right!important;margin-left:auto!important;margin-right:0!important;display:block!important}
.kit-label,.kit-title{width:100%;text-align:center}
.kit-label{font-size:1.1rem;letter-spacing:.25em;color:#6b7280;margin:0 0 .3rem}
.kit-title{font-family:"Playfair Display",serif;font-size:2.8rem;margin:0 0 .8rem;color:var(--primary)}
.kit-image-wrapper{position:relative;width:100%;display:flex;justify-content:center;align-items:flex-end;margin-top:.5rem;min-height:180px}
.kit-image{position:relative;z-index:1;max-width:80%}
.kit-bg-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.3}
.kit-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;gap:1rem}
.kit-price{display:flex;align-items:baseline;gap:.4rem}
.kit-price-old{font-size:.95rem;text-decoration:line-through;color:#6b7280}
.kit-price-new{font-size:1.4rem;font-weight:700}

.shipping-card{background-color:var(--bg-dark-green);color:#fff;border-radius:var(--radius-lg)}
.shipping-pay-img{inset:0;width:100%;opacity:.8;border-radius:20px}
.shipping-text h3{font-family:"Playfair Display",serif;font-size:2rem;margin:0 0 .3rem}
.shipping-text p{margin:0}
.payment-methods{text-align:right}
.payment-methods h4{margin:0 0 .8rem;font-weight:600}
.payment-icons{display:flex;justify-content:flex-end;gap:1.2rem;flex-wrap:wrap}
.payment-item{display:flex;flex-direction:column;align-items:center;gap:.4rem;font-size:.85rem}
.payment-icon-circle{background-color:#fff;border-radius:999px;padding:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 25px rgba(0,0,0,.16)}
.payment-icon-circle .material-icons{color:#374151}
.payment-svg{width:24px;height:24px;color:#374151}
.payment-label{color:#e5e7eb}

.reviews-section{background-color:var(--bg-mujeres)}
.reviews-container{max-width:1120px;margin:0 auto;padding:3rem 1rem 4rem}
.reviews-header{text-align:center;margin-bottom:2.5rem}
.reviews-title{font-family:"Montserrat",sans-serif;font-size:clamp(2.3rem,4vw,3rem);margin:0;color:var(--primary-mujeres);font-weight:700}
.reviews-subtitle{margin:.4rem 0 0;font-size:1.1rem;color:var(--primary-mujeres)}
.reviews-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}
.review-card{background-color:var(--card-mujeres);border-radius:var(--radius-lg);box-shadow:0 12px 28px rgba(15,23,42,.18);overflow:hidden;display:flex;flex-direction:column;align-items:center;transform:translateZ(0);transition:transform .3s ease;cursor:pointer}
.review-card:hover{transform:scale(1.05)}
.review-card-link{display:block;text-decoration:none;color:inherit}
.review-image-wrapper{position:relative;width:100%;overflow:hidden}
.review-image{width:100%;height:500px;object-fit:cover;aspect-ratio:3/4;display:block}
.review-badge-bottom-left{position:absolute;left:1rem;bottom:1rem;padding:.35rem .7rem;border-radius:.5rem;background-color:rgba(0,0,0,.3);color:var(--text-mujeres-contrast);font-weight:700;font-size:1rem}
.review-badge-top-center{position:absolute;top:1rem;left:50%;transform:translateX(-50%);text-align:center;color:var(--text-mujeres-contrast)}
.badge-title{margin:0;font-size:1.5rem;font-weight:700;text-shadow:1px 1px 2px rgba(0,0,0,.5)}
.badge-subtitle{margin:.1rem 0 0;font-size:1.1rem;font-style:italic;text-shadow:1px 1px 2px rgba(0,0,0,.5)}
.review-badge-bottom-center{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);padding:.35rem .9rem;border-radius:.5rem;background-color:rgba(0,0,0,.4);color:var(--text-mujeres-contrast);font-size:.85rem;font-weight:600;white-space:nowrap}
.review-body{width:100%;padding:.9rem 1rem 1.2rem;text-align:center}
.review-name{margin:0;font-weight:600;color:var(--text-mujeres-main)}

.review-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:9999}
.review-modal:target{opacity:1;pointer-events:auto}
.review-modal-dialog{position:relative;width:min(920px,92vw);max-height:88vh;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.8)}
.review-modal-video{width:100%;height:auto;max-height:88vh;display:block;background:#000}
.review-modal-close{position:absolute;top:10px;right:10px;width:42px;height:42px;font-size:30px;line-height:1;border-radius:999px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;background:rgba(0,0,0,.6);transition:background .2s ease;z-index:2}
.review-modal-close:hover{background:rgba(0,0,0,.9)}

.faq-page{display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:var(--faq-bg-page);color:var(--faq-text-main)}
.faq-container{width:100%;max-width:1100px}
.faq-title{text-align:center;font-size:clamp(2.3rem,4vw,3rem);font-weight:700;color:var(--faq-primary);margin:0 0 2.5rem}
.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem 2rem}
.faq-column{display:flex;flex-direction:column;gap:1rem}
.accordion-item{background-color:transparent}
.accordion-header{width:100%;padding:.9rem 1.1rem;background-color:var(--faq-primary);color:#fff;border-radius:1.25rem;border:none;cursor:pointer;box-shadow:var(--faq-shadow-soft);transition:transform .2s ease,box-shadow .2s ease}
.accordion-header-inner{display:flex;align-items:center;gap:.75rem}
.accordion-header:hover{transform:translateY(-1px) scale(1.01);box-shadow:0 18px 40px rgba(15,23,42,.24)}
.accordion-question{font-weight:600;font-size:.95rem}
.accordion-icon{transition:transform .25s ease}
.accordion-content{max-height:0;overflow:hidden;background-color:#fff;border-radius:0 0 var(--faq-radius-lg) var(--faq-radius-lg);margin-top:-.35rem;padding:0 1.1rem;transition:max-height .3s ease-out,padding-top .25s ease}
.accordion-content p{margin:.85rem 0 1rem;font-size:.9rem;color:var(--faq-text-muted)}
.accordion-item.open .accordion-content{padding-top:.75rem}
.accordion-item.open .accordion-icon{transform:rotate(45deg)}
.faq-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2.5rem}
.faq-control-btn{background-color:var(--faq-primary);color:#fff;border:none;padding:.45rem;border-radius:999px;box-shadow:0 10px 25px rgba(15,23,42,.35);cursor:pointer;transition:background-color .2s ease,transform .1s ease}
.faq-control-btn .material-icons-outlined{font-size:1.6rem}
.faq-control-btn:hover{background-color:#244854;transform:translateY(-1px)}

.bestsellers-section{padding:0 1.5rem 2rem;background:var(--bg-body)}
.bestsellers-container{max-width:1120px;margin:0 auto}
.bestsellers-header{text-align:center;margin-bottom:2rem}
.bestsellers-title{font-size:2rem;font-weight:700;color:#111827}
.bestsellers-carousel{position:relative;display:flex;align-items:center;gap:1rem}
.bestsellers-viewport{overflow:hidden;flex:1 1 auto}
.bestsellers-grid{display:flex;gap:1.5rem;transition:transform .4s ease;will-change:transform;align-items:stretch}
.bestseller-card{flex:0 0 calc(100% - 1.5rem);max-width:320px;border-radius:1rem;background:#fff;padding:1.25rem 1.25rem 1.5rem;text-align:center;display:flex;flex-direction:column;align-items:stretch;height:100%;min-height:460px}
.bestseller-image-wrapper{position:relative;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;height:160px}
.bestseller-image{width:100%;height:100%;object-fit:contain}
.bestseller-badge{position:absolute;top:.5rem;left:.75rem;padding:.3rem .8rem;border-radius:999px;background:#e0f2f1;color:#305663;font-size:.75rem;font-weight:600}
.bestseller-name{font-size:1rem;font-weight:600;color:#111827;line-height:1.25;min-height:calc(1.25em*3);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}
.bestseller-desc{margin-top:.2rem;font-size:.85rem;color:#6b7280;min-height:1.2em;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-align:center}
.bestseller-prices{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.4rem}
.bestseller-price-old{font-size:.9rem;color:#9ca3af;text-decoration:line-through}
.bestseller-price-new{font-size:1.1rem;font-weight:700;color:#111827}
.bestseller-buy{margin-top:auto;width:100%;padding:.65rem 1rem;border-radius:999px;border:none;background:#28546A;color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;transition:background .2s ease,transform .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.bestseller-buy:hover{background:#8d184b;transform:translateY(-1px)}
.bestseller-rating{display:flex;align-items:center;justify-content:center;margin-top:.6rem;text-align:center}
.bestseller-rating .material-icons-outlined{font-size:1.1rem;color:#facc15}
.bestseller-rating-empty{color:#d1d5db}
.bestsellers-arrow{position:relative;z-index:2;width:2.5rem;height:2.5rem;border-radius:999px;border:none;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(15,23,42,.16);cursor:pointer;flex-shrink:0;transition:background .2s ease,transform .2s ease}
.bestsellers-arrow:hover{background:#f3f4f6;transform:translateY(-1px)}
.bestsellers-arrow .material-icons-outlined{color:#305663;font-size:1.9rem}
.bestseller-tooltip{position:fixed;background:#28546A;color:#fff;padding:.5rem .75rem;border-radius:.6rem;font-size:.85rem;line-height:1.2;max-width:280px;box-shadow:0 12px 30px rgba(0,0,0,.25);pointer-events:none;opacity:0;transform:translate(-50%,-8px);transition:opacity .12s ease,transform .12s ease;z-index:999999}
.bestseller-tooltip.show{opacity:1;transform:translate(-50%,-14px)}

.header{position:sticky;top:0;z-index:50;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.07);width:100%}
.header-container{max-width:1300px;margin:auto;padding:.8rem 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative}
.logo img{height:50px}
.menu{display:flex;gap:2.2rem}
.menu a{font-size:1rem;font-weight:600;text-decoration:none;color:#111;position:relative;padding-bottom:4px;transition:color .3s ease}
.menu a::after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#2d5467;transition:width .3s ease}
.menu a:hover{color:#2d5467}
.menu a:hover::after{width:100%}
.menu-mobile-btn{display:none;background:transparent;border:none;cursor:pointer;font-size:28px}

.hero-section{width:100%;height:400px;overflow:hidden;background:#000;padding:0;margin:0}
.hero-slider{position:relative;width:100%;height:100%;overflow:hidden}
.hero-slides{position:relative;width:100%;height:100%}
.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;transition:opacity .8s ease;background:#000}
.hero-slide.active{opacity:1}
.hero-slide img{width:100%;height:100%;object-fit:cover;display:block}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:none;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.9);cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.25);transition:background .2s ease,transform .2s ease;z-index:5}
.hero-arrow span{font-size:26px;color:#2d5467}
.hero-arrow-left{left:1.5rem}
.hero-arrow-right{right:1.5rem}
.hero-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.03)}
.hero-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.6rem;z-index:5}
.hero-dot{width:10px;height:10px;border-radius:999px;border:none;background:rgba(255,255,255,.5);cursor:pointer;transition:background .2s ease,transform .2s ease}
.hero-dot.active{background:#fff;transform:scale(1.2)}

#inicio,#lissoie,#reseñas,#bestsellers,#faq{scroll-margin-top:100px}

.kitx-card{position:relative;width:100%;background:#f4c4d9;border-radius:1.5rem;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.18);display:grid;grid-template-rows:22% 48% 30%;height:400px;min-height:400px;max-height:400px}
.kitx-card::before{content:"";position:absolute;inset:0;background-image:url("img/BannerKitdeLissoie.jpg");background-size:cover;background-position:right;pointer-events:none}
.kitx-inner{position:relative;padding:1.5rem 1.5rem 2rem;display:grid;grid-template-rows:auto 1fr auto;z-index:2}
.kitx-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem}
.kitx-badge{background:#d1fae5;color:#065f46;font-size:.85rem;font-weight:700;padding:.35rem 1.2rem;border-radius:999px;margin-top:-40px;margin-left:-30px}
.kitx-combo{color:#fff;font-size:.9rem;font-weight:500;text-align:right;max-width:305px;margin-right:-30px;margin-top:-30px}
.kitx-main{margin-top:-1.2rem;display:flex;flex-direction:column;align-items:center;text-align:center}
.kitx-label{color:#fff;font-size:2.3rem;font-weight:600;letter-spacing:.4em;margin-bottom:.2rem}
.kitx-title{font-family:"Cormorant Garamond",serif;color:#fff;font-size:clamp(3.3rem,9vw,5.5rem);font-weight:700;line-height:.9}
.kitx-footer{display:flex;justify-content:flex-end;align-items:flex-end;gap:1rem;margin-top:9rem}
.kitx-price{text-align:center;font-weight:700}
.kitx-price-old{font-size:1.2rem;color:rgba(255,255,255,.8);text-decoration:line-through}
.kitx-price-new{font-size:1.7rem;font-weight:700;color:#fff}
.kitx-btn{border:none;padding:.4rem 2.5rem;border-radius:999px;background:#a91d54;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 14px 25px rgba(0,0,0,.25);transition:.2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.kitx-btn:hover{opacity:.9;transform:translateY(-1px)}
.kitx-btn:active{opacity:.95;transform:scale(.98)}

.promo-duo{padding:3rem 0}
.promo-container{max-width:1100px;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
.promo-card{position:relative;background:#eef4f4;border-radius:2rem;padding:2.5rem;overflow:hidden;min-height:330px;display:flex;align-items:end}
.promo-card a{position:absolute;inset:0;z-index:2;display:block}
.promo-card .promo-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:auto;z-index:1}

.brands-section{padding:40px 20px;text-align:center}
.brands-section h2{margin-bottom:30px;font-size:2rem;color:#1f4f66;font-weight:700}
.brands-marquee{position:relative;overflow:hidden;width:100%}
.brands-track{display:flex;width:max-content;animation:marquee 18s linear infinite}
.brands-track img{height:60px;width:auto;flex-shrink:0;margin-right:40px;filter:grayscale(100%)}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

footer{background-color:#28546A;color:#fff;padding:50px 0 20px}
.footer-content,.footer-bottom{max-width:1300px;margin:0 auto;padding:0 2.5rem}
.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:40px;align-items:start;justify-items:anchor-center}
.footer-column{padding-top:50px;font-size:.95rem;line-height:1.6}
.footer-column img{width:100%;max-width:300px;height:auto;display:block}
.footer-column h3{margin-bottom:20px;position:relative;padding-bottom:10px;text-transform:uppercase}
.footer-links{list-style:none;padding:0;margin:0}
.footer-links li{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.footer-links a{color:#fff;text-decoration:none;transition:color .3s}
.footer-bottom{text-align:center;padding-top:20px;color:#fff;font-size:14px}
.footer-bottom::before{content:"";display:block;width:100%;margin:0 auto 20px;border-top:.5px solid #fff}
.footer-bottom a{color:#fff;text-decoration:none}

.whatsapp-float{position:fixed;right:18px;bottom:18px;width:56px;height:56px;border-radius:999px;background-color:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 12px 25px rgba(0,0,0,.25);z-index:999;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}
.whatsapp-float:hover{background-color:#1ebe5d;transform:translateY(-2px) scale(1.03);box-shadow:0 18px 35px rgba(0,0,0,.32)}
.whatsapp-icon{width:28px;height:28px}

.modalmask{position:fixed;font-family:Arial,sans-serif;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.8);z-index:99999;opacity:0;transition:opacity 400ms ease-in;pointer-events:none}
.modalmask:target{opacity:1;pointer-events:auto;display:flex;align-items:center;justify-content:center;padding:14px}
.modalbox{width:min(800px,92vw);max-height:85vh;overflow:auto;-webkit-overflow-scrolling:touch;border-radius:14px;position:relative;background:#fff;padding:48px 20px 13px;transition:all 500ms ease-in}
.movedown{margin:0}
.close{position:absolute;top:10px;right:10px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(0,0,0,.75);color:#fff;text-decoration:none;font-weight:800;z-index:999999;box-shadow:0 10px 25px rgba(0,0,0,.25)}
.close:hover{background:#fff;color:#222}

@media (min-width:640px){
  .reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bestseller-card{flex-basis:calc(50% - 1.5rem)}
}
@media (min-width:768px){
  .bestsellers-title{font-size:2.4rem}
}
@media (min-width:1024px){
  .reviews-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .bestseller-card{flex-basis:calc(25% - 1.5rem)}
}
@media (max-width:960px){
  .layout-grid{grid-template-columns:minmax(0,1fr)}
  .payment-methods{text-align:left}
  .payment-icons{justify-content:flex-start}
}
@media (max-width:900px){
  .menu{display:none}
  .menu.menu--open{display:flex;position:absolute;top:100%;right:1.5rem;flex-direction:column;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:0 0 1rem 1rem;box-shadow:0 12px 30px rgba(0,0,0,.16)}
  .menu a{padding-bottom:0}
  .menu a::after{display:none}
  .menu-mobile-btn{display:block}
  .hero-arrow-left,.hero-arrow-right{display:none;left:.7rem;right:.7rem}

  .promo-duo{padding:1.5rem 0}
  .promo-container{grid-template-columns:1fr;gap:1.2rem}
  .promo-card{padding:0;border-radius:1.5rem;display:block;aspect-ratio:16/9;height:auto;min-height:0}
  .promo-card .promo-img{object-fit:contain;object-position:center;background:#eef4f4}
}
@media (max-width:768px){
  .logo{position:absolute;left:50%;transform:translateX(-50%)}
  .menu-mobile-btn{margin-left:auto;display:inline-flex;align-items:center}
  .page-products,.page-routine-wrapper,.reviews-container{padding-inline:.75rem}
  .hero-content{padding:2rem 1.5rem 1.5rem}
  .hero-title{font-size:2.1rem}
  .kit-title{font-size:2.4rem}
  .brands-track img{height:42px}
  .footer-content,.footer-bottom{padding:0 1.2rem}
  .footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}
  .footer-column{padding-top:0}
  .footer-links li{justify-content:center}
  .footer-column img{margin-left:auto;margin-right:auto}
}
@media (max-width:640px){
  .faq-page{padding:1rem}
  .faq-grid{gap:1rem 1.5rem}
  .accordion-header{padding-inline:.9rem}
  .whatsapp-float{right:14px;bottom:80px;width:52px;height:52px}
}
@media (max-width:600px){
  .hero-section{height:130px}
  .kitx-footer{margin-top:12rem}
  .kitx-card::before{background-position:left}
  .review-modal{padding:14px}
  .review-modal-dialog{width:100%;max-height:82vh;border-radius:14px}
  .review-modal-video{max-height:82vh}
  .review-modal-close{top:8px;right:8px;width:44px;height:44px;font-size:32px}
  .modalbox{width:100%;max-height:82vh;padding:50px 14px 14px;border-radius:14px}
  .close{top:8px;right:8px;width:44px;height:44px;font-size:26px}
}
@media (min-width:1600px){
  .hero-section{height:600px}
}
@media (min-width:1920px){
  .hero-section{height:680px}
}
@media (max-width: 600px) {
.kitx-card{
    display:none;
}
.kcombo{
      width: 99%;
    border-radius: 10px;
}

.logo img{height:35px}
.material-icons{font-size:1.9rem;line-height:1;vertical-align:middle}
}
@media (min-width: 600px){ 
.kcombo{
    display:none;
}
}