ul#gf-products.grid.product-grid,#product-grid.gspf{list-style:none;margin:0;padding:0;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--grid-desktop-vertical-spacing, 1.6rem) var(--grid-desktop-horizontal-spacing, 1.6rem);justify-items:stretch!important;align-items:start!important}@media (max-width: 900px){ul#gf-products.grid.product-grid,#product-grid.gspf{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.25rem 1rem!important}}ul#gf-products.grid.product-grid .grid__item{display:flex}ul#gf-products.grid.product-grid .grid__item>*{width:100%}.gspf-card{display:flex;flex-direction:column;height:100%;background:rgb(var(--color-background, 255 255 255));border:1px solid rgba(0,0,0,.06);border-radius:var(--panel-corner-radius, 12px);box-shadow:0 8px 20px #0000000f;overflow:hidden}.gspf-card__body{display:flex;flex-direction:column;gap:.7rem;padding:1.2rem 1.6rem 1.6rem;flex:1 1 auto}:root{--gspf-img-h-desktop: 260px;--gspf-img-h-tablet: 240px;--gspf-img-h-mobile: 220px}.gspf-card__image{display:block;width:100%;height:var(--gspf-img-h-desktop);background:#00000008;overflow:hidden}@media (max-width: 990px){.gspf-card__image{height:var(--gspf-img-h-tablet)}}@media (max-width: 600px){.gspf-card__image{height:var(--gspf-img-h-mobile)}}.gspf-card__image img{width:100%;height:100%;object-fit:contain;display:block}.gspf-title,.gspf-title a{line-height:1.2;font-weight:800;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.4em}.gspf-card__body .gspf-price,.gspf-card__body .price-wrapper,.gspf-card__body .price{margin-top:auto;display:inline-flex;align-items:baseline;gap:.25rem;white-space:nowrap}.gspf-card__body .price-suffix{font-size:.95em;line-height:1;white-space:nowrap}.gspf-card .button,.gspf-btn,ul#gf-products .button{width:100%;max-width:none;padding:12px 16px;border:0;border-radius:12px;text-transform:uppercase;letter-spacing:.04em;font-weight:700;white-space:nowrap;text-align:center;color:rgb(var(--color-button-text, 255 255 255));background:rgb(var(--color-button, 17 17 17));box-shadow:0 10px 18px #0000001f;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.gspf-card .button:hover,.gspf-btn:hover,ul#gf-products .button:hover{transform:translateY(-2px);filter:brightness(1.05);box-shadow:0 14px 26px #0000002e}.gspf-card .button:active,.gspf-btn:active,ul#gf-products .button:active{transform:translateY(0);box-shadow:0 8px 16px #0000001f}.tire-badges{display:flex;flex-wrap:wrap;gap:.35rem .45rem;margin:.35rem 0 .5rem}.tire-badge{font-size:1.2rem;line-height:1;padding:.28rem .5rem;border-radius:.5rem;background:#0000000d}ul#gf-products,ul#gf-products *{writing-mode:horizontal-tb!important;text-orientation:mixed!important}ul#gf-products.grid.product-grid,#product-grid.gspf{display:grid!important;grid-auto-flow:row!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:var(--grid-desktop-vertical-spacing, 1.6rem) var(--grid-desktop-horizontal-spacing, 1.6rem);justify-items:stretch!important;align-items:start!important}@media (max-width: 1200px){ul#gf-products.grid.product-grid,#product-grid.gspf{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 900px){ul#gf-products.grid.product-grid,#product-grid.gspf{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 600px){ul#gf-products.grid.product-grid,#product-grid.gspf{grid-template-columns:1fr!important;gap:1rem!important}}ul#gf-products.grid.product-grid .grid__item{display:flex;width:auto!important;max-width:none!important;min-width:0!important;grid-column:auto / span 1!important}ul#gf-products.grid.product-grid.grid--5-col-desktop .grid__item,ul#gf-products.grid.product-grid.grid--4-col-desktop .grid__item,ul#gf-products.grid.product-grid.grid--3-col-desktop .grid__item,ul#gf-products.grid.product-grid.grid--2-col-desktop .grid__item,ul#gf-products.grid.product-grid.grid--2-col-tablet-down .grid__item{grid-column:auto / span 1!important}ul#gf-products.grid.product-grid .grid__item>*,#product-grid.gspf .grid__item>*{width:100%}#gf-tree .gf-group-heading,#gf-tree .gf-filter-title,#gf-tree .gf-tree__title{display:flex;align-items:center;justify-content:space-between;gap:.5rem}#gf-tree .gf-clear,#gf-tree .gf-clear-filter,#gf-tree .clear,#gf-tree .gf-clear a,#gf-tree .gf-clear button{white-space:nowrap;flex:0 0 auto}#gf-tree .gf-clear,#gf-tree .gf-clear-filter{padding:.15rem .55rem;border-radius:999px}.section-recently-viewed .grid{gap:var(--grid-desktop-vertical-spacing, 2rem) var(--grid-desktop-horizontal-spacing, 2rem)}@media (max-width: 990px){.section-recently-viewed .grid{gap:1.25rem 1rem}}@media (max-width: 600px){.section-recently-viewed .grid{gap:1rem}}.section-recently-viewed .card{background:rgb(var(--color-background, 255 255 255));border-radius:var(--panel-corner-radius, 12px);border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 20px #0000000f;overflow:hidden;display:flex;flex-direction:column;height:100%}:root{--rv-img-h-desktop: 320px;--rv-img-h-tablet: 260px;--rv-img-h-mobile: 220px}.section-recently-viewed .card__media{width:100%;height:var(--rv-img-h-desktop);background:#00000008}@media (max-width: 990px){.section-recently-viewed .card__media{height:var(--rv-img-h-tablet)}}@media (max-width: 600px){.section-recently-viewed .card__media{height:var(--rv-img-h-mobile)}}.section-recently-viewed .card__media img{width:100%;height:100%;object-fit:contain;display:block}.section-recently-viewed .card__content{display:flex;flex-direction:column;gap:.7rem;padding:1.2rem 1.6rem 1.6rem;flex:1 1 auto}.section-recently-viewed .card__information .card__heading,.section-recently-viewed .card__information .card__heading a{line-height:1.2;font-weight:800;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:2.4em}.section-recently-viewed .price,.section-recently-viewed .price-wrapper{margin-top:auto;display:inline-flex;align-items:baseline;gap:.25rem;white-space:nowrap}.section-recently-viewed .card__content .button.button--secondary,.section-recently-viewed .quantity,.section-recently-viewed .quantity-popover,.section-recently-viewed .quantity-popover-trigger{display:none!important}.section-recently-viewed .card__content .button,.section-recently-viewed .quick-add .button{width:100%;writing-mode:horizontal-tb!important;text-orientation:mixed!important;transform:none!important;border-radius:12px}.section-recently-viewed .quick-add .button{background:linear-gradient(135deg,#ff7a00,#ffb347);color:#fff;font-weight:700;border:0;box-shadow:0 6px 14px #ff7a0040;transition:transform .15s ease,box-shadow .15s ease}.section-recently-viewed .quick-add .button:hover{transform:translateY(-1px);box-shadow:0 10px 18px #ff7a0047}.section-recently-viewed .quick-add .button:active{transform:translateY(0);box-shadow:0 4px 10px #ff7a0033}.section-recently-viewed .card .full-unstyled-link{position:static!important;pointer-events:none!important}.section-recently-viewed .card__heading a{pointer-events:auto!important}.section-recently-viewed .slider{justify-items:center}.section-recently-viewed .slider>*{width:100%;max-width:420px}
/*# sourceMappingURL=/cdn/shop/t/6/assets/card-tire.css.map */
