@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap";:root{--navy:#07112e;--yellow:#ffd21f;--blue:#3155d7;--ink:#0c1735;--muted:#748098;--line:#e5eaf2}*{box-sizing:border-box}body{margin:0;padding-top:82px;background:#f8fafc;color:var(--ink);font-family:Cairo,Arial,sans-serif}a{text-decoration:none;color:inherit}.container{width:min(1240px,100%);margin:auto;padding:0 28px}.announcement-bar{min-height:36px;display:flex;justify-content:center;align-items:center;gap:14px;background:var(--navy);color:#dce5ff;font-size:11px}.announcement-bar i{color:var(--yellow);font-size:8px}.announcement-bar a{color:var(--yellow);font-weight:800}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;background:#081337f7;color:#fff;border-bottom:1px solid #20305b}.header-inner{height:82px;display:flex;align-items:center;gap:28px;direction:rtl;flex-wrap:nowrap}.brand{flex:0 0 auto}.main-nav{min-width:0}.header-actions{flex:0 0 auto;white-space:nowrap}.brand-logo{width:110px;height:auto;display:block}.brand{display:flex;align-items:center;gap:7px;font-size:22px;font-weight:900;white-space:nowrap}.brand-mark{display:grid;place-items:center;width:37px;height:37px;border:5px solid #fff;border-right-color:var(--yellow);border-radius:50%;color:#3155ff;font-size:23px;line-height:1}.main-nav{display:flex;gap:22px;flex:1;align-items:center;justify-content:center;white-space:nowrap}.main-nav a{padding:10px 0;color:#c3cde4;font-size:13px}.main-nav a:hover,.main-nav .active{color:#fff;font-weight:800}.header-actions{display:flex;align-items:center;gap:18px;font-size:12px}.search-toggle,.mobile-icon{border:0;background:none;color:#fff;font-size:24px}.cart-link b{display:inline-grid;place-items:center;width:18px;height:18px;background:var(--yellow);color:var(--navy);border-radius:50%;font-size:10px}.search-panel{display:none;background:#0f204d;padding:12px}.search-panel.is-open{display:block}.search-panel form{display:flex;max-width:700px;margin:auto}.search-panel input{flex:1;padding:12px;border:0;border-radius:8px 0 0 8px}.search-panel button{padding:0 20px;border:0;background:var(--yellow);border-radius:0 8px 8px 0}.mobile-icon{display:none}.hero{padding:72px 0 84px;background:var(--navy);color:#fff}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.eyebrow,.kicker{color:var(--blue);font-size:11px;font-weight:900}.hero .eyebrow{color:var(--yellow)}.hero h1{font-size:clamp(50px,6vw,82px);line-height:1.08;letter-spacing:-.07em;margin:20px 0}.hero h1 em{color:var(--yellow);font-style:normal}.hero-copy p{max-width:500px;color:#bdc9e1;font-size:15px;line-height:2}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 20px;border:0;border-radius:11px;font-weight:900;font-size:13px;cursor:pointer}.button-yellow{color:var(--navy);background:var(--yellow)}.button-yellow:hover{background:#ffe477}.text-link{color:#bdc9e1;font-size:12px;font-weight:800}.hero-proof{display:flex;align-items:center;gap:14px;margin-top:42px;font-size:11px}.hero-proof span{color:#91a0c0;font-size:10px}.hero-proof i{color:var(--yellow);font-style:normal;border-right:1px solid #3b4a70;padding-right:14px}.hero-art{position:relative;min-height:500px;overflow:hidden;border-radius:170px 170px 18px 18px;background:#dfe6ee;box-shadow:18px 25px 55px #0004}.hero-art>img{display:block;width:100%;height:100%;min-height:500px;object-fit:cover;mix-blend-mode:multiply}.art-placeholder{display:grid;place-items:center;align-content:center;height:500px;text-align:center;color:var(--navy);font-size:60px;font-weight:900}.art-placeholder small{font-size:12px;font-weight:600}.art-note{position:absolute;padding:11px 14px;border-radius:11px;background:#fffffff2;color:var(--ink);font-size:10px;line-height:1.7;box-shadow:0 12px 30px #07112e44}.art-note.top{top:34px;right:-3px}.art-note.bottom{right:24px;bottom:25px}.shop-section{padding:85px 0;background:#f8fafc}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-heading h1,.section-heading h2{margin:7px 0 0;font-size:34px;letter-spacing:-.05em}.outline-link{color:var(--blue);font-size:12px;font-weight:800}.category-tabs{display:flex;gap:9px;overflow:auto;margin-bottom:25px}.category-tabs a{padding:10px 16px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#718096;font-size:11px;white-space:nowrap}.category-tabs a.selected{background:var(--navy);border-color:var(--navy);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{overflow:hidden;border:1px solid #e7edf5;border-radius:15px;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px #0c17351a}.product-image{position:relative;display:block;height:270px;background:#e9eef4}.product-image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.badge{position:absolute;top:12px;right:12px;z-index:1;padding:5px 8px;border-radius:6px;background:var(--yellow);font-size:9px;font-weight:900}.heart{position:absolute;top:11px;left:11px;z-index:1;background:#fff;padding:5px 8px;border-radius:50%;font-size:17px}.placeholder{display:grid;place-items:center;height:100%;color:var(--blue);font-size:28px;font-weight:900}.product-body{padding:13px 14px 0}.product-body>small{color:var(--blue);font-size:9px}.product-title{display:block;min-height:44px;margin:6px 0 2px;font-size:13px;font-weight:800;line-height:1.7}.sku{display:block;color:#8e9ab0;font-size:9px}.price{display:flex;align-items:baseline;gap:9px;margin-top:8px}.price strong{font-size:15px}.price del{color:#9ca7b7;font-size:10px}.add-button{width:calc(100% - 28px);margin:13px 14px;height:37px;border:1px solid #cfd9ec;border-radius:9px;color:var(--blue);background:#f4f7ff;font-family:inherit;font-size:11px;font-weight:900}.add-button:hover{background:var(--blue);color:#fff}.empty-catalog{grid-column:1/-1;padding:60px;text-align:center;color:var(--muted);background:#fff;border:1px dashed var(--line);border-radius:14px}.empty-catalog a{color:var(--blue);font-weight:800}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-top:70px;padding-bottom:90px}.product-media{background:#e9eef4;border-radius:22px;overflow:hidden}.product-media img{width:100%;height:600px;object-fit:contain;mix-blend-mode:multiply}.product-info{padding-top:35px}.product-info h1{font-size:38px;line-height:1.35}.product-price{font-size:25px;font-weight:900}.product-price del{margin-right:12px;color:#9ca7b7;font-size:13px}.product-description{margin:25px 0;color:#68758d;line-height:2;font-size:13px}.variant-selects{display:grid;gap:14px}.variant-selects label,.product-info>form>label{display:grid;gap:7px;font-size:12px;font-weight:800}.variant-selects select,.quantity{height:43px;border:1px solid var(--line);border-radius:8px;padding:0 10px;background:#fff}.quantity{width:90px}.full{width:100%;margin-top:22px}.cod{color:var(--blue);font-size:11px}.cart-page,.page-content{padding-top:70px;padding-bottom:90px}.cart-list{background:#fff;border:1px solid var(--line);border-radius:15px}.cart-row{display:grid;grid-template-columns:80px 1fr 70px 110px;align-items:center;gap:18px;padding:18px;border-bottom:1px solid var(--line)}.cart-row:last-child{border:0}.cart-row img{width:80px;height:80px;object-fit:cover;border-radius:10px}.cart-row h3{font-size:14px}.cart-row small{color:var(--muted);font-size:9px}.cart-row input{height:36px;width:60px;border:1px solid var(--line);border-radius:7px;padding:5px}.cart-summary{display:flex;justify-content:flex-end;align-items:center;gap:25px;padding:25px;font-size:14px}.cart-summary strong{font-size:22px}.rte{max-width:800px;color:#68758d;line-height:2}.site-footer{padding:60px 0 25px;background:var(--navy);color:#dce6fb}.brand-footer{margin-bottom:12px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:30px;padding-bottom:45px}.site-footer p{color:#94a3c3;font-size:11px;line-height:1.9}.site-footer h4{color:#fff;font-size:12px}.site-footer a:not(.brand):not(.footer-cta){display:block;margin:10px 0;color:#9eaccb;font-size:11px}.footer-cta{display:inline-flex;padding:10px 13px;border-radius:9px;background:var(--yellow);color:var(--navy);font-size:11px;font-weight:900}.footer-bottom{display:flex;justify-content:space-between;padding-top:18px;border-top:1px solid #1f2d50;color:#7c8caf;font-size:9px}@media(max-width:800px){.container{padding:0 18px}.header-inner{height:68px;justify-content:space-between;gap:12px}.header-actions{gap:10px}.brand-logo{width:96px}.mobile-icon{display:block}.main-nav{position:absolute;top:68px;right:12px;left:12px;display:none;flex-direction:column;gap:3px;padding:12px;border:1px solid #263967;border-radius:12px;background:#0e1d47}.main-nav.is-open{display:flex}.main-nav a{padding:10px}.account-link{display:none}.brand{font-size:18px}.brand-mark{width:31px;height:31px}.hero{padding:42px 0 55px}.hero-grid{display:flex;flex-direction:column}.hero h1{font-size:54px}.hero-actions{flex-direction:column;align-items:stretch}.text-link{text-align:center}.hero-proof{margin-top:25px}.hero-art,.hero-art>img{width:100%;min-height:360px;height:360px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-image{height:190px}.product-body{padding:10px}.product-title{font-size:11px}.add-button{width:calc(100% - 20px);margin:10px}.section-heading h1,.section-heading h2{font-size:27px}.product-page{display:flex;flex-direction:column;gap:20px}.product-media img{height:340px}.product-info{padding:0}.product-info h1{font-size:27px}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{gap:10px;flex-direction:column}.cart-row{grid-template-columns:55px 1fr 50px;gap:10px}.cart-row img{width:55px;height:55px}.cart-row strong{grid-column:2/-1}.cart-summary{justify-content:space-between;gap:10px;flex-wrap:wrap}}.offer-box{margin:25px 0;padding:20px;border:1px solid #e7eaf2;border-radius:18px;background:#fbfcff}.offer-heading{display:grid;gap:5px;position:relative}.offer-heading>span{color:var(--blue);font-size:11px;font-weight:900}.offer-heading>strong{font-size:18px}.customer-tabs{position:absolute;left:0;top:0;display:flex;padding:4px;border-radius:12px;background:#eef0f7}.customer-tab{border:0;border-radius:9px;padding:9px 14px;background:transparent;color:#6c7890;font:inherit;font-size:11px}.customer-tab.is-active{background:#3830df;color:#fff;font-weight:800}.offer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.offer-card{position:relative;display:grid;gap:4px;min-height:124px;padding:18px;border:1px solid #dfe3ec;border-radius:16px;background:#fff;text-align:right;color:var(--ink);font-family:inherit;cursor:pointer}.offer-card.is-selected{border:2px solid var(--yellow);background:#fffef3}.offer-card small{font-size:11px}.offer-card b{font-size:25px;color:#3430cc}.offer-card span{font-size:11px;color:#738099}.offer-badge{position:absolute;top:-1px;right:-1px;padding:5px 9px;border-radius:0 15px 0 10px;background:var(--yellow);color:var(--navy);font-weight:900}.offer-note{margin:14px 0 0;color:#8791a5;font-size:10px}.purchase-actions{display:flex;gap:10px;margin-top:18px}.button-outline{background:#fff;color:var(--blue);border:1px solid #cfd8ef}.purchase-actions .button{flex:1}@media(max-width:800px){.customer-tabs{position:static;margin-top:7px;width:max-content}.offer-grid{gap:8px}.offer-card{padding:13px;min-height:112px}.offer-card b{font-size:19px}.purchase-actions{flex-direction:column}}.offer-grid-three{grid-template-columns:repeat(3,1fr)}@media(max-width:800px){.offer-grid-three{grid-template-columns:1fr 1fr}.offer-grid-three .offer-card:last-child{grid-column:1/-1}}.brand-logo{width:142px;max-height:52px;object-fit:contain}.brand{gap:10px}.hero h1{letter-spacing:-.015em;line-height:1.16}.hero-art>img{mix-blend-mode:normal;object-position:38% center}.language-switcher{display:flex;align-items:center;margin-right:2px}.language-switcher select{height:28px;padding:0 5px;border:1px solid #44537a;border-radius:6px;background:#0e1d47;color:#fff;font:700 10px Cairo,Arial,sans-serif}.language-switcher option{color:#07112e;background:#fff}@media(max-width:800px){.brand-logo{width:120px;max-height:44px}.language-switcher select{height:26px}.hero-art>img{object-position:38% center}}.brand-page{overflow:hidden}.brand-hero-vgrpro{background:#08313a;color:#f7faf8;padding:70px 0 86px}.brand-hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:55px;align-items:center}.brand-hero-copy{padding:20px 0}.brand-lockup{display:flex;align-items:center;gap:16px;margin-bottom:34px}.brand-lockup img{width:190px;height:74px;object-fit:contain;object-position:center;background:transparent}.brand-lockup span{border-right:1px solid #5f9b98;padding-right:16px;color:#b9d9d5;font-size:11px}.brand-lockup strong{color:#ffd21f}.brand-eyebrow{display:inline-block;color:#28c5bd;font-size:10px;font-weight:900;letter-spacing:.13em}.brand-hero-vgrpro .brand-eyebrow{color:#ffd21f}.brand-hero-vgrpro h1{max-width:610px;margin:16px 0;font-size:clamp(44px,5vw,74px);line-height:1.08;letter-spacing:-.04em}.brand-hero-vgrpro p{max-width:510px;color:#c8e1df;line-height:2;font-size:14px}.brand-hero-actions{display:flex;align-items:center;gap:22px;margin-top:30px}.brand-button{background:#19a09c;color:#fff;border-radius:999px;padding:0 25px;min-height:50px}.brand-button:hover{background:#2ac9c0;color:#07343b}.brand-link{color:#f7faf8;font-size:12px;font-weight:800}.brand-trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:42px;color:#a6ceca;font-size:10px}.brand-hero-visual{position:relative;min-height:510px;border-radius:28px;overflow:hidden;border:1px solid #277d80;box-shadow:0 25px 70px #001b2244}.brand-hero-visual>img{display:block;width:100%;height:100%;min-height:510px;object-fit:cover}.brand-badge{position:absolute;padding:12px 16px;border-radius:14px;background:#f7faf8;color:#08313a;font-size:10px;line-height:1.6;box-shadow:0 12px 30px #001b2255}.brand-badge b{color:#19a09c}.brand-badge-top{top:22px;right:22px}.brand-badge-bottom{bottom:22px;left:22px}.brand-proof-strip{background:#19a09c;color:#fff}.brand-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding-top:24px;padding-bottom:24px}.brand-proof-grid div{display:grid;gap:3px;border-left:1px solid #ffffff55;padding-left:18px}.brand-proof-grid div:last-child{border-left:0}.brand-proof-grid b{font-size:16px}.brand-proof-grid span{font-size:10px;color:#d5fffb}.brand-products{padding:88px 0;background:#f7faf8}.brand-section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:25px}.brand-section-heading h2{margin:8px 0 5px;font-size:40px;color:#08313a;letter-spacing:-.04em}.brand-section-heading p{margin:0;color:#5e7b7e;font-size:12px}.brand-outline{color:#0b7777;font-size:12px;font-weight:900}.brand-category-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}.brand-category-pills span{padding:9px 14px;border:1px solid #acd6d2;border-radius:999px;color:#0b7777;font-size:10px;background:#fff}.brand-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.brand-product-card{overflow:hidden;border:1px solid #dcebe8;border-radius:18px;background:#fff;transition:.2s}.brand-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 35px #08313a18}.brand-product-image{display:grid;place-items:center;height:245px;background:#edf7f5}.brand-product-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.brand-product-image span{font-size:40px;font-weight:900;color:#19a09c}.brand-product-body{padding:15px}.brand-product-body small{color:#159b96;font-size:9px;font-weight:800}.brand-product-body h3{min-height:44px;margin:8px 0;font-size:13px;line-height:1.7;color:#142a32}.brand-product-body>strong{font-size:17px;color:#08313a}.brand-product-actions{display:flex;gap:7px;margin-top:14px}.brand-product-actions>a,.brand-product-actions button{flex:1;min-height:34px;border:1px solid #b9d9d5;border-radius:8px;background:#fff;color:#0b7777;font-family:inherit;font-size:10px;font-weight:900;text-align:center;cursor:pointer}.brand-product-actions button{background:#19a09c;color:#fff;border-color:#19a09c}.brand-product-actions form{display:flex;flex:1}.brand-product-actions form button{width:100%}.brand-why{padding:90px 0;background:#08313a;color:#f7faf8}.brand-why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.brand-why h2{font-size:48px;line-height:1.2;margin:15px 0}.brand-why h2 em{color:#19a09c;font-style:normal}.brand-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.brand-benefits>div{padding:22px 0;border-top:1px solid #2f6d71}.brand-benefits b{color:#ffd21f;font-size:12px}.brand-benefits h3{font-size:16px;margin:22px 0 8px}.brand-benefits p{color:#b7d3d0;font-size:11px;line-height:1.9;margin:0}.brand-cta{padding:62px 0;background:#19a09c;text-align:center;color:#fff}.brand-cta img{width:210px;height:70px;object-fit:contain}.brand-cta h2{font-size:30px;margin:15px 0 22px}.brand-cta .brand-button{background:#08313a}.brand-cta .brand-button:hover{background:#142a32;color:#fff}@media(max-width:800px){.brand-hero-vgrpro{padding:38px 0 52px}.brand-hero-grid{display:flex;flex-direction:column;gap:25px}.brand-lockup{margin-bottom:24px}.brand-lockup img{width:170px}.brand-hero-vgrpro h1{font-size:47px}.brand-hero-actions{flex-direction:column;align-items:stretch}.brand-link{text-align:center}.brand-hero-visual,.brand-hero-visual>img{min-height:340px;height:340px}.brand-proof-grid{grid-template-columns:1fr 1fr;gap:16px}.brand-proof-grid div{border-left:0;padding-left:0}.brand-section-heading{display:block}.brand-outline{display:inline-block;margin-top:18px}.brand-section-heading h2{font-size:33px}.brand-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.brand-product-image{height:180px}.brand-product-body{padding:11px}.brand-product-body h3{font-size:11px}.brand-product-actions{display:grid}.brand-product-actions form{min-height:34px}.brand-why-grid{display:block}.brand-benefits{grid-template-columns:1fr;gap:0;margin-top:30px}.brand-why h2{font-size:39px}.brand-cta h2{font-size:25px}}.brand-page-vgrpro{background:#f7fbfb;color:#123c3d}.brand-page-vgrpro .brand-hero-vgrpro{background:linear-gradient(135deg,#eefafa,#fff 58%,#dff3f2);border-bottom:1px solid #c9e6e4}.brand-page-vgrpro .brand-hero-copy{color:#123c3d}.brand-page-vgrpro .brand-eyebrow{color:#009e9b;letter-spacing:.08em}.brand-page-vgrpro .brand-hero-copy h1{color:#123c3d}.brand-page-vgrpro .brand-hero-copy h1 strong,.brand-page-vgrpro em{color:#009e9b}.brand-page-vgrpro .brand-button{background:#009e9b;color:#fff;border-color:#009e9b}.brand-page-vgrpro .brand-button:hover{background:#007d7a}.brand-page-vgrpro .brand-link{color:#007d7a}.brand-page-vgrpro .brand-hero-visual{border:1px solid #b9dddb;box-shadow:0 18px 45px #005c5c1f}.brand-page-vgrpro .brand-badge-top{background:#fff;color:#009e9b;border:1px solid #b9dddb}.brand-page-vgrpro .brand-badge-bottom,.brand-page-vgrpro .brand-proof-strip{background:#123c3d;color:#fff}.brand-page-vgrpro .brand-products{background:#fff}.brand-page-vgrpro .brand-product-card{border:1px solid #d7e9e8;box-shadow:0 8px 24px #123c3d12}.brand-page-vgrpro .brand-product-card:hover{border-color:#009e9b;transform:translateY(-3px)}.brand-page-vgrpro .brand-product-image{background:#f4fbfa}.brand-page-vgrpro .brand-category-pills span{border-color:#9ed4d1;color:#007d7a;background:#f7ffff}.brand-page-vgrpro .brand-outline{color:#007d7a;border-color:#75c5c1}.brand-page-vgrpro .brand-why{background:#eefafa}.brand-page-vgrpro .brand-cta{background:#123c3d}.brand-page-vgrpro .brand-cta .brand-button{background:#f4cf32;color:#123c3d;border-color:#f4cf32}
/*# sourceMappingURL=/cdn/shop/t/23/assets/theme.css.map */
