:root{--ssc-yellow:#ffdc19;--ssc-ink:#121212;--ssc-paper:#fffdf4;--ssc-blue:#80cef1;--ssc-pink:#f3a5ba;--ssc-green:#d7f8d1;--ssc-muted:#746f65}
body.ssc-modal-open{overflow:hidden}
.ssc-school-popup,.ssc-configurator{position:fixed;z-index:99999;inset:0;display:none;padding:12px}
.ssc-school-popup.is-open,.ssc-configurator.is-open{display:grid;place-items:center}
.ssc-popup-backdrop,.ssc-config-backdrop{position:absolute;inset:0;background:rgba(15,15,15,.78);backdrop-filter:blur(8px)}
.ssc-popup-dialog{position:relative;width:min(1040px,calc(100vw - 24px));height:min(820px,calc(100svh - 24px));display:grid;grid-template-columns:minmax(330px,.9fr) minmax(440px,1.1fr);overflow:hidden;border:3px solid var(--ssc-ink);border-radius:30px;background:var(--ssc-paper);box-shadow:14px 14px 0 var(--ssc-yellow)}
.ssc-popup-poster{position:relative;min-width:0;display:grid;place-items:center;overflow:hidden;background:#1b1b1b}
.ssc-popup-poster img{width:100%;height:100%;display:block;object-fit:contain;object-position:center}
.ssc-poster-cue{position:absolute;left:50%;bottom:13px;padding:9px 12px;border-radius:99px;background:rgba(18,18,18,.9);color:#fff;font-size:8px;font-weight:950;letter-spacing:.6px;transform:translateX(-50%);white-space:nowrap}
.ssc-popup-content{min-width:0;padding:34px;overflow:auto;overscroll-behavior:contain}
.ssc-kicker{width:max-content;padding:8px 11px;display:block;border-radius:8px;background:var(--ssc-ink);color:var(--ssc-yellow);font-size:9px;font-weight:950;letter-spacing:1.5px}
.ssc-popup-content>h2{margin:18px 0 8px;font:950 clamp(35px,4.4vw,56px)/.92 "Arial Black",Arial,sans-serif;letter-spacing:-3px;text-transform:uppercase}
.ssc-popup-content>p{margin:0 0 20px;color:var(--ssc-muted);font-size:13px;font-weight:750;line-height:1.45}
.ssc-school-form{width:100%}
.ssc-school-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
.ssc-school-option{min-width:0;min-height:57px;padding:7px 9px;display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:8px;border:1.5px solid rgba(18,18,18,.18);border-radius:14px;background:#fff;color:var(--ssc-ink);cursor:pointer;text-align:left;transition:.2s ease}
.ssc-school-option:hover,.ssc-school-option.is-selected{border-color:var(--ssc-ink);background:#fff8ce;box-shadow:3px 3px 0 var(--ssc-ink);transform:translate(-1px,-1px)}
.ssc-school-option>span:nth-child(2){overflow:hidden;font-size:10px;font-weight:900;line-height:1.12}
.ssc-school-option>i{opacity:0;font-style:normal;font-weight:950}
.ssc-school-option.is-selected>i{opacity:1}
.ssc-school-logo{width:37px;height:37px;display:grid;place-items:center;overflow:hidden;border:1px solid #e1d37c;border-radius:10px;background:var(--ssc-yellow)}
.ssc-school-logo img{width:28px;height:28px;display:block;object-fit:contain}
.ssc-school-logo.is-custom{font-size:22px}
.ssc-custom-school{margin-top:10px;padding:12px;display:none;border:1.5px solid var(--ssc-ink);border-radius:15px;background:#fff}
.ssc-custom-school.is-visible{display:grid;gap:7px}
.ssc-custom-school>label:not(.ssc-logo-upload){font-size:9px;font-weight:950;letter-spacing:.6px;text-transform:uppercase}
.ssc-custom-school>input[type=text]{width:100%;height:48px;padding:0 13px;border:1.5px solid var(--ssc-ink);border-radius:12px;background:var(--ssc-paper);color:var(--ssc-ink);font-size:14px;font-weight:750}
.ssc-logo-upload{position:relative;min-height:57px;padding:9px 11px;display:flex;align-items:center;border:1.5px dashed var(--ssc-ink);border-radius:12px;background:#fffaf0;cursor:pointer}
.ssc-logo-upload input{position:absolute;width:1px;height:1px;opacity:0}
.ssc-logo-upload span{display:flex;flex-direction:column;gap:2px}
.ssc-logo-upload b{font-size:10px}.ssc-logo-upload small{color:var(--ssc-muted);font-size:8px;font-weight:700}
.ssc-school-feedback,.ssc-config-feedback,.ssc-label-feedback{min-height:20px;margin-top:8px;font-size:11px;font-weight:850}
.is-error{color:#ad1e2d}.is-success{color:#267434}
.ssc-school-submit,.ssc-add-button{width:100%;min-height:54px;margin-top:7px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:14px;background:var(--ssc-ink);color:#fff;cursor:pointer;font-size:13px;font-weight:950}
.ssc-school-submit:hover,.ssc-add-button:hover{background:#000;transform:translateY(-1px)}
.ssc-school-submit:disabled,.ssc-add-button:disabled{opacity:.6;cursor:wait}
.ssc-school-selector{max-width:980px;margin:auto}
.ssc-school-selector .ssc-school-grid{grid-template-columns:repeat(4,1fr)}
.ssc-school-selector .ssc-school-option{background:rgba(255,255,255,.88)}
.ssc-school-selector .ssc-school-submit{max-width:350px;margin:22px auto 0}
.ssc-school-selector .ssc-custom-school{max-width:600px;margin:12px auto 0}
.ssc-school-selector .ssc-school-feedback{text-align:center}

.ssc-catalog{max-width:1240px;margin:auto}
.ssc-catalog-tabs{width:min(440px,100%);margin:0 auto 30px;padding:5px;display:grid;grid-template-columns:1fr 1fr;border:2px solid var(--ssc-ink);border-radius:16px;background:#fff}
.ssc-catalog-tabs button{min-height:46px;border:0;border-radius:11px;background:transparent;color:var(--ssc-ink);cursor:pointer;font-size:12px;font-weight:950;text-transform:uppercase}
.ssc-catalog-tabs button.is-active{background:var(--ssc-ink);color:#fff}
.ssc-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.ssc-product-card{min-width:0;overflow:hidden;border:2px solid var(--ssc-ink);border-radius:26px;background:#fff;box-shadow:7px 7px 0 var(--ssc-ink);transition:transform .2s,box-shadow .2s}
.ssc-product-card:hover{transform:translate(-3px,-3px);box-shadow:11px 11px 0 var(--ssc-yellow)}
.ssc-product-photo{position:relative;height:300px;overflow:hidden;background:#f7f4eb}
.ssc-product-photo img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;mix-blend-mode:multiply;transition:transform .35s}
.ssc-product-card:hover .ssc-product-photo img{transform:scale(1.04)}
.ssc-product-badge{position:absolute;z-index:2;top:12px;left:12px;padding:8px 10px;border-radius:8px;background:var(--ssc-yellow);color:var(--ssc-ink);font-size:8px;font-weight:950;letter-spacing:.5px;text-transform:uppercase}
.ssc-product-copy{padding:20px}
.ssc-included{width:max-content;padding:6px 8px;display:block;border-radius:7px;background:#e4f8df;color:#286d34;font-size:8px;font-weight:950;text-transform:uppercase}
.ssc-product-copy h3{margin:13px 0 5px;font:950 27px/1 "Arial Black",Arial,sans-serif;letter-spacing:-1.4px}
.ssc-product-copy>p{min-height:38px;margin:0 0 13px;color:var(--ssc-muted);font-size:11px;font-weight:700;line-height:1.45}
.ssc-card-swatches{height:22px;display:flex;align-items:center;gap:6px}
.ssc-card-swatches i{width:17px;height:17px;border:1px solid rgba(0,0,0,.28);border-radius:99px;background:var(--swatch)}
.ssc-card-swatches b{font-size:9px}
.ssc-card-action{margin-top:13px;padding-top:13px;display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid rgba(18,18,18,.12)}
.ssc-card-action>span{display:flex;flex-direction:column}.ssc-card-action small{font-size:8px;font-weight:800;text-transform:uppercase}.ssc-card-action strong{font-size:22px;font-weight:950}
.ssc-card-action button{min-height:43px;padding:0 14px;border:0;border-radius:12px;background:var(--ssc-ink);color:#fff;cursor:pointer;font-size:11px;font-weight:950}

.ssc-config-panel{position:relative;width:min(650px,calc(100vw - 24px));max-height:calc(100svh - 24px);padding:22px;overflow:auto;overscroll-behavior:contain;border:3px solid var(--ssc-ink);border-radius:27px;background:var(--ssc-paper);box-shadow:12px 12px 0 var(--ssc-yellow)}
.ssc-config-close{position:absolute;z-index:3;top:12px;right:12px;width:40px;height:40px;border:2px solid var(--ssc-ink);border-radius:99px;background:#fff;cursor:pointer;font-size:25px;font-weight:900;line-height:1}
.ssc-config-head{min-height:155px;padding:10px;display:grid;grid-template-columns:150px 1fr;align-items:center;gap:18px;border-radius:20px;background:#f1eee5}
.ssc-config-head img{width:150px;height:140px;display:block;object-fit:contain;mix-blend-mode:multiply}
.ssc-config-head span{font-size:8px;font-weight:950;letter-spacing:1.4px}.ssc-config-head h2{margin:5px 45px 4px 0;font:950 32px/.95 "Arial Black",Arial,sans-serif;letter-spacing:-1.8px;text-transform:uppercase}.ssc-config-head p{margin:0;color:#397342;font-size:10px;font-weight:850}
.ssc-config-panel form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}
.ssc-config-field{padding:11px;border:1px solid rgba(18,18,18,.14);border-radius:14px;background:#fff}
.ssc-config-field:has(.ssc-color-options){grid-column:1/-1}
.ssc-config-field>label{margin-bottom:7px;display:block;font-size:9px;font-weight:950;letter-spacing:.45px;text-transform:uppercase}
.ssc-config-field select,.ssc-config-field input[type=text],.ssc-config-field input[type=number]{width:100%;height:44px;padding:0 10px;border:1.5px solid var(--ssc-ink);border-radius:10px;background:var(--ssc-paper);font-size:12px;font-weight:800}
.ssc-color-options,.ssc-extra-colors{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}
.ssc-extra-colors{margin-top:8px;padding-top:8px;border-top:1px dashed rgba(18,18,18,.25)}
.ssc-extra-colors[hidden]{display:none!important}
.ssc-color-choice{min-width:0;padding:7px 4px;display:flex;flex-direction:column;align-items:center;gap:5px;border:1.5px solid transparent;border-radius:10px;background:#f6f4ed;cursor:pointer;text-align:center}
.ssc-color-choice:has(input:checked){border-color:var(--ssc-ink);background:#fff5b7;box-shadow:2px 2px 0 var(--ssc-ink)}
.ssc-color-choice input{position:absolute;opacity:0;pointer-events:none}.ssc-color-choice i{width:25px;height:25px;border:1px solid rgba(0,0,0,.27);border-radius:99px;background:var(--color)}.ssc-color-choice span{overflow:hidden;width:100%;font-size:8px;font-weight:850;text-overflow:ellipsis;white-space:nowrap}
.ssc-more-colors{min-height:36px;margin-top:8px;padding:0 12px;border:1px solid var(--ssc-ink);border-radius:9px;background:#fff;cursor:pointer;font-size:9px;font-weight:950;text-transform:uppercase}
.ssc-config-total{grid-column:1/-1;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border:2px solid var(--ssc-ink);border-radius:14px;background:var(--ssc-yellow)}
.ssc-config-total span{font-size:10px;font-weight:900;text-transform:uppercase}.ssc-config-total strong{font-size:24px;font-weight:950}
.ssc-config-feedback,.ssc-add-button{grid-column:1/-1}.ssc-config-feedback a{text-decoration:underline}

.ssc-cart-benefits{margin:0 0 12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ssc-cart-benefits>div{padding:16px 18px;border:2px solid var(--ssc-ink);border-radius:17px;background:#fff}
.ssc-cart-benefits span{display:flex;justify-content:space-between;gap:15px}.ssc-cart-benefits b{font-size:12px}.ssc-cart-benefits small{font-size:9px;font-weight:800}.ssc-gift-meter.is-unlocked{background:#d9f9d7}.ssc-gift-meter i{height:11px;margin-top:11px;display:block;overflow:hidden;border-radius:99px;background:rgba(18,18,18,.14)}.ssc-gift-meter em{height:100%;display:block;border-radius:99px;background:var(--ssc-yellow)}
.ssc-promo-meter{background:#fff8ce!important}.ssc-promo-meter.is-applied{background:#d9f9d7!important}.ssc-promo-meter span{height:100%;flex-direction:column;justify-content:center;gap:4px}.ssc-cart-refresh-status{min-height:22px;margin:0 0 8px;color:#267434;font-size:10px;font-weight:900}.ssc-cart-is-updating .woocommerce-cart-form{opacity:.62;pointer-events:none;transition:opacity .2s}
.ssc-free-label{margin-left:6px;padding:4px 6px;border-radius:6px;background:#d8f7d7;color:#236b2c;font-size:8px;font-weight:950}
.ssc-cart-recommendations{margin:40px 0 20px;padding:25px;border:2px solid var(--ssc-ink);border-radius:24px;background:var(--ssc-yellow);box-shadow:8px 8px 0 var(--ssc-ink)}
.ssc-rec-heading>span,.ssc-upsell-title>span{font-size:8px;font-weight:950;letter-spacing:1.4px}.ssc-rec-heading h2,.ssc-upsell-title h2{margin:7px 0;font:950 30px/1 "Arial Black",Arial,sans-serif;letter-spacing:-1.5px}.ssc-rec-heading p{margin:0 0 18px;font-size:11px;font-weight:750}
.ssc-rec-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.ssc-rec-grid article{min-width:0;padding:9px;display:grid;grid-template-columns:65px minmax(0,1fr) auto;align-items:center;gap:9px;border:1.5px solid var(--ssc-ink);border-radius:14px;background:#fff}.ssc-rec-grid img{width:65px;height:65px;display:block;object-fit:contain}.ssc-rec-grid span{min-width:0;display:flex;flex-direction:column}.ssc-rec-grid b{font-size:11px}.ssc-rec-grid small{font-size:9px;font-weight:750}.ssc-rec-grid a{font-size:9px;font-weight:950;text-decoration:underline}

.ssc-checkout-upsell{margin:0 0 26px;padding:20px;border:2px solid var(--ssc-ink);border-radius:22px;background:#fff6bc;box-shadow:7px 7px 0 var(--ssc-ink)}
.ssc-upsell-title h2{max-width:760px;font-size:25px}.ssc-label-card{margin-top:14px;padding:10px;display:grid;grid-template-columns:130px 1fr auto;align-items:center;gap:14px;border:1.5px solid var(--ssc-ink);border-radius:16px;background:#fff}.ssc-label-card>img{width:130px;height:105px;display:block;object-fit:contain}.ssc-label-card h3{margin:0 0 7px;font-size:13px}.ssc-label-card ul{margin:0 0 7px;padding:0;display:flex;gap:11px;list-style:none}.ssc-label-card li{font-size:9px;font-weight:800}.ssc-label-card strong{font-size:21px}.ssc-label-toggle{min-width:100px;min-height:48px;padding:0 13px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:var(--ssc-ink);color:#fff;cursor:pointer;font-size:11px;font-weight:950}.ssc-label-toggle input{position:absolute;opacity:0}.ssc-label-toggle:has(input:checked){background:#267434}.ssc-label-name{margin-top:10px}.ssc-label-name label{display:block;margin-bottom:5px;font-size:9px;font-weight:950;text-transform:uppercase}.ssc-label-name input{width:100%;height:46px;padding:0 12px;border:1.5px solid var(--ssc-ink);border-radius:11px;background:#fff;font-weight:800}.ssc-label-name[hidden]{display:none}
.ssc-delivery-estimate{margin:20px 0;padding:16px;display:grid;grid-template-columns:45px 1fr auto;align-items:center;gap:12px;border:2px solid var(--ssc-ink);border-radius:17px;background:#dbf8d8}.ssc-delivery-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:#267434;color:#fff;font-weight:950}.ssc-delivery-estimate>span:nth-child(2){display:flex;flex-direction:column}.ssc-delivery-estimate small{font-size:8px;font-weight:950;letter-spacing:1px}.ssc-delivery-estimate strong{font-size:21px;text-transform:capitalize}.ssc-delivery-estimate em{color:#4e5e50;font-size:9px;font-style:normal;font-weight:750}.ssc-delivery-estimate>b{padding:8px 10px;border-radius:8px;background:#fff;font-size:9px}.ssc-online-payment-note{padding:12px 14px;border-left:5px solid var(--ssc-yellow);background:#fffdf1;font-size:11px;line-height:1.5}.ssc-thankyou-delivery{margin:20px 0;padding:20px;border:2px solid var(--ssc-ink);border-radius:18px;background:#dbf8d8}.ssc-thankyou-delivery small,.ssc-thankyou-delivery strong{display:block}.ssc-thankyou-delivery small{font-size:9px;font-weight:950}.ssc-thankyou-delivery strong{margin-top:4px;font-size:24px;text-transform:capitalize}

@media(max-width:900px){
  .ssc-popup-dialog{grid-template-columns:42% 58%}.ssc-popup-content{padding:24px}.ssc-school-selector .ssc-school-grid{grid-template-columns:repeat(2,1fr)}.ssc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ssc-rec-grid{grid-template-columns:1fr}
}
@media(max-width:680px){
  .ssc-school-popup{padding:7px;place-items:stretch}.ssc-popup-dialog{width:100%;height:calc(100svh - 14px);display:block;overflow-y:auto;overscroll-behavior:contain;border-radius:23px;box-shadow:7px 7px 0 var(--ssc-yellow)}.ssc-popup-poster{width:100%;height:auto;min-height:0;aspect-ratio:512/910}.ssc-popup-poster img{width:100%;height:100%;object-fit:contain}.ssc-popup-content{padding:19px 15px 28px;overflow:visible}.ssc-popup-content>h2{margin-top:14px;font-size:34px;letter-spacing:-2px}.ssc-popup-content>p{font-size:11px}.ssc-school-grid,.ssc-school-selector .ssc-school-grid{grid-template-columns:1fr}.ssc-school-option{min-height:54px}.ssc-school-option>span:nth-child(2){font-size:11px}.ssc-school-submit{position:sticky;bottom:0;z-index:2;box-shadow:0 -8px 18px var(--ssc-paper)}
  .ssc-product-grid{grid-template-columns:1fr;gap:15px}.ssc-product-card{display:grid;grid-template-columns:42% 58%;min-height:225px;border-radius:21px;box-shadow:5px 5px 0 var(--ssc-ink)}.ssc-product-photo{height:100%;min-height:225px}.ssc-product-copy{padding:14px}.ssc-product-copy h3{font-size:20px}.ssc-product-copy>p{min-height:0;font-size:9px}.ssc-included{font-size:7px}.ssc-card-swatches{gap:4px}.ssc-card-swatches i{width:13px;height:13px}.ssc-card-action strong{font-size:17px}.ssc-card-action button{width:44px;padding:0;font-size:0}.ssc-card-action button span{font-size:16px}.ssc-product-badge{top:7px;left:7px;font-size:6px}
  .ssc-configurator{padding:7px;place-items:stretch}.ssc-config-panel{width:100%;max-height:calc(100svh - 14px);padding:14px;border-radius:22px;box-shadow:6px 6px 0 var(--ssc-yellow)}.ssc-config-head{min-height:125px;grid-template-columns:110px 1fr;gap:10px}.ssc-config-head img{width:110px;height:105px}.ssc-config-head h2{font-size:24px;letter-spacing:-1.3px}.ssc-config-panel form{grid-template-columns:1fr;gap:7px}.ssc-config-field,.ssc-config-field:has(.ssc-color-options),.ssc-config-total,.ssc-config-feedback,.ssc-add-button{grid-column:1}.ssc-color-options,.ssc-extra-colors{grid-template-columns:repeat(3,minmax(0,1fr))}.ssc-config-close{width:35px;height:35px}.ssc-add-button{position:sticky;bottom:0;z-index:2;box-shadow:0 -8px 16px var(--ssc-paper)}
  .ssc-cart-benefits{grid-template-columns:1fr}.ssc-cart-benefits span{flex-direction:column;gap:3px}.ssc-cart-recommendations{padding:16px}.ssc-rec-heading h2{font-size:26px}.ssc-rec-grid article{grid-template-columns:58px minmax(0,1fr)}.ssc-rec-grid img{width:58px;height:58px}.ssc-rec-grid a{grid-column:2}
  .ssc-checkout-upsell{padding:14px}.ssc-upsell-title h2{font-size:21px}.ssc-label-card{grid-template-columns:92px 1fr}.ssc-label-card>img{width:92px;height:92px}.ssc-label-card ul{display:grid;gap:2px}.ssc-label-toggle{grid-column:1/-1}.ssc-delivery-estimate{grid-template-columns:37px 1fr}.ssc-delivery-icon{width:37px;height:37px}.ssc-delivery-estimate>b{grid-column:2;width:max-content}.ssc-delivery-estimate strong{font-size:17px}
}
@media(max-width:380px){.ssc-popup-content>h2{font-size:29px}.ssc-school-logo{width:34px;height:34px}.ssc-school-option{grid-template-columns:34px minmax(0,1fr) 16px}.ssc-product-card{grid-template-columns:39% 61%}.ssc-color-options,.ssc-extra-colors{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(prefers-reduced-motion:reduce){.ssc-product-card,.ssc-product-photo img,.ssc-school-option{transition:none!important}}
