.shop-root{min-height:100vh;display:flex;flex-direction:column}.shop-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;color:var(--zw-dark)}.shop-header-inner{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.shop-logo{display:flex;align-items:baseline;gap:.4rem}.logo-zw{font-weight:800;font-size:1.4rem;color:var(--zw-white);letter-spacing:-.5px}.logo-swag{font-weight:500;font-size:.85rem;color:var(--zw-accent);letter-spacing:4px;text-transform:uppercase}.shop-nav{display:flex;align-items:center;gap:1.5rem}.shop-nav a{color:var(--zw-dark);font-size:.875rem;font-weight:500;transition:color .15s}.shop-nav a:hover{color:var(--zw-white)}.team-link{color:var(--zw-accent)!important;font-weight:600}.shop-main{flex:1 1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.shop-hero{padding:3rem 0 1rem}.shop-hero h1{font-weight:400;text-transform:uppercase;font-size:2.5rem;line-height:1.1;color:var(--zw-dark)}.shop-hero p{color:var(--zw-gray);margin-top:.5rem;font-size:1.05rem}.shop-footer{background:var(--zw-dark);color:rgba(244,245,247,.35);text-align:center;padding:2rem;font-size:.8rem}.shop-cart-nav-btn{position:relative;background:none;border:none;padding:.4rem;color:inherit;display:flex;align-items:center;cursor:pointer;transition:opacity .15s;flex-shrink:0}.shop-cart-nav-btn:hover{opacity:.7}.shop-cart-nav-badge{position:absolute;top:-4px;right:-4px;background:var(--zw-blue);color:#fff;font-size:.58rem;font-weight:700;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:0 3px;pointer-events:none}.shop-cart-overlay{position:fixed;inset:0;z-index:199;background:rgba(0,0,0,.3);animation:shopOverlayIn .2s ease}@keyframes shopOverlayIn{0%{opacity:0}to{opacity:1}}.shop-cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:200;width:min(420px,100vw);background:#fff;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 24px rgba(0,0,0,.08)}.shop-cart-drawer--open{transform:translateX(0)}.shop-cart-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--zw-border);flex-shrink:0}.shop-cart-header h2{font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin:0;color:var(--zw-dark)}.shop-cart-count{font-weight:400;color:var(--zw-gray)}.shop-cart-close{background:none;border:none;font-size:1rem;color:var(--zw-gray);cursor:pointer;padding:.35rem .55rem;transition:color .15s}.shop-cart-close:hover{color:var(--zw-dark)}.shop-cart-body{flex:1 1;overflow-y:auto;padding:1rem 1.5rem}.shop-cart-empty{text-align:center;padding:3rem 1rem;color:var(--zw-gray)}.shop-cart-empty p{margin-bottom:1.5rem}.shop-cart-continue{background:none;border:1px solid var(--zw-border);padding:.6rem 1.5rem;font:inherit;font-size:.875rem;color:var(--zw-dark);cursor:pointer;transition:background .15s}.shop-cart-continue:hover{background:var(--zw-light)}.shop-cart-items{list-style:none;display:flex;flex-direction:column;padding:0}.shop-cart-item{display:grid;grid-template-columns:64px 1fr auto;grid-gap:.875rem;gap:.875rem;align-items:start;padding:1rem 0;border-bottom:1px solid var(--zw-border)}.shop-cart-item:last-child{border-bottom:none}.shop-cart-item-img{width:64px;height:64px;overflow:hidden;background:var(--zw-light);flex-shrink:0}.shop-cart-item-img img{width:100%;height:100%;object-fit:cover;display:block}.shop-cart-item-img-placeholder{width:100%;height:100%;background:var(--zw-light)}.shop-cart-item-name{font-size:.875rem;font-weight:600;margin-bottom:.2rem;line-height:1.3;color:var(--zw-dark)}.shop-cart-item-variant{font-size:.75rem;color:var(--zw-gray);margin-bottom:.3rem}.shop-cart-item-price{font-size:.875rem;font-weight:700;color:var(--zw-blue)}.shop-cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.shop-cart-qty{display:flex;align-items:center;border:1px solid var(--zw-border)}.shop-cart-qty button{background:var(--zw-light);border:none;padding:.3rem .55rem;font-size:.9rem;cursor:pointer;color:var(--zw-dark);transition:background .15s}.shop-cart-qty button:hover:not(:disabled){background:var(--zw-border)}.shop-cart-qty button:disabled{opacity:.35;cursor:not-allowed}.shop-cart-qty span{padding:.3rem .55rem;font-size:.8rem;font-weight:600;min-width:2rem;text-align:center}.shop-cart-remove{background:none;border:none;font-size:.7rem;color:#9ca3af;cursor:pointer;padding:.25rem .4rem;transition:color .15s}.shop-cart-remove:hover:not(:disabled){color:#dc2626}.shop-cart-remove:disabled{opacity:.4}.shop-cart-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--zw-border);flex-shrink:0;background:#fff}.shop-cart-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem}.shop-cart-total span{color:var(--zw-gray);font-size:.875rem}.shop-cart-total strong{font-size:1.4rem;font-weight:700;color:var(--zw-dark)}.shop-cart-checkout-btn{display:block;width:100%;background:var(--zw-dark);color:#fff;text-align:center;padding:.9rem 1.5rem;font-weight:700;font-size:.8rem;letter-spacing:2px;text-transform:uppercase;transition:background .15s}.shop-cart-checkout-btn:hover{background:var(--zw-blue)}.cart-page{padding:2rem 0}.cart-page-title{font-size:2rem;font-weight:400;text-transform:uppercase;color:var(--zw-dark);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--zw-border);letter-spacing:1px}.cart-layout{display:grid;grid-template-columns:1fr 300px;grid-gap:2rem;gap:2rem;align-items:start}.cart-item-list{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:80px 1fr auto;grid-gap:1rem;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--zw-border);align-items:start}.cart-item:first-child{border-top:1px solid var(--zw-border)}.cart-item-img{width:80px;height:80px;overflow:hidden;background:var(--zw-light)}.cart-item-img img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-name{font-size:.95rem;font-weight:600;margin-bottom:.25rem;color:var(--zw-dark)}.cart-item-variant{font-size:.8rem;color:var(--zw-gray);margin-bottom:.35rem}.cart-item-price{font-size:.9rem;font-weight:700;color:var(--zw-blue)}.cart-item-controls{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cart-item-remove{background:none;border:none;font-size:.75rem;color:var(--zw-gray);cursor:pointer;padding:0;text-decoration:underline;transition:color .15s}.cart-item-remove:hover:not(:disabled){color:#dc2626}.cart-empty-state{text-align:center;padding:5rem 2rem}.cart-empty-state h1{font-size:1.5rem;font-weight:400;text-transform:uppercase;margin-bottom:1rem;color:var(--zw-dark)}.cart-empty-state p{color:var(--zw-gray);margin-bottom:2rem}.cart-summary{border:1px solid var(--zw-border);padding:1.5rem;position:-webkit-sticky;position:sticky;top:90px}.cart-summary-row{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:1px solid var(--zw-border)}.cart-summary-label{font-size:.875rem;color:var(--zw-gray)}.cart-summary-value{font-size:1.5rem;font-weight:700;color:var(--zw-dark)}.btn-checkout{display:block;width:100%;background:var(--zw-dark);color:#fff;text-align:center;padding:.9rem 1rem;font-weight:700;font-size:.8rem;letter-spacing:2px;text-transform:uppercase;margin-bottom:.75rem;transition:background .15s}.btn-checkout:hover{background:var(--zw-blue)}.cart-continue-link{display:block;text-align:center;font-size:.8rem;color:var(--zw-gray);text-decoration:underline;transition:color .15s}.cart-continue-link:hover{color:var(--zw-dark)}.shop-checkout-page{max-width:680px;margin:0 auto;padding:2rem 0}.shop-checkout-page h1{font-size:2rem;font-weight:400;text-transform:uppercase;letter-spacing:1px;color:var(--zw-dark);margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--zw-border)}.shop-checkout-form{display:flex;flex-direction:column;gap:1.5rem}.shop-checkout-section{border:1px solid var(--zw-border);padding:1.5rem}.shop-checkout-section h2{font-size:.75rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--zw-dark);margin-bottom:1.25rem}.shop-payment-methods{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.shop-payment-option{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--zw-border);cursor:pointer;transition:border-color .15s,background .15s;font-size:.9rem}.shop-payment-option.selected{border-color:var(--zw-dark);background:var(--zw-light)}.shop-order-total{font-size:2rem;font-weight:700;color:var(--zw-dark)}.shop-checkout-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;font-size:.875rem}.shop-checkout-btn{background:var(--zw-dark);color:#fff;padding:1rem 2rem;font-weight:700;font-size:.8rem;letter-spacing:2px;text-transform:uppercase;transition:background .15s;border:none;cursor:pointer;width:100%}.shop-checkout-btn:hover:not(:disabled){background:var(--zw-blue)}.shop-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.shop-paypal-wrapper{max-width:400px;margin:0 auto}.shop-confirm-page{max-width:480px;margin:5rem auto;padding:2rem;text-align:center}.shop-confirm-spinner{width:48px;height:48px;border:3px solid var(--zw-border);border-top-color:var(--zw-dark);animation:shopSpinIt .8s linear infinite;margin:0 auto 2rem}@keyframes shopSpinIt{to{transform:rotate(1turn)}}.shop-confirm-icon{font-size:2.5rem;margin-bottom:1.5rem;display:block}.shop-confirm-page h2{font-size:1.6rem;font-weight:400;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;color:var(--zw-dark)}.shop-confirm-page p{color:var(--zw-gray);margin-bottom:.5rem;line-height:1.6}.shop-confirm-ref{font-size:.8rem;color:#9ca3af}.shop-confirm-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;align-items:center}.shop-confirm-btn{display:inline-block;background:var(--zw-dark);color:#fff;padding:.85rem 2.5rem;font-weight:700;font-size:.8rem;letter-spacing:2px;text-transform:uppercase;transition:background .15s}.shop-confirm-btn:hover{background:var(--zw-blue)}.shop-confirm-link{font-size:.875rem;color:var(--zw-gray);text-decoration:underline;transition:color .15s}.shop-confirm-link:hover{color:var(--zw-dark)}@media (max-width:700px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:64px 1fr auto}.cart-item-img{width:64px;height:64px}}.cco-page{max-width:1040px;margin:0 auto;padding:2.5rem 1rem 4rem}.cco-title{font-size:2.5rem;text-transform:uppercase;font-weight:400;color:var(--zw-dark);margin:0 0 .35rem}.cco-subtitle{color:var(--zw-gray);margin:0 0 2rem;font-size:.95rem}.cco-grid{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}@media (max-width:820px){.cco-grid{grid-template-columns:1fr}}.cco-card{position:relative;background:var(--zw-surface);border:1px solid var(--zw-border);padding:2rem;box-shadow:0 10px 30px rgba(10,22,40,.06)}.cco-form{gap:1.1rem}.cco-field,.cco-form{display:flex;flex-direction:column}.cco-field{gap:.4rem}.cco-field>label{font-size:.8rem;font-weight:600;color:var(--zw-gray);letter-spacing:.01em}.cco-field input[type=email],.cco-field input[type=tel],.cco-field input[type=text]{width:100%;padding:.9rem 1rem;font:inherit;font-size:.95rem;color:var(--zw-text);background:var(--zw-white);border:1px solid var(--zw-border);transition:border-color .15s,box-shadow .15s,background .15s}.cco-field input::placeholder{color:var(--zw-gray);opacity:.7}.cco-field input:focus{outline:none;background:var(--zw-surface);border-color:var(--zw-blue);box-shadow:0 0 0 3px rgba(147,219,252,.4)}.cco-file{display:flex;align-items:center;gap:.85rem;cursor:pointer}.cco-file-btn{flex:none;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;color:var(--zw-blue);background:var(--zw-light);border:1px solid var(--zw-border);transition:background .15s,color .15s}.cco-file:hover .cco-file-btn{background:var(--zw-blue);color:var(--zw-surface)}.cco-file-name{font-size:.85rem;color:var(--zw-gray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cco-file-hint{font-size:.75rem;color:var(--zw-gray)}.cco-error{padding:.75rem 1rem;font-size:.875rem;color:#b42318;background:#fef3f2;border:1px solid #fecdca}.cco-submit{margin-top:.5rem;padding:.95rem 1rem;font-size:.95rem;font-weight:700;color:var(--zw-surface);background:var(--zw-blue);border:none;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 6px 16px rgba(0,113,190,.25)}.cco-submit:hover:not(:disabled){background:var(--zw-brand-dark);transform:translateY(-1px)}.cco-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.cco-summary{position:-webkit-sticky;position:sticky;top:1.5rem}.cco-summary-title{font-size:1.4rem;font-weight:700;color:var(--zw-dark);margin:0 0 1.25rem}.cco-summary-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.cco-summary-item-head{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.cco-summary-item-name{font-weight:700;color:var(--zw-dark);font-size:.95rem}.cco-summary-item-price{font-weight:700;color:var(--zw-blue);white-space:nowrap}.cco-summary-item-opt,.cco-summary-item-qty{margin:.25rem 0 0;font-size:.85rem;color:var(--zw-gray)}.cco-summary-divider{height:1px;background:var(--zw-border);margin:1.5rem 0}.cco-summary-total{display:flex;justify-content:space-between;align-items:baseline;font-size:1.4rem;font-weight:700;color:var(--zw-dark)}.cco-summary-total-amount{font-size:1.6rem}.cco-payment{display:flex;flex-direction:column;gap:1.25rem}.cco-back-link{align-self:flex-start;font-size:.85rem;font-weight:600;color:var(--zw-blue);background:none;border:none;cursor:pointer;padding:0}.cco-back-link:hover:not(:disabled){color:var(--zw-brand-dark)}.cco-back-link:disabled{opacity:.5;cursor:not-allowed}.cco-payment-details{margin:0;display:flex;flex-direction:column;gap:.6rem}.cco-payment-details>div{display:flex;justify-content:space-between;gap:1rem;font-size:.9rem}.cco-payment-details dt{color:var(--zw-gray);font-weight:600}.cco-payment-details dd{margin:0;color:var(--zw-dark);text-align:right}.cco-payment-processing{font-size:.9rem;color:var(--zw-gray)}.cco-success{max-width:480px;margin:3rem auto;text-align:center;background:var(--zw-surface);border:1px solid var(--zw-border);padding:3rem 2rem;box-shadow:0 10px 30px rgba(10,22,40,.06)}.cco-success-check{width:64px;height:64px;margin:0 auto 1.25rem;display:grid;place-items:center;font-size:2rem;color:var(--zw-surface);background:var(--zw-blue)}.cco-success h1{font-size:1.6rem;color:var(--zw-dark);margin:0 0 .75rem}.cco-success p{color:var(--zw-gray);line-height:1.6;margin:0 0 1.75rem}.cco-success-btn{display:inline-block;padding:.8rem 1.75rem;font-weight:600;color:var(--zw-surface);background:var(--zw-blue);transition:background .15s}.cco-success-btn:hover{background:var(--zw-brand-dark)}