.component-page{background:#020817;min-height:100vh;color:#fff;padding:140px 6% 100px}.component-container{display:grid;grid-template-columns:520px 1fr;grid-gap:70px;gap:70px;align-items:start}.component-gallery{position:-webkit-sticky;position:sticky;top:120px}.component-main-image-wrap{width:100%;height:520px;background:#fff;border-radius:28px;overflow:hidden;padding:20px}.component-main-image{width:100%;height:100%;object-fit:contain}.component-thumbnails{display:flex;gap:14px;margin-top:20px;flex-wrap:wrap}.component-thumb{width:80px;height:80px;object-fit:cover;background:#fff;border-radius:18px;padding:8px;cursor:pointer;border:2px solid transparent}.active-component-thumb{border-color:#00d2ff}.component-category{font-size:13px;text-transform:uppercase;letter-spacing:2px;color:#00d2ff;margin-bottom:16px}.component-content h1{font-size:52px;line-height:1.1;margin-bottom:24px}.component-price{font-size:42px;font-weight:700;color:#00d2ff;margin-bottom:28px}.component-description{font-size:18px;line-height:1.8;color:hsla(0,0%,100%,.72);margin-bottom:26px;max-width:700px}.component-stock{font-size:17px;margin-bottom:30px;color:#8bffb7;font-weight:600}.component-buttons{display:flex;gap:18px;margin-bottom:34px}.component-buy-btn,.component-cart-btn{height:58px;padding:0 34px;border:none;border-radius:16px;font-size:17px;font-weight:600;cursor:pointer;transition:.3s}.component-buy-btn{background:#00d2ff;color:#000}.component-cart-btn{background:#071120;color:#fff;border:1px solid hsla(0,0%,100%,.08)}.component-buy-btn:hover,.component-cart-btn:hover{transform:translateY(-3px)}.component-feature-box{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;max-width:620px}.component-feature-box div{background:#071120;padding:18px 22px;border-radius:18px;border:1px solid hsla(0,0%,100%,.06);font-size:15px;color:hsla(0,0%,100%,.8)}.component-spec-section{margin-top:110px}.component-spec-section h2{font-size:42px;margin-bottom:36px}.component-spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:18px;gap:18px}.component-spec-card{background:#071120;padding:22px;border-radius:20px;border:1px solid hsla(0,0%,100%,.06);font-size:16px}.component-related-section{margin-top:110px}.component-related-section h2{font-size:42px;margin-bottom:36px}.component-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.component-related-card{background:#071120;border-radius:24px;overflow:hidden;cursor:pointer;border:1px solid hsla(0,0%,100%,.06);transition:.3s}.component-related-card:hover{transform:translateY(-5px)}.component-related-card img{width:100%;height:240px;object-fit:contain;background:#fff;padding:16px}.component-related-content{padding:20px}.component-related-content h3{font-size:22px;margin-bottom:10px}.component-related-content p{font-size:22px;font-weight:700;color:#00d2ff}@media(max-width:1100px){.component-container{grid-template-columns:1fr}.component-gallery{position:relative;top:0}.component-main-image-wrap{height:420px}}@media(max-width:700px){.component-page{padding:120px 20px 80px}.component-content h1{font-size:38px}.component-buttons{flex-direction:column}.component-buy-btn,.component-cart-btn{width:100%}.component-feature-box{grid-template-columns:1fr}}.review-modal-overlay{position:fixed;inset:0;background:rgba(2,8,20,.78);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:9999;animation:fadeIn .25s ease}.review-modal{width:100%;max-width:560px;background:linear-gradient(180deg,rgba(9,22,38,.98),rgba(4,12,22,.98));border:1px solid rgba(0,170,255,.08);border-radius:24px;padding:32px;position:relative;box-shadow:0 20px 60px rgba(0,0,0,.45),0 0 40px rgba(0,170,255,.06);animation:modalPop .28s ease}.review-close-btn{position:absolute;top:18px;right:18px;width:38px;height:38px;border-radius:50%;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s ease}.review-close-btn:hover{background:hsla(0,0%,100%,.08);transform:rotate(90deg)}.review-modal-header{margin-bottom:28px}.review-modal-header h2{font-size:24px;font-weight:700;margin:0 0 8px;color:#fff}.review-modal-header p{font-size:14px;color:#8fa3bd;line-height:1.6;margin:0}.review-rating-block{margin-bottom:22px}.review-rating-block label{display:block;font-size:13px;font-weight:600;color:#dce8f8;margin-bottom:12px}.review-stars{gap:8px}.star-btn{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s ease}.star-btn:hover{transform:scale(1.08)}.review-field{margin-bottom:18px}.review-field label{display:block;font-size:13px;font-weight:600;color:#dce8f8;margin-bottom:10px}.review-field input,.review-field textarea{width:100%;background:hsla(0,0%,100%,.035);border:1px solid hsla(0,0%,100%,.08);border-radius:14px;padding:14px 16px;color:#fff;font-size:14px;font-family:inherit;outline:none;transition:.25s ease;box-sizing:border-box}.review-field input:focus,.review-field textarea:focus{border-color:rgba(0,170,255,.45);box-shadow:0 0 0 3px rgba(0,170,255,.08)}.review-field input::placeholder,.review-field textarea::placeholder{color:hsla(0,0%,100%,.35)}.review-field textarea{resize:vertical;min-height:130px;line-height:1.6}.review-submit-btn{width:100%;height:50px;border:none;border-radius:14px;background:linear-gradient(135deg,#009dff,#006eff);color:#fff;font-size:14px;font-weight:700;cursor:pointer;margin-top:8px;transition:.25s ease}.review-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,110,255,.25)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:640px){.review-modal{padding:24px 18px;border-radius:20px}.review-modal-header h2{font-size:20px}.review-stars{gap:6px}.star-btn svg{width:22px;height:22px}.review-submit-btn{height:46px;font-size:13px}}.related-products{padding:3rem 0}.related-products h2{font-size:1.4rem;margin-bottom:1.5rem;text-align:center}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.related-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden;cursor:pointer;transition:all .3s var(--ease-smooth)}.related-card:hover{border-color:rgba(0,229,255,.2);transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}.related-card img{width:100%;height:160px;object-fit:cover}.related-card h4{padding:.8rem;font-family:var(--font-body);font-size:.88rem;font-weight:600;color:var(--text-primary)}.related-card .rel-price{padding:0 .8rem .8rem;color:var(--accent-cyan);font-weight:600;font-size:.95rem}.premium-product-page{background:#09090b;min-height:100vh;color:#fff;font-family:Inter,sans-serif}.premium-container{max-width:1400px;margin:0 auto;padding:100px 28px 80px}.breadcrumb{display:flex;align-items:center;gap:10px;font-size:13px;color:#8d8d97;margin-bottom:20px;flex-wrap:wrap}.breadcrumb a{color:#9ca0ad;text-decoration:none;transition:.25s ease}.breadcrumb a:hover{color:#d4a82a}.product-top-section{display:grid;grid-template-columns:1fr .95fr;grid-gap:36px;gap:36px;align-items:start;margin-bottom:34px}.product-gallery{display:flex;flex-direction:column;gap:16px}.main-image-wrapper{position:relative;background:linear-gradient(145deg,#111117,#181820);border:1px solid #25252e;border-radius:22px;height:560px;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.main-product-image{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 35px rgba(0,0,0,.45));transition:transform .3s ease}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:50%;border:1px solid #2c2c36;background:rgba(20,20,28,.95);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.gallery-arrow.left{left:16px}.gallery-arrow.right{right:16px}.thumbnail-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.thumbnail-row::-webkit-scrollbar{height:6px}.thumbnail-row::-webkit-scrollbar-thumb{background:#2b2b35;border-radius:999px}.thumb-btn{width:82px;height:82px;flex-shrink:0;border:1px solid #25252e;background:#14141a;border-radius:14px;padding:8px;cursor:pointer;transition:.3s ease;display:flex;align-items:center;justify-content:center}.thumb-btn:hover{border-color:#d4a82a}.active-thumb{border:2px solid #d4a82a;box-shadow:0 0 18px rgba(212,168,42,.2)}.thumb-btn img{width:100%;height:100%;object-fit:contain}.product-details{padding-top:6px}.best-seller-badge{display:inline-block;background:rgba(212,168,42,.14);color:#f4cb5d;font-size:12px;font-weight:700;padding:7px 12px;border-radius:999px;border:1px solid rgba(212,168,42,.25);margin-bottom:16px}.product-title{font-size:36px;line-height:1.2;font-weight:700;margin-bottom:14px;color:#fff}.rating-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#a5a5b0;margin-bottom:20px}.stars{display:flex;gap:2px}.product-price{font-size:42px;font-weight:800;color:#fff;margin-bottom:6px}.tax-text{font-size:13px;color:#8f8f99;margin-bottom:20px}.stock-row{display:flex;align-items:center;gap:10px;margin-bottom:26px;flex-wrap:wrap}.stock-dot{width:10px;height:10px;border-radius:50%;background:#19d45a;box-shadow:0 0 12px rgba(25,212,90,.5)}.stock-row span{font-size:15px;font-weight:700;color:#35df70}.stock-row p{font-size:14px;color:#9a9aa4;margin:0}.feature-mini-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin-bottom:28px}.feature-mini-grid div{background:#14141a;border:1px solid #25252e;border-radius:14px;padding:14px 10px;text-align:center;font-size:13px;font-weight:600;color:#fff}.purchase-section{display:flex;gap:14px;margin-bottom:14px}.qty-box{border:1px solid #2a2a33;border-radius:14px;overflow:hidden;background:#14141a}.qty-box,.qty-box button{display:flex;align-items:center;height:58px}.qty-box button{width:54px;border:none;background:transparent;color:#fff;cursor:pointer;justify-content:center}.qty-box span{width:54px;text-align:center;font-size:16px;font-weight:700;color:#fff}.add-cart-btn{flex:1 1;height:58px;border:1px solid #2d2d38;background:#18181f;color:#fff;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.buy-now-btn{width:100%;height:58px;border:none;background:linear-gradient(135deg,#c99812,#f4cb5d);color:#111;font-size:16px;font-weight:800;border-radius:14px;cursor:pointer;margin-bottom:16px}.wishlist-row{color:#9d9da7;font-size:14px;font-weight:600}.wishlist-row div{display:flex;align-items:center;gap:8px;cursor:pointer}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px;border:1px solid #25252e;background:#121217;border-radius:20px;padding:24px;margin:36px 0}.trust-item{display:flex;align-items:center;gap:14px}.trust-item h4{font-size:14px;margin:0;color:#fff}.trust-item p{margin:4px 0 0;font-size:12px;color:#8f8f99}.tabs-section{border:1px solid #25252e;margin-top:36px;background:#121217;border-radius:20px;overflow:hidden;margin-bottom:46px}.tab-buttons{display:flex;border-bottom:1px solid #25252e;background:#15151b}.tab-buttons button{border:none;background:transparent;padding:18px 28px;font-size:14px;font-weight:700;cursor:pointer;color:#8f8f99}.active-tab{color:#fff!important;border-bottom:3px solid #d4a82a}.tab-content{padding:28px;color:#b0b0bb;line-height:1.8}.spec-table{display:flex;flex-direction:column;gap:12px}.spec-row{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.06);border-radius:14px}.spec-label{font-weight:600;color:#fff;font-size:15px}.spec-value{color:#b8c2d0;text-align:right;max-width:55%;font-size:15px}.reviews-section{display:grid;grid-template-columns:320px 1fr;grid-gap:28px;gap:28px;margin-bottom:60px;align-items:start}.reviews-left{border:1px solid #25252e;background:#121217;border-radius:20px;padding:28px;position:-webkit-sticky;position:sticky;top:20px}.reviews-left h2{font-size:22px;margin-bottom:20px}.rating-big{font-size:58px;font-weight:800;line-height:1;margin-bottom:12px}.reviews-left p{color:#9d9da7;margin-bottom:24px}.write-review-btn{width:100%;height:52px;border:1px solid #2d2d38;background:#1a1a20;color:#fff;font-weight:700;border-radius:14px;cursor:pointer}.reviews-right{display:flex;flex-direction:column;gap:18px;min-height:auto}.review-card{border:1px solid #25252e;background:#121217;border-radius:18px;padding:22px}.review-card h4{color:#fff;margin-bottom:10px}.review-stars{display:flex;gap:3px;margin-bottom:10px}.review-card h5{color:#fff;margin-bottom:8px}.review-card p{color:#aaaab5;line-height:1.7;margin:0}.toggle-reviews-btn{height:52px;border:1px solid #2d2d38;background:#18181f;color:#fff;border-radius:14px;cursor:pointer;font-weight:700}@media (max-width:1200px){.product-top-section,.reviews-section{grid-template-columns:1fr}.reviews-left{position:static}}@media (max-width:768px){.feature-mini-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:1fr 1fr}.purchase-section{flex-direction:column}.main-image-wrapper{height:420px}}@media (max-width:520px){.feature-mini-grid,.trust-strip{grid-template-columns:1fr}.product-title{font-size:28px}.product-price{font-size:34px}.premium-container{padding:16px}}