.cart-buy-box{background:#101612;border:1px solid #303832;margin:1.5rem 0;padding:clamp(1.25rem,3vw,2rem);position:relative}
.cart-buy-box h3{color:#f2f4f1;font-size:1.35rem;margin:0 0 1rem;padding-right:76px;text-transform:uppercase}
.cart-option-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1.25rem}
.cart-option-grid label,.cart-line label{color:#d5d9d5;display:grid;font-size:.9rem;gap:.4rem}
.cart-option-grid select,.cart-option-grid input,.cart-line input{background:#fff;border:1px solid #aeb5af;border-radius:0;color:#111;font:inherit;padding:.75rem;width:100%}
.cart-button-row{display:block}
.cart-buy-box button,.cart-checkout-button{cursor:pointer}
.cart-status{color:var(--green);font-weight:700;min-height:1.5em;margin:.9rem 0 0}
.cart-view-button{justify-content:center;margin-top:1rem;text-align:center;width:100%}
.cart-error{color:#ff9f8f!important}
.cart-link{align-items:center;background:transparent!important;border:1px solid var(--green)!important;display:inline-flex!important;height:52px;justify-content:center;padding:0!important;position:relative;width:58px}
.cart-link svg{fill:none;height:31px;stroke:var(--green);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;width:31px}
.cart-count-badge{align-items:center;background:#d92d20;border:2px solid #101612;border-radius:999px;color:#fff;display:flex;font-size:.75rem;font-weight:900;height:23px;justify-content:center;min-width:23px;padding:0 5px;position:absolute;right:-9px;top:-10px}
.cart-count-badge[hidden]{display:none}
.cart-sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}
.cart-page-section{background:#eef0ed;color:#171c18;min-height:60vh;padding:clamp(3rem,8vw,7rem) clamp(1.25rem,6vw,6rem)}
.cart-page-section .eyebrow{color:#496600}
.cart-page-header p{color:#3f4941}
.cart-page-header{margin-bottom:2rem;max-width:900px}
.cart-page-header h1{font-size:clamp(3.5rem,9vw,7.5rem);font-style:italic;line-height:.9;margin:.5rem 0 1rem;text-transform:uppercase}
.checkout-message{background:#fff3cc;border-left:4px solid #c58a00;margin:0 0 1.5rem;padding:1rem}
.cart-line{align-items:center;background:#fff;border:1px solid #c9ceca;display:grid;gap:1.25rem;grid-template-columns:minmax(0,1fr) 110px 120px auto;margin-bottom:1rem;padding:1.4rem}
.cart-line h2{font-size:1.45rem;margin:.25rem 0}
.cart-line p{color:#4b534d;margin:.3rem 0}
.cart-line strong{font-size:1.2rem;text-align:right}
.cart-remove{background:transparent;border:0;color:#7a201b;cursor:pointer;text-decoration:underline}
.cart-summary{background:#0b100d;color:#f2f4f1;margin-top:2rem;padding:clamp(1.5rem,4vw,3rem)}
.cart-total{align-items:center;border-bottom:1px solid #39413b;display:flex;font-size:1.35rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}
.cart-summary-note{color:#c9ceca;line-height:1.6}
.cart-checkout-button{margin-top:1rem;width:100%}
.cart-checkout-button:disabled{cursor:not-allowed;opacity:.55}
.cart-empty{background:#fff;border:1px solid #c9ceca;color:#171c18;padding:clamp(2rem,5vw,4rem)}
.cart-empty h2{color:#171c18}
.cart-empty p{color:#4b534d}
.cart-empty .button{background:#263600;border-color:#263600;color:#fff}
@media(max-width:760px){.cart-option-grid{grid-template-columns:1fr}.cart-line{grid-template-columns:1fr 90px}.cart-line strong{text-align:left}.cart-remove{text-align:left}.cart-button-row .button{width:100%}}

.cart-buy-box .cart-link{position:absolute;right:clamp(1.25rem,3vw,2rem);top:1rem}
.cart-add-button{font-size:1rem;min-height:58px;width:100%}
.cart-delivery-choice{border:1px solid #536057;margin:0 0 1rem;padding:1rem}
.cart-delivery-choice legend{color:#f2f4f1;font-size:1rem;font-weight:800;padding:0 .45rem}
.cart-delivery-choice label{align-items:center;background:#18201b;border:1px solid #3e4941;color:#f2f4f1;cursor:pointer;display:flex;gap:.85rem;margin:.65rem 0 0;padding:.85rem}
.cart-delivery-choice label:has(input:checked){border-color:var(--green)}
.cart-delivery-choice input{accent-color:var(--green);height:1.25rem;width:1.25rem}
.cart-delivery-choice span{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}
.cart-delivery-choice small{color:#d5d9d5;font-size:.95rem}
.paypal-shipping-button{align-items:center;justify-content:center;min-height:58px;width:min(100%,520px)}
.header-cart{flex:0 0 58px;margin-left:clamp(.75rem,2vw,1.5rem)}
@media(max-width:760px){.cart-add-button{width:100%!important}.cart-delivery-choice span{align-items:flex-start;flex-direction:column;gap:.25rem}.header-cart{height:46px;width:50px}.header-cart svg{height:27px;width:27px}.site-header nav{gap:.75rem}.site-header nav a{font-size:.72rem}}
