.product-list{display:flex;flex-wrap:wrap;justify-content:space-around}.product{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:2rem}.product.card{width:100%}@media (min-width:640px){.product.card{width:45vw}}@media (min-width:1024px){.product.card{width:25vw}}.product-main{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:.5rem}.product-main .product-img{position:relative;width:100%}@media (min-width:640px){.product-main .product-img{max-width:36rem}}.product-main .product-img>img{width:100%;border-radius:.75rem}.product-brand{font-size:1.5rem;line-height:2rem}.product-subtitle,.product-title{font-size:1.25rem;line-height:1.75rem}.product-label{position:absolute;top:0;right:0;margin-right:0;margin-top:0;border-top-left-radius:0;border-bottom-left-radius:9999px;border-top-right-radius:.75rem;border-bottom-right-radius:0;padding:.5rem 1rem;text-align:right;font-weight:700;opacity:.8}.product-label-image{position:absolute;top:0;right:0;width:25%}.product-label-image img{width:100%}.product-label-container{position:absolute;top:0;display:flex;height:100%;width:100%;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:2rem}.product-label-text{margin-top:.5rem;margin-bottom:.5rem;text-transform:uppercase;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.product-label-title{text-align:center;font-size:1.875rem;line-height:2.25rem}.product-label-subtitle{font-size:1.125rem;line-height:1.75rem;font-weight:300}.product-label-button{width:-moz-fit-content;width:fit-content;border-width:1px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity));background-color:transparent;padding-left:2rem;padding-right:2rem;font-size:1.5rem;line-height:2rem}.product-label-brand-container{display:flex;height:70%;width:40%;flex-shrink:1}.product-label-brand-image{width:100%;padding-top:.5rem;padding-bottom:.5rem}.product-label-brand-image img{width:100%;border-radius:0;opacity:.8}.label-c .product-label-brand-container{justify-content:center}.label-r .product-label-brand-container{justify-content:flex-end}.label-l .product-label-brand-container{justify-content:flex-start}.label-h .product-label-brand-container,.more-h .label-text-container{opacity:0}.label-text-container{display:flex;flex-direction:column;align-items:center;justify-content:space-around;border-radius:.75rem;background-color:rgb(0 0 0/var(--tw-bg-opacity));--tw-bg-opacity:0;padding:.25rem 1rem}