.product-specs{background:var(--white_color);border-radius:var(--border_radius_8);box-shadow:0 2px 4px 0 rgba(189,199,224,.7);padding:var(--spacer_60)}.product-specs-title{margin-bottom:var(--spacer_40)}.product-specs-list{display:flex;flex-flow:wrap}.product-specs-list-item{border-bottom:1px solid var(--accent_color);display:flex;justify-content:space-between;padding:var(--spacer_12) 0;width:calc(50% - var(--spacer_40)/2)}.product-specs-list-item:nth-child(odd){margin-right:var(--spacer_40)}.product-specs-list-item:last-child,.product-specs-list-item:nth-last-child(2){border-bottom:none}.product-specs-list-item-feature{color:var(--black_color);font-weight:700}.product-specs-link{margin-top:var(--spacer_40)}@media (max-width:750px){.product-specs{padding:0}.product-specs-list-item{width:100%}.product-specs-list-item:nth-child(odd){margin-right:0}.product-specs-list-item:nth-last-child(2){border-bottom:1px solid var(--accent_color)}}