body .product-key-facts-container{margin-bottom:50px}
body .product-key-facts-title{color:#333;font-size:2.4rem;line-height:133%;margin:0 0 12px 0;padding:0}
body .product-key-facts .product-attributes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-column-gap:36px;grid-row-gap:5px}
@media screen and (min-width:768px)and (max-width:980px){
body .product-key-facts .product-attributes{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media screen and (max-width:767px){
body .product-key-facts .product-attributes{grid-template-columns:repeat(2,minmax(0,1fr));grid-column-gap:18px;grid-row-gap:16px}
}
body .product-key-facts .product-attribute{border-left:1px solid #f3e0d1;border-right:1px solid #f3e0d1;border-bottom:1px solid #f3e0d1;padding:22px 20px 26px 20px;--icon-size:60px;--icon-size-mobile:60px}
@media screen and (max-width:767px){
body .product-key-facts .product-attribute{flex-direction:column;align-items:center;padding:20px}
}
body .product-key-facts .product-attribute-icon-inner{color:#756e6b}
body .product-key-facts .product-attribute-more{display:flex}
@media screen and (max-width:767px){
body .product-key-facts .product-attribute-more{display:none}
}
body .product-key-facts .product-attribute:last-child{border-right:none}
@media screen and (min-width:981px){
body .product-key-facts .product-attribute:nth-child(1),body .product-key-facts .product-attribute:nth-child(4n+1){border-left:none}
body .product-key-facts .product-attribute:nth-child(4n){border-right:none}
body .product-key-facts .product-attribute:nth-last-child(-n+4){border-bottom:none}
}
@media screen and (min-width:768px)and (max-width:980px){
body .product-key-facts .product-attribute:nth-child(1),body .product-key-facts .product-attribute:nth-child(3n+1){border-left:none}
body .product-key-facts .product-attribute:nth-child(3n){border-right:none}
body .product-key-facts .product-attribute:nth-last-child(-n+3){border-bottom:none}
}
@media screen and (max-width:767px){
body .product-key-facts .product-attribute:nth-child(1),body .product-key-facts .product-attribute:nth-child(2n+1){border-left:none}
body .product-key-facts .product-attribute:nth-child(2n){border-right:none}
body .product-key-facts .product-attribute-icon{margin-bottom:10px}
body .product-key-facts .product-attribute-body{padding:0}
body .product-key-facts .product-attribute-title,body .product-key-facts .product-attribute-value{text-align:center}
body .product-key-facts .product-attribute-value{font-size:1.8rem}
}
body .product-key-facts .product-attributes-more{display:none}
@media screen and (max-width:767px){
body .product-key-facts .product-attributes-more{display:flex}
}