.product-page{padding:16px 0 24px}.product-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,2fr);gap:24px;align-items:flex-start;margin-bottom:22px}.product-gallery{display:flex;flex-direction:column;gap:10px}.product-main-image{border-radius:18px;overflow:hidden;border:1px solid var(--border-soft);background:#fff}.product-main-image img{min-width:0;max-width:100%;height:480px;display:block;margin:0 auto;object-fit:contain}.product-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.product-thumbs img{border-radius:10px;border:1px solid transparent;cursor:pointer;height:72px;object-fit:cover;transition:all 0.18s ease}.product-thumbs img:hover,.product-thumbs img.active{border-color:var(--accent);box-shadow:0 4px 10px rgba(0,0,0,0.12)}.product-summary{display:flex;flex-direction:column;gap:8px}.product-name{font-size:24px;font-weight:700;color:var(--text-main)}.product-price-wrap{display:flex;align-items:baseline;gap:8px}.product-price-main{font-size:26px;font-weight:700;color:var(--accent2)}.product-price-old{font-size:17px;font-weight:500;color:var(--text-old-price);text-decoration:line-through}.product-labels{display:flex;flex-wrap:wrap;gap:6px;font-size:11px}.product-labels span{padding:4px 9px;border-radius:999px;background:#fff4fa;color:var(--accent2);border:1px solid #f3c1da}.label-best{background:var(--accent);color:#fff;border-color:var(--accent)}.label-stock{background:#e8f9f1;color:#2e7d32;border-color:#bbdec5}.label-fast{background:#fffde7;color:#f57f17;border-color:#ffe082}.product-short{font-size:13px;color:var(--text-soft)}.product-actions-main{margin-top:6px}.btn-where-to-buy{display:inline-flex;align-items:center;justify-content:center;padding:11px 26px;border-radius:999px;background:var(--accent);color:#fff;font-size:14px;font-weight:600;border:none;cursor:pointer;text-decoration:none;box-shadow:0 6px 14px rgba(233,30,99,0.28);transition:all 0.18s ease}.btn-where-to-buy:hover{background:#d21858;box-shadow:0 10px 24px rgba(233,30,99,0.32)}.product-meta-list{margin-top:12px;font-size:14px;color:var(--text-soft);list-style:none}.product-meta-list li{margin:5px 0}.product-meta-list .p-meta-label{font-weight:500;font-size:14px}.product-description,.product-specs{margin-bottom:18px}.product-description h2,.product-specs h2,.related-products .section-header h2,.product-where h2{font-size:18px;margin-bottom:6px;color:var(--text-main)}.review-snippet{font-size:0.95rem;line-height:1.5;color:var(--text-soft);margin:0.5rem 0 0.75rem}.product-description,.product-description p{font-size:15px;line-height:1.7;color:var(--text-soft);margin-bottom:8px}.product-description .description{padding-bottom:8px}.product-description .description p:last-child,.product-description .description ul:last-child{margin-bottom:0}.product-description .description ul{margin-left:20px;margin-bottom:8px;color:var(--text-soft);font-size:14px;line-height:1.7}.product-description .description h2,.product-description .description h3{color:var(--text-soft);font-size:16px;font-weight:bold;margin-bottom:8px}.product-cta-after-description{margin:-4px 0 16px}.btn-buy-bottom{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:999px;background:#9c27b0;color:#fff;font-size:14px;font-weight:600;text-decoration:none;box-shadow:0 6px 14px rgba(156,39,176,0.24);transition:all 0.18s ease}.btn-buy-bottom:hover{background:#7b1fa2;box-shadow:0 10px 22px rgba(156,39,176,0.28)}.product-specs ul{list-style:disc;padding-left:18px;font-size:13px;color:var(--text-soft)}.product-where{margin-bottom:18px}.where-list{display:flex;flex-direction:column;gap:8px}.where-item{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;background:#fff;border:1px solid var(--border-soft);text-decoration:none;font-size:13px;color:var(--text-main);transition:all 0.16s ease}.where-item:hover{border-color:var(--accent);box-shadow:0 6px 16px rgba(0,0,0,0.06);transform:translateY(-1px)}.where-name{font-weight:600}.where-price{font-weight:600;color:var(--accent2)}.related-products{margin-top:10px}.product-tags{padding:10px 0;display:flex;align-items:flex-start;gap:6px;flex-wrap:nowrap;font-size:14px}.product-tags-label{font-weight:600;margin:2px 4px 0 0;flex:0 0 auto;font-size:13px;text-transform:uppercase;letter-spacing:0.04em}.product-tags-list{list-style:none;padding:0 !important;margin:0 !important;display:flex;flex-wrap:wrap;gap:6px}.product-tag-item{margin:0}.product-tag-link{display:inline-block;padding:4px 10px;border-radius:999px;border:1px solid #eee;text-decoration:none;font-size:14px;line-height:1.2;background:#fff;transition:border-color 0.15s ease,background-color 0.15s ease,transform 0.1s ease}.product-tag-link:before{content:'#';font-size:14px;line-height:1.2;display:inline-block;padding-right:2px;vertical-align:middle}.product-tag-link:hover{border-color:#ddd;background:#f2f2f2;transform:translateY(-1px)}.tag-cloud .product-tags-list{gap:12px}.tag-cloud .product-tag-link:before{content:'🏷️'}.tag-cloud .product-tag-link{border-radius:var(--radius-md);line-height:20px;padding:8px 10px;color:var(--text-primary)}.tag-cloud span{color:var(--text-soft)}.seller-more{margin:26px 0 8px}.seller-more-inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-radius:14px;background:linear-gradient( 90deg,rgba(233,30,99,0.04),rgba(156,39,176,0.04) );border:1px solid var(--border-soft)}.seller-more-text{max-width:600px}.seller-more-label{font-size:11px;text-transform:uppercase;letter-spacing:0.08em;color:var(--accent2);opacity:0.85;margin-bottom:2px}.seller-more-title{font-size:16px;font-weight:600;color:var(--text-main)}.seller-more-text p{font-size:13px;color:var(--text-soft);margin-top:4px}.seller-more-btn{padding:9px 18px;border-radius:999px;border:1px solid #f3c1da;background:#ffffff;color:var(--accent);font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;box-shadow:0 4px 10px rgba(0,0,0,0.03);transition:all 0.18s ease}.seller-more-btn:hover{background:#ffe4f4;border-color:var(--accent);box-shadow:0 8px 18px rgba(0,0,0,0.06);transform:translateY(-1px)}@media (max-width:600px){.seller-more-inner{flex-direction:column;align-items:flex-start}.seller-more-btn{width:100%;text-align:center}}.p-specs{padding:10px 0px;display:grid;grid-template-columns:max-content max-content;gap:10px 40px}.p-spec{display:flex;align-items:center;gap:8px;min-width:0}.p-spec-icon{width:18px;height:18px}.p-spec-icon .icon{width:18px;height:18px;flex-shrink:0;color:var(--text-soft,#9b8ba7)}.p-spec-label{font-size:13px;color:var(--text-soft,#9b8ba7)}.p-spec-value{font-size:14px;color:var(--text-primary,#1f1026);font-weight:500}@media (max-width:480px){.p-specs{grid-template-columns:1fr}}@media (max-width:900px){.product-hero{grid-template-columns:1fr}.product-tags{border-top:1px solid var(--border-soft);padding:12px 0 22px;flex-wrap:wrap}}@media (max-width:480px){.product-page{padding-top:10px}.product-name{font-size:20px}.product-main-image{border:none;border-radius:0;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw}.product-main-image img{height:auto;min-height:260px;max-height:360px}.product-thumbs img{height:60px}.btn-where-to-buy,.btn-buy-bottom{width:100%}}.product-share{margin-top:12px}.product-share .btn-share{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:4px;border:1px solid #e0e0e0;background:#fff;cursor:pointer;font-size:13px;line-height:1.4;transition:background 0.15s ease,border-color 0.15s ease,transform 0.1s ease}.product-share .btn-share:hover{background:#faf5ff;border-color:#e0c0ff;transform:translateY(-1px)}.product-share .share-icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center}.product-share .share-svg{width:100%;height:100%;fill:currentColor;display:block}.product-share .share-label{font-weight:500}.product-share--desktop{display:none}.product-share--mobile{display:block;margin:20px 0 10px}@media (min-width:768px){.product-share--desktop{display:block}.product-share--mobile{display:none}}