body.sf-layout-v3 .sf-store-heading{padding-bottom:12px}
.sf-store-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:22px}
.sf-store-cart-button{border:1px solid #4c654e;background:#151d16;color:#edf4e9;border-radius:999px;padding:11px 16px;font-weight:900;cursor:pointer}
.sf-store-cart-button span{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-left:6px;padding:0 6px;border-radius:999px;background:#a5ca8d;color:#10160f;font-size:.78rem}
.sf-store-toolbar{display:grid;grid-template-columns:minmax(250px,.65fr) minmax(0,1.35fr);gap:18px;align-items:end;margin-bottom:18px}
.sf-store-toolbar h2{margin:.35rem 0 0;font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.045em}
.sf-store-tools{display:grid;gap:10px;justify-items:stretch}
.sf-store-tools input{width:100%;border:1px solid #354538;background:#101510;color:#f5f7f2;border-radius:10px;padding:12px 14px;font:inherit;outline:none}
.sf-store-tools input:focus{border-color:#86ab72;box-shadow:0 0 0 3px rgba(134,171,114,.12)}
.sf-store-categories{display:flex;gap:7px;flex-wrap:wrap}
.sf-store-categories button{border:1px solid #344637;background:#111712;color:#b7c4b2;border-radius:999px;padding:8px 11px;font:inherit;font-size:.78rem;font-weight:850;cursor:pointer}
.sf-store-categories button[aria-pressed="true"]{border-color:#83a971;background:#203023;color:#f3f7ef}
.sf-store-status{padding:18px;border:1px dashed #3e5140;border-radius:12px;color:#a8b5a4;text-align:center}
.sf-store-fallback{padding:25px;border:1px solid #5a5137;border-radius:14px;background:linear-gradient(145deg,rgba(198,163,90,.07),transparent 55%),#151813;margin-bottom:18px}
.sf-store-fallback strong{display:block;font-size:1.08rem}.sf-store-fallback p{color:#a6afa1}.sf-store-fallback .sf-primary{margin-top:7px}
.sf-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.sf-product-card{overflow:hidden;border:1px solid #303c31;border-radius:14px;background:#141914;display:flex;flex-direction:column;min-width:0}
.sf-product-image{aspect-ratio:4/3;background:radial-gradient(circle at 50% 35%,#2a392b,#111611 68%);overflow:hidden;display:grid;place-items:center;border-bottom:1px solid #2f3b30}
.sf-product-image img{width:100%;height:100%;object-fit:cover;display:block}
.sf-product-image span{font-size:3rem;opacity:.28}
.sf-product-body{padding:18px;display:flex;flex:1;flex-direction:column;gap:10px}
.sf-product-meta{display:flex;gap:7px;align-items:center;flex-wrap:wrap}
.sf-product-category,.sf-product-stock{display:inline-flex;align-items:center;border:1px solid #38503b;border-radius:999px;padding:5px 8px;font-size:.65rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#bbd4b4}
.sf-product-stock.sold{color:#f4b8ae;border-color:#74483f}
.sf-product-card h3{margin:0;font-size:1.25rem;line-height:1.15}
.sf-product-desc{margin:0;color:#9ba699;line-height:1.55;font-size:.85rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.sf-product-buy{margin-top:auto;display:grid;gap:9px;padding-top:4px}
.sf-product-buy select{width:100%;border:1px solid #364538;background:#0f140f;color:#eef3ec;border-radius:9px;padding:10px;font:inherit}
.sf-product-price{font-weight:950;font-size:1.15rem;color:#f5f5e9}
.sf-product-add{width:100%;border:1px solid #67835c;background:#263c28;color:#eef8e8;border-radius:10px;padding:11px 12px;font:inherit;font-weight:950;cursor:pointer}
.sf-product-add:hover{border-color:#a6ce8c;background:#304b33}.sf-product-add:disabled{opacity:.45;cursor:not-allowed}
.sf-store-notes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.sf-store-notes article{padding:25px;border:1px solid #303d31;border-radius:14px;background:#141914}
.sf-store-notes h2{margin:.35rem 0 .55rem}.sf-store-notes p{margin:0;color:#9ba699;line-height:1.6}.sf-store-notes a{display:inline-block;margin-top:14px;color:#c8e5b8;font-weight:900;text-decoration:none}
.sf-cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:1200;backdrop-filter:blur(2px)}
.sf-cart{position:fixed;z-index:1210;top:0;right:0;width:min(440px,100vw);height:100dvh;background:#0e140f;border-left:1px solid #415443;box-shadow:-20px 0 60px rgba(0,0,0,.45);padding:22px;transform:translateX(105%);transition:transform .2s ease;overflow:auto}
.sf-cart.open{transform:translateX(0)}
.sf-cart-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding-bottom:15px;border-bottom:1px solid #2d3d30}.sf-cart-head h2{margin:.25rem 0 0;font-size:2rem}.sf-cart-head button{width:42px;height:42px;border:1px solid #3c4c3e;background:#141a15;color:#fff;border-radius:10px;font-size:1.6rem;cursor:pointer}
.sf-cart-items{display:grid;gap:9px;padding:15px 0}.sf-cart-empty{padding:28px 0;color:#96a393;text-align:center}
.sf-cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;border:1px solid #2f3d31;border-radius:11px;background:#131914}.sf-cart-item strong{display:block}.sf-cart-item small{display:block;color:#96a493;margin-top:3px}.sf-cart-item-controls{display:flex;gap:6px;align-items:center;margin-top:9px}.sf-cart-item-controls button{width:30px;height:30px;border:1px solid #3c4d3e;background:#111711;color:#eef4ea;border-radius:7px;cursor:pointer}.sf-cart-item-controls span{min-width:24px;text-align:center;font-weight:900}.sf-cart-remove{align-self:start;border:0;background:transparent;color:#e5a89f;cursor:pointer;font-weight:900}
.sf-cart-total{display:flex;justify-content:space-between;gap:20px;padding:17px 0;border-top:1px solid #314033;border-bottom:1px solid #314033;font-size:1.1rem}.sf-cart-total strong{font-size:1.25rem}.sf-cart-note{color:#8f9c8d;line-height:1.5;font-size:.78rem}.sf-cart-checkout{width:100%;border:0;cursor:pointer}.sf-cart-checkout:disabled{opacity:.45;cursor:not-allowed}.sf-cart-message{margin-top:10px;color:#d7e7d2;font-size:.8rem;line-height:1.45}
@media(max-width:1000px){.sf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sf-store-toolbar{grid-template-columns:1fr}}
@media(max-width:650px){.sf-product-grid,.sf-store-notes{grid-template-columns:1fr}.sf-store-actions{align-items:stretch}.sf-store-actions>*{width:100%;text-align:center}.sf-cart{width:100vw}.sf-product-body{padding:15px}}
.sf-checkout-toast{position:fixed;z-index:1300;left:50%;bottom:28px;transform:translateX(-50%);width:min(620px,calc(100vw - 32px));padding:14px 18px;border:1px solid #7da36d;border-radius:12px;background:#162419;color:#edf6e9;box-shadow:0 16px 50px rgba(0,0,0,.46);font-weight:850;text-align:center}
html.sf-checkout-returning body{visibility:hidden}
@media(max-width:650px){.sf-checkout-toast{bottom:16px}}

/* 0.4.2 contrast pass: make Store controls readable against the dark wildlife theme. */
.sf-store-tools input{
  border-color:#607962;
  background:#18231a;
  color:#f4f8f1;
  caret-color:#d8efca;
}
.sf-store-tools input::placeholder{color:#aebca9;opacity:1}
.sf-store-tools input:hover{border-color:#78937a;background:#1b281d}
.sf-store-tools input:focus{border-color:#9bc58a;background:#1d2b1f;box-shadow:0 0 0 3px rgba(155,197,138,.16)}

.sf-store-categories button{
  border-color:#58705b;
  background:#1d2a1f;
  color:#e6efe1;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.sf-store-categories button:hover{
  border-color:#89aa7d;
  background:#2b3d2e;
  color:#fff;
}
.sf-store-categories button[aria-pressed="true"]{
  border-color:#b1d99b;
  background:#9bc982;
  color:#101610;
  box-shadow:0 0 0 1px rgba(177,217,155,.12),0 4px 14px rgba(0,0,0,.18);
}
.sf-store-categories button:focus-visible{outline:3px solid rgba(177,217,155,.35);outline-offset:2px}

.sf-product-buy select{
  color-scheme:dark;
  border-color:#607a63;
  background:#1a261c;
  color:#f4f8f1;
  font-weight:700;
  outline:none;
}
.sf-product-buy select:hover{border-color:#85a77d;background:#1e2d21}
.sf-product-buy select:focus{border-color:#a8d094;box-shadow:0 0 0 3px rgba(168,208,148,.15)}
.sf-product-buy select option{background:#172119;color:#f4f8f1}

/* 0.4.3 cart drawer contrast pass.
   The cart lives outside <main>, so it needs explicit dark-surface text colors. */
.sf-cart{
  color:#eef4ea;
}
.sf-cart-head h2{
  color:#f7f8ef!important;
  -webkit-text-fill-color:#f7f8ef!important;
}
.sf-cart-item strong{
  color:#f7f8ef!important;
  -webkit-text-fill-color:#f7f8ef!important;
}
.sf-cart-item small{
  color:#b9c8b5!important;
  -webkit-text-fill-color:#b9c8b5!important;
}
.sf-cart-item-controls span{
  color:#edf5e9!important;
  -webkit-text-fill-color:#edf5e9!important;
}
.sf-cart-total{
  color:#d9e6d4!important;
  -webkit-text-fill-color:#d9e6d4!important;
}
.sf-cart-total strong{
  color:#fffdf4!important;
  -webkit-text-fill-color:#fffdf4!important;
}
.sf-cart-note{
  color:#c0cdbb!important;
  -webkit-text-fill-color:#c0cdbb!important;
}
.sf-cart-empty{
  color:#b9c8b5!important;
  -webkit-text-fill-color:#b9c8b5!important;
}

/* Square catalog product detail / gallery / modifier support. */
.sf-product-image{border:0;padding:0;width:100%;cursor:pointer;color:inherit}
.sf-product-image:hover img{transform:scale(1.025)}
.sf-product-image img{transition:transform .18s ease}
.sf-product-title{border:0;background:transparent;color:inherit;padding:0;text-align:left;cursor:pointer;font:inherit}
.sf-product-title h3{margin:0}
.sf-product-title:hover h3{color:#d8efca}
.sf-product-features{display:flex;gap:6px;flex-wrap:wrap}
.sf-product-feature{display:inline-flex;align-items:center;border:1px solid #425746;background:#18211a;color:#aebda9;border-radius:999px;padding:4px 7px;font-size:.58rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}
.sf-product-card-bottom{margin-top:auto;display:grid;gap:10px;padding-top:4px}
.sf-product-view{width:100%;border:1px solid #67835c;background:#263c28;color:#eef8e8;border-radius:10px;padding:11px 12px;font:inherit;font-weight:950;cursor:pointer}
.sf-product-view:hover{border-color:#a6ce8c;background:#304b33}.sf-product-view:disabled{opacity:.45;cursor:not-allowed}

.sf-product-modal-backdrop{position:fixed;inset:0;z-index:1400;background:rgba(2,7,3,.76);backdrop-filter:blur(5px)}
.sf-product-modal{position:fixed;inset:0;z-index:1410;padding:28px;display:grid;place-items:center;pointer-events:none;opacity:0;transition:opacity .16s ease}
.sf-product-modal.open{pointer-events:auto;opacity:1}
.sf-product-modal-shell{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);width:min(1120px,100%);max-height:calc(100dvh - 56px);overflow:auto;border:1px solid #536d56;border-radius:20px;background:#101711;box-shadow:0 35px 110px rgba(0,0,0,.62)}
.sf-product-modal-close{position:absolute;right:14px;top:14px;z-index:4;width:44px;height:44px;border:1px solid #58705b;border-radius:11px;background:#152019;color:#fff;font-size:1.65rem;line-height:1;cursor:pointer}
.sf-product-modal-close:hover{border-color:#9bc58a;background:#213024}
.sf-product-modal-gallery{padding:22px;border-right:1px solid #324235;background:linear-gradient(145deg,#18221a,#101611)}
.sf-product-modal-main{min-height:420px;aspect-ratio:4/3;display:grid;place-items:center;overflow:hidden;border:1px solid #384b3b;border-radius:15px;background:radial-gradient(circle at 50% 35%,#2a392b,#111611 68%)}
.sf-product-modal-main img{width:100%;height:100%;object-fit:contain;display:block;background:#0d120e}
.sf-product-modal-main span{font-size:4rem;opacity:.25}
.sf-product-modal-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}
.sf-product-modal-thumbs button{aspect-ratio:1;border:1px solid #405443;border-radius:9px;padding:3px;background:#111812;overflow:hidden;cursor:pointer}
.sf-product-modal-thumbs button[aria-pressed="true"]{border-color:#b0d999;box-shadow:0 0 0 2px rgba(176,217,153,.16)}
.sf-product-modal-thumbs img{width:100%;height:100%;object-fit:cover;border-radius:6px}
.sf-product-modal-info{padding:34px 32px 30px;display:flex;flex-direction:column;gap:16px;color:#edf4e9}
.sf-product-modal-info h2{margin:0;padding-right:42px;font-size:clamp(2rem,4vw,3.2rem);line-height:.96;letter-spacing:-.045em;color:#f7f8ef!important;-webkit-text-fill-color:#f7f8ef!important}
.sf-product-modal-meta{display:flex;gap:7px;flex-wrap:wrap;padding-right:48px}
.sf-product-modal-description{margin:0;color:#b7c5b3;white-space:pre-line;line-height:1.6;font-size:.94rem}
.sf-product-option-block{display:grid;gap:7px}
.sf-product-option-block label{font-weight:900;color:#e8f0e4}
.sf-product-option-block select{width:100%;border:1px solid #607a63;background:#1a261c;color:#f4f8f1;border-radius:9px;padding:11px 12px;font:inherit;font-weight:750;color-scheme:dark;outline:none}
.sf-product-option-block select:focus{border-color:#a8d094;box-shadow:0 0 0 3px rgba(168,208,148,.15)}
.sf-product-modifiers{display:grid;gap:12px}
.sf-modifier-list{margin:0;padding:0;border:0;min-width:0}
.sf-modifier-list legend{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:0 0 8px;font-weight:950;color:#eef5ea}
.sf-modifier-list legend small{font-size:.72rem;color:#9eb199;font-weight:800;text-align:right}
.sf-modifier-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
.sf-modifier-option{position:relative;display:flex;align-items:center;gap:9px;min-height:58px;border:1px solid #405443;border-radius:10px;padding:9px 10px;background:#151e17;cursor:pointer;transition:border-color .15s ease,background .15s ease}
.sf-modifier-option:hover{border-color:#77957a;background:#1b281d}
.sf-modifier-option:has(input:checked){border-color:#a5ce8e;background:#233326;box-shadow:inset 0 0 0 1px rgba(165,206,142,.08)}
.sf-modifier-option.sold{opacity:.48;cursor:not-allowed}
.sf-modifier-option input{accent-color:#9dca83;width:17px;height:17px;flex:0 0 auto}
.sf-modifier-option>img{width:44px;height:44px;object-fit:cover;border-radius:7px;border:1px solid #405443}
.sf-modifier-option span{min-width:0;display:block}
.sf-modifier-option strong,.sf-modifier-option small,.sf-modifier-option em{display:block}
.sf-modifier-option strong{color:#f1f6ee;font-size:.86rem;line-height:1.25}
.sf-modifier-option small{color:#a9b8a5;font-size:.72rem;margin-top:3px}
.sf-modifier-option em{color:#e1a79e;font-size:.66rem;margin-top:2px;font-style:normal;font-weight:900;text-transform:uppercase}
.sf-product-modal-validation{min-height:18px;color:#f0b5aa;font-size:.78rem;font-weight:800;line-height:1.4}
.sf-product-modal-purchase{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-top:14px;border-top:1px solid #334436}
.sf-product-modal-purchase>div:first-child span,.sf-product-quantity>span{display:block;color:#9eaea0;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px}
.sf-product-modal-purchase>div:first-child strong{font-size:1.55rem;color:#fffdf4}
.sf-product-quantity{text-align:right}
.sf-product-quantity>div{display:flex;align-items:center;gap:8px}
.sf-product-quantity button{width:34px;height:34px;border:1px solid #4b604e;border-radius:8px;background:#151d16;color:#f0f5ed;font-size:1.1rem;cursor:pointer}
.sf-product-quantity strong{min-width:24px;text-align:center;color:#f4f8f1}
.sf-product-modal-add{width:100%;border:0;cursor:pointer;text-align:center;padding:13px 16px}
.sf-product-modal-add:disabled{opacity:.45;cursor:not-allowed}
.sf-cart-modifiers{margin:7px 0 0;color:#b6c7b2;font-size:.72rem;line-height:1.45}

@media(max-width:850px){
  .sf-product-modal{padding:14px}
  .sf-product-modal-shell{grid-template-columns:1fr;max-height:calc(100dvh - 28px)}
  .sf-product-modal-gallery{border-right:0;border-bottom:1px solid #324235;padding:15px}
  .sf-product-modal-main{min-height:260px}
  .sf-product-modal-thumbs{grid-template-columns:repeat(6,minmax(0,1fr))}
  .sf-product-modal-info{padding:24px 18px 22px}
}
@media(max-width:560px){
  .sf-product-modal{padding:0;align-items:stretch}
  .sf-product-modal-shell{border-radius:0;max-height:100dvh;min-height:100dvh;border-left:0;border-right:0}
  .sf-product-modal-gallery{padding:10px}
  .sf-product-modal-main{min-height:235px;aspect-ratio:1}
  .sf-product-modal-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}
  .sf-modifier-options{grid-template-columns:1fr}
  .sf-product-modal-purchase{align-items:center}
}

/* Product image fit pass: preserve the full Square catalog image wherever practical. */
.sf-product-image{
  background:radial-gradient(circle at 50% 35%,#2a392b,#111611 68%);
}
.sf-product-image img{
  object-fit:contain;
  object-position:center;
  background:#0d120e;
}
.sf-product-image:hover img{transform:scale(1.012)}

.sf-product-modal-main{
  aspect-ratio:auto;
  height:clamp(360px,58vh,680px);
  min-height:0;
  padding:8px;
}
.sf-product-modal-main img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  background:#0d120e;
}
.sf-product-modal-thumbs button{
  background:#0d120e;
}
.sf-product-modal-thumbs img{
  object-fit:contain;
  object-position:center;
  background:#0d120e;
}

@media(max-width:850px){
  .sf-product-modal-main{
    height:clamp(300px,50vh,520px);
    min-height:0;
  }
}
@media(max-width:560px){
  .sf-product-modal-main{
    height:clamp(260px,44vh,420px);
    min-height:0;
    aspect-ratio:auto;
  }
}

/* === 0.7.41 Account benefits + Store pricing === */
.sf-price-benefit{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.sf-price-benefit del{color:#89968a;font-size:.78em;text-decoration-thickness:2px}
.sf-price-benefit strong{color:#f8f8ef;font-size:1em}
.sf-price-benefit small{flex-basis:100%;color:#b8dca3;font-size:.68rem;font-weight:900;letter-spacing:.035em}
.sf-product-modal-price-benefit{display:grid;gap:3px}
.sf-product-modal-price-benefit .sf-price-benefit strong{font-size:1.55rem}
.sf-cart-benefits{margin-top:12px;padding:14px;border:1px solid #435a46;border-radius:12px;background:#111a13;display:grid;gap:10px}
.sf-cart-benefits-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}
.sf-cart-benefits-head strong{color:#eef5e9}.sf-cart-benefits-head span{color:#a7b5a3;font-size:.76rem;text-align:right}
.sf-cart-benefit{display:flex;justify-content:space-between;gap:14px;padding:9px 10px;border-radius:9px;background:#18231a;border:1px solid #354a38}
.sf-cart-benefit span{display:grid;gap:2px}.sf-cart-benefit small{color:#9fab9c}.sf-cart-benefit b{color:#c8e9b3;white-space:nowrap}
.sf-store-reward-picker{display:grid;gap:6px;color:#cbd8c7;font-size:.76rem;font-weight:900}
.sf-store-reward-picker select{width:100%;border:1px solid #536d56;background:#172119;color:#f4f8f1;border-radius:9px;padding:10px 11px;font:inherit;color-scheme:dark}
.sf-cart-benefit-note{margin:0;color:#aab8a7;font-size:.72rem;line-height:1.45}
.sf-cart-benefit-note.good{color:#b9daa6}.sf-cart-benefit-note.warn{color:#e1c58f}
.sf-cart-summary{margin-top:12px;padding-top:12px;border-top:1px solid #334437;display:grid;gap:7px}
.sf-cart-summary>div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#aebbae}
.sf-cart-summary>div strong{color:#eef4eb}.sf-cart-summary #cartDiscountRow strong{color:#baddaa}
.sf-cart-summary .sf-cart-total{padding-top:7px;margin-top:2px;border-top:1px solid #2d3b30}.sf-cart-summary .sf-cart-total strong{font-size:1.25rem;color:#fffdf4}
.sf-acorn-apply{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;padding:10px;border:1px solid #66572d;border-radius:9px;background:#211d10}
.sf-acorn-apply label{display:grid;gap:5px;font-size:.75rem;font-weight:900}.sf-acorn-apply input{width:100%;border:1px solid #75663a;background:#17150c;color:#fff;border-radius:8px;padding:9px}
.sf-acorn-apply button{border:1px solid #9c8b51;background:#3a321c;color:#fff;border-radius:8px;padding:9px 12px;font-weight:900}.sf-acorn-apply small{grid-column:1/-1;color:#c2b785}
.sf-cart-signin{display:inline-flex;color:#c5e4b3;font-weight:900;text-decoration:none}.sf-cart-signin:hover{text-decoration:underline}
@media(max-width:520px){.sf-cart-benefits-head{display:grid}.sf-cart-benefits-head span{text-align:left}.sf-cart-benefit{align-items:start}.sf-acorn-apply{grid-template-columns:1fr}}
/* 0.7.41 universal Store Core / Acorn checkout additions */
.sf-acorn-actions{display:flex;gap:6px;align-items:center}
.sf-acorn-actions button{min-width:62px;cursor:pointer}
.sf-cart-summary .sf-cart-cashback-row strong{color:#e6c878}
.sf-cart-summary #cartAcornRow strong{color:#e8d38d}
@media(max-width:520px){.sf-acorn-actions{grid-column:1/-1}.sf-acorn-actions button{flex:1}}

.sf-product-cashback{margin-top:5px;color:#e4cf82;font-size:.68rem;font-weight:900;letter-spacing:.025em;line-height:1.3}
.sf-product-modal-price-benefit .sf-product-cashback{font-size:.72rem;margin-top:4px}

/* 0.7.43 — clearer multi-reward checkout and Acorn Store credit */
.sf-store-reward-picker{display:grid;gap:7px;color:#cbd8c7;font-size:.76rem;font-weight:900}
.sf-store-reward-title{display:block}
.sf-store-reward-add{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}
.sf-store-reward-add select{width:100%;min-width:0;border:1px solid #536d56;background:#172119;color:#f4f8f1;border-radius:9px;padding:10px 11px;font:inherit;color-scheme:dark}
.sf-store-reward-add button{border:1px solid #66825f;background:#233524;color:#eef7ea;border-radius:9px;padding:9px 13px;font-weight:900;cursor:pointer}
.sf-store-reward-add button:hover{background:#2c442d}
.sf-selected-rewards{display:grid;gap:6px}
.sf-selected-rewards-empty{color:#92a08f;font-weight:600}
.sf-selected-reward{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 9px;border:1px solid #47604a;border-radius:9px;background:#162119}
.sf-selected-reward span{display:grid;gap:2px;min-width:0}.sf-selected-reward strong{font-size:.78rem;color:#edf5e9}.sf-selected-reward small{font-weight:600;color:#aebba9;white-space:normal}
.sf-selected-reward.is-standby{border-color:#6f623f;background:#201d13}.sf-selected-reward.is-standby small{color:#d4c48f}
.sf-selected-reward button{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border:1px solid #75524c;border-radius:50%;background:#2b1715;color:#f2b2a9;font-size:1.2rem;line-height:1;cursor:pointer}
.sf-selected-reward button:hover{background:#46201d;color:#fff}
@media(max-width:520px){.sf-store-reward-add{grid-template-columns:1fr}.sf-store-reward-add button{width:100%}}
/* 0.8.3 catalog recovery: keep failures on TheSQRLs.com and surface owner-only diagnostics. */
.sf-store-fallback-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}
.sf-store-fallback-actions button{border:0;cursor:pointer;font:inherit}
.sf-store-fallback-actions button:disabled{opacity:.6;cursor:wait}
.sf-store-owner-diagnostic{margin-top:16px;padding:14px 15px;border:1px solid #6f6748;border-radius:10px;background:#10140f}
.sf-store-owner-diagnostic>strong{color:#eef5e8}
.sf-store-owner-diagnostic p{margin:7px 0 0;color:#c6d1c0;overflow-wrap:anywhere}
.sf-store-owner-diagnostic p:first-of-type{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#f0d9a2}


/* 0.8.5 — cleaner checkout consent */
.sf-checkout-legal{display:flex;align-items:flex-start;gap:10px;margin:13px 0 2px;padding:11px 12px;border:1px solid #4b593f;border-radius:10px;background:#101611;color:#cbd7c7;font-size:.75rem;font-weight:700;line-height:1.45;cursor:pointer}.sf-checkout-legal input{width:18px;height:18px;flex:0 0 18px;margin:1px 0 0;accent-color:#9ecf80}.sf-checkout-legal a{color:#d9efa8;font-weight:900}.sf-checkout-legal:has(input:checked){border-color:#66845b;background:#142017}.sf-cart-note{margin:13px 0 0;color:#9fac9a;font-size:.72rem;line-height:1.48}.sf-cart-checkout:disabled{opacity:.52;cursor:not-allowed}
/* 0.9.0 universal Store shell */
.store-site-shell{min-height:100vh;background:#0b0d0e;color:#f6f3ef}.store-topbar{position:sticky;top:0;z-index:50;background:rgba(10,12,13,.94);border-bottom:1px solid #34383c;backdrop-filter:blur(12px)}.store-topbar-inner{width:min(1180px,calc(100% - 32px));margin:auto;min-height:70px;display:flex;align-items:center;gap:18px}.store-brand{font-weight:950;text-decoration:none;font-size:1.15rem}.store-nav{margin-left:auto;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.store-nav a{color:#c7ccd1;text-decoration:none;border-radius:999px;padding:8px 11px;font-weight:800;font-size:.82rem}.store-nav a:hover{background:#1b1f22;color:#fff}.store-main{width:min(1180px,calc(100% - 32px));margin:auto}.store-hero{padding:56px 0 30px}.store-hero .eyebrow{font-size:.72rem;letter-spacing:.18em;font-weight:900;color:#aeb5bc}.store-hero h1{font-size:clamp(2.8rem,7vw,5rem);margin:.35rem 0 .6rem;letter-spacing:-.045em}.store-hero p{max-width:760px;color:#b2b8bf;font-size:1.05rem;line-height:1.6}.store-section{padding:28px 0 60px}.store-disabled{max-width:760px;margin:70px auto;padding:34px;border:1px solid #3a3f43;border-radius:18px;background:#14171a;text-align:center}.store-disabled h1{font-size:clamp(2.2rem,6vw,4rem);margin:.4rem 0}.store-disabled p{color:#b2b8bf;line-height:1.65}.store-footer{border-top:1px solid #2d3236;margin-top:40px;padding:28px 16px;text-align:center;color:#777f87}.store-footer a{color:#aeb5bc}.store-main .sf-product-grid,.store-main .sf-store-toolbar,.store-main .sf-store-status,.store-main .sf-store-fallback,.store-main .sf-store-notes{margin-left:0;margin-right:0}.store-main .sf-primary,.store-main .sf-secondary{display:inline-flex;text-decoration:none}.store-main .sf-store-actions{margin:18px 0 4px}.store-main .sf-soft-section{padding:10px 0 24px}.store-main .sf-section-head{display:grid;grid-template-columns:1fr 1fr;gap:20px}.store-main .sf-store-assurance{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0}.store-main .sf-store-assurance article{border:1px solid #30363c;border-radius:14px;padding:18px;background:#141719}.store-main .sf-store-assurance span{display:block;color:#9fa6ad;margin-top:7px;line-height:1.5}.store-main .section{padding:26px 0}.store-main .section-head{align-items:start}.store-main .container{width:100%;max-width:none}.store-main .breadcrumb{color:#939ba2}.store-main .breadcrumb a{color:inherit}.store-main .sf-flow-strip{display:flex;gap:9px;flex-wrap:wrap;padding:10px 0}.store-main .sf-flow-strip a,.store-main .sf-flow-strip span{padding:7px 10px;border-radius:999px;text-decoration:none;color:#b9c0c6;border:1px solid #30363c}.store-main .sf-flow-strip-wrap{border-top:1px solid #25292d;border-bottom:1px solid #25292d}.store-main.gaming-store .sf-primary,.store-main.gaming-store .sf-product-add,.gaming-store .sf-store-cart-button{border-color:#8a4a22;background:#472813;color:#fff}.gaming-store .sf-product-cashback{color:#ffb47a}.gaming-store .sf-store-tools input:focus{border-color:#e96f13;box-shadow:0 0 0 3px rgba(233,111,19,.16)}.gaming-store .sf-store-categories button[aria-pressed=true]{background:#e96f13;border-color:#ff9b42;color:#090909}.gaming-store .sf-cart{border-left-color:#62381e}.gaming-store .sf-checkout-toast{border-color:#e96f13;background:#27170e}.main-store .sf-primary{background:#2b3e2e}.main-store .sf-store-heading h1{background:linear-gradient(90deg,#ff9b42,#a2d58f);background-clip:text;-webkit-background-clip:text;color:transparent}@media(max-width:780px){.store-topbar-inner{align-items:flex-start;padding:13px 0;flex-direction:column}.store-nav{margin-left:0}.store-main .sf-section-head,.store-main .sf-store-assurance{grid-template-columns:1fr}}

/* 0.9.1 — storefronts stay visually inside their parent site. */
.sf-store-page-main{min-height:68vh;padding:34px 0 64px}.sf-store-page-container{display:grid;gap:22px}.sf-store-hero{padding:22px 0 8px}.sf-store-hero .breadcrumb{font-size:.82rem;margin-bottom:18px;opacity:.78}.sf-store-hero .breadcrumb a{color:inherit}.sf-store-hero .eyebrow{font-size:.72rem;letter-spacing:.16em;font-weight:950}.sf-store-hero h1{font-size:clamp(3rem,7vw,5.4rem);line-height:.92;margin:.35rem 0 .8rem;letter-spacing:-.055em}.sf-store-hero p{max-width:790px;font-size:1.02rem;line-height:1.65;margin:0}.sf-store-local-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.sf-store-local-nav a,.sf-store-local-nav span{border:1px solid var(--line);border-radius:999px;padding:7px 11px;text-decoration:none;color:inherit;font-size:.8rem;font-weight:800}.sf-store-local-nav span{opacity:.72}.sf-store-info-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;border:1px solid var(--line);border-radius:16px;padding:14px;background:rgba(16,19,20,.74)}.sf-store-info-panel article{border:1px solid var(--line);border-radius:12px;padding:16px;background:#111517}.sf-store-info-panel strong{display:block;font-size:.9rem}.sf-store-info-panel span{display:block;color:var(--muted);line-height:1.5;margin-top:6px;font-size:.82rem}.sf-store-products{padding-top:18px}.sf-store-disabled{max-width:760px;margin:48px auto;padding:34px;border:1px solid var(--line);border-radius:18px;background:#111517;text-align:center}.sf-store-disabled h1{font-size:clamp(2.4rem,6vw,4.5rem);margin:.4rem 0}.sf-main-store-mark{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:50%;font-weight:1000}.sf-store-brand-page .topbar{position:sticky;top:0;z-index:80}.sf-store-brand-page .sf-store-actions .sf-primary,.sf-store-brand-page .sf-store-actions .sf-secondary,.sf-store-main-page .sf-store-actions .sf-primary,.sf-store-main-page .sf-store-actions .sf-secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:11px 16px;border-radius:10px;font-weight:900}.sf-store-brand-page .sf-store-actions .sf-secondary,.sf-store-main-page .sf-store-actions .sf-secondary{border:1px solid var(--line);background:#111517;color:var(--text)}

/* SQRLFather Store: inherit the wildlife site rather than a generic green shell. */
body.wildlife.sf-store-brand-page .sf-store-page-main{background:transparent}body.wildlife.sf-store-brand-page .sf-store-hero .eyebrow,body.wildlife.sf-store-brand-page .sf-product-cashback{color:#91b879}body.wildlife.sf-store-brand-page .sf-store-info-panel{border-color:rgba(125,157,104,.35);background:linear-gradient(145deg,rgba(105,141,80,.08),rgba(11,14,13,.72))}body.wildlife.sf-store-brand-page .sf-store-info-panel article{background:#111613;border-color:rgba(125,157,104,.28)}body.wildlife.sf-store-brand-page .sf-primary,body.wildlife.sf-store-brand-page .sf-product-add,body.wildlife.sf-store-brand-page .sf-product-view{background:#355a31;border-color:#527d49;color:#fff}body.wildlife.sf-store-brand-page .sf-primary:hover,body.wildlife.sf-store-brand-page .sf-product-add:hover,body.wildlife.sf-store-brand-page .sf-product-view:hover{background:#416d3c;border-color:#7da86d}

/* xxSQRLxx Store: use gaming orange/metal accents and the exact gaming site chrome. */
body.gaming.sf-store-brand-page .sf-store-hero .eyebrow,body.gaming.sf-store-brand-page .sf-product-cashback{color:#ff8b2c}body.gaming.sf-store-brand-page .sf-store-info-panel{border-color:rgba(255,139,44,.3);background:linear-gradient(145deg,rgba(255,104,0,.07),rgba(11,13,14,.8))}body.gaming.sf-store-brand-page .sf-store-info-panel article{background:#141414;border-color:rgba(255,139,44,.24)}body.gaming.sf-store-brand-page .sf-primary,body.gaming.sf-store-brand-page .sf-product-add,body.gaming.sf-store-brand-page .sf-product-view,body.gaming.sf-store-brand-page .sf-store-cart-button{background:#48250e;border-color:#a24d16;color:#fff}body.gaming.sf-store-brand-page .sf-primary:hover,body.gaming.sf-store-brand-page .sf-product-add:hover,body.gaming.sf-store-brand-page .sf-product-view:hover{background:#603114;border-color:#e76d1b}body.gaming.sf-store-brand-page .sf-store-tools input{border-color:#70411f;background:#17110d}body.gaming.sf-store-brand-page .sf-store-tools input:focus{border-color:#e96f13;box-shadow:0 0 0 3px rgba(233,111,19,.16)}body.gaming.sf-store-brand-page .sf-store-categories button{border-color:#5d3921;background:#1a120d;color:#e7c7b2}body.gaming.sf-store-brand-page .sf-store-categories button[aria-pressed="true"]{background:#e96f13;border-color:#ff9b42;color:#090909}body.gaming.sf-store-brand-page .sf-product-card{border-color:#3d2b20;background:#151210}body.gaming.sf-store-brand-page .sf-product-image{border-color:#443023;background:radial-gradient(circle at 50% 35%,#3a2418,#111 68%)}body.gaming.sf-store-brand-page .sf-product-category,body.gaming.sf-store-brand-page .sf-product-stock{border-color:#684326;color:#efb88f}body.gaming.sf-store-brand-page .sf-product-feature{border-color:#5c3a23;background:#1c130e;color:#d9b296}

/* Main Shop stays neutral to TheSQRLs.com. */
body.sf-store-main-page{background:radial-gradient(circle at 15% 10%,rgba(139,191,105,.06),transparent 28%),radial-gradient(circle at 85% 0,rgba(255,139,44,.07),transparent 24%),#080a0c}body.sf-store-main-page .sf-store-info-panel{background:#101316}body.sf-store-main-page .sf-primary{background:#222b25;border:1px solid #536258;color:#fff}

@media(max-width:800px){.sf-store-info-panel{grid-template-columns:1fr}.sf-store-page-main{padding-top:24px}.sf-store-hero{padding-top:10px}}

/* 0.9.35 optional recurring item checkout */
.sf-subscription-feature{border-color:#4a698a!important;color:#9ed0ff!important;background:#102233!important}
.sf-product-subscribe{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;margin-top:10px;padding:12px 14px;border:1px solid rgba(100,160,210,.35);border-radius:12px;background:rgba(25,55,80,.22)}
.sf-product-subscribe[hidden]{display:none!important}.sf-product-subscribe strong{display:block;font-size:1.05rem}.sf-product-subscribe small{display:block;margin-top:3px;opacity:.78;line-height:1.35}.sf-product-modal-subscribe{min-width:130px;cursor:pointer}
@media(max-width:640px){.sf-product-subscribe{grid-template-columns:1fr}.sf-product-modal-subscribe{width:100%}}

.sf-product-subscribe-copy{min-width:0}.sf-subscribe-legal{display:flex;gap:8px;align-items:flex-start;margin-top:10px;font-size:.78rem;line-height:1.35;opacity:.9}.sf-subscribe-legal input{margin-top:2px;flex:0 0 auto}.sf-subscribe-legal a{color:inherit;text-decoration:underline}

/* 0.9.37 product-card interaction affordance. */
.sf-product-card{cursor:pointer}
.sf-product-card:focus-visible{outline:3px solid rgba(100,160,210,.4);outline-offset:3px}

/* 0.9.56: a single/default variation is not a customer choice. */
.sf-product-option-block[hidden]{display:none!important}

/* =====================================================================
   0.9.58 — PUBLIC STORE UI QA
   Keep cards, cart, product modal and long product data inside the viewport.
   ===================================================================== */
.sf-store-root,.sf-store-page-main,.store-main{max-width:100%;overflow-x:clip}
:where(.sf-store-toolbar,.sf-store-tools,.sf-product-grid,.sf-product-card,.sf-product-body,.sf-product-card-bottom,.sf-cart,.sf-cart-item,.sf-cart-benefits,.sf-cart-benefit,.sf-cart-summary,.sf-product-modal-shell,.sf-product-modal-gallery,.sf-product-modal-info,.sf-product-modal-meta,.sf-product-option-block,.sf-product-modifier-group,.sf-product-modifier-row,.sf-product-modal-purchase,.sf-product-subscribe,.sf-store-info-panel,.store-topbar-inner,.store-nav){min-width:0;max-width:100%}
:where(.sf-store-toolbar,.sf-product-grid,.sf-cart-item,.sf-product-modal-shell,.sf-product-modal-purchase,.sf-product-subscribe,.sf-store-info-panel)>*{min-width:0}
.sf-product-card :where(h3,p,small,strong,span),.sf-cart :where(h2,h3,p,small,strong,span),.sf-product-modal :where(h2,h3,p,small,strong,span,label),.sf-store-root :where(a,button){overflow-wrap:anywhere}
.sf-store-root :where(input,select,textarea,button){min-width:0;max-width:100%}
.sf-store-root :where(button,.sf-primary,.sf-secondary,.sf-product-add,.sf-product-view){white-space:normal;text-align:center;line-height:1.25}
.sf-product-modal-description{overflow-wrap:anywhere;word-break:normal}
.sf-product-modal-shell{max-width:min(1120px,calc(100vw - 28px));overscroll-behavior:contain;scrollbar-gutter:stable}
.sf-product-modal-info{overflow:visible}
.sf-product-modal-purchase{flex-wrap:wrap}
.sf-cart{max-width:100vw;overscroll-behavior:contain;scrollbar-gutter:stable}
.sf-cart-item-controls{flex-wrap:wrap}
.sf-cart-benefit,.sf-cart-summary>div,.sf-cart-total{align-items:flex-start}
.sf-cart-benefit b,.sf-cart-summary strong,.sf-cart-total strong{white-space:normal;text-align:right}
.sf-product-modal-thumbs{grid-template-columns:repeat(auto-fit,minmax(52px,1fr))}
.sf-product-option-block[hidden]{display:none!important}
@media(max-width:720px){
  .sf-store-toolbar{grid-template-columns:1fr}
  .sf-product-modal{padding:10px}
  .sf-product-modal-shell{max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:14px}
  .sf-product-modal-info{padding:20px 16px}
  .sf-product-modal-info h2{padding-right:38px}
  .sf-product-modal-purchase{align-items:stretch}
  .sf-product-modal-purchase>*{width:100%}
  .sf-product-quantity{width:100%}
}
@media(max-width:520px){
  .sf-cart{padding:16px}
  .sf-cart-item{grid-template-columns:1fr}
  .sf-cart-remove{justify-self:start}
  .sf-cart-benefit,.sf-cart-summary>div,.sf-cart-total{gap:8px}
  .sf-product-modal{padding:0}
  .sf-product-modal-shell{max-width:100vw;max-height:100dvh;border-radius:0}
}
@supports not (overflow:clip){.sf-store-root,.sf-store-page-main,.store-main{overflow-x:hidden}}

/* =====================================================================
   0.9.59 — PUBLIC STOREFRONT FINAL UI POLISH
   ===================================================================== */
.sf-store-root :where(h1,h2,h3,h4,label,strong,small,button,.button){overflow-wrap:normal!important;word-break:normal!important;hyphens:none!important}
.sf-store-root :where(p,li,a,.sf-product-description,.sf-product-modal-description){overflow-wrap:break-word!important;word-break:normal!important}
.sf-store-root :where(code,pre,.code,.sf-store-owner-diagnostic p:first-of-type){overflow-wrap:anywhere!important;word-break:break-word!important}
.sf-store-root :where(button,.button){overflow-wrap:normal!important;word-break:normal!important}
.sf-product-modal,.sf-product-modal-body,.sf-product-modal-info,.sf-cart-panel,.sf-cart-item,.sf-cart-benefits,.sf-store-reward-picker{min-width:0;max-width:100%}
.sf-cart-item :where(strong,small,span){word-break:normal;overflow-wrap:break-word}
.sf-cart-summary>div,.sf-cart-benefit,.sf-cart-benefits-head{min-width:0}
@media(max-width:560px){
  .sf-cart-benefits-head,.sf-cart-benefit,.sf-cart-summary>div{align-items:flex-start}
  .sf-cart-benefit{flex-wrap:wrap}.sf-cart-benefit b{white-space:normal}
}

