.product-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:.5rem;background-color:#fff;border-radius:10px;padding:0;border:1px solid #f8f8f8;-webkit-transition:border .2s cubic-bezier(1,0,0,1);transition:border .2s cubic-bezier(1,0,0,1);overflow:hidden;position:relative}.product-item:hover{border:1px solid #d9d9d9}.product-item:hover .label__bestseller{-webkit-box-shadow:0 5px 100px #ffb800;box-shadow:0 5px 100px #ffb800}.product-item:hover .label__sustainable{-webkit-box-shadow:0 5px 100px #26a5ec;box-shadow:0 5px 100px #26a5ec}.product-item:hover .image__wrapper img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.product-item .product-item__labels{display:grid;grid-auto-flow:column;position:absolute;-webkit-column-gap:.25rem;-moz-column-gap:.25rem;column-gap:.25rem;top:.25rem;left:.25rem;z-index:9}.product-item .product-item__labels .label{width:2rem;padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.25rem;aspect-ratio:1;border-radius:8px;font-weight:600}@media (min-width: 1280px){.product-item .product-item__labels .label{width:unset;height:2rem;padding:0 10px;aspect-ratio:unset;font-size:10px;text-wrap:nowrap}}@media (min-width: 1440px){.product-item .product-item__labels .label{font-size:12px}}.product-item .product-item__labels .label.label__bestseller{background-color:#ffb800;color:#000;font-weight:600;padding:0 20px;text-transform:uppercase;-webkit-transition:all .5s cubic-bezier(1,0,0,1);transition:all .5s cubic-bezier(1,0,0,1)}.product-item .product-item__labels .label.label__sustainable{background-color:#26a5ec;color:#fff;font-weight:600;padding:0 20px;text-transform:uppercase;-webkit-transition:all .5s cubic-bezier(1,0,0,1);transition:all .5s cubic-bezier(1,0,0,1)}.product-item .product-item__labels .label--compostable{background:#00be01;color:#fff;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.product-item .product-item__labels .label--compostable svg path{fill:#fff}.product-item .product-item__labels .label--best-price{background-color:#ffb800;color:#000}.product-item .product-item__labels .label--fast{background:#fddfdd;color:#e64547;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.product-item .product-item__labels .label--fast svg path{stroke:#b8090c}.product-item .product-item__labels .label.label__moq{border:1px solid #d9d9d9;margin-left:auto;font-weight:600}.product-item .product-item__labels .xs-hidden{color:inherit;display:none}@media (min-width: 1280px){.product-item .product-item__labels .xs-hidden{display:block}}.product-item .product-item__labels .label__icon{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:0}@media (min-width: 1280px){.product-item .product-item__labels .label__icon{width:1rem;height:1rem}}.product-item .product-item__labels .label__icon svg{width:100%;height:100%}.product-item .image__wrapper{overflow:hidden}.product-item .image__wrapper img{width:100%;height:unset;-o-object-fit:contain;object-fit:contain;-webkit-transition:all .5s cubic-bezier(1,0,0,1);transition:all .5s cubic-bezier(1,0,0,1);aspect-ratio:1/1.1}.product-item .product__details{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 .5rem .5rem}.product-item .product__details .price__rating{font-weight:600;letter-spacing:1px;font-size:14px}.product-item .product__details .price__rating span{color:#a6a6a6}.product-item .product__details .price__rating span.active{color:#6baa63}.product-item .product__details .product__title{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;line-height:1;font-size:clamp(1rem,.824rem + .751vw,1.5rem);font-weight:700;color:#000}@media (min-width: 1280px){.product-item .product__details .product__title{line-height:108.333%}}.product-item .product__details .product__shipping{font-size:12px;font-weight:400;color:#000}.product-item .product__details .product__shipping .info__icon{display:inline-block;width:1rem;aspect-ratio:1;-ms-flex-line-pack:end;align-content:end}.product-item .product__details .product__shipping span{font-weight:600}.product-item .product__details .product__shipping .shipping__date{color:#3374c5;margin-left:2px}.product-item .product__details .product__shipping .shipping-time{font-weight:400;display:block}@media (min-width: 1280px){.product-item .product__details .product__shipping .shipping-time{display:inline-block}}.product-item .product__details .product__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:5px;padding:0 0 .5rem}.product-item .product__details .product__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.product-item .product__details .product__list li small span{font-weight:600}.product-item .product__details .product__list li small span:not(.info__icon,.shipping-time){font-size:14px;line-height:1}.product-item .product__details .product__list li:has(svg){-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.product-item .product__details .product__list li svg{width:14px}.product-item .product__details .product__price{font-size:.75rem;line-height:125%}@media (min-width: 1024px){.product-item .product__details .product__price{font-size:1rem}}.product-item .product__details .product__price small{font-size:.75rem;line-height:125%}.product-item .product__details .product__price small:not(:first-child){display:block;color:#a6a6a6}@media (min-width: 1536px){.product-item .product__details .product__price small:not(:first-child){display:inline-block}}
