.product-info{display:flex;flex-direction:row;gap:150px;overflow:hidden;padding:100px}@media only screen and (max-width:1399px){.product-info{gap:3.125rem;padding:3.125rem var(--padding-inline)}}@media only screen and (max-width:767px){.product-info{flex-direction:column;gap:20px;padding:25px 16px}}.product-info__tabs{display:flex;flex-direction:column;width:30%}@media only screen and (max-width:767px){.product-info__tabs{width:100%}}.product-info__tab-button{align-items:center;background:none;border:none;border-bottom:1px solid #e3e3e3;cursor:pointer;display:flex;flex-direction:row;font-size:1.5rem;font-weight:500;justify-content:space-between;padding:15px 0;text-align:left;transition:border .3s ease-out}.product-info__tab-button--active,.product-info__tab-button:hover{border-bottom:1px solid #4b4f54}.product-info__tab-button:hover .product-info__tab-button-image{transform:translateX(5px)}.product-info__tab-button-image{height:25px;transform:translateX(0);transition:transform .3s ease-out;width:25px}.product-info__content{width:70%}@media only screen and (max-width:767px){.product-info__content{display:none!important}}.product-info__tab-content{display:none;font-size:18px}.product-info__tab-content--active{display:flex;flex-direction:column}.product-info__tab-content--text{white-space:break-spaces}.product-info__tab-content--mobile{padding:25px 0}@media only screen and (min-width:768px){.product-info__tab-content--mobile{display:none}}.product-info__tab-item{font-size:1.25rem}.product-info__tab-item-title{font-weight:600}.product-info__tab-item-value{font-weight:400}