*{margin:0;padding:0;box-sizing:border-box}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.kelaya-header{width:100%;z-index:50}.header-topbar{background-color:#4a5d3f;color:#fff;padding:.5rem 1.5rem}.topbar-socials{display:flex;justify-content:flex-end;align-items:center;gap:1rem}.social-link{color:#fff;transition:opacity .3s}.social-link:hover{opacity:.7}.header-nav{background-color:#fff;border-bottom:1px solid #f3f4f6;padding:1rem 1.5rem;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.header-nav .container{display:flex;justify-content:space-between;align-items:center;position:relative}.nav-links{display:none;align-items:center;gap:2rem;font-size:13px;font-weight:700;letter-spacing:.1em;color:#3d4533}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{padding-bottom:.25rem;border-bottom:2px solid transparent;transition:all .3s;text-decoration:none;color:#3d4533}.nav-link:hover,.nav-link.active{color:#c8a28e;border-bottom-color:#c8a28e}.nav-logo{position:absolute;left:50%;transform:translate(-50%)}.nav-logo a{font-size:2.25rem;font-family:Playfair Display,serif;letter-spacing:-.05em;color:#1a1a1a;text-transform:lowercase;text-decoration:none;transition:opacity .3s}.nav-logo a:hover{opacity:.8}.nav-utilities{display:flex;align-items:center;gap:1rem}@media (min-width: 768px){.nav-utilities{gap:1.5rem}}.nav-auth{display:none;align-items:center;gap:.75rem}@media (min-width: 1024px){.nav-auth{display:flex}}.user-icon{color:#3d4533;transition:color .3s}.user-icon:hover{color:#c8a28e}.auth-links{display:flex;align-items:center;gap:.5rem;font-size:11px;font-weight:600;color:#3d4533;text-transform:uppercase;letter-spacing:.05em}.auth-links a{color:#3d4533;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-links span{color:#d1d5db}.nav-actions{display:flex;align-items:center;gap:1rem}.search-toggle,.cart-link,.mobile-menu-toggle{color:#3d4533;background:none;border:none;cursor:pointer;transition:color .3s;position:relative}.search-toggle:hover,.cart-link:hover{color:#c8a28e}.cart-count{position:absolute;right:-.5rem;bottom:-.25rem;background-color:#c8a28e;color:#fff;font-size:9px;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.mobile-menu-toggle{display:block}@media (min-width: 768px){.mobile-menu-toggle{display:none}}.hero-section{position:relative;min-height:auto;height:auto;display:flex;align-items:center;overflow:hidden;padding-top:1rem;padding-bottom:3rem}@media (min-width: 768px){.hero-section{min-height:auto;padding-top:2rem;padding-bottom:4rem}}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg-img{width:100%;height:100%;object-fit:cover;opacity:.2}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#f8f7f400,#f8f7f4)}.hero-container{z-index:10;display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.hero-container{grid-template-columns:repeat(2,1fr)}}.hero-content{max-width:36rem;width:100%;display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:clamp(1.75rem,5vw + 1rem,3rem);font-family:Playfair Display,serif;color:#3d4533;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}@media (min-width: 768px){.hero-title{font-size:clamp(2.5rem,4vw + 1.5rem,4.5rem)}}.hero-subtitle{font-size:clamp(1.5rem,4vw + .5rem,2.25rem);font-style:italic;font-weight:400}@media (min-width: 768px){.hero-subtitle{font-size:clamp(2rem,3.5vw + 1rem,3.75rem)}}.hero-description{font-size:1.125rem;color:#3d4533cc;line-height:1.75;max-width:28rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem}.btn-primary{background-color:#3d4533;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:500;transition:all .3s;display:flex;align-items:center;gap:.5rem;box-shadow:0 10px 15px -3px #0000001a;text-decoration:none}.btn-primary:hover{background-color:#2d3325}.btn-primary svg{transition:transform .3s}.btn-primary:hover svg{transform:translate(.25rem)}.btn-secondary{background-color:transparent;border:1px solid #3D4533;color:#3d4533;padding:1rem 2rem;border-radius:.5rem;font-weight:500;transition:all .3s;box-shadow:0 1px 2px #0000000d;text-decoration:none;display:inline-block}.btn-secondary:hover{background-color:#3d4533;color:#fff}.hero-image-wrapper{position:relative;display:none;justify-content:center;align-items:center}@media (min-width: 768px){.hero-image-wrapper{display:flex}}.hero-circle-animation{position:absolute;width:120%;height:120%;border:1px solid rgba(61,69,51,.1);border-radius:50%;animation:spin 20s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-image-container{position:relative;z-index:10;width:100%;max-width:32rem;transition:max-width .3s ease-in-out;margin:0 auto}.hero-product-img{border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;transform:rotate(3deg);width:100%;height:auto;transition:transform .3s ease-in-out}.hero-slideshow{position:relative;width:100%;height:100%}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease-in-out;z-index:0}.hero-slide.active{opacity:1;z-index:1}.hero-slideshow-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:1rem}.hero-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#ffffffe6;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a;color:#3d4533;z-index:20}.hero-nav-btn:hover{background-color:#3d4533;color:#fff;transform:translateY(-50%) scale(1.1)}.hero-prev{left:1rem}.hero-next{right:1rem}@media (min-width: 768px){.hero-prev{left:2rem}.hero-next{right:2rem}}.hero-dots{display:flex;gap:.5rem;padding:.75rem 1.5rem;background-color:#ffffffe6;border-radius:2rem;box-shadow:0 4px 6px -1px #0000001a}.hero-dot{width:.625rem;height:.625rem;border-radius:50%;background-color:#3d45334d;border:none;cursor:pointer;transition:all .3s;padding:0}.hero-dot:hover{background-color:#3d453380}.hero-dot.active{background-color:#3d4533;width:2rem;border-radius:1rem}.hero-text-center .hero-container{text-align:center}.hero-text-center .hero-content{margin:0 auto;align-items:center}.hero-text-center .hero-buttons{justify-content:center}.hero-text-right .hero-container{text-align:right}.hero-text-right .hero-content{margin-left:auto;align-items:flex-end}.hero-text-right .hero-buttons{justify-content:flex-end}@media (min-width: 768px){.hero-text-center .hero-container{grid-template-columns:1fr}.hero-text-center .hero-image-wrapper{display:none}.hero-text-right .hero-container{grid-template-columns:1fr 1fr}.hero-text-right .hero-content{order:2}.hero-text-right .hero-image-wrapper{order:1}}.feature-props{background-color:#fff}.feature-props-bar{border-bottom:1px solid rgba(61,69,51,.05);padding:2rem 0;background-color:#fdfcf9}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:center;text-align:center}@media (min-width: 768px){.feature-grid{grid-template-columns:repeat(4,1fr);text-align:left}}.feature-item{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:0 .5rem}@media (min-width: 768px){.feature-item{border-right:1px solid rgba(61,69,51,.1)}.feature-item:last-child{border-right:none}}.feature-icon{width:28px;height:28px}.feature-text{font-size:.875rem;line-height:1.2;color:#3d4533}.feature-label{display:block;font-weight:500}.feature-sublabel{display:block;opacity:.7}.brand-story{padding:5rem 0}@media (min-width: 768px){.brand-story{padding:8rem 0}}.brand-story-grid{display:grid;gap:3rem;align-items:center}@media (min-width: 768px){.brand-story-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.brand-story-grid{gap:6rem}}.brand-story-image{position:relative}.story-img{border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:100%;height:500px;object-fit:cover}.story-img-border{position:absolute;top:0;right:0;bottom:0;left:0;border:12px solid rgba(255,255,255,.2);border-radius:.75rem;pointer-events:none;transition:transform .3s}.brand-story-image:hover .story-img-border{transform:scale(.95)}.brand-story-content{display:flex;flex-direction:column;gap:2rem}.story-title{font-size:2.25rem;font-family:Playfair Display,serif;color:#3d4533;line-height:1.2}@media (min-width: 768px){.story-title{font-size:3rem}}.story-description{display:flex;flex-direction:column;gap:1.5rem;color:#3d4533cc;line-height:1.75}.btn-story{background-color:#3d4533;color:#fff;padding:.75rem 2rem;border-radius:.25rem;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s;text-decoration:none;width:fit-content}.btn-story:hover{background-color:#2d3325}.btn-story svg{transition:transform .3s}.btn-story:hover svg{transform:translate(.25rem)}.category-grid-section{padding:5rem 0}.section-title{font-size:1.875rem;font-family:Playfair Display,serif;text-align:center;margin-bottom:3rem;color:#3d4533}@media (min-width: 768px){.section-title{font-size:2.25rem}}.category-container{max-width:64rem;margin:0 auto}.category-grid{display:grid;gap:2rem}@media (min-width: 768px){.category-grid{grid-template-columns:repeat(2,1fr)}}.category-grid-dynamic{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.category-grid-dynamic .category-card{flex:1 1 100%;max-width:100%}@media (min-width: 768px){.category-grid-dynamic .category-card{flex:0 1 calc(50% - 1rem);max-width:calc(50% - 1rem)}}@media (min-width: 1024px){.category-grid-dynamic[style*="--card-count: 3"] .category-card,.category-grid-dynamic[style*="--card-count: 4"] .category-card,.category-grid-dynamic[style*="--card-count: 5"] .category-card,.category-grid-dynamic[style*="--card-count: 6"] .category-card{flex:0 1 calc(33.333% - 1.5rem);max-width:calc(33.333% - 1.5rem)}}.category-card{position:relative;padding:2.5rem;border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;transition:all .3s;cursor:pointer;overflow:hidden}.category-card:hover{transform:translateY(-.5rem)}.card-light{background-color:#fff;border:1px solid rgba(61,69,51,.05)}.card-dark{background-color:#3d4533;color:#fff}.card-gradient{background:linear-gradient(135deg,#3d4533,#5a6644,#7a8f5a);color:#fff}.card-outline{background-color:transparent;border:2px solid #3D4533;color:#3d4533}.card-glass{background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#3d4533}.category-card[style*=--card-bg]{background-color:var(--card-bg)!important}.category-card[style*=--card-text]{color:var(--card-text)!important}.category-card[style*=--card-border]{border-color:var(--card-border)!important}.card-outline .category-link,.card-glass .category-link{color:#3d4533}.card-gradient .category-link{color:#fff}.card-outline .category-link,.card-glass .category-link,.card-outline .category-bg-icon,.card-glass .category-bg-icon{color:#3d4533}.category-bg-icon{position:absolute;right:-1rem;top:-1rem;padding:1rem;opacity:.1;transform:rotate(12deg);transition:opacity .3s}.category-card:hover .category-bg-icon{opacity:.2}.card-dark .category-bg-icon{transform:rotate(-12deg)}.category-name{font-size:1.875rem;font-family:Playfair Display,serif;margin-bottom:.5rem}.category-subtitle{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;opacity:.5;margin-bottom:1.5rem}.category-tagline{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.category-description{font-size:.875rem;opacity:.7;margin-bottom:2rem}.card-dark .category-description{color:#ffffffb3}.category-link{display:flex;align-items:center;gap:.5rem;font-weight:700;transition:gap .3s;text-decoration:none;color:inherit}.category-card:hover .category-link{gap:1rem}.card-light .category-link{color:#3d4533}.card-dark .category-link{color:#fff}.concerns-section{padding:6rem 0;background-color:#f9f8f6}.concerns-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width: 768px){.concerns-grid{grid-template-columns:repeat(4,1fr)}}.concern-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;border:1px solid rgba(61,69,51,.05);box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s}.concern-card:hover{box-shadow:0 4px 6px -1px #0000001a}.concern-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.concern-icon{font-size:2rem}.concern-icon-img{width:40px;height:40px;object-fit:contain;border-radius:8px}.concern-title{font-weight:600;font-size:.875rem}@media (min-width: 768px){.concern-title{font-size:1rem}}.concern-description{font-size:.75rem;color:#3d453399;margin-bottom:1.5rem}.concern-button{width:100%;background-color:#3d4533;color:#fff;padding:.5rem;border-radius:.25rem;font-size:.75rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .3s;text-decoration:none}.concern-button:hover{background-color:#2d3325}.testimonials-section{padding:6rem 1.5rem;background-color:#fff;overflow:hidden}.testimonials-carousel{position:relative;max-width:80rem;margin:0 auto}.carousel-container{position:relative;overflow:hidden;min-height:350px}@media (min-width: 768px){.carousel-container{min-height:300px}}.testimonial-slide{position:absolute;top:0;right:0;bottom:0;left:0;transition:all .7s ease-in-out;display:flex;flex-direction:column;gap:2.5rem;align-items:center;padding:2rem;background-color:#fdfcf9;border-radius:1.5rem;border:1px solid rgba(61,69,51,.05);box-shadow:0 1px 2px #0000000d;opacity:0;transform:translate(100%) scale(.95);z-index:-10}@media (min-width: 768px){.testimonial-slide{flex-direction:row;padding:3rem}}.testimonial-slide.active{opacity:1;transform:translate(0) scale(1);z-index:10}.testimonial-avatar{flex-shrink:0}.avatar-img{width:8rem;height:8rem;border-radius:50%;object-fit:cover;border:4px solid rgba(61,69,51,.1);box-shadow:0 10px 15px -3px #0000001a}.testimonial-content{flex:1;display:flex;flex-direction:column;gap:1rem;text-align:center}@media (min-width: 768px){.testimonial-content{text-align:left}}.testimonial-rating{display:flex;justify-content:center;gap:.25rem}@media (min-width: 768px){.testimonial-rating{justify-content:flex-start}}.testimonial-heading{font-size:1.25rem;font-family:Playfair Display,serif;color:#3d4533}.testimonial-text{color:#3d4533b3;font-style:italic;line-height:1.75;font-size:1.125rem}.testimonial-user{padding-top:.5rem}.user-name{font-weight:700;color:#3d4533}.user-badge{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#3d453366}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);padding:.75rem;border-radius:50%;background-color:#fff;box-shadow:0 25px 50px -12px #00000040;transition:all .3s;color:#3d4533;border:none;cursor:pointer;z-index:20}.carousel-nav:hover{background-color:#3d4533;color:#fff}.carousel-nav.prev{left:-20px}@media (min-width: 768px){.carousel-nav.prev{left:-60px}}.carousel-nav.next{right:-20px}@media (min-width: 768px){.carousel-nav.next{right:-60px}}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}.carousel-dots .dot{width:.625rem;height:.625rem;border-radius:50%;background-color:#3d453333;border:none;cursor:pointer;transition:all .3s}.carousel-dots .dot:hover{background-color:#3d453366}.carousel-dots .dot.active{background-color:#c8a28e;width:2rem;border-radius:1rem}.shop-section{padding:5rem 0;position:relative;overflow:hidden}.shop-background{position:absolute;top:0;right:0;bottom:0;left:0;height:450px;z-index:0}.shop-bg-img{width:100%;height:100%;object-fit:cover}.treatment-section .shop-bg-img{filter:brightness(.75)}.expert-section .shop-bg-img{filter:brightness(.5)}.shop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.treatment-overlay{background-color:#8b9d7766}.expert-overlay{background-color:#3d453399;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.shop-container{position:relative;z-index:10}.shop-header{text-align:center;color:#fff;padding:5rem 0 3rem}.shop-title{font-size:3rem;font-family:Playfair Display,serif;margin-bottom:1rem;letter-spacing:-.025em;text-transform:uppercase}.shop-tagline{color:#ffffffe6;font-style:italic;font-family:Playfair Display,serif;font-size:1.125rem}.expert-section .shop-tagline{color:#fffc}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:90rem;margin:0 auto}@media (min-width: 768px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (min-width: 1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.treatment-grid{grid-template-columns:1fr}@media (min-width: 640px){.treatment-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.treatment-grid{grid-template-columns:repeat(4,1fr)}}.expert-grid{grid-template-columns:1fr;max-width:72rem}@media (min-width: 640px){.expert-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.expert-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.product-card{background-color:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.2);transition:transform .3s}.product-card:hover{transform:translateY(-.25rem)}.product-image-wrapper{position:relative;aspect-ratio:1 / 1;overflow:hidden}.product-badge{position:absolute;top:1rem;left:1rem;background-color:#c8a28e;color:#fff;font-size:10px;font-weight:700;padding:.25rem .75rem;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;z-index:10;line-height:1.2;display:flex;flex-direction:column}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-info{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-name{font-size:.875rem;font-weight:600;color:#3d4533;margin-bottom:.25rem;line-height:1.2;min-height:40px}.product-name a{color:#3d4533;text-decoration:none}.product-name a:hover{color:#c8a28e}.product-price{font-size:1.125rem;font-weight:700;color:#3d4533;margin-bottom:1.5rem}.product-form{margin-top:auto}.add-to-cart-btn{width:100%;border:1px solid #3D4533;color:#3d4533;background-color:transparent;padding:.625rem;border-radius:.25rem;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;cursor:pointer}.add-to-cart-btn:hover:not(:disabled){background-color:#3d4533;color:#fff}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.no-products{grid-column:1 / -1;text-align:center;color:#fff;font-size:1.125rem;padding:2rem}.kelaya-footer{background-color:#f2fbf6;padding:4rem 1.5rem;border-top:1px solid rgba(61,69,51,.05)}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:4rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr}}.footer-brand{display:flex;flex-direction:column;gap:2rem}.footer-logo{font-size:1.875rem;font-family:Playfair Display,serif;color:#3d4533;text-transform:lowercase;letter-spacing:-.05em}.footer-tagline{font-size:.875rem;color:#3d453399;max-width:20rem;line-height:1.75}.footer-socials{display:flex;gap:1rem}.social-icon{width:2.5rem;height:2.5rem;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d;transition:transform .3s}.social-icon:hover{transform:scale(1.1)}.social-icon.instagram{color:#e1306c}.social-icon.whatsapp{color:#25d366}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-title{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#3d4533;text-transform:uppercase}.footer-links{list-style:none;display:flex;flex-direction:column;gap:1rem}.footer-links a{font-size:.875rem;color:#3d453399;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#3d4533}.footer-contact{font-size:.875rem;color:#3d453399}.footer-accordion{border-bottom:1px solid rgba(61,69,51,.1)}.footer-toggle{width:100%;display:flex;justify-content:space-between;align-items:center;background:none;border:none;cursor:pointer;padding:1rem 0;text-align:left}.footer-chevron{transition:transform .3s ease;flex-shrink:0}.footer-accordion.active .footer-chevron{transform:rotate(180deg)}.footer-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.footer-accordion.active .footer-content{max-height:500px;padding-bottom:1rem}@media (min-width: 768px){.footer-accordion{border-bottom:none}.footer-toggle{pointer-events:none;padding:0}.footer-chevron{display:none}.footer-content{max-height:none;overflow:visible}.footer-column{gap:1.5rem}}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(61,69,51,.05);text-align:center;font-size:13px;color:#3d453380}.kelaya-main{flex-grow:1}@media (max-width: 480px){.container{padding:0 1rem}.header-topbar{padding:.4rem 1rem}.header-nav{padding:.75rem 1rem}.nav-logo a{font-size:1.75rem}.hero-section{height:auto;min-height:auto;padding-top:1rem;padding-bottom:2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:.95rem}.hero-buttons{flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:.875rem}.feature-props-bar{padding:1.5rem 0}.feature-grid{gap:.75rem}.feature-item{flex-direction:column;text-align:center;gap:.5rem;padding:.5rem}.feature-text{font-size:.75rem}.brand-story{padding:3rem 0}.story-img{height:300px}.story-title{font-size:1.75rem}.brand-story-content{gap:1.5rem}.category-grid-section{padding:3rem 0}.section-title{font-size:1.5rem;margin-bottom:2rem}.category-card{padding:1.5rem;border-radius:1rem}.category-name{font-size:1.5rem}.category-tagline{font-size:1rem}.category-description{font-size:.8rem;margin-bottom:1.5rem}.concerns-section{padding:3rem 0}.concerns-grid{grid-template-columns:1fr;gap:1rem}.concern-card{padding:1.25rem}.concern-icon{font-size:1.5rem}.concern-title{font-size:.875rem}.testimonials-section{padding:3rem 1rem}.carousel-container{min-height:420px}.testimonial-slide{padding:1.5rem;gap:1.5rem}.avatar-img{width:5rem;height:5rem}.testimonial-heading{font-size:1rem}.testimonial-text{font-size:.9rem}.carousel-nav{display:none}.carousel-dots{margin-top:2rem}.shop-header{padding:3rem 0 2rem}.shop-title{font-size:2rem}.product-grid{gap:1rem}.product-info{padding:1rem}.product-name{min-height:auto;font-size:.8rem}.product-price{font-size:1rem;margin-bottom:1rem}.kelaya-footer{padding:2rem 1rem 1.5rem}.footer-grid{gap:0;margin-bottom:1.5rem}.footer-brand{padding-bottom:1.5rem;border-bottom:1px solid rgba(61,69,51,.1);margin-bottom:.5rem}.footer-logo{font-size:1.5rem;margin-bottom:.75rem}.footer-tagline{font-size:.8rem;margin-bottom:1rem}.footer-socials{gap:.75rem}.social-icon{width:2rem;height:2rem}.footer-column{gap:0}.footer-title{font-size:.7rem}.footer-links{gap:.75rem}.footer-links a,.footer-contact{font-size:.8rem}.footer-bottom{padding-top:1.5rem;margin-top:1rem}.footer-bottom p{font-size:.7rem}}@media (min-width: 481px) and (max-width: 767px){.hero-section{height:75vh}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.75rem}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-item{justify-content:center;text-align:center}.story-img{height:350px}.concerns-grid{grid-template-columns:repeat(2,1fr)}.carousel-container{min-height:380px}.testimonial-slide{padding:1.75rem}.avatar-img{width:6rem;height:6rem}}@media (min-width: 768px) and (max-width: 1023px){.container{padding:0 2rem}.hero-container{gap:2rem}.hero-title{font-size:3.5rem}.hero-subtitle{font-size:2.75rem}.hero-image-container{max-width:100%}.brand-story{padding:5rem 0}.brand-story-grid{gap:2.5rem}.story-img{height:400px}.category-grid-section{padding:4rem 0}.category-card{padding:2rem}.concerns-section{padding:4rem 0}.testimonials-section{padding:4rem 1.5rem}.carousel-container{min-height:280px}.carousel-nav.prev{left:-30px}.carousel-nav.next{right:-30px}.shop-section{padding:4rem 0}.shop-title{font-size:2.5rem}}@media (min-width: 1024px) and (max-width: 1279px){.hero-title{font-size:4rem}.hero-subtitle{font-size:3.25rem}.brand-story{padding:6rem 0}.brand-story-grid{gap:4rem}.carousel-nav.prev{left:-50px}.carousel-nav.next{right:-50px}}@media (min-width: 1280px){.container{max-width:1280px;padding:0 2rem}.hero-container{gap:4rem}.brand-story-grid{gap:6rem}.story-img{height:550px}.category-container{max-width:72rem}.carousel-nav.prev{left:-70px}.carousel-nav.next{right:-70px}}@media (min-width: 1440px){.container{max-width:1400px}.hero-title{font-size:5rem}.hero-subtitle{font-size:4rem}.story-title{font-size:3.5rem}.section-title{font-size:2.5rem}}@media (hover: none) and (pointer: coarse){.category-card:hover,.product-card:hover,.product-card:hover .product-image{transform:none}.btn-primary:hover svg{transform:none}.btn-story:hover svg{transform:none}.category-card:hover .category-link{gap:.5rem}.category-card:hover .category-bg-icon{opacity:.1}.nav-link,.social-link{padding:.5rem}.carousel-nav{padding:1rem}.carousel-dots .dot{width:.875rem;height:.875rem}.carousel-dots .dot.active{width:2.5rem}}@media print{.header-topbar,.mobile-menu-toggle,.carousel-nav,.carousel-dots,.btn-primary,.btn-secondary,.btn-story,.concern-button,.add-to-cart-btn{display:none!important}.hero-section{height:auto;min-height:auto}.hero-background,.hero-overlay{display:none}body{background-color:#fff;color:#000}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-circle-animation{animation:none}.testimonial-slide{transition:opacity .2s ease-in-out;transform:none!important}.testimonial-slide.active{transform:none!important}}@media (max-height: 500px) and (orientation: landscape){.hero-section{height:auto;min-height:auto;padding-top:2rem;padding-bottom:2rem}.hero-container{grid-template-columns:1fr 1fr}.hero-image-wrapper{display:flex}.hero-content{gap:1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:.875rem}.hero-buttons{flex-direction:row;padding-top:.5rem}.btn-primary,.btn-secondary{padding:.625rem 1.25rem;font-size:.75rem}}@media (prefers-contrast: high){.btn-primary{border:2px solid white}.btn-secondary{border-width:2px}.category-card{border:2px solid currentColor}.concern-card{border-width:2px}}@media (max-width: 768px){.container{padding:0 1rem}section,.shop-section,.category-grid-section,.brand-story,.testimonials-section,.hair-concerns-section{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.hero-section{height:auto;min-height:auto;padding-top:1rem;padding-bottom:2rem}.shop-header{padding:2.5rem 0 1.5rem}.shop-title{font-size:1.75rem;margin-bottom:.5rem}.shop-tagline{font-size:.95rem}.section-title,.hair-concerns-title,.testimonials-title{font-size:1.5rem!important;margin-bottom:1.5rem!important}.product-grid{gap:1rem}.product-info{padding:1rem}.product-name{font-size:.8rem;min-height:36px}.product-price{font-size:1rem;margin-bottom:1rem}.brand-story-grid{gap:2rem}.story-title{font-size:1.75rem}.category-grid,.category-grid-dynamic{gap:1rem}.kelaya-footer{padding:2.5rem 1rem}.footer-grid{gap:1.5rem;margin-bottom:2rem}}@media (max-width: 480px){section,.shop-section,.category-grid-section,.brand-story,.testimonials-section,.hair-concerns-section{padding-top:2rem!important;padding-bottom:2rem!important}.hero-section{min-height:auto;padding-top:1rem!important;padding-bottom:2rem!important}.shop-header{padding:2rem 0 1rem}.shop-title{font-size:1.5rem}.section-title,.hair-concerns-title,.testimonials-title{font-size:1.25rem!important}.product-grid{gap:.75rem}.product-info{padding:.75rem}.add-to-cart-btn{padding:.5rem;font-size:.7rem}}html{scroll-padding-top:80px}.hero-content,.hero-description{max-width:100%}@media (max-width: 480px){.hero-title{font-size:clamp(1.5rem,8vw,2.5rem)}.hero-subtitle{font-size:clamp(1.25rem,6vw,2rem)}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%;justify-content:center;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/kelaya-theme.css.map */
