
:root { --gp-cart-width: 100vw; }
@media (min-width: 500px) { :root { --gp-cart-width: 420px; } }
.gp-cart-bubble{display:flex!important;align-items:center!important;justify-content:center!important;position:absolute!important;top:2px!important;right:0!important;width:20px!important;min-width:20px!important;height:20px!important;max-height:20px!important;padding:0!important;border-radius:50%!important;background:#000!important;color:#fff!important;font-size:11px!important;font-weight:700!important;line-height:1!important;box-sizing:border-box!important;pointer-events:none!important;overflow:visible!important}
.gp-cart-bubble--zero{display:none}
.gp-cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;z-index:998}
.gp-cart-open .gp-cart-backdrop{opacity:1;visibility:visible}
.gp-cart{position:fixed;top:0;right:0;width:var(--gp-cart-width);max-width:100vw;height:100vh;height:100dvh;background:#fff;color:#111;z-index:999;display:flex;flex-direction:column;font-family:Montserrat,system-ui,sans-serif;transform:translateX(100%);transition:transform .3s ease;box-shadow:-2px 0 20px rgba(0,0,0,.1);overflow:hidden}
.gp-cart-open .gp-cart{transform:translateX(0)}
.gp-cart__head{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.4rem 1.6rem;border-bottom:1px solid #eee;flex-shrink:0}
.gp-cart__title{margin:0;font-size:1.6rem;font-weight:700;letter-spacing:.01em;grid-column:2;text-align:center}
.gp-cart__close{background:none;border:none;cursor:pointer;padding:.6rem;color:#111;display:flex;grid-column:3;justify-self:end}
.gp-cart__urgency{background:#111;color:#fff;text-align:center;font-size:1.25rem;font-weight:600;padding:.9rem 1rem;line-height:1.3}
.gp-cart__urgency[hidden]{display:none}
.gp-cart__progress{padding:1.4rem 1.6rem .6rem;border-bottom:1px solid #f3f3f3}
.gp-cart__msg{margin:0 0 1.2rem;font-size:1.3rem;text-align:center;line-height:1.45}
.gp-cart__msg b{font-weight:700}
.gp-cart__bar{position:relative;padding:0 1.4rem 1.4rem;min-height:6rem}
/* line/fill span from center of leftmost circle to center of rightmost — circles are 2.6rem so center is 1.3rem from edge */
/* !important on display because Dawn theme has a broad div:empty display:none rule */
.gp-cart__bar-line{display:block!important;position:absolute;top:1.1rem;left:2.7rem;right:2.7rem;height:.4rem;background:#e0e0e0;border-radius:999px;z-index:0}
.gp-cart__bar-fill{display:block!important;position:absolute;top:1.1rem;left:2.7rem;height:.4rem;background:#111;border-radius:999px;transition:width .35s ease;max-width:calc(100% - 5.4rem);z-index:1}
.gp-cart__stops{position:relative;z-index:2;display:flex;justify-content:space-between;width:100%;align-items:flex-start;padding-top:0}
.gp-cart__stop{display:flex;flex-direction:column;align-items:center;width:33%;text-align:center}
.gp-cart__stop-circle{width:2.6rem;height:2.6rem;border-radius:50%;background:#e8e8e8;display:flex;align-items:center;justify-content:center;color:#777;font-size:1.3rem;transition:background .2s,color .2s}
.gp-cart__stop[data-reached="1"] .gp-cart__stop-circle{background:#111;color:#fff}
.gp-cart__stop-label{font-size:1rem;color:#666;margin-top:.4rem;font-weight:500}
.gp-cart__items{flex:1;overflow-y:auto;padding:0}
.gp-cart__empty{margin:0;padding:8rem 2rem;text-align:center;font-size:1.7rem;color:#555;font-weight:500}
.gp-cart__item{display:flex;align-items:flex-start;gap:1.2rem;padding:1.4rem 1.6rem;border-bottom:1px solid #f3f3f3}
.gp-cart__item-img{width:6.8rem;height:6.8rem;background:#f4f4f4;border-radius:.6rem;object-fit:cover;flex-shrink:0}
.gp-cart__item-body{flex:1;min-width:0}
.gp-cart__item-name{font-size:1.3rem;font-weight:700;margin:0 0 .35rem;line-height:1.3}
.gp-cart__item-size{font-size:1.2rem;color:#777;margin:0 0 .5rem}
.gp-cart__item-prices{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap;font-size:1.3rem}
.gp-cart__item-compare{color:#999;text-decoration:line-through}
.gp-cart__item-price{font-weight:700;color:#111}
.gp-cart__item-save{color:#0a8a3a;font-weight:700}
.gp-cart__item-qty{display:inline-flex;align-items:center;margin-top:1rem;border:1px solid #ddd;border-radius:.4rem;overflow:hidden}
.gp-cart__item-qty button{background:#fff;border:none;width:2.8rem;height:2.8rem;font-size:1.6rem;cursor:pointer;color:#111;display:flex;align-items:center;justify-content:center;line-height:1}
.gp-cart__item-qty button:hover{background:#f5f5f5}
.gp-cart__item-qty span{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;font-weight:600;font-size:1.3rem;border-left:1px solid #ddd;border-right:1px solid #ddd;height:2.8rem}
.gp-cart__item-remove{background:none;border:none;cursor:pointer;color:#999;padding:.4rem;margin-left:auto;flex-shrink:0;display:flex;align-self:flex-start}
.gp-cart__item-remove:hover{color:#111}
.gp-cart__item--free .gp-cart__item-remove{visibility:hidden}
.gp-cart__foot{flex-shrink:0;border-top:1px solid #eee;background:#fff;padding-bottom:env(safe-area-inset-bottom,0)}
.gp-cart__trust{display:flex;justify-content:space-around;gap:.5rem;padding:.9rem 1rem;font-size:1rem;color:#666;background:#fafafa;border-top:1px solid #f3f3f3}
.gp-cart__trust span{display:flex;align-items:center;gap:.4rem}
.gp-cart__checkout{display:flex;align-items:center;justify-content:center;width:100%;background:#111;color:#fff;border:none;padding:1.6rem;font-size:1.5rem;font-weight:700;cursor:pointer;letter-spacing:.05em}
.gp-cart__checkout:disabled{opacity:.45;cursor:not-allowed}
.gp-cart__checkout:not(:disabled):hover{background:#000}
body.gp-cart-open{overflow:hidden}
/* ATC button injected on product pages */
.gp-atc{display:flex;align-items:center;justify-content:center;width:100%;background:#111;color:#fff;border:none;padding:1.8rem;font-size:1.9rem;font-weight:700;cursor:pointer;letter-spacing:.08em;margin:1.6rem 0;border-radius:0;text-transform:uppercase;transition:background .15s}
.gp-atc:hover{background:#000}
.gp-atc.gp-atc--flash{background:#0a8a3a}
