.gks{max-width:1050px;margin:0 auto 3rem}.gks-intro{font-size:1.1rem;margin:0 0 2rem}.gks-form fieldset{border:0;padding:0;margin:0 0 1.8rem;min-width:0}.gks legend{font-size:1.15rem;font-weight:600;margin-bottom:.8rem}.gks legend>span{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:50%;background:#eee7df;margin-right:.4rem;font-size:.9rem}.gks-choices{display:flex;flex-wrap:wrap;gap:.7rem}.gks-choices label{margin:0;position:relative;flex:1;min-width:145px;cursor:pointer}.gks-choices input{position:absolute;opacity:0;width:1px;height:1px}.gks-choices label>span{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:55px;padding:.8rem 1rem;border:1px solid #c8c2bc;border-radius:6px;background:#fff;text-align:center;color:#332e29;transition:background .15s,border-color .15s}.gks-choices input:checked+span{border:2px solid #80532d;background:#f7f1e9;padding:calc(.8rem - 1px) calc(1rem - 1px);font-weight:600}.gks-choices input:focus-visible+span{outline:3px solid #225d97;outline-offset:3px}.gks-preparation label>span{min-height:120px;font-size:1.2rem}.gks-icon{font-size:2rem;margin-bottom:.4rem}.gks-choices small{display:block;font-weight:400;color:#5b4b3c;margin-top:.25rem}.gks-quantity label{min-width:40px;max-width:85px}.gks [data-origin]{margin-top:1rem}.gks-summary{padding:1.5rem;background:#f6f4f0;border-radius:8px;border:1px solid #e4ded7}.gks-summary h2{font-size:1.25rem}.gks-summary h3{font-size:1.1rem;margin-top:1rem}.gks-equation{font-weight:600}.gks [data-price]{display:block;font-size:2rem;margin:.35rem 0}.gks-shipping{max-width:780px;color:#514b45;font-size:.95rem}.gks [data-status]{margin:.7rem 0 0}.gks [hidden]{display:none!important}.gks button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:575px){.gks-choices{gap:.5rem}.gks-choices label{min-width:calc(50% - .5rem)}.gks-quantity label{min-width:calc(16.66% - .5rem);max-width:none}.gks-quantity label>span{padding:.7rem .3rem}.gks-preparation label>span{font-size:1rem;min-height:105px}.gks-summary{padding:1rem}.gks legend{font-size:1rem}}

.gks legend{float:none}.gks-choices{clear:both}
.gks-brew {
    position: relative;
    display: inline-block;
    width: 1.7rem;
    height: 1.55rem;
    flex: 0 0 1.7rem;
    margin-right: .5rem;
}

.gks-brew--filter::before {
    position: absolute;
    top: .1rem;
    left: .23rem;
    width: 1.1rem;
    height: 1rem;
    border: .14rem solid #9b6445;
    border-top-width: .22rem;
    border-radius: .16rem .16rem .48rem .48rem;
    background: #f3d4b8;
    content: '';
    transform: perspective(1rem) rotateX(-12deg);
}

.gks-brew--filter::after {
    position: absolute;
    right: .05rem;
    bottom: .02rem;
    left: .05rem;
    height: .3rem;
    border-radius: 50%;
    background: #7a4934;
    content: '';
}

.gks-brew--espresso::before {
    position: absolute;
    top: .3rem;
    left: .05rem;
    width: 1.2rem;
    height: .78rem;
    border: .14rem solid #895139;
    border-radius: .18rem .18rem .4rem .4rem;
    background: #f7dfc9;
    box-shadow: inset 0 .2rem 0 #5b3327;
    content: '';
}

.gks-brew--espresso::after {
    position: absolute;
    top: .46rem;
    right: .02rem;
    width: .5rem;
    height: .45rem;
    border: .13rem solid #895139;
    border-left: 0;
    border-radius: 0 .5rem .5rem 0;
    content: '';
}


.gks-preparation .gks-brew{margin:0 0 .6rem;transform:scale(1.3)}
.gks-header{margin-top:1rem;padding-top:.5rem}

/* Match the product detail while keeping configurator styles scoped to this module. */
.gks-benefits{max-width:1440px;margin:0 auto 4rem;padding:48px 40px 28px;border-radius:24px;background:#faf6ef;color:#513b2d}
.gks-benefits-heading{max-width:760px;margin:0 auto 36px;text-align:center}
.gks-benefits-eyebrow{display:block;margin-bottom:14px;color:#946034;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.gks-benefits-heading h2{margin:0 0 18px;font-size:2rem;line-height:1.25;color:#36261c}
.gks-benefits-heading p{margin:0;line-height:1.8;color:#746354}
.gks-benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}
.gks-benefits-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:18px;border-radius:50%;background:#f0e2cf;color:#996232;font-size:1.5rem}
.gks-benefits-grid h3{font-size:1.15rem;line-height:1.4;margin:0 0 12px;color:#473123}
.gks-benefits-grid p{font-size:.95rem;line-height:1.8;margin:0;color:#746354}
.gks-benefits-note{margin:32px 0 0;padding-top:24px;border-top:1px solid #e8dccb;text-align:center;font-size:.95rem;line-height:1.7;color:#78573d}
@media(max-width:1100px){.gks-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}}
@media(max-width:575px){.gks-benefits{padding:30px 22px 24px;border-radius:18px;margin-bottom:2rem}.gks-benefits-heading{margin-bottom:28px;text-align:left}.gks-benefits-heading h2{font-size:1.55rem}.gks-benefits-grid{grid-template-columns:minmax(0,1fr);gap:26px}.gks-benefits-icon{width:44px;height:44px;margin-bottom:12px}.gks-benefits-note{text-align:left}}
.gks{max-width:1440px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);gap:28px;align-items:start;margin:1rem auto 3rem}
.gks-gallery{position:sticky;top:100px;min-width:0}
.gks-photo{position:relative;margin:0;border:1px solid #e9e1db;border-radius:24px;overflow:hidden;background:#fff}
.gks-photo-badge{display:inline-flex;gap:.55rem;align-items:center;margin:22px 24px 0;padding:8px 14px;border-radius:30px;background:#f7f0e4;color:#714b31;font-size:.9rem;font-weight:600}
.gks-photo-stage{min-height:350px;display:grid;place-items:center;padding:16px 32px 0}
.gks-photo-stage img{display:block;width:100%;max-width:440px;height:auto;object-fit:contain;aspect-ratio:381/492}
.gks-photo figcaption{padding:10px 28px 26px;text-align:center}
.gks-photo figcaption strong{display:block;color:#51362b;font-size:1.15rem;margin-bottom:8px}
.gks-photo figcaption span{display:block;font-size:.85rem;line-height:1.5;color:#777}
.gks-gallery-note{display:flex;gap:14px;padding:22px 24px;color:#685343;font-size:.95rem;line-height:1.6}
.gks-gallery-note i{margin-top:5px;color:#aa744f;font-size:1.2rem}
.gks-form{background:#f8f1e5;border:1px solid #ead9c3;border-radius:24px;padding:28px;min-width:0}
.gks-heading h1{font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 12px;color:#241b16}
.gks-intro{font-size:1rem;line-height:1.6;color:#65574c;margin-bottom:26px}
.gks-form fieldset{margin-bottom:24px}
.gks legend{font-size:1rem;color:#4b382a;margin-bottom:12px}
.gks legend>span{background:#eadbc6;color:#6f4c2f;width:1.5rem;height:1.5rem;font-size:.8rem}
.gks-choices{gap:8px}
.gks-choices label{min-width:0}
.gks-choices label>span{border-color:#dfd3c4;border-radius:10px;padding:12px 10px;min-height:50px;font-size:.95rem}
.gks-choices input:checked+span{border-color:#a56e3b;background:#fffaf2;padding:11px 9px;box-shadow:0 0 0 1px #a56e3b20}
.gks-choices label:hover>span{border-color:#a56e3b;background:#fffaf2}
.gks-preparation label>span{min-height:92px;font-size:1rem}
.gks-preparation .gks-brew{transform:scale(1.1);margin-bottom:6px}
.gks-choices small{font-size:.78rem;color:#8a532a;margin-top:5px}
.gks-quantity label{max-width:none}
.gks-summary{padding:24px 0 0;border:0;border-top:1px solid #e0d1be;border-radius:0;background:transparent}
.gks-summary h2{font-size:1.25rem;color:#36261c;margin:0 0 14px}
.gks-summary h3{margin:0 0 6px;font-size:1.02rem;color:#493528}
.gks-summary [data-description]{font-size:.9rem;line-height:1.6;color:#6a594d;margin-bottom:12px}
.gks-equation{display:inline-block;font-size:.9rem;background:#fff;padding:8px 12px;border-radius:7px;margin-bottom:18px;color:#63472e}
.gks .gks-quantity-heading{display:flex;align-items:center;flex-wrap:wrap;gap:6px 8px}
.gks .gks-quantity-heading>span{flex-shrink:0;margin:0}
.gks .gks-quantity-heading .gks-equation{margin:0 0 0 auto;padding:6px 8px;font-size:.72rem;line-height:1.4;font-weight:400}
@media(max-width:575px){.gks .gks-quantity-heading .gks-equation{flex-basis:100%;margin-left:32px;width:fit-content;flex-grow:0}}
.gks-price-label{font-size:.85rem;color:#6a594d;margin:0 0 16px}
.gks [data-price]{font-size:2rem;font-weight:700;line-height:1.2;color:#df0000;margin:5px 0 0}
.gks .gks-buy{padding:0}
.gks .gks-buy .add-to-cart{width:100%;padding:14px 22px;background:#eb7a00;border:1px solid #eb7a00;border-radius:30px;color:#fff;font-size:1.1rem;font-weight:700;box-shadow:0 4px 12px #b85c0018;transition:background .15s,box-shadow .15s}
.gks .gks-buy .add-to-cart:hover:not(:disabled){background:#ce6900;border-color:#ce6900;box-shadow:0 5px 16px #b85c0030}
.gks .gks-buy .add-to-cart:focus-visible{outline:3px solid #225d97;outline-offset:3px}
.gks .gks-buy .add-to-cart:disabled{opacity:.5;box-shadow:none}
.gks-shipping{display:flex;gap:12px;font-size:.82rem;line-height:1.65;color:#786657;margin:18px 0 0}
.gks-shipping i{font-size:1.2rem;margin-top:3px;color:#9d7a56}
.gks [data-status]:empty{display:none}
.gks [data-status]{font-size:.9rem;color:#80532d}
@media(max-width:991px){.gks{gap:18px;grid-template-columns:minmax(0,.85fr) minmax(0,1fr)}.gks-form{padding:22px}.gks-photo-stage{min-height:220px;padding:12px}.gks-heading h1{font-size:1.7rem}.gks [data-filter]{flex-wrap:wrap}.gks [data-filter] label{min-width:calc(50% - 8px)}}
@media(max-width:767px){.gks{display:flex;flex-direction:column;gap:18px;margin-top:10px}.gks-gallery{position:static;width:100%}.gks-photo{border-radius:18px}.gks-photo-stage{min-height:0;padding:0 20px}.gks-photo-stage img{width:auto;height:280px;max-width:100%}.gks-photo-badge{margin:14px 16px 0;padding:5px 11px;font-size:.8rem}.gks-photo figcaption{padding:8px 18px 18px}.gks-photo figcaption strong{font-size:1rem}.gks-photo figcaption span{font-size:.78rem}.gks-gallery-note{display:none}.gks-form{width:100%;border-radius:18px;padding:22px 18px}.gks-heading h1{font-size:1.7rem}.gks-intro{font-size:.95rem}.gks-summary{padding:22px 0 0}.gks-choices label{min-width:0}.gks-quantity label{min-width:0}.gks-quantity label>span{padding:10px 5px}.gks-quantity input:checked+span{padding:9px 4px}.gks [data-filter] label{min-width:calc(50% - 8px)}}

.gks-popular::after{content:"\f005";font-family:FontAwesome;position:absolute;top:5px;right:6px;font-size:10px;line-height:1;color:#996232;pointer-events:none}
.gks-popular-note{display:flex;align-items:center;gap:6px;width:fit-content;margin:-8px 0 18px;padding:5px 10px;border-radius:20px;background:#eadbc6;color:#6f4c2f;font-size:.76rem;line-height:1.4}
