:root{--main-text: #2A2624;--secondary: #7A716B;--beige: #F3EEE8;--beige-light: #FAF7F2;--brown: #92391D;--dark-brown: #6E2710;--white: #ffffff;--border: #E8E0D8;--announcement-height: 35px;--header-bar-height: 52px;--font-body: "Manrope", system-ui, sans-serif;--font-display: "DM Serif Display", Georgia, serif;--h1-size: 60px;--h1-lh: 1.1;--h2-size: 48px;--h2-lh: 1.1;--h3-size: 40px;--h3-lh: 1.1;--h4-size: 32px;--h4-lh: 1.1;--h5-size: 24px;--h5-lh: 1.2;--h6-size: 20px;--h6-lh: 1.2;--body-l-size: 20px;--body-l-lh: 1.5;--body-l-weight: 600;--body-m-size: 16px;--body-m-lh: 1.5;--body-m-weight: 400;--body-s-size: 14px;--body-s-lh: 20px;--btn-m-size: 16px;--btn-m-lh: 1.5;--btn-s-size: 14px;--btn-s-lh: 20px;--btn-xs-size: 12px;--btn-xs-lh: 1.5;--caption-size: 12px;--caption-lh: 1.5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:14px;color:var(--main-text);background:var(--white);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select,a,[role=button]{-webkit-tap-highlight-color:transparent}button:focus,input:focus,textarea:focus,select:focus,a:focus{outline:none}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,a:focus-visible{outline:2px solid var(--dark-brown);outline-offset:2px}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;color:inherit}ul{list-style:none}.t-h1{font-family:var(--font-display);font-size:var(--h1-size);line-height:var(--h1-lh);font-weight:400}.t-h2{font-family:var(--font-display);font-size:var(--h2-size);line-height:var(--h2-lh);font-weight:400}.t-h3{font-family:var(--font-display);font-size:var(--h3-size);line-height:var(--h3-lh);font-weight:400}.t-h4{font-family:var(--font-display);font-size:var(--h4-size);line-height:var(--h4-lh);font-weight:400}.t-h5{font-family:var(--font-display);font-size:var(--h5-size);line-height:var(--h5-lh);font-weight:400}.t-h6{font-family:var(--font-display);font-size:var(--h6-size);line-height:var(--h6-lh);font-weight:400}.t-body-l-semi{font-family:var(--font-body);font-size:var(--body-l-size);line-height:var(--body-l-lh);font-weight:600}.t-body-m{font-family:var(--font-body);font-size:var(--body-m-size);line-height:var(--body-m-lh);font-weight:400}.t-body-m-semi{font-family:var(--font-body);font-size:var(--body-m-size);line-height:var(--body-m-lh);font-weight:600}.t-body-s{font-family:var(--font-body);font-size:var(--body-s-size);line-height:var(--body-s-lh);font-weight:400}.t-body-s-semi{font-family:var(--font-body);font-size:var(--body-s-size);line-height:var(--body-s-lh);font-weight:600}.t-btn-m{font-family:var(--font-body);font-size:var(--btn-m-size);line-height:var(--btn-m-lh);font-weight:400;text-transform:uppercase;letter-spacing:.1em}.t-btn-s{font-family:var(--font-body);font-size:var(--btn-s-size);line-height:var(--btn-s-lh);font-weight:400;text-transform:uppercase;letter-spacing:.1em}.t-btn-xs{font-family:var(--font-body);font-size:var(--btn-xs-size);line-height:var(--btn-xs-lh);font-weight:400;text-transform:uppercase;letter-spacing:.1em}.t-caption{font-family:var(--font-body);font-size:var(--caption-size);line-height:var(--caption-lh);font-weight:300}.container{max-width:1200px;margin:0 auto;padding:0 32px}.section-title{font-family:var(--font-display);font-size:var(--h3-size);line-height:var(--h3-lh);font-weight:400;color:var(--dark-brown);margin-bottom:24px}.section-subtitle{font-family:var(--font-body);font-size:var(--body-s-size);line-height:1.5;color:var(--secondary);margin-top:6px;font-weight:400}.announcement-bar{--announcement-height: 35px;background:var(--dark-brown);color:var(--white);text-align:center;padding:9px 16px;font-size:11px;font-weight:500;letter-spacing:.09em;line-height:1}.hero-stack{position:relative}.header{left:0;right:0;z-index:100;transition:background-color .25s ease,border-color .25s ease,top .25s ease,box-shadow .25s ease}.header--overlay{position:fixed;top:var(--announcement-height, 35px);background:transparent;border-bottom:none}.header--sticky{position:fixed;top:0;background:var(--white);border-bottom:1px solid var(--border);box-shadow:none}.header__bar{background:inherit}.header--sticky .header__nav-link{color:var(--main-text)}.header--sticky .header__nav-link:hover{color:var(--dark-brown);opacity:1}.header--sticky .header__nav-link--active{color:var(--main-text)}.header--sticky .header__logo-title{color:var(--dark-brown)}.header--sticky .header__logo-tagline{color:var(--secondary)}.header--sticky .header__icon-btn img,.header--sticky .header__cart-icon img{filter:brightness(0) saturate(100%) invert(12%) sepia(10%) saturate(800%) hue-rotate(349deg)}.header--sticky .header__icon-btn:hover,.header--sticky .header__cart:hover{opacity:.65}.header__inner{max-width:1320px;margin:0 auto;padding:18px 40px 14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.header__center{grid-column:2;justify-self:stretch;display:flex;align-items:center;justify-content:center;min-width:0;padding:0 8px}.header__left{display:flex;align-items:center;gap:16px;justify-self:start;grid-column:1}.header__icon-btn{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:none;line-height:0;opacity:.95;transition:opacity .2s}.header__icon-btn:hover{opacity:.75}.header__icon-btn img{width:22px;height:22px;object-fit:contain}.header__nav{display:flex;align-items:center;justify-content:center;gap:32px;justify-self:center;grid-column:2}.header__nav-link{font-size:14px;font-weight:400;color:var(--white);letter-spacing:.02em;transition:opacity .2s;white-space:nowrap}.header__nav-link:hover{opacity:.75}.header__nav-link--active{text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.header--overlay .header__nav-link--active{text-decoration-color:var(--white)}.header--sticky .header__nav-link--active{text-decoration-color:var(--main-text)}.header__logo{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;min-width:120px}.header__logo-title{font-family:var(--font-display);font-size:42px;line-height:1;font-weight:400;color:var(--white);letter-spacing:.02em}.header__logo-tagline{font-family:var(--font-body);font-size:11px;font-weight:300;letter-spacing:.14em;color:#ffffffeb;text-transform:none}.header__right{position:relative;display:flex;align-items:center;justify-self:end;grid-column:3}.header__tools{display:flex;align-items:center;gap:18px}.header__search{box-sizing:border-box;background:var(--white);border:1px solid #d1c4bc;border-radius:4px;padding:6px 8px 6px 12px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 8px #3e27230f;transition:border-color .2s,box-shadow .2s}.header__search:focus-within{border-color:var(--brown);box-shadow:0 2px 12px #3e27231a}.header__inner--search{display:flex;align-items:center;grid-template-columns:1fr}.header__inner-search{flex:1;width:100%;min-width:0}.header__inner-search .header__search{width:100%}.header__search-icon{flex-shrink:0;width:16px;height:16px;opacity:.45;object-fit:contain}.header__search input{border:none;outline:none;font-family:var(--font-body);font-size:14px;font-weight:400;color:var(--main-text);background:transparent;flex:1;min-width:0;padding:2px 0}.header__search input::placeholder{color:var(--secondary);opacity:.85}.header__search-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--secondary);cursor:pointer;transition:background .2s,color .2s}.header__search-close:hover{background:#3e272314;color:var(--dark-brown)}.header__search-close-icon{position:relative;display:block;width:12px;height:12px}.header__search-close-icon:before,.header__search-close-icon:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:1.5px;border-radius:1px;background:currentColor}.header__search-close-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.header__search-close-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.header__icon-btn--active{opacity:1}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;line-height:0;opacity:.95;transition:opacity .2s}.header__cart:hover{opacity:.75}.header__cart-icon{position:relative;display:inline-flex;line-height:0}.header__cart-icon img{width:22px;height:22px}.header__cart-badge{position:absolute;bottom:2px;right:-4px;min-width:15px;height:15px;padding:0 3px;border-radius:50%;background:var(--dark-brown);color:var(--white);font-size:9px;font-weight:600;line-height:15px;text-align:center;pointer-events:none}.hero{position:relative;overflow:hidden;height:min(72vh,640px);min-height:520px;background:var(--beige)}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:80px 24px 48px}.hero__content{text-align:center;max-width:520px}.hero__title{font-family:var(--font-display);font-size:clamp(36px,4.5vw,52px);line-height:1.1;font-weight:400;color:var(--dark-brown);margin-bottom:10px}.hero__subtitle{font-family:var(--font-body);font-size:18px;line-height:1.4;font-weight:400;color:var(--dark-brown);margin-bottom:28px}.hero__cta{display:inline-block;background:var(--dark-brown);color:var(--white);padding:13px 32px;font-family:var(--font-body);font-size:var(--btn-s-size);font-weight:400;letter-spacing:.12em;text-transform:uppercase;border-radius:2px;transition:background .2s}.hero__cta:hover{background:var(--brown)}.features-bar{background:var(--beige-light)}.features-bar__inner{max-width:1320px;margin:0 auto;padding:22px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.features-bar__item{flex:1;display:flex;align-items:center;justify-content:center;gap:12px;min-width:0}.features-bar__item img{width:32px;height:32px;object-fit:contain;flex-shrink:0}.features-bar__item p{font-size:12px;font-weight:400;color:var(--dark-brown);line-height:1.35;white-space:pre-line}.categories{padding:40px 0 15px;background:var(--white)}.categories__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{display:flex;flex-direction:column;overflow:hidden;border-radius:10px;background:var(--white);box-shadow:0 2px 14px #2a262412;transition:box-shadow .25s ease,transform .25s ease}.category-card:hover{box-shadow:0 4px 18px #2a26241a}.category-card--active{box-shadow:0 8px 24px #6e271026}.category-card__image{width:100%;aspect-ratio:1;object-fit:cover;display:block}.category-card__footer{display:flex;flex-direction:column;align-items:center;gap:5px;padding:14px 10px 13px;background:var(--beige-light);text-align:center}.category-card--active .category-card__footer{background:var(--dark-brown)}.category-card__name{font-size:11px;font-weight:700;letter-spacing:.1em;line-height:1.25;color:var(--dark-brown)}.category-card--active .category-card__name{color:var(--white)}.category-card__cta{font-size:9px;font-weight:500;letter-spacing:.14em;color:var(--secondary)}.category-card--active .category-card__cta{color:#ffffffe6;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.products-section{padding:44px 0;background:var(--white);scroll-margin-top:calc(var(--announcement-height) + var(--header-bar-height) + 12px)}.products-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:14px}.product-card{position:relative}.product-card__link{display:flex;flex-direction:column;gap:10px;color:inherit}.product-card__image-wrap{position:relative;aspect-ratio:1;overflow:hidden;border-radius:16px;background:var(--beige)}.product-card__image{width:100%;height:100%;object-fit:cover;display:block}.product-card__wishlist{position:absolute;top:10px;right:10px;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:none;cursor:pointer;transition:transform .2s ease}.product-card__wishlist:hover{transform:scale(1.08)}.heart-icon path{fill:transparent;stroke:var(--white);stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.heart-icon--active path{fill:var(--white);stroke:none}.product-card__info{display:flex;flex-direction:column;gap:6px;padding:0 2px}.product-card__name{font-size:13px;font-weight:600;color:var(--main-text);line-height:1.3}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-card__price{font-size:12px;font-weight:400;color:var(--main-text);line-height:1.3}.product-card__rating{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:400;color:var(--main-text);flex-shrink:0}.star-icon{color:#b8956b;flex-shrink:0}.product-card--compact .product-card__name{font-size:12px}.product-card--compact .product-card__price,.product-card--compact .product-card__rating{font-size:11px}.product-page{padding:88px 0 56px;background:var(--beige-light)}.product-page__back{display:inline-block;margin-bottom:20px;font-size:13px;color:var(--secondary);transition:color .2s}.product-page__back:hover{color:var(--dark-brown)}.product-page__title{margin-bottom:28px}.product-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:32px;align-items:start}.product-page__main{display:flex;flex-direction:column;gap:28px;min-width:0}.product-detail{display:grid;grid-template-columns:minmax(280px,1fr) minmax(0,1.1fr);gap:32px;align-items:start}.product-detail__gallery{position:relative;aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--beige)}.product-detail__image{width:100%;height:100%;object-fit:cover;display:block}.product-detail__wishlist{position:absolute;top:14px;right:14px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:none;cursor:pointer;transition:transform .2s ease}.product-detail__wishlist:hover{transform:scale(1.08)}.product-detail__info{display:flex;flex-direction:column;gap:16px}.product-detail__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.product-detail__title{font-family:var(--font-body);font-size:22px;font-weight:600;line-height:1.25;color:var(--main-text)}.product-detail__rating{display:inline-flex;align-items:center;gap:5px;font-size:14px;color:var(--main-text);flex-shrink:0}.product-detail__description{font-size:14px;line-height:1.6;color:var(--secondary);max-width:420px}.product-detail__price{align-self:flex-end;font-size:18px;font-weight:600;color:var(--main-text)}.product-detail__cta{width:100%;padding:14px 24px;border:none;border-radius:4px;background:var(--dark-brown);color:var(--white);font-family:var(--font-body);font-size:var(--btn-xs-size);font-weight:400;letter-spacing:.12em;text-transform:uppercase;transition:background .2s}.product-detail__cta:hover{background:var(--brown)}.product-detail__featured-review{padding:14px 16px;border:1px solid #d1c4bc;border-radius:8px;background:var(--white)}.product-detail__featured-review-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.product-detail__featured-review p{font-size:13px;line-height:1.55;color:var(--secondary)}.product-detail__review-author,.product-review__author{font-size:13px;font-weight:600;color:var(--main-text)}.product-detail__review-rating,.product-review__rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--main-text)}.product-detail__reviews-toggle{width:100%;margin-top:4px;padding:12px 20px;border:1px solid #d1c4bc;border-radius:4px;background:var(--beige-light);color:var(--brown);font-family:var(--font-body);font-size:var(--btn-xs-size);font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .2s,color .2s}.product-detail__reviews-toggle:hover{background:var(--white);color:var(--dark-brown)}.product-reviews{display:flex;flex-direction:column}.product-reviews__list{display:flex;flex-direction:column;gap:12px}.product-review{padding:14px 16px;border:1px solid #d1c4bc;border-radius:8px;background:var(--white)}.product-review__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.product-review__text{font-size:13px;line-height:1.55;color:var(--secondary)}.product-reviews__toggle{align-self:flex-end;margin-top:16px;padding:12px 20px;border:1px solid #d1c4bc;border-radius:4px;background:var(--beige-light);color:var(--brown);cursor:pointer;font-family:var(--font-body);font-size:var(--btn-xs-size);font-weight:400;letter-spacing:.1em;text-transform:uppercase;transition:background .2s,color .2s}.product-reviews__toggle:hover{background:var(--white);color:var(--dark-brown)}.related-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}@media(max-width:1100px){.product-page__layout{grid-template-columns:1fr}.related-products__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:768px){.product-detail{grid-template-columns:1fr}.related-products__grid{grid-template-columns:repeat(2,1fr)}}.unik-life{padding:56px 0 52px;background:var(--beige-light)}.unik-life__header{margin-bottom:28px}.unik-life .section-title{font-size:var(--h4-size);line-height:var(--h4-lh);margin-bottom:0}.unik-life .section-subtitle{margin-top:8px;color:var(--secondary)}.unik-life__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.unik-life__post{aspect-ratio:1;overflow:hidden;display:block;border-radius:10px;background:#e3ddd6}.unik-life__post img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.unik-life__post:hover img{transform:scale(1.05)}.newsletter{background:var(--beige);padding:36px 0}.newsletter__inner{max-width:1320px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:40px}.newsletter__text{flex:1;min-width:0}.newsletter__text h2{font-family:var(--font-display);font-size:var(--h5-size);line-height:var(--h5-lh);font-weight:400;color:var(--dark-brown);margin-bottom:6px}.newsletter__text p{font-family:var(--font-body);font-size:var(--body-s-size);font-weight:400;color:var(--secondary);line-height:1.5;max-width:480px}.newsletter__form{display:flex;align-items:center;gap:10px;flex-shrink:0}.newsletter__form input{padding:11px 14px;border:1px solid var(--dark-brown);border-radius:3px;font-family:var(--font-body);font-size:13px;width:280px;max-width:36vw;background:var(--white);outline:none;color:var(--main-text)}.newsletter__form input::placeholder{color:var(--secondary)}.newsletter__form button{background:var(--dark-brown);color:var(--white);border:none;padding:11px 24px;font-family:var(--font-body);font-size:var(--btn-xs-size);font-weight:400;letter-spacing:.1em;text-transform:uppercase;border-radius:3px;white-space:nowrap;transition:background .2s}.newsletter__form button:hover{background:var(--brown)}.footer{background:var(--beige-light);padding:48px 0 44px}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:48px;align-items:start}.footer__logo{display:inline-flex;flex-direction:column;align-items:flex-start;gap:3px;margin-bottom:16px}.footer__logo-title{font-family:var(--font-display);font-size:40px;line-height:1;font-weight:400;color:var(--brown);letter-spacing:.02em}.footer__logo-tagline{font-family:var(--font-body);font-size:11px;font-weight:300;letter-spacing:.14em;color:var(--brown)}.footer__brand p{font-size:13px;color:var(--main-text);line-height:1.6;max-width:280px;margin-bottom:22px}.footer__social{display:flex;align-items:center;gap:14px}.footer__social a{display:flex;align-items:center;justify-content:center;line-height:0;opacity:.95;transition:opacity .2s}.footer__social a:hover{opacity:.7}.footer__social img{width:22px;height:22px;object-fit:contain}.footer__col h4{font-family:var(--font-body);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brown);margin-bottom:16px}.footer__col ul{display:flex;flex-direction:column;gap:8px}.footer__col ul li a,.footer__col ul li{font-size:13px;color:var(--main-text);line-height:1.45;transition:color .2s}.footer__col ul li a:hover{color:var(--brown)}.footer__address{font-style:normal;display:flex;flex-direction:column;gap:8px}.footer__address p{font-size:13px;color:var(--main-text);line-height:1.45}@media(max-width:1200px){.products-grid{grid-template-columns:repeat(4,1fr)}.categories__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.products-grid,.categories__grid{grid-template-columns:repeat(3,1fr)}.unik-life__grid{grid-template-columns:repeat(2,1fr)}}.header__menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;cursor:pointer;justify-self:start;flex-shrink:0}.header__menu-btn:focus-visible{outline:2px solid var(--dark-brown);outline-offset:2px}.header__menu-icon{position:relative;display:block;width:20px;height:2px;background:currentColor;border-radius:1px;transition:background .2s}.header__menu-icon:before,.header__menu-icon:after{content:"";position:absolute;left:0;width:20px;height:2px;background:currentColor;border-radius:1px;transition:transform .2s,top .2s}.header__menu-icon:before{top:-6px}.header__menu-icon:after{top:6px}.header--menu-open .header__menu-icon{background:transparent}.header--menu-open .header__menu-icon:before{top:0;transform:rotate(45deg)}.header--menu-open .header__menu-icon:after{top:0;transform:rotate(-45deg)}.header--overlay .header__menu-btn{color:var(--white)}.header--sticky .header__menu-btn{color:var(--main-text)}.header__icon-btn--mobile,.header__mobile-nav{display:none}@media(max-width:768px){:root{--h3-size: 32px;--h4-size: 28px;--h5-size: 22px;--announcement-height: 32px;--header-bar-height: 52px}.container{padding:0 16px}.section-title{font-size:var(--h4-size);text-align:center;margin-bottom:20px}body.header-menu-open{overflow:hidden}.header--overlay,.header--sticky{border-bottom:none}.header--overlay.header--search-open,.header--sticky{border-bottom:1px solid var(--border)}.header__bar{background:inherit}.header--overlay .header__bar{background:transparent}.header--overlay.header--search-open .header__bar,.header--sticky .header__bar{background:var(--white)}.header__inner{grid-template-columns:auto 1fr auto;padding:4px 12px 4px 8px;gap:8px;min-height:var(--header-bar-height)}.header__menu-btn{display:flex;grid-column:1}.header__left--desktop,.header__nav--desktop,.header__center--desktop{display:none}.header__right{grid-column:3}.header__tools{gap:2px;align-items:center}.header__icon-btn,.header__cart{width:44px;height:44px}.header__icon-btn--mobile{display:flex}.header__icon-btn img,.header__cart-icon img{width:22px;height:22px}.header__mobile-nav{display:block;position:fixed;left:0;right:0;z-index:10;max-height:0;overflow:hidden;background:var(--white);border-bottom:none;box-shadow:none;transition:max-height .28s ease}.header--overlay .header__mobile-nav{top:calc(var(--announcement-height) + var(--header-bar-height))}.header--sticky .header__mobile-nav{top:var(--header-bar-height)}.header__mobile-nav--open{max-height:min(75vh,400px);overflow-y:auto;border-bottom:1px solid var(--border);box-shadow:0 10px 24px #2a262414}.header__mobile-nav-list{padding:8px 16px 16px;display:flex;flex-direction:column;gap:0}.header__mobile-nav-link{display:block;padding:14px 16px;font-size:16px;color:var(--main-text);text-align:center;border-bottom:1px solid var(--border)}.header__mobile-nav-link--active{color:var(--dark-brown);font-weight:600;text-decoration:none;text-align:center;background:var(--beige-light)}.header--overlay:not(.header--search-open) .header__icon-btn img,.header--overlay:not(.header--search-open) .header__cart-icon img{filter:brightness(0) invert(1)}.header--overlay:not(.header--search-open) .header__menu-btn{color:var(--white)}.header--overlay.header--search-open .header__menu-btn,.header--sticky .header__menu-btn{color:var(--main-text)}.header--overlay.header--search-open .header__icon-btn img,.header--overlay.header--search-open .header__cart-icon img,.header--sticky .header__icon-btn img,.header--sticky .header__cart-icon img{filter:brightness(0) saturate(100%) invert(12%) sepia(10%) saturate(800%) hue-rotate(349deg)}.announcement-bar{font-size:8px;letter-spacing:.05em;padding:7px 10px;line-height:1.35}.hero{min-height:400px;height:62vh;max-height:540px}.hero__overlay{padding:calc(var(--announcement-height) + var(--header-bar-height) + 24px) 20px 40px;align-items:flex-end}.hero__content{max-width:100%}.hero__title{font-size:32px;margin-bottom:8px}.hero__subtitle{font-size:15px;margin-bottom:22px}.hero__cta{display:block;width:100%;max-width:280px;margin:0 auto;text-align:center;padding:14px 24px}.features-bar__inner{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;gap:12px;padding:18px 16px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.features-bar__inner::-webkit-scrollbar{display:none}.features-bar__item{flex:0 0 108px;flex-direction:column;gap:10px;text-align:center;scroll-snap-align:start}.features-bar__item img{width:28px;height:28px}.features-bar__item p{font-size:10px;line-height:1.35;white-space:pre-line;max-width:100px;margin:0 auto}.categories{padding:20px 0 12px}.categories .container{padding:0;max-width:none}.categories__grid{display:flex;overflow-x:auto;gap:14px;padding:4px 16px 12px;scroll-snap-type:x mandatory;scroll-padding-inline:16px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.categories__grid::-webkit-scrollbar{display:none}.category-card{flex:0 0 168px;scroll-snap-align:center}.category-card--active{box-shadow:0 6px 20px #6e27102e}.category-card__footer{padding:12px 8px 11px}.category-card__name{font-size:10px;letter-spacing:.08em;line-height:1.3;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.category-card__cta{font-size:9px;letter-spacing:.1em;margin-top:2px}.products-section{padding:28px 0 36px;scroll-margin-top:calc(var(--announcement-height) + var(--header-bar-height) + 16px)}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card__image-wrap{border-radius:12px}.product-card__name{font-size:12px}.product-card__price,.product-card__rating{font-size:11px}.unik-life{padding:40px 0 36px}.unik-life__header{text-align:center;margin-bottom:20px}.unik-life .section-subtitle{font-size:13px}.unik-life__grid{grid-template-columns:repeat(2,1fr);gap:12px}.newsletter{padding:32px 0}.newsletter__inner{flex-direction:column;align-items:stretch;padding:0 16px;gap:20px;text-align:center}.newsletter__text h2{font-size:var(--h5-size)}.newsletter__text p{max-width:none;font-size:13px}.newsletter__form{flex-direction:column;width:100%;gap:10px}.newsletter__form input{width:100%;max-width:none}.newsletter__form button{width:100%;padding:14px 24px}.footer{padding:36px 0 32px}.footer__grid{grid-template-columns:1fr 1fr;grid-template-areas:"tienda contacto" "brand brand";gap:28px 20px}.footer__col--tienda{grid-area:tienda}.footer__col--contacto{grid-area:contacto}.footer__col--compra{display:none}.footer__brand{grid-area:brand;text-align:center;display:flex;flex-direction:column;align-items:center}.footer__logo{align-items:center}.footer__brand p{max-width:none;margin-bottom:18px}.footer__social{justify-content:center}.product-page{padding-top:calc(var(--header-bar-height) + 16px);padding-bottom:40px}.product-page__title{font-size:var(--h4-size)}}@media(max-width:380px){.header__icon-btn,.header__cart{width:40px;height:40px}.features-bar__item{flex:0 0 96px}.features-bar__item p{font-size:9px}.category-card{flex:0 0 152px}}
