.product-info{display:flex;flex-direction:row;gap:150px;overflow:hidden;padding:100px}.product-info__tabs{display:flex;flex-direction:column;width:30%}.product-info__tab-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;flex-direction:row;font-size:1.5rem;font-weight:500;justify-content:space-between;padding:15px;text-align:left;transition:border .3s ease}.product-info__tab-button--active,.product-info__tab-button:hover{border-bottom:1px solid #4b4f54}.product-info__tab-button-image{height:25px;width:25px}.product-info__content{width:70%}.product-info__tab-content{display:none;font-size:18px}.product-info__tab-content--active{display:block}.product-info__tab-content--text{white-space:break-spaces}.product-info__tab-item{font-size:1.25rem}.product-info__tab-item-title{font-weight:600}.product-info__tab-item-value{font-weight:400}