.color-options{display:flex;flex-wrap:wrap;gap:10px}.color-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:5px;border:2px solid #e0e0e0;border-radius:10px;cursor:pointer;transition:.25s cubic-bezier(.4, 0, .2, 1);background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.04);font-size:.9rem;user-select:none;min-width:90px;text-align:center}.color-btn:hover{border-color:#c62828;transform:translateY(-1px);box-shadow:0 4px 12px rgba(198,40,40,.15)}.color-btn.selected{border-color:#c62828;background:linear-gradient(135deg,#ffebee 0,#ffcdd2 100%);box-shadow:0 4px 15px rgba(198,40,40,.25)}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid rgba(0,0,0,.1);flex-shrink:0;display:block}.color-name{font-weight:500;color:#333;font-size:.88rem}.color-btn.selected .color-name{color:#c62828;font-weight:600}.product-gallery{display:flex;align-items:flex-start}.main-image-container,.mobile-main-image-container{position:relative;width:100%;min-height:300px}.main-image-container{flex:1;min-width:0;overflow:hidden;position:relative}.main-image-slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;z-index:1}.main-image-slide.active{position:relative;opacity:1;visibility:visible;z-index:2}.thumbs-vertical{flex-shrink:0;padding-right:20px;overflow-y:auto;overflow-x:hidden}.thumbs-vertical-wrapper{display:flex;flex-direction:column;gap:8px;padding:2px;max-height:500px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.thumbs-vertical-wrapper::-webkit-scrollbar{display:none}.thumb-item{width:75px!important;height:75px!important;border-radius:6px;overflow:hidden;cursor:pointer;opacity:.6;transition:.3s;border:2px solid #dee2e6!important;flex-shrink:0}.thumb-item:hover{opacity:.8;border-color:#c62828!important;transform:scale(1.05);box-shadow:0 2px 8px rgba(198,40,40,.2)}.thumb-item.active{opacity:1!important;border-color:#c62828!important}.thumb-item img{width:100%;height:100%;object-fit:cover}.thumb-scroll-btn{position:relative;width:75px;height:30px;background:rgba(255,255,255,.95);border:1px solid #dee2e6;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:10;color:#666;flex-shrink:0}.thumb-scroll-btn:hover{background:#c62828;border-color:#c62828;color:#fff;box-shadow:0 2px 8px rgba(198,40,40,.3)}.thumb-scroll-btn svg{width:16px;height:16px}.thumb-scroll-up{margin-bottom:8px}.thumb-scroll-down{margin-top:8px}.zoom-btn{position:absolute;top:10px;right:10px;width:40px;height:40px;background:rgba(0,0,0,.6);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:15;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.3)}.zoom-btn:hover{background:rgba(0,0,0,.85);transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.4)}.zoom-btn svg{width:20px;height:20px}.zoom-btn-mobile{top:10px;right:10px}.image-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:rgba(255,255,255,.9);border:1px solid #dee2e6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;z-index:10;color:#333}.image-nav-btn:hover{background:#c62828;border-color:#c62828;color:#fff;box-shadow:0 2px 8px rgba(198,40,40,.4)}.image-nav-btn.prev-btn{left:10px}.image-nav-btn.next-btn{right:10px}.image-nav-btn.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.image-nav-btn.disabled:hover{background:rgba(255,255,255,.9);border-color:#dee2e6;color:#333;box-shadow:none;transform:none}.image-nav-btn svg{width:20px;height:20px}.mobile-thumb-item{transition:.2s}.mobile-thumb-item:hover{transform:scale(1.05);box-shadow:0 2px 8px rgba(198,40,40,.2)}.mobile-thumb-item.active{box-shadow:0 2px 8px rgba(198,40,40,.3)}.main-image-container .swiper{max-height:500px}.product-detail-title{font-size:1.6rem!important;font-weight:500;margin-bottom:1rem}.product-info{padding-left:2rem}.product-price-large{font-size:2rem;font-weight:700;color:#c62828}.variant-options{display:flex;flex-wrap:wrap;gap:12px}.variant-btn{position:relative;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border:1px solid #e0e0e0;border-radius:50px;cursor:pointer;transition:.25s cubic-bezier(.4, 0, .2, 1);background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.04);min-width:140px}.variant-btn::before{content:'';position:absolute;inset:-2px;border-radius:50px;background:linear-gradient(135deg,#c62828 0,#ff5f52 100%);z-index:-1;opacity:0;transition:opacity .25s}.variant-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(198,126,234,.2);border-color:transparent}.variant-btn.selected{border-color:transparent;background:linear-gradient(135deg,#c62828 0,#ff5f52 100%);box-shadow:0 8px 25px rgba(255,105,180,.35)}.variant-btn.selected::before{opacity:1}.variant-name{font-weight:600;color:#333;font-size:.95rem}.variant-btn.selected .variant-name{color:#fff}.variant-price{font-weight:700;color:#c62828;font-size:1rem;margin-left:12px}.variant-btn.selected .variant-price{color:#fff}.color-thumb{width:80px;height:80px;object-fit:cover;border-radius:6px;margin-bottom:4px}#display-price{display:block;font-size:2rem;font-weight:800;background:linear-gradient(135deg,#c62828 0,#8e0000 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.quantity-selector{display:flex;align-items:center;gap:10px;margin:1.5rem 0}.quantity-btn{width:40px;height:40px;border:1px solid var(--border-color);background:#fff;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background-color:var(--accent-color)}.quantity-input-large{width:80px;height:40px;text-align:center;border:1px solid var(--border-color);border-radius:4px;-moz-appearance:textfield;appearance:textfield}.quantity-input-large::-webkit-inner-spin-button,.quantity-input-large::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;display:none}input.form-control#qty-input[type=number]{-moz-appearance:textfield;appearance:textfield}input.form-control#qty-input[type=number]::-webkit-inner-spin-button,input.form-control#qty-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;display:none}.rating-stars{color:#ffc107;font-size:1.2rem}.rating-average{font-size:1.5rem;font-weight:700;margin-left:.5rem}.card-body a.small.text-decoration-none,.card-body a.small.text-decoration-none.fw-semibold,.category-reviews .card-body a,.reviews-section-mobile .card-body a{display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;line-height:1.4!important;max-height:1.4em!important;color:#c62828!important;font-weight:600!important}.product-description{padding:1rem;border-radius:8px}.product-description img,.product-description table{max-width:100%}.product-description table td:first-child,.product-description table th:first-child{width:120px;min-width:120px;background:#f8f9fa;white-space:nowrap}.product-description a{color:#c62828;text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:.3s}.product-description a:hover{color:#8e0000;border-bottom-color:#c62828;text-decoration:none}.history-orders-section{background:linear-gradient(135deg,#f8f9fa 0,#fff 100%);border-radius:12px;padding:24px;border:2px solid #e9ecef;box-shadow:0 4px 12px rgba(0,0,0,.05)}.history-orders-section .section-title{font-size:1.5rem;font-weight:700;color:#c62828;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #dee2e6;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.history-orders-list{display:grid;gap:12px}.history-order-item{background:#fff;border-radius:8px;padding:16px;border:1px solid #e9ecef;transition:.3s;box-shadow:0 2px 4px rgba(0,0,0,.04)}.history-order-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(198,40,40,.1);border-color:#c62828}.history-order-item .order-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.history-order-item .info-row{display:flex;flex-direction:column;gap:4px}.history-order-item .info-label{font-size:.75rem;color:#6c757d;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.history-order-item .info-value{font-size:.95rem;color:#212529;font-weight:500}.history-order-item .quality-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-weight:700;font-size:.85rem;color:#fff;background:linear-gradient(135deg,#ff6b6b 0,#ee5a6f 100%);box-shadow:0 2px 8px rgba(238,90,111,.3)}.history-order-item .quality-badge.quality-s{background:linear-gradient(135deg,gold 0,#fa0 100%);box-shadow:0 2px 8px rgba(255,215,0,.4);color:#000}.history-order-item .quality-badge.quality-n{background:linear-gradient(135deg,#4fc3f7 0,#29b6f6 100%);box-shadow:0 2px 8px rgba(41,182,246,.3)}.history-orders-section .section-title .toggle-icon{transition:transform .3s;display:inline-block}.history-orders-section .section-title[aria-expanded=false] .toggle-icon{transform:rotate(-90deg)}.history-order-item .time-fuzzy{color:#17a2b8;font-weight:600;font-style:italic}.history-orders-footer{padding-top:16px;border-top:1px dashed #dee2e6;margin-top:8px}.history-orders-list .history-order-item:nth-child(n+4){display:none}.history-orders-list.show-all .history-order-item{display:block}.h2,h2{font-size:1.75rem;font-weight:600;color:#c62828;margin-bottom:1.5rem;position:relative;padding-bottom:12px}.h2::after,h2::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#c62828,#ff5f52);border-radius:2px}.h3,h3{font-size:1.5rem;font-weight:600;color:#c62828;margin-bottom:1rem;position:relative;padding-bottom:10px}.h3::after,h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#c62828,#ff5f52);border-radius:2px}.btn-primary-custom{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#1e3a8a 0,#1e40af 100%);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:.3s;box-shadow:0 4px 15px rgba(30,58,138,.3)}.btn-primary-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(30,58,138,.4);color:#fff;background:linear-gradient(135deg,#1e40af 0,#2563eb 100%)}.btn-danger-custom{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#c62828 0,#ff5f52 100%);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:.3s;box-shadow:0 4px 15px rgba(198,40,40,.3)}.btn-danger-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(198,40,40,.4);color:#fff;background:linear-gradient(135deg,#d32f2f 0,#ff7043 100%)}.btn-purple-custom{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#7c3aed 0,#8b5cf6 100%);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:50px;text-decoration:none;cursor:pointer;transition:.3s;box-shadow:0 4px 15px rgba(124,58,237,.3)}.btn-purple-custom:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(124,58,237,.4);color:#fff;background:linear-gradient(135deg,#8b5cf6 0,#a78bfa 100%)}.btn-sm-custom{padding:10px 20px;font-size:.9rem;border-radius:8px}@media (max-width:992px){.image-nav-btn.next-btn-mobile,.image-nav-btn.prev-btn-mobile{background:rgba(0,0,0,.6);border:none;color:#fff}.image-nav-btn.next-btn-mobile:hover,.image-nav-btn.prev-btn-mobile:hover{background:rgba(0,0,0,.85);color:#fff}}@media (max-width:768px){.h2,h2{font-size:1.5rem}.h3,h3{font-size:1.25rem}.btn-danger-custom,.btn-primary-custom,.btn-purple-custom{padding:12px 24px;font-size:.95rem}}@media (max-width:767.98px){.product-detail-sku{margin-top:.8rem}.product-detail-title{font-size:1.2rem!important;font-weight:400;margin-bottom:.5rem}.product-detail-badges{display:inline-flex;align-items:center;gap:4px;margin-bottom:0!important}.product-detail-title-inline{display:inline!important;font-size:1.2rem!important;font-weight:400;margin-bottom:.5rem!important;margin-left:4px;vertical-align:middle}.variant-options{gap:8px}.variant-btn{padding:12px 18px;min-width:120px;font-size:.9rem}.variant-name{font-size:.85rem}.variant-price{font-size:.9rem}#colorOptions{display:flex;flex-wrap:wrap;gap:10px}.color-btn{flex-shrink:0;min-width:80px}.product-card-japanese .text-warning i.fa-star,.product-card-japanese .text-warning i.far.fa-star{font-size:12px!important}.product-card-japanese .text-warning+small.text-muted{font-size:11px!important}.history-orders-section{padding:16px}.history-orders-section .section-title{font-size:1.25rem}.history-order-item{padding:12px}.history-order-item .order-info{grid-template-columns:1fr 1fr;gap:8px}.history-order-item .info-label{font-size:.7rem}.history-order-item .info-value{font-size:.85rem}.history-order-item .quality-badge{padding:3px 10px;font-size:.8rem}}@media (max-width:576px){.h2,h2{font-size:1.25rem}.h3,h3{font-size:1.125rem}.btn-danger-custom,.btn-primary-custom,.btn-purple-custom{padding:10px 20px;font-size:.9rem}}.similar-series-section{margin-bottom:1.5rem}.similar-series-title{font-size:16px;font-weight:700;margin-bottom:.75rem;color:#333}.similar-series-container{display:flex;flex-wrap:wrap;gap:12px}.similar-series-item{position:relative;border:2px solid #dee2e6;border-radius:10px;padding:10px;min-width:130px;max-width:140px;background:#fff;transition:.2s;cursor:pointer}.similar-series-item:hover{border-color:#999;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.similar-series-item.active{border-color:#1976d2;background:#e3f2fd}.similar-series-item.active:hover{border-color:#1976d2}.similar-series-check{position:absolute;top:-8px;right:-8px;background:#1976d2;color:#fff;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:12px;box-shadow:0 2px 4px rgba(0,0,0,.2)}.similar-series-image{width:100%;height:100px;object-fit:cover;border-radius:6px;margin-bottom:6px}.similar-series-model{font-size:13px;font-weight:600;color:#333;text-align:center;line-height:1.2;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.similar-series-alias{font-size:11px;color:#666;text-align:center;margin-top:3px}.similar-series-link{display:block;margin-top:5px;font-size:11px;color:#c62828;text-decoration:none;text-align:center}.similar-series-link:hover{text-decoration:underline}.product-cards-row>[class*=col-],.product-cards-row>[class*=col-] .product-card-link{min-width:0}.product-cards-row .product-card-same-brand{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:.3s;overflow:hidden;width:100%;display:flex;flex-direction:column;min-width:0}.product-cards-row .product-card-same-brand:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(198,40,40,.15)}.product-cards-row .product-card-same-brand .card-body{padding:8px;flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden;min-width:0}.product-cards-row .product-card-same-brand .product-image-wrapper{position:relative;overflow:hidden;aspect-ratio:1/1;background:#f8f8f8;flex-shrink:0}.product-cards-row .product-card-same-brand .product-image{width:100%;height:100%;object-fit:cover;transition:transform .3s}.product-cards-row .product-card-same-brand:hover .product-image{transform:scale(1.05)}.product-cards-row .product-card-same-brand .product-title{display:block;-webkit-line-clamp:unset;-webkit-box-orient:unset;max-height:none;font-size:.82rem;font-weight:500;color:#333;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-cards-row .product-card-same-brand .product-price{font-size:1rem;font-weight:400;color:#c62828;white-space:nowrap}.product-cards-row .product-card-same-brand .original-price{font-size:.85rem;color:#999;text-decoration:line-through;margin-left:8px}.product-cards-row .product-card-same-brand .card-body>div:last-of-type,.product-cards-row .product-card-same-brand .card-body>div:nth-last-of-type(2){margin-top:auto}.product-cards-row .product-card-same-brand .card-body>div:last-of-type{flex-wrap:nowrap!important}.product-cards-row .product-card-same-brand .mt-auto{font-size:.75rem}.product-cards-row .product-card-same-brand .mt-auto .text-warning .fa-star{color:#ffc107;font-size:.8rem}.product-cards-row .product-card-same-brand .mt-auto small{color:#999;margin-left:4px}@media (max-width:991.98px){.product-related-section .product-cards-row>[class*=col-],.product-same-brand-section .product-cards-row>[class*=col-]{flex:0 0 33.333333%!important;max-width:33.333333%!important}}@media (max-width:767.98px){.product-cards-row .product-card-same-brand .product-price,.product-cards-row .product-card-same-brand .product-title{font-size:.75rem;margin:0}.product-cards-row .product-card-same-brand .mt-auto{margin:0}.product-cards-row .product-card-same-brand .mt-auto .text-warning .fa-star{font-size:.6rem}.main-image-container,.mobile-main-image-container{min-height:250px}.image-nav-btn:active{transform:translateY(-50%) scale(1);opacity:1}.product-related-section .product-cards-row>[class*=col-]{flex:0 0 50%!important;max-width:50%!important}}@media (max-width:768px){.similar-series-section{margin-bottom:1.25rem}.similar-series-title{font-size:15px;margin-bottom:.6rem}.similar-series-container{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:8px 12px;gap:10px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.similar-series-container::-webkit-scrollbar{height:4px}.similar-series-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.similar-series-item{flex:0 0 120px;min-width:120px;max-width:120px;padding:8px;scroll-snap-align:start}.similar-series-image{height:80px}.similar-series-model{font-size:12px}.similar-series-alias{font-size:10px}}#related-load-more-container{text-align:center;margin-top:40px}#related-load-more-btn.load-more-btn{padding:12px 40px;font-size:16px;font-weight:500;border:2px solid #c62828;background:0 0;color:#c62828;border-radius:25px;cursor:pointer;transition:.3s}#related-load-more-btn.load-more-btn:hover{background:#c62828;color:#fff}#related-load-more-btn.load-more-btn:disabled{opacity:.5;cursor:not-allowed}#related-all-loaded-message{font-size:16px;color:#6c757d}.related-more-link{display:inline-flex;align-items:center;gap:8px;font-size:15px;color:#c62828;text-decoration:none;font-weight:500;transition:opacity .3s}.related-more-link:hover{opacity:.7;text-decoration:none}.related-more-link .more-text{font-weight:400}.related-more-link .category-name{font-weight:600}.related-more-link i{font-size:12px}@media (max-width:768px){.related-more-link{font-size:14px}.related-more-link .more-text{display:none}}.review-card{background:#fff;border-radius:8px;padding:20px;border:1px solid #e0e0e0;box-shadow:0 2px 4px rgba(0,0,0,.05);transition:box-shadow .3s}.review-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.review-author{color:#333;font-size:15px}.review-date{color:#999;font-size:13px;flex-shrink:0}.review-card p{color:#555;line-height:1.6;font-size:14px}@media (max-width:767.98px){.review-card{padding:15px}.review-header{flex-direction:column;gap:8px}.review-date{align-self:flex-end}.product-description{padding:3px}}