.shop-section{margin:2rem 0}.shop-section+.shop-section{padding-top:1.5rem;border-top:1px solid rgba(0,0,0,7%)}.shop-section-title{font-size:1.1rem;margin:0 0 .9rem;color:#444;font-weight:700;letter-spacing:.01em;text-transform:uppercase}.shop-empty{padding:2rem 0;font-style:italic;text-align:center;color:#888}.shop-breadcrumb{font-size:.9rem;margin:.2rem 0 1rem;color:#555;display:flex;align-items:center;flex-wrap:wrap;gap:.2rem}.shop-breadcrumb a{color:#2980b9;text-decoration:none}.shop-breadcrumb a:hover{text-decoration:underline}.shop-breadcrumb-sep{margin:0 .4em;color:#bbb}.shop-breadcrumb-current{color:#222;font-weight:500}.shop-cat-tiles{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.shop-cat-tile{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.4rem;padding:.85rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fafafa;color:#222;text-decoration:none;min-width:0;transition:background .15s,border-color .15s,box-shadow .15s}.shop-cat-tile::after{content:"›";font-size:1.2rem;color:#aaa;flex-shrink:0;transition:color .15s,transform .15s}.shop-cat-tile:hover{background:#fff;border-color:#2980b9;box-shadow:0 3px 10px rgba(0,0,0,.1)}.shop-cat-tile:hover::after{color:#2980b9;transform:translateX(3px)}.shop-cat-tile-name{font-weight:600;font-size:clamp(.78rem,1.5vw,.95rem);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-cat-tile-desc{font-size:.82rem;color:#777;margin-top:.15rem}.shop-cat-tiles-compact{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.shop-cat-tiles-compact .shop-cat-tile{padding:.5rem .75rem}.shop-cat-desc{margin:.2rem 0 1rem;color:#555}.shop-cats{padding:1rem 1.2rem;border-radius:10px}.shop-featured{padding-top:.5rem}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.2rem}@container main-content (min-width:700px){.shop-grid { grid-template-columns: repeat(4, 1fr); }
  .shop-cat-tiles { grid-template-columns: repeat(4, 1fr); }
}@container main-content (min-width:520px) and (max-width:699px){.shop-grid { grid-template-columns: repeat(3, 1fr); }
  .shop-cat-tiles { grid-template-columns: repeat(3, 1fr); }
}@container main-content (min-width:340px) and (max-width:519px){.shop-grid { grid-template-columns: repeat(2, 1fr); }
  .shop-cat-tiles { grid-template-columns: repeat(2, 1fr); }
}@container main-content (max-width:339px){.shop-grid { grid-template-columns: 1fr; }
  .shop-cat-tiles { grid-template-columns: 1fr; }
}.shop-card{position:relative;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.1);border-radius:8px;background:#fff;color:#222;text-decoration:none;overflow:hidden;transition:box-shadow .15s}.shop-card:hover{box-shadow:0 3px 10px rgba(0,0,0,.1)}.shop-card::after{content:"";position:absolute;inset:0;background:0 0;pointer-events:none;transition:background .15s ease;z-index:1}.shop-card:hover::after{background:rgba(0,0,0,6%)}.shop-card-img-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:inherit;text-decoration:none}.shop-card-body-link{display:block;color:inherit;text-decoration:none;flex:1}.shop-card-img-wrap{position:relative;width:100%;aspect-ratio:1/1;background:#f4f4f4;overflow:hidden}.shop-card-img{max-width:100%;max-height:100%;object-fit:contain}.shop-card-img-placeholder{color:#c8c0b8;font-size:.78rem;font-style:italic;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;width:100%;height:100%;min-height:140px}.shop-card-img-placeholder::before{content:"";display:block;width:40px;height:40px;opacity:.35;background:currentColor;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.shop-card-body{padding:.75rem .85rem;display:flex;flex-direction:column;gap:.3rem;flex:1}.shop-card-name{margin:0;font-size:1rem;font-weight:600;line-height:1.25;color:#222}.shop-card-desc{margin:0;font-size:.85rem;color:#666;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.shop-card-price{margin-top:auto;font-weight:600;font-size:1.05rem;color:#2980b9}.shop-card-price-from{font-size:.75rem;font-weight:400;color:#888;text-transform:uppercase;letter-spacing:.02em}.shop-item-layout{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:1rem 0}.shop-item-main-img-wrap{position:relative;width:100%;max-height:500px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.shop-item-main-img{width:100%;max-height:500px;object-fit:contain;display:block}.shop-item-thumbs{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.6rem}.shop-item-thumb{width:60px;height:60px;border:1px solid rgba(0,0,0,.1);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}.shop-item-thumb img{max-width:100%;max-height:100%;object-fit:contain}.shop-item-thumb:hover{border-color:#2980b9}.shop-item-thumb-active{border-color:#2980b9;box-shadow:0 0 0 2px rgba(41,128,185,.25)}.shop-item-info{display:flex;flex-direction:column;gap:.6rem}.shop-item-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem;line-height:1.25}.shop-item-short-desc{margin:0;color:#444;line-height:1.5;padding-bottom:.6rem;border-bottom:1px solid rgba(0,0,0,8%)}.shop-item-sku{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin:0;font-size:.9rem}.shop-item-price-gross-row{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.shop-item-price-gross{font-size:1.75rem;font-weight:700;color:#2980b9}.shop-item-price-net{font-size:.9rem}.shop-item-unit{font-size:1rem;font-weight:500}.shop-item-sku-stock{margin-left:auto}.shop-item-stock-only{margin:.2rem 0 .5rem}.shop-stock{display:inline-block;padding:.2rem .6rem;border-radius:4px;font-size:.9rem;font-weight:500}.shop-stock-ok{background:#e3f7df;color:#1f6d33}.shop-stock-empty{background:#fbe6e3;color:#a52a1f}.shop-stock-unmanaged{background:#f0f0f0;color:#555}.shop-item-cart-block{margin-top:.5rem}.shop-item-price-stepper-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid rgba(0,0,0,8%);border-bottom:1px solid rgba(0,0,0,8%)}.shop-item-price-block{padding:0;border:none;flex:auto;min-width:0}.shop-item-price-stepper-row .shop-qty-stepper{flex:none}.shop-cart-btn-pay{display:block;width:75%;margin:.75rem auto 0;padding:.65rem 1.5rem;background:var(--color-primary,#c07828);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;text-align:center}.shop-cart-btn-pay:hover{filter:brightness(1.08)}.shop-cart-btn-pay:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.shop-cart-btn-pay{width:100%}}.shop-item-body{margin-top:2rem}.shop-item-body-content{line-height:1.6;color:#333}.shop-item-body-content img{max-width:100%;height:auto}.sidebar-shop{margin-top:.4rem}.sidebar-shop-root{font-weight:600}.sidebar-shop-cat-link{font-size:.9rem}.shop-item-back-btn{margin-left:auto;background:0 0;border:1px solid rgba(0,0,0,.18);border-radius:6px;padding:.2rem .7rem;font-size:.85rem;color:#555;cursor:pointer;white-space:nowrap;transition:background .12s,border-color .12s}.shop-item-back-btn:hover{background:rgba(0,0,0,5%);border-color:rgba(0,0,0,.3)}.shop-add-to-cart-form{margin-top:0}.shop-add-to-cart-qty{display:inline-flex;align-items:center;gap:.4em}.shop-add-to-cart-qty-input{width:5rem;height:2.8rem;padding:0;font-size:1rem;border:none;border-left:1px solid rgba(0,0,0,.12);border-right:1px solid rgba(0,0,0,.12);text-align:center;-moz-appearance:textfield;box-sizing:border-box;vertical-align:middle}.shop-add-to-cart-msg{min-height:1.2em;margin-top:.4em;font-size:.9rem}.shop-cart-msg-ok{color:#1f6d33}.shop-cart-msg-err{color:#a52a1f}.hdr-cart{position:relative}.hdr-cart-badge{position:absolute;top:0;right:0;min-width:1.1em;height:1.1em;padding:0 .3em;font-size:.7rem;font-weight:700;line-height:1.1em;color:#fff;background:#c0392b;border-radius:.7em;text-align:center;pointer-events:none}.sidebar-cart{padding:.6rem .8rem}.sidebar-cart-title{margin:0 0 .5rem;font-size:1.05rem}.sidebar-cart-empty{margin:0;font-style:italic}.sidebar-cart-lines{list-style:none;margin:0 0 .6rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.sidebar-cart-line{padding-bottom:.4rem;border-bottom:1px dashed rgba(0,0,0,8%);font-size:.9rem}.sidebar-cart-line:last-child{border-bottom:none}.sidebar-cart-name{display:block;color:#2980b9;text-decoration:none;font-weight:500;line-height:1.3;margin-bottom:.2em;word-break:break-word}.sidebar-cart-name:hover{text-decoration:underline}.sidebar-cart-meta{display:flex;justify-content:space-between;color:#555;font-size:.85rem}.sidebar-cart-warn{margin-top:.2em;font-size:.8rem;color:#a52a1f}.sidebar-cart-line-warn .sidebar-cart-name{color:#a52a1f}.sidebar-cart-total{display:flex;justify-content:space-between;font-weight:600;padding-top:.4rem;border-top:1px solid rgba(0,0,0,.12)}.sidebar-cart-actions{margin-top:.6rem}.sidebar-cart-go{display:inline-block;text-align:center;width:100%}.shop-cart-wrap{margin:1rem 0}.shop-cart-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.shop-cart-table th,.shop-cart-table td{padding:.6rem .75rem;text-align:left;border-bottom:1px solid rgba(0,0,0,8%);vertical-align:middle}.shop-cart-table th{background:rgba(0,0,0,4%);font-weight:600;font-size:.9rem;color:#555;border-bottom:1px solid rgba(0,0,0,.1)}.shop-cart-table .shop-cart-col-qty,.shop-cart-table .shop-cart-col-unit,.shop-cart-table .shop-cart-col-total{text-align:right;white-space:nowrap}.shop-cart-col-actions{text-align:center;width:2.5em}.shop-cart-qty-stepper{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.18);border-radius:6px;overflow:hidden;height:2.2rem}.shop-cart-qty-stepper .shop-qty-btn{width:2rem;height:2.2rem;font-size:1.05rem}.shop-cart-qty-stepper .shop-cart-qty-input{width:3rem;height:2.2rem;padding:0;font-size:.95rem;text-align:center;border:none;border-left:1px solid rgba(0,0,0,.12);border-right:1px solid rgba(0,0,0,.12);-moz-appearance:textfield;box-sizing:border-box}.shop-cart-qty-stepper .shop-cart-qty-input::-webkit-outer-spin-button,.shop-cart-qty-stepper .shop-cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.shop-cart-sku{margin:.2em 0 0;font-size:.8rem}.shop-cart-warn{margin-top:.3em;padding:.3em .5em;background:#fbe6e3;color:#a52a1f;border-radius:4px;font-size:.85rem}.shop-cart-row-warn{background:rgba(251,230,227,.25)}.shop-cart-remove{background:0 0;border:none;color:#bbb;cursor:pointer;font-size:1rem;padding:.3rem .4rem;border-radius:4px;transition:color .15s,background .15s}.shop-cart-remove:hover{color:#a52a1f;background:rgba(165,42,31,8%)}.shop-cart-totals-label{text-align:right;font-weight:600}.shop-cart-totals-value{text-align:right;font-weight:700;white-space:nowrap}.shop-cart-totals-net td{border-bottom:none;padding-top:.2rem;padding-bottom:.2rem}.shop-cart-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1rem}.shop-cart-checkout{margin-left:auto}@media(max-width:600px){.shop-cart-table thead{display:none}.shop-cart-table,.shop-cart-table tbody,.shop-cart-table tr,.shop-cart-table td{display:block;width:100%}.shop-cart-table tr{border-bottom:1px solid rgba(0,0,0,.1);padding:.5rem 0}.shop-cart-table td{border-bottom:none;text-align:left}.shop-cart-table .shop-cart-col-qty,.shop-cart-table .shop-cart-col-unit,.shop-cart-table .shop-cart-col-total{text-align:left}.shop-cart-checkout{margin-left:0;width:100%}}.shop-card-action{position:absolute;display:flex;align-items:center;gap:0;height:36px;padding:0;border:none;border-radius:18px;background:rgba(255,255,255,.92);color:#222;box-shadow:0 1px 4px rgba(0,0,0,.18);cursor:pointer;overflow:hidden;z-index:2;font-size:.85rem;right:.5rem;width:36px;transition:width .2s ease}.shop-card-action:hover,.shop-card-action:focus-visible{width:160px}.shop-card-action-cart{top:.5rem}.shop-card-action-fav{bottom:.5rem}.shop-card-action-icon{position:absolute;right:0;top:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.shop-card-action-label{flex:1;text-align:left;white-space:nowrap;opacity:0;padding-left:12px;padding-right:40px;transition:opacity .15s ease .05s;pointer-events:none}.shop-card-action:hover .shop-card-action-label,.shop-card-action:focus-visible .shop-card-action-label{opacity:1}.shop-wishlist-btn-wrap{display:contents}.shop-wishlist-btn--active{color:#e74c3c}.shop-wishlist-btn--active .shop-card-action-icon svg{fill:currentColor}.shop-wishlist-btn--anon{opacity:.75;color:inherit;text-decoration:none}.shop-wishlist-btn--active{color:#e74c3c}.shop-wishlist-btn--anon{opacity:.6}.shop-item-main-img-wrap .shop-card-action-fav{bottom:1rem}.shop-wishlist-hint{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;padding:.35rem .6rem;background:rgba(0,0,0,6%);border-radius:6px;white-space:nowrap}.shop-wishlist-hint-link{font-weight:600;text-decoration:underline}.shop-card--inactive{opacity:.7}.shop-card-inactive-badge{display:inline-block;font-size:.72rem;color:#888;font-style:italic;margin-bottom:4px}.shop-card-action-cart:hover{background:#fff;color:#1a6e3c}@media(max-width:600px){.shop-card-action:hover,.shop-card-action:focus-visible{width:36px}.shop-card-action:hover .shop-card-action-label,.shop-card-action:focus-visible .shop-card-action-label{opacity:0}}.shop-item-main-img-btn{display:block;padding:0;border:none;background:0 0;cursor:zoom-in;width:100%}.shop-item-main-img-btn:hover .shop-item-main-img{opacity:.92}.shop-gallery-modal-inner{position:relative;max-width:900px;margin:2rem auto;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.shop-gallery-close{position:absolute;top:0;right:0;background:rgba(0,0,0,.55);border:2px solid rgba(255,255,255,.5);color:#fff;font-size:1.4rem;width:2.6rem;height:2.6rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.shop-gallery-close:hover{background:rgba(0,0,0,.82);border-color:#fff}.shop-gallery-nav-wrap{display:flex;align-items:center;gap:.75rem;width:100%}.shop-gallery-img-wrap{flex:1;display:flex;align-items:center;justify-content:center;min-height:200px}.shop-gallery-img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:6px}.shop-gallery-arrow{background:rgba(0,0,0,.55);border:2px solid rgba(255,255,255,.5);color:#fff;font-size:2.5rem;line-height:1;width:3.2rem;height:3.2rem;border-radius:50%;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.shop-gallery-arrow:hover{background:rgba(0,0,0,.82);border-color:#fff}.shop-gallery-arrow-disabled{opacity:.2;cursor:default;pointer-events:none}.shop-gallery-thumb-row{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.shop-gallery-thumb{width:56px;height:56px;border-radius:5px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:0 0;transition:border-color .15s}.shop-gallery-thumb img{width:100%;height:100%;object-fit:cover}.shop-gallery-thumb:hover{border-color:rgba(255,255,255,.6)}.shop-gallery-thumb-active{border-color:#fff}.shop-gallery-counter{color:rgba(255,255,255,.7);font-size:.9rem}.shop-qty-stepper{display:flex;align-items:center;gap:0;border:1px solid rgba(0,0,0,.2);border-radius:8px;overflow:hidden;height:2.8rem}.shop-qty-btn{background:#f0f0f0;border:none;font-size:1.2rem;width:2.4rem;height:2.8rem;cursor:pointer;color:#333;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:background .12s}.shop-qty-btn:hover{background:#e0e0e0}.shop-qty-btn:active{background:#d0d0d0}.shop-add-to-cart-qty-input{width:5rem;height:2.8rem;padding:0;font-size:1rem;border:none;border-left:1px solid rgba(0,0,0,.12);border-right:1px solid rgba(0,0,0,.12);text-align:center;-moz-appearance:textfield;box-sizing:border-box;line-height:2.8rem}.shop-add-to-cart-qty-input::-webkit-outer-spin-button,.shop-add-to-cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none}.shop-checkout-wrap{display:grid;grid-template-columns:1fr 1.6fr;grid-template-rows:auto 1fr;gap:0 2rem;align-items:start}.shop-checkout-progress{grid-column:1/-1;display:flex;align-items:center;gap:0;margin-bottom:1.5rem;user-select:none}.shop-checkout-progress-step{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#999}.shop-checkout-progress-step-num{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;border-radius:50%;border:2px solid #ccc;font-size:.8rem;font-weight:700;background:#fff;flex-shrink:0;transition:border-color .2s,background .2s,color .2s}.shop-checkout-progress-step--active{color:var(--color-primary,#c07828);font-weight:700}.shop-checkout-progress-step--active .shop-checkout-progress-step-num{border-color:var(--color-primary,#c07828);background:var(--color-primary,#c07828);color:#fff}.shop-checkout-progress-step--done{color:#555}.shop-checkout-progress-step--done .shop-checkout-progress-step-num{border-color:#555;background:#555;color:#fff}.shop-checkout-progress-line{flex:1;height:2px;background:#ddd;margin:0 .6rem;min-width:1.5rem}.shop-checkout-progress-line--done{background:#555}.shop-checkout-section-title{font-size:1rem;font-weight:700;margin:0 0 .8rem;padding-bottom:.3rem;border-bottom:1px solid rgba(0,0,0,.1)}.shop-checkout-summary{background:rgba(0,0,0,3%);border:1px solid rgba(0,0,0,8%);border-radius:6px;padding:1rem 1.2rem}.shop-checkout-summary-table{width:100%;border-collapse:collapse;font-size:.88rem}.shop-checkout-summary-table th,.shop-checkout-summary-table td{padding:.3rem .2rem;vertical-align:top}.shop-checkout-summary-table thead th{border-bottom:1px solid rgba(0,0,0,.1);font-weight:600}.shop-checkout-col-num{text-align:right;white-space:nowrap;width:5rem}.shop-checkout-form-wrap{display:flex;flex-direction:column;gap:1.2rem}.shop-checkout-fieldset{border:1px solid rgba(0,0,0,.1);border-radius:6px;padding:1rem 1.2rem 1.2rem;margin:0}.shop-checkout-fieldset legend{padding:0 .4rem}.shop-checkout-field{margin-bottom:.7rem}.shop-checkout-field:last-child{margin-bottom:0}.shop-checkout-field label{display:block;font-size:.85rem;margin-bottom:.25rem;font-weight:500}.shop-checkout-field input.texteditor,.shop-checkout-field select.texteditor,.shop-checkout-field textarea.texteditor{width:100%;box-sizing:border-box}.shop-checkout-field-row{display:flex;gap:.8rem;margin-bottom:.7rem}.shop-checkout-field-country{flex:1.5}.shop-checkout-field-zip{flex:0 0 110px}.shop-checkout-field-city{flex:1}.shop-checkout-field-check label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.shop-checkout-hidden{display:none}.shop-checkout-error{background:#fff3cd;border:1px solid #ffc107;border-radius:4px;padding:.6rem .9rem;font-size:.9rem;color:#856404}.shop-checkout-submit-row{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:.8rem;flex-wrap:wrap}.shop-checkout-spinner{font-size:.85rem}.htmx-request .shop-checkout-spinner{display:inline!important}.required{color:#c00}.shop-thankyou-wrap{max-width:700px}.shop-thankyou-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.shop-thankyou-icon{font-size:2rem;color:#2a7;line-height:1;flex-shrink:0}.shop-thankyou-lead{margin:0;font-size:1rem}.shop-thankyou-details,.shop-thankyou-items{margin-bottom:1.5rem}.shop-thankyou-dl{display:grid;grid-template-columns:10rem 1fr;gap:.3rem 1rem;font-size:.9rem}.shop-thankyou-dl dt{font-weight:600;color:#555}.shop-thankyou-dl dd{margin:0}.shop-thankyou-actions{margin-top:1.5rem}@container main-content (max-width:640px){.shop-checkout-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .shop-checkout-progress-line {
    min-width: 0.8rem;
  }
  
  .shop-checkout-field-row {
    gap: 0.5rem;
  }
  .shop-thankyou-dl {
    grid-template-columns: 1fr;
  }
  .shop-thankyou-dl dt {
    margin-top: 0.5rem;
  }
}.shop-checkout-radios{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;margin-top:.25rem}.shop-checkout-radio{display:flex;align-items:center;gap:.35rem;cursor:pointer;font-weight:400;font-size:.9rem}.shop-checkout-radio input[type=radio]{margin:0;cursor:pointer}.shop-checkout-field-label{display:block;font-size:.85rem;margin-bottom:.25rem;font-weight:500}.shop-checkout-shipping-option{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto auto;align-items:center;gap:.2rem .6rem;padding:.55rem .7rem;border:1px solid rgba(0,0,0,.12);border-radius:5px;cursor:pointer;margin-bottom:.4rem;transition:border-color .12s,background .12s}.shop-checkout-shipping-option:has(input:checked){border-color:var(--color-primary,#c07828);background:rgba(192,120,40,6%);box-shadow:0 0 0 1px var(--color-primary,#c07828)}.shop-checkout-shipping-option input[type=radio]{grid-row:1/3;margin:0;cursor:pointer;accent-color:var(--color-primary,#c07828)}.shop-checkout-shipping-name{font-weight:500}.shop-checkout-shipping-price{text-align:right;font-weight:600}.shop-checkout-shipping-free{color:#2a7}.shop-checkout-shipping-desc{grid-column:2/3;font-size:.82rem}.shop-checkout-step2-summary-addr{margin-top:.8rem;font-size:.85rem}.shop-checkout-step2-summary-label{font-weight:600;color:#555;margin-top:.3rem}.shop-checkout-step2-summary-val{color:#333;line-height:1.4}.shop-thankyou-downloads{background:rgba(0,0,0,.025);border:1px solid rgba(0,0,0,.1);border-radius:6px;padding:1rem 1.2rem;margin:1rem 0}.shop-thankyou-section-title{font-size:1rem;font-weight:600;margin:0 0 .5rem}.shop-download-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.shop-download-item{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.shop-download-btn{min-width:160px}.shop-cart-coupon{margin:.5rem 0;padding:.75rem;background:rgba(0,0,0,3%);border-radius:6px;border-top:1px solid rgba(0,0,0,7%);border-bottom:1px solid rgba(0,0,0,7%)}.shop-cart-coupon-form{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.shop-cart-coupon-input{flex:1 1 160px;max-width:220px;padding:.4rem .6rem;border:1px solid var(--color-border,#ccc);border-radius:4px;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.shop-cart-coupon-error{margin:.4rem 0 0;color:var(--color-danger,#c0392b);font-size:.88rem}.shop-cart-coupon-applied{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.shop-cart-coupon-label{font-size:.95rem}.shop-cart-coupon-discount{color:var(--color-ok,#27ae60);font-weight:600}.shop-cart-coupon-remove{font-size:.82rem;color:var(--color-muted,#888);padding:0;background:0 0;border:none;cursor:pointer;text-decoration:underline}.shop-cart-aftertotal{margin-top:.5rem;display:flex;justify-content:space-between;font-size:1rem;padding-top:.5rem;border-top:1px solid var(--color-border,#e0e0e0)}.tax-lookup-notice{margin-top:.4rem;padding:.45rem .75rem;border-radius:4px;font-size:.88rem;line-height:1.4}.tax-lookup-valid{background:var(--color-ok-bg,#eafaf1);color:var(--color-ok,#1a7a3f);border:1px solid var(--color-ok-border,#a9dfbf)}.tax-lookup-warning{background:var(--color-warn-bg,#fef9e7);color:var(--color-warn,#7d6608);border:1px solid var(--color-warn-border,#f9e79f)}.tax-lookup-error{background:var(--color-error-bg,#fdedec);color:var(--color-error,#922b21);border:1px solid var(--color-error-border,#f5b7b1)}.shop-checkout-field-row-taxlookup{display:flex;align-items:flex-start;gap:.6rem;flex-wrap:nowrap}.shop-checkout-field-taxinput{flex:0 0 15ch;min-width:0}.shop-checkout-field-taxresult{flex:auto;min-width:0;padding-top:1.6rem}.shop-checkout-field-taxresult .tax-lookup-notice{margin-top:0;font-size:.8rem;padding:.35rem .5rem;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-variant-form{margin-bottom:1rem}.shop-variant-attr{margin-bottom:.75rem}.shop-variant-attr-name{display:block;font-size:.85rem;font-weight:600;color:#555;margin-bottom:.4rem}.shop-variant-options{display:flex;flex-wrap:wrap;gap:.4rem}.shop-variant-opt{display:inline-flex;align-items:center;cursor:pointer}.shop-variant-opt input[type=radio]{position:absolute;opacity:0;width:0;height:0}.shop-variant-text{display:inline-block;padding:.3rem .75rem;border:2px solid #e0e0e0;border-radius:4px;font-size:.875rem;transition:border-color .15s,background .15s;background:#fff}.shop-variant-opt-sel .shop-variant-text{border-color:var(--color-primary,#2563eb);background:#eff6ff;color:var(--color-primary,#2563eb);font-weight:600}.shop-variant-text:hover{border-color:#aaa}.shop-variant-color{display:inline-block;width:32px;height:32px;border-radius:50%;border:2px solid #e0e0e0;transition:border-color .15s,box-shadow .15s}.shop-variant-opt-sel .shop-variant-color{border-color:var(--color-primary,#2563eb);box-shadow:0 0 0 2px #bfdbfe}.shop-variant-unavailable{color:var(--color-danger,#dc2626);font-size:.9rem;margin:.5rem 0 1rem}.shop-quickadd{background:#fff;border-radius:12px;padding:1.5rem;max-width:420px;width:100%;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.18);margin:2rem auto}.shop-quickadd-close{position:absolute;top:.75rem;right:.75rem;background:0 0;border:none;font-size:1.2rem;cursor:pointer;color:#666;line-height:1;padding:.25rem .4rem}.shop-quickadd-close:hover{color:#000}.shop-quickadd-header{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem}.shop-quickadd-thumb{width:72px;height:72px;object-fit:cover;border-radius:6px;flex-shrink:0}.shop-quickadd-title h3{margin:0 0 .25rem;font-size:1rem;font-weight:600}.shop-quickadd-price{font-size:1.1rem;font-weight:700;color:var(--color-primary,#c07828)}.shop-quickadd-form{margin-bottom:1rem}.shop-quickadd-detail-link{display:block;margin-top:.75rem;font-size:.85rem;color:#666;text-decoration:none;text-align:right}.shop-quickadd-detail-link:hover{color:var(--color-primary,#c07828)}.shop-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.6rem 1.5rem;background:var(--color-primary,#c07828);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;transition:filter .15s}.shop-btn-primary:hover,.shop-btn-primary:focus-visible{filter:brightness(1.08);color:#fff}.shop-btn-primary:disabled{opacity:.6;cursor:not-allowed}.shop-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.6rem 1.2rem;background:0 0;color:inherit;border:1px solid rgba(0,0,0,.22);border-radius:6px;font-size:1rem;cursor:pointer;text-decoration:none;white-space:nowrap;transition:background .15s}.shop-btn-secondary:hover,.shop-btn-secondary:focus-visible{background:rgba(0,0,0,5%)}.shop-cart-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem 1.2rem;background:var(--color-primary,#c07828);color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:filter .15s}.shop-cart-btn:hover{filter:brightness(1.08)}.shop-cart-btn:disabled{opacity:.6;cursor:not-allowed}.shop-cart-btn-full{width:100%;display:flex}.shop-add-to-cart-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.shop-add-to-cart-row .shop-cart-btn{flex:1}.shop-quickadd-price-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.75rem 0}.shop-quickadd-price-block{flex:1;min-width:0}.shop-quickadd-price-net{font-size:.8rem;margin-top:.1rem}.shop-quickadd-unit{font-size:.85rem;font-weight:400}.shop-card-body-btn{display:block;width:100%;background:0 0;border:none;padding:0;margin:0;text-align:left;cursor:pointer;color:inherit;font:inherit;flex:1}.shop-card-body-btn:hover .shop-card-name{color:var(--color-primary,#2563eb)}.shop-landing-msg{min-height:1.5rem;margin-top:1rem;color:#c0392b;font-size:.9rem}.shop-landing-page{padding:1rem 0}.shop-landing-header{margin-bottom:1.5rem}.shop-landing-title{margin:0 0 .4rem;font-size:1.6rem}.shop-landing-subtitle{margin:0 0 .25rem;font-size:1.05rem;color:#555}.shop-landing-desc{margin:0;color:#666}.shop-landing-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #e8e4de}.shop-landing-back{font-size:.9rem}.shop-landing-form-slot{margin:1.5rem 0}