.product-detail-page{background:var(--bg-primary);min-height:100vh;padding-top:140px}.product-grid{grid-template-columns:.8fr 1.2fr;gap:80px;display:grid}.product-gallery{flex-direction:column;align-self:start;gap:16px;width:100%;max-width:500px;margin:0 auto;display:flex;position:sticky;top:100px}.main-image{aspect-ratio:1;background:#f5f5f7;border-radius:35px;width:100%;overflow:hidden}.main-image img{object-fit:contain;width:100%;height:100%;transition:transform .3s}.thumbnail-list{gap:12px;display:flex}.thumbnail{cursor:pointer;background:#f5f5f7;border:2px solid #0000;border-radius:35px;width:80px;height:80px;padding:0;transition:all .2s;overflow:hidden}.thumbnail.active{border-color:#0071e3}.thumbnail img{object-fit:cover;width:100%;height:100%}.product-info-column{padding-top:10px}.product-category{color:#8b8b95;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.product-title{letter-spacing:-.5px;margin-bottom:4px;font-size:32px;font-weight:700;line-height:1.1}.product-meta{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.product-rating{align-items:center;gap:8px;display:flex}.stars{gap:2px;display:flex}.review-count{color:#6e6e73;font-size:13px}.product-price{font-size:20px;font-weight:600}.product-description{color:#1d1d1f;margin-bottom:24px;font-size:15px;line-height:1.5}.feature-list{color:#6e6e73;margin-top:16px;padding-left:20px;font-size:14px}.feature-list li{margin-bottom:6px}.purchase-options{text-align:center;background:#fbfbfd;border:1px solid #e5e5e5;border-radius:35px;flex-direction:column;align-items:center;margin-bottom:24px;padding:24px;display:flex}.quantity-selector{flex-direction:column;align-items:center;width:100%;margin-bottom:20px;display:flex}.quantity-selector label{color:#1d1d1f;margin-bottom:12px;font-size:14px;font-weight:600;display:block}.qty-controls{background:#fff;border:1px solid #d2d2d7;border-radius:50px;align-items:center;gap:20px;width:fit-content;padding:8px 16px;display:flex}.qty-controls button{cursor:pointer;color:#1d1d1f;background:#f5f5f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:background .2s,transform .1s;display:flex}.qty-controls button:hover:not(:disabled){background:#e5e5e5;transform:scale(1.05)}.qty-controls button:disabled{opacity:.3;cursor:not-allowed}.qty-controls span{text-align:center;color:#1d1d1f;min-width:30px;font-size:20px;font-weight:600}.total-price-preview{color:#1d1d1f;text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:35px;width:100%;max-width:300px;margin-bottom:20px;padding:10px 20px;font-size:18px;font-weight:500}.total-price-preview strong{color:#0071e3;margin-left:8px;font-size:20px;font-weight:700}.add-to-cart-btn{border-radius:35px;width:100%;max-width:300px;height:48px;font-size:16px;margin:0!important}.delivery-info{border-top:1px solid #e5e5e5;flex-direction:column;gap:12px;margin-top:24px;padding-top:24px;display:flex}.info-item{color:#6e6e73;align-items:center;gap:12px;font-size:14px;display:flex}.info-item .icon{color:#0071e3;justify-content:center;align-items:center;display:flex}.reviews-section{background:#fffcf5!important;width:100vw!important;max-width:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding:60px 0!important;overflow:hidden!important}.marquee-wrapper{width:100%;padding:20px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-content{gap:32px;width:max-content;animation:40s linear infinite marqueeScroll;display:flex}.marquee-content:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.review-card{background:#fff;border:1px solid #0000000d;border-radius:35px;flex-shrink:0;width:350px;padding:32px}.review-card .stars{gap:2px;margin-bottom:12px;display:flex}.review-text{color:#1d1d1f;margin-bottom:16px;font-size:15px;font-style:italic;line-height:1.6}.review-author{color:#d4af37;font-size:13px;font-weight:600}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:900px){.product-grid{grid-template-columns:1fr;gap:40px}.product-gallery{position:relative;top:0}}.recommended-section{background:var(--bg-primary);width:100%;padding:80px 0}.recommended-title{color:#1d1d1f;text-align:center;font-size:28px;font-weight:700;margin-bottom:12px!important}.recommended-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}@media (max-width:1024px){.recommended-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){div.recommended-section{border-top:1px solid #d2d2d7;margin-top:24px!important;padding-top:24px!important}.recommended-title{margin-bottom:20px;font-size:20px;padding-top:0!important}.recommended-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.product-detail-page .loading-container{color:#6e6e73;justify-content:center;align-items:center;min-height:calc(100vh - 200px);font-size:16px;display:flex}.loading-spinner{border:3px solid #f0f0f0;border-top-color:#0071e3;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
