.products-page{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#0f4c75;background:linear-gradient(180deg,#f8fcff 0,#ffffff 50%);min-height:100vh}.breadcrumbs{max-width:1300px;margin:0 auto;padding:1.5rem 1.5rem .5rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b}.breadcrumbs a{color:#3b82f6;text-decoration:none;transition:color .2s}.breadcrumbs a:hover{color:#0f4c75}.product-main{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:500px 1fr 280px;grid-gap:2rem;gap:2rem;padding:1.5rem;align-items:start}.image-gallery{position:-webkit-sticky;position:sticky;top:80px;display:flex;flex-direction:row;gap:12px;align-items:flex-start}.thumbnail-column{display:flex;flex-direction:column;gap:10px;max-height:480px;overflow-y:auto;flex-shrink:0;padding-right:2px;scroll-behavior:smooth}.thumbnail-column::-webkit-scrollbar{width:4px}.thumbnail-column::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.thumbnail-column::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:10px}.thumbnail-wrapper{flex-shrink:0;padding:0;border:2px solid transparent;background:white;cursor:pointer;border-radius:10px;transition:all .25s ease;box-shadow:0 1px 6px rgba(15,76,117,.08);overflow:hidden}.thumbnail-wrapper:hover{border-color:#93c5fd;box-shadow:0 3px 12px rgba(59,130,246,.2);transform:scale(1.04)}.thumbnail-wrapper.active{border-color:#3b82f6;box-shadow:0 4px 14px rgba(59,130,246,.35)}.thumbnail{width:76px;height:76px;object-fit:contain;padding:4px;display:block;transition:opacity .2s ease;opacity:.75}.thumbnail-wrapper.active .thumbnail,.thumbnail-wrapper:hover .thumbnail{opacity:1}.main-image-container{position:relative;flex:1 1;background:white;border-radius:16px;box-shadow:0 4px 20px rgba(15,76,117,.1);border:1px solid rgba(187,225,250,.4);overflow:hidden;cursor:zoom-in}.product-image{width:100%;height:470px;object-fit:contain;padding:1.25rem;background:white;transition:opacity .3s ease,transform .3s ease;display:block}.product-image.loading{opacity:0}.main-image-container:hover .product-image{transform:scale(1.02)}.image-loading-skeleton{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes spin{to{transform:rotate(1turn)}}.image-loading-skeleton .spinner{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.fullsize-badge{position:absolute;bottom:12px;left:12px;display:flex;align-items:center;gap:6px;background:rgba(15,76,117,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:white;border:none;border-radius:8px;padding:7px 12px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;z-index:2}.fullsize-badge svg{width:14px;height:14px;flex-shrink:0}.fullsize-badge:hover{background:rgba(27,108,168,.95);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.25)}.image-counter{position:absolute;bottom:12px;right:12px;font-size:.8rem;color:white;font-weight:600;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:4px 10px;border-radius:20px;z-index:2}.image-modal{position:fixed;inset:0;background:rgba(0,0,0,.96);z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .25s ease;cursor:zoom-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid rgba(255,255,255,.25);color:white;width:44px;height:44px;border-radius:50%;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;z-index:10002}.modal-close:hover{background:rgba(255,255,255,.22);transform:rotate(90deg)}.modal-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid rgba(255,255,255,.2);color:white;width:52px;height:52px;border-radius:50%;font-size:2.2rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;z-index:10002}.modal-arrow:hover{background:rgba(255,255,255,.25);transform:translateY(-50%) scale(1.08)}.modal-arrow-prev{left:1.5rem}.modal-arrow-next{right:1.5rem}.modal-content{position:relative;max-width:88vw;max-height:75vh;cursor:default;display:flex;flex-direction:column;align-items:center;gap:10px}.modal-image{max-width:100%;max-height:72vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 60px rgba(0,0,0,.6);display:block}.modal-counter{color:rgba(255,255,255,.7);font-size:.85rem;font-weight:500;text-align:center}.modal-thumbnails{display:flex;gap:10px;overflow-x:auto;padding:12px 0 4px;max-width:88vw;scroll-behavior:smooth;cursor:default}.modal-thumbnails::-webkit-scrollbar{height:4px}.modal-thumbnails::-webkit-scrollbar-track{background:rgba(255,255,255,.1);border-radius:10px}.modal-thumbnails::-webkit-scrollbar-thumb{background:rgba(255,255,255,.35);border-radius:10px}.modal-thumb-btn{flex-shrink:0;padding:0;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:rgba(255,255,255,.08);cursor:pointer;overflow:hidden;transition:all .2s ease;width:64px;height:64px}.modal-thumb-btn img{width:100%;height:100%;object-fit:contain;display:block;padding:3px;opacity:.6;transition:opacity .2s ease}.modal-thumb-btn:hover{border-color:rgba(255,255,255,.55)}.modal-thumb-btn:hover img{opacity:.9}.modal-thumb-btn.active{border-color:#3b82f6;background:rgba(59,130,246,.2)}.modal-thumb-btn.active img{opacity:1}.product-info{display:flex;flex-direction:column;gap:20px;padding-top:.5rem}.product-header-badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.product-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;color:white;border-radius:20px;font-size:.85rem;font-weight:600;width:-moz-fit-content;width:fit-content;box-shadow:0 2px 8px rgba(0,0,0,.15)}.in-stock-badge{background:linear-gradient(135deg,#10b981,#059669)}.out-of-stock-badge{background:#94a3b8}.sale-badge{background:linear-gradient(135deg,#ef4444,#dc2626)}.product-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:8px}.product-sku{font-size:.85rem;color:#94a3b8;font-weight:500;padding:4px 10px;background:#f8fafc;border-radius:6px;border:1px solid #e5e7eb}.product-info h1{font-size:2rem;margin:0;line-height:1.2;color:#0f4c75;font-weight:700}.product-rating{display:flex;align-items:center;gap:12px;font-size:.95rem}.stars{display:flex;gap:3px;font-size:1.3rem}.star-filled{color:#fbbf24}.star-empty{color:#e5e7eb}.review-count{color:#3b82f6;font-weight:500}.review-count,.review-count:hover{text-decoration:none}.product-price{font-size:2rem;font-weight:700;color:#0f4c75;margin:0}.product-price--sale{color:#dc2626}.price-info{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.original-price{font-size:1.3rem;color:#999;text-decoration:line-through}.discount-badge{background:#ef4444;color:white;padding:4px 10px;border-radius:6px;font-size:.9rem;font-weight:600}.product-tabs{margin:28px 0 0}.tab-buttons{display:flex;gap:0;border-bottom:2px solid #e5e7eb}.tab-btn{padding:10px 20px;background:transparent;cursor:pointer;font-size:.875rem;font-weight:600;color:#64748b;transition:color .15s;position:relative;font-family:inherit;border:none;border-bottom:2px solid transparent;margin-bottom:-2px}.tab-btn.active{color:#0f4c75;border-bottom-color:#0f4c75}.tab-btn:hover:not(.active){color:#0f4c75}.tab-content{padding:20px 0 8px;color:#374151;font-size:.925rem;line-height:1.75;min-height:80px}.tab-desc-text{margin:0;color:#374151;line-height:1.8}.feature-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.feature-list-item{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#374151;line-height:1.5}.feature-check{width:18px;height:18px;flex-shrink:0;color:#16a34a;margin-top:1px}.specs-table{width:100%;border-collapse:collapse;font-size:.875rem}.specs-row:nth-child(odd){background:#f8fafc}.specs-label{width:38%;padding:10px 14px;font-weight:600;color:#64748b;text-align:left;white-space:nowrap}.specs-value{padding:10px 14px;color:#0f172a;font-weight:500}.tab-empty{margin:0;color:#64748b;font-size:.9rem;line-height:1.6}.tab-contact-link{color:#0f4c75;font-weight:600;text-decoration:none}.tab-contact-link:hover{text-decoration:underline}.buy-box{position:-webkit-sticky;position:sticky;top:80px;background:white;border:2px solid rgba(59,130,246,.2);border-radius:16px;padding:20px;box-shadow:0 4px 20px rgba(15,76,117,.1);display:flex;flex-direction:column;gap:16px}.buy-price{font-size:1.8rem;font-weight:700;color:#0f4c75;margin:0;text-align:center}.buy-price-orig{font-size:1rem;color:#94a3b8;text-decoration:line-through;text-align:center;margin:-8px 0 0}.stock-status{text-align:center;padding:10px 14px;border-radius:10px;font-size:.88rem;font-weight:600}.stock-status.in-stock{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.stock-status.low-stock{background:#fffbeb;color:#d97706;border:1px solid #fcd34d;animation:pulse-stock 2s ease-in-out infinite}.stock-status.out-of-stock{background:#fef2f2;color:#dc2626;border:1px solid #fca5a5}.quantity-selector{display:flex;flex-direction:column;gap:8px}.quantity-selector label{font-weight:600;color:#666;font-size:.9rem}.quantity-controls{gap:12px}.quantity-controls,.quantity-controls button{display:flex;align-items:center;justify-content:center}.quantity-controls button{width:40px;height:40px;border-radius:8px;border:none;background:linear-gradient(135deg,#bbe1fa,#3b82f6);color:#0f4c75;cursor:pointer;font-size:1.3rem;font-weight:700;transition:all .2s ease}.quantity-controls button:hover{transform:scale(1.1)}.quantity-controls span{font-size:1.3rem;font-weight:600;min-width:40px;text-align:center}.max-quantity{font-size:.85rem;color:#94a3b8;text-align:center}.quantity-display{font-size:1.3rem;font-weight:600;min-width:40px;text-align:center}.primary-btn{background:linear-gradient(135deg,#1b6ca8,#2d9cdb);color:white;border-radius:12px;padding:16px 24px;border:none;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;letter-spacing:.3px;box-shadow:0 4px 16px rgba(27,108,168,.3)}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(27,108,168,.4);background:linear-gradient(135deg,#2d9cdb,#1b6ca8)}.primary-btn:active{transform:translateY(0)}.primary-btn.added{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px rgba(16,185,129,.3)}.buy-now-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:white;border-radius:12px;padding:16px 24px;border:none;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;letter-spacing:.3px;box-shadow:0 4px 16px rgba(245,158,11,.3)}.buy-now-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(245,158,11,.4);background:linear-gradient(135deg,#d97706,#f59e0b)}.buy-now-btn:active{transform:translateY(0)}.buy-actions-row{display:flex;gap:10px;align-items:stretch}.buy-actions-row .buy-now-btn{flex:1 1}.wishlist-heart-btn{width:52px;height:52px;border-radius:12px;border:2px solid #e2e8f0;background:white;color:#94a3b8;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;line-height:1}.wishlist-heart-btn:hover{transform:scale(1.05)}.wishlist-heart-btn.wishlisted,.wishlist-heart-btn:hover{border-color:#f43f5e;color:#f43f5e;background:#fff1f2}.wishlist-heart-btn.wishlisted:hover{background:#ffe4e6;transform:scale(1.05)}.trust-strip{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:#f1f5f9;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;margin-top:4px}.trust-item{display:flex;align-items:center;gap:8px;padding:11px 12px;background:#f8fafc;font-size:.78rem;font-weight:600;color:#475569;transition:background .2s ease}.trust-item:hover{background:#f0f7ff;color:#1b6ca8}.trust-item svg{width:14px;height:14px;flex-shrink:0;color:#1b6ca8;stroke:currentColor}.delivery-info{padding:16px;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:12px;border:2px solid #fbbf24;margin-top:8px}.delivery-info h4{font-size:.95rem;font-weight:700;color:#92400e;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.delivery-info ul{list-style:disc;padding-left:20px;margin:0 0 12px;display:flex;flex-direction:column;gap:6px}.delivery-info li{font-size:.85rem;color:#78350f;line-height:1.5}.delivery-link{display:inline-block;color:#d97706;font-weight:600;font-size:.85rem;text-decoration:none;transition:all .2s ease}.delivery-link:hover{color:#92400e;text-decoration:underline}.buy-features{display:flex;flex-direction:column;gap:8px;padding-top:12px;border-top:1px solid #e5e7eb}.buy-feature{display:flex;align-items:center;font-size:.85rem;color:#475569;position:relative;padding:6px 0 6px 16px}.buy-feature:before{content:"•";position:absolute;left:0;color:#10b981;font-weight:700;font-size:1.2rem}.reviews-section{max-width:1300px;margin:4rem auto;padding:0 1.5rem}.reviews-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.reviews-header h2{font-size:2rem;margin:0 0 4px;color:#0f4c75;font-weight:800}.reviews-subheading{margin:0;color:#94a3b8;font-size:.95rem}.write-review-link{background:linear-gradient(135deg,#1b6ca8,#2d9cdb);color:white;text-decoration:none;padding:12px 24px;border-radius:10px;font-weight:600;font-size:.95rem;transition:all .3s ease;box-shadow:0 4px 12px rgba(27,108,168,.25);white-space:nowrap}.write-review-link:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(27,108,168,.35)}.reviews-summary{display:flex;align-items:center;gap:40px;padding:32px;background:white;border-radius:20px;box-shadow:0 4px 24px rgba(15,76,117,.08);border:2px solid #f1f5f9;margin-bottom:2.5rem}.average-rating{display:flex;flex-direction:column;align-items:center;padding-right:40px;border-right:2px solid #f1f5f9;flex-shrink:0;gap:6px}.rating-number{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#1b6ca8,#2d9cdb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.rating-label{font-size:.85rem;color:#94a3b8;font-weight:500}.rating-bars{flex:1 1;display:flex;flex-direction:column;gap:10px}.rating-bar{display:flex;align-items:center;gap:14px}.rating-bar-label{font-size:.875rem;color:#64748b;font-weight:500;min-width:52px;text-align:right}.rating-bar-track{flex:1 1;height:10px;background:#f1f5f9;border-radius:99px;overflow:hidden}.rating-bar-fill{height:100%;background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:99px;transition:width .6s ease}.rating-bar-count{font-size:.85rem;color:#94a3b8;font-weight:500;min-width:24px;text-align:right}.review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:20px;gap:20px;margin-bottom:2rem}.review-card{border-radius:16px;padding:24px;background:white;box-shadow:0 2px 12px rgba(15,76,117,.06);border:2px solid #f1f5f9;transition:all .25s ease;display:flex;flex-direction:column;gap:16px}.review-card:hover{box-shadow:0 8px 28px rgba(15,76,117,.12);border-color:#e2eefa;transform:translateY(-3px)}.review-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.review-author{gap:12px}.author-avatar,.review-author{display:flex;align-items:center}.author-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#1b6ca8,#2d9cdb);justify-content:center;color:white;font-weight:700;font-size:1.1rem;flex-shrink:0}.author-info{display:flex;flex-direction:column;gap:3px}.author-name{font-weight:700;color:#1e293b;font-size:.95rem}.verified-badge{display:inline-block;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#059669;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:99px;border:1px solid #a7f3d0}.review-date{font-size:.8rem;color:#94a3b8}.review-stars{flex-shrink:0}.review-comment{color:#475569;line-height:1.7;margin:0;font-size:.95rem;flex:1 1}.review-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #f1f5f9;gap:12px}.helpful-count{font-size:.82rem;color:#94a3b8}.helpful-btn{background:transparent;border:1.5px solid #e2e8f0;padding:6px 16px;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;color:#64748b;transition:all .2s ease;white-space:nowrap}.helpful-btn:hover{background:#f8fafc;border-color:#1b6ca8;color:#1b6ca8}.no-reviews{text-align:center;padding:3rem;background:white;border-radius:16px;border:2px dashed #e2e8f0;color:#64748b;font-size:1rem}.load-more-btn{padding:14px 40px;border-radius:12px;border:2px solid #1b6ca8;background:white;color:#1b6ca8;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;display:block;margin:0 auto 3rem}.load-more-btn:hover{background:#1b6ca8;color:white;transform:translateY(-2px);box-shadow:0 4px 16px rgba(27,108,168,.3)}.review-form-section{background:white;padding:40px;border-radius:20px;box-shadow:0 4px 24px rgba(15,76,117,.08);border:2px solid #f1f5f9;margin-top:3rem}.review-form-header{margin-bottom:28px}.review-form-header h3{margin:0 0 6px;color:#0f4c75;font-size:1.6rem;font-weight:800}.review-form-header p{margin:0;color:#64748b;font-size:.95rem}.review-error{padding:14px 18px;background:#fef2f2;border:1.5px solid #fca5a5;border-radius:10px;margin-bottom:20px;color:#b91c1c;font-size:.9rem}.review-form{gap:24px;max-width:640px}.form-group,.review-form{display:flex;flex-direction:column}.form-group{gap:10px}.form-group label{font-weight:700;color:#1e293b;font-size:.95rem}.star-rating-input{display:flex;align-items:center;gap:6px}.star-btn{background:transparent;border:none;font-size:2.2rem;cursor:pointer;color:#e2e8f0;transition:all .15s ease;padding:0;line-height:1}.star-btn.filled{color:#f59e0b}.star-btn:hover{transform:scale(1.15)}.rating-caption{margin-left:10px;font-size:.9rem;font-weight:600;color:#64748b}.review-form textarea{padding:14px 16px;border-radius:12px;border:2px solid #e2e8f0;outline:none;font-size:.95rem;font-family:inherit;transition:all .2s ease;resize:vertical;color:#1e293b;line-height:1.6}.review-form textarea:focus{border-color:#1b6ca8;box-shadow:0 0 0 3px rgba(27,108,168,.1)}.submit-review-btn{background:linear-gradient(135deg,#1b6ca8,#2d9cdb);color:white;border:none;border-radius:12px;padding:16px 32px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;align-self:flex-start;box-shadow:0 4px 16px rgba(27,108,168,.3)}.submit-review-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px rgba(27,108,168,.4)}.submit-review-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.review-form button[type=submit]{background:linear-gradient(135deg,#0f4c75,#3282b8);color:white;border-radius:12px;padding:14px 32px;border:none;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease;width:-moz-fit-content;width:fit-content}.review-form button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(15,76,117,.3)}.recommended-section{max-width:1400px;margin:3rem auto;padding:0 1.5rem}.recommended-section h2{font-size:1.8rem;margin-bottom:.75rem;color:#0f4c75;text-align:center}.recommended-scroll{display:flex;align-items:stretch;gap:24px;overflow-x:auto;padding:20px 8px 28px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.recommended-scroll::-webkit-scrollbar{height:8px}.recommended-scroll::-webkit-scrollbar-track{background:#e3f2fd;border-radius:10px}.recommended-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#1b6ca8,#2d9cdb);border-radius:10px}.recommended-scroll-item{min-width:280px;width:340px;max-width:min(340px,85vw);flex-shrink:0;scroll-snap-align:start;display:flex;flex-direction:column}.recommended-scroll-item .product-card{max-width:none;width:100%}.product-not-found{max-width:520px;margin:4rem auto;padding:2.5rem 2rem;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.06)}.product-not-found h1{margin:0 0 12px;font-size:1.5rem;color:#0f172a}.product-not-found p{margin:0 0 24px;color:#64748b;line-height:1.6}.product-not-found-btn{display:inline-block;padding:11px 24px;background:#0f4c75;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:background .2s}.product-not-found-btn:hover{background:#1b6ca8}.loading-state{display:grid;grid-template-columns:500px 1fr 280px;grid-gap:2rem;gap:2rem;padding:1.5rem;max-width:1300px;margin:0 auto}.image-skeleton{width:100%;height:450px;border-radius:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.info-skeleton{display:flex;flex-direction:column;gap:16px}.info-skeleton .line{height:24px;border-radius:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.info-skeleton .line.short{width:60%}.info-skeleton .line.medium{width:80%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:1200px){.product-main{grid-template-columns:1fr 1fr}.buy-box{grid-column:1/-1;max-width:500px;margin:0 auto;width:100%}}@media (max-width:768px){.product-main{grid-template-columns:1fr;gap:2rem;padding:1rem}.image-gallery{position:static;flex-direction:column-reverse;gap:10px}.thumbnail-column{flex-direction:row;max-height:none;overflow-x:auto;overflow-y:hidden;max-width:100%;padding-right:0;padding-bottom:4px}.thumbnail-column::-webkit-scrollbar{height:4px;width:0}.product-image{height:320px;padding:.75rem}.fullsize-badge{font-size:.75rem;padding:6px 10px}.image-modal{padding:.75rem}.modal-close{top:.75rem;right:.75rem;width:38px;height:38px;font-size:1.2rem}.modal-arrow{width:40px;height:40px;font-size:1.6rem}.modal-arrow-prev{left:.5rem}.modal-arrow-next{right:.5rem}.modal-image{max-height:60vh}.modal-thumb-btn{width:52px;height:52px}.product-info h1,.product-price{font-size:2rem}.buy-box{position:static}.loading-state,.review-grid{grid-template-columns:1fr}}.review-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .2s ease}.review-modal{background:white;border-radius:20px;padding:32px;width:100%;max-width:540px;box-shadow:0 20px 60px rgba(0,0,0,.25);position:relative;animation:slideUpModal .25s ease}@keyframes slideUpModal{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.review-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.review-modal-header h3{margin:0 0 4px;font-size:1.3rem;font-weight:800;color:#0f4c75}.review-modal-header p{margin:0;font-size:.85rem;color:#94a3b8}.review-modal-close{background:#f1f5f9;border:none;width:36px;height:36px;border-radius:50%;font-size:1.4rem;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;line-height:1}.review-modal-close:hover{background:#e2e8f0;color:#1e293b}.fbt-section{max-width:1300px;margin:3rem auto 1rem;padding:0 1.5rem}.fbt-section h2{font-size:1.5rem;color:#0f4c75;font-weight:700;margin-bottom:1.25rem}.fbt-row{display:flex;align-items:flex-start;gap:16px;background:white;border:1px solid #e5eef7;border-radius:16px;padding:20px 24px;box-shadow:0 2px 10px rgba(15,76,117,.06);flex-wrap:wrap}.fbt-item{flex-direction:column;gap:6px;width:130px}.fbt-item,.fbt-item-top{display:flex;align-items:center;flex-shrink:0}.fbt-item-top{height:18px;justify-content:center}.fbt-details{width:100%;display:flex;flex-direction:column;align-items:center;gap:4px}.fbt-item-main .fbt-img-wrap{border:2px solid #1b6ca8}.fbt-item-addon{position:relative}.fbt-item-unselected{opacity:.55}.fbt-checkbox{width:18px;height:18px;accent-color:#1b6ca8;cursor:pointer;flex-shrink:0;margin:0}.fbt-qty-note{font-size:.75rem;font-weight:600;color:#64748b}.fbt-price-block{width:100%;min-height:2.35em;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.fbt-price-was{font-size:.75rem;font-weight:500;color:#94a3b8;text-decoration:line-through;margin:0;min-height:1.05em;line-height:1.05}.fbt-price-was-placeholder{visibility:hidden;text-decoration:none}.fbt-meta{margin:0;min-height:.95em;line-height:.95;font-size:.72rem;text-align:center;width:100%}.fbt-meta-placeholder{visibility:hidden}.fbt-oos{font-weight:700;color:#dc2626}.fbt-img-wrap{width:100px;height:100px;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;background:#f8fafc;display:block}.fbt-img-wrap img{width:100%;height:100%;object-fit:contain}.fbt-name{font-size:.78rem;font-weight:600;color:#334155;text-align:center;margin:0;min-height:2.08em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;width:100%}.fbt-price{font-size:.9rem;font-weight:700;color:#1b6ca8;margin:0}.fbt-plus{font-size:1.4rem;font-weight:300;color:#94a3b8;flex-shrink:0;align-self:flex-start;margin-top:61px;line-height:1}.fbt-action{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:12px;align-self:center}.fbt-total{font-size:1rem;color:#475569}.fbt-total strong{font-size:1.3rem;color:#0f4c75;font-weight:800}.fbt-add-btn{background:#0f4c75;color:white;border:none;border-radius:10px;padding:12px 24px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.fbt-add-btn:hover{background:#1b6ca8;transform:translateY(-1px)}.fbt-add-btn.added{background:#10b981}.fbt-add-btn:disabled{cursor:not-allowed}.fbt-add-btn:disabled,.fbt-add-btn:disabled:hover{background:#94a3b8;transform:none}.share-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border-radius:10px;border:1.5px solid #e2e8f0;background:white;color:#64748b;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s ease}.share-btn svg{width:16px;height:16px;flex-shrink:0}.share-btn:hover{border-color:#1b6ca8;color:#1b6ca8;background:#f0f7ff}.share-btn.copied{border-color:#10b981;color:#10b981;background:#ecfdf5}.mobile-buy-bar{display:none}@media (max-width:768px){.mobile-buy-bar{display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:0;left:0;right:0;z-index:999;background:white;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));box-shadow:0 -4px 20px rgba(0,0,0,.12);border-top:1px solid #e5e7eb;gap:12px}.mobile-buy-bar-price{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.mobile-buy-price{font-size:1.3rem;font-weight:800;color:#0f4c75;line-height:1.1}.mobile-buy-orig{font-size:.8rem;color:#94a3b8;text-decoration:line-through}.mobile-buy-btn{flex:1 1;max-width:220px;padding:14px 20px;border:none;border-radius:12px;background:linear-gradient(135deg,#1b6ca8,#2d9cdb);color:white;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(27,108,168,.3)}.mobile-buy-btn:active{transform:scale(.97)}.mobile-buy-btn.added{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px rgba(16,185,129,.3)}.products-page{padding-bottom:80px}}@media (max-width:1024px) and (min-width:769px){.thumbnail{width:68px;height:68px}.thumbnail-column{max-height:420px}.product-image{height:420px}}@media (max-width:768px){.recommended-scroll{gap:16px;padding:16px 4px 22px}.recommended-scroll-item{min-width:260px;width:300px;max-width:min(300px,88vw)}.fbt-row{flex-direction:column;align-items:stretch;gap:12px}.fbt-item{display:grid;grid-template-columns:24px 88px 1fr;grid-column-gap:12px;column-gap:12px;grid-row-gap:0;row-gap:0;width:100%;align-items:center}.fbt-item-top{grid-column:1;grid-row:1;height:auto;align-self:center}.fbt-img-wrap{grid-column:2;grid-row:1;width:88px;height:88px}.fbt-details{grid-column:3;grid-row:1;align-items:flex-start}.fbt-name{text-align:left;min-height:auto}.fbt-price-block{align-items:flex-start;min-height:auto}.fbt-meta{text-align:left;min-height:auto}.fbt-meta-placeholder{display:none}.fbt-plus{margin-top:0;text-align:center;width:100%;align-self:center;font-size:1.2rem}.fbt-action{margin-left:0;align-items:stretch;align-self:stretch}.fbt-add-btn{width:100%;text-align:center;padding:14px}}[data-theme=dark] .products-page{background:linear-gradient(180deg,#0f1419 0,#1a1f2e 50%);color:#e2e8f0}[data-theme=dark] .breadcrumbs{color:#94a3b8}[data-theme=dark] .breadcrumbs a{color:#60a5fa}[data-theme=dark] .breadcrumbs a:hover{color:#93c5fd}[data-theme=dark] .main-image-container{background:#1e2530;border-color:rgba(59,130,246,.15);box-shadow:0 4px 20px rgba(0,0,0,.3)}[data-theme=dark] .product-image{background:#1e2530}[data-theme=dark] .thumbnail-wrapper{background:#1e2530;box-shadow:0 1px 6px rgba(0,0,0,.2)}[data-theme=dark] .thumbnail-wrapper:hover{border-color:#60a5fa;box-shadow:0 3px 12px rgba(59,130,246,.3)}[data-theme=dark] .thumbnail-wrapper.active{border-color:#3b82f6}[data-theme=dark] .product-info h1{color:#e2e8f0}[data-theme=dark] .product-price{color:#93c5fd}[data-theme=dark] .product-sku{background:#1e2530;border-color:#334155;color:#94a3b8}[data-theme=dark] .tab-btn{color:#94a3b8}[data-theme=dark] .tab-btn.active{color:#93c5fd;border-bottom-color:#3b82f6}[data-theme=dark] .tab-buttons{border-bottom-color:#334155}[data-theme=dark] .feature-list-item,[data-theme=dark] .tab-content,[data-theme=dark] .tab-desc-text{color:#cbd5e1}[data-theme=dark] .specs-row:nth-child(odd){background:#1e2530}[data-theme=dark] .specs-label{color:#94a3b8}[data-theme=dark] .specs-value{color:#e2e8f0}[data-theme=dark] .buy-box{background:#1e2530;border-color:rgba(59,130,246,.2);box-shadow:0 4px 20px rgba(0,0,0,.3)}[data-theme=dark] .buy-price{color:#93c5fd}[data-theme=dark] .quantity-selector label{color:#94a3b8}[data-theme=dark] .quantity-display{color:#e2e8f0}[data-theme=dark] .max-quantity{color:#64748b}[data-theme=dark] .wishlist-heart-btn{background:#1e2530;border-color:#334155;color:#94a3b8}[data-theme=dark] .wishlist-heart-btn:hover{background:#2a1015;border-color:#f43f5e}[data-theme=dark] .trust-strip{background:#0f1419;border-color:#334155}[data-theme=dark] .trust-item{background:#1e2530;color:#94a3b8}[data-theme=dark] .trust-item:hover{background:#253040;color:#60a5fa}[data-theme=dark] .delivery-info{background:linear-gradient(135deg,#1e1b0f,#2a2310);border-color:#92400e}[data-theme=dark] .delivery-info h4{color:#fbbf24}[data-theme=dark] .delivery-info li{color:#d4a017}[data-theme=dark] .share-btn{background:#1e2530;border-color:#334155;color:#94a3b8}[data-theme=dark] .share-btn:hover{background:#253040;border-color:#3b82f6;color:#60a5fa}[data-theme=dark] .fbt-section h2,[data-theme=dark] .recommended-section h2,[data-theme=dark] .reviews-section h2{color:#e2e8f0}[data-theme=dark] .reviews-summary{background:#1e2530;border-color:#334155;box-shadow:0 4px 24px rgba(0,0,0,.3)}[data-theme=dark] .average-rating{border-right-color:#334155}[data-theme=dark] .rating-bar-track{background:#334155}[data-theme=dark] .review-card{background:#1e2530;border-color:#334155}[data-theme=dark] .review-card:hover{border-color:rgba(59,130,246,.3);box-shadow:0 8px 28px rgba(0,0,0,.3)}[data-theme=dark] .author-name{color:#e2e8f0}[data-theme=dark] .review-comment{color:#cbd5e1}[data-theme=dark] .review-footer{border-top-color:#334155}[data-theme=dark] .helpful-btn{border-color:#334155;color:#94a3b8}[data-theme=dark] .helpful-btn:hover{background:#253040;border-color:#3b82f6;color:#60a5fa}[data-theme=dark] .no-reviews{background:#1e2530;border-color:#334155;color:#94a3b8}[data-theme=dark] .recommended-scroll::-webkit-scrollbar-track{background:#293548}[data-theme=dark] .recommended-scroll::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#1b6ca8,#3b82f6)}[data-theme=dark] .fbt-row{background:#1e2530;border-color:#334155}[data-theme=dark] .fbt-name{color:#cbd5e1}[data-theme=dark] .fbt-img-wrap{background:#253040;border-color:#334155}[data-theme=dark] .fbt-price-was,[data-theme=dark] .fbt-qty-note{color:#64748b}[data-theme=dark] .fbt-oos{color:#f87171}[data-theme=dark] .fbt-add-btn:disabled{background:#475569}[data-theme=dark] .reviews-header{border-bottom-color:#334155}[data-theme=dark] .review-modal{background:#1e2530}[data-theme=dark] .review-modal-header{border-bottom-color:#334155}[data-theme=dark] .review-modal-header h3{color:#e2e8f0}[data-theme=dark] .review-modal-close{background:#334155;color:#94a3b8}[data-theme=dark] .review-modal-close:hover{background:#475569;color:#e2e8f0}[data-theme=dark] .form-group label{color:#e2e8f0}[data-theme=dark] .review-form textarea{background:#0f1419;border-color:#334155;color:#e2e8f0}[data-theme=dark] .review-form textarea:focus{border-color:#3b82f6}[data-theme=dark] .star-btn{color:#334155}[data-theme=dark] .image-loading-skeleton,[data-theme=dark] .image-skeleton,[data-theme=dark] .info-skeleton .line{background:linear-gradient(90deg,#1e2530 25%,#253040 50%,#1e2530 75%);background-size:200% 100%}@media (max-width:768px){[data-theme=dark] .mobile-buy-bar{background:#1e2530;border-top-color:#334155;box-shadow:0 -4px 20px rgba(0,0,0,.4)}[data-theme=dark] .mobile-buy-price{color:#93c5fd}}[data-theme=dark] .stock-status.in-stock{color:#34d399}[data-theme=dark] .stock-status.low-stock{color:#fbbf24}[data-theme=dark] .stock-status.out-of-stock{color:#f87171}