.product-description{flex-direction:column;gap:2rem;display:flex}.description-text{line-height:1.6}.description-paragraph{color:rgb(var(--text-primary));margin-bottom:1rem}.additional-info{flex-direction:column;gap:1rem;display:flex}.section-title{color:rgb(var(--text-primary));border-bottom:1px solid rgb(var(--border));padding-bottom:.5rem}.specs-grid{gap:.75rem;display:grid}.spec-row{border-bottom:1px solid rgb(var(--border-light,var(--border)));justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.spec-row:last-child{border-bottom:none}.spec-label{color:rgb(var(--text-muted));flex:1}.spec-value{color:rgb(var(--text-primary));text-align:right;font-weight:500}@media (max-width:768px){.product-description{gap:1.5rem}.spec-row{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem 0}.spec-value{text-align:left}}
.product-tabs{width:100%;margin-top:2rem}.product-tabs-header{border-bottom:1px solid rgb(var(--border));justify-content:center;width:100%;display:flex}.product-tab-button{cursor:pointer;color:rgb(var(--text-muted));background:0 0;border:none;padding:1rem 1.5rem;transition:color .2s;position:relative}.product-tab-button:hover{color:rgb(var(--text-primary))}.product-tab-button.active{color:rgb(var(--primary))}.product-tab-button.active:after{content:"";background:rgb(var(--primary));height:2px;position:absolute;bottom:-1px;left:0;right:0}.product-tabs-content{min-height:300px;animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.product-tabs{margin-top:1.5rem}.product-tab-button{padding:.75rem 1rem;font-size:.9rem}.product-tabs-content{min-height:250px}}
