.links__wrapper{display:grid}.links__wrapper a{font-family:var(--font-body-family-square);font-weight:400;line-height:130%;text-transform:uppercase;font-size:4.8rem;padding:3.2rem;border-bottom:1px solid #ACB3B8;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:space-between;transition:300ms;position:relative;transition:color .3s ease}.links__wrapper a:hover{color:var(--color-button-main)}.links__wrapper a:first-child{padding-top:0}.links__wrapper a svg{width:4.8rem;height:4.8rem;transition:color .3s ease}.links__wrapper a svg path{stroke:rgba(var(--color-foreground));transition:color .3s ease}.links__wrapper a:hover svg path{stroke:var(--color-button-main)}@media screen and (max-width:991px){.links__wrapper a{padding:2.5rem 0;font-size:2.6rem}.links__wrapper a svg{width:2.4rem;height:2.4rem}}.section-product-description__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:6rem 4.8rem;border-bottom:1px solid #ACB3B8}.section-product-description__title{font-family:var(--font-body-family-square);margin:0}.section-product-description__text,.section-product-description__text p{color:#4C4C4C;margin:0;line-height:3.5rem;display:flex;justify-content:end}.section-product-description__text p{max-width:60rem;width:100%}.section-product-description__text span{min-width:100%}.section-product-description__grid:first-child{border-top:1px solid #ACB3B8}@media screen and (max-width:1100px){.section-product-description__grid{padding:3.2rem 0}}@media screen and (max-width:991px){.section-product-description__grid{gap:2.4rem;grid-template-columns:1fr}}