:root{--gb-green:#07963f;--gb-green-dark:#0d6e3a;--gb-cream:#f7f3ea;--gb-cocoa:#4e3724;--gb-gold:#daaa3e;--gb-white:#fff;--gb-text:#28231f;--gb-muted:#756d65;--gb-border:rgba(78,55,36,.14);--gb-radius:24px;--gb-shadow:0 18px 50px rgba(49,41,32,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--gb-cream);color:var(--gb-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:auto}.gb-title{font-size:clamp(30px,4vw,58px);line-height:1.03;color:var(--gb-cocoa);letter-spacing:-.04em;margin:0 0 18px}.gb-subtitle{color:var(--gb-muted);max-width:680px}.gb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 22px;border:1px solid transparent;border-radius:999px;background:var(--gb-green);color:#fff;font-weight:800;cursor:pointer;transition:.2s}.gb-btn:hover{background:var(--gb-green-dark);transform:translateY(-1px);color:#fff}.gb-btn--light{background:#fff;color:var(--gb-green);border-color:var(--gb-border)}.gb-btn--ghost{background:transparent;color:var(--gb-cocoa);border-color:var(--gb-border)}.gb-section{padding:80px 0}.gb-section--white{background:#fff}.gb-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid var(--gb-border)}.gb-header__row{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}.gb-logo{display:inline-flex;align-items:center;width:168px;line-height:0;white-space:nowrap}.gb-logo img{display:block;width:100%;height:auto}.gb-nav{display:flex;justify-content:center;align-items:center;gap:24px;font-weight:700;color:var(--gb-cocoa)}.gb-nav a:hover{color:var(--gb-green)}.gb-actions{display:flex;gap:10px;align-items:center}.gb-icon-btn{width:42px;height:42px;border:1px solid var(--gb-border);background:#fff;border-radius:50%;display:grid;place-items:center;position:relative;cursor:pointer}.gb-count{position:absolute;right:-3px;top:-5px;background:var(--gb-gold);color:var(--gb-cocoa);border-radius:20px;min-width:20px;height:20px;padding:0 5px;font-size:11px;display:grid;place-items:center;font-weight:900}.gb-search{display:flex;border:1px solid var(--gb-border);background:#f8f8f6;border-radius:999px;overflow:hidden;height:42px}.gb-search input{border:0;background:transparent;padding:0 14px;width:160px;outline:0}.gb-search button{border:0;background:none;padding:0 14px;color:var(--gb-green);cursor:pointer}.gb-mobile-toggle{display:none}.gb-hero{min-height:680px;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(90deg,rgba(247,243,234,.97) 0%,rgba(247,243,234,.78) 47%,rgba(247,243,234,.08) 75%),url('../images/greenbox_hero_banner_1783939784019.jpg') center/cover}.gb-hero__content{max-width:650px;padding:96px 0}.gb-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--gb-green);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;margin-bottom:22px}.gb-hero p{font-size:19px;color:var(--gb-cocoa);max-width:590px}.gb-actions-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.gb-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:44px}.gb-benefit{display:flex;gap:10px;align-items:center;font-size:14px;font-weight:800;color:var(--gb-cocoa)}.gb-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:40px}.gb-category-card{position:relative;min-height:350px;border-radius:var(--gb-radius);overflow:hidden;box-shadow:var(--gb-shadow);background:#ddd}.gb-category-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.45s}.gb-category-card:hover img{transform:scale(1.05)}.gb-category-card:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(33,27,21,.86))}.gb-category-card__content{position:absolute;z-index:2;bottom:25px;left:25px;right:25px;color:#fff}.gb-category-card h3{font-size:30px;margin:0 0 6px}.gb-products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:38px}.gb-product{background:#fff;border:1px solid var(--gb-border);border-radius:22px;overflow:hidden;position:relative;transition:.25s}.gb-product:hover{transform:translateY(-5px);box-shadow:var(--gb-shadow)}.gb-product__image{aspect-ratio:1/1;background:#f3eee4;display:block;overflow:hidden}.gb-product__image img{width:100%;height:100%;object-fit:cover;transition:.35s}.gb-product:hover img{transform:scale(1.04)}.gb-product__body{padding:18px}.gb-product__name{font-size:17px;font-weight:850;color:var(--gb-cocoa);min-height:52px;margin-bottom:10px}.gb-product__meta{display:flex;justify-content:space-between;align-items:center}.gb-price{font-size:20px;font-weight:900;color:var(--gb-green)}.gb-price-old{text-decoration:line-through;color:#999;font-size:14px;margin-left:6px}.gb-badge{position:absolute;z-index:2;left:14px;top:14px;background:var(--gb-green);color:#fff;padding:6px 10px;border-radius:99px;font-size:11px;font-weight:900}.gb-product__actions{display:flex;gap:8px;margin-top:15px}.gb-product__actions .gb-btn{flex:1;min-height:42px;padding:9px 13px}.gb-icon-action{width:42px;height:42px;border-radius:50%;border:1px solid var(--gb-border);background:#fff;cursor:pointer}.gb-story{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.gb-story__image{border-radius:32px;overflow:hidden;min-height:500px}.gb-story__image img{width:100%;height:100%;object-fit:cover}.gb-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.gb-feature{background:rgba(255,255,255,.65);padding:17px;border-radius:16px;border:1px solid var(--gb-border);font-weight:750}.gb-breadcrumb{padding:20px 0;font-size:13px;color:var(--gb-muted)}.gb-breadcrumb ul{list-style:none;margin:0;padding:0;display:flex;gap:8px;flex-wrap:wrap}.gb-breadcrumb li+li:before{content:"/";margin-right:8px}.gb-page-head{padding:40px 0 30px}.gb-layout{display:grid;grid-template-columns:250px 1fr;gap:30px}.gb-panel{background:#fff;border:1px solid var(--gb-border);border-radius:20px;padding:20px}.gb-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.gb-form-control{width:100%;height:48px;border:1px solid var(--gb-border);background:#fff;border-radius:12px;padding:0 14px;outline:none}.gb-form-control:focus{border-color:var(--gb-green);box-shadow:0 0 0 3px rgba(17,132,71,.1)}textarea.gb-form-control{height:auto;padding-top:12px}.gb-product-page{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:55px;align-items:start}.gb-product-gallery{position:sticky;top:100px}.gb-main-image{border-radius:28px;overflow:hidden;background:#fff;aspect-ratio:1/1}.gb-main-image img{width:100%;height:100%;object-fit:contain}.gb-product-info{background:#fff;border:1px solid var(--gb-border);padding:34px;border-radius:28px}.gb-product-info h1{font-size:clamp(32px,4vw,50px);line-height:1.05;color:var(--gb-cocoa);margin:0 0 18px}.gb-product-info__price{font-size:31px;color:var(--gb-green);font-weight:900}.gb-option{margin-top:22px}.gb-option label{font-weight:800;display:block;margin-bottom:8px}.gb-qty{display:flex;width:max-content;border:1px solid var(--gb-border);border-radius:999px;overflow:hidden}.gb-qty button,.gb-qty input{width:42px;height:42px;border:0;background:#fff;text-align:center}.gb-accordion{margin-top:24px;border-top:1px solid var(--gb-border)}.gb-accordion details{border-bottom:1px solid var(--gb-border);padding:17px 0}.gb-accordion summary{font-weight:850;cursor:pointer;color:var(--gb-cocoa)}.gb-cart-layout{display:grid;grid-template-columns:1fr 370px;gap:28px}.gb-cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--gb-border)}.gb-cart-item img{width:100px;height:100px;object-fit:cover;border-radius:15px}.gb-summary{position:sticky;top:100px;background:#fff;padding:24px;border-radius:22px;border:1px solid var(--gb-border)}.gb-summary__row{display:flex;justify-content:space-between;padding:10px 0}.gb-progress{height:9px;background:#eee6d9;border-radius:10px;overflow:hidden}.gb-progress span{display:block;height:100%;background:var(--gb-green)}.gb-checkout{display:grid;grid-template-columns:1fr 390px;gap:30px}.gb-checkout-section{background:#fff;border:1px solid var(--gb-border);border-radius:22px;padding:25px;margin-bottom:18px}.gb-checkout-section h2{margin-top:0;color:var(--gb-cocoa)}.gb-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.gb-radio{display:flex;gap:10px;padding:15px;border:1px solid var(--gb-border);border-radius:14px;margin:9px 0;cursor:pointer}.gb-content-card{background:#fff;border:1px solid var(--gb-border);border-radius:24px;padding:clamp(22px,5vw,52px)}.gb-footer{background:var(--gb-cocoa);color:#fff;padding:65px 0 28px}.gb-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.gb-footer h4{color:#fff;margin-top:0}.gb-footer a{display:block;color:rgba(255,255,255,.76);margin:9px 0}.gb-footer a:hover{color:#fff}.gb-footer__bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:35px;padding-top:22px;color:rgba(255,255,255,.58);font-size:13px}.gb-toast{position:fixed;right:20px;bottom:20px;z-index:999;background:var(--gb-green);color:#fff;padding:13px 18px;border-radius:14px;box-shadow:var(--gb-shadow)}
@media(max-width:980px){.gb-nav,.gb-search{display:none}.gb-header__row{grid-template-columns:auto 1fr auto}.gb-mobile-toggle{display:grid}.gb-products{grid-template-columns:repeat(2,1fr)}.gb-story,.gb-product-page,.gb-cart-layout,.gb-checkout{grid-template-columns:1fr}.gb-product-gallery,.gb-summary{position:static}.gb-layout{grid-template-columns:1fr}.gb-sidebar{display:none}.gb-footer__grid{grid-template-columns:1fr 1fr}.gb-hero{min-height:610px;background-position:65% center}.gb-hero__content{max-width:560px}.gb-category-grid{grid-template-columns:1fr 1fr}.gb-category-card:last-child{grid-column:1/-1}}
@media(max-width:640px){.container{width:min(100% - 22px,1180px)}.gb-section{padding:52px 0}.gb-hero{min-height:650px;background:linear-gradient(rgba(247,243,234,.84),rgba(247,243,234,.94)),url('../images/greenbox_hero_banner_1783939784019.jpg') center/cover}.gb-hero__content{padding:70px 0}.gb-benefits{grid-template-columns:1fr}.gb-category-grid,.gb-products,.gb-feature-list,.gb-form-grid,.gb-footer__grid{grid-template-columns:1fr}.gb-category-card:last-child{grid-column:auto}.gb-products{gap:14px}.gb-product__name{min-height:auto}.gb-header__row{min-height:66px;gap:8px}.gb-logo{font-size:18px}.gb-actions{gap:6px}.gb-icon-btn{width:38px;height:38px}.gb-product-info{padding:22px}.gb-cart-item{grid-template-columns:76px 1fr}.gb-cart-item img{width:76px;height:76px}.gb-cart-item>div:last-child{grid-column:2}.gb-toolbar{align-items:stretch;flex-direction:column}.gb-category-card{min-height:290px}}

/* Static presentation additions */
body{overflow-x:hidden}.gb-announcement{background:var(--gb-green);color:#fff;text-align:center;padding:8px 16px;font-size:13px;font-weight:750}.gb-nav a.active{color:var(--gb-green)}.gb-mobile-menu{display:none;position:fixed;inset:0;z-index:300;background:rgba(247,243,234,.98);padding:90px 24px 30px}.gb-mobile-menu.is-open{display:block}.gb-mobile-menu a{display:block;padding:14px 0;font-size:24px;font-weight:850;color:var(--gb-cocoa);border-bottom:1px solid var(--gb-border)}.gb-mobile-close{position:absolute;right:22px;top:22px}.gb-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.gb-hero__content .gb-title{max-width:620px}.gb-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px}.gb-section-head>a{font-weight:800;color:var(--gb-green)}.gb-rating{color:var(--gb-gold);letter-spacing:2px}.gb-note{padding:16px;border-radius:14px;background:#eef8f2;border:1px solid rgba(17,132,71,.18);color:var(--gb-cocoa)}.gb-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gb-card{background:#fff;border:1px solid var(--gb-border);border-radius:22px;padding:26px}.gb-card h3{color:var(--gb-cocoa);margin-top:0}.gb-stat{font-size:42px;font-weight:950;color:var(--gb-green)}.gb-team{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gb-team__photo{aspect-ratio:4/3;border-radius:20px;background:linear-gradient(135deg,#e4ddcf,#fff);display:grid;place-items:center;font-size:52px}.gb-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.gb-blog-card{background:#fff;border:1px solid var(--gb-border);border-radius:22px;overflow:hidden}.gb-blog-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.gb-blog-card__body{padding:22px}.gb-blog-card h3{margin:8px 0;color:var(--gb-cocoa)}.gb-label{font-size:12px;text-transform:uppercase;letter-spacing:.09em;color:var(--gb-green);font-weight:900}.gb-contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.gb-contact-list{display:grid;gap:12px}.gb-contact-row{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--gb-border);padding:18px;border-radius:16px}.gb-contact-row b{display:block;color:var(--gb-cocoa)}.gb-map{min-height:390px;border-radius:24px;background:linear-gradient(135deg,#dbe8df,#f2eadc);display:grid;place-items:center;color:var(--gb-green);font-weight:900;text-align:center;padding:30px}.gb-partner-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.gb-form-label{display:block;font-weight:800;color:var(--gb-cocoa);margin:0 0 7px}.gb-checkbox{display:flex;gap:10px;align-items:flex-start}.gb-checkout-steps{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.gb-step{padding:8px 13px;border-radius:999px;background:#fff;border:1px solid var(--gb-border);font-size:13px;font-weight:800}.gb-step.active{background:var(--gb-green);color:#fff}.gb-order-mini{display:grid;grid-template-columns:58px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--gb-border)}.gb-order-mini img{width:58px;height:58px;object-fit:cover;border-radius:12px}.gb-table{width:100%;border-collapse:collapse}.gb-table th,.gb-table td{text-align:left;padding:14px;border-bottom:1px solid var(--gb-border)}.gb-legal h2{margin-top:34px;color:var(--gb-cocoa)}.gb-legal p,.gb-legal li{color:#5f5851}.gb-empty{text-align:center;padding:70px 20px}.gb-404{min-height:60vh;display:grid;place-items:center;text-align:center}.gb-404__num{font-size:clamp(100px,20vw,230px);line-height:.8;font-weight:950;color:rgba(17,132,71,.14)}.gb-thumbs{display:flex;gap:12px;margin-top:12px}.gb-thumb{width:82px;height:82px;border:2px solid transparent;border-radius:14px;overflow:hidden;background:#fff;cursor:pointer}.gb-thumb.active{border-color:var(--gb-green)}.gb-thumb img{width:100%;height:100%;object-fit:cover}.gb-pills{display:flex;flex-wrap:wrap;gap:10px}.gb-pill{border:1px solid var(--gb-border);background:#fff;border-radius:999px;padding:9px 14px;font-weight:750;cursor:pointer}.gb-pill.active{background:var(--gb-green);color:#fff}.gb-instagram{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.gb-reel{aspect-ratio:9/14;border-radius:22px;overflow:hidden;position:relative;background:#222}.gb-reel img{width:100%;height:100%;object-fit:cover}.gb-reel:after{content:'▶';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:35px;background:rgba(0,0,0,.12)}.gb-quote{background:var(--gb-cocoa);color:#fff;border-radius:28px;padding:40px}.gb-quote p{font-size:24px;margin-top:0}.gb-footer .gb-logo{color:#fff}.gb-footer .gb-logo span{background:#fff;color:var(--gb-green)}
@media(max-width:980px){.gb-card-grid,.gb-team,.gb-blog-grid{grid-template-columns:1fr 1fr}.gb-contact-grid,.gb-partner-hero{grid-template-columns:1fr}.gb-instagram{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.gb-section-head{align-items:flex-start;flex-direction:column}.gb-card-grid,.gb-team,.gb-blog-grid,.gb-instagram{grid-template-columns:1fr}.gb-announcement{font-size:11px}.gb-contact-grid{gap:18px}.gb-checkout-steps{display:none}.gb-table{font-size:13px}.gb-table th,.gb-table td{padding:9px 6px}}

/* Professional homepage hero banner */
.gb-hero-banner{width:100%;background:#f6b275;overflow:hidden}
.gb-hero-banner__link{display:block;width:100%;line-height:0}
.gb-hero-banner picture,.gb-hero-banner img{display:block;width:100%}
.gb-hero-banner img{height:auto;aspect-ratio:1536/466;object-fit:cover;object-position:center}
@media(max-width:980px){.gb-hero-banner img{min-height:390px;aspect-ratio:auto;object-position:62% center}}
@media(max-width:640px){.gb-hero-banner img{min-height:470px;object-fit:cover;object-position:59% center}}

/* Premium hero slider */
.gb-hero-slider{position:relative;overflow:hidden;background:var(--gb-cream);min-height:clamp(500px,38vw,600px)}
.gb-hero-slider__track{position:relative;min-height:inherit}
.gb-hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .75s ease,visibility .75s ease;min-height:inherit}
.gb-hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.gb-hero-slide__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.gb-hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,243,234,.98) 0%,rgba(247,243,234,.92) 28%,rgba(247,243,234,.32) 58%,rgba(247,243,234,0) 76%)}
.gb-hero-slide__inner{position:relative;z-index:2;min-height:inherit;display:flex;align-items:center;padding-top:48px;padding-bottom:48px}
.gb-hero-slide__content{max-width:600px}
.gb-hero-slide__eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:17px;color:var(--gb-green);font-size:13px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.gb-hero-slide__eyebrow:before{content:"";width:30px;height:2px;background:var(--gb-gold)}
.gb-hero-slide h1,.gb-hero-slide h2{margin:0 0 21px;color:var(--gb-cocoa);font-size:clamp(44px,5vw,76px);line-height:.94;letter-spacing:-.055em;font-weight:900}
.gb-hero-slide h1 em,.gb-hero-slide h2 em{font-style:normal;color:var(--gb-green)}
.gb-hero-slide p{max-width:535px;margin:0 0 28px;color:#655d55;font-size:clamp(17px,1.45vw,21px);line-height:1.55}
.gb-hero-slide__actions{display:flex;gap:12px;flex-wrap:wrap}
.gb-hero-slider__arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:48px;height:48px;border:1px solid rgba(78,55,36,.15);border-radius:50%;background:rgba(255,255,255,.88);color:var(--gb-cocoa);font-size:34px;line-height:1;cursor:pointer;box-shadow:0 10px 30px rgba(49,41,32,.1);transition:.2s}
.gb-hero-slider__arrow:hover{background:#fff;color:var(--gb-green);transform:translateY(-50%) scale(1.05)}
.gb-hero-slider__arrow--prev{left:max(16px,calc((100vw - 1320px)/2))}
.gb-hero-slider__arrow--next{right:max(16px,calc((100vw - 1320px)/2))}
.gb-hero-slider__dots{position:absolute;z-index:5;left:50%;bottom:23px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px)}
.gb-hero-slider__dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:rgba(78,55,36,.3);cursor:pointer;transition:.25s}
.gb-hero-slider__dots button.is-active{width:28px;background:var(--gb-green)}
.gb-hero-slide.is-active .gb-hero-slide__content{animation:gbHeroContent .7s ease both}
@keyframes gbHeroContent{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(max-width:980px){
 .gb-hero-slider{min-height:560px}
 .gb-hero-slide:after{background:linear-gradient(90deg,rgba(247,243,234,.98) 0%,rgba(247,243,234,.9) 42%,rgba(247,243,234,.2) 78%)}
 .gb-hero-slide__content{max-width:520px;padding-left:34px}
 .gb-hero-slider__arrow{width:42px;height:42px}
}
@media(max-width:640px){
 .gb-hero-slider{min-height:650px}
 .gb-hero-slide__image{object-position:66% center}
 .gb-hero-slide:after{background:linear-gradient(180deg,rgba(247,243,234,.96) 0%,rgba(247,243,234,.88) 54%,rgba(247,243,234,.2) 100%)}
 .gb-hero-slide__inner{align-items:flex-start;padding-top:62px;padding-bottom:85px}
 .gb-hero-slide__content{max-width:100%;padding:0 16px}
 .gb-hero-slide h1,.gb-hero-slide h2{font-size:clamp(42px,13vw,60px)}
 .gb-hero-slide p{font-size:16px;max-width:92%}
 .gb-hero-slider__arrow{display:none}
 .gb-hero-slide__actions{gap:8px}
 .gb-hero-slide__actions .gb-btn{min-height:44px;padding:10px 16px}
}
@media(prefers-reduced-motion:reduce){.gb-hero-slide,.gb-hero-slide__content{transition:none!important;animation:none!important}}

/* Оновлений блок «Три світи смаку» */
.gb-category-card{background:#f1ede3;border:1px solid rgba(78,55,36,.08)}
.gb-category-card img{object-fit:cover;object-position:center 42%;filter:saturate(.98) contrast(1.02)}
.gb-category-card:after{inset:48% 0 0;background:linear-gradient(180deg,transparent 0%,rgba(45,31,20,.20) 28%,rgba(45,31,20,.88) 100%)}
.gb-category-card__content{bottom:24px}
.gb-category-card__content h3{font-size:32px;letter-spacing:-.025em}
.gb-category-card__content p{margin:0;color:rgba(255,255,255,.88)}

/* Прозорі зображення товарів у блоці «Три світи смаку» */
.gb-category-grid .gb-category-card{background:linear-gradient(145deg,#f8f4ea 0%,#eee7d8 100%)}
.gb-category-grid .gb-category-card:nth-child(2){background:linear-gradient(145deg,#f8efe9 0%,#ecdcd0 100%)}
.gb-category-grid .gb-category-card:nth-child(3){background:linear-gradient(145deg,#f3efe4 0%,#e4dccb 100%)}
.gb-category-grid .gb-category-card>img{object-fit:contain;object-position:center 30%;padding:26px 28px 105px;filter:none}
.gb-category-grid .gb-category-card:hover>img{transform:translateY(-5px) scale(1.035)}
.gb-category-grid .gb-category-card:after{inset:48% 0 0;background:linear-gradient(180deg,transparent 0%,rgba(45,31,20,.10) 24%,rgba(45,31,20,.90) 100%)}
@media(max-width:640px){.gb-category-grid .gb-category-card>img{padding:22px 24px 96px;object-position:center 28%}}

/* Блок «Смак, якому довіряєш» */
.gb-trust-section{background:linear-gradient(180deg,#faf7f0 0%,#f7f3ea 100%)}
.gb-trust{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);gap:clamp(36px,5vw,76px);align-items:stretch}
.gb-trust__visual{position:relative;overflow:hidden;border-radius:32px;min-height:clamp(520px,44vw,640px);background:#e9e1d2;box-shadow:0 26px 70px rgba(63,48,31,.12)}
.gb-trust__visual img{position:absolute;inset:-5%;width:110%;height:110%;min-height:0;max-width:none;object-fit:cover;object-position:center;display:block;transition:transform .7s ease}
.gb-trust__visual:hover img{transform:scale(1.025)}
.gb-trust__content .gb-title{font-size:clamp(42px,5vw,72px);line-height:.98;margin-bottom:24px}
.gb-trust__content .gb-title span{display:inline-block;font-size:.48em;vertical-align:.18em}
.gb-trust__intro{margin:0 0 34px;color:var(--gb-muted);font-size:18px;line-height:1.65;max-width:610px}
.gb-trust__features{display:grid;grid-template-columns:1fr 1fr;gap:28px 24px;margin-bottom:34px}
.gb-trust-feature{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:start}
.gb-trust-feature__icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#eef0d5;color:#647d25;font-size:27px;font-weight:800}
.gb-trust-feature h3{margin:0 0 5px;color:var(--gb-cocoa);font-size:18px;line-height:1.25}
.gb-trust-feature p{margin:0;color:var(--gb-muted);font-size:14px;line-height:1.55}
.gb-trust__button{padding-inline:30px;box-shadow:0 13px 28px rgba(17,132,71,.18)}
@media(max-width:980px){
 .gb-trust{grid-template-columns:1fr;gap:34px}
 .gb-trust__visual{order:2;min-height:420px}
 .gb-trust__content{order:1;max-width:760px}
}
@media(max-width:640px){
 .gb-trust-section{padding-top:56px;padding-bottom:56px}
 .gb-trust__visual{min-height:320px}
 .gb-trust__visual{border-radius:22px}
 .gb-trust__features{grid-template-columns:1fr;gap:20px}
 .gb-trust-feature{grid-template-columns:48px 1fr}
 .gb-trust-feature__icon{width:46px;height:46px;font-size:23px}
 .gb-trust__intro{font-size:16px}
 .gb-trust__button{width:100%}
}


/* Instagram Reels section */
.gb-instagram-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#fbfaf5 0%,#f7f3ea 100%)}
.gb-instagram-section:before,.gb-instagram-section:after{content:"";position:absolute;width:260px;height:260px;border:2px solid rgba(124,151,55,.22);border-radius:48% 52% 55% 45%;pointer-events:none}
.gb-instagram-section:before{left:-160px;top:180px;transform:rotate(35deg)}
.gb-instagram-section:after{right:-170px;bottom:60px;transform:rotate(-28deg)}
.gb-instagram-heading{text-align:center;max-width:960px;margin:0 auto 36px}
.gb-instagram-heading__label{display:inline-flex;align-items:center;gap:10px;margin-bottom:14px;color:#6f842e;font-size:14px;font-weight:900;letter-spacing:.12em}
.gb-instagram-heading__label:before,.gb-instagram-heading__label:after{content:"";width:36px;height:1px;background:#8ca34a}
.gb-instagram-heading .gb-title{margin:0 0 14px;font-size:clamp(42px,5vw,70px);line-height:1;color:var(--gb-cocoa)}
.gb-instagram-heading .gb-title span{font-size:.42em;vertical-align:.18em}
.gb-instagram-heading p{margin:0;color:var(--gb-muted);font-size:18px;line-height:1.55}
.gb-instagram-reels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,42px);max-width:1240px;margin:0 auto}
.gb-instagram-reel{min-width:0}
.gb-instagram-reel__media{position:relative;display:block;width:100%;padding:0;border:0;border-radius:24px;overflow:hidden;background:#222;aspect-ratio:9/14.6;cursor:pointer;box-shadow:0 18px 45px rgba(60,44,28,.13);transition:transform .28s ease,box-shadow .28s ease;text-align:left}
.gb-instagram-reel__media:hover{transform:translateY(-7px);box-shadow:0 28px 60px rgba(60,44,28,.18)}
.gb-instagram-reel__media:focus-visible{outline:3px solid var(--gb-gold);outline-offset:4px}
.gb-instagram-reel__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}
.gb-instagram-reel__media:hover img{transform:scale(1.035)}
.gb-instagram-reel__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,transparent 30%,transparent 52%,rgba(0,0,0,.78) 100%)}
.gb-instagram-reel__top,.gb-instagram-reel__bottom,.gb-instagram-reel__play{position:absolute;z-index:2;color:#fff}
.gb-instagram-reel__top{top:18px;left:18px;right:18px;display:flex;align-items:center;justify-content:space-between;font-weight:800}
.gb-instagram-reel__reels{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#fff;color:var(--gb-cocoa);font-size:20px}
.gb-instagram-reel__play{left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:78px;height:78px;border-radius:50%;background:rgba(22,18,14,.62);backdrop-filter:blur(5px);font-size:30px;padding-left:5px;transition:transform .25s ease,background .25s ease}
.gb-instagram-reel__media:hover .gb-instagram-reel__play{transform:translate(-50%,-50%) scale(1.08);background:rgba(17,132,71,.88)}
.gb-instagram-reel__bottom{left:18px;right:18px;bottom:18px;display:grid;gap:14px}
.gb-instagram-reel__bottom b{font-size:15px}
.gb-instagram-reel__bottom strong{font-size:16px;line-height:1.35}
.gb-instagram-cta{display:flex;align-items:center;justify-content:center;gap:18px;margin:46px auto 0}
.gb-instagram-cta__icon{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#7b2dca,#e33473 48%,#f6a43a);color:#fff;font-size:34px;font-weight:900}
.gb-instagram-cta__text{color:var(--gb-cocoa);font-size:18px;line-height:1.4}
.gb-instagram-cta__text b{color:var(--gb-green)}
.gb-instagram-cta__button{margin-left:18px;min-width:270px;justify-content:center}
@media(max-width:980px){
 .gb-instagram-reels{gap:18px}
 .gb-instagram-reel__play{width:66px;height:66px;font-size:26px}
 .gb-instagram-cta{flex-wrap:wrap}
}
@media(max-width:720px){
 .gb-instagram-heading p br{display:none}
 .gb-instagram-reels{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 18px 22px;margin-left:-18px;margin-right:-18px;scrollbar-width:none}
 .gb-instagram-reels::-webkit-scrollbar{display:none}
 .gb-instagram-reel{flex:0 0:min(82vw,350px);scroll-snap-align:center}
 .gb-instagram-cta{display:grid;grid-template-columns:56px 1fr;justify-content:stretch;gap:14px;text-align:left}
 .gb-instagram-cta__icon{width:56px;height:56px}
 .gb-instagram-cta__button{grid-column:1/-1;width:100%;min-width:0;margin:6px 0 0}
}
@media(max-width:480px){
 .gb-instagram-heading .gb-title{font-size:40px}
 .gb-instagram-heading p{font-size:16px}
 .gb-instagram-reel__bottom strong{font-size:15px}
}


/* Reviews carousel */
.gb-reviews-swiper{overflow:hidden;padding-bottom:34px}
.gb-reviews-pagination.swiper-pagination{bottom:0}
.gb-reviews-pagination .swiper-pagination-bullet{background:var(--gb-cocoa);opacity:.25}
.gb-reviews-pagination .swiper-pagination-bullet-active{background:var(--gb-green);opacity:1}

/* Top products carousel */
.gb-carousel-controls{display:flex;align-items:center;gap:10px}
.gb-carousel-arrow{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--gb-border);border-radius:50%;background:#fff;color:var(--gb-green);font-size:30px;line-height:1;cursor:pointer;box-shadow:0 10px 24px rgba(78,55,36,.08);transition:.2s}
.gb-carousel-arrow:hover{background:var(--gb-green);color:#fff;transform:translateY(-1px)}
.gb-carousel-arrow.swiper-button-disabled{opacity:.35;pointer-events:none}
.gb-top-products-swiper{margin-top:38px;overflow:hidden;padding:0 1px 36px}
.gb-top-products-swiper .swiper-wrapper{align-items:stretch}
.gb-top-products-swiper .gb-product{height:auto}
.gb-top-products-pagination.swiper-pagination{bottom:0}
.gb-top-products-pagination .swiper-pagination-bullet{background:var(--gb-cocoa);opacity:.25}
.gb-top-products-pagination .swiper-pagination-bullet-active{background:var(--gb-green);opacity:1}
@media(max-width:640px){.gb-carousel-controls{width:100%;justify-content:flex-end}.gb-carousel-arrow{width:40px;height:40px;font-size:27px}.gb-top-products-swiper{overflow:visible;padding-bottom:34px}}


/* Catalog: full-width product grid without sidebar */
.gb-catalog-page .gb-catalog-layout{display:block;width:100%}
.gb-catalog-page .gb-catalog-main{width:100%;min-width:0}
.gb-catalog-page .gb-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:0}
.gb-catalog-page .gb-product__image{display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(145deg,#fffdf8 0%,#f3eadb 100%);overflow:hidden}
.gb-catalog-page .gb-product__image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 16px rgba(78,55,36,.16));transform:scale(.96);transition:transform .35s ease,filter .35s ease}
.gb-catalog-page .gb-product:hover .gb-product__image img{transform:translateY(-6px) scale(1.03);filter:drop-shadow(0 24px 20px rgba(78,55,36,.22))}
.gb-catalog-page .gb-toolbar{margin-bottom:24px;padding:14px 16px;background:rgba(255,255,255,.55);border:1px solid var(--gb-border);border-radius:16px}
.gb-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin:38px auto 0;padding:12px;width:max-content;max-width:100%;border:1px solid var(--gb-border);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 14px 34px rgba(78,55,36,.07)}
.gb-pagination a,.gb-pagination span{display:grid;place-items:center;min-width:42px;height:42px;padding:0 13px;border-radius:999px;color:var(--gb-cocoa);font-size:14px;font-weight:900}
.gb-pagination a{border:1px solid transparent;transition:.2s}
.gb-pagination a:hover{border-color:rgba(17,132,71,.22);background:#eef8f2;color:var(--gb-green);transform:translateY(-1px)}
.gb-pagination a.active{background:var(--gb-green);color:#fff;box-shadow:0 10px 22px rgba(17,132,71,.18)}
.gb-pagination__arrow{font-size:25px!important;line-height:1}
.gb-pagination .is-disabled{pointer-events:none;opacity:.38;background:#f3eee4}
.gb-catalog-seo{margin-top:34px;padding:28px 30px;border:1px solid var(--gb-border);border-radius:22px;background:rgba(255,255,255,.7);box-shadow:0 14px 34px rgba(78,55,36,.05)}
.gb-catalog-seo h2{margin:0 0 10px;color:var(--gb-cocoa);font-size:24px;line-height:1.2}
.gb-catalog-seo p{margin:0;max-width:980px;color:var(--gb-muted);font-size:16px;line-height:1.7}
@media(max-width:1100px){.gb-catalog-page .gb-products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:760px){.gb-catalog-page .gb-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.gb-catalog-page .gb-product__image{padding:14px}.gb-catalog-page .gb-product__body{padding:14px}.gb-catalog-page .gb-product__name{font-size:15px}.gb-catalog-page .gb-price{font-size:18px}.gb-pagination{gap:5px;padding:8px}.gb-pagination a,.gb-pagination span{min-width:36px;height:36px;padding:0 10px}.gb-catalog-seo{padding:22px 18px}.gb-catalog-seo h2{font-size:21px}.gb-catalog-seo p{font-size:15px}}
@media(max-width:430px){.gb-catalog-page .gb-product__actions{flex-wrap:wrap}.gb-catalog-page .gb-product__actions .gb-btn{font-size:13px;padding:8px 9px}.gb-catalog-page .gb-icon-action{width:38px;height:38px}}


/* Premium product page */
.gb-product-hero-section{padding-top:18px;background:linear-gradient(180deg,#f7f3ea 0%,#fbfaf6 100%)}
.gb-product-page--premium{grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);gap:44px}
.gb-product-gallery--premium{top:96px}
.gb-product-visual{position:relative;min-height:610px;border-radius:34px;overflow:hidden;background:radial-gradient(circle at 60% 42%,#fff 0,#f2eadc 53%,#e8ddcb 100%);border:1px solid rgba(78,55,36,.08);display:grid;place-items:center;padding:58px;box-shadow:0 22px 60px rgba(78,55,36,.09)}
.gb-product-visual:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(218,170,62,.14);right:-90px;top:-90px}
.gb-product-visual:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;border:1px solid rgba(17,132,71,.16);left:-65px;bottom:-70px}
.gb-product-visual img{position:relative;z-index:2;width:min(92%,520px);max-height:480px;object-fit:contain;filter:drop-shadow(0 28px 25px rgba(45,32,21,.22));transition:.35s}
.gb-product-visual:hover img{transform:translateY(-6px) scale(1.025)}
.gb-product-visual__badge{position:absolute;z-index:3;left:24px;top:24px;padding:10px 15px;border-radius:999px;background:#fff;color:var(--gb-green);font-size:12px;font-weight:900;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.gb-product-visual__decor{position:absolute;color:var(--gb-gold);opacity:.7}.gb-product-visual__decor--one{right:14%;bottom:12%;font-size:40px}.gb-product-visual__decor--two{left:12%;top:18%;font-size:15px;color:var(--gb-green)}
.gb-product-benefits-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}
.gb-product-benefits-strip>div{background:#fff;border:1px solid var(--gb-border);border-radius:17px;padding:15px;display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center}
.gb-product-benefits-strip span{grid-row:1/3;font-size:21px}.gb-product-benefits-strip b{font-size:13px;color:var(--gb-cocoa)}.gb-product-benefits-strip small{font-size:11px;color:var(--gb-muted)}
.gb-product-info--premium{padding:36px 38px;box-shadow:0 20px 50px rgba(78,55,36,.07)}
.gb-product-eyebrow,.gb-product-review-row,.gb-product-price-row,.gb-buy-row{display:flex;align-items:center}
.gb-product-eyebrow{justify-content:space-between;gap:12px;margin-bottom:18px}.gb-badge--inline{position:static;display:inline-flex}.gb-stock{font-size:13px;font-weight:800;color:var(--gb-green)}
.gb-product-review-row{gap:13px;margin:-6px 0 18px}.gb-product-review-row a{font-size:13px;color:var(--gb-muted);text-decoration:underline;text-underline-offset:3px}
.gb-product-highlights{display:flex;flex-wrap:wrap;gap:8px;margin:19px 0}.gb-product-highlights span{padding:8px 11px;border-radius:999px;background:#eef6ec;color:#315d3e;font-size:12px;font-weight:800}
.gb-product-price-row{justify-content:space-between;gap:20px;border-top:1px solid var(--gb-border);padding-top:20px}.gb-product-price-block{display:grid;gap:2px}.gb-product-info__price small{font-size:14px;color:var(--gb-muted)}.gb-product-old-price{color:#9b9188;font-size:13px;font-weight:800;line-height:1.25}.gb-product-old-price::after{content:"";display:inline-block;width:42px;height:1px;margin-left:8px;vertical-align:middle;background:#b6aca2}.gb-product-discount{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 12px;border-radius:10px;background:#edf7ef;color:var(--gb-green);border:1px solid rgba(17,132,71,.16);font-size:13px;font-weight:900}.gb-product-unit{font-size:12px;color:var(--gb-muted)}
.gb-flavour-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.gb-flavour{min-height:68px;border:1px solid var(--gb-border);background:#fff;border-radius:14px;padding:10px;text-align:left;cursor:pointer;color:var(--gb-cocoa)}.gb-flavour b,.gb-flavour small{display:block}.gb-flavour b{font-size:12px}.gb-flavour small{font-size:11px;color:var(--gb-muted);margin-top:3px}.gb-flavour.active{border-color:var(--gb-green);box-shadow:0 0 0 2px rgba(17,132,71,.11);background:#f4faf6}
.gb-buy-row{gap:10px;margin-top:24px}.gb-btn--buy{flex:1;min-height:52px;border-radius:15px}.gb-btn--buy span{margin-left:auto}.gb-icon-action--large{width:52px;height:52px;font-size:20px}
.gb-delivery-card{display:flex;gap:13px;align-items:center;margin-top:16px;padding:15px;background:#f7f2e7;border-radius:16px;border:1px solid rgba(218,170,62,.22)}.gb-delivery-card__icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff}.gb-delivery-card b,.gb-delivery-card small{display:block}.gb-delivery-card b{font-size:13px;color:var(--gb-cocoa)}.gb-delivery-card small{font-size:12px;color:var(--gb-muted)}
.gb-product-tabs{margin-top:42px}.gb-product-tabs__nav{display:inline-flex;gap:6px;margin-bottom:14px;padding:6px;border:1px solid var(--gb-border);border-radius:999px;background:rgba(255,255,255,.72)}.gb-product-tabs__nav button{min-height:42px;padding:9px 18px;border:0;border-radius:999px;background:transparent;color:var(--gb-cocoa);font-weight:900;cursor:pointer}.gb-product-tabs__nav button.active{background:var(--gb-green);color:#fff;box-shadow:0 10px 22px rgba(17,132,71,.16)}.gb-product-tabs__nav span{opacity:.72}.gb-product-tabs__panel[hidden]{display:none}.gb-product-description{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:34px;padding:34px;border:1px solid var(--gb-border);border-radius:28px;background:#fff;box-shadow:0 18px 48px rgba(78,55,36,.06)}.gb-product-description__content{max-width:760px}.gb-product-description .gb-kicker{margin-bottom:14px}.gb-product-description h2{margin:0 0 18px;color:var(--gb-cocoa);font-size:clamp(30px,3vw,46px);line-height:1.05;letter-spacing:-.035em}.gb-product-description h3{margin:0 0 4px;color:var(--gb-green);font-size:22px;line-height:1.2}.gb-product-description p{margin:0 0 14px;color:var(--gb-muted);font-size:17px;line-height:1.7}.gb-product-description p:last-child{margin-bottom:0}.gb-storage-note{margin-top:22px;padding:18px 20px;border-radius:18px;background:#f7f2e7;border:1px solid rgba(218,170,62,.22);color:var(--gb-muted);font-size:15px;line-height:1.65}.gb-storage-note b{color:var(--gb-cocoa)}.gb-product-description__facts{display:grid;gap:12px;align-content:start}.gb-product-description__facts div{padding:18px;border-radius:18px;background:#f7f3ea;border:1px solid rgba(78,55,36,.08)}.gb-product-description__facts b,.gb-product-description__facts span{display:block}.gb-product-description__facts b{color:var(--gb-cocoa);font-size:15px;margin-bottom:4px}.gb-product-description__facts span{color:var(--gb-muted);font-size:13px;line-height:1.45}.gb-product-reviews{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,.78fr);gap:24px;padding:34px;border:1px solid var(--gb-border);border-radius:28px;background:#fff;box-shadow:0 18px 48px rgba(78,55,36,.06)}.gb-product-reviews__list{display:grid;gap:14px;align-content:start}.gb-review-card{padding:20px;border:1px solid var(--gb-border);border-radius:18px;background:#f7f3ea}.gb-review-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.gb-review-card b{color:var(--gb-cocoa)}.gb-review-card p{margin:0;color:var(--gb-muted);line-height:1.65}.gb-review-form{padding:24px;border:1px solid rgba(17,132,71,.16);border-radius:22px;background:#f3faf5}.gb-review-form h2{margin:0 0 18px;color:var(--gb-cocoa);font-size:30px;line-height:1.1}.gb-review-form .gb-form-label{margin-top:12px}.gb-rating-options{display:flex;gap:8px;margin:8px 0 14px}.gb-rating-options input{position:absolute;opacity:0;pointer-events:none}.gb-rating-options span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--gb-border);border-radius:50%;background:#fff;color:var(--gb-cocoa);font-weight:900;cursor:pointer;transition:.18s}.gb-rating-options input:checked+span{background:var(--gb-gold);border-color:var(--gb-gold);color:var(--gb-cocoa);box-shadow:0 10px 20px rgba(218,170,62,.18)}.gb-review-form textarea{resize:vertical}.gb-review-form .gb-btn{width:100%;margin-top:16px}
.gb-accordion--premium{margin-top:18px}.gb-accordion--premium summary{list-style:none;display:flex;justify-content:space-between}.gb-accordion--premium summary::-webkit-details-marker{display:none}.gb-accordion--premium summary:after{content:"+";font-size:21px;font-weight:500}.gb-accordion--premium details[open] summary:after{content:"−"}
.gb-section--white .gb-product__image{background:radial-gradient(circle,#fff 0,#f2eadc 100%)}.gb-section--white .gb-product__image img{object-fit:contain;padding:22px;filter:drop-shadow(0 15px 13px rgba(45,32,21,.15))}
@media(max-width:980px){.gb-product-page--premium,.gb-product-description,.gb-product-reviews{grid-template-columns:1fr}.gb-product-visual{min-height:520px}.gb-product-gallery--premium{position:static}}
@media(max-width:640px){.gb-product-visual{min-height:390px;padding:35px 22px;border-radius:24px}.gb-product-visual img{width:100%}.gb-product-benefits-strip{grid-template-columns:1fr}.gb-product-info--premium{padding:24px 20px}.gb-product-tabs{margin-top:28px}.gb-product-tabs__nav{display:grid;grid-template-columns:1fr 1fr;width:100%;border-radius:18px}.gb-product-tabs__nav button{padding-inline:10px}.gb-product-description,.gb-product-reviews{padding:24px 20px;border-radius:22px}.gb-review-form{padding:20px}.gb-rating-options{justify-content:space-between}.gb-flavour-options{grid-template-columns:1fr}.gb-buy-row{flex-wrap:wrap}.gb-btn--buy{order:3;flex-basis:100%}.gb-product-price-row{align-items:flex-start;flex-direction:column;gap:4px}}

/* Clean vector brand logo */
.gb-logo{display:inline-flex;align-items:center;width:auto;line-height:0}
.gb-logo img{display:block;width:auto;height:54px;max-width:none}
.gb-footer .gb-logo{display:inline-flex;margin:0 0 12px}
.gb-footer .gb-logo img{height:62px}
@media(max-width:640px){.gb-logo img{height:44px}.gb-footer .gb-logo img{height:56px}}

/* About page */
.gb-about-story__image{height:100%;min-height:0}
.gb-about-story__image img{width:100%;height:100%;object-fit:cover}
@media(max-width:980px){.gb-about-story__image{min-height:420px}}

/* Footer socials */
.gb-footer .gb-socials{display:flex;align-items:center;gap:10px;margin-top:16px}
.gb-footer .gb-socials a{display:grid;place-items:center;width:38px;height:38px;margin:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:20px;font-weight:900;line-height:1;transition:.2s}
.gb-footer .gb-socials img{width:20px;height:20px;color:currentColor}
.gb-footer .gb-socials a:hover{background:#fff;color:var(--gb-green);border-color:#fff;transform:translateY(-1px)}

/* Cart promo */
.gb-promo-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:14px}
.gb-promo-row .gb-btn{min-height:48px;border-radius:12px;padding-inline:16px}
.gb-promo-row--checkout{margin:14px 0;padding:14px 0;border-top:1px solid var(--gb-border);border-bottom:1px solid var(--gb-border)}
@media(max-width:420px){.gb-promo-row{grid-template-columns:1fr}.gb-promo-row .gb-btn{width:100%}}

/* Checkout summary */
.gb-checkout{align-items:start}
.gb-checkout .gb-summary{align-self:start;position:sticky;top:100px;height:max-content}
@media(max-width:980px){.gb-checkout .gb-summary{position:static}}

/* Checkout payment details */
.gb-bank-details{margin-top:12px;padding:18px;border:1px solid rgba(17,132,71,.18);border-radius:16px;background:#f3faf5;color:var(--gb-cocoa)}
.gb-bank-details[hidden]{display:none}
.gb-bank-details h3{margin:0 0 12px;font-size:18px;color:var(--gb-cocoa)}
.gb-bank-details div{display:grid;grid-template-columns:130px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid rgba(17,132,71,.1)}
.gb-bank-details div:last-of-type{border-bottom:0}
.gb-bank-details b{font-size:13px;color:var(--gb-green)}
.gb-bank-details span{min-width:0;overflow-wrap:anywhere}
.gb-bank-details p{margin:14px 0 0;padding:12px;border-radius:12px;background:#fff7e8;border:1px solid rgba(218,170,62,.28);color:#6a5030;font-size:13px;line-height:1.5}
@media(max-width:520px){.gb-bank-details div{grid-template-columns:1fr;gap:2px}}

/* Partners page */
.gb-partner-hero__image{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:30px;box-shadow:0 22px 55px rgba(49,41,32,.14);background:#eef3e8}
@media(max-width:980px){.gb-partner-hero__image{max-height:520px}}
@media(max-width:640px){.gb-partner-hero__image{border-radius:22px;aspect-ratio:1/1}}

/* Mobile header and drawer menu */
@media(max-width:980px){
 .gb-header__row{display:flex;align-items:center;justify-content:space-between}
 .gb-header .gb-logo{flex:0 1 auto}
 .gb-header .gb-logo img{width:auto;height:38px;max-width:min(48vw,150px)}
 .gb-actions{margin-left:auto;justify-content:flex-end}
 .gb-mobile-menu{display:block;position:fixed;inset:0 0 0 auto;width:min(86vw,380px);z-index:300;background:rgba(247,243,234,.98);padding:86px 24px 30px;box-shadow:-22px 0 60px rgba(49,41,32,.18);transform:translateX(100%);visibility:hidden;pointer-events:none;transition:transform .34s ease,visibility .34s ease}
 .gb-mobile-menu.is-open{display:block;transform:translateX(0);visibility:visible;pointer-events:auto}
 .gb-mobile-close{position:absolute;right:22px;top:22px}
 .gb-mobile-phone{display:flex!important;align-items:center;justify-content:center;min-height:46px;margin:22px 0 0!important;padding:10px 14px!important;border:1px solid rgba(17,132,71,.2)!important;border-radius:14px;background:#fff;color:var(--gb-green)!important;font-size:16px!important;font-weight:900!important}
 .gb-mobile-socials{margin-top:26px;padding-top:22px;border-top:1px solid var(--gb-border)}
 .gb-mobile-socials span{display:block;margin-bottom:12px;color:var(--gb-muted);font-size:13px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
 .gb-mobile-socials div{display:flex;gap:10px}
 .gb-mobile-socials a{display:grid;place-items:center;width:42px;height:42px;padding:0;margin:0;border:1px solid rgba(17,132,71,.18);border-radius:50%;background:#fff;color:var(--gb-green);font-size:22px;font-weight:900;line-height:1}
 .gb-mobile-socials img{width:22px;height:22px;color:currentColor}
}
@media(min-width:981px){.gb-mobile-menu{display:none!important}}
@media(max-width:640px){.gb-header__row{min-height:58px}.gb-header .gb-logo img{height:36px;max-width:145px}}

/* Mobile header search */
.gb-search-toggle{display:none}
@media(max-width:980px){
 .gb-search-toggle{display:grid;font-size:22px;line-height:1}
 .gb-search-toggle,.gb-mobile-toggle{color:var(--gb-green)}
 .gb-header .gb-search{position:absolute;left:16px;right:16px;top:calc(100% + 8px);z-index:120;display:flex;height:48px;border-radius:16px;background:#fff;box-shadow:0 16px 38px rgba(49,41,32,.15);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}
 .gb-header.is-search-open .gb-search{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
 .gb-header .gb-search input{width:100%;font-size:16px}
 .gb-header .gb-search button{min-width:52px}
}

/* Instagram reels carousel */
.gb-instagram-reels.swiper{max-width:1240px;margin:0 auto}
.gb-instagram-reels .gb-instagram-reel{height:auto}
.gb-instagram-pagination.swiper-pagination{bottom:0}
.gb-instagram-pagination .swiper-pagination-bullet{background:var(--gb-cocoa);opacity:.25}
.gb-instagram-pagination .swiper-pagination-bullet-active{background:var(--gb-green);opacity:1}
@media(min-width:641px){
 .gb-instagram-reels.swiper{display:block;overflow:visible;padding:0}
 .gb-instagram-reels .swiper-wrapper{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,42px);transform:none!important}
 .gb-instagram-reels .swiper-slide{width:auto!important;margin-right:0!important}
 .gb-instagram-pagination{display:none}
}
@media(max-width:640px){
 .gb-instagram-reels.swiper{display:block;overflow:hidden;margin:0 -11px 0 0;padding:4px 0 34px}
 .gb-instagram-reels .swiper-wrapper{display:flex;align-items:stretch}
 .gb-instagram-reels .gb-instagram-reel{flex:0 0 auto;scroll-snap-align:unset}
}

/* Static preview auth */
html:not(.gb-auth-ready) body>*{visibility:hidden}
.gb-auth-locked body{overflow:hidden}
.gb-auth-locked body>*:not(.gb-auth){display:none!important}
.gb-auth{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:22px;background:linear-gradient(135deg,rgba(247,243,234,.96),rgba(232,245,236,.96));backdrop-filter:blur(10px)}
.gb-auth__card{width:min(100%,420px);padding:34px;border:1px solid rgba(17,132,71,.16);border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(49,41,32,.16);text-align:center}
.gb-auth__card img{height:62px;width:auto;margin:0 auto 20px}
.gb-auth__card span{display:block;color:var(--gb-green);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}
.gb-auth__card h1{margin:10px 0 10px;color:var(--gb-cocoa);font-size:32px;line-height:1.05}
.gb-auth__card p{margin:0 0 20px;color:var(--gb-muted)}
.gb-auth__card input{text-align:center;margin-bottom:12px}
.gb-auth__card .gb-btn{width:100%}
.gb-auth__card small{display:block;margin-top:12px;color:#b3261e;font-weight:800}
@media(max-width:520px){.gb-auth__card{padding:28px 20px}.gb-auth__card img{height:52px}.gb-auth__card h1{font-size:28px}}

/* Home page: calm showcase direction */
.gb-home-page{
 --gb-home-cream:#fbfaf5;
 --gb-home-cream-deep:#f4ead9;
 --gb-home-cocoa:#4e3724;
 --gb-home-caramel:#b67a35;
 --gb-home-muted:#78685b;
 --gb-home-border:rgba(78,55,36,.13);
 background:var(--gb-home-cream);
 color:var(--gb-home-cocoa);
}
.gb-home-page .gb-announcement{background:var(--gb-home-cocoa);color:#fff7ed}
.gb-home-page .gb-header{background:rgba(251,250,245,.94);border-bottom-color:var(--gb-home-border)}
.gb-home-page .gb-nav a:hover,
.gb-home-page .gb-section-head>a,
.gb-home-page .gb-search button,
.gb-home-page .gb-price,
.gb-home-page .gb-instagram-cta__text b{color:var(--gb-home-cocoa)}
.gb-home-page .gb-count{background:var(--gb-home-caramel);color:#fff}
.gb-home-page .gb-search-toggle,
.gb-home-page .gb-mobile-toggle,
.gb-home-page .gb-mobile-phone,
.gb-home-page .gb-mobile-socials a{color:var(--gb-home-cocoa)!important}
.gb-home-page .gb-btn{background:var(--gb-home-cocoa);color:#fff;border-color:var(--gb-home-cocoa);box-shadow:none}
.gb-home-page .gb-btn:hover{background:#352417;border-color:#352417;color:#fff}
.gb-home-page .gb-btn--light,
.gb-home-page .gb-btn--ghost{background:rgba(255,255,255,.46);color:var(--gb-home-cocoa);border-color:var(--gb-home-border)}
.gb-home-page .gb-title{color:var(--gb-home-cocoa);letter-spacing:-.035em}
.gb-home-page .gb-kicker,
.gb-home-page .gb-hero-slide__eyebrow,
.gb-home-page .gb-instagram-heading__label{
 color:var(--gb-home-muted);
 letter-spacing:.08em;
 text-transform:uppercase;
}
.gb-home-page .gb-kicker,
.gb-home-page .gb-hero-slide__eyebrow,
.gb-home-page .gb-label{color:#07963f}
.gb-home-page .gb-kicker:before,
.gb-home-page .gb-hero-slide__eyebrow:before,
.gb-home-page .gb-instagram-heading__label:before,
.gb-home-page .gb-instagram-heading__label:after,
.gb-home-page .gb-instagram-section:before,
.gb-home-page .gb-instagram-section:after{display:none}
.gb-home-page .gb-section,
.gb-home-page .gb-section--white,
.gb-home-page .gb-trust-section,
.gb-home-page .gb-instagram-section{background:var(--gb-home-cream)}
.gb-home-page .gb-hero-slider{background:var(--gb-home-cream);min-height:clamp(520px,40vw,620px)}
.gb-home-page .gb-hero-slide:after{background:rgba(251,250,245,.42)}
.gb-home-page .gb-hero-slide__content{
 padding:28px 0;
}
.gb-home-page .gb-hero-slide h1,
.gb-home-page .gb-hero-slide h2{color:var(--gb-home-cocoa);font-weight:850}
.gb-home-page .gb-hero-slide h1 em,
.gb-home-page .gb-hero-slide h2 em{color:var(--gb-home-cocoa)}
.gb-home-page .gb-hero-slide p,
.gb-home-page .gb-trust__intro,
.gb-home-page .gb-instagram-heading p{color:var(--gb-home-muted)}
.gb-home-page .gb-hero-slider__arrow,
.gb-home-page .gb-carousel-arrow{
 background:rgba(255,255,255,.64);
 color:var(--gb-home-cocoa);
 border-color:var(--gb-home-border);
 box-shadow:none;
}
.gb-home-page .gb-hero-slider__arrow:hover,
.gb-home-page .gb-carousel-arrow:hover{
 background:var(--gb-home-cocoa);
 color:#fff;
}
.gb-home-page .gb-hero-slider__dots{background:rgba(255,255,255,.6);box-shadow:none}
.gb-home-page .gb-hero-slider__dots button,
.gb-home-page .gb-top-products-pagination .swiper-pagination-bullet,
.gb-home-page .gb-reviews-pagination .swiper-pagination-bullet,
.gb-home-page .gb-instagram-pagination .swiper-pagination-bullet{background:rgba(78,55,36,.28)}
.gb-home-page .gb-hero-slider__dots button.is-active,
.gb-home-page .gb-top-products-pagination .swiper-pagination-bullet-active,
.gb-home-page .gb-reviews-pagination .swiper-pagination-bullet-active,
.gb-home-page .gb-instagram-pagination .swiper-pagination-bullet-active{background:var(--gb-home-cocoa)}
.gb-home-page .gb-category-grid .gb-category-card{
 background:var(--gb-home-cream-deep);
 border:1px solid var(--gb-home-border);
 box-shadow:none;
}
.gb-home-page .gb-category-grid .gb-category-card:nth-child(2),
.gb-home-page .gb-category-grid .gb-category-card:nth-child(3){background:var(--gb-home-cream-deep)}
.gb-home-page .gb-category-grid .gb-category-card:after{
 background:linear-gradient(180deg,transparent 0%,rgba(78,55,36,.12) 28%,rgba(78,55,36,.86) 100%);
}
.gb-home-page .gb-category-card__content h3,
.gb-home-page .gb-category-card__content p{color:#fff9ef}
.gb-home-page .gb-product{
 background:rgba(255,255,255,.42);
 border-color:var(--gb-home-border);
 border-radius:18px;
 box-shadow:none;
}
.gb-home-page .gb-product:hover{box-shadow:0 18px 44px rgba(78,55,36,.10);transform:translateY(-4px)}
.gb-home-page .gb-product__image{
 background:linear-gradient(145deg,#fffaf1 0%,#f1e4d1 100%);
 display:flex;
 align-items:center;
 justify-content:center;
}
.gb-home-page .gb-product__image img{
 object-fit:contain;
 padding:24px;
 filter:drop-shadow(0 18px 18px rgba(78,55,36,.16));
}
.gb-home-page .gb-badge{
 background:rgba(78,55,36,.88);
 color:#fff7ee;
 border-radius:8px;
 letter-spacing:.04em;
}
.gb-home-page .gb-rating{color:var(--gb-home-caramel);letter-spacing:1px}
.gb-home-page .gb-product__actions{
 position:absolute;
 left:16px;
 right:16px;
 bottom:16px;
 margin:0;
 opacity:0;
 transform:translateY(8px);
 pointer-events:none;
 transition:opacity .22s ease,transform .22s ease;
}
.gb-home-page .gb-product:hover .gb-product__actions,
.gb-home-page .gb-product:focus-within .gb-product__actions{
 opacity:1;
 transform:translateY(0);
 pointer-events:auto;
}
.gb-home-page .gb-product__actions .gb-btn{
 min-height:44px;
 border-radius:12px;
 background:rgba(78,55,36,.94);
 color:#fff;
 backdrop-filter:blur(8px);
}
.gb-home-page .gb-top-products-swiper .gb-product__body{
 position:relative;
 margin-top:0;
 padding-bottom:74px;
 background:rgba(255,255,255,.74);
 backdrop-filter:blur(10px);
 transition:transform .28s ease,background .28s ease;
}
.gb-home-page .gb-top-products-swiper .gb-product__meta{
 position:absolute;
 left:18px;
 right:18px;
 bottom:18px;
 opacity:1;
 transform:none;
 transition:opacity .24s ease,transform .24s ease;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions{
 position:absolute;
 left:18px;
 right:18px;
 bottom:18px;
 opacity:0;
 margin:0;
 pointer-events:none;
 transform:translateY(10px);
 transition:opacity .24s ease,transform .24s ease;
}
.gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__body,
.gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__body{
 transform:translateY(-30%);
 background:rgba(255,255,255,.9);
}
.gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__actions,
.gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__actions{
 opacity:1;
 transform:translateY(0);
 pointer-events:auto;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions .gb-btn{
 border-radius:10px;
 min-height:46px;
 font-size:14px;
 letter-spacing:.01em;
}
.gb-home-page .gb-trust__visual{background:var(--gb-home-cream-deep);box-shadow:none;border:1px solid var(--gb-home-border)}
.gb-home-page .gb-trust__content .gb-title span,
.gb-home-page .gb-instagram-heading .gb-title span{display:none}
.gb-home-page .gb-trust-feature__icon{
 background:rgba(78,55,36,.08);
 color:var(--gb-home-cocoa);
 border-radius:14px;
}
.gb-home-page .gb-trust__button{box-shadow:none}
.gb-home-page .gb-instagram-section{background:var(--gb-home-cream)}
.gb-home-page .gb-instagram-reel__media{box-shadow:none;border-radius:20px}
.gb-home-page .gb-instagram-reel__media:hover{box-shadow:0 20px 50px rgba(78,55,36,.14)}
.gb-home-page .gb-instagram-reel__media:hover .gb-instagram-reel__play{background:rgba(78,55,36,.84)}
.gb-home-page .gb-instagram-cta__icon{
 background:var(--gb-home-cocoa);
 color:#fff;
 border-radius:14px;
}
.gb-home-page .gb-quote{
 background:var(--gb-home-cocoa);
 border-radius:20px;
 box-shadow:none;
}
.gb-home-page .gb-toast{background:var(--gb-home-cocoa)}
.gb-home-page .gb-form-control:focus,
.gb-home-page .gb-instagram-reel__media:focus-visible{
 border-color:var(--gb-home-caramel);
 outline-color:var(--gb-home-caramel);
 box-shadow:0 0 0 3px rgba(182,122,53,.12);
}
.gb-home-page .gb-footer .gb-socials a:hover{color:var(--gb-home-cocoa)}
@media(max-width:980px){
 .gb-home-page .gb-hero-slide:after{background:rgba(251,250,245,.58)}
}
@media(max-width:640px){
 .gb-home-page .gb-hero-slide:after{background:rgba(251,250,245,.7)}
 .gb-home-page .gb-product__actions{position:static;opacity:1;transform:none;pointer-events:auto;margin-top:14px}
 .gb-home-page .gb-product__image img{padding:18px}
 .gb-home-page .gb-top-products-swiper .gb-product__body{min-height:0;transform:none!important;background:rgba(255,255,255,.74)}
 .gb-home-page .gb-top-products-swiper .gb-product__meta,
 .gb-home-page .gb-top-products-swiper .gb-product__actions{position:static;opacity:1;transform:none;pointer-events:auto}
 .gb-home-page .gb-top-products-swiper .gb-product__actions{margin-top:12px}
}

/* Product showcase cards — catalog and home */
.gb-home-page .gb-products,
.gb-catalog-page .gb-products{align-items:stretch}

.gb-home-page .gb-product,
.gb-catalog-page .gb-product{
 display:flex;
 flex-direction:column;
 min-width:0;
 height:100%;
 border-color:rgba(67,48,34,.10);
 border-radius:24px;
 background:#fff;
 box-shadow:0 8px 28px rgba(67,48,34,.045);
 transition:border-color .25s ease,box-shadow .25s ease;
}
.gb-home-page .gb-product:hover,
.gb-catalog-page .gb-product:hover{
 transform:none;
 border-color:rgba(17,132,71,.24);
 box-shadow:0 18px 48px rgba(67,48,34,.11);
}
.gb-home-page .gb-product__image,
.gb-catalog-page .gb-product__image{
 position:relative;
 aspect-ratio:1/1;
 padding:20px;
 display:flex;
 align-items:center;
 justify-content:center;
 overflow:hidden;
 background:
         radial-gradient(circle at 82% 16%,rgba(207,163,57,.12),transparent 28%),
         radial-gradient(circle at 14% 88%,rgba(17,132,71,.09),transparent 31%),
         linear-gradient(145deg,#f8f4eb 0%,#f4efe5 100%);
 border-bottom:1px solid rgba(67,48,34,.08);
}
.gb-home-page .gb-product__image:after,
.gb-catalog-page .gb-product__image:after{
 content:"";
 position:absolute;
 left:18%;
 right:18%;
 bottom:8%;
 height:10%;
 border-radius:50%;
 background:rgba(67,48,34,.10);
 filter:blur(16px);
 opacity:.45;
 pointer-events:none;
}
.gb-home-page .gb-product__image img,
.gb-catalog-page .gb-product__image img{
 position:relative;
 z-index:1;
 width:100%;
 height:100%;
 object-fit:contain;
 transition:transform .35s ease;
}
.gb-home-page .gb-product:hover .gb-product__image img,
.gb-catalog-page .gb-product:hover .gb-product__image img{transform:scale(1.035)}

.gb-home-page .gb-product__body,
.gb-catalog-page .gb-product__body{
 display:flex;
 flex:1 1 auto;
 flex-direction:column;
 padding:17px 18px 19px;
}
.gb-home-page .gb-product .gb-label,
.gb-catalog-page .gb-product .gb-label{
 margin-bottom:7px;
 color:var(--gb-green);
 font-size:11px;
 font-weight:900;
 line-height:1.35;
 letter-spacing:.085em;
 text-transform:uppercase;
}
.gb-home-page .gb-product__name,
.gb-catalog-page .gb-product__name{
 display:-webkit-box;
 overflow:hidden;
 min-height:45px;
 margin:0;
 color:var(--gb-cocoa);
 font-size:17px;
 font-weight:850;
 line-height:1.32;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;
}
.gb-home-page .gb-product__meta,
.gb-catalog-page .gb-product__meta{
 display:flex;
 align-items:center;
 justify-content:space-between;
 gap:10px;
 margin-top:auto;
 padding-top:15px;
 border-top:1px solid rgba(67,48,34,.08);
}
.gb-home-page .gb-product .gb-price,
.gb-catalog-page .gb-product .gb-price{
 font-size:21px;
 line-height:1;
 white-space:nowrap;
}
.gb-home-page .gb-product .gb-rating,
.gb-catalog-page .gb-product .gb-rating{
 flex:0 0 auto;
 padding:5px 7px;
 border:1px solid rgba(207,163,57,.20);
 border-radius:999px;
 background:rgba(207,163,57,.08);
 font-size:11px;
 line-height:1;
 letter-spacing:.02em;
}
.gb-home-page .gb-product .gb-badge,
.gb-catalog-page .gb-product .gb-badge{
 left:13px;
 top:13px;
 padding:7px 10px;
 /* border:2px solid rgba(255,255,255,.86); */
 box-shadow:0 6px 18px rgba(17,132,71,.16);
}
.gb-home-page .gb-product__actions,
.gb-catalog-page .gb-product__actions{display:none!important}
.gb-home-page .gb-top-products-swiper .swiper-wrapper{align-items:stretch}
.gb-home-page .gb-top-products-swiper .swiper-slide{height:auto}

@media(max-width:640px){
 .gb-home-page .gb-product,
 .gb-catalog-page .gb-product{border-radius:20px}
 .gb-home-page .gb-product__image,
 .gb-catalog-page .gb-product__image{padding:16px}
 .gb-home-page .gb-product__body,
 .gb-catalog-page .gb-product__body{padding:15px 15px 17px}
 .gb-home-page .gb-product__name,
 .gb-catalog-page .gb-product__name{min-height:42px;font-size:16px}
 .gb-home-page .gb-product .gb-price,
 .gb-catalog-page .gb-product .gb-price{font-size:20px}
}

/* Product card hover action — button below meta, no overlap */
.gb-home-page .gb-product__meta,
.gb-catalog-page .gb-product__meta{
 min-height:46px;
}
.gb-home-page .gb-product__actions,
.gb-catalog-page .gb-product__actions{
 display:flex!important;
 min-height:46px;
 margin-top:12px;
 opacity:0;
 visibility:hidden;
 transform:translateY(6px);
 pointer-events:none;
 transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
}
.gb-home-page .gb-product__actions .gb-btn,
.gb-catalog-page .gb-product__actions .gb-btn{
 width:100%;
 min-height:46px;
 padding:10px 16px;
 border-radius:13px;
 box-shadow:0 8px 20px rgba(17,132,71,.16);
 transform:none;
}
@media (hover:hover) and (pointer:fine){
 .gb-home-page .gb-product:hover .gb-product__actions,
 .gb-home-page .gb-product:focus-within .gb-product__actions,
 .gb-catalog-page .gb-product:hover .gb-product__actions,
 .gb-catalog-page .gb-product:focus-within .gb-product__actions{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
 }
}
@media (hover:none), (pointer:coarse){
 .gb-home-page .gb-product__actions,
 .gb-catalog-page .gb-product__actions{
  opacity:1;
  visibility:visible;
  transform:none;
  pointer-events:auto;
 }
}


/* Home top products hover cleanup — keep price/rating visible, show button below */
.gb-home-page .gb-top-products-swiper .gb-product__body{
 position:relative;
 margin-top:0;
 padding-bottom:19px;
 background:transparent !important;
 backdrop-filter:none;
 transform:none !important;
 transition:none;
}
.gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__body,
.gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__body{
 transform:none !important;
 background:transparent !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__meta{
 position:static !important;
 left:auto !important;
 right:auto !important;
 bottom:auto !important;
 opacity:1 !important;
 visibility:visible !important;
 transform:none !important;
 pointer-events:auto;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions{
 display:flex !important;
 position:static !important;
 left:auto !important;
 right:auto !important;
 bottom:auto !important;
 min-height:0;
 max-height:0;
 overflow:hidden;
 margin-top:0;
 opacity:0;
 visibility:hidden;
 transform:none !important;
 pointer-events:none;
 transition:max-height .22s ease, margin-top .22s ease, opacity .22s ease, visibility .22s ease;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions .gb-btn{
 width:100%;
}
@media (hover:hover) and (pointer:fine){
 .gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__actions,
 .gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__actions{
  max-height:54px;
  margin-top:12px;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
 }
}
@media (hover:none), (pointer:coarse){
 .gb-home-page .gb-top-products-swiper .gb-product__actions{
  max-height:54px;
  margin-top:12px;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
 }
}


/* Home top products — floating body lifts up, button reveals below meta without changing card height */
.gb-home-page .gb-top-products-swiper .gb-product{
 overflow:hidden;
}
.gb-home-page .gb-top-products-swiper .gb-product__body{
 position:relative;
 display:flex;
 flex-direction:column;
 gap:0;
 min-height:198px;
 margin-top:-58px;
 padding:18px 18px 74px;
 background:rgba(255,255,255,.86) !important;
 backdrop-filter:blur(10px);
 transform:translateY(58px);
 transition:transform .28s ease, background .28s ease;
}
.gb-home-page .gb-top-products-swiper .gb-product__meta{
 position:static !important;
 left:auto !important;
 right:auto !important;
 bottom:auto !important;
 margin-top:auto;
 padding-top:15px;
 border-top:1px solid rgba(67,48,34,.08);
 opacity:1 !important;
 visibility:visible !important;
 transform:none !important;
 pointer-events:auto;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions{
 display:flex !important;
 position:absolute !important;
 left:18px !important;
 right:18px !important;
 bottom:18px !important;
 min-height:46px;
 max-height:none;
 overflow:visible;
 margin-top:0 !important;
 opacity:0;
 visibility:hidden;
 transform:translateY(10px) !important;
 pointer-events:none;
 transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions .gb-btn{
 width:100%;
}
@media (hover:hover) and (pointer:fine){
 .gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__body,
 .gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__body{
  transform:translateY(0);
  background:rgba(255,255,255,.94) !important;
 }
 .gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__actions,
 .gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__actions{
  opacity:1;
  visibility:visible;
  transform:translateY(0) !important;
  pointer-events:auto;
 }
}
@media (hover:none), (pointer:coarse){
 .gb-home-page .gb-top-products-swiper .gb-product__body{
  margin-top:0;
  min-height:0;
  padding:17px 18px 18px;
  transform:none;
  background:#fff !important;
  backdrop-filter:none;
 }
 .gb-home-page .gb-top-products-swiper .gb-product__actions{
  position:static !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  margin-top:12px !important;
  opacity:1;
  visibility:visible;
  transform:none !important;
  pointer-events:auto;
 }
}
@media(max-width:640px){
 .gb-home-page .gb-top-products-swiper .gb-product__body{
  min-height:186px;
  margin-top:-52px;
  padding:15px 15px 68px;
  transform:translateY(52px);
 }
 .gb-home-page .gb-top-products-swiper .gb-product__actions{
  left:15px !important;
  right:15px !important;
  bottom:15px !important;
 }
}
@media(max-width:640px) and (hover:none), (max-width:640px) and (pointer:coarse){
 .gb-home-page .gb-top-products-swiper .gb-product__body{
  margin-top:0;
  padding:15px 15px 17px;
  transform:none;
 }
}


/* FINAL: home product cards — hidden action outside card, body lifts without changing height */
.gb-home-page .gb-top-products-swiper .gb-product{
 overflow:hidden !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__body{
 position:relative !important;
 display:flex !important;
 flex:1 1 auto !important;
 flex-direction:column !important;
 min-height:0 !important;
 margin-top:0 !important;
 margin-bottom:-58px !important;
 padding:17px 18px 18px !important;
 background:rgba(255,255,255,.92) !important;
 backdrop-filter:blur(10px);
 transform:translateY(0) !important;
 transition:transform .28s ease,background .28s ease !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__meta{
 position:static !important;
 left:auto !important;
 right:auto !important;
 bottom:auto !important;
 min-height:46px !important;
 margin-top:auto !important;
 padding-top:15px !important;
 border-top:1px solid rgba(67,48,34,.08) !important;
 opacity:1 !important;
 visibility:visible !important;
 transform:none !important;
 pointer-events:auto !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions{
 display:flex !important;
 position:static !important;
 left:auto !important;
 right:auto !important;
 bottom:auto !important;
 min-height:46px !important;
 max-height:none !important;
 overflow:visible !important;
 margin:12px 0 0 !important;
 opacity:1 !important;
 visibility:visible !important;
 transform:none !important;
 pointer-events:none !important;
 transition:none !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions .gb-btn{
 width:100% !important;
 min-height:46px !important;
}
@media (hover:hover) and (pointer:fine){
 .gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__body,
 .gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__body{
  transform:translateY(-58px) !important;
  background:rgba(255,255,255,.97) !important;
 }
 .gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__actions,
 .gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__actions{
  pointer-events:auto !important;
 }
}
@media (hover:none), (pointer:coarse){
 .gb-home-page .gb-top-products-swiper .gb-product__body{
  margin-bottom:0 !important;
  transform:none !important;
 }
 .gb-home-page .gb-top-products-swiper .gb-product__actions{
  pointer-events:auto !important;
 }
}
@media(max-width:640px){
 .gb-home-page .gb-top-products-swiper .gb-product__body{
  padding:15px 15px 17px !important;
 }
}

/* FINAL refinements — transparent hidden cart action, safe stacking, cleaner divider spacing */
.gb-home-page .gb-top-products-swiper .gb-product__image{
 position:relative !important;
 z-index:1 !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__image img{
 position:relative !important;
 z-index:1 !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__body{
 position:relative !important;
 z-index:3 !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__name{
 margin-bottom:8px !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions{
 opacity:0 !important;
 visibility:hidden !important;
 transition:opacity .18s ease,visibility .18s ease !important;
}
.gb-home-page .gb-top-products-swiper .gb-product__actions .gb-btn{
 opacity:0 !important;
 background:transparent !important;
 box-shadow:none !important;
 transition:opacity .18s ease,background .18s ease,box-shadow .18s ease !important;
}
@media (hover:hover) and (pointer:fine){
 .gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__actions,
 .gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__actions{
  opacity:1 !important;
  visibility:visible !important;
 }
 .gb-home-page .gb-top-products-swiper .gb-product:hover .gb-product__actions .gb-btn,
 .gb-home-page .gb-top-products-swiper .gb-product:focus-within .gb-product__actions .gb-btn{
  opacity:1 !important;
  background:rgba(78,55,36,.94) !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
 }
}
@media (hover:none), (pointer:coarse){
 .gb-home-page .gb-top-products-swiper .gb-product__actions{
  opacity:1 !important;
  visibility:visible !important;
 }
 .gb-home-page .gb-top-products-swiper .gb-product__actions .gb-btn{
  opacity:1 !important;
  background:rgba(78,55,36,.94) !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
 }
}

/* Product card rating — match related products in product.html */
.gb-home-page .gb-product .gb-rating,
.gb-catalog-page .gb-product .gb-rating{
 flex:0 0 auto;
 padding:0;
 border:0;
 border-radius:0;
 background:transparent;
 color:var(--gb-gold);
 font-size:inherit;
 line-height:normal;
 letter-spacing:2px;
}


/* UNIFIED PRODUCT CARDS — use home-page card style across catalog, search and product page */
body:not(.gb-home-page) .gb-products{
 align-items:stretch;
}
body:not(.gb-home-page) .gb-product{
 display:flex !important;
 flex-direction:column !important;
 min-width:0;
 height:100%;
 overflow:hidden !important;
 position:relative;
 background:rgba(255,255,255,.42) !important;
 border:1px solid rgba(78,55,36,.13) !important;
 border-radius:18px !important;
 box-shadow:none !important;
 transition:border-color .25s ease,box-shadow .25s ease !important;
}
body:not(.gb-home-page) .gb-product:hover,
body:not(.gb-home-page) .gb-product:focus-within{
 transform:none !important;
 box-shadow:0 18px 44px rgba(78,55,36,.10) !important;
 border-color:rgba(17,132,71,.24) !important;
}
body:not(.gb-home-page) .gb-product__image{
 position:relative !important;
 z-index:1 !important;
 display:flex !important;
 align-items:center !important;
 justify-content:center !important;
 background:linear-gradient(145deg,#fffaf1 0%,#f1e4d1 100%) !important;
}
body:not(.gb-home-page) .gb-product__image img{
 position:relative !important;
 z-index:1 !important;
 object-fit:contain !important;
 padding:24px !important;
 filter:drop-shadow(0 18px 18px rgba(78,55,36,.16));
 transition:transform .35s ease !important;
}
body:not(.gb-home-page) .gb-product:hover .gb-product__image img,
body:not(.gb-home-page) .gb-product:focus-within .gb-product__image img{
 transform:scale(1.035);
}
body:not(.gb-home-page) .gb-badge{
 background:rgba(78,55,36,.88) !important;
 color:#fff7ee !important;
 border-radius: 8px 0 !important;
 letter-spacing:.04em;
}
body:not(.gb-home-page) .gb-product__body{
 position:relative !important;
 z-index:3 !important;
 display:flex !important;
 flex:1 1 auto !important;
 flex-direction:column !important;
 min-height:0 !important;
 margin-top:0 !important;
 margin-bottom:-58px !important;
 padding:17px 18px 18px !important;
 background:rgba(255,255,255,.92) !important;
 backdrop-filter:blur(10px);
 transform:translateY(0) !important;
 transition:transform .28s ease,background .28s ease !important;
}
body:not(.gb-home-page) .gb-label{
 color:var(--gb-green) !important;
 font-size:13px !important;
 font-weight:900 !important;
 letter-spacing:.1em;
 text-transform:uppercase;
}
body:not(.gb-home-page) .gb-product__name{
 margin-bottom:8px !important;
}
body:not(.gb-home-page) .gb-product__meta{
 position:static !important;
 left:auto !important;
 right:auto !important;
 bottom:auto !important;
 min-height:46px !important;
 margin-top:auto !important;
 padding-top:15px !important;
 border-top:1px solid rgba(67,48,34,.08) !important;
 opacity:1 !important;
 visibility:visible !important;
 transform:none !important;
 pointer-events:auto !important;
}
body:not(.gb-home-page) .gb-rating{
 flex:0 0 auto;
 padding:0 !important;
 border:0 !important;
 border-radius:0 !important;
 background:transparent !important;
 color:var(--gb-gold) !important;
 font-size:inherit !important;
 line-height:normal !important;
 letter-spacing:2px;
}
body:not(.gb-home-page) .gb-product__actions{
 display:flex !important;
 position:static !important;
 left:auto !important;
 right:auto !important;
 bottom:auto !important;
 min-height:46px !important;
 max-height:none !important;
 overflow:visible !important;
 margin:12px 0 0 !important;
 opacity:0 !important;
 visibility:hidden !important;
 transform:none !important;
 pointer-events:none !important;
 transition:opacity .18s ease,visibility .18s ease !important;
}
body:not(.gb-home-page) .gb-product__actions .gb-btn{
 width:100% !important;
 min-height:46px !important;
 border-radius:12px !important;
 opacity:0 !important;
 background:transparent !important;
 box-shadow:none !important;
 transition:opacity .18s ease,background .18s ease,box-shadow .18s ease !important;
}
@media (hover:hover) and (pointer:fine){
 body:not(.gb-home-page) .gb-product:hover .gb-product__body,
 body:not(.gb-home-page) .gb-product:focus-within .gb-product__body{
  transform:translateY(-58px) !important;
  background:rgba(255,255,255,.97) !important;
 }
 body:not(.gb-home-page) .gb-product:hover .gb-product__actions,
 body:not(.gb-home-page) .gb-product:focus-within .gb-product__actions{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
 }
 body:not(.gb-home-page) .gb-product:hover .gb-product__actions .gb-btn,
 body:not(.gb-home-page) .gb-product:focus-within .gb-product__actions .gb-btn{
  opacity:1 !important;
  background:rgba(78,55,36,.94) !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
 }
}
@media (hover:none), (pointer:coarse){
 body:not(.gb-home-page) .gb-product__body{
  margin-bottom:0 !important;
  padding:17px 18px 18px !important;
 }
 body:not(.gb-home-page) .gb-product__actions{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
 }
 body:not(.gb-home-page) .gb-product__actions .gb-btn{
  opacity:1 !important;
  background:rgba(78,55,36,.94) !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
 }
}
@media(max-width:640px){
 body:not(.gb-home-page) .gb-product{
  border-radius:18px !important;
 }
 body:not(.gb-home-page) .gb-product__image img{
  padding:18px !important;
 }
 body:not(.gb-home-page) .gb-product__body{
  padding:15px 15px 17px !important;
 }
}

.gb-home-page .gb-product .gb-badge,
.gb-badge{
 border-radius:8px 0;
 padding:3px 10px;
}

/* SITE STYLE SYNC — keep inner pages visually aligned with the home page */
.gb-page-head,
.gb-section{
 background:transparent;
}
.gb-section--white{
 background:#fff;
}
.gb-kicker,
.gb-instagram-heading__label,
.gb-product .gb-label,
.gb-stock{
  color:var(--gb-green) !important;
}
.gb-title,
.gb-page-head h1,
.gb-content-card h1,
.gb-content-card h2,
.gb-checkout-section h2,
.gb-product-info h1{
 color:var(--gb-cocoa);
}
.gb-panel,
.gb-toolbar,
.gb-content-card,
.gb-product-info,
.gb-checkout-section,
.gb-summary,
.gb-catalog-seo,
.gb-product-description,
.gb-product-reviews,
.gb-review-form{
 border:1px solid rgba(78,55,36,.12) !important;
 background:rgba(255,255,255,.72) !important;
 box-shadow:none !important;
}
.gb-panel,
.gb-toolbar,
.gb-content-card,
.gb-checkout-section,
.gb-summary,
.gb-catalog-seo{
 border-radius:18px !important;
}
.gb-product-info,
.gb-product-description,
.gb-product-reviews{
 border-radius:24px !important;
}
.gb-products{
 align-items:stretch;
}
.gb-products .gb-product,
.gb-top-products-swiper .gb-product{
 display:flex !important;
 flex-direction:column !important;
 min-width:0;
 height:100%;
 overflow:hidden !important;
 border:1px solid rgba(67,48,34,.10) !important;
 border-radius:24px !important;
 background:#fff !important;
 box-shadow:0 8px 28px rgba(67,48,34,.045) !important;
 transform:none !important;
 transition:border-color .25s ease,box-shadow .25s ease !important;
}
.gb-products .gb-product:hover,
.gb-products .gb-product:focus-within,
.gb-top-products-swiper .gb-product:hover,
.gb-top-products-swiper .gb-product:focus-within{
 transform:none !important;
 border-color:rgba(17,132,71,.24) !important;
 box-shadow:0 18px 48px rgba(67,48,34,.11) !important;
}
.gb-products .gb-product__image,
.gb-top-products-swiper .gb-product__image{
 position:relative !important;
 display:flex !important;
 align-items:center !important;
 justify-content:center !important;
 aspect-ratio:1/1 !important;
 padding:20px !important;
 overflow:hidden !important;
 background:
         radial-gradient(circle at 82% 16%,rgba(207,163,57,.12),transparent 28%),
         radial-gradient(circle at 14% 88%,rgba(17,132,71,.09),transparent 31%),
         linear-gradient(145deg,#f8f4eb 0%,#f4efe5 100%) !important;
 border-bottom:1px solid rgba(67,48,34,.08) !important;
}
.gb-products .gb-product__image:after,
.gb-top-products-swiper .gb-product__image:after{
 content:"" !important;
 position:absolute !important;
 left:18% !important;
 right:18% !important;
 bottom:8% !important;
 display:block !important;
 height:10% !important;
 border-radius:50% !important;
 background:rgba(67,48,34,.10) !important;
 filter:blur(16px) !important;
 opacity:.45 !important;
 pointer-events:none !important;
}
.gb-products .gb-product__image img,
.gb-top-products-swiper .gb-product__image img{
 position:relative !important;
 z-index:1 !important;
 width:100% !important;
 height:100% !important;
 object-fit:contain !important;
 padding:0 !important;
 filter:none !important;
 transform:none !important;
 transition:transform .35s ease !important;
}
.gb-products .gb-product:hover .gb-product__image img,
.gb-products .gb-product:focus-within .gb-product__image img,
.gb-top-products-swiper .gb-product:hover .gb-product__image img,
.gb-top-products-swiper .gb-product:focus-within .gb-product__image img{
 transform:scale(1.035) !important;
}
.gb-products .gb-product__body,
.gb-top-products-swiper .gb-product__body{
 position:relative !important;
 z-index:3 !important;
 display:flex !important;
 flex:1 1 auto !important;
 flex-direction:column !important;
 min-height:0 !important;
 margin-top:0 !important;
 margin-bottom:-58px !important;
 padding:17px 18px 18px !important;
 background:rgba(255,255,255,.92) !important;
 backdrop-filter:blur(10px) !important;
 transform:translateY(0) !important;
 transition:transform .28s ease,background .28s ease !important;
}
.gb-products .gb-product__name,
.gb-top-products-swiper .gb-product__name{
 display:-webkit-box !important;
 overflow:hidden !important;
 min-height:45px !important;
 margin:0 0 8px !important;
 color:var(--gb-cocoa) !important;
 font-size:17px !important;
 font-weight:850 !important;
 line-height:1.32 !important;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;
}
.gb-products .gb-product__meta,
.gb-top-products-swiper .gb-product__meta{
 position:static !important;
 display:flex !important;
 align-items:center !important;
 justify-content:space-between !important;
 gap:10px !important;
 min-height:46px !important;
 margin-top:auto !important;
 padding-top:15px !important;
 border-top:1px solid rgba(67,48,34,.08) !important;
 opacity:1 !important;
 visibility:visible !important;
 transform:none !important;
 pointer-events:auto !important;
}
.gb-products .gb-price,
.gb-top-products-swiper .gb-price{
 color:var(--gb-cocoa) !important;
 font-size:21px !important;
 line-height:1 !important;
 white-space:nowrap !important;
}
.gb-products .gb-rating,
.gb-top-products-swiper .gb-rating{
 flex:0 0 auto !important;
 padding:0 !important;
 border:0 !important;
 border-radius:0 !important;
 background:transparent !important;
 color:var(--gb-gold) !important;
 font-size:inherit !important;
 line-height:normal !important;
 letter-spacing:2px !important;
}
.gb-badge{
 background:rgba(78,55,36,.88) !important;
 color:#fff7ee !important;
 border-radius:8px 0 !important;
 padding:3px 10px !important;
 letter-spacing:.04em !important;
}
.gb-products .gb-product .gb-badge,
.gb-top-products-swiper .gb-product .gb-badge{
 left:13px !important;
 top:13px !important;
 /* border:2px solid rgba(255,255,255,.86) !important; */
 box-shadow:0 6px 18px rgba(17,132,71,.16) !important;
}
.gb-products .gb-product__actions,
.gb-top-products-swiper .gb-product__actions{
 display:flex !important;
 position:static !important;
 width:100% !important;
 min-height:46px !important;
 max-height:none !important;
 overflow:visible !important;
 margin:12px 0 0 !important;
 opacity:0 !important;
 visibility:hidden !important;
 transform:none !important;
 pointer-events:none !important;
 transition:opacity .18s ease,visibility .18s ease !important;
}
.gb-products .gb-product__actions .gb-btn,
.gb-top-products-swiper .gb-product__actions .gb-btn{
 width:100% !important;
 min-height:46px !important;
 border-radius:12px !important;
 opacity:0 !important;
 background:transparent !important;
 box-shadow:none !important;
 transition:opacity .18s ease,background .18s ease,box-shadow .18s ease !important;
}
@media (hover:hover) and (pointer:fine){
 .gb-products .gb-product:hover .gb-product__body,
 .gb-products .gb-product:focus-within .gb-product__body,
 .gb-top-products-swiper .gb-product:hover .gb-product__body,
 .gb-top-products-swiper .gb-product:focus-within .gb-product__body{
  transform:translateY(-58px) !important;
  background:rgba(255,255,255,.97) !important;
 }
 .gb-products .gb-product:hover .gb-product__actions,
 .gb-products .gb-product:focus-within .gb-product__actions,
 .gb-top-products-swiper .gb-product:hover .gb-product__actions,
 .gb-top-products-swiper .gb-product:focus-within .gb-product__actions{
  opacity:1 !important;
  visibility:visible !important;
  pointer-events:auto !important;
 }
 .gb-products .gb-product:hover .gb-product__actions .gb-btn,
 .gb-products .gb-product:focus-within .gb-product__actions .gb-btn,
 .gb-top-products-swiper .gb-product:hover .gb-product__actions .gb-btn,
 .gb-top-products-swiper .gb-product:focus-within .gb-product__actions .gb-btn{
  opacity:1 !important;
  background:rgba(78,55,36,.94) !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
 }
}
@media (hover:none), (pointer:coarse){
 .gb-products .gb-product__body,
 .gb-top-products-swiper .gb-product__body{
  margin-bottom:0 !important;
  transform:none !important;
 }
 .gb-products .gb-product__actions,
 .gb-top-products-swiper .gb-product__actions{
  display:none !important;
 }
}
@media(max-width:640px){
  .gb-products .gb-product,
  .gb-top-products-swiper .gb-product{
  border-radius:20px !important;
 }
 .gb-products .gb-product__image,
 .gb-top-products-swiper .gb-product__image{
  padding:16px !important;
 }
 .gb-products .gb-product__body,
 .gb-top-products-swiper .gb-product__body{
  padding:15px 15px 17px !important;
 }
 .gb-products .gb-product__name,
 .gb-top-products-swiper .gb-product__name{
  min-height:42px !important;
    font-size:16px !important;
  }
}

/* Product page — align color language with the home page */
.gb-product-page,
.gb-product-tabs{
  color:var(--gb-cocoa);
}
.gb-product-visual{
  border:1px solid rgba(78,55,36,.12) !important;
  background:
    radial-gradient(circle at 82% 16%,rgba(207,163,57,.12),transparent 28%),
    radial-gradient(circle at 14% 88%,rgba(17,132,71,.07),transparent 31%),
    linear-gradient(145deg,#f8f4eb 0%,#f4efe5 100%) !important;
  box-shadow:0 8px 28px rgba(67,48,34,.045) !important;
}
.gb-product-visual:before{
  background:rgba(218,170,62,.10) !important;
}
.gb-product-visual:after{
  border-color:rgba(78,55,36,.10) !important;
}
.gb-product-visual__badge,
.gb-badge--inline{
  background:rgba(78,55,36,.88) !important;
  color:#fff7ee !important;
  border:2px solid rgba(255,255,255,.86) !important;
  border-radius:8px 0 !important;
  box-shadow:0 6px 18px rgba(17,132,71,.16) !important;
  letter-spacing:.04em !important;
}
.gb-product-visual__decor--two{
  color:var(--gb-cocoa) !important;
  opacity:.34 !important;
}
.gb-product-info--premium{
  background:rgba(255,255,255,.72) !important;
  border-color:rgba(78,55,36,.12) !important;
  box-shadow:none !important;
}
.gb-product-info h1{
  color:var(--gb-cocoa) !important;
}
.gb-product-review-row a,
.gb-product-unit,
.gb-product-old-price{
  color:var(--gb-muted) !important;
}
.gb-product-info__price{
  color:var(--gb-cocoa) !important;
}
.gb-product-price-row{
  border-top-color:rgba(78,55,36,.10) !important;
}
.gb-product-discount{
  background:#f7f2e7 !important;
  border-color:rgba(218,170,62,.24) !important;
  color:var(--gb-cocoa) !important;
}
.gb-product-benefits-strip>div{
 background: rgba(255, 255, 255, .72) !important;
 border-color: rgba(78, 55, 36, .12) !important;
 color:var(--gb-cocoa) !important;
 border: 1px solid rgba(78, 55, 36, .08);
}
.gb-product-highlights span,
.gb-product-benefits-strip>div,
.gb-delivery-card,
.gb-storage-note,
.gb-product-description__facts div,
.gb-review-card{
  border-color:rgba(78,55,36,.10) !important;
  color:var(--gb-cocoa) !important;
 background: #f7f3ea;
 border: 1px solid rgba(78, 55, 36, .08);
}
.gb-product-highlights span{
  border:1px solid rgba(78,55,36,.10);
}
.gb-product-benefits-strip span,
.gb-delivery-card__icon{
  color:var(--gb-gold) !important;
}
.gb-btn--buy,
.gb-product-info .gb-btn:not(.gb-btn--ghost),
.gb-review-form .gb-btn{
  background:rgba(78,55,36,.94) !important;
  border-color:rgba(78,55,36,.94) !important;
  color:#fff7ee !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
}
.gb-btn--buy:hover,
.gb-product-info .gb-btn:not(.gb-btn--ghost):hover,
.gb-review-form .gb-btn:hover{
  background:var(--gb-cocoa) !important;
  border-color:var(--gb-cocoa) !important;
}
.gb-icon-action--large,
.gb-flavour,
.gb-qty,
.gb-qty button,
.gb-qty input{
  border-color:rgba(78,55,36,.12) !important;
  color:var(--gb-cocoa) !important;
}
.gb-icon-action--large,
.gb-flavour,
.gb-qty button,
.gb-qty input{
  background:#fffaf3 !important;
}
.gb-flavour.active{
  border-color:rgba(78,55,36,.32) !important;
  background:#f7f2e7 !important;
  box-shadow:0 0 0 2px rgba(78,55,36,.08) !important;
}
.gb-product-tabs__nav{
  border-color:rgba(78,55,36,.12) !important;
  background:rgba(255,255,255,.72) !important;
}
.gb-product-tabs__nav button.active{
  background:rgba(78,55,36,.94) !important;
  color:#fff7ee !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
}
.gb-product-description,
.gb-product-reviews{
  background:rgba(255,255,255,.72) !important;
  border-color:rgba(78,55,36,.12) !important;
  box-shadow:none !important;
}
.gb-review-form{
  background:#f7f3ea !important;
  border-color:rgba(78,55,36,.12) !important;
}
.gb-rating-options input:checked+span{
  background:var(--gb-gold) !important;
  border-color:var(--gb-gold) !important;
  color:var(--gb-cocoa) !important;
  box-shadow:0 10px 20px rgba(218,170,62,.18) !important;
}
.gb-form-control:focus{
  border-color:rgba(78,55,36,.38) !important;
  box-shadow:0 0 0 3px rgba(78,55,36,.08) !important;
}

/* Header and footer — same color system as the home page */
.gb-announcement{
  background:#4e3724 !important;
  color:#fff7ed !important;
}
.gb-header{
  background:rgba(251,250,245,.94) !important;
  border-bottom-color:rgba(78,55,36,.13) !important;
}
.gb-nav{
  color:#4e3724 !important;
}
.gb-nav a:hover,
.gb-nav a.active,
.gb-section-head>a,
.gb-search button{
  color:#4e3724 !important;
}
.gb-icon-btn,
.gb-search{
  border-color:rgba(78,55,36,.13) !important;
  background:rgba(255,255,255,.64) !important;
  color:#4e3724 !important;
}
.gb-count{
  background:#b67a35 !important;
  color:#fff !important;
}
.gb-search input{
  color:#4e3724 !important;
}
.gb-search input::placeholder{
  color:rgba(78,55,36,.55) !important;
}
.gb-search-toggle,
.gb-mobile-toggle,
.gb-mobile-phone,
.gb-mobile-socials a{
  color:#4e3724 !important;
}
.gb-mobile-menu{
  background:rgba(251,250,245,.98) !important;
  box-shadow:-22px 0 60px rgba(49,41,32,.18) !important;
}
.gb-mobile-menu a{
  color:#4e3724 !important;
  border-bottom-color:rgba(78,55,36,.13) !important;
}
.gb-footer{
  background:#4e3724 !important;
  color:#fff !important;
}
.gb-footer h4{
  color:#fff7ed !important;
}
.gb-footer a{
  color:rgba(255,247,237,.76) !important;
}
.gb-footer a:hover{
  color:#fff !important;
}
.gb-footer__bottom{
  border-top-color:rgba(255,247,237,.16) !important;
  color:rgba(255,247,237,.58) !important;
}
.gb-footer .gb-socials a{
  border-color:rgba(255,247,237,.22) !important;
  background:rgba(255,247,237,.08) !important;
  color:#fff !important;
}
.gb-footer .gb-socials a:hover{
  border-color:#fff !important;
  background:#fff !important;
  color:#4e3724 !important;
}

.gb-price-stack{
  display:inline-flex;
  align-items:baseline;
  gap:7px;
  white-space:nowrap;
}
.gb-price-stack .gb-price-old{
  margin-left:0;
  color:rgba(78,55,36,.48);
}

.gb-pill.active,
.gb-pagination a.active{
  background:#4e3724 !important;
  border-color:#4e3724 !important;
  color:#fff7ed !important;
  box-shadow:0 10px 22px rgba(78,55,36,.16) !important;
}
.gb-pill:hover,
.gb-pagination a:hover{
  border-color:rgba(78,55,36,.24) !important;
  background:#f7f2e7 !important;
  color:#4e3724 !important;
}
.gb-pagination{
  border-color:rgba(78,55,36,.13) !important;
}

/* Cart and checkout — chocolate color system */
.gb-cart-layout .gb-panel,
.gb-cart-layout .gb-summary,
.gb-checkout-section,
.gb-checkout .gb-summary{
  border-color:rgba(78,55,36,.12) !important;
  background:rgba(255,255,255,.72) !important;
  box-shadow:none !important;
}
.gb-cart-layout h2,
.gb-checkout h2,
.gb-summary h2,
.gb-cart-item b,
.gb-order-mini b{
  color:#4e3724 !important;
}
.gb-note{
  background:#f7f2e7 !important;
  border-color:rgba(218,170,62,.24) !important;
  color:#4e3724 !important;
}
.gb-progress{
  background:#eadfce !important;
}
.gb-progress span{
  background:#4e3724 !important;
}
.gb-cart-item,
.gb-order-mini,
.gb-summary__row,
.gb-promo-row--checkout{
  border-color:rgba(78,55,36,.12) !important;
}
.gb-cart-item img,
.gb-order-mini img{
  background:#f7f2e7 !important;
  border:1px solid rgba(78,55,36,.10) !important;
}
.gb-qty,
.gb-qty button,
.gb-qty input,
.gb-icon-action{
  border-color:rgba(78,55,36,.12) !important;
  background:#fffaf3 !important;
  color:#4e3724 !important;
}
.gb-icon-action:hover{
  background:#4e3724 !important;
  border-color:#4e3724 !important;
  color:#fff7ed !important;
}
.gb-cart-layout .gb-btn:not(.gb-btn--ghost),
.gb-checkout .gb-btn:not(.gb-btn--ghost){
  background:#4e3724 !important;
  border-color:#4e3724 !important;
  color:#fff7ed !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
}
.gb-cart-layout .gb-btn:not(.gb-btn--ghost):hover,
.gb-checkout .gb-btn:not(.gb-btn--ghost):hover{
  background:#352417 !important;
  border-color:#352417 !important;
}
.gb-cart-layout .gb-btn--ghost,
.gb-checkout .gb-btn--ghost{
  background:rgba(255,255,255,.46) !important;
  border-color:rgba(78,55,36,.18) !important;
  color:#4e3724 !important;
}
.gb-cart-layout .gb-btn--ghost:hover,
.gb-checkout .gb-btn--ghost:hover{
  background:#f7f2e7 !important;
  border-color:rgba(78,55,36,.26) !important;
}
.gb-radio{
  border-color:rgba(78,55,36,.12) !important;
  background:rgba(255,255,255,.55) !important;
  color:#4e3724 !important;
}
.gb-radio:has(input:checked){
  border-color:rgba(78,55,36,.34) !important;
  background:#f7f2e7 !important;
  box-shadow:0 0 0 2px rgba(78,55,36,.07) !important;
}
.gb-radio input{
  accent-color:#4e3724;
}
.gb-form-label,
.gb-checkout small,
.gb-order-mini small{
  color:rgba(78,55,36,.68) !important;
}
.gb-bank-details{
  background:#f7f2e7 !important;
  border-color:rgba(78,55,36,.14) !important;
  color:#4e3724 !important;
}
.gb-bank-details div{
  border-bottom-color:rgba(78,55,36,.10) !important;
}
.gb-bank-details b{
  color:#4e3724 !important;
}
.gb-bank-details p{
  background:#fffaf3 !important;
  border-color:rgba(218,170,62,.24) !important;
  color:#6a5030 !important;
}

.gb-cart-discount{
  display:inline-flex;
  width:max-content;
  margin:0 0 10px;
  padding:4px 9px;
  border:1px solid rgba(218,170,62,.26);
  border-radius:8px 0;
  background:#f7f2e7;
  color:#4e3724;
  font-size:12px;
  font-weight:900;
}
.gb-cart-price{
  display:grid;
  justify-items:end;
  gap:2px;
  margin:0;
}
.gb-cart-price b{
  color:#4e3724 !important;
}
.gb-cart-price span{
  color:rgba(78,55,36,.48);
  font-size:13px;
  font-weight:800;
  line-height:1.1;
  text-decoration:line-through;
}
.gb-cart-item__side{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:space-between;
  align-self:stretch;
  gap:16px;
  min-height:100%;
}
.gb-cart-price-single{
  color:#4e3724 !important;
}
.gb-order-price{
  display:grid;
  justify-items:end;
  gap:2px;
  white-space:nowrap;
}
.gb-order-price b{
  color:#4e3724 !important;
}
.gb-order-price span,
.gb-order-old-price{
  color:rgba(78,55,36,.48);
  font-size:12px;
  font-weight:800;
  text-decoration:line-through;
}
.gb-order-old-price{
  margin-left:5px;
}
@media(max-width:640px){
  .gb-cart-item__side{
    align-items:flex-start;
    justify-content:flex-start;
  }
  .gb-cart-price{
    justify-items:start;
  }
}

/* Partners page — chocolate showcase styling */
.gb-partners-page{
  background:#fbfaf5;
  color:#4e3724;
}
.gb-partners-page .gb-section,
.gb-partners-page .gb-section--white{
  background:#fbfaf5 !important;
}
.gb-partners-page .gb-title,
.gb-partners-page .gb-card h3,
.gb-partners-page .gb-form-label{
  color:#4e3724 !important;
}
.gb-partners-page .gb-subtitle,
.gb-partners-page .gb-card p{
  color:#78685b !important;
}
.gb-partners-page .gb-partner-hero{
  gap:48px;
}
.gb-partners-page .gb-partner-hero > div:first-child{
  padding:34px 0;
}
.gb-partners-page .gb-partner-hero__image{
  border:1px solid rgba(78,55,36,.12) !important;
  background:#f7f2e7 !important;
  box-shadow:0 18px 44px rgba(78,55,36,.10) !important;
}
.gb-partners-page .gb-card{
  border:1px solid rgba(78,55,36,.12) !important;
  background:rgba(255,255,255,.72) !important;
  border-radius:18px !important;
  box-shadow:none !important;
}
.gb-partners-page .gb-card:hover{
  border-color:rgba(78,55,36,.22) !important;
  box-shadow:0 18px 44px rgba(78,55,36,.08) !important;
}
.gb-partners-page .gb-content-card{
  border:1px solid rgba(78,55,36,.12) !important;
  background:rgba(255,255,255,.72) !important;
  border-radius:24px !important;
  box-shadow:none !important;
}
.gb-partners-page .gb-btn{
  background:#4e3724 !important;
  border-color:#4e3724 !important;
  color:#fff7ed !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
}
.gb-partners-page .gb-btn:hover{
  background:#352417 !important;
  border-color:#352417 !important;
}
.gb-partners-page .gb-form-control{
  border-color:rgba(78,55,36,.14) !important;
  background:#fffaf3 !important;
  color:#4e3724 !important;
}
.gb-partners-page .gb-form-control:focus{
  border-color:rgba(78,55,36,.38) !important;
  box-shadow:0 0 0 3px rgba(78,55,36,.08) !important;
}

/* Contacts page — chocolate showcase styling */
.gb-contacts-page{
  background:#fbfaf5;
  color:#4e3724;
}
.gb-contacts-page .gb-section,
.gb-contacts-page .gb-section--white,
.gb-contacts-page .gb-page-head{
  background:#fbfaf5 !important;
}
.gb-contacts-page .gb-title,
.gb-contacts-page .gb-content-card h2,
.gb-contacts-page .gb-contact-row b,
.gb-contacts-page .gb-form-label{
  color:#4e3724 !important;
}
.gb-contacts-page .gb-subtitle,
.gb-contacts-page .gb-contact-row,
.gb-contacts-page .gb-contact-row a,
.gb-contacts-page .gb-contact-row span{
  color:#78685b !important;
}
.gb-contacts-page .gb-contact-row{
  border:1px solid rgba(78,55,36,.12) !important;
  background:rgba(255,255,255,.72) !important;
  border-radius:18px !important;
  box-shadow:none !important;
}
.gb-contacts-page .gb-contact-row > span:first-child{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  flex:0 0 38px;
  border-radius:12px;
  background:#f7f2e7;
  color:#4e3724 !important;
}
.gb-contacts-page .gb-map{
  border:1px solid rgba(78,55,36,.12) !important;
  background:
    radial-gradient(circle at 82% 16%,rgba(218,170,62,.12),transparent 28%),
    linear-gradient(145deg,#f8f4eb 0%,#f4efe5 100%) !important;
  color:#4e3724 !important;
  box-shadow:none !important;
}
.gb-contacts-page .gb-map small{
  color:#78685b !important;
}
.gb-contacts-page .gb-content-card{
  border:1px solid rgba(78,55,36,.12) !important;
  background:rgba(255,255,255,.72) !important;
  border-radius:24px !important;
  box-shadow:none !important;
}
.gb-contacts-page .gb-btn{
  background:#4e3724 !important;
  border-color:#4e3724 !important;
  color:#fff7ed !important;
  box-shadow:0 8px 20px rgba(78,55,36,.12) !important;
}
.gb-contacts-page .gb-btn:hover{
  background:#352417 !important;
  border-color:#352417 !important;
}
.gb-contacts-page .gb-form-control{
  border-color:rgba(78,55,36,.14) !important;
  background:#fffaf3 !important;
  color:#4e3724 !important;
}
.gb-contacts-page .gb-form-control:focus{
  border-color:rgba(78,55,36,.38) !important;
  box-shadow:0 0 0 3px rgba(78,55,36,.08) !important;
}
