:root{--pcg-color-primary: #00a9e0;--pcg-color-secondary: #ff9900;--pcg-color-dark: #33393b;--pcg-color-white: #ffffff;--pcg-color-black: #1a1a1a;--pcg-color-gray: #666666;--pcg-color-light-gray: #9e9e9e;--pcg-color-red: #cd3752;--pcg-font-weight-regular: 400;--pcg-font-weight-bold: 700;--pcg-letter-spacing-tight: -.02em;--pcg-letter-spacing-normal: .02em;--pcg-line-height-normal: 1.4;--pcg-line-height-tight: 1.2}.product-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5px}@media (min-width: 1080px){.product-card-grid{grid-template-columns:repeat(4,1fr);gap:20px}}@media (min-width: 1080px){.product-card-grid.desktop-1-col{grid-template-columns:repeat(1,1fr)}.product-card-grid.desktop-2-col{grid-template-columns:repeat(2,1fr)}.product-card-grid.desktop-3-col{grid-template-columns:repeat(3,1fr)}.product-card-grid.desktop-4-col{grid-template-columns:repeat(4,1fr)}.product-card-grid.desktop-5-col{grid-template-columns:repeat(5,1fr)}.product-card-grid.desktop-6-col{grid-template-columns:repeat(6,1fr)}}@media (max-width: 1079px){.product-card-grid.mobile-1-col{grid-template-columns:repeat(1,1fr)}.product-card-grid.mobile-2-col{grid-template-columns:repeat(2,1fr)}.product-card-grid.mobile-3-col{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1080px){.product-card-grid.grid-2-col{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1080px){.product-card-grid.grid-3-col{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1080px){.product-card-grid.grid-5-col{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1080px){.product-card-grid.grid-6-col{grid-template-columns:repeat(6,1fr)}}.product-grid-error,.product-grid-empty{display:grid;place-items:center;padding:40px 20px;text-align:center;color:var(--pcg-color-gray)}.product-grid-error p,.product-grid-empty p{font-size:16px;font-weight:var(--pcg-font-weight-regular)}.product-card{background-color:#fff!important;border-radius:8px;color:var(--pcg-color-black)!important;display:grid;gap:20px;position:relative;overflow:hidden;padding:4px 10px 20px;font-family:inherit;line-height:var(--pcg-line-height-normal)}@media (min-width: 1080px){.product-card{padding:40px 20px}}.product-card,.product-card *{box-sizing:border-box}.product-card .product-info,.product-card .product-image,.product-card .product-actions{background-color:#0000}.product-image{position:relative;text-align:center}.product-image>a{display:block;text-decoration:none}.product-image>a>img{width:150px;height:150px;object-fit:contain;transition:transform .3s ease}.product-image>a>img:hover{transform:scale(1.05)}.present-products{background:linear-gradient(135deg,#f0fcff,#e6f7ff);border:1px solid var(--pcg-color-primary);border-radius:6px;padding:8px 6px 6px;font-size:11px;margin-top:8px;display:flex;align-items:flex-start;gap:6px;position:relative;transition:all .3s ease}.present-products:hover{border-color:#1ec9f7}.present-products.present-out-of-stock{background:linear-gradient(135deg,#fafafa,#f0f0f0);border:1px solid #ddd;opacity:.85;position:relative}.present-products.present-out-of-stock:hover{border-color:#ddd}.present-products.present-out-of-stock .present-products-icon{display:none}.present-products-icon{background:linear-gradient(135deg,var(--pcg-color-primary),#1ec9f7);border-radius:12px;display:flex;align-items:center;justify-content:center;gap:3px;flex-shrink:0;position:absolute;top:-8px;left:50%;transform:translate(-50%);text-align:center;box-shadow:0 2px 6px #00a9e04d;border:1px solid var(--pcg-color-white);padding:3px 6px;white-space:nowrap;font-size:8px;font-weight:var(--pcg-font-weight-bold);color:var(--pcg-color-white)}.present-products-icon svg{width:8px;height:8px;color:var(--pcg-color-white);filter:drop-shadow(0 1px 1px rgba(0,0,0,.2));flex-shrink:0}.present-products-icon span{font-size:8px;font-weight:var(--pcg-font-weight-bold);color:var(--pcg-color-white)}.present-products-list{display:grid;gap:4px;margin-top:4px}.present-product-item{display:grid;grid-template-columns:40px 1fr;gap:6px;align-items:center;text-align:left;padding:2px 0;transition:all .2s ease;position:relative}.present-product-item:hover{transform:translate(2px)}.present-product-item:hover img{transform:scale(1.05)}.present-product-item img{width:100%;height:100%;object-fit:cover;border-radius:4px;transition:transform .2s ease}.present-product-title{font-size:10px;font-weight:var(--pcg-font-weight-bold);color:#0074cc;line-height:1.2;letter-spacing:-.02em}.present-product-item.unavailable{opacity:.6;position:relative}.present-product-item.unavailable:hover,.present-product-item.unavailable:hover img{transform:none}.present-product-item.unavailable img{filter:grayscale(100%) brightness(1.1);border:1px solid #eee}.present-product-item.unavailable .present-product-title{color:#aaa;text-decoration:line-through;text-decoration-color:#ccc}.out-of-stock-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#ff9800e6;color:#fff;font-size:7px;font-weight:var(--pcg-font-weight-bold);padding:3px 8px;border-radius:8px;z-index:5;border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 6px #0003;letter-spacing:.5px}.product-badge{position:absolute;top:0;left:0;background-color:var(--pcg-color-black);color:var(--pcg-color-white);padding:4px 15px;border-radius:0 0 8px;font-size:12px;font-weight:var(--pcg-font-weight-bold);z-index:2}.product-badge-preview{position:absolute;top:0;left:0;background-color:var(--pcg-color-black);color:var(--pcg-color-white);padding:4px 15px;border-radius:0 0 8px;font-size:10px;font-weight:var(--pcg-font-weight-bold);z-index:2;box-shadow:none;margin:0}@media (min-width: 1080px){.product-badge-preview{font-size:12px}}.color-variants{display:flex;justify-content:center;gap:2px;margin-top:15px;flex-wrap:wrap}.color-option{width:30px;height:30px;border:2px solid rgba(0,0,0,0);border-radius:4px;background:none;cursor:pointer;padding:2px;transition:all .3s ease;position:relative;overflow:hidden}.color-option:hover{border-color:var(--pcg-color-light-gray);transform:scale(1.05)}.color-option.active{border-color:var(--pcg-color-primary);box-shadow:0 0 0 2px #00a9e04d}.color-option img{width:100%;height:100%;object-fit:cover;border-radius:4px}.color-option .color-swatch{width:100%;height:100%;border-radius:4px;border:1px solid var(--pcg-color-light-gray)}.product-info{display:grid;width:100%;gap:15px;text-align:center}.product-info .product-price-v2{justify-content:center}.product-info .product-price-v2-unit{justify-content:center;align-items:end;gap:4px}.product-info .product-price-v2-default{font-size:16px}@media (min-width: 1080px){.product-info .product-price-v2-default{font-size:20px}}.product-title{font-size:13px;font-weight:var(--pcg-font-weight-bold);margin:0;line-height:var(--pcg-line-height-normal)}@media (min-width: 1080px){.product-title{font-size:16px}}.product-title a{color:inherit;text-decoration:none}.product-title a:hover{color:var(--pcg-color-primary)}.grid-card-price .price-original{font-size:12px;color:var(--pcg-color-gray);text-decoration:line-through}.grid-card-price .price-current{font-size:20px;color:var(--pcg-color-red);font-weight:var(--pcg-font-weight-bold)}.grid-card-price .price-tax{font-size:10px;color:var(--pcg-color-red)}.product-miles{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:40px;display:flex;align-items:center;overflow:hidden;height:24px;padding:4px 8px 4px 4px;justify-content:center;gap:4px;width:-moz-fit-content;width:fit-content;margin:0 auto}.miles-icon{background-color:var(--pcg-color-primary);color:var(--pcg-color-white);padding:6px 8px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:var(--pcg-font-weight-bold);border-radius:50%;width:15px;height:15px;flex-shrink:0}@media (min-width: 1080px){.miles-icon{font-size:10px;width:18px;height:18px}}.miles-text{color:#495057;font-size:9px;font-weight:var(--pcg-font-weight-bold);white-space:nowrap;letter-spacing:-.05em}@media (min-width: 1080px){.miles-text{font-size:12px}}.miles-amount{color:var(--pcg-color-black);font-size:9px;font-weight:var(--pcg-font-weight-bold);white-space:nowrap;text-align:center;flex:1;transition:all .3s ease}@media (min-width: 1080px){.miles-amount{font-size:12px}}.miles-amount.loading-dots{position:relative;min-height:1em}.miles-amount.loading-dots:after{content:"...";display:inline-block;animation:loadingDots 1.4s infinite ease-in-out;letter-spacing:1px}@keyframes loadingDots{0%,20%{opacity:0}40%{opacity:1}to{opacity:0}}.product-actions{display:grid;gap:8px;margin:auto 0}.btn-cart{background-color:#00abea;color:var(--pcg-color-white);border:none;border-radius:4px;padding:8px 4px;font-size:12px;font-weight:var(--pcg-font-weight-regular);cursor:pointer;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;font-family:inherit;font-weight:var(--font-weight-bold)}@media (min-width: 1080px){.btn-cart{padding:12px 4px;font-size:15px}}.btn-cart:hover{background-color:#09c;transform:translateY(-1px)}.btn-cart:active{transform:translateY(0)}.btn-cart:disabled{opacity:.7;cursor:not-allowed}.btn-cart.btn-disabled{background-color:var(--pcg-color-light-gray)!important;color:var(--pcg-color-white)!important;cursor:not-allowed!important;opacity:.6;pointer-events:none}.btn-cart.btn-disabled:hover{background-color:var(--pcg-color-light-gray)!important;color:var(--pcg-color-white)!important;transform:none!important}.btn-cart.btn-disabled:active{transform:none!important}.btn-amazon{background-color:#0000;color:var(--pcg-color-black);border:1px solid var(--pcg-color-secondary);border-radius:4px;padding:8px 4px;font-size:12px;font-weight:var(--pcg-font-weight-regular);cursor:pointer;text-decoration:none;display:grid;place-items:center;text-align:center;transition:all .3s ease;font-family:inherit;white-space:nowrap}@media (min-width: 1080px){.btn-amazon{font-size:14px}}.btn-amazon:hover{background-color:var(--pcg-color-secondary);color:var(--pcg-color-black);transform:translateY(-1px)}.btn-amazon:active{transform:translateY(0)}.btn-amazon.btn-amazon-inactive{background-color:var(--pcg-color-light-gray);color:var(--pcg-color-white);border-color:var(--pcg-color-light-gray);cursor:not-allowed;opacity:.6}.btn-amazon.btn-amazon-inactive:hover{background-color:var(--pcg-color-light-gray);color:var(--pcg-color-white);transform:none}.btn-amazon.btn-disabled{background-color:var(--pcg-color-light-gray)!important;color:var(--pcg-color-white)!important;border-color:var(--pcg-color-light-gray)!important;cursor:not-allowed!important;opacity:.6;pointer-events:none!important}.btn-amazon.btn-disabled:hover{background-color:var(--pcg-color-light-gray)!important;color:var(--pcg-color-white)!important;transform:none!important}.btn-amazon.btn-disabled:active{transform:none!important}.product-details{display:flex;align-items:center;gap:6px;color:var(--pcg-color-primary);text-decoration:none;font-size:12px;width:-moz-fit-content;width:fit-content;margin:0 auto;transition:all .3s ease}.product-details:hover{color:#08c;transform:translate(2px)}.product-details span{font-family:inherit}.details-arrow{width:6px;height:10px;transition:transform .3s ease}.product-details:hover .details-arrow{transform:translate(2px)}@media (min-width: 1080px){.product-card-grid.desktop-2-col .product-card{display:grid;grid-template-columns:45fr 55fr;align-items:center;gap:20px}.product-card-grid.desktop-2-col .product-card .product-info{text-align:left;gap:10px}.product-card-grid.desktop-2-col .product-card .product-info .product-price-v2-unit{justify-content:flex-start}.product-card-grid.desktop-2-col .product-card .product-miles,.product-card-grid.desktop-2-col .product-card .product-details{margin:0}.product-card-grid.desktop-2-col .product-card .product-actions{grid-template-columns:1fr 1fr}}@media (prefers-color-scheme: dark){.product-card{background-color:#2a2a2a;color:#fff}.product-grid-error,.product-grid-empty{color:#ccc}.btn-cart{background-color:#08c}.btn-cart:hover{background-color:#069}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeIn .6s ease forwards}.product-card-grid .product-card:nth-child(1){animation-delay:.1s}.product-card-grid .product-card:nth-child(2){animation-delay:.2s}.product-card-grid .product-card:nth-child(3){animation-delay:.3s}.product-card-grid .product-card:nth-child(4){animation-delay:.4s}.product-card-grid .product-card:nth-child(5){animation-delay:.5s}.product-card-grid .product-card:nth-child(6){animation-delay:.6s}.product-card-grid .product-card:nth-child(7){animation-delay:.7s}.product-card-grid .product-card:nth-child(8){animation-delay:.8s}.product-card-viewall-btn-wrapper{text-align:center;margin:40px 0 0}.product-card-viewall-btn{display:inline-block;background:var(--pcg-color-primary, #00a9e0);color:#fff;font-weight:700;font-size:1.3em;padding:18px 56px;border-radius:40px;text-decoration:none;box-shadow:0 4px 16px #00a9e026;transition:background .2s,transform .1s;letter-spacing:.05em;margin:0 auto;cursor:pointer}.product-card-viewall-btn:hover,.product-card-viewall-btn:focus{background:#0090c1;transform:scale(1.04)}@media (max-width: 1079px){.product-card-viewall-btn{font-size:1.05em;padding:14px 24px;border-radius:28px}}
/*# sourceMappingURL=/cdn/shop/t/322/assets/product-card-grid.css.map */
