.product-title{margin-bottom:.4rem}
.product-title-subtext{margin-bottom:2rem}
.product-collection{margin-top:2.4rem;margin-bottom:.4rem}
.product-collection-link{display:flex;align-items:center;gap:.8rem;padding:.8rem 0;font-size:1.4rem;line-height:2.5rem;color:#808A00}
.product-collection-link svg{width:.5rem;height:1rem;fill:#808A00;stroke:#808A00}
.product-tags{margin-bottom:2.4rem;display:flex;gap:.8rem;align-items:center}
.product-tags-tag{padding:.2rem 1.4rem;border-radius:30rem;font-size:1.4rem;line-height:2.4rem;font-weight:300;color:#fff}
.product-price{margin-bottom:.4rem}
.product-price-taxes{margin-bottom:2rem;font-size:1.3rem;line-height:2.6rem;color:rgba(38,37,37,.7490196078);font-weight:300}
.product-price-taxes a{font-size:1.4rem;line-height:2.6rem;color:#808A00;font-weight:400}
.product-price-delivery{margin-bottom:2.4rem;font-size:1.6rem;line-height:2.8rem;color:#262525}
.product-icons{margin-bottom:2.4rem;display:flex;align-items:center;gap:1.5rem}
.product-icons-icon{width:4.2rem;height:4.2rem}
@media screen and (max-width:990px){
.product-title{margin-bottom:.4rem;font-size:4rem;line-height:4.4rem}
.product-title-subtext{margin-bottom:1rem}
.product-collection{margin-top:0;margin-bottom:0}
.product-tags{margin-bottom:1.2rem}
.product-price{margin-bottom:.4rem}
.product-price-taxes{margin-bottom:1rem}
.product-price-delivery{margin-bottom:1.2rem}
.product-icons{margin-bottom:1.2rem}
}