.product-page{max-width:1400px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.product-page{padding:0 1.5rem}}.breadcrumbs{padding:1rem 0;font-size:.875rem}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.breadcrumbs__item{display:flex;align-items:center}.breadcrumbs__item:not(:last-child):after{content:"/";margin-left:.5rem;color:#9ca3af}.breadcrumbs__link{color:#6b7280;text-decoration:none;transition:color .15s}.breadcrumbs__link:hover{color:var(--color-primary, #2563eb);text-decoration:underline}.breadcrumbs__item--current{color:#111827;font-weight:500}.product-detail{margin-bottom:3rem}.product-detail__grid{display:grid;gap:2rem}@media(min-width:1024px){.product-detail__grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-detail__gallery{position:relative}@media(min-width:1024px){.product-detail__gallery{position:sticky;top:1rem;align-self:start}}.product-detail__info{display:flex;flex-direction:column}.product-detail__header{margin-bottom:1rem}.product-detail__title{font-size:1.75rem;font-weight:700;line-height:1.2;color:#111827;margin:0 0 .5rem}@media(min-width:768px){.product-detail__title{font-size:2rem}}.product-detail__sku{font-size:.875rem;color:#6b7280;margin:0}.product-detail__sku span{font-family:ui-monospace,monospace;color:#374151}.product-detail__ratings-summary{margin-bottom:1rem}.product-detail__ratings-summary a{color:inherit;text-decoration:none}.product-detail__ratings-summary a:hover{text-decoration:underline}.product-detail__short-desc{font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem}.product-detail__short-desc p{margin:0 0 .75rem}.product-detail__short-desc p:last-child{margin-bottom:0}.product-detail__actions{display:flex;gap:1rem;align-items:flex-end;margin:1.5rem 0;flex-wrap:wrap}@media(min-width:480px){.product-detail__actions{flex-wrap:nowrap}}.product-detail__important-info{margin:1.5rem 0}.important-info-box{display:flex;gap:.75rem;padding:1rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:.5rem;font-size:.875rem;color:#92400e}.important-info-box .icon{flex-shrink:0;color:#d97706}.important-info-box p{margin:0}.product-tabs{margin:3rem 0;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.product-tabs__nav{display:flex;background:#f9fafb;border-bottom:1px solid #e5e7eb;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-tabs__tab{flex:1;min-width:fit-content;padding:1rem 1.5rem;font-size:.9375rem;font-weight:500;color:#6b7280;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s;white-space:nowrap}.product-tabs__tab:hover{color:#111827;background:#f3f4f6}.product-tabs__tab.active{color:var(--color-primary, #2563eb);border-bottom-color:var(--color-primary, #2563eb);background:#fff}.product-tabs__content{padding:1.5rem}@media(min-width:768px){.product-tabs__content{padding:2rem}}.product-tabs__panel{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.prose{font-size:1rem;line-height:1.7;color:#374151}.prose h2,.prose h3,.prose h4{color:#111827;font-weight:600;margin:1.5rem 0 .75rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}.prose h4{font-size:1.125rem}.prose p{margin-bottom:1rem}.prose ul,.prose ol{margin:1rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose img{max-width:100%;height:auto;border-radius:.5rem}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0}.prose th,.prose td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.prose th{font-weight:600;background:#f9fafb}.related-products{margin:3rem 0}.section-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.product-carousel{position:relative}.product-carousel__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__slide{flex:0 0 calc(50% - .5rem);scroll-snap-align:start}@media(min-width:640px){.product-carousel__slide{flex:0 0 calc(33.333% - .667rem)}}@media(min-width:1024px){.product-carousel__slide{flex:0 0 calc(25% - .75rem)}}.product-carousel__prev,.product-carousel__next{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .2s;z-index:5}.product-carousel__prev:hover,.product-carousel__next:hover{background:#f9fafb;box-shadow:0 4px 12px #00000026}.product-carousel__prev{left:-.75rem}.product-carousel__next{right:-.75rem}@media(max-width:768px){.product-carousel__prev,.product-carousel__next{display:none}}.share-buttons{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.share-buttons__label{font-size:.875rem;font-weight:500;color:#6b7280}.share-buttons__list{display:flex;gap:.5rem}.share-buttons__btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:#f3f4f6;color:#6b7280;text-decoration:none;transition:all .2s}.share-buttons__btn:hover{background:var(--color-primary, #2563eb);color:#fff}[x-cloak]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
