.product-attributes{--col-count:2;display:grid;gap:20px;grid-template-columns:repeat(var(--col-count),1fr);line-height:1;margin-top:30px}@container block ( width > 768px ){.product-attributes.col-count-1{--col-count:1}.product-attributes.col-count-2{--col-count:2}.product-attributes.col-count-3{--col-count:3}.product-attributes.col-count-4{--col-count:4}}@container block ( width <= 768px ){.product-attributes{--col-count:1}}.product-attributes .group-title{font-family:Barlow Condensed,sans-serif;font-size:22px;font-weight:700}.product-attributes .group-title+ul{margin-top:12px}.product-attributes ul{color:#d2232a;list-style:none;margin-top:8px}.product-attributes ul li{padding-left:0}.product-attributes ul li:before{display:none}