.list-item{position:relative;height:100%;overflow:hidden;border:1px solid #ececec;border-radius:8px;background:#fff;color:#111;box-shadow:0 8px 24px #1111110a}.list-item .item-image{position:relative;display:block;aspect-ratio:1.08 / 1;padding:16px 14px 0;background:#fff}.list-item .item-image img{display:block;width:100%;height:100%;object-fit:contain}.list-item .item-image .list-item__image{transition:opacity .28s ease}.list-item .item-image .list-item__image--hover{position:absolute;top:16px;right:14px;bottom:0;left:14px;width:calc(100% - 28px);height:calc(100% - 16px);opacity:0}.list-item .item-image--has-hover:hover .list-item__image--primary{opacity:0}.list-item .item-image--has-hover:hover .list-item__image--hover{opacity:1}.list-item__save-badge,.list-item__sale-image{position:absolute;inset-block-start:12px;inset-inline-start:12px;z-index:2}.list-item__save-badge{display:inline-flex;min-height:22px;align-items:center;justify-content:center;padding:0 12px;border-radius:999px;background:#63ea39;color:#0f2c05;font-size:11px;font-weight:700;line-height:1}.list-item__sale-image img{width:60px;height:auto;object-fit:contain}.list-item__rating{position:absolute;inset-block-start:12px;inset-inline-end:12px;z-index:2;display:inline-flex;min-height:22px;align-items:center;gap:4px;padding:0 8px;border-radius:999px;background:#fff;color:#111;font-size:11px;font-weight:600;box-shadow:0 2px 8px #11111114}.list-item__rating svg{width:12px;height:12px;fill:#ffc400}.list-item .content{display:grid;gap:8px;padding:8px 14px 14px;text-align:left}.list-item .content .product__rating{justify-content:flex-start}.list-item .content .text{display:grid;min-width:0;gap:2px}.list-item .content .text .heading{display:block;overflow:hidden;color:#111;font-size:17px!important;font-weight:800;line-height:1.15;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.list-item .content .text .heading:hover{color:#111}.list-item .content .text .subHeading{overflow:hidden;color:#666;font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.list-item__purchase-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.list-item .content .price{min-width:0;padding-top:0;justify-content:flex-start;line-height:1}.list-item .content .price .price__regular{color:#111;font-size:18px;font-weight:800;letter-spacing:0}.list-item .content .price .price__sale{color:#9a9a9a;font-size:11px;font-weight:500}.list-item .content .price .price__sale:after{background:currentColor}.list-item .content .item-button{min-width:0}.list-item .content .item-button .product-form{margin:0}.list-item .content .item-button .buy-buttons{display:flex;align-items:center;justify-content:flex-end;gap:8px}.list-item .content .item-button .buy-buttons .button{width:32px;min-width:32px;height:32px;min-height:32px;padding:0;border-radius:999px;background:#050505;color:#fff}.list-item .content .item-button .buy-buttons .button:after{border:0}.list-item .content .item-button .buy-buttons .button .btn-text{display:flex;align-items:center;justify-content:center}.list-item .content .item-button .buy-buttons .button .btn-fill{background:#050505}.list-item .content .item-button .buy-buttons .add-to-cart-icon{width:16px;height:16px;fill:currentColor}.list-item .content .item-button .buy-buttons .product-link{display:inline-flex;min-width:88px;min-height:32px;align-items:center;justify-content:center;padding:0 14px;border:1px solid #050505;border-radius:999px;background:#fff;color:#050505;font-size:12px;font-weight:800;line-height:1;text-decoration:none;white-space:nowrap}.list-item .product-card__pay-row,.list-item .product-card__pay-row *{font-size:13px;line-height:1.3;letter-spacing:0}.list-item .product-card__pay-row{color:#777;min-width:0}.list-item .product-card__affirm-promo{display:block;margin:0}.list-item .product-card__pay-row .affirm-ala-price,.list-item .product-card__pay-row .affirm-logo,.list-item .product-card__pay-row .affirm-modal-trigger,.list-item .product-card__pay-row a{color:#111;font-weight:800}.list-item .product-card__pay-row .affirm-modal-trigger,.list-item .product-card__pay-row a{text-decoration:underline}.list-item .product-card__pay-row .affirm-site-modal{max-width:100%}.list-item .content .content-block{color:#777;font-size:10px;line-height:1.3}.list-item .content .content-block :is(label,input[type=checkbox],[class*=compare i],[id*=compare i]){display:none!important}.list-item .content .content-block :is(p,div){margin:0}.list-item__specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:8px -14px -14px;border-top:1px solid #ededed}.list-item__spec{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;min-height:56px;padding:10px 12px;border-bottom:1px solid #ededed}.list-item__spec:nth-child(odd){border-right:1px solid #ededed}.list-item__spec:nth-last-child(-n+2){border-bottom:0}.list-item__spec-icon{display:flex;width:22px;height:22px;align-items:center;justify-content:center;color:#111}.list-item__spec-icon img,.list-item__spec-icon svg{width:22px;height:22px;object-fit:contain}.list-item__spec-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.list-item__spec-copy{display:grid;min-width:0;gap:2px}.list-item__spec-copy strong{overflow:hidden;color:#111;font-size:12px;font-weight:800;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.list-item__spec-copy small{overflow:hidden;color:#777;font-size:10px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}@media(max-width:767px){.list-item{border-radius:6px}.list-item .item-image{aspect-ratio:1 / .88;padding:14px 12px 0}.list-item .item-image .list-item__image--hover{top:14px;right:12px;bottom:0;left:12px;width:calc(100% - 24px);height:calc(100% - 14px)}.list-item .content{gap:7px;padding:8px 12px 12px}.list-item .content .text .heading{font-size:16px!important}.list-item__purchase-row{grid-template-columns:1fr;gap:7px}.list-item .content .item-button .buy-buttons{justify-content:flex-start}.list-item__specs{margin:6px -12px -12px}.list-item__spec{min-height:52px;padding:9px 10px}}
/*# sourceMappingURL=/cdn/shop/t/174/assets/product-list-item.css.map */
