.product-page{padding:.5rem 0 2rem;min-height:60vh}.product-detail-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.product-images-section{position:relative}.main-image-container{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;cursor:crosshair;background:#f9f9f9}.main-product-image{width:100%;height:100%;object-fit:contain;transition:transform .1s ease-out;transform-origin:center center}.main-image-container.zooming .main-product-image{transform:scale(1.3);transition:transform .1s ease-out}.product-thumbnails{display:flex;gap:.75rem;flex-wrap:wrap}.thumbnail-item{width:80px;height:80px;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;transition:.2s;background:#f9f9f9}.thumbnail-item:hover{border-color:#00b4ff}.thumbnail-item.active{border-color:#00b4ff;border-width:3px}.thumbnail-image{width:100%;height:100%;object-fit:cover}.product-details-section{display:flex;flex-direction:column;gap:1.5rem}.product-name{font-size:2rem;font-weight:600;color:#333;margin:0;line-height:1.3;text-transform:none!important}html[dir=rtl] .product-name{text-align:right!important}html[dir=ltr] .product-name{text-align:left!important}.product-price-section{display:flex;flex-direction:column;gap:.5rem}.product-price{display:flex;align-items:center;gap:1rem}.current-price{font-size:2rem;font-weight:600;color:#00b4ff}.old-price{font-size:1.5rem;color:#999;text-decoration:line-through}.price-note{font-size:.9rem;color:#666;margin:0}.product-description{font-size:1rem;line-height:1.6;color:#555}.product-description ol,.product-description ul{margin:.5rem 0;padding-left:1.5rem}.product-description li{margin:.25rem 0}.product-option{display:flex;flex-direction:column;gap:.75rem}.option-label{font-weight:600;font-size:1rem;color:#333;margin:0}.color-variants{display:flex;gap:.75rem;flex-wrap:wrap}.color-variant-btn{width:50px;height:50px;border:2px solid #ddd;border-radius:8px;cursor:pointer;position:relative;transition:.2s;background:0 0;padding:0;display:flex;align-items:center;justify-content:center}.color-variant-btn:hover:not(.disabled){border-color:#00b4ff;transform:scale(1.1)}.color-variant-btn.active{border-color:#00b4ff;border-width:3px;box-shadow:0 0 0 2px rgba(0,180,255,.2)}.color-variant-btn.disabled,.color-variant-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.color-inner{width:36px;height:36px;border-radius:6px;background:inherit}.selected-color-name{font-size:.95rem;color:#666;margin-top:.25rem}.capacity-variants{display:flex;flex-direction:column;gap:.5rem}.capacity-variant-btn{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;transition:.2s;text-align:left}.capacity-variant-btn:hover:not(.disabled){border-color:#00b4ff;background:#f8f9fa}.capacity-variant-btn.active{border-color:#00b4ff;background:#e7f3ff}.capacity-variant-btn.disabled,.capacity-variant-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none;background:#f5f5f5}.capacity-name{font-weight:500;color:#333}.capacity-price{font-weight:600;color:#00b4ff}.quantity-selector{display:flex;align-items:center;gap:0;width:fit-content;border:2px solid #ddd;border-radius:8px;overflow:hidden}.quantity-btn{width:40px;height:40px;border:none;background:#f8f9fa;cursor:pointer;font-size:1.2rem;font-weight:600;color:#333;transition:background .2s;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:#e9ecef}.quantity-input{width:60px;height:40px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:1rem;font-weight:500;-moz-appearance:textfield}.quantity-input::-webkit-inner-spin-button,.quantity-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.buy-now-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:#0a1628;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:.2s;margin-top:1rem}.buy-now-btn:hover{background:#0d2137;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,180,255,.3)}.buy-now-btn:active{transform:translateY(0)}.buy-now-btn svg{width:20px;height:20px}.product-tabs-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0}.product-tabs-header{display:flex;justify-content:center;gap:0;border-bottom:2px solid #e0e0e0;margin-bottom:2rem}.product-tab-btn{padding:1rem 2rem;background:0 0;border:none;border-bottom:3px solid transparent;font-size:1.1rem;font-weight:600;color:#666;cursor:pointer;transition:.3s;position:relative;bottom:-2px}.product-tab-btn:hover{color:#00b4ff;background:#f8f9fa}.product-tab-btn.active{color:#00b4ff;border-bottom-color:#00b4ff}.product-tabs-content{position:relative;min-height:200px}.product-tab-pane{display:none;animation:.3s fadeIn}.product-tab-pane.active{display:block}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tab-empty-message{padding:3rem 1rem;text-align:center;color:#666}.tab-empty-message p{margin:0;font-size:1rem}.product-attributes-section{margin-top:0;padding-top:0;border-top:none;max-width:900px;margin-left:auto;margin-right:auto}.section-title{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1.5rem}.attributes-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.attribute-item{display:flex;gap:.5rem;padding:.75rem;background:#f8f9fa;border-radius:6px}.attribute-name{font-weight:600;color:#333}.attribute-value{color:#666}.spec-group{margin:0 0 2rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.spec-group-title{font-size:1rem;font-weight:600;color:#0f172a;margin:0;padding:.9rem 1.25rem;background:#f8fafc;border-bottom:1px solid #e5e7eb;letter-spacing:.01em;text-transform:uppercase}.spec-table{display:grid;grid-template-columns:minmax(160px,240px) 1fr;margin:0;padding:0;column-gap:1.5rem;row-gap:0}.spec-table>.spec-key,.spec-table>.spec-value{padding:.85rem 1.25rem;border-bottom:1px solid #f1f5f9;line-height:1.6;margin:0}.spec-table>.spec-key{font-weight:500;color:#64748b;font-size:.9375rem;background:transparent}.spec-table>.spec-value{color:#1e293b;font-size:.9375rem;word-break:break-word}.spec-table>.spec-value br+br{display:none}.spec-table>.spec-value p{margin:0 0 .35em}.spec-table>.spec-value ul,.spec-table>.spec-value ol{margin:.25em 0;padding-left:1.25em}.spec-table>.spec-value li{margin:.15em 0}.spec-table>.spec-key:last-of-type,.spec-table>.spec-value:last-of-type{border-bottom:none}html[dir=rtl] .spec-table>.spec-value{text-align:right}html.dark .spec-group{background:#1e293b;border-color:#334155}html.dark .spec-group-title{background:#0f172a;color:#f1f5f9;border-bottom-color:#334155}html.dark .spec-table>.spec-key{color:#cbd5e1}html.dark .spec-table>.spec-value{color:#f1f5f9}html.dark .spec-table>.spec-key,html.dark .spec-table>.spec-value{border-bottom-color:#334155}@media(max-width:767px){.spec-table{grid-template-columns:1fr;column-gap:0}.spec-table>.spec-key{padding:.75rem 1rem .25rem;font-size:.8125rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:none}.spec-table>.spec-value{padding:.15rem 1rem .9rem;font-size:.9375rem}.spec-group-title{font-size:.9375rem;padding:.75rem 1rem}}.product-gallery-section{margin-top:0;padding-top:0;border-top:none}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.gallery-item{aspect-ratio:1/1;overflow:hidden;border-radius:8px;border:1px solid #e0e0e0;cursor:pointer;transition:transform .2s}.gallery-item:hover{transform:scale(1.05)}.gallery-image{width:100%;height:100%;object-fit:cover}.gallery-grid-full{display:flex;flex-direction:column;align-items:center;gap:2rem}.gallery-item-full{max-width:1200px;width:100%;overflow:visible;border-radius:8px;border:none;transition:transform .2s;display:flex;justify-content:center;background:transparent}.gallery-item-full:hover{transform:scale(1.02)}.gallery-image-full{max-width:100%;width:auto;height:auto;max-height:none;display:block;object-fit:contain;border-radius:8px}@media (max-width:992px){.product-detail-wrapper{grid-template-columns:1fr;gap:2rem}.current-price,.product-name{font-size:1.75rem}}@media (max-width:768px){.gallery-item-full{max-width:100%}.gallery-image-full{max-height:400px}.product-page{padding:.25rem 0}.current-price,.product-name{font-size:1.5rem}.old-price{font-size:1.25rem}.thumbnail-item{width:60px;height:60px}.color-variant-btn{width:45px;height:45px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.product-tab-btn{padding:.75rem 1.5rem;font-size:1rem}}html.dark .main-image-container{border-color:var(--border-color);background:#1e293b}html.dark .thumbnail-item{background:#1e293b;border-color:var(--border-color)}html.dark .thumbnail-item.active,html.dark .thumbnail-item:hover{border-color:var(--primary-color)}html.dark .product-name{color:var(--text-primary)}html.dark .old-price,html.dark .price-note,html.dark .product-description{color:var(--text-secondary)}html.dark .option-label{color:var(--text-primary)}html.dark .color-variant-btn{border-color:var(--border-color)}html.dark .color-variant-btn:hover:not(.disabled){border-color:var(--primary-color)}html.dark .color-variant-btn.active{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(59,130,246,.2)}html.dark .selected-color-name{color:var(--text-secondary)}html.dark .capacity-variant-btn{border-color:var(--border-color);background:#1e293b}html.dark .capacity-variant-btn:hover:not(.disabled){border-color:var(--primary-color);background:#334155}html.dark .capacity-variant-btn.active{border-color:var(--primary-color);background:rgba(59,130,246,.1)}html.dark .capacity-variant-btn.disabled{background:#0f172a}html.dark .capacity-name{color:var(--text-primary)}html.dark .capacity-price{color:var(--primary-color)}html.dark .quantity-selector{border-color:var(--border-color)}html.dark .quantity-btn{background:#1e293b;color:var(--text-primary);border-color:var(--border-color)}html.dark .quantity-btn:hover{background:#334155}html.dark .quantity-input{border-color:var(--border-color);background:#1e293b;color:var(--text-primary)}html.dark .product-tabs-section{border-top-color:var(--border-color)}html.dark .product-tabs-header{border-bottom-color:var(--border-color)}html.dark .product-tab-btn{color:var(--text-secondary)}html.dark .product-tab-btn:hover{color:var(--primary-color);background:#1e293b}html.dark .product-tab-btn.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}html.dark .tab-empty-message{color:var(--text-secondary)}html.dark .product-attributes-section{border-top-color:transparent}html.dark .section-title{color:var(--text-primary)}html.dark .attribute-item{background:#1e293b}html.dark .attribute-name{color:var(--text-primary)}html.dark .attribute-value{color:var(--text-secondary)}html.dark .product-gallery-section{border-top-color:transparent}html.dark .gallery-item{border-color:var(--border-color)}html.dark .gallery-item-full{border:none}.gift-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:.5rem}.gift-item-card{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;transition:.2s}.gift-item-card:hover{border-color:#00b4ff;box-shadow:0 2px 8px rgba(0,180,255,.1)}.gift-item-image{width:100%;aspect-ratio:1/1;overflow:hidden;background:#f9f9f9}.gift-item-image img{width:100%;height:100%;object-fit:cover}.gift-item-details{padding:.75rem}.gift-item-name{margin:0 0 .5rem}.gift-item-color{display:flex;align-items:center;gap:.5rem}.gift-item-color .color-indicator{width:20px;height:20px;border-radius:4px;border:1px solid #ddd;display:inline-block}html.dark .gift-item-card{background:var(--content-bg);border-color:var(--border-color)}html.dark .gift-item-card:hover{border-color:var(--primary-color)}html.dark .gift-item-color .color-indicator{border-color:var(--border-color)}.gift-items-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.gift-item-row{display:flex;align-items:center;gap:1rem;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;background:#f8f9fa;transition:.2s}.gift-item-row:hover{border-color:#00b4ff;box-shadow:0 2px 4px rgba(0,180,255,.1)}.gift-item-image-small{width:60px;height:60px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f9f9f9;border:1px solid #e0e0e0}.gift-item-image-small img{width:100%;height:100%;object-fit:cover}.gift-item-image-small .no-image-placeholder{width:100%;height:100%;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.gift-item-image-small .no-image-placeholder::after{content:'📦';font-size:1.5rem;opacity:.3}.gift-item-name{flex:1;font-size:.95rem;font-weight:500;color:#333;line-height:1.4}.gift-item-price{margin-bottom:.5rem;flex-shrink:0;text-align:right;min-width:100px}.gift-item-price .gift-price{font-size:.95rem;font-weight:600;color:#333}.gift-item-price .old-price{font-size:.95rem;color:#999;text-decoration:line-through}html.dark .gift-item-row{background:var(--content-bg);border-color:var(--border-color)}html.dark .gift-item-row:hover{border-color:var(--primary-color)}html.dark .gift-item-image-small{background:#1e293b;border-color:var(--border-color)}html.dark .gift-item-image-small .no-image-placeholder{background:#1e293b}html.dark .gift-item-name,html.dark .gift-item-price .gift-price{color:var(--text-primary)}html.dark .gift-item-price .old-price{color:var(--text-secondary)}.variants-option{margin:1.5rem 0}.product-variants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:.5rem}.variant-selection-btn{display:flex;flex-direction:column;align-items:flex-start;padding:.75rem;background:#f8f9fa;border:2px solid #dee2e6;border-radius:8px;cursor:pointer;transition:.2s;text-align:left}.variant-selection-btn:hover{border-color:#00b4ff;background:#f0f7ff}.variant-selection-btn.active{border-color:#00b4ff;background:#e6f2ff}.variant-selection-btn .variant-name{font-weight:600;color:#212529;font-size:14px;margin-bottom:4px}.variant-selection-btn .variant-price{font-size:16px;color:#00b4ff;font-weight:600}.variant-selection-btn .variant-stock{margin-top:4px}.selected-variant-name{margin-top:.75rem;font-weight:600;color:#212529}html.dark .variant-selection-btn{background:#2d3748;border-color:#4a5568}html.dark .variant-selection-btn:hover{border-color:#3b82f6;background:#1e293b}html.dark .variant-selection-btn.active{border-color:#3b82f6;background:#1e3a5f}html.dark .selected-variant-name,html.dark .variant-selection-btn .variant-name{color:#f8fafc}html.dark .variant-selection-btn .variant-price{color:#60a5fa}html.dark .buy-now-btn{background:#00b4ff;color:#0a1628}html.dark .buy-now-btn:hover{background:#33c4ff;box-shadow:0 4px 12px rgba(0,180,255,.4)}