.product-cards{display:grid;grid-template-areas:"title" "carousel" "link"}@media screen and (min-width:481px){.product-cards{grid-template-areas:"title link" "carousel carousel"}}.section:has(>.product-cards){margin-bottom:var(--spacing-12)}@media screen and (min-width:1025px){.section:has(>.product-cards){margin-bottom:var(--spacing-14)}}.section:has(>.product-cards):last-child{margin-bottom:0}@media screen and (min-width:481px){.product-cards:not(:has(.product-cards__link)) .product-cards__title{grid-column:span 2}}.product-cards__title{border-bottom:1px solid var(--color-gray-20);grid-area:title;-ms-grid-column:1;-ms-grid-row:1;margin-bottom:var(--grid-row-gutter);min-height:48px;padding-bottom:var(--spacing-4)}@media screen and (min-width:481px){.product-cards__title{min-height:52px}}@media screen and (min-width:835px){.product-cards__title{margin-bottom:var(--spacing-10)}}.product-cards__link{color:var(--color-blue);grid-area:link;-ms-grid-column:1;-ms-grid-row:3;margin-top:var(--spacing-10)}.product-cards__link svg{height:24px;width:24px}@media screen and (min-width:481px){.product-cards__link{align-items:flex-start;border-bottom:1px solid var(--color-gray-20);display:flex;justify-content:flex-end;margin-bottom:var(--grid-row-gutter);margin-top:0;min-height:52px}}@media screen and (min-width:835px){.product-cards__link{margin-bottom:var(--spacing-10);padding-top:var(--spacing-2)}}.product-cards__carousel{overflow-x:hidden}.product-cards__carousel,.product-cards__compact{grid-area:carousel;-ms-grid-column:1;-ms-grid-row:2}@media screen and (min-width:481px){.product-cards__title{-ms-grid-column:1;-ms-grid-row:1}.product-cards__link{-ms-grid-column:2;-ms-grid-row:1}.product-cards__carousel,.product-cards__compact{-ms-grid-column:1;-ms-grid-row:2;-ms-grid-column-span:2}}@media screen and (max-width:481px){.product-cards__compact{overflow-x:hidden}}.product-cards__slider{overflow-x:visible}@media screen and (min-width:481px){.product-cards__slider{position:relative}}@media screen and (min-width:1120px){.product-cards__slider{margin-inline:0}}@media screen and (min-width:481px){.product-cards__slider[total="2"] .product-cards__nav{display:none}}@media screen and (min-width:835px){.sidebar-grid__content .product-cards__slider[total="2"] .product-cards__nav{display:block}}@media screen and (min-width:1281px){.sidebar-grid__content .product-cards__slider[total="2"] .product-cards__nav{display:none}}@media screen and (min-width:1025px){.product-cards__slider[total="3"] .product-cards__nav{display:none}.sidebar-grid__content .product-cards__slider[total="3"] .product-cards__nav{display:block}}.product-cards__track{overflow:visible}.product-cards__slides{align-items:stretch;display:flex;gap:var(--spacing-6)}@media screen and (min-width:835px){.product-cards__slides{gap:var(--spacing-8)}}@media screen and (min-width:481px){.product-cards__slide{flex:0 0 calc(50% - var(--spacing-3))}}@media screen and (min-width:835px){.product-cards__slide{flex:1 0 352px;max-width:calc(50% - var(--spacing-3))}}.product-cards__image-link{display:block}.product-cards--grid .product-cards__slides{flex-wrap:wrap;max-width:100%}@media screen and (min-width:835px){.product-cards--grid .product-cards__slide{flex:1 0 204px}}@media screen and (min-width:1025px){.product-cards--grid .product-cards__slide{flex:1 0 270px}}@media screen and (min-width:1281px){.product-cards--grid .product-cards__slide{flex:1 0 310px}}.product-cards--grid .product-cards__nav,.product-cards--grid .product-cards__slider[total="2"] .product-cards__nav,.product-cards--grid .product-cards__slider[total="3"] .product-cards__nav{display:none}.product-cards--grid .product-cards__carousel{overflow-x:unset}@media screen and (min-width:835px){.product-cards__simple-cards-grid .product-cards__slides{display:grid;gap:var(--spacing-6);grid-template-columns:repeat(3,1fr)}.product-cards__simple-cards-grid .product-cards__slide{flex:0 0 312px;max-width:100%}}.product-cards__nav{display:flex;gap:20px;justify-content:center;margin-top:var(--spacing-6)}@media screen and (min-width:481px){.product-cards__nav{gap:0;margin-top:2px}}.product-cards__nav tp-slider-arrow[disabled=yes]{opacity:.4;pointer-events:none}@media screen and (min-width:481px){.product-cards__nav tp-slider-arrow[disabled=yes]{display:none}}.product-cards__arrow-button{--arrow-button-dimension:36px;align-items:center;background-color:var(--color-white);border:1px solid var(--color-black);border-radius:2px;cursor:pointer;display:flex;height:var(--arrow-button-dimension);justify-content:center;width:var(--arrow-button-dimension);z-index:1}@media screen and (min-width:481px){.product-cards__arrow-button{--arrow-button-dimension:48px;border:2px solid var(--color-black);border-radius:var(--border-radius-small);position:absolute;top:50%;transform:translateY(-50%)}}@media screen and (min-width:1025px){.product-cards__arrow-button{--arrow-button-dimension:56px}}.product-cards__arrow-button svg{--pc-svg-dimension:20px;height:var(--pc-svg-dimension);width:var(--pc-svg-dimension)}@media screen and (min-width:481px){.product-cards__arrow-button svg{--pc-svg-dimension:16px}}@media screen and (min-width:1025px){.product-cards__arrow-button svg{--pc-svg-dimension:24px}}@media screen and (min-width:481px){.product-cards__arrow-button--left{left:0}.product-cards__arrow-button--right{right:0}}.product-cards__arrow-button:hover{background-color:var(--color-black);border:1px solid var(--color-white);color:var(--color-white)}@media screen and (min-width:481px){.product-cards__arrow-button:hover{border-width:2px}}.product-cards__card{background-color:var(--color-white);border-radius:var(--border-radius);box-shadow:var(--shadow-1);display:flex;flex-direction:column;gap:var(--spacing-4);height:100%;overflow:hidden;padding:var(--spacing-4)}@media screen and (min-width:481px){.product-cards__card{gap:var(--spacing-6);padding:var(--spacing-6)}}.product-cards__card:hover{box-shadow:var(--shadow-4)}.product-cards__card:hover img{transform:scale(var(--scale-size))}.product-cards__card:hover a{color:var(--color-blue);text-decoration:none}.product-cards__details{display:flex;flex-direction:column;flex-grow:1;gap:var(--spacing-6)}.product-cards__details .h4{margin-bottom:var(--spacing-3)}.product-cards__details h5{align-items:center;display:flex;gap:var(--spacing-2);margin-bottom:var(--spacing-2)}.product-cards__details h5 svg{height:20px;width:20px}.product-cards__details ul{display:flex;flex-wrap:wrap;list-style:none;padding:0}.product-cards__details li:not(:last-child):after{background-color:var(--color-black);border-radius:50%;content:"";display:inline-block;height:5px;margin:-3px 6px 0 2px;vertical-align:middle;width:5px}.product-cards__details a{margin-top:auto}.product-cards__ship a,.product-cards__ship span{font-style:italic}.product-cards__ship a{color:var(--color-blue);font-weight:var(--font-weight-bold);text-decoration:none}.product-cards__ship a:hover{text-decoration:underline}.product-cards__product-title{bottom:0;color:var(--color-white);left:0;margin-bottom:0;padding:var(--spacing-4);position:absolute;z-index:1}@media screen and (min-width:481px){.product-cards__product-title{padding:var(--spacing-4) var(--spacing-6)}}.product-cards h4{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-cards__image{height:224px;margin:calc(var(--spacing-4)*-1) calc(var(--spacing-4)*-1) 0;overflow:hidden;position:relative}@media screen and (min-width:481px){.product-cards__image{height:240px;margin:calc(var(--spacing-6)*-1) calc(var(--spacing-6)*-1) 0}}.product-cards__image:after{background:var(--product-gradient,linear-gradient(0deg,#232933bf 25.21%,#23293300 51.8%));bottom:0;content:"";display:block;height:100%;left:0;position:absolute;right:0}.product-cards__image img{height:100%;object-fit:cover;transition-duration:var(--transition-time);transition-property:transform;transition-timing-function:var(--transition-easing);width:100%}.product-cards .badge{left:16px;position:absolute;top:16px;z-index:1}
