*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:Saira,Roboto,sans-serif;color:var(--color-text, #271718);background:var(--color-bg, #F6F5F1);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Roboto Condensed,Roboto,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;height:auto;display:block}input,select,textarea{font-family:inherit;font-size:inherit}.skip-link{position:absolute;top:-100%;left:0;background:var(--color-accent, #dba73e);color:#fff;padding:8px 16px;z-index:9999}.skip-link:focus{top:0}.top-banner{background:var(--color-primary, #271718);color:#fff;font-size:12px;font-weight:500;text-align:center;padding:6px 16px}.top-banner__inner a{color:#fff;display:inline-flex;align-items:center;gap:6px}.top-banner__inner svg{flex-shrink:0}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 3px #00000014}.site-header__inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:16px;padding:0 16px;min-height:72px}.header__menu-toggle{display:flex;align-items:center;padding:8px;color:var(--color-text)}@media(min-width:1024px){.header__menu-toggle{display:none}}.header__logo{flex-shrink:0}.header__logo-svg{display:block;height:auto}@media(max-width:767px){.header__logo{flex:1;text-align:center}.header__logo-svg{width:200px;margin:0 auto}}@media(min-width:768px){.header__logo-svg{width:160px}}.header__search{flex:1;max-width:480px;position:relative;display:none}@media(min-width:768px){.header__search{display:block}}.header__search-form{display:flex;align-items:center;background:#f3f3f3;border-radius:8px;height:42px;padding:0 12px}.header__search-input{flex:1;background:transparent;border:none;outline:none;font-size:14px;color:var(--color-text);height:100%}.header__search-input::placeholder{color:#999}.header__search-btn{display:flex;align-items:center;padding:4px}.header__search-results{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--color-border);border-radius:0 0 8px 8px;box-shadow:0 4px 12px #0000001a;z-index:50;max-height:400px;overflow-y:auto}.header__search-results[hidden]{display:none}.header__actions{display:flex;align-items:center;gap:12px;margin-left:auto}.header__action{display:flex;align-items:center;padding:4px;color:var(--color-text);transition:color .2s}.header__action:hover{color:var(--color-accent, #dba73e)}.header__action--desktop{display:none}@media(min-width:1024px){.header__action--desktop{display:flex}}.header__cart-btn{position:relative;display:flex;align-items:center;padding:4px;color:var(--color-text)}.header__cart-count{position:absolute;top:-4px;right:-6px;background:var(--color-accent, #dba73e);color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.header__cart-count[hidden]{display:none}.header__nav{display:none;border-top:1px solid var(--color-border, #e0d5cd)}@media(min-width:1024px){.header__nav{display:block}}.header__nav-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:center;gap:32px;padding:0 16px}.header__nav-link{font-size:12px;font-weight:600;padding:10px 0;color:var(--color-text);transition:color .2s;position:relative;text-transform:uppercase;letter-spacing:.05em}.header__nav-link:hover{color:var(--color-accent, #dba73e)}.header__nav-dropdown{position:relative}.header__nav-dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:8px 0;min-width:180px;box-shadow:0 4px 12px #0000001a;z-index:50}.header__nav-dropdown:hover .header__nav-dropdown-menu{display:block}.header__nav-dropdown-link{display:block;padding:8px 16px;font-size:13px;color:var(--color-text);transition:background .15s}.header__nav-dropdown-link:hover{background:#f5f5f5;color:var(--color-accent)}.mobile-menu__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200}.mobile-menu__overlay[hidden]{display:none}.mobile-menu{position:fixed;top:0;left:0;bottom:0;width:280px;background:#fff;z-index:201;display:flex;flex-direction:column;transform:translate(0);transition:transform .3s ease;overflow-y:auto}.mobile-menu[hidden]{display:flex;transform:translate(-100%);pointer-events:none}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--color-border)}.mobile-menu__title{font-size:18px;font-weight:700;font-family:Roboto Condensed,sans-serif}.mobile-menu__close{padding:4px}.mobile-menu__nav{flex:1;padding:16px;display:flex;flex-direction:column}.mobile-menu__link{padding:12px 0;font-size:14px;font-weight:500;border-bottom:1px solid #f0f0f0}.mobile-menu__link--child{padding-left:16px;font-size:13px;font-weight:400;color:var(--color-text-secondary)}.mobile-menu__footer{padding:16px;border-top:1px solid var(--color-border)}.hero-carousel{position:relative;overflow:hidden}.hero-carousel__viewport{overflow:hidden}.hero-carousel__track{display:flex;transition:transform .5s ease}.hero-carousel__slide{flex:0 0 100%;min-width:0}.hero-carousel__image{width:100%;height:auto;object-fit:cover}.hero-carousel__placeholder{aspect-ratio:21/9;background:var(--color-card-bg, #f7eae1);display:flex;align-items:center;justify-content:center}.hero-carousel__dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.hero-carousel__dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:background .2s}.hero-carousel__dot.is-active{background:var(--color-accent, #dba73e)}.hero-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;z-index:2;cursor:pointer;box-shadow:0 2px 6px #0000001a;transition:background .2s}.hero-carousel__arrow:hover{background:#fff}.hero-carousel__arrow--prev{left:12px}.hero-carousel__arrow--next{right:12px}.product-shelf{max-width:1400px;margin:40px auto;padding:0 16px}.product-shelf__title{text-align:center;font-size:clamp(24px,4vw,40px);font-weight:700;color:var(--color-primary, #271718);letter-spacing:-.02em;margin-bottom:24px;font-family:Roboto Condensed,sans-serif}.product-shelf__wrapper{position:relative}.product-shelf__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px}.product-shelf__track::-webkit-scrollbar{display:none}.product-shelf__item{flex:0 0 calc(50% - 8px);scroll-snap-align:start}@media(min-width:768px){.product-shelf__item{flex:0 0 calc(33.333% - 11px)}}@media(min-width:1024px){.product-shelf__item{flex:0 0 calc(25% - 12px)}}.product-shelf__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;z-index:2;box-shadow:0 2px 6px #0000001a;cursor:pointer}.product-shelf__arrow[hidden]{display:none}.product-shelf__arrow--prev{left:-20px}.product-shelf__arrow--next{right:-20px}.trust-badges{max-width:1400px;margin:24px auto;padding:0 16px}.trust-badges__inner{display:flex;justify-content:center;flex-wrap:wrap;gap:24px}.trust-badges__item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--color-text-secondary)}.newsletter{background:var(--color-primary, #271718);color:#fff;padding:48px 16px;text-align:center}.newsletter__inner{max-width:480px;margin:0 auto}.newsletter__title{font-size:24px;font-weight:700;margin-bottom:8px;font-family:Roboto Condensed,sans-serif}.newsletter__text{font-size:14px;opacity:.85;margin-bottom:24px}.newsletter__field{display:flex;gap:8px}.newsletter__input{flex:1;background:transparent;border:1px solid rgba(255,255,255,.6);border-radius:4px;padding:12px 16px;color:#fff;font-size:14px;outline:none}.newsletter__input::placeholder{color:#fff9}.newsletter__input:focus{border-color:var(--color-accent, #dba73e)}.newsletter__btn{background:var(--color-accent, #dba73e);border:none;color:#fff;padding:12px 24px;font-size:14px;font-weight:600;border-radius:4px;cursor:pointer;transition:opacity .2s}.newsletter__btn:hover{opacity:.9}.newsletter__success{color:#a8ffa8;margin-bottom:12px;font-weight:600}.newsletter__error{color:#ffa8a8;margin-bottom:12px}.instagram-feed{max-width:1400px;margin:40px auto;padding:0 16px}.instagram-feed__title{text-align:center;font-size:20px;font-weight:600;color:var(--color-accent, #dba73e);margin-bottom:24px;display:flex;align-items:center;justify-content:center;gap:8px}.instagram-feed__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.instagram-feed__item{aspect-ratio:4/5;overflow:hidden;border-radius:4px}.instagram-feed__item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.instagram-feed__item:hover img{transform:scale(1.05)}.site-footer{background:var(--color-footer-bg, #f1eee6);padding:40px 16px 24px}.footer__inner{max-width:1400px;margin:0 auto}.footer__grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}@media(min-width:768px){.footer__grid{grid-template-columns:1fr 1fr 1fr}}.footer__logo{margin-bottom:16px}.footer__logo-text{font-size:24px;font-weight:700;color:var(--color-primary);font-family:Roboto Condensed,sans-serif}.footer__social{display:flex;gap:12px;margin-top:12px}.footer__social a{color:var(--color-text-secondary, #5a4a42);transition:color .2s}.footer__social a:hover{color:var(--color-accent)}.footer__heading{font-size:16px;font-weight:700;color:var(--color-primary, #271718);margin-bottom:12px;font-family:Roboto Condensed,sans-serif}.footer__links{display:flex;flex-direction:column;gap:8px}.footer__links a{font-size:14px;color:var(--color-text-secondary, #5a4a42);transition:color .2s}.footer__links a:hover{color:var(--color-accent)}.footer__trust{display:flex;flex-wrap:wrap;gap:32px;padding:24px 0;border-top:1px solid var(--color-border, #e0d5cd);border-bottom:1px solid var(--color-border, #e0d5cd);margin-bottom:24px}.footer__trust-heading{font-size:16px;font-weight:700;color:var(--color-primary);margin-bottom:12px;font-family:Roboto Condensed,sans-serif}.footer__trust-icons{display:flex;gap:16px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--color-text-secondary)}.footer__payment-icons{display:flex;gap:8px;flex-wrap:wrap}.payment-icon{background:#fff;border:1px solid var(--color-border);border-radius:4px;padding:4px 10px;font-size:11px;font-weight:600;color:var(--color-text-secondary)}.footer__legal{text-align:center;font-size:12px;color:var(--color-text-secondary);line-height:1.8}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300}.cart-drawer__overlay[hidden]{display:none}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:410px;background:#fff;z-index:301;display:flex;flex-direction:column;animation:slideInRight .3s ease-out}.cart-drawer[hidden]{display:none}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px;font-family:Roboto Condensed,sans-serif}.cart-drawer__badge{background:var(--color-accent, #dba73e);color:#fff;font-size:12px;font-weight:700;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-drawer__close{padding:4px}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 20px}.cart-drawer__empty{text-align:center;padding:40px 0;color:var(--color-text-secondary)}.cart-drawer__continue{display:inline-block;margin-top:16px;color:var(--color-accent);font-weight:600;text-decoration:underline}.cart-drawer__item{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0;position:relative}.cart-drawer__item-image{width:80px;height:80px;flex-shrink:0;border-radius:4px;overflow:hidden}.cart-drawer__item-image img{width:100%;height:100%;object-fit:contain}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-title{font-size:13px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer__item-variant{font-size:11px;color:#999;display:block;margin-top:2px}.cart-drawer__item-qty{display:flex;align-items:center;gap:0;margin-top:8px}.cart-drawer__qty-btn{width:32px;height:32px;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--color-text);background:#fff}.cart-drawer__qty-value{width:32px;text-align:center;font-size:14px;font-weight:500}.cart-drawer__item-prices{margin-top:4px}.cart-drawer__price-old{font-size:12px;color:#999;text-decoration:line-through;margin-right:6px}.cart-drawer__price-current{font-size:14px;font-weight:700}.cart-drawer__item-remove{position:absolute;top:12px;right:0;width:24px;height:24px;background:#dddedf;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-drawer__footer{padding:16px 20px;border-top:1px solid var(--color-border)}.cart-drawer__discount,.cart-drawer__total{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px}.cart-drawer__total{font-size:16px;font-weight:700}.cart-drawer__continue-link{display:block;text-align:center;color:var(--color-text-secondary);font-size:13px;margin-bottom:12px;text-decoration:underline}.cart-drawer__checkout-btn{display:block;width:100%;background:var(--color-accent, #dba73e);color:#fff;font-size:14px;font-weight:700;padding:14px;border-radius:25px;border:none;cursor:pointer;text-align:center;transition:opacity .2s}.cart-drawer__checkout-btn:hover{opacity:.9}.product-detail{background:var(--color-bg, #F6F5F1);padding:24px 0}.product-detail__inner{max-width:1400px;margin:0 auto;padding:0 16px}.product-detail__breadcrumbs{font-size:13px;color:#999;margin-bottom:24px;display:flex;align-items:center;gap:6px}.product-detail__breadcrumbs a{color:var(--color-accent);text-decoration:underline}.product-detail__layout{display:flex;flex-direction:column;gap:32px}@media(min-width:1024px){.product-detail__layout{flex-direction:row}.product-detail__gallery{flex:1;position:sticky;top:180px;align-self:flex-start}.product-detail__info{flex:1}}.product-detail__gallery-main{position:relative;overflow:hidden;border-radius:8px;background:#fff}.product-detail__gallery-slide{display:none}.product-detail__gallery-slide.is-active{display:block}.product-detail__gallery-slide img{width:100%;aspect-ratio:1;object-fit:contain;padding:16px}.product-detail__gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.product-detail__gallery-dot{width:12px;height:12px;border-radius:50%;background:#ccc;border:none;cursor:pointer}.product-detail__gallery-dot.is-active{background:var(--color-accent, #dba73e)}.product-detail__title{font-size:clamp(22px,4vw,32px);font-weight:700;color:var(--color-primary, #271718);margin-bottom:16px;font-family:Roboto Condensed,sans-serif}.product-detail__pricing{margin-bottom:24px}.product-detail__price-old{font-size:14px;color:#999;text-decoration:line-through;margin-right:8px}.product-detail__price-current{font-size:clamp(28px,5vw,38px);font-weight:700;display:block}.product-detail__discount-badge{display:inline-block;background:var(--color-accent2, #f04e98);color:#fff;font-size:12px;font-weight:700;padding:2px 8px;border-radius:4px;margin-left:8px;vertical-align:middle}.product-detail__installments{font-size:14px;color:var(--color-text-secondary);display:block;margin-top:4px}.product-detail__variants{margin-bottom:24px}.product-detail__option{margin-bottom:12px}.product-detail__option-label{font-size:14px;font-weight:600;margin-bottom:8px;display:block}.product-detail__option-values{display:flex;flex-wrap:wrap;gap:8px}.product-detail__option-btn{padding:8px 16px;border:1px solid var(--color-border);border-radius:4px;font-size:13px;cursor:pointer;transition:all .2s}.product-detail__option-btn.is-active{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.product-detail__actions{display:flex;gap:12px;margin-bottom:24px;align-items:center}.product-detail__qty{display:flex;align-items:center}.product-detail__qty-btn{width:40px;height:40px;background:var(--color-card-bg, #f7eae1);color:var(--color-primary);font-size:20px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer}.product-detail__qty-input{width:50px;text-align:center;font-size:16px;font-weight:600;border:none;background:transparent;outline:none}.product-detail__buy-btn{flex:1;background:var(--color-accent, #dba73e);color:#fff;font-size:18px;font-weight:700;padding:14px 32px;border-radius:25px;border:none;cursor:pointer;transition:opacity .2s}.product-detail__buy-btn:hover{opacity:.9}.product-detail__buy-btn:disabled{opacity:.5;cursor:not-allowed}.product-detail__benefits{background:var(--color-card-bg, #f7eae1);border-radius:16px;padding:20px;color:var(--color-primary);margin-bottom:24px}.product-detail__benefits-title{font-size:16px;font-weight:700;margin-bottom:8px;font-family:Roboto Condensed,sans-serif}.product-detail__benefits-content ul{list-style:disc;padding-left:20px}.product-detail__accordion{border-bottom:1px solid var(--color-border);margin-bottom:0}.product-detail__accordion-header{font-size:15px;font-weight:700;color:var(--color-primary);padding:16px 0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;font-family:Roboto Condensed,sans-serif}.product-detail__accordion-header:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid var(--color-primary);transition:transform .2s}.product-detail__accordion[open] .product-detail__accordion-header:after{transform:rotate(180deg)}.product-detail__accordion-header::-webkit-details-marker{display:none}.product-detail__accordion-body{padding:0 0 16px;font-size:14px;line-height:1.7;color:var(--color-text-secondary)}.trust-icons{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px;padding-top:16px;border-top:1px solid var(--color-border)}.trust-icons__item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:var(--color-text-secondary)}.collection-page{max-width:1400px;margin:0 auto;padding:24px 16px}.collection-page__breadcrumbs{font-size:11px;color:#999;margin-bottom:16px;display:flex;align-items:center;gap:6px}.collection-page__breadcrumbs span:last-child{font-weight:700}.collection-page__header{margin-bottom:24px}.collection-page__title{font-size:clamp(28px,5vw,40px);font-weight:800;color:var(--color-primary);letter-spacing:-.02em;font-family:Roboto Condensed,sans-serif}.collection-page__title-bar{width:60px;height:4px;background:var(--color-accent, #dba73e);border-radius:2px;margin-top:8px}.collection-page__description{font-size:14px;color:var(--color-text-secondary);margin-bottom:24px}.collection-page__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:13px}.collection-page__count{color:var(--color-text-secondary)}.collection-page__sort{display:flex;align-items:center;gap:8px}.collection-page__sort select{border:1px solid var(--color-border);border-radius:4px;padding:6px 10px;font-size:13px;cursor:pointer;background:#fff}.collection-page__grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.collection-page__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.collection-page__grid{grid-template-columns:repeat(4,1fr)}}.collection-page__pagination{grid-column:1 / -1;text-align:center;margin-top:24px}.collection-page__load-more{display:inline-block;border:2px solid var(--color-accent);color:var(--color-accent);border-radius:50px;padding:12px 32px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.1em;transition:all .2s}.collection-page__load-more:hover{background:var(--color-accent);color:#fff}.search-page{max-width:1400px;margin:0 auto;padding:24px 16px}.search-page__title{font-size:24px;font-weight:700;color:var(--color-primary);margin-bottom:24px;font-family:Roboto Condensed,sans-serif}.search-page__form{display:flex;gap:8px;margin-bottom:24px}.search-page__input{flex:1;border:1px solid var(--color-border);border-radius:8px;padding:12px 16px;font-size:14px;outline:none}.search-page__input:focus{border-color:var(--color-accent)}.search-page__submit{background:var(--color-accent);color:#fff;padding:12px 24px;border-radius:8px;font-weight:600;border:none;cursor:pointer}.search-page__count{font-size:14px;color:var(--color-text-secondary);margin-bottom:16px}.search-page__grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.search-page__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.search-page__grid{grid-template-columns:repeat(4,1fr)}}.search-page__empty{font-size:16px;color:var(--color-text-secondary);margin-bottom:16px}.search-page__browse{color:var(--color-accent);font-weight:600;text-decoration:underline}.search-page__item--page{border:1px solid var(--color-border);border-radius:8px;padding:16px}.search-page__item--page h3{font-size:16px;font-weight:600;margin-bottom:4px}.search-page__item--page p{font-size:13px;color:var(--color-text-secondary)}.cart-page{max-width:800px;margin:0 auto;padding:24px 16px}.cart-page__title{font-size:24px;font-weight:700;color:var(--color-primary);margin-bottom:24px;font-family:Roboto Condensed,sans-serif}.cart-page__empty{text-align:center;padding:40px 0;color:var(--color-text-secondary)}.cart-page__continue-btn{display:inline-block;margin-top:16px;background:var(--color-accent);color:#fff;padding:12px 24px;border-radius:25px;font-weight:600}.cart-page__item{display:flex;align-items:center;gap:16px;padding:16px 0;border-bottom:1px solid #f0f0f0}.cart-page__item-image{width:100px;height:100px;flex-shrink:0;border-radius:4px;overflow:hidden}.cart-page__item-image img{width:100%;height:100%;object-fit:contain}.cart-page__item-info{flex:1}.cart-page__item-title{font-size:14px;font-weight:500}.cart-page__item-variant{font-size:12px;color:#999;display:block}.cart-page__item-qty input{width:50px;text-align:center;border:1px solid var(--color-border);border-radius:4px;padding:6px}.cart-page__item-price{font-weight:700;min-width:80px;text-align:right}.cart-page__item-remove{color:#999;padding:4px}.cart-page__footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--color-border)}.cart-page__total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;margin-bottom:16px}.cart-page__actions{display:flex;gap:12px}.cart-page__update-btn{border:1px solid var(--color-border);padding:12px 24px;border-radius:4px;background:#fff;font-weight:600;cursor:pointer}.cart-page__checkout-btn{flex:1;background:var(--color-accent);color:#fff;padding:12px 24px;border-radius:25px;font-weight:700;border:none;cursor:pointer}.static-page{max-width:800px;margin:0 auto;padding:40px 16px}.static-page__title{font-size:28px;font-weight:700;color:var(--color-primary);margin-bottom:24px;font-family:Roboto Condensed,sans-serif}.static-page__content.rte{font-size:15px;line-height:1.8;color:var(--color-text-secondary)}.static-page__content.rte h2{font-size:22px;margin-top:24px;margin-bottom:12px;color:var(--color-text)}.static-page__content.rte h3{font-size:18px;margin-top:20px;margin-bottom:8px;color:var(--color-text)}.static-page__content.rte p{margin-bottom:12px}.static-page__content.rte ul,.static-page__content.rte ol{padding-left:24px;margin-bottom:12px}.static-page__content.rte a{color:var(--color-accent);text-decoration:underline}.login-page,.account-page{max-width:480px;margin:0 auto;padding:40px 16px}.login-page__title,.account-page__title{font-size:24px;font-weight:700;color:var(--color-primary);margin-bottom:24px;text-align:center;font-family:Roboto Condensed,sans-serif}.login-page__form{display:flex;flex-direction:column;gap:16px}.login-page__field label{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.login-page__field input{width:100%;border:1px solid var(--color-border);border-radius:4px;padding:12px;outline:none}.login-page__field input:focus{border-color:var(--color-accent)}.login-page__submit{background:var(--color-accent);color:#fff;padding:14px;border-radius:25px;font-weight:700;border:none;cursor:pointer}.login-page__links{display:flex;justify-content:space-between;font-size:13px}.login-page__links a{color:var(--color-accent);text-decoration:underline}.login-page__errors{background:#fff0f0;border:1px solid #ffcdd2;border-radius:4px;padding:12px;font-size:13px;color:#c62828}.login-page__success{color:#2e7d32;font-weight:600}.login-page__recover{margin-top:32px}.login-page__recover h2{font-size:20px;font-weight:700;color:var(--color-primary);margin-bottom:16px;font-family:Roboto Condensed,sans-serif}.login-page__back{color:var(--color-accent);text-decoration:underline;font-size:13px;display:inline-block;margin-top:8px}.account-page__info{text-align:center;margin-bottom:32px}.account-page__logout{color:var(--color-accent2);font-size:13px;text-decoration:underline}.account-page__subtitle{font-size:20px;font-weight:700;color:var(--color-primary);margin-bottom:16px;font-family:Roboto Condensed,sans-serif}.account-page__order{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;gap:8px}.account-page__order-header a{color:var(--color-accent);font-weight:600}.account-page__order-status{font-size:12px;padding:2px 8px;background:#e8f5e9;border-radius:4px;margin-left:8px}.account-page__order-total{font-weight:700}.account-page__empty{color:var(--color-text-secondary);margin-bottom:16px}.account-page__shop-btn{display:inline-block;background:var(--color-accent);color:#fff;padding:12px 24px;border-radius:25px;font-weight:600}.whatsapp-button{display:none!important;position:fixed;bottom:24px;right:24px;background:var(--color-accent, #dba73e);color:#fff;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:50px;font-size:12px;font-weight:700;z-index:50;box-shadow:0 4px 12px #00000026;transition:transform .2s}.whatsapp-button:hover{transform:scale(1.05)}.whatsapp-button span{display:none}@media(min-width:768px){.whatsapp-button span{display:inline}}.announcement-bar{background:#000;color:#fff;text-align:center;padding:8px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.announcement-bar__link,.announcement-bar__text{color:#fff;display:block}.announcement-bar__link:hover{text-decoration:underline}.brand-categories{max-width:1400px;margin:40px auto;padding:0 16px}.brand-categories__grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:768px){.brand-categories__grid{grid-template-columns:repeat(3,1fr);gap:16px}}.brand-categories__card{position:relative;display:block;border-radius:12px;overflow:hidden;aspect-ratio:1}.brand-categories__image{width:100%;height:100%;object-fit:cover}.brand-categories__placeholder{width:100%;height:100%;background:var(--color-card-bg, #f7eae1)}.brand-categories__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#0000001a 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;color:#fff}.brand-categories__title{font-size:18px;font-weight:700;font-family:Roboto Condensed,sans-serif;margin-bottom:2px}@media(min-width:768px){.brand-categories__title{font-size:22px}}.brand-categories__subtitle{font-size:13px;opacity:.85}.section-title{padding:6rem 16px 4rem;text-align:center}.section-title__inner{max-width:800px;margin:0 auto}.section-title__heading{font-family:Saira,sans-serif;font-weight:300;font-size:clamp(36px,5vw,64px);line-height:1.1;margin-bottom:16px}.section-title__subtitle{font-size:16px;opacity:.8}.feature-highlight__inner{display:flex;flex-direction:column}@media(min-width:768px){.feature-highlight__inner{flex-direction:row;min-height:500px}.feature-highlight--reversed .feature-highlight__inner{flex-direction:row-reverse}}.feature-highlight__image-col{flex:1}.feature-highlight__image{width:100%;height:100%;object-fit:cover;display:block}.feature-highlight__placeholder{width:100%;height:100%;min-height:300px;background:var(--color-card-bg, #f7eae1)}.feature-highlight__text-col{flex:1;display:flex;flex-direction:column;justify-content:center;padding:40px 24px}@media(min-width:768px){.feature-highlight__text-col{padding:60px 48px}}.feature-highlight__title{font-family:Saira,sans-serif;font-weight:300;font-size:clamp(28px,4vw,48px);line-height:1.1;margin-bottom:16px}.feature-highlight__desc{font-size:15px;line-height:1.7;opacity:.85;margin-bottom:24px}.feature-highlight__cta{display:inline-block;border:2px solid currentColor;padding:12px 32px;border-radius:50px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;transition:all .2s;align-self:flex-start}.feature-highlight__cta:hover{background:var(--color-accent, #dba73e);border-color:var(--color-accent, #dba73e);color:#fff}.product-showcase{max-width:1400px;margin:40px auto;padding:0 16px}.product-showcase__title{text-align:center;font-size:clamp(24px,4vw,40px);font-weight:700;color:var(--color-primary, #271718);font-family:Roboto Condensed,sans-serif;margin-bottom:8px}.product-showcase__subtitle{text-align:center;font-size:14px;color:var(--color-text-secondary);margin-bottom:32px}.product-showcase__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:768px){.product-showcase__grid{grid-template-columns:repeat(4,1fr)}}.product-showcase__card{display:block;background:#fff;border-radius:12px;overflow:hidden;transition:box-shadow .2s}.product-showcase__card:hover{box-shadow:0 4px 16px #0000001a}.product-showcase__card-image{aspect-ratio:1;overflow:hidden}.product-showcase__card-image img{width:100%;height:100%;object-fit:contain;padding:12px;transition:transform .3s}.product-showcase__card:hover .product-showcase__card-image img{transform:scale(1.05)}.product-showcase__card-placeholder{width:100%;height:100%;background:var(--color-card-bg, #f7eae1)}.product-showcase__card-info{padding:12px 16px 16px}.product-showcase__card-name{font-size:14px;font-weight:500;color:var(--color-text, #271718);margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-showcase__card-price{font-size:16px;font-weight:700;color:var(--color-primary, #271718)}.testimonials{background:#fff;padding:60px 16px;color:#260f0f}.testimonials__inner{max-width:1400px;margin:0 auto}.testimonials__header{display:flex;align-items:flex-start;gap:20px;margin-bottom:40px}.testimonials__sideline{width:130px;height:2px;background:var(--color-accent, #dba73e);flex-shrink:0;margin-top:16px}.testimonials__title{font-family:Roboto Condensed,sans-serif;font-size:clamp(24px,4vw,36px);font-weight:700;margin-bottom:8px}.testimonials__subtitle{font-size:14px;opacity:.7}.testimonials__carousel{position:relative;overflow:hidden}.testimonials__track{display:flex;transition:transform .4s ease}.testimonials__slide{padding:0 8px}.testimonials__card{background:#f9f9f9;border-radius:12px;padding:24px;height:100%}.testimonials__stars{display:flex;gap:2px;margin-bottom:12px}.testimonials__text{font-size:14px;line-height:1.6;margin-bottom:16px;color:#444}.testimonials__author{font-size:13px;font-weight:700;color:#260f0f}.testimonials__arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffe6;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;box-shadow:0 2px 6px #0000001a;transition:background .2s}.testimonials__arrow:hover{background:#fff}.testimonials__arrow--prev{left:4px}.testimonials__arrow--next{right:4px}.testimonials__dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.testimonials__dot{width:10px;height:10px;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:background .2s}.testimonials__dot.is-active{background:var(--color-accent, #dba73e)}.keep-case{text-transform:none!important}.ingredients-section{padding:68px 0;background:#fff}.ingredients-section__header{text-align:center;margin-bottom:3.2rem}.ingredients-section__eyebrow{display:block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#27171880;margin-bottom:.8rem}.ingredients-section__title{font-size:40px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin-bottom:1rem;color:#271718}.ingredients-section__subtitle{font-size:16px;color:#27171899;max-width:50rem;margin:0 auto}.ingredients-section__filters{display:flex;justify-content:center;gap:1.2rem;margin-bottom:3.2rem;flex-wrap:wrap}.ingredients-filter{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1.6rem;border:1px solid rgba(39,23,24,.15);border-radius:9999px;background:#fff;cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;color:#271718;text-transform:none;letter-spacing:normal;line-height:1;transition:all .2s ease;min-width:0}.ingredients-filter img{width:2rem;height:2rem;object-fit:contain}.ingredients-filter--active{background:#271718;color:#fff;border-color:#271718}.ingredients-filter:hover:not(.ingredients-filter--active){border-color:#271718}.ingredients-section__cards{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.8rem;scrollbar-width:none}.ingredients-section__cards::-webkit-scrollbar{display:none}.ingredient-card{flex:0 0 calc(33.333% - 1.1rem);min-width:26rem;min-height:36rem;border-radius:1.2rem;overflow:hidden;scroll-snap-align:start;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-end;position:relative;transition:box-shadow .2s ease}.ingredient-card:hover{box-shadow:0 4px 20px #00000026}.ingredient-card__toggle{position:absolute;top:1.2rem;right:1.2rem;width:3.6rem;height:3.6rem;padding:0;border:none;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#271718;text-transform:none;letter-spacing:normal;line-height:1;min-width:0;z-index:2;transition:background .2s ease,color .2s ease}.ingredient-card__toggle:hover{background:#fff;opacity:1}.ingredient-card--expanded .ingredient-card__toggle{background:#271718;color:#fff}.ingredient-card__content{padding:2rem;position:relative;z-index:1}.ingredient-card__title{font-size:18px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin:0;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.3)}.ingredient-card__body{overflow:hidden;padding-top:1.2rem}.ingredient-card__desc{font-size:14px;line-height:1.7;color:#ffffffe6;margin-bottom:1.6rem}.ingredient-card__link{display:inline-block;font-size:14px;font-weight:700;color:#fff;text-decoration:underline;text-underline-offset:.3em}.ingredient-card__link:hover{opacity:.8}.ingredients-section__nav{display:flex;justify-content:center;gap:1rem;margin-top:2.4rem}.ingredients-nav-btn{width:4rem;height:4rem;padding:0;border:1px solid rgba(39,23,24,.2);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#271718;text-transform:none;letter-spacing:normal;line-height:1;min-width:0;transition:all .2s ease}.ingredients-nav-btn:hover{background:#271718;color:#fff;border-color:#271718;opacity:1}@media screen and (max-width:749px){.ingredients-section__title{font-size:32px}.ingredient-card{flex:0 0 85%;min-width:0}.ingredient-card__content{padding:1.4rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
