.product-page-container{max-width:1240px;margin:0 auto;padding:100px 20px 40px;font-family:var(--font-sans,"Inter",sans-serif)}.prod-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:32px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#737373}.dark .prod-breadcrumb{color:#a3a3a3}.prod-breadcrumb a{text-decoration:none;color:#525252;transition:color .2s ease}.dark .prod-breadcrumb a{color:#d4d4d4}.prod-breadcrumb a:hover{color:#d97706}.prod-breadcrumb .current-prod{color:#d97706;font-weight:700}.product-main-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;background:hsla(0,0%,100%,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.08);border-radius:28px;padding:40px;box-shadow:0 20px 40px -15px rgba(0,0,0,.07)}.dark .product-main-layout{background:hsla(0,0%,9%,.85);border-color:hsla(0,0%,100%,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);color:#fff}@media (max-width:900px){.product-main-layout{grid-template-columns:1fr;gap:32px;padding:24px}}.product-gallery{display:flex;gap:20px;align-items:flex-start;width:100%}.thumbnails{display:flex;flex-direction:column;gap:12px;width:80px;flex-shrink:0;max-height:480px;overflow-y:auto}.thumbnails img{width:76px;height:76px;-o-object-fit:cover;object-fit:cover;border-radius:12px;border:2px solid transparent;cursor:pointer;background:#f5f5f5;transition:all .2s ease}.dark .thumbnails img{background:#262626}.thumbnails img.active,.thumbnails img:hover{border-color:#d97706}.main-image{flex:1;height:480px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#f9fafb;overflow:hidden;border:1px solid rgba(0,0,0,.05)}.dark .main-image{background:#171717;border-color:hsla(0,0%,100%,.08)}.main-image img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.product-info{display:flex;flex-direction:column;justify-content:flex-start}.product-title{font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-size:32px;font-weight:700;font-style:italic;color:#171717;line-height:1.2}.dark .product-title{color:#fff}.detail-out-of-stock-badge{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.3);padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:700}.detail-limited-stock-badge{background:rgba(245,158,11,.1);color:#f59e0b;border:1px solid rgba(245,158,11,.3);padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:700}.product-price{display:flex;align-items:baseline;gap:12px;margin:16px 0}.current-price{font-size:32px;font-weight:800;color:#d97706}.old-price{font-size:18px;color:#a3a3a3;text-decoration:line-through}.weight-selector{display:flex;gap:10px;margin-bottom:24px}.weight-btn{padding:8px 18px;border-radius:9999px;font-size:13px;font-weight:600;border:1px solid rgba(0,0,0,.1);background:#f5f5f5;color:#525252;cursor:pointer;transition:all .2s ease}.dark .weight-btn{background:#262626;border-color:hsla(0,0%,100%,.1);color:#d4d4d4}.weight-btn.active{background:#171717;color:#fff;border-color:#171717}.dark .weight-btn.active{background:#fff;color:#171717;border-color:#fff}.action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}.btn-buy-now{background:#d97706;color:#fff;border:none;padding:14px 24px;border-radius:9999px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px rgba(217,119,6,.3)}.btn-buy-now:hover{background:#b45309;transform:translateY(-1px)}.btn-add-cart{background:#171717;color:#fff;border:none;padding:14px 24px;border-radius:9999px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.dark .btn-add-cart{background:#fff;color:#171717}.btn-add-cart:hover{background:#262626}.dark .btn-add-cart:hover{background:#f5f5f5}.features-bar{display:flex;justify-content:space-around;padding:16px;background:hsla(48,96%,89%,.35);border:1px solid rgba(251,191,36,.3);border-radius:18px;margin-top:24px}.dark .features-bar{background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.2)}.feature-item{display:flex;align-items:center;gap:8px;font-size:12px}.f-icon{font-size:16px}.f-text{display:flex;align-items:center;gap:4px}.f-label{font-weight:700;color:#374151}.dark .f-label{color:#d1d5db}.f-val{color:#6b7280;font-weight:500}.dark .f-val{color:#9ca3af}.cart-toast{position:fixed;bottom:24px;right:24px;background:#171717;color:#fff;padding:12px 20px;border-radius:9999px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:10px;box-shadow:0 10px 25px -5px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9999}.dark .cart-toast{background:#fff;color:#171717}.cart-toast.show{opacity:1;visibility:visible;transform:translateY(0)}.cart-toast-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.cart-toast-icon svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5}.details-section{max-width:1240px;margin:40px auto 0;padding:0 20px}.details-card{background:hsla(0,0%,100%,.85);backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.08);border-radius:28px;padding:40px;box-shadow:0 20px 40px -15px rgba(0,0,0,.07)}.dark .details-card{background:hsla(0,0%,9%,.85);border-color:hsla(0,0%,100%,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);color:#fff}.section-title{font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-size:24px;font-weight:700;font-style:italic;color:#171717;margin-bottom:12px}.dark .section-title{color:#fff}.details-text{color:#525252;font-size:14px;line-height:1.7}.dark .details-text{color:#d4d4d4}.reviews-section{max-width:1240px;margin:40px auto 60px;padding:0 20px}.reviews-wrapper{background:hsla(0,0%,100%,.85);backdrop-filter:blur(16px);border:1px solid rgba(0,0,0,.08);border-radius:28px;padding:40px;box-shadow:0 20px 40px -15px rgba(0,0,0,.07)}.dark .reviews-wrapper{background:hsla(0,0%,9%,.85);border-color:hsla(0,0%,100%,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.5);color:#fff}.reviews-main-title{font-family:var(--font-playfair,"Playfair Display",Georgia,serif);font-size:28px;font-weight:700;font-style:italic;margin-bottom:24px}.rating-summary{display:grid;grid-template-columns:200px 1fr;gap:32px;padding-bottom:32px;border-b:1px solid rgba(0,0,0,.06);margin-bottom:32px}.dark .rating-summary{border-bottom-color:hsla(0,0%,100%,.08)}.big-score{font-size:56px;font-weight:800;color:#d97706;line-height:1}.bar-container{height:8px;background:#f5f5f5;border-radius:9999px;overflow:hidden;flex-grow:1}.dark .bar-container{background:#262626}.bar-fill{height:100%;background:#d97706;border-radius:9999px}.review-item{padding:20px 0;border-b:1px solid rgba(0,0,0,.06)}.dark .review-item{border-bottom-color:hsla(0,0%,100%,.06)}.review-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.user-avatar{width:40px;height:40px;border-radius:50%}.star{color:#d97706}.review-images{display:flex;gap:12px;margin-top:12px;flex-wrap:wrap}.review-images img{width:120px;height:120px;-o-object-fit:cover;object-fit:cover;border-radius:14px;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 10px rgba(0,0,0,.05)}.dark .review-images img{border-color:hsla(0,0%,100%,.15)}@media (max-width:640px){.product-page-container{padding:80px 12px 24px}.product-main-layout{grid-template-columns:1fr;gap:20px;padding:16px;border-radius:20px}.product-gallery{flex-direction:column-reverse;gap:12px;width:100%}.thumbnails{flex-direction:row;width:100%;max-height:none;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;justify-content:flex-start}.thumbnails img{width:60px;height:60px;flex-shrink:0}.main-image{width:100%;height:300px;border-radius:16px}.product-title{font-size:22px;line-height:1.25}.current-price{font-size:26px}.action-buttons{grid-template-columns:1fr;gap:10px}.features-bar{flex-direction:column;align-items:flex-start;gap:10px;padding:14px;border-radius:16px}.details-section,.reviews-section{padding:0 12px;margin-top:20px}.details-card,.reviews-wrapper{padding:20px 16px;border-radius:20px}.rating-summary{grid-template-columns:1fr;gap:16px}}