:root{--color-green-dark: #1B5E20;--color-green: #2E7D32;--color-green-light: #3A8C3F;--color-gold: #D4A017;--color-gold-dark: #a06a08;--color-gold-light: #F5B731;--color-bg-cream: #fff8e7;--color-bg-hero-end: #fbeed0;--color-bg-header: rgba(245,242,233,.97);--color-bg-mobile-cats: #faf8f2;--color-text-dark: #2a2010;--color-text-body: #4a3a20;--color-text-muted: #6a5640;--color-text-brown: #3a2a10;--color-text-gold-dark: #7a4a00;--color-border-gold: rgba(212,160,23,.18);--color-white: #ffffff;--font-body-family: "Inter", system-ui, sans-serif;--font-heading-family: "Manrope", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body-family);background:#fff8e7;color:#2a2010;line-height:1.6}.brand-mark{display:block;max-width:100%;height:auto}img{max-width:100%;height:auto}a{color:inherit}ul{list-style:none}button{font-family:inherit}.container,.page-width{max-width:1260px;margin:0 auto;padding:0 24px}.kdg-announcement-bar{background:linear-gradient(90deg,#1b5e20,#2e7d32,#3a8c3f);color:#fff;font-size:.86rem;font-weight:600;position:relative;overflow:hidden;padding:8px 0}.kdg-announcement-bar__track{display:flex;white-space:nowrap;animation:kdgScroll 18s linear infinite}.kdg-announcement-bar__item,.kdg-announcement-bar__sep{padding:0 20px}.kdg-announcement-bar__close{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff;font-size:1.2rem;cursor:pointer;z-index:2}.koyum-box-promo{background:linear-gradient(100deg,#1b5e20,#2e7d32 45%,#3a8c3f);color:#fff;padding:16px;position:relative;overflow:hidden}.koyum-box-promo__pct{background:#f5b731;color:#1b5e20;border-radius:999px;padding:4px 10px;font-weight:700;display:inline-block}.koyum-box-promo:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#ffffff4d,#fff0);animation:kbpShine 3s infinite}.koyum-box-promo__icon{animation:kbpWiggle 2s infinite ease-in-out}.koyum-box-promo__close{position:absolute;right:10px;top:10px;background:transparent;border:none;color:#fff;cursor:pointer;font-size:1.2rem;z-index:2}.site-header{position:sticky;top:0;z-index:999;background:#f5f2e9f7;border-bottom:1px solid rgba(212,160,23,.15)}.header-main{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;padding:0 24px;height:64px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand__logo{height:44px;width:auto;object-fit:contain}.brand__text strong{font-family:Manrope;font-size:1.05rem;color:#2a2010}.brand__text span{font-size:.72rem;color:#6a5640;display:block}.main-nav ul{display:flex;list-style:none;gap:2px}.main-nav a{font-size:.875rem;font-weight:500;color:#3a2a10;padding:0 9px;text-decoration:none;line-height:64px;transition:color .15s}.main-nav a:hover,.main-nav a.is-active{color:#1b5e20}.header-actions{display:flex;align-items:center;gap:6px}.header-icon{background:transparent;border:none;cursor:pointer;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:#3a2a10;border-radius:0;transition:background .15s}.header-icon:hover{background:#d4a0171a}.header-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;color:#3a2a10;text-decoration:none;padding:0 13px;transition:color .15s}.header-link svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-link:hover{color:#1b5e20}.cart-count{background:#d4a017;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.cart-count.is-hidden,.mobile-header-row{display:none}.mobile-actions{display:flex;align-items:center;gap:4px}.header-categories{display:flex;align-items:center;gap:10px;padding:10px 24px;background:#f5f2e9f7;border-bottom:1px solid rgba(212,160,23,.1);overflow-x:auto;scrollbar-width:none}.header-categories::-webkit-scrollbar{display:none}.header-category-link{display:inline-grid;grid-template-rows:auto auto;justify-items:center;align-items:center;gap:8px;text-decoration:none;padding:4px 2px;min-width:64px}.header-category-link__thumb{width:64px;height:64px;border-radius:0;overflow:hidden;border:1px solid rgba(212,160,23,.2);background:#fff8e7;flex-shrink:0}.header-category-link__thumb img{width:100%;height:100%;object-fit:cover}.header-category-link span:not(.header-category-link__thumb){font-size:11px;color:#3a2a10;text-align:center;line-height:1.3;white-space:nowrap}.header-category-link--all .header-category-link__thumb{background:#d4a017;display:flex;align-items:center;justify-content:center}.header-category-link--all .header-category-link__thumb svg{width:28px;height:28px;stroke:#fff;fill:none}.header-search-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000080;display:none;pointer-events:none}.header-search-panel.is-open{display:block;pointer-events:auto}.header-search-panel__dialog{position:absolute;top:0;left:0;right:0;background:#fff8e7;padding:32px 24px 40px;max-width:640px;margin:0 auto}.search-form{display:flex;align-items:center;gap:0;background:#fff;border:2px solid rgba(212,160,23,.4)}.search-form input{flex:1;padding:12px 16px;border:none;background:transparent;font-size:1rem;color:#2a2010;outline:none}.search-form button[type=submit]{background:#1b5e20;color:#fff;border:none;padding:0 20px;height:48px;font-weight:700;cursor:pointer}.header-search-panel__suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.header-search-panel__chip{background:#d4a0171f;color:#7a4a00;border:1px solid rgba(212,160,23,.3);padding:6px 14px;font-size:.82rem;font-weight:600;text-decoration:none}.site-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:100vw;background:#fff8e7;z-index:1200;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.site-drawer.is-open{transform:translate(0)}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:1100;display:none}.drawer-backdrop.is-visible{display:block}.site-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid rgba(212,160,23,.15)}.site-drawer__title strong{font-family:Manrope;font-size:1.1rem;color:#2a2010}.site-drawer__title span{font-size:.78rem;color:#6a5640;display:block}.site-drawer__body{flex:1;overflow-y:auto;padding:20px 24px}.site-drawer__footer{padding:16px 24px;border-top:1px solid rgba(212,160,23,.15)}.site-drawer__close{background:transparent;border:none;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#3a2a10}.site-drawer--menu{width:340px;right:auto;left:0;transform:translate(-100%)}.site-drawer--menu.is-open{transform:translate(0)}.cart-drawer__items{display:flex;flex-direction:column;gap:16px}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:12px;align-items:start}.cart-item__image{width:80px;height:80px;object-fit:cover}.cart-item__title{font-size:.9rem;font-weight:600;color:#2a2010}.cart-item__price{font-size:1rem;font-weight:700;color:#1b5e20}.cart-item__qty{display:flex;align-items:center;gap:8px}.cart-item__qty button{width:28px;height:28px;border:1px solid rgba(212,160,23,.3);background:transparent;cursor:pointer;font-size:1rem}.cart-drawer__empty{text-align:center;padding:40px 20px}.cart-drawer__empty strong{font-family:Manrope;font-size:1.1rem;color:#2a2010;display:block;margin-bottom:8px}.cart-drawer__summary{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cart-drawer__summary strong{font-family:Manrope;font-size:1.2rem;color:#2a2010}.cart-drawer__actions{display:flex;flex-direction:column;gap:8px}.cart-drawer__action--primary{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;border:none;padding:14px;text-align:center;font-weight:700;font-size:.95rem;text-decoration:none;cursor:pointer;display:block}.cart-drawer__action--ghost{background:transparent;border:1px solid rgba(212,160,23,.4);color:#7a4a00;padding:10px;font-size:.85rem;font-weight:600;cursor:pointer}.cart-drawer__action--ghost:disabled{opacity:.4;cursor:default}.menu-drawer__nav{display:flex;flex-direction:column}.menu-drawer__nav a{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(212,160,23,.12);font-size:1rem;font-weight:600;color:#2a2010;text-decoration:none}.menu-drawer__nav a:hover{color:#1b5e20}.menu-drawer__group summary{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(212,160,23,.12);cursor:pointer;font-size:1rem;font-weight:600;color:#2a2010;list-style:none}.menu-drawer__group-body{padding:8px 0}.menu-drawer__subitem{display:block;padding:10px 12px;font-size:.92rem;color:#4a3a20;text-decoration:none}.menu-drawer__subitem:hover{color:#1b5e20}.menu-drawer__contact{margin-top:24px;padding-top:20px;border-top:1px solid rgba(212,160,23,.15)}.menu-drawer__contact strong{font-family:Manrope;font-size:.9rem;color:#2a2010;display:block;margin-bottom:12px}.menu-drawer__contact-item{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.menu-drawer__contact-label{font-size:.72rem;color:#6a5640;text-transform:uppercase;letter-spacing:.5px}.menu-drawer__contact-value{font-size:.88rem;color:#2a2010}.koyum-home-slider{position:relative;overflow:hidden}.koyum-home-slider__viewport{overflow:hidden}.koyum-home-slider__track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1)}.koyum-home-slider__slide{flex:0 0 100%}.koyum-home-slider__pic{display:block;width:100%}.koyum-home-slider__pic img{width:100%;height:auto;display:block;max-height:520px;object-fit:cover}.koyum-home-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#ffffffd9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10}.koyum-home-slider__nav--prev{left:12px}.koyum-home-slider__nav--next{right:12px}.koyum-home-slider__dots{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:8px}.koyum-home-slider__dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;padding:0}.koyum-home-slider__dot.is-active{background:#fff;width:24px;border-radius:4px}.koyum-home-trust{padding:20px 0;background:linear-gradient(180deg,#fffaf0,#fff);border-bottom:1px solid rgba(212,160,23,.12)}.koyum-home-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:1260px;margin:0 auto;padding:0 24px}.koyum-home-trust__item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid rgba(212,160,23,.18)}.koyum-home-trust__icon{width:36px;height:36px;background:#d4a0171a;color:#7a4a00;display:grid;place-items:center;flex-shrink:0}.koyum-home-trust__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.koyum-home-trust__body strong{display:block;font-size:14px;color:#3a2a10;font-weight:700}.koyum-home-trust__body span{font-size:12.5px;color:#6a5640}.section{padding-block:32px}.section--tight{padding-block:24px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(212,160,23,.15)}.section-title{font-family:Manrope;font-size:clamp(18px,2.2vw,24px);font-weight:800;color:#2a2010;letter-spacing:-.01em}.section-head__action{font-size:13px;font-weight:600;color:#7a4a00;text-decoration:none;white-space:nowrap}.section-head__action:hover{color:#c4660d;text-decoration:underline}.product-card{position:relative;background:#fff;border:1px solid rgba(212,160,23,.15);display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.product-card:hover{box-shadow:0 4px 16px #2a201014;transform:translateY(-2px)}.product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;text-decoration:none}.product-card__media{position:relative;aspect-ratio:4/3;overflow:hidden;background:linear-gradient(135deg,var(--media-start, #f5f0e8),var(--media-end, #e8e0d0))}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__badges{position:absolute;top:10px;left:10px;right:10px;z-index:3;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;pointer-events:none}.product-card__origin{position:static;display:inline-flex;align-items:center;gap:5px;flex:0 1 auto;min-width:0;max-width:100%;overflow:hidden;padding:3px 9px;color:#fff;background:#1b5e20f0;box-shadow:0 5px 14px #1242192e;font-size:11px;font-weight:700;letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap}.product-card__origin-icon{width:13px;height:13px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-card__origin>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__stock-badge{position:static;flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;background:#751e24f0;color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:0 6px 18px #470d1138;font-size:10.5px;font-weight:800;letter-spacing:.45px;text-transform:uppercase}.product-card__stock-badge svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-card.is-sold-out .product-card__image img{filter:saturate(.48) contrast(.92);opacity:.82}.product-card__body{padding:14px 14px 0;display:flex;flex-direction:column;flex:1;gap:6px}.product-card__body h3{font-size:.92rem;font-weight:700;color:#2a2010;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.6em;min-height:2.6em}.product-card__title-link{color:#241a0d;text-decoration:none;font-family:var(--font-heading-family, "Manrope", system-ui, sans-serif);font-weight:800;letter-spacing:-.015em;transition:color .18s ease}.product-card__title-link:hover{color:#1b5e20;text-decoration:none}.product-card__description{font-size:.8rem;color:#6a5640;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__chip-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.product-card__meta-list{display:flex;gap:4px}.product-card__meta-list[hidden]{display:none!important}.product-card__meta-pill{display:inline-flex;align-items:center;gap:6px;background:#edf5ed;color:#1b5e20;font-size:11.5px;font-weight:700;padding:3px 9px;border:1px solid rgba(27,94,32,.16);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__meta-icon{width:14px;height:14px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-card__meta-pill>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__rating{display:flex;align-items:center;gap:3px}.product-card__rating-star{color:#d4a017;font-size:13px}.product-card__rating strong{font-size:12px;font-weight:700;color:#2a2010}.product-card__rating span{font-size:11px;color:#6a5640}.product-card__footer{padding:10px 14px 14px;margin-top:auto}.product-card__price-row{margin-bottom:8px}.product-card__price del{font-size:12px;color:#999;text-decoration:line-through;margin-right:4px}.product-card__price strong{font-size:1.1rem;font-weight:800;color:#1b5e20}.product-card__price-unavailable{display:inline-flex;align-items:center;gap:6px;color:#79565a;font-size:.78rem;font-weight:700}.product-card__price-unavailable svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}.product-card__signal{display:inline-block;background:#1b5e2014;color:#1b5e20;border:1px solid rgba(27,94,32,.2);font-size:10.5px;font-weight:700;padding:3px 8px;margin-bottom:8px;letter-spacing:.2px}.product-card__actions{position:relative;z-index:2}.product-card__button{width:100%;background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;border:none;padding:10px 14px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s,transform .15s;display:flex;align-items:center;justify-content:center;gap:9px}.product-card__button-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.product-card__button:hover{background:linear-gradient(135deg,#155016,#1b5e20);transform:none}.product-card__button--sold-out,.product-card__button--sold-out:hover{display:flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(135deg,#70252b,#963a42);color:#fff;border:1px solid #652027;box-shadow:inset 0 1px #ffffff1f;opacity:1;cursor:not-allowed;transform:none}.product-card__button--sold-out svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.product-card__button--sold-out small{padding-left:8px;border-left:1px solid rgba(255,255,255,.28);color:#ffffffbd;font-size:.66rem;font-weight:700;letter-spacing:.3px}.product-card__button.is-loading{opacity:.7;cursor:wait}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-slider{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.product-slider::-webkit-scrollbar{display:none}.product-slider .product-card{flex:0 0 240px;scroll-snap-align:start}.reviews-section{padding-block:32px;background:linear-gradient(180deg,#fffaf0,#fff8e7)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{background:#fff;border:1px solid rgba(212,160,23,.18);padding:20px}.review-card__header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.review-card__avatar{width:40px;height:40px;background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;border-radius:50%}.review-card__name{font-weight:700;color:#2a2010;font-size:.9rem}.review-card__date{font-size:.75rem;color:#6a5640}.review-card__stars{color:#d4a017;font-size:14px;margin-bottom:8px}.review-card__product{font-size:.78rem;color:#7a4a00;font-weight:600;background:#d4a01714;padding:3px 8px;display:inline-block;margin-bottom:8px}.review-card__text{font-size:.88rem;color:#4a3a20;line-height:1.55}.faq-section{padding-block:32px}.faq-card{border:1px solid rgba(212,160,23,.2);margin-bottom:8px}.faq-card__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;cursor:pointer;background:#fff}.faq-card__title{font-size:.95rem;font-weight:700;color:#2a2010}.faq-card__icon{width:24px;height:24px;transition:transform .25s;flex-shrink:0}.faq-card.is-open .faq-card__icon{transform:rotate(180deg)}.faq-card__body{padding:0 20px 16px;font-size:.9rem;color:#4a3a20;line-height:1.6;display:none}.faq-card.is-open .faq-card__body{display:block}.cta-card{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;padding:40px 32px;text-align:center}.cta-card__eyebrow{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;opacity:.8;margin-bottom:12px}.cta-card__title{font-family:Manrope;font-size:clamp(22px,3vw,32px);font-weight:800;margin-bottom:16px}.cta-card__desc{font-size:.95rem;opacity:.88;margin-bottom:24px;max-width:500px;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;cursor:pointer;text-decoration:none;transition:transform .15s,box-shadow .15s;border:none}.btn--primary{background:#d4a017;color:#2a2010;padding:14px 28px;font-size:.95rem}.btn--primary:hover{background:#b8860b;transform:translateY(-2px)}.btn--secondary{background:transparent;border:2px solid rgba(255,255,255,.5);color:#fff;padding:12px 24px;font-size:.9rem}.btn--ghost{background:#ffffff1f;color:#fff;padding:12px 24px}.home-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-blog-card{background:#fff;border:1px solid rgba(212,160,23,.15);display:flex;flex-direction:column}.home-blog-card__image{aspect-ratio:16/9;overflow:hidden}.home-blog-card__img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.home-blog-card:hover .home-blog-card__img{transform:scale(1.04)}.home-blog-card__body{padding:18px;flex:1;display:flex;flex-direction:column}.home-blog-card__cat{font-size:10px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#7a4a00;margin-bottom:8px}.home-blog-card__title{font-family:Manrope;font-size:1rem;font-weight:700;color:#2a2010;line-height:1.4;margin-bottom:8px}.home-blog-card__excerpt{font-size:.83rem;color:#6a5640;line-height:1.5;flex:1}.home-blog-card__footer{padding:12px 18px;border-top:1px solid rgba(212,160,23,.1)}.home-blog-card__link{font-size:.82rem;font-weight:600;color:#1b5e20;text-decoration:none}.site-footer{background:#2a2010;color:#ffffffd9;padding:48px 0 0}.site-footer a{color:#ffffffbf;text-decoration:none;font-size:.88rem}.site-footer a:hover{color:#d4a017}.footer-main{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:32px;padding-bottom:32px}.footer-col__title{font-family:Manrope;font-size:.9rem;font-weight:700;color:#fff;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-contact{background:#ffffff0d;padding:24px;border:1px solid rgba(212,160,23,.2)}.footer-contact__title{font-family:Manrope;font-size:1rem;font-weight:700;color:#fff;margin-bottom:16px}.footer-contact__item{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.footer-contact__label{font-size:.7rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.footer-contact__value{font-size:.88rem;color:#ffffffd9}.footer-whatsapp{display:flex;align-items:center;gap:8px;background:#25d366;color:#fff;padding:10px 16px;font-size:.85rem;font-weight:700;text-decoration:none;margin-top:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer-bottom__copy{font-size:.78rem;color:#ffffff80}.footer-social{display:flex;gap:10px}.footer-social__link{width:36px;height:36px;background:#ffffff14;color:#ffffffb3;display:flex;align-items:center;justify-content:center;text-decoration:none}.footer-social__link:hover{background:#d4a017;color:#fff}.collection-header{padding:24px 0 20px;border-bottom:1px solid rgba(212,160,23,.15);margin-bottom:24px}.collection-header h1{font-family:Manrope;font-size:clamp(22px,3vw,32px);font-weight:800;color:#2a2010}.collection-header__count{font-size:.85rem;color:#6a5640;margin-top:4px}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.collection-sort{display:flex;align-items:center;gap:10px;margin-bottom:20px}.collection-sort select{border:1px solid rgba(212,160,23,.3);background:#fff8e7;padding:8px 12px;font-size:.88rem;color:#2a2010;outline:none}.product-single{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:32px 0;align-items:start}.product-gallery{position:sticky;top:80px}.product-gallery__main{aspect-ratio:1/1;overflow:hidden;background:#f5f0e8;margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:8px}.product-gallery__thumb{width:72px;height:72px;border:2px solid transparent;cursor:pointer;overflow:hidden}.product-gallery__thumb.is-active{border-color:#1b5e20}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__title{font-family:Manrope;font-size:clamp(22px,3vw,30px);font-weight:800;color:#2a2010;line-height:1.2;margin-bottom:8px}.product-info__origin{font-size:.82rem;font-weight:700;color:#7a4a00;background:#d4a0171a;padding:4px 10px;display:inline-block;margin-bottom:12px}.product-info__rating{display:flex;align-items:center;gap:6px;margin-bottom:16px}.product-info__price{font-size:1.8rem;font-weight:800;color:#1b5e20;font-family:Manrope;margin-bottom:4px}.product-info__compare-price{font-size:1rem;color:#999;text-decoration:line-through}.product-info__description{font-size:.92rem;color:#4a3a20;line-height:1.65;margin-bottom:20px;padding:14px 16px;background:#d4a0170f;border-left:3px solid #D4A017}.product-variants{margin-bottom:16px}.product-variants__label{font-size:.85rem;font-weight:700;color:#2a2010;margin-bottom:8px}.variant-btn{padding:8px 16px;border:1px solid rgba(212,160,23,.3);background:transparent;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .15s}.variant-btn.is-selected,.variant-btn:hover{background:#1b5e20;color:#fff;border-color:#1b5e20}.product-qty{display:flex;align-items:center;gap:12px;margin-bottom:16px}.qty-btn{width:40px;height:40px;border:1px solid rgba(212,160,23,.3);background:transparent;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-input{width:60px;height:40px;border:1px solid rgba(212,160,23,.3);text-align:center;font-size:1rem;font-weight:700;background:#fff8e7}.add-to-cart-btn{width:100%;padding:16px;background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;border:none;font-size:1rem;font-weight:800;cursor:pointer;margin-bottom:12px;transition:transform .15s;display:flex;align-items:center;justify-content:center;gap:8px}.add-to-cart-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #1b5e204d}.product-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.assurance-item{padding:14px;background:#d4a0170d;border:1px solid rgba(212,160,23,.15)}.assurance-item__icon{font-size:1.4rem;margin-bottom:6px}.assurance-item__title{font-size:.8rem;font-weight:700;color:#2a2010;margin-bottom:4px}.assurance-item__copy{font-size:.75rem;color:#6a5640;line-height:1.4}.tracking-form{display:flex;flex-direction:column;gap:16px}.tracking-form__field label{display:block;font-size:.82rem;font-weight:700;color:#2a2010;margin-bottom:6px}.tracking-form__field input{width:100%;padding:12px 14px;border:1px solid rgba(212,160,23,.3);background:#fff;font-size:.92rem;color:#2a2010;outline:none}.tracking-form__field input:focus{border-color:#1b5e20}.tracking-form__submit{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;border:none;padding:14px;font-size:.95rem;font-weight:700;cursor:pointer}.page-hero{padding:32px 0 24px;border-bottom:1px solid rgba(212,160,23,.15);margin-bottom:32px}.page-hero h1{font-family:Manrope;font-size:clamp(24px,4vw,36px);font-weight:800;color:#2a2010}.page-hero__sub{font-size:.95rem;color:#6a5640;margin-top:8px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#6a5640;margin-bottom:16px}.breadcrumb a{color:#6a5640;text-decoration:none}.breadcrumb a:hover{color:#1b5e20}.breadcrumb__sep{opacity:.5}.form-field{margin-bottom:16px}.form-field label{display:block;font-size:.82rem;font-weight:700;color:#2a2010;margin-bottom:6px}.form-field input,.form-field textarea,.form-field select{width:100%;padding:12px 14px;border:1px solid rgba(212,160,23,.3);background:#fff;font-size:.92rem;font-family:inherit;color:#2a2010;outline:none}.form-field input:focus,.form-field textarea:focus{border-color:#1b5e20;box-shadow:0 0 0 3px #1b5e201a}.form-submit{background:linear-gradient(135deg,#1b5e20,#2e7d32);color:#fff;border:none;padding:14px 28px;font-size:.95rem;font-weight:700;cursor:pointer}.form-submit:hover{background:linear-gradient(135deg,#155016,#1b5e20)}@keyframes kdgScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes kbpShine{0%{left:-100%}20%{left:100%}to{left:100%}}@keyframes kbpWiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}@media(prefers-reduced-motion:reduce){.kdg-announcement-bar__track{animation:none;transform:none;white-space:normal}.koyum-box-promo:after{animation:none}.koyum-box-promo__icon{animation:none}.site-drawer{transition:none}}@media screen and (max-width:820px){.header-main{display:none}.mobile-header-row{display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.header-categories{width:100%;padding:10px 16px}.featured-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid,.home-blog-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:repeat(2,1fr)}.product-single{grid-template-columns:1fr;gap:24px}.product-gallery{position:static}.product-assurance,.koyum-home-trust__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.featured-grid,.collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}.footer-main,.product-assurance{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/theme.css.map */
