#product-grid .grid__item{margin-bottom:0}.product-card-square{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e2e2;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;position:relative;height:100%}.product-card-square:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0000001a;border-color:gold}.product-image-wrapper{position:relative;display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#fff}.product-image-wrapper .product-img{width:100%;height:100%;object-fit:contain;padding:10px;transition:transform .3s ease}.product-card-square:hover .product-img--primary{transform:scale(1.03)}.product-img--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.product-card-square:hover .product-img--secondary{opacity:1}.merch-product-badge{position:absolute;top:1rem;left:1rem;z-index:2;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:48px;padding:.5rem .7rem .45rem;background:#d93025;color:#fff;border-radius:8px;line-height:1;box-shadow:0 4px 10px #d930254d,0 0 0 2px #fff}.merch-product-badge .badge-pct{font-size:1.35rem;font-weight:900;letter-spacing:-.02em}.merch-product-badge .badge-lbl{font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-top:.15rem;opacity:.95}.merch-product-badge--soldout{flex-direction:row;background:#1a1a1a;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:.5rem .8rem}.product-info-overlay{position:relative;background:#fff;padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;flex:1}.product-vendor{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a8a8a;margin:0 0 .3rem}.product-title{font-size:.98rem;font-weight:600;color:#1a1a1a;margin:0 0 .35rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-title a{color:inherit;text-decoration:none}.product-title a:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.product-sku{margin:0 0 .5rem;font-size:.76rem;color:#999;letter-spacing:.02em}.product-color-swatches{display:flex;align-items:center;gap:.35rem;margin:0 0 .6rem;position:relative;z-index:1}.product-color-swatch{width:16px;height:16px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#ccc;flex:none}.product-color-swatch-more{font-size:.72rem;color:#888;font-weight:600}.product-color-swatch[data-color=Black i]{background:#111}.product-color-swatch[data-color=White i]{background:#fff}.product-color-swatch[data-color=Grey i],.product-color-swatch[data-color=Gray i]{background:#8a8a8a}.product-color-swatch[data-color=Red i]{background:#d93025}.product-color-swatch[data-color=Orange i]{background:#f57c00}.product-color-swatch[data-color=Yellow i]{background:gold}.product-color-swatch[data-color=Gold i]{background:#b8860b}.product-color-swatch[data-color=Green i]{background:#2e7d32}.product-color-swatch[data-color=Olive i]{background:#6b6b1f}.product-color-swatch[data-color=Blue i]{background:#1e5fbf}.product-color-swatch[data-color=Navy i]{background:#1a2744}.product-color-swatch[data-color=Purple i]{background:#6a3fa0}.product-color-swatch[data-color=Pink i]{background:#e6789a}.product-color-swatch[data-color=Brown i]{background:#6b4423}.product-color-swatch[data-color=Tan i],.product-color-swatch[data-color=Beige i]{background:tan}.product-color-swatch[data-color=Silver i]{background:silver}.product-color-swatch[data-color=Camo i],.product-color-swatch[data-color=Camouflage i]{background:linear-gradient(135deg,#4b5320 25%,#6b6b1f 25% 50%,#4b5320 50% 75%,#6b6b1f 75%)}.product-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin:auto 0 .75rem;position:relative;z-index:1}.product-price-now{font-size:1.15rem;font-weight:800;color:#1a1a1a;line-height:1}.product-price--sale .product-price-now{color:#d93025}.product-price-was{font-size:.85rem;color:#999;text-decoration:line-through;line-height:1}.product-price-save{display:inline-flex;align-items:center;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#d93025;background:#d9302514;padding:.25rem .5rem;border-radius:999px;line-height:1}.product-rating{margin:0 0 .5rem;position:relative;z-index:1}.product-quick-add,.quick-add-btn{position:relative;z-index:1}.quick-add-btn{display:flex;align-items:center;justify-content:center;width:100%;height:44px;background:#1a1a1a;color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;border:none;border-radius:6px;cursor:pointer;text-decoration:none;transition:background .15s ease,transform .15s ease,opacity .2s ease}.quick-add-btn:hover{background:gold;color:#1a1a1a}.quick-add-btn--options{background:#fff;color:#1a1a1a;border:1.5px solid #1a1a1a}.quick-add-btn--options:hover{background:#1a1a1a;color:#fff}.quick-add-btn--soldout{background:#f2f2f2;color:#777}.quick-add-btn__done{display:none}.quick-add-btn.is-loading{opacity:.6;pointer-events:none}.quick-add-btn.is-done{background:#16a34a;color:#fff}.quick-add-btn.is-done .quick-add-btn__label{display:none}.quick-add-btn.is-done .quick-add-btn__done{display:inline}@media(hover:hover)and (min-width:750px){.product-quick-add,.quick-add-btn--options,.quick-add-btn--soldout{opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease}.product-card-square:hover .product-quick-add,.product-card-square:focus-within .product-quick-add,.product-card-square:hover .quick-add-btn--options,.product-card-square:focus-within .quick-add-btn--options,.product-card-square:hover .quick-add-btn--soldout,.product-card-square:focus-within .quick-add-btn--soldout{opacity:1;transform:none}}.quick-add-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(20px);background:#1a1a1a;color:#fff;padding:.9rem 1.4rem;border-radius:8px;font-size:.92rem;font-weight:600;display:flex;gap:1rem;align-items:center;box-shadow:0 12px 32px #0003;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;z-index:9999}.quick-add-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}.quick-add-toast a{color:gold;font-weight:800;text-decoration:none}@media(prefers-reduced-motion:reduce){.product-card-square,.product-img,.quick-add-btn,.quick-add-toast{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/component-product-grid.css.map */
