@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600;700;800&display=swap');
*{box-sizing:border-box;margin:0;padding:0;}
html,body{overflow-x:hidden!important;}body{background:#f4f6fb;font-family:'DM Sans',sans-serif;color:#1a2e5a;}
.pg{background:#f4f6fb;font-family:'DM Sans',sans-serif;color:#1a2e5a;width:100%;max-width:100%;overflow-x:hidden;}

/* &#9472;&#9472; HERO &#9472;&#9472; */
.pg-hero{background:linear-gradient(135deg,#1a2e5a 0%,#1a2e5a 55%,#1a2e5a 100%);padding:48px 20px 38px;text-align:center;position:relative;overflow:hidden;}
.pg-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 20% 80%,rgba(192,57,43,.18),transparent),radial-gradient(ellipse 50% 40% at 80% 20%,rgba(192,57,43,.10),transparent);pointer-events:none;}
.pg-hero>*{position:relative;z-index:1;}
.pg-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(192,57,43,.18);color:#fff;font-size:10px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;padding:5px 18px;border-radius:20px;border:1px solid rgba(192,57,43,.35);margin-bottom:14px;}
.pg-hero h1{font-family:'Playfair Display',serif;color:#fff;font-size:clamp(24px,4.5vw,44px);font-weight:900;line-height:1.08;margin:0 0 10px;letter-spacing:-.5px;text-shadow:0 2px 18px rgba(0,0,0,.22);}
.pg-hero h1 em{font-style:italic;color:#fff;}
.pg-hero p{color:rgba(255,255,255,.6);font-size:14px;max-width:500px;margin:0 auto 26px;line-height:1.9;}
.pg-stats{display:flex;justify-content:center;gap:0;flex-wrap:wrap;}
.pg-stat{text-align:center;padding:0 24px;border-right:1px solid rgba(255,255,255,.1);}
.pg-stat:last-child{border-right:none;}
.pg-stat strong{display:block;font-family:'Playfair Display',serif;font-size:22px;color:#fff;line-height:1;}
.pg-stat span{display:block;font-size:10px;color:rgba(255,255,255,.42);text-transform:uppercase;letter-spacing:1.4px;margin-top:4px;}

/* &#9472;&#9472; TRUST BAR &#9472;&#9472; */
.pg-tbar{background:#fff;border-bottom:1px solid #d8e0f0;padding:9px 20px;box-shadow:0 1px 4px rgba(0,0,0,.04);}
.pg-tbar-in{max-width:1240px;margin:0 auto;display:flex;justify-content:center;gap:26px;flex-wrap:wrap;}
.pg-ti{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#334;white-space:nowrap;}
.pg-ti svg{flex-shrink:0;}

/* &#9472;&#9472; NOTICE BAR &#9472;&#9472; */
.pg-notice{background:linear-gradient(90deg,#1a2e5a,#1a2e5a);padding:7px 20px;}
.pg-notice-in{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;}
.pg-ni{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:rgba(255,255,255,.82);white-space:nowrap;}

/* &#9472;&#9472; BREADCRUMB &#9472;&#9472; */
.pg-crumb{background:#fff;border-bottom:1px solid #d8e0f0;padding:9px 0;}
.pg-crumb-in{max-width:1240px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:6px;font-size:12px;flex-wrap:wrap;color:#bbb;}
.pg-crumb-in a{color:#1a2e5a;text-decoration:none;font-weight:600;transition:color .2s;}
.pg-crumb-in a:hover{color:#1a2e5a;}
.pg-crumb-in .cur{color:#1a2e5a;font-weight:800;}

/* &#9472;&#9472; LAYOUT &#9472;&#9472; */
.pg-body{max-width:1240px;margin:0 auto;padding:30px 20px 70px;}
.pg-cols{display:grid;grid-template-columns:1fr 272px;gap:22px;align-items:start;}
.pg-cols-prod{display:grid;grid-template-columns:360px 1fr;gap:26px;align-items:start;}

/* &#9472;&#9472; SIDEBAR &#9472;&#9472; */
.sb{display:flex;flex-direction:column;gap:14px;position:sticky;top:18px;}
.sb-card{background:#fff;border-radius:12px;border:1px solid #d8e0f0;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.04);}
.sb-head{padding:12px 15px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px;color:#fff;display:flex;align-items:center;gap:7px;}
.sb-body{padding:8px 0;}
.sb-item{display:flex;align-items:center;gap:9px;padding:9px 14px;text-decoration:none;transition:background .18s;color:#333;font-size:13px;border-left:3px solid transparent;}
.sb-item:hover{background:#f4f6fb;border-left-color:#1a2e5a;}
.sb-item.active{background:#e8eefa;color:#1a2e5a;font-weight:700;border-left-color:#c0392b;}
.sb-item-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;}
.sb-item-name{flex:1;font-weight:600;font-size:12px;}
.sb-item-arrow{color:#ccc;font-size:10px;}
.sb-sub{padding:7px 14px;text-decoration:none;display:flex;align-items:center;gap:8px;font-size:12px;color:#555;transition:background .16s;border-bottom:1px solid #f4f6fb;}
.sb-sub:last-child{border-bottom:none;}
.sb-sub:hover{background:#f4f6fb;color:#1a2e5a;}
.sb-sub img{width:34px;height:34px;border-radius:7px;object-fit:contain;background:#f4f6fb;flex-shrink:0;border:1px solid #eee;}
.sb-sub-name{display:block;font-weight:700;font-size:12px;color:#1a2e5a;line-height:1.3;}
.sb-sub-price{display:block;font-size:11px;color:#c0392b;font-weight:700;margin-top:1px;}
.sb-contact{padding:13px 15px;}
.sb-contact p{font-size:12px;color:#667;line-height:1.8;margin-bottom:10px;}
.sb-clink{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:#1a2e5a;text-decoration:none;padding:7px 0;border-bottom:1px solid #f4f6fb;transition:color .18s;}
.sb-clink:last-child{border-bottom:none;}
.sb-clink:hover{color:#c0392b;}
.sb-ship{padding:11px 15px;}
.sb-ship-row{display:flex;justify-content:space-between;align-items:center;padding:7px 0;border-bottom:1px solid #f4f6fb;font-size:12px;}
.sb-ship-row:last-child{border-bottom:none;}
.sb-ship-dest{color:#555;font-weight:700;}
.sb-ship-free{color:#1a2e5a;font-weight:700;font-size:11px;}

/* &#9472;&#9472; PRODUCT IMAGE PANEL &#9472;&#9472; */
.prod-imgw{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #d8e0f0;position:sticky;top:18px;box-shadow:0 4px 20px rgba(26,46,90,.06);}
.prod-imgw-inner{aspect-ratio:1;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(145deg,#f4f6fb,#f4f6fb);}
.prod-imgw-inner img{width:100%;height:100%;object-fit:contain;padding:32px;transition:transform .38s ease;}
.prod-imgw-inner:hover img{transform:scale(1.06);}
.prod-imgbadge{position:absolute;top:12px;left:12px;font-size:10px;font-weight:800;padding:4px 13px;border-radius:20px;text-transform:uppercase;letter-spacing:.6px;color:#fff;box-shadow:0 2px 8px rgba(0,0,0,.18);}

/* &#9472;&#9472; PILL ID TABLE &#9472;&#9472; */
.prod-pilltbl{background:#f4f6fb;border-top:2px solid #d8e0f0;padding:14px 15px;}
.prod-ptitle{font-size:10px;font-weight:800;color:#1a2e5a;text-transform:uppercase;letter-spacing:1.6px;display:block;margin-bottom:10px;}
.prod-pgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;}
.prod-pitem{background:#fff;border-radius:8px;padding:8px 6px;border:1px solid #d8e0f0;text-align:center;}
.prod-pl{display:block;font-size:8px;font-weight:700;color:#aab;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px;}
.prod-pv{display:block;font-size:11px;font-weight:800;color:#1a2e5a;line-height:1.3;}

/* &#9472;&#9472; BUY BOX &#9472;&#9472; */
.buybox{background:#fff;border-radius:16px;border:1px solid #d8e0f0;padding:22px;box-shadow:0 4px 20px rgba(26,46,90,.06);}
.buybox-tags{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px;}
.btag{font-size:10px;font-weight:800;padding:4px 11px;border-radius:5px;text-transform:uppercase;letter-spacing:.4px;}
.btag-blue{background:#e8eefa;color:#1a2e5a;border:1px solid #c5d0ea;}
.btag-red{background:#f4f6fb;color:#c0392b;border:1px solid #c5d0ea;}
.btag-amber{background:#f4f6fb;color:#1a2e5a;border:1px solid #c5d0ea;}
.buybox h1{font-family:'Playfair Display',serif;font-size:clamp(20px,2.6vw,30px);font-weight:900;color:#1a2e5a;line-height:1.1;margin:0 0 3px;}
.buybox-sub{color:#99a;font-size:13px;font-style:italic;margin:0 0 10px;}
.buybox-stars{color:#c0392b;font-size:13px;display:flex;align-items:center;gap:7px;margin-bottom:15px;letter-spacing:.5px;}
.buybox-stars span{color:#1a2e5a;font-size:13px;font-weight:800;letter-spacing:0;}
.buybox-stars small{color:#bbc;font-size:12px;}

/* &#9472;&#9472; PRICE BAR &#9472;&#9472; */
.price-bar{background:linear-gradient(135deg,#f4f6fb,#e8eefa);border:1px solid #d8e0f0;border-radius:12px;padding:14px 16px;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:10px;}
.price-from{font-size:10px;color:#99a;font-weight:700;text-transform:uppercase;letter-spacing:.6px;display:block;margin-bottom:3px;}
.price-amt{font-family:'Playfair Display',serif;font-size:36px;font-weight:900;color:#c0392b;line-height:1;display:block;}
.price-unit{font-size:12px;color:#99a;margin-top:3px;display:block;}
.stock-pill{background:#e8eefa;border:1px solid #c5d0ea;color:#1a2e5a;font-size:11px;font-weight:800;padding:6px 14px;border-radius:20px;display:flex;align-items:center;gap:5px;white-space:nowrap;flex-shrink:0;}

/* &#9472;&#9472; QTY GRID &#9472;&#9472; */
.qty-box{background:#f4f6fb;border:1px solid #d8e0f0;border-radius:12px;padding:13px;margin-bottom:12px;}
.qty-label{font-size:11px;font-weight:800;color:#1a2e5a;text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:10px;}
.qty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;}
.qty-btn{background:#fff;border:2px solid #d8e0f0;border-radius:10px;padding:10px 5px;text-align:center;cursor:pointer;transition:all .2s;position:relative;font-family:'DM Sans',sans-serif;width:100%;}
.qty-btn:hover{border-color:#1a2e5a;background:#f4f6fb;transform:translateY(-2px);box-shadow:0 5px 14px rgba(26,46,90,.10);}
.qty-btn.sel{border-color:#1a2e5a;background:#e8eefa;box-shadow:0 3px 10px rgba(26,46,90,.13);}
.qty-btn.pop::before{content:'Popular';position:absolute;top:-8px;left:50%;transform:translateX(-50%);background:#c0392b;color:#fff;font-size:7px;font-weight:800;padding:2px 8px;border-radius:6px;white-space:nowrap;}
.qty-btn.val::before{content:'Best Value';position:absolute;top:-8px;left:50%;transform:translateX(-50%);background:#1a2e5a;color:#fff;font-size:7px;font-weight:800;padding:2px 8px;border-radius:6px;white-space:nowrap;}
.qty-q{display:block;font-size:11px;font-weight:800;color:#1a2e5a;line-height:1.3;}
.qty-p{display:block;font-size:13px;font-weight:900;color:#c0392b;margin-top:3px;}
.qty-u{display:block;font-size:9px;color:#aab;margin-top:2px;}

/* &#9472;&#9472; CART MESSAGE &#9472;&#9472; */
.msg{display:none;padding:9px 14px;border-radius:8px;margin-bottom:9px;font-size:13px;font-weight:700;text-align:center;}
.msg-ok{background:#e8eefa;border:1px solid #c5d0ea;color:#1a2e5a;}

/* &#9472;&#9472; ACTION BUTTONS &#9472;&#9472; */
.act-btns{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:14px;}
.abtn{display:flex;align-items:center;justify-content:center;gap:7px;padding:14px 16px;border-radius:50px;font-size:14px;font-weight:800;cursor:pointer;border:none;font-family:'DM Sans',sans-serif;width:100%;transition:all .25s;letter-spacing:.2px;}
.abtn-cart{border:2px solid #1a2e5a;background:#fff;color:#1a2e5a;}
.abtn-cart:hover{background:#1a2e5a;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(26,46,90,.20);}
.abtn-buy{background:linear-gradient(135deg,#c0392b,#c0392b);color:#fff;box-shadow:0 6px 18px rgba(192,57,43,.28);}
.abtn-buy:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(192,57,43,.38);}

/* &#9472;&#9472; TRUST 4 &#9472;&#9472; */
.trust4{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:14px;}
.t4i{background:#f4f6fb;border-radius:10px;padding:10px 6px;text-align:center;border:1px solid #d8e0f0;display:flex;flex-direction:column;align-items:center;gap:5px;}
.t4i-ico{display:flex;align-items:center;justify-content:center;}
.t4i-lbl{display:block;font-size:10px;font-weight:700;color:#334;}

/* &#9472;&#9472; PRODUCT CONTENT &#9472;&#9472; */
.prod-content{margin-top:26px;}
.prod-content h2{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:21px;font-weight:900;margin:0 0 14px;padding-bottom:10px;border-bottom:2px solid #d8e0f0;}
.prod-content p{color:#334;font-size:14px;line-height:1.95;margin-bottom:12px;}
.prod-content h4{color:#1a2e5a;font-size:14px;font-weight:800;margin:18px 0 7px;padding-left:12px;border-left:3px solid #c0392b;}
.prod-content strong{color:#1a2e5a;}

/* &#9472;&#9472; TABLES &#9472;&#9472; */
.dose-tbl{width:100%;border-collapse:collapse;margin:14px 0;font-size:13px;border-radius:10px;overflow:hidden;}
.dose-tbl th{background:#1a2e5a;color:#fff;padding:10px 14px;text-align:left;font-weight:700;}
.dose-tbl td{padding:9px 14px;border-bottom:1px solid #d8e0f0;color:#334;}
.dose-tbl tr:last-child td{border-bottom:none;}
.dose-tbl tr:nth-child(even) td{background:#f4f6fb;}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0;}
.info-block{background:#f4f6fb;border-radius:10px;padding:14px;border:1px solid #d8e0f0;}
.info-block h5{color:#1a2e5a;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.9px;margin-bottom:8px;}
.info-block ul{list-style:none;display:flex;flex-direction:column;gap:4px;}
.info-block ul li{font-size:12px;color:#334;padding-left:14px;position:relative;line-height:1.65;}
.info-block ul li::before{content:'\2022';position:absolute;left:0;color:#c0392b;font-weight:900;}
.ship-tbl{width:100%;border-collapse:collapse;font-size:12px;margin:12px 0;border-radius:10px;overflow:hidden;border:1px solid #d8e0f0;}
.ship-tbl th{background:#1a2e5a;color:#fff;padding:9px 12px;text-align:left;font-weight:700;}
.ship-tbl td{padding:8px 12px;border-bottom:1px solid #eee;color:#334;}
.ship-tbl tr:last-child td{border-bottom:none;}
.ship-tbl .free{color:#1a2e5a;font-weight:800;}
.faq-item{border-bottom:1px solid #d8e0f0;padding:13px 0;}
.faq-item:last-child{border-bottom:none;}
.faq-item h4{color:#1a2e5a;font-size:14px;font-weight:800;margin:0 0 5px;}
.faq-item p{color:#334;font-size:13px;line-height:1.85;margin:0;}

/* &#9472;&#9472; VARIANTS &#9472;&#9472; */
.variants-section{background:#fff;border-radius:14px;border:1px solid #d8e0f0;padding:20px;margin-top:18px;box-shadow:0 2px 8px rgba(0,0,0,.03);}
.variants-section h3{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:17px;margin:0 0 14px;}
.var-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px;}
.var-card{background:#f4f6fb;border-radius:10px;border:2px solid #d8e0f0;padding:11px;text-align:center;text-decoration:none;transition:all .22s;display:flex;flex-direction:column;align-items:center;gap:5px;}
.var-card:hover,.var-card.cur{border-color:#1a2e5a;background:#e8eefa;transform:translateY(-3px);box-shadow:0 6px 16px rgba(26,46,90,.10);}
.var-card img{width:50px;height:50px;object-fit:contain;background:#fff;padding:4px;border-radius:7px;}
.var-lbl{font-size:12px;font-weight:800;color:#1a2e5a;}
.var-price{font-size:11px;color:#c0392b;font-weight:700;}
.var-type{font-size:10px;color:#aab;}

/* &#9472;&#9472; RELATED &#9472;&#9472; */
.related-section{padding:30px 0 6px;}
.related-section h2{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:21px;font-weight:900;margin:0 0 16px;}
.rel-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;}
.rel-card{background:#fff;border-radius:14px;border:2px solid #d8e0f0;overflow:hidden;transition:all .25s;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.04);}
.rel-card:hover{border-color:#1a2e5a;transform:translateY(-5px);box-shadow:0 12px 32px rgba(26,46,90,.11);}
.rel-imgw{aspect-ratio:1;background:linear-gradient(145deg,#f4f6fb,#f4f6fb);display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d8e0f0;overflow:hidden;}
.rel-imgw img{width:100%;height:100%;object-fit:contain;padding:16px;transition:transform .3s;}
.rel-card:hover .rel-imgw img{transform:scale(1.07);}
.rel-body{padding:12px;flex:1;display:flex;flex-direction:column;gap:4px;}
.rel-name{font-weight:800;font-size:13px;color:#1a2e5a;}
.rel-price{font-family:'Playfair Display',serif;font-size:17px;font-weight:900;color:#c0392b;}
.rel-btn{display:block;background:linear-gradient(135deg,#1a2e5a,#1a2e5a);color:#fff;text-align:center;text-decoration:none;padding:8px;border-radius:20px;font-size:11px;font-weight:800;margin-top:auto;transition:all .22s;}
.rel-btn:hover{background:linear-gradient(135deg,#c0392b,#c0392b);}

/* &#9472;&#9472; HUB CARDS &#9472;&#9472; */
.hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;}
.hub-card{background:#fff;border-radius:14px;border:2px solid #d8e0f0;overflow:hidden;transition:all .26s;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.04);}
.hub-card:hover{border-color:#1a2e5a;transform:translateY(-5px);box-shadow:0 12px 36px rgba(26,46,90,.10);}
.hub-imgw{aspect-ratio:1;background:linear-gradient(145deg,#f4f6fb,#f4f6fb);display:flex;align-items:center;justify-content:center;border-bottom:1px solid #d8e0f0;position:relative;overflow:hidden;}
.hub-imgw img{width:100%;height:100%;object-fit:contain;padding:22px;transition:transform .3s;}
.hub-card:hover .hub-imgw img{transform:scale(1.06);}
.hub-typebadge{position:absolute;top:9px;left:9px;font-size:9px;font-weight:800;padding:3px 10px;border-radius:18px;color:#fff;text-transform:uppercase;letter-spacing:.4px;}
.hub-body{padding:14px;flex:1;display:flex;flex-direction:column;gap:5px;}
.hub-cat-tag{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#fff;padding:2px 9px;border-radius:18px;align-self:flex-start;}
.hub-name{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:15px;font-weight:900;line-height:1.2;}
.hub-generic{font-size:11px;color:#99a;font-style:italic;}
.hub-price{font-family:'Playfair Display',serif;color:#c0392b;font-size:18px;font-weight:900;}
.hub-unit{font-size:11px;color:#bbc;}
.hub-btns{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:auto;padding-top:9px;}
.hub-btn1{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50px;font-size:11px;font-weight:800;text-decoration:none;border:2px solid #1a2e5a;color:#1a2e5a;transition:all .2s;}
.hub-btn1:hover{background:#1a2e5a;color:#fff;}
.hub-btn2{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50px;font-size:11px;font-weight:800;text-decoration:none;color:#fff;transition:all .2s;}
.hub-btn2:hover{opacity:.88;transform:translateY(-1px);}

/* &#9472;&#9472; SECTION HEADINGS &#9472;&#9472; */
.sec-hd{display:flex;align-items:center;gap:12px;margin-bottom:18px;}
.sec-hd h2{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:20px;font-weight:900;white-space:nowrap;}
.sec-hd-line{flex:1;height:2px;background:linear-gradient(90deg,#d8e0f0,transparent);}

/* &#9472;&#9472; ABOUT BLOCK &#9472;&#9472; */
.about-block{background:#fff;border-radius:14px;border:1px solid #d8e0f0;padding:22px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.03);}
.about-block h2{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:20px;font-weight:900;margin:0 0 13px;padding-bottom:10px;border-bottom:2px solid #d8e0f0;}
.about-block p{color:#334;font-size:14px;line-height:1.95;margin-bottom:10px;}
.about-block p:last-child{margin-bottom:0;}

/* &#9472;&#9472; FAQ BLOCK &#9472;&#9472; */
.faq-block{background:#fff;border-radius:14px;border:1px solid #d8e0f0;padding:22px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.03);}
.faq-block h2{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:20px;font-weight:900;margin:0 0 14px;}

/* &#9472;&#9472; SHOP-ALL CATEGORY BLOCKS &#9472;&#9472; */
.shopall-cat{margin-bottom:40px;}
.shopall-cat-hd{display:flex;align-items:center;gap:12px;padding:14px 20px;border-radius:12px 12px 0 0;margin-bottom:0;}
.shopall-cat-hd h2{font-family:'Playfair Display',serif;color:#fff;font-size:18px;font-weight:900;flex:1;margin:0;}
.shopall-cat-hd a{font-size:12px;font-weight:700;color:rgba(255,255,255,.8);text-decoration:none;}
.shopall-cat-hd a:hover{color:#fff;}
.shopall-cat-body{background:#fff;border:1px solid #d8e0f0;border-top:none;border-radius:0 0 12px 12px;padding:18px;}

/* &#9472;&#9472; RESPONSIVE &#9472;&#9472; */
@media(max-width:1024px){
  .pg-cols{grid-template-columns:1fr;}
  .pg-cols-prod{grid-template-columns:1fr;}
  .prod-imgw{position:static;}
  .sb{position:static;}
  .rel-grid{grid-template-columns:repeat(3,1fr);}
  .trust4{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:640px){
  .qty-grid{grid-template-columns:repeat(2,1fr);}
  .rel-grid{grid-template-columns:repeat(2,1fr);}
  .info-grid{grid-template-columns:1fr;}
  .act-btns{grid-template-columns:1fr;}
  .hub-grid{grid-template-columns:repeat(2,1fr);}
  .var-grid{grid-template-columns:repeat(3,1fr);}
  .pg-stat{padding:0 12px;}
  .pg-stat strong{font-size:18px;}
  .pg-body{padding:18px 14px 50px;}
  .pg-hero{padding:32px 16px 26px;}
  .pg-hero h1{font-size:22px;}
  .prod-pgrid{grid-template-columns:repeat(2,1fr);}
  .hub-btns{grid-template-columns:1fr;}
  .rel-grid{grid-template-columns:repeat(2,1fr);}
}

/* &#9472;&#9472; Article content styles &#9472;&#9472; */
.art-block{padding:10px;margin-bottom:20px;}
.art-block h1{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:24px;font-weight:900;margin:0 0 6px;line-height:1.2;}
.art-block .art-intro{color:#334;font-size:15px;line-height:1.95;margin-bottom:18px;padding-bottom:18px;border-bottom:2px solid #d8e0f0;}
.art-block h2{font-family:'Playfair Display',serif;color:#1a2e5a;font-size:20px;font-weight:900;margin:24px 0 10px;padding-left:12px;border-left:4px solid #c0392b;}
.art-block h3{color:#1a2e5a;font-size:15px;font-weight:800;margin:18px 0 7px;}
.art-block h4{color:#1a2e5a;font-size:14px;font-weight:800;margin:14px 0 6px;padding-left:10px;border-left:2px solid #d8e0f0;}
.art-block p{color:#334;font-size:14px;line-height:1.95;margin-bottom:10px;}
.art-block p:last-child{margin-bottom:0;}
.art-block a{color:#c0392b;font-weight:700;text-decoration:none;}
.art-block a:hover{text-decoration:underline;}
.art-block strong{color:#1a2e5a;font-weight:800;}
.art-block ul{margin:8px 0 12px 18px;}
.art-block ul li{color:#334;font-size:14px;line-height:1.85;margin-bottom:4px;}

.xpp, .xcat { opacity:0; transition:opacity 0.3s ease; }

#html-body [data-pb-style=QB2VO3P]{text-align:center}

*{box-sizing:border-box;}
html,body{overflow-x:hidden!important;max-width:100%!important;}
.page-header,.nav-sections,.nav-sections-item-title,.nav-toggle{display:none!important;margin:0!important;padding:0!important;height:0!important;}
.page-wrapper,.page-main,.columns{margin-top:0!important;padding-top:0!important;overflow-x:hidden!important;}

.xph{width:100%;max-width:100%;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;}

/* ── TOP BAR ── */
.xph-top{background:linear-gradient(135deg,#0e1a33,#1a2e5a);padding:7px 0;}
.xph-top-in{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:8px;}
.xph-top-left{display:flex;align-items:center;gap:10px;}
.xph-topitem{color:rgba(255,255,255,.7);font-size:12px;display:flex;align-items:center;gap:5px;white-space:nowrap;}
.xph-sep{color:rgba(255,255,255,.25);font-size:14px;}
.xph-live-wrap{display:flex;justify-content:center;}
.xph-live{display:flex;align-items:center;gap:7px;background:rgba(39,174,96,.15);border:1px solid rgba(39,174,96,.4);color:#2ecc71;font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px;white-space:nowrap;}
.xph-dot{width:8px;height:8px;background:#2ecc71;border-radius:50%;animation:phPulse 1.5s infinite;box-shadow:0 0 6px #2ecc71;}
@keyframes phPulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.6)}}
.xph-top-right{display:flex;align-items:center;gap:7px;}
.xph-tbtn{display:flex;align-items:center;gap:5px;color:rgba(255,255,255,.82);border:1px solid rgba(255,255,255,.22);padding:5px 13px;border-radius:20px;text-decoration:none;font-size:12px;font-weight:600;white-space:nowrap;transition:all .25s;}
.xph-tbtn:hover{background:rgba(255,255,255,.12);color:#fff;}
.xph-tbtn-red{background:linear-gradient(135deg,#c0392b,#e74c3c);border-color:transparent!important;color:#fff!important;font-weight:700;}

/* ── DESKTOP MIDDLE ── */
.xph-mid{background:#fff;padding:16px 0;box-shadow:0 2px 16px rgba(0,0,0,.07);}
.xph-mid-in{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:20px;}
.xph-logo img{height:64px;width:auto;display:block;}
.xph-search{flex:1;max-width:400px;}
.xph-search-box{display:flex;align-items:center;border:2px solid #e0e7f0;border-radius:50px;background:#f8faff;padding-left:14px;overflow:hidden;transition:all .25s;}
.xph-search-box:focus-within{border-color:#1a2e5a;background:#fff;}
.xph-search-box svg{flex-shrink:0;margin-right:8px;}
.xph-search-box input{flex:1;padding:11px 0;border:none;background:transparent;font-size:14px;outline:none;color:#333;font-family:inherit;}
.xph-search-box input::placeholder{color:#bbb;}
.xph-search-box button{background:linear-gradient(135deg,#1a2e5a,#2a4080);color:#fff;border:none;padding:0 20px;height:46px;font-size:13px;font-weight:700;cursor:pointer;border-radius:0 50px 50px 0;font-family:inherit;}
.xph-search-box button:hover{background:linear-gradient(135deg,#c0392b,#e74c3c);}
.xph-contacts{display:flex;align-items:center;gap:14px;margin-left:auto;}
.xph-citem{display:flex;align-items:center;gap:10px;}
.xph-cicon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.xph-cicon-navy{background:linear-gradient(135deg,#1a2e5a,#2a4080);}
.xph-cicon-red{background:linear-gradient(135deg,#c0392b,#e74c3c);}
.xph-clbl{display:block;font-size:10px;color:#bbb;text-transform:uppercase;letter-spacing:.5px;font-weight:700;}
.xph-cval{display:block;font-size:15px;font-weight:800;color:#1a2e5a;text-decoration:none;line-height:1.25;}
.xph-cval:hover{color:#c0392b;}
.xph-wa{display:flex;align-items:center;gap:3px;color:#25d366;font-size:11px;font-weight:700;text-decoration:none;}
.xph-csub{display:block;font-size:11px;color:#aaa;}
.xph-cdivider{width:1px;height:44px;background:#eee;flex-shrink:0;}
.xph-cartbtns{display:flex;align-items:center;gap:8px;}
.xph-wish{display:flex;align-items:center;gap:6px;color:#1a2e5a;font-size:13px;font-weight:600;padding:8px 15px;border-radius:25px;border:2px solid #e0e7f0;background:#f8faff;text-decoration:none;transition:all .25s;}
.xph-wish:hover{color:#c0392b;border-color:#c0392b;background:#fff5f5;}
.xph-cart{display:flex;align-items:center;gap:7px;background:linear-gradient(135deg,#1a2e5a,#2a4080);color:#fff;font-size:13px;font-weight:700;padding:8px 16px;border-radius:25px;text-decoration:none;box-shadow:0 4px 12px rgba(26,46,90,.25);transition:all .25s;}
.xph-cart:hover{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;}
.xph-cart-ic{position:relative;display:flex;align-items:center;}
.xph-cart-n{position:absolute;top:-9px;right:-9px;background:#e74c3c;color:#fff;font-size:9px;font-weight:800;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff;padding:0 3px;}

/* ── DESKTOP NAV ── */
.xph-nav{background:#fff;border-bottom:1px solid #eef0f5;box-shadow:0 2px 10px rgba(0,0,0,.05);}
.xph-nav-in{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;}
.xph-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;}
.xph-menu li a{display:block;color:#444;text-decoration:none;padding:14px 12px;font-size:13px;font-weight:600;border-bottom:3px solid transparent;transition:all .25s;white-space:nowrap;}
.xph-menu li a:hover{color:#1a2e5a;border-bottom-color:#c0392b;}
.m-home a{color:#c0392b!important;border-bottom-color:#c0392b!important;}
.m-shop a{color:#fff!important;background:linear-gradient(135deg,#c0392b,#e74c3c)!important;border-radius:20px!important;padding:7px 15px!important;margin:4px 5px!important;font-size:12px!important;font-weight:700!important;border-bottom:none!important;}
.xph-burger{display:none;}

/* ── Mobile-only blocks: hidden on desktop ── */
.xph-mob-logo,
.xph-mob-contacts,
.xph-mob-acts,
.xph-mob-srch{display:none!important;}

/* ══════════ MOBILE ≤ 768px ══════════ */
@media(max-width:768px){

  /* ── TOP BAR: live pill + buttons only, stacked ── */
  .xph-top-left{display:none!important;}
  .xph-top-in{
    flex-direction:column;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    width:100%;
    overflow-x:hidden;
  }
  .xph-live-wrap{width:100%;justify-content:center;}
  .xph-top-right{
    justify-content:center;
    flex-wrap:wrap;
    gap:5px;
    width:100%;
  }
  .xph-tbtn{padding:5px 9px;font-size:11px;}

  /* ── Hide ALL desktop middle (search, contacts, cart, wishlist) ── */
  .xph-mid{display:none!important;}

  /* ── Logo + Cart: single row, logo left, cart right ── */
  .xph-mob-logo{
    display:flex!important;
    flex-direction:row!important;
    justify-content:space-between!important;
    align-items:center!important;
    background:#fff;
    padding:10px 16px;
    border-bottom:2px solid #f0f4f8;
    width:100%;
    gap:12px;
  }
  .xph-mob-logo a:first-child{
    flex-shrink:0;
    line-height:0;
  }
  .xph-mob-logo img{
    height:46px!important;
    width:auto!important;
    display:block;
  }
  .xph-mob-cart{
    display:inline-flex!important;
    align-items:center;
    gap:6px;
    background:linear-gradient(135deg,#1a2e5a,#2a4080);
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    padding:9px 18px;
    border-radius:50px;
    position:relative;
    box-shadow:0 4px 12px rgba(26,46,90,.22);
    transition:all .25s;
    white-space:nowrap;
    flex-shrink:0;
    height:42px;
  }
  .xph-mob-cart:hover{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;}
  .xph-mob-cn{
    position:absolute;
    top:-7px;right:-7px;
    background:#e74c3c;
    color:#fff;
    font-size:9px;font-weight:800;
    min-width:17px;height:17px;
    border-radius:50%;
    display:none;
    align-items:center;justify-content:center;
    border:2px solid #fff;
    padding:0 3px;
  }

  /* ── Hide contacts, wishlist, search completely on mobile ── */
  .xph-mob-contacts{display:none!important;}
  .xph-mob-acts{display:none!important;}
  .xph-mob-srch{display:none!important;}

  /* ── NAV: hamburger ── */
  .xph-nav-in{flex-direction:column;align-items:stretch;padding:0;}
  .xph-burger{
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    background:none;
    border:none;
    cursor:pointer;
    padding:12px 20px;
    width:100%;
    align-items:flex-end;
    border-bottom:1px solid #f0f4f8;
  }
  .xph-burger span{display:block;width:24px;height:2.5px;background:#1a2e5a;border-radius:3px;}
  .xph-menu{
    display:none;
    flex-direction:column;
    width:100%;
    background:#fff;
    border-top:2px solid #eef0f5;
  }
  .xph-menu.open{display:flex;}
  .xph-menu li{border-bottom:1px solid #f4f6f9;width:100%;}
  .xph-menu li a{padding:14px 20px;font-size:14px;border-bottom:none!important;}
  .xph-menu li a:hover{background:#f8faff;padding-left:28px;}
  .m-home a{color:#c0392b!important;background:none!important;border-radius:0!important;margin:0!important;padding:14px 20px!important;}
  .m-shop a{border-radius:0!important;margin:0!important;padding:14px 20px!important;font-size:14px!important;font-weight:800!important;}
}

@media(max-width:1100px) and (min-width:769px){
  .xph-menu li a{padding:14px 9px;font-size:12px;}
  .xph-cdivider{display:none;}
}

.page-footer{display:none!important;}
.xp-footer{width:100vw;position:relative;left:50%;margin-left:-50vw;margin-top:0!important;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;}
.footer-help-bar{background:#fff;padding:35px 0;border-top:4px solid #f0f4f8;border-bottom:4px solid #f0f4f8;}
.footer-help-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:50px;}
.footer-help-center{text-align:center;}
.footer-help-tag{color:#c0392b;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin:0 0 5px;}
.footer-help-title{color:#1a2e5a;font-size:30px;font-weight:900;margin:0 0 3px;}
.footer-help-sub{color:#888;font-size:14px;margin:0 0 8px;}
.footer-help-phone{color:#c0392b;font-size:36px;font-weight:900;text-decoration:none;display:block;margin-bottom:15px;letter-spacing:1px;transition:color .3s;}
.footer-help-phone:hover{color:#a93226;}
.footer-help-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;}
.footer-help-btn{display:flex;align-items:center;gap:6px;padding:9px 18px;border-radius:25px;font-size:13px;font-weight:700;text-decoration:none;transition:all .3s;}
.footer-btn-call{background:linear-gradient(135deg,#1a2e5a,#2a4080);color:#fff;box-shadow:0 4px 12px rgba(26,46,90,.25);}
.footer-btn-call:hover{background:linear-gradient(135deg,#142244,#1a2e5a);color:#fff;transform:translateY(-2px);}
.footer-btn-wa{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;box-shadow:0 4px 12px rgba(37,211,102,.3);}
.footer-btn-wa:hover{transform:translateY(-2px);color:#fff;}
.footer-btn-email{background:linear-gradient(135deg,#c0392b,#e74c3c);color:#fff;box-shadow:0 4px 12px rgba(192,57,43,.25);}
.footer-btn-email:hover{transform:translateY(-2px);color:#fff;}
.footer-features{background:linear-gradient(135deg,#0e1a33 0%,#1a2e5a 100%);padding:25px 0;}
.footer-features-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;}
.footer-feature-item{display:flex;align-items:center;gap:12px;flex:1;min-width:160px;}
.footer-feat-icon{width:50px;height:50px;background:rgba(255,255,255,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.feat-title{color:#fff;font-weight:700;font-size:14px;margin:0 0 3px;}
.feat-sub{color:rgba(255,255,255,.5);font-size:12px;margin:0;}
.footer-feat-divider{width:1px;height:40px;background:rgba(255,255,255,.1);flex-shrink:0;}
.footer-main{background:#142244;padding:55px 0 40px;}
.footer-main-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px;}
.footer-logo{height:60px;width:auto;display:block;margin-bottom:18px;}
.footer-about{color:rgba(255,255,255,.55);font-size:13px;line-height:1.8;margin:0 0 20px;}
.footer-social{display:flex;gap:10px;}
.social-btn{width:36px;height:36px;background:rgba(255,255,255,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s;}
.social-btn:hover{background:#c0392b;transform:translateY(-2px);}
.social-wa:hover{background:#25d366!important;}
.footer-col-title{color:#fff;font-size:15px;font-weight:800;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #c0392b;display:inline-block;text-transform:uppercase;letter-spacing:1px;}
.footer-links{list-style:none;margin:0;padding:0;}
.footer-links li{margin-bottom:10px;}
.footer-links li a{color:rgba(255,255,255,.55);text-decoration:none;font-size:13px;transition:all .3s;display:flex;align-items:center;gap:6px;}
.footer-links li a:before{content:'›';color:#c0392b;font-size:16px;font-weight:bold;}
.footer-links li a:hover{color:#fff;padding-left:4px;}
.footer-contact-list{list-style:none;margin:0 0 20px;padding:0;display:flex;flex-direction:column;gap:14px;}
.footer-contact-list li{display:flex;align-items:flex-start;gap:10px;}
.footer-contact-icon{width:30px;height:30px;background:rgba(255,255,255,.07);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;}
.footer-contact-label{color:rgba(255,255,255,.4);font-size:10px;text-transform:uppercase;letter-spacing:.5px;display:block;margin-bottom:2px;}
.footer-contact-val{color:rgba(255,255,255,.75);font-size:13px;text-decoration:none;transition:color .3s;}
a.footer-contact-val:hover{color:#fff;}
.footer-payment-title{color:rgba(255,255,255,.5);font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px;font-weight:600;}
.footer-payment-tags{display:flex;flex-wrap:wrap;gap:6px;}
.pay-tag{background:rgba(255,255,255,.08);color:rgba(255,255,255,.6);font-size:11px;padding:4px 10px;border-radius:4px;border:1px solid rgba(255,255,255,.1);font-weight:600;}
.footer-disclaimer-bar{background:#0e1a33;padding:25px 0;border-top:1px solid rgba(255,255,255,.06);}
.footer-disclaimer-inner{max-width:1200px;margin:0 auto;padding:0 20px;}
.footer-disclaimer-inner p{color:rgba(255,255,255,.4);font-size:12px;line-height:1.8;margin:0;}
.footer-disclaimer-inner strong{color:rgba(255,255,255,.55);}
.footer-bottom{background:#080f1f;padding:16px 0;}
.footer-bottom-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;}
.footer-copyright{color:rgba(255,255,255,.4);font-size:13px;margin:0;}
.footer-bottom-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.footer-bottom-links a{color:rgba(255,255,255,.4);text-decoration:none;font-size:12px;transition:color .3s;}
.footer-bottom-links a:hover{color:#fff;}
.footer-bottom-links span{color:rgba(255,255,255,.2);}

@media(max-width:900px){
  .footer-main-inner{grid-template-columns:1fr 1fr;gap:30px;}
  .footer-features-inner{gap:20px;}
  .footer-feature-item{min-width:calc(50% - 20px);}
  .footer-feat-divider{display:none;}
  .footer-help-inner{gap:25px;}
}
@media(max-width:600px){
  .footer-help-inner{flex-direction:column;gap:20px;text-align:center;}
  .footer-help-phone{font-size:26px;}
  .footer-help-title{font-size:24px;}
  .footer-main-inner{grid-template-columns:1fr;gap:30px;}
  .footer-feature-item{min-width:calc(50% - 10px);}
  .footer-bottom-inner{flex-direction:column;text-align:center;}
  .footer-bottom-links{justify-content:center;}
  .footer-help-actions{gap:8px;}
  .footer-help-btn{padding:8px 14px;font-size:12px;}
}