.product-details-section{display:flex;flex-direction:column;gap:24px}.product-details-section h2{font-size:32px;font-weight:600;line-height:110%;color:#052144}.product-details-pane{padding:16px;background:linear-gradient(90deg,#EAF6F0,#E6F0FA);border-radius:8px;box-shadow:0 4px 24px 0 rgba(5,106,215,.12),0 4px 12px 0 rgba(5,106,215,.12)}.product-details-pane__header{display:flex;flex-direction:row;justify-content:space-between;font-size:24px;font-style:normal;font-weight:600;line-height:32px;color:#052144;cursor:pointer;padding:10px 0}.product-details-pane__header-expand{font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:.1px;color:#052144;display:flex;align-items:center}.product-details-pane__header-expand-icon{transition:.3s}.product-details-pane__header-expand.-open .product-details-pane__header-expand-icon{transform:rotate(180deg)}.product-details-pane__content{overflow:hidden;transition:.3s;height:0;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px}.product-details-pane__content.-open{padding:16px 0 0}.product-details-pane__content-params{display:flex;flex-direction:column;gap:16px}.product-details-pane__content-params-row{display:flex;flex-direction:row;justify-content:space-between;font-size:14px;line-height:20px;letter-spacing:.25px;gap:16px;flex-wrap:wrap}.product-details-pane__content-params-label{font-weight:700;white-space:nowrap}.product-details-pane__content-params-value{font-weight:400}.product-details-pane__content-params-value-description{padding:12px 0 0}@media screen and (min-width:1280px){.product-details-pane__content-params-row{flex-wrap:nowrap;justify-content:flex-start}.product-details-pane__content-params-label{min-width:40%;width:40%;white-space:normal}}.related-products{box-shadow:0 4px 24px 0 rgba(5,106,215,.12),0 4px 12px 0 rgba(5,106,215,.12);border-radius:8px;background:linear-gradient(90deg,#EAF6F0,#E6F0FA);padding:24px;display:flex;flex-direction:column;gap:16px;margin-top:32px}.related-products h2{color:#052144;font-size:32px;font-weight:600;line-height:110%}.related-products__item{background:#fff;border-radius:12px;border:1px solid #c4cad0;box-shadow:0 4px 24px 0 rgba(5,106,215,.12),0 4px 12px 0 rgba(5,106,215,.12);padding:12px 32px;font-size:14px;font-weight:600;line-height:20px;letter-spacing:.1px;color:#052144;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.related-products__item-icon{width:48px;height:48px;border-radius:24px;box-shadow:0 4px 12px 0 rgba(5,106,215,.12);display:flex;justify-content:center;align-self:center;align-items:center}