.product-wrapper{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1400px;margin:auto;display:flex}@media screen and (max-width:1120px){.product-wrapper{justify-content:space-evenly}}.product-wrapper .header-block{flex-direction:column;gap:40px;width:calc(50% - 20px);min-width:500px;display:flex}@media screen and (max-width:600px){.product-wrapper .header-block{width:100%;min-width:200px}}.product-wrapper .header-block .panel-wrapper{width:100%}
.product-header-panel{width:calc(50% - 20px)}@media screen and (max-width:600px){.product-header-panel{width:100%;min-width:200px}}.product-header-panel .product-header{margin:0 0 30px;font-weight:500}.product-header-panel .product-header .material{color:var(--primary-color);font-weight:700}.product-header-panel .divider{background-color:var(--primary-color);height:2px}
