:root{--navy: #0a1628;--blue: #1a4fdb;--blue-mid:#2563eb;--blue-lt: #3b82f6;--sky: #eff6ff;--white: #ffffff;--gray-50: #f8fafc;--gray-100:#f1f5f9;--gray-300:#cbd5e1;--gray-500:#64748b;--gray-700:#334155;--accent: #f59e0b;--radius: 14px;--shadow-sm: 0 2px 8px rgba(10,22,40,.07);--shadow-md: 0 8px 32px rgba(10,22,40,.12);--shadow-lg: 0 20px 60px rgba(10,22,40,.18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--white);color:var(--navy);overflow-x:hidden}h1,h2,h3,h4{font-family:Sora,sans-serif}.pr-topbar{background:var(--navy);color:#ffffffbf;text-align:center;font-size:.75rem;letter-spacing:.06em;padding:8px 16px}.pr-topbar strong{color:var(--accent)}.pr-nav{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--gray-100);box-shadow:var(--shadow-sm)}.pr-nav-inner{max-width:1280px;margin:0 auto;padding:0 28px;height:68px;display:flex;align-items:center;gap:40px}.pr-logo{font-family:Sora,sans-serif;font-size:1.35rem;font-weight:800;color:var(--navy);text-decoration:none;display:flex;align-items:center;gap:10px}.pr-logo-icon{width:34px;height:34px;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-lt) 100%);border-radius:9px;display:flex;align-items:center;justify-content:center}.pr-logo-icon svg{width:18px;height:18px;fill:#fff}.pr-nav-links{display:flex;gap:2px;list-style:none;flex:1}.pr-nav-links a{font-size:.9rem;font-weight:500;color:var(--gray-700);text-decoration:none;padding:8px 14px;border-radius:8px;transition:background .18s,color .18s}.pr-nav-links a:hover{background:var(--sky);color:var(--blue)}.pr-nav-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.pr-search-bar{display:flex;align-items:center;background:var(--gray-50);border:1.5px solid var(--gray-100);border-radius:10px;padding:0 14px;height:38px;gap:8px;transition:border-color .2s}.pr-search-bar:focus-within{border-color:var(--blue-lt)}.pr-search-bar input{border:none;background:transparent;font-size:.85rem;width:180px;color:var(--navy);outline:none}.pr-search-bar svg{width:15px;height:15px;stroke:var(--gray-500);fill:none}.pr-btn-icon{width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gray-700);position:relative;transition:background .18s;text-decoration:none}.pr-btn-icon:hover{background:var(--sky);color:var(--blue)}.pr-btn-icon svg{width:20px;height:20px;stroke:currentColor;fill:none}.pr-cart-count{position:absolute;top:5px;right:5px;width:16px;height:16px;background:var(--blue);color:#fff;font-size:.6rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.pr-hero{background:linear-gradient(155deg,var(--navy) 0%,#0f2a5c 55%,#1a3a8f 100%);min-height:620px;display:grid;grid-template-columns:1fr 1fr;align-items:center;overflow:hidden;position:relative}.pr-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 70% at 70% 50%,rgba(59,130,246,.18) 0%,transparent 70%),radial-gradient(ellipse 30% 30% at 20% 80%,rgba(26,79,219,.25) 0%,transparent 60%)}.pr-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px}.pr-hero-text{padding:80px 60px 80px 80px;position:relative;z-index:1}.pr-hero-badge{display:inline-flex;align-items:center;gap:7px;background:#3b82f633;border:1px solid rgba(59,130,246,.35);color:#93c5fd;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:5px 13px;border-radius:50px;margin-bottom:24px}.pr-hero-badge span{width:6px;height:6px;background:#60a5fa;border-radius:50%;animation:pr-pulse 2s infinite}@keyframes pr-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.pr-hero-text h1{font-size:clamp(2.4rem,4vw,3.4rem);font-weight:800;color:#fff;line-height:1.12;margin-bottom:20px}.pr-hero-text h1 em{font-style:normal;background:linear-gradient(90deg,#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.pr-hero-text p{color:#ffffffa6;font-size:1.05rem;line-height:1.7;max-width:430px;margin-bottom:36px}.pr-hero-ctas{display:flex;gap:14px;flex-wrap:wrap;align-items:center}.pr-btn-hero{padding:15px 32px;border-radius:12px;font-family:Sora,sans-serif;font-size:.95rem;font-weight:700;cursor:pointer;border:none;transition:transform .18s,box-shadow .18s;text-decoration:none;display:inline-block}.pr-btn-hero:hover{transform:translateY(-2px)}.pr-btn-hero--primary{background:linear-gradient(135deg,var(--blue-lt) 0%,var(--blue) 100%);color:#fff;box-shadow:0 8px 28px #3b82f666}.pr-btn-hero--primary:hover{box-shadow:0 12px 36px #3b82f68c}.pr-btn-hero--ghost{background:#ffffff1a;color:#fff;border:1.5px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pr-btn-hero--ghost:hover{background:#ffffff2e}.pr-hero-stats{display:flex;gap:36px;margin-top:44px;padding-top:36px;border-top:1px solid rgba(255,255,255,.1)}.pr-hero-stat-num{font-family:Sora,sans-serif;font-size:1.7rem;font-weight:800;color:#fff}.pr-hero-stat-label{font-size:.75rem;color:#ffffff73;letter-spacing:.04em;margin-top:2px}.pr-hero-visual{position:relative;z-index:1;height:620px;display:flex;align-items:center;justify-content:center}.pr-hero-product-card{background:#ffffff12;border:1px solid rgba(255,255,255,.13);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:28px;padding:32px;width:340px;box-shadow:0 32px 80px #0006;animation:pr-float 5s ease-in-out infinite}@keyframes pr-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.pr-hero-product-img{width:100%;height:260px;border-radius:18px;overflow:hidden;margin-bottom:20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#ffffff0f,#ffffff05)}.pr-hero-product-img img{width:100%;height:100%;object-fit:cover}.pr-hero-product-name{font-family:Sora,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:8px}.pr-hero-product-price{display:flex;align-items:center;gap:10px}.pr-price-new{font-size:1.3rem;font-weight:700;color:#60a5fa;font-family:Sora,sans-serif}.pr-price-old{font-size:.9rem;color:#ffffff59;text-decoration:line-through}.pr-price-badge{background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;padding:3px 8px;border-radius:6px}.pr-hero-deco{position:absolute;border-radius:50%;pointer-events:none}.pr-hero-deco-1{width:200px;height:200px;background:#3b82f61f;top:50px;right:50px;border:1px solid rgba(59,130,246,.2)}.pr-hero-deco-2{width:80px;height:80px;background:#f59e0b1a;bottom:120px;right:30px;border-radius:18px}.pr-trust-bar{background:var(--sky);border-top:1px solid #dbeafe;border-bottom:1px solid #dbeafe;padding:20px 28px}.pr-trust-inner{max-width:1280px;margin:0 auto;display:flex;justify-content:center;gap:56px;flex-wrap:wrap}.pr-trust-item{display:flex;align-items:center;gap:10px;color:var(--gray-700);font-size:.82rem;font-weight:500}.pr-trust-item svg{width:20px;height:20px;color:var(--blue);flex-shrink:0;stroke:var(--blue);fill:none}.pr-section{padding:88px 28px}.pr-section-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:#dbeafe;padding:5px 13px;border-radius:50px;margin-bottom:14px}.pr-section-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:var(--navy);line-height:1.18;margin-bottom:14px}.pr-section-subtitle{font-size:1rem;color:var(--gray-500);max-width:520px;line-height:1.7}.pr-section-head{margin-bottom:52px}.pr-section-head--center{text-align:center}.pr-section-head--center .pr-section-subtitle{margin:0 auto}.pr-cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.pr-cat-card{background:var(--gray-50);border:1.5px solid var(--gray-100);border-radius:var(--radius);padding:32px 24px;cursor:pointer;transition:border-color .2s,transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:block}.pr-cat-card:hover{border-color:var(--blue-lt);transform:translateY(-4px);box-shadow:var(--shadow-md)}.pr-cat-icon{width:52px;height:52px;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-lt) 100%);border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.pr-cat-icon svg{width:26px;height:26px;stroke:#fff;fill:none}.pr-cat-name{font-family:Sora,sans-serif;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:6px}.pr-cat-desc{font-size:.82rem;color:var(--gray-500);line-height:1.5}.pr-cat-arrow{display:flex;align-items:center;gap:5px;margin-top:18px;font-size:.78rem;font-weight:600;color:var(--blue)}.pr-cat-arrow svg{width:14px;height:14px;transition:transform .2s;stroke:var(--blue);fill:none}.pr-cat-card:hover .pr-cat-arrow svg{transform:translate(4px)}.pr-products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:52px;flex-wrap:wrap;gap:16px}.pr-view-all{font-family:Sora,sans-serif;font-size:.85rem;font-weight:600;color:var(--blue);text-decoration:none;display:flex;align-items:center;gap:6px;padding:10px 20px;border:1.5px solid #bfdbfe;border-radius:10px;transition:background .18s,border-color .18s}.pr-view-all:hover{background:#dbeafe;border-color:var(--blue-lt)}.pr-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.pr-product-card{background:var(--white);border-radius:18px;border:1.5px solid var(--gray-100);overflow:hidden;transition:transform .22s,box-shadow .22s,border-color .22s}.pr-product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#bfdbfe}.pr-product-img{height:240px;background:linear-gradient(145deg,var(--sky),#dbeafe);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.pr-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.pr-product-card:hover .pr-product-img img{transform:scale(1.04)}.pr-badge-sale{position:absolute;top:14px;left:14px;background:#ef4444;color:#fff;font-size:.68rem;font-weight:700;padding:4px 10px;border-radius:8px;letter-spacing:.04em;z-index:2}.pr-badge-new{position:absolute;top:14px;left:14px;background:var(--blue);color:#fff;font-size:.68rem;font-weight:700;padding:4px 10px;border-radius:8px;z-index:2}.pr-product-body{padding:22px}.pr-product-rating{display:flex;align-items:center;gap:6px;margin-bottom:8px}.pr-stars{color:var(--accent);font-size:.85rem;letter-spacing:-1px}.pr-rating-count{font-size:.75rem;color:var(--gray-500)}.pr-product-name{font-family:Sora,sans-serif;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:6px;line-height:1.35;text-decoration:none;display:block}.pr-product-name:hover{color:var(--blue)}.pr-product-desc{font-size:.8rem;color:var(--gray-500);line-height:1.5;margin-bottom:18px}.pr-product-footer{display:flex;align-items:center;justify-content:space-between}.pr-product-price-wrap{display:flex;flex-direction:column}.pr-product-price{font-family:Sora,sans-serif;font-size:1.2rem;font-weight:800;color:var(--navy)}.pr-product-price-old{font-size:.78rem;color:var(--gray-300);text-decoration:line-through}.pr-btn-add{background:linear-gradient(135deg,var(--blue) 0%,var(--blue-mid) 100%);color:#fff;border:none;width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s,box-shadow .15s}.pr-btn-add:hover{transform:scale(1.08);box-shadow:0 6px 18px #1a4fdb59}.pr-btn-add svg{width:18px;height:18px;stroke:#fff;fill:none}.pr-promo{background:linear-gradient(130deg,var(--navy) 0%,#0f2a5c 50%,#1a3a8f 100%);padding:72px 28px;position:relative;overflow:hidden}.pr-promo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 50% 100% at 80% 50%,rgba(59,130,246,.2),transparent),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:auto,60px 60px,60px 60px}.pr-promo-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;position:relative;z-index:1}.pr-promo-tag{font-size:.7rem;font-weight:700;letter-spacing:.12em;color:#93c5fd;text-transform:uppercase;margin-bottom:12px}.pr-promo h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:#fff;margin-bottom:12px}.pr-promo p{color:#fff9;font-size:.95rem;line-height:1.65;max-width:480px}.pr-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.pr-feat-card{padding:34px 28px;border-radius:18px;border:1.5px solid var(--gray-100);background:var(--gray-50);transition:border-color .2s,box-shadow .2s}.pr-feat-card:hover{border-color:#bfdbfe;box-shadow:var(--shadow-md)}.pr-feat-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.pr-feat-icon--blue{background:#dbeafe}.pr-feat-icon--navy{background:#e0e7ff}.pr-feat-icon--green{background:#d1fae5}.pr-feat-icon--amber{background:#fef3c7}.pr-feat-icon svg{width:24px;height:24px}.pr-feat-title{font-family:Sora,sans-serif;font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:8px}.pr-feat-text{font-size:.83rem;color:var(--gray-500);line-height:1.65}.pr-testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.pr-testi-card{background:var(--white);border-radius:18px;padding:32px 28px;border:1.5px solid #dbeafe;box-shadow:var(--shadow-sm)}.pr-testi-stars{color:var(--accent);font-size:1rem;letter-spacing:-1px;margin-bottom:16px}.pr-testi-text{font-size:.9rem;color:var(--gray-700);line-height:1.7;margin-bottom:22px;font-style:italic}.pr-testi-text:before{content:"\201c";font-size:2rem;color:#bfdbfe;line-height:0;vertical-align:-.4em;margin-right:4px}.pr-testi-author{display:flex;align-items:center;gap:12px}.pr-testi-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--blue-lt));display:flex;align-items:center;justify-content:center;color:#fff;font-family:Sora,sans-serif;font-weight:700;font-size:.85rem;flex-shrink:0}.pr-testi-name{font-family:Sora,sans-serif;font-size:.88rem;font-weight:700;color:var(--navy)}.pr-testi-role{font-size:.75rem;color:var(--gray-500)}.pr-verified-badge{display:flex;align-items:center;gap:4px;margin-top:2px;font-size:.7rem;color:#16a34a;font-weight:600}.pr-newsletter{background:linear-gradient(135deg,var(--blue) 0%,var(--navy) 100%);padding:72px 28px;position:relative;overflow:hidden}.pr-newsletter:before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:#ffffff0d;border-radius:50%}.pr-newsletter-inner{max-width:560px;margin:0 auto;text-align:center;position:relative}.pr-newsletter h2{font-size:2rem;font-weight:800;color:#fff;margin-bottom:10px}.pr-newsletter p{color:#ffffffa6;margin-bottom:30px;font-size:.95rem}.pr-nl-form{display:flex;gap:10px;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.2);border-radius:14px;padding:6px 6px 6px 18px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pr-nl-input{flex:1;background:transparent;border:none;color:#fff;font-size:.9rem;outline:none}.pr-nl-input::placeholder{color:#ffffff73}.pr-nl-btn{background:#fff;color:var(--blue);border:none;padding:11px 24px;border-radius:10px;font-family:Sora,sans-serif;font-size:.85rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:transform .15s}.pr-nl-btn:hover{transform:scale(1.02)}.pr-nl-note{font-size:.73rem;color:#fff6;margin-top:12px}.pr-footer{background:var(--navy);color:#fff9;padding:64px 28px 32px}.pr-footer-grid{max-width:1280px;margin:0 auto 52px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.pr-footer-brand p{font-size:.83rem;line-height:1.7;margin-top:16px;max-width:260px}.pr-footer-socials{display:flex;gap:10px;margin-top:22px}.pr-social-btn{width:36px;height:36px;background:#ffffff14;border-radius:9px;display:flex;align-items:center;justify-content:center;transition:background .2s;cursor:pointer;border:1px solid rgba(255,255,255,.1);text-decoration:none}.pr-social-btn:hover{background:#3b82f64d}.pr-social-btn svg{width:16px;height:16px;fill:#ffffffa6}.pr-footer-col h4{font-family:Sora,sans-serif;font-size:.82rem;font-weight:700;color:#fff;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}.pr-footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.pr-footer-col a{font-size:.83rem;color:#ffffff8c;text-decoration:none;transition:color .18s}.pr-footer-col a:hover{color:#93c5fd}.pr-footer-bottom{max-width:1280px;margin:0 auto;padding-top:28px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.75rem}.pr-footer-payments{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pr-pay-chip{background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:6px;padding:4px 10px;font-size:.67rem;font-weight:600;color:#ffffff8c;letter-spacing:.04em}@keyframes pr-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.pr-hero-text>*{animation:pr-fadeUp .6s ease both}.pr-hero-badge{animation-delay:.1s}.pr-hero-text h1{animation-delay:.22s}.pr-hero-text p{animation-delay:.34s}.pr-hero-ctas{animation-delay:.44s}.pr-hero-stats{animation-delay:.54s}@media(max-width:900px){.pr-hero{grid-template-columns:1fr;min-height:auto}.pr-hero-text{padding:60px 28px 40px}.pr-hero-visual{display:none}.pr-footer-grid{grid-template-columns:1fr 1fr}.pr-promo-inner{grid-template-columns:1fr}.pr-nav-links{display:none}.pr-search-bar input{width:120px}}@media(max-width:600px){.pr-footer-grid{grid-template-columns:1fr}.pr-hero-stats{gap:24px}.pr-trust-inner{gap:20px}}.pr-container{max-width:1280px;margin:auto;padding:0 28px}.pr-section-head{margin-bottom:40px}.pr-section-head h1{font-size:48px;font-weight:800}.pr-products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px}.pr-product-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .2s ease}.pr-product-card:hover{transform:translateY(-6px)}.pr-product-card img{width:100%;display:block}.pr-product-card-body{padding:24px}.pr-product-card-body h3{font-size:22px;margin-bottom:12px}.pr-product-card-price{font-size:24px;font-weight:800;color:var(--blue);margin-bottom:18px}.pr-btn-primary,.pr-btn-secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;cursor:pointer;border-radius:14px;padding:14px 22px;font-weight:700;transition:.2s ease}.pr-btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-lt));color:#fff;box-shadow:var(--shadow-md)}.pr-btn-primary:hover{transform:translateY(-2px)}.pr-btn-secondary{background:var(--gray-100);color:var(--navy)}.pr-product{padding:70px 0}.pr-product-inner{max-width:1280px;margin:auto;padding:0 28px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.pr-product-gallery img{width:100%;border-radius:24px;box-shadow:var(--shadow-lg)}.pr-product-content h1{font-size:56px;line-height:1.05;margin-bottom:18px}.pr-product-price{font-size:40px;color:var(--blue);font-weight:800;margin-bottom:24px}.pr-product-description{color:var(--gray-700);line-height:1.8;margin-bottom:32px}.pr-badge{display:inline-flex;padding:10px 14px;background:var(--sky);color:var(--blue);border-radius:999px;margin-bottom:20px;font-weight:700;font-size:.8rem}.pr-cart{padding:70px 0}.pr-cart-item{display:flex;gap:24px;background:#fff;padding:20px;border-radius:22px;margin-bottom:20px;box-shadow:var(--shadow-sm);align-items:center}.pr-cart-item img{width:140px;border-radius:18px}.pr-cart-summary{margin-top:40px;padding:30px;background:#fff;border-radius:22px;box-shadow:var(--shadow-md)}.pr-empty{padding:40px;background:#fff;border-radius:20px;box-shadow:var(--shadow-sm)}@media(max-width:900px){.pr-product-inner{grid-template-columns:1fr}.pr-product-content h1{font-size:40px}}.pr-gallery-layout{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:start}.pr-gallery-thumbs{display:flex;flex-direction:column;gap:16px}.pr-thumb-btn{border:none;background:none;padding:0;cursor:pointer}.pr-thumb-btn img{width:100%;border-radius:16px;border:2px solid transparent;transition:.2s ease}.pr-thumb-btn img:hover{border-color:var(--blue);transform:scale(1.03)}.pr-product-gallery{position:sticky;top:20px}.pr-product-gallery img{width:100%;border-radius:28px}.pr-add-cart{width:100%;height:60px;font-size:18px;margin-top:10px}.pr-variants{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.pr-variant{padding:12px 16px;border-radius:12px;background:#f3f6fb;font-weight:700}.pr-cart-layout{display:grid;grid-template-columns:1fr 380px;gap:32px;align-items:start}.pr-cart-top{margin-bottom:40px}.pr-cart-top h1{font-size:54px;margin-bottom:8px}.pr-cart-item{display:flex;gap:24px;background:#fff;padding:24px;border-radius:28px;margin-bottom:24px;box-shadow:0 10px 30px #0000000f}.pr-cart-image img{width:160px;border-radius:22px}.pr-cart-content{display:flex;flex-direction:column;justify-content:center}.pr-cart-content h3{font-size:26px;margin-bottom:12px}.pr-cart-price{margin-top:10px;font-size:28px;font-weight:800;color:var(--blue)}.pr-cart-meta{color:#666}.pr-cart-sidebar{background:#fff;border-radius:28px;padding:32px;position:sticky;top:30px;box-shadow:0 10px 30px #0000000f}.pr-cart-sidebar h2{margin-bottom:28px;font-size:32px}.pr-summary-row,.pr-summary-total{display:flex;justify-content:space-between;margin-bottom:18px}.pr-summary-total{margin-top:30px;padding-top:24px;border-top:1px solid #eee;font-size:24px}.pr-checkout-btn{width:100%;margin-top:24px;height:60px;font-size:18px}.pr-empty-cart{background:#fff;border-radius:28px;padding:60px;text-align:center}@media(max-width:1000px){.pr-cart-layout,.pr-gallery-layout{grid-template-columns:1fr}.pr-gallery-thumbs{flex-direction:row;overflow:auto}}.pr-product{padding:70px 24px;background:linear-gradient(180deg,#f8fbff,#fff)}.pr-product-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px}.pr-product-gallery,.pr-product-content,.pr-cart-item,.pr-cart-sidebar{background:#fff;border-radius:28px;box-shadow:var(--shadow-md)}.pr-product-gallery{padding:24px}.pr-product-gallery img{width:100%;border-radius:18px}.pr-gallery-thumbs{display:flex;flex-direction:column;gap:14px}.pr-thumb-btn{border:none;background:#fff;padding:8px;border-radius:14px;box-shadow:var(--shadow-sm);cursor:pointer}.pr-thumb-btn img{width:80px;border-radius:10px}.pr-product-content{padding:42px}.pr-product-content h1{font-size:3rem;margin:18px 0}.pr-product-price{font-size:2rem;color:var(--blue);font-weight:800;margin-bottom:24px}.pr-product-highlights{display:grid;gap:12px;margin-bottom:28px}.pr-product-highlights div{background:var(--gray-50);padding:14px 18px;border-radius:14px;font-weight:600}.pr-product-actions{display:flex;gap:18px;align-items:center}.pr-qty-box,.pr-cart-qty{display:flex;align-items:center;border:1px solid var(--gray-300);border-radius:14px;overflow:hidden}.pr-qty-box button,.pr-cart-qty button{width:48px;height:48px;border:none;background:var(--gray-50);font-size:1.4rem;cursor:pointer}.pr-qty-box input,.pr-cart-qty input,.pr-shipping-edit input{width:70px;text-align:center;border:none;outline:none}.pr-add-cart,.pr-checkout-btn{height:54px;border:none;border-radius:14px;padding:0 34px;background:linear-gradient(135deg,var(--blue-lt),var(--blue));color:#fff;font-weight:700;cursor:pointer}.pr-cart{padding:70px 24px;background:#f8fbff}.pr-container{max-width:1280px;margin:0 auto}.pr-cart-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:40px}.pr-cart-item{display:flex;gap:24px;align-items:center;padding:24px;margin-bottom:24px}.pr-cart-image img{width:130px;border-radius:18px}.pr-cart-sidebar{padding:30px}.pr-summary-row,.pr-summary-total{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid var(--gray-100)}.pr-summary-total{font-size:1.2rem;border-bottom:none}.pr-shipping-edit div{display:flex;align-items:center;gap:8px}@media(max-width:900px){.pr-product-inner,.pr-cart-layout{grid-template-columns:1fr}.pr-product-actions{flex-direction:column;align-items:stretch}.pr-gallery-thumbs{flex-direction:row}.pr-product-content h1{font-size:2.2rem}}.pr-qty-modern{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:8px;width:fit-content;box-shadow:0 10px 30px #0000000f}.pr-qty-modern input{width:42px;border:none;background:transparent;text-align:center;font-size:1rem;font-weight:700;outline:none}.qty-btn{width:42px;height:42px;border:none;border-radius:50%;cursor:pointer;font-size:1.4rem;font-weight:700;transition:.25s ease}.qty-btn.minus{background:#f3f4f6;color:#111827}.qty-btn.plus{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.qty-btn:hover{transform:scale(1.08)}.pr-buy-box{display:flex;align-items:center;gap:18px;margin-top:30px}.pr-add-cart{height:58px;padding:0 38px;border:none;border-radius:18px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 14px 40px #2563eb40;transition:.25s ease}.pr-add-cart:hover,.pr-checkout-btn:hover{transform:translateY(-2px)}.pr-checkout-btn{height:58px;border:none;border-radius:18px;background:#0f172a;color:#fff;font-weight:700;cursor:pointer}.pr-full-btn{width:100%;margin-top:16px}.pr-cart-actions{display:flex;align-items:center;justify-content:space-between;margin-top:18px;gap:20px}.pr-line-total{font-size:1.25rem;font-weight:800;color:#2563eb}.pr-badge{display:inline-flex;padding:10px 18px;border-radius:999px;background:#eff6ff;color:#2563eb;font-weight:700;letter-spacing:.04em}.pr-product-description{margin-top:24px;line-height:1.9}.pr-product-content,.pr-cart-sidebar,.pr-cart-item,.pr-product-gallery{border:1px solid rgba(0,0,0,.06)}@media(max-width:900px){.pr-buy-box,.pr-cart-actions{flex-direction:column;align-items:stretch}.pr-qty-modern{width:100%;justify-content:space-between}.pr-add-cart,.pr-checkout-btn{width:100%}}.pr-collection{padding:80px 24px;background:linear-gradient(180deg,#f8fbff,#fff)}.pr-collection-top{margin-bottom:50px}.pr-collection-top h1{font-size:3rem;margin:18px 0 10px}.pr-collection-top p{color:#6b7280;font-size:1.1rem}.pr-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.pr-product-card{display:block;text-decoration:none;background:#fff;border-radius:28px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:.3s ease;box-shadow:0 10px 30px #0000000d}.pr-product-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px #0000001f}.pr-product-card-image{background:#f8fafc;padding:30px}.pr-product-card-image img{width:100%;border-radius:18px}.pr-product-card-content{padding:26px}.pr-product-card-content h3{font-size:1.3rem;color:#111827;margin-bottom:14px}.pr-product-card-price{font-size:1.4rem;font-weight:800;color:#2563eb;margin-bottom:20px}.pr-card-btn{width:100%;height:54px;border:none;border-radius:16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;cursor:pointer}@media(max-width:1000px){.pr-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.pr-products-grid{grid-template-columns:1fr}.pr-collection-top h1{font-size:2.2rem}}.pr-contact{padding:90px 24px;background:linear-gradient(180deg,#f8fbff,#fff)}.pr-contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.pr-contact-info h1{font-size:3rem;margin:20px 0}.pr-contact-info p{color:#6b7280;line-height:1.8}.pr-contact-boxes{display:grid;gap:20px;margin-top:40px}.pr-contact-box{background:#fff;border-radius:24px;padding:28px;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 30px #0000000d}.pr-contact-box h3{margin-bottom:10px;color:#111827}.pr-contact-form-box{background:#fff;border-radius:28px;padding:36px;border:1px solid rgba(0,0,0,.06);box-shadow:0 12px 40px #0000000f}.pr-form-group{margin-bottom:22px}.pr-form-group label{display:block;margin-bottom:10px;font-weight:700;color:#111827}.pr-form-group input,.pr-form-group textarea{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:16px;font-size:1rem;outline:none;transition:.25s ease}.pr-form-group input:focus,.pr-form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.pr-success-message{background:#dcfce7;color:#166534;padding:16px;border-radius:16px;margin-bottom:24px;font-weight:700}@media(max-width:900px){.pr-contact-layout{grid-template-columns:1fr}.pr-contact-info h1{font-size:2.2rem}}.header__menu-item,.list-menu__item,.header__inline-menu a{position:relative;transition:.25s ease}.header__menu-item:hover,.list-menu__item:hover,.header__inline-menu a:hover{color:#2563eb!important}.header__menu-item:after,.list-menu__item:after,.header__inline-menu a:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:#2563eb;transition:.25s ease}.header__menu-item:hover:after,.list-menu__item:hover:after,.header__inline-menu a:hover:after{width:100%}@media screen and (max-width:950px){.pr-product-inner,.pr-cart-layout,.pr-contact-layout{grid-template-columns:1fr;gap:28px}.pr-gallery-layout{display:flex;flex-direction:column-reverse;gap:18px}.pr-gallery-thumbs{flex-direction:row!important;overflow-x:auto;padding-bottom:6px}.pr-thumb-btn{min-width:82px}.pr-product-content,.pr-cart-sidebar,.pr-contact-form-box,.pr-cart-item{padding:22px!important;border-radius:22px}.pr-product-content h1,.pr-contact-info h1,.pr-collection-top h1{font-size:2rem!important;line-height:1.15}.pr-buy-box,.pr-cart-actions{flex-direction:column;align-items:stretch}.pr-qty-modern{width:100%;justify-content:space-between}.pr-add-cart,.pr-checkout-btn,.pr-card-btn{width:100%}.pr-products-grid{grid-template-columns:1fr 1fr;gap:18px}.pr-product-card-content{padding:18px}.pr-product-card-content h3{font-size:1rem}.pr-product-card-price{font-size:1.1rem}.pr-cart-item{flex-direction:column;align-items:flex-start}.pr-cart-image img{width:100%;max-width:220px}}@media screen and (max-width:950px)and (orientation:landscape){.pr-product-inner,.pr-contact-layout{grid-template-columns:1fr 1fr;align-items:start}.pr-cart-layout{grid-template-columns:1fr}.pr-products-grid{grid-template-columns:repeat(3,1fr)}.pr-product-content h1{font-size:1.8rem!important}.pr-product-gallery img{max-height:420px;object-fit:contain}.pr-contact-form-box,.pr-product-content{height:100%}}@media screen and (max-width:640px){.pr-products-grid{grid-template-columns:1fr}.pr-product,.pr-cart,.pr-contact,.pr-collection{padding:50px 16px!important}.pr-product-content h1,.pr-contact-info h1,.pr-collection-top h1{font-size:1.7rem!important}.pr-product-price{font-size:1.6rem!important}.qty-btn{width:40px;height:40px}.pr-qty-modern{padding:6px}}*{box-sizing:border-box}html,body{overflow-x:hidden;width:100%}img{max-width:100%;height:auto;display:block}.pr-container,.pr-product-inner,.pr-cart-layout,.pr-contact-layout,.pr-products-grid{width:100%;max-width:100%}.pr-product-card,.pr-cart-item,.pr-product-gallery,.pr-product-content,.pr-contact-form-box,.pr-cart-sidebar{overflow:hidden}.pr-product-card-image{width:100%;overflow:hidden}.pr-product-card-image img{width:100%;object-fit:cover}.pr-product-gallery img{width:100%;object-fit:contain}.pr-cart-image{width:100%;max-width:220px}.pr-cart-image img{width:100%}.pr-product-content,.pr-cart-sidebar,.pr-contact-form-box,.pr-cart-item,.pr-product-card-content{word-break:break-word}.pr-product-description,.pr-contact-info p{overflow-wrap:break-word}.pr-qty-modern,.pr-add-cart,.pr-checkout-btn,.pr-card-btn{max-width:100%}@media screen and (max-width:1024px){.pr-container{padding-left:16px;padding-right:16px}.pr-product-inner,.pr-cart-layout,.pr-contact-layout{grid-template-columns:1fr!important;gap:24px}.pr-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pr-product-card{min-width:0}.pr-product-content,.pr-cart-sidebar,.pr-contact-form-box{padding:22px!important}.pr-product-content h1,.pr-contact-info h1,.pr-collection-top h1{font-size:2rem!important;line-height:1.2}.pr-product-price{font-size:1.6rem!important}.pr-buy-box,.pr-cart-actions{flex-direction:column;align-items:stretch;width:100%}.pr-qty-modern{width:100%;justify-content:space-between}.pr-add-cart,.pr-checkout-btn{width:100%}.pr-gallery-thumbs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}.pr-thumb-btn{flex:0 0 auto}.pr-cart-item{flex-direction:column;align-items:flex-start}.pr-line-total{width:100%;text-align:right}}@media screen and (max-width:640px){body{font-size:15px}.pr-product,.pr-cart,.pr-contact,.pr-collection{padding:42px 0!important}.pr-products-grid{grid-template-columns:1fr!important}.pr-product-content h1,.pr-contact-info h1,.pr-collection-top h1{font-size:1.65rem!important}.pr-product-price{font-size:1.4rem!important}.pr-product-card-content{padding:18px}.pr-product-card-content h3{font-size:1rem;line-height:1.35}.pr-product-card-price{font-size:1.1rem}.pr-qty-modern{padding:6px}.qty-btn{width:40px;height:40px;font-size:1.2rem}.pr-qty-modern input{width:40px;font-size:1rem}.pr-cart-sidebar,.pr-contact-form-box,.pr-product-content{border-radius:18px}}@media screen and (min-width:1200px){.pr-container{max-width:1320px;margin:0 auto}.pr-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pr-product-card:hover{transform:translateY(-8px)}.pr-product-content h1{font-size:3.2rem}}.pr-product{overflow:hidden}.pr-product-inner{align-items:start}.pr-gallery-layout{width:100%}.pr-product-gallery{position:relative;width:100%}.pr-product-gallery img{width:100%;max-width:100%;border-radius:20px}.pr-product-content{width:100%}.pr-product-description{width:100%;max-width:100%}@media screen and (max-width:768px){.pr-product{padding:24px 0 50px!important}.pr-product-inner{display:flex!important;flex-direction:column;gap:20px;width:100%}.pr-gallery-layout{display:flex;flex-direction:column;width:100%}.pr-product-gallery{padding:14px!important;border-radius:20px}.pr-product-gallery img{width:100%;max-height:340px;object-fit:contain;margin:0 auto}.pr-gallery-thumbs{display:flex!important;flex-direction:row!important;gap:10px;overflow-x:auto;padding:8px 4px 4px;width:100%;scrollbar-width:none}.pr-gallery-thumbs::-webkit-scrollbar{display:none}.pr-thumb-btn{min-width:72px;min-height:72px;padding:6px;border-radius:14px}.pr-thumb-btn img{width:100%;height:100%;object-fit:cover;border-radius:10px}.pr-product-content{padding:20px!important;border-radius:20px}.pr-product-content h1{font-size:1.7rem!important;line-height:1.2;margin:14px 0}.pr-product-price{font-size:1.5rem!important;margin-bottom:18px}.pr-product-description{font-size:.96rem;line-height:1.7;margin-top:10px}.pr-buy-box{width:100%;display:flex;flex-direction:column;gap:14px;margin-top:24px}.pr-qty-modern{width:100%;justify-content:space-between;border-radius:18px;padding:8px}.qty-btn{width:44px;height:44px;font-size:1.25rem}.pr-qty-modern input{font-size:1rem;width:50px}.pr-add-cart{width:100%;height:56px;border-radius:18px;font-size:1rem}.pr-badge{font-size:.78rem;padding:8px 14px}}@media screen and (max-width:420px){.pr-product-content h1{font-size:1.45rem!important}.pr-product-gallery img{max-height:280px}.pr-product-content,.pr-product-gallery{padding:16px!important}.pr-thumb-btn{min-width:64px;min-height:64px}.qty-btn{width:40px;height:40px}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/phonerig.css.map */
