.product-description{display:flex;flex-direction:column;gap:2rem}.description-text{line-height:1.6}.description-paragraph{color:rgb(var(--text-primary));margin-bottom:1rem}.additional-info{display:flex;flex-direction:column;gap:1rem}.section-title{color:rgb(var(--text-primary));border-bottom:1px solid rgb(var(--border));padding-bottom:.5rem}.specs-grid{display:grid;gap:.75rem}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgb(var(--border-light,var(--border)))}.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{display:flex;width:100%;justify-content:center;border-bottom:1px solid rgb(var(--border))}.product-tab-button{background:none;border:none;padding:1rem 1.5rem;cursor:pointer;position:relative;transition:color .2s ease;color:rgb(var(--text-muted))}.product-tab-button:hover{color:rgb(var(--text-primary))}.product-tab-button.active{color:rgb(var(--primary))}.product-tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:rgb(var(--primary))}.product-tabs-content{min-height:300px;animation:fadeIn .3s ease-in-out}@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}}