:root{--pink:#ff4f9a;--pink-soft:#ffd8e9;--pink-verysoft:#fff2f8;--blue:#53b8ee;--blue-soft:#d8f1ff;--navy:#173b63;--text:#173b63;--muted:#6c8197;--line:#e4edf4;--bg:#ffffff;--bg-soft:#fbfdff;--success:#22b573;--radius:22px;--shadow:0 16px 40px rgba(19,59,99,.10)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-rounded,"Segoe UI",system-ui,-apple-system,sans-serif;background:linear-gradient(180deg,#fff 0%,#fcfdff 100%);color:var(--text);padding-bottom:86px}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
img{max-width:100%;display:block}
.shell{max-width:1180px;margin:0 auto;padding:0 18px}
.linklike{border:0;background:none;padding:0;color:inherit}
.flash{margin:14px auto;padding:13px 16px;border-radius:16px}
.flash.success{background:#eaf9f1;color:#16704c}
.flash.error{background:#fff0f3;color:#b13f61}
.btn,.btn-cart{display:inline-flex;align-items:center;justify-content:center;border:0;background:linear-gradient(135deg,var(--pink),#ff7aae);color:#fff;border-radius:16px;padding:14px 24px;font-weight:800;box-shadow:0 12px 28px rgba(255,79,154,.24);transition:transform .2s ease,box-shadow .2s ease}
.btn:hover,.btn-cart:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(255,79,154,.30)}
.btn.wide,.btn-cart{width:100%}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d7e4ef;border-radius:14px;padding:12px 18px;font-weight:700}
.btn-outline.small{padding:10px 12px;font-size:13px}
.btn-outline.danger{color:#c0456a}
.section{padding:28px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}
.section-head h1,.section-head h2{margin:0;font-size:22px;color:#113b66}
.section-head p{margin:5px 0 0;color:var(--muted)}
.section-head a{font-weight:800;color:#d9438a}
.breadcrumb{font-size:13px;color:#7a8b9c;margin-bottom:16px}
.breadcrumb a{color:#4d7395}
.card-block,.product-card,.summary-card,.cart-item,.promo-tile,.sidebar-card,.empty-state,.auth-card,.modal-card,.order-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}

/* top */
.site-topbar{background:var(--topbar,#9bddfb)}
.topbar-inner{height:28px;display:flex;align-items:center;justify-content:center;gap:44px;font-size:12px;color:#15577a;font-weight:600}
.site-header{background:#fff}
.header-grid{min-height:100px;display:grid;grid-template-columns:180px 1fr 345px;gap:24px;align-items:center}
.brand img{width:138px;max-height:84px;object-fit:contain;border-radius:22px}
.search-wrap{position:relative}
.search-form{height:52px;border:1px solid #dce8f1;background:#fff;border-radius:28px;display:flex;overflow:hidden;box-shadow:0 8px 22px rgba(19,59,99,.07)}
.search-form input{border:0;outline:0;flex:1;padding:0 18px;background:transparent}
.search-form button{width:60px;border:0;background:linear-gradient(135deg,#ffd0e4,#ffe9f4);color:var(--pink);font-size:26px}
.suggest{position:absolute;top:58px;left:0;right:0;background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden;display:none;z-index:30}
.suggest.show{display:block}
.suggest a{display:flex;gap:10px;padding:10px 12px;align-items:center;border-bottom:1px solid var(--line)}
.suggest img{width:44px;height:44px;object-fit:cover;border-radius:11px;background:#f6f9fb}
.suggest small{margin-left:auto;font-weight:700;color:#4a6d8c}
.header-actions{display:flex;justify-content:flex-end;gap:18px}
.header-actions>a{display:flex;gap:9px;align-items:center;position:relative;font-size:13px}
.header-actions strong{display:block;font-size:14px}
.header-actions small{display:block;color:var(--muted);font-size:12px}
.action-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f4f8fb;border:1px solid #e2ebf2;font-size:18px}
.header-actions b{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--pink);color:#fff;display:grid;place-items:center;font-size:10px}
.site-nav{background:linear-gradient(90deg,#ffe9f2 0%,#eef9ff 52%,#ffeef5 100%);border-top:1px solid #f6e5ed;border-bottom:1px solid #e2edf5}
.nav-shell{display:flex;align-items:center;min-height:52px}
.mobile-menu{display:none}
.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:800;color:#163d66}
.nav-links a,.nav-links button{white-space:nowrap}
.nav-links a.active{padding:11px 18px;border-radius:999px;background:linear-gradient(135deg,var(--pink),#ff7eb1);color:#fff;box-shadow:0 8px 18px rgba(255,79,154,.24)}

/* hero home */
.hero-home{background:linear-gradient(90deg,#d6f0ff 0%,#dff5ff 45%,#ffd8ea 100%);overflow:hidden}
.hero-home-grid{display:grid;grid-template-columns:minmax(360px,500px) 1fr;align-items:stretch;min-height:480px}
.hero-copy-box{padding:48px 0 22px}
.hero-copy-box h1{margin:0 0 18px;font-size:58px;line-height:.95;letter-spacing:-2px;color:#ff4f92;text-shadow:0 3px 0 rgba(255,255,255,.9)}
.hero-copy-box h1 span{color:#148fd4}
.hero-copy-box p{max-width:420px;margin:0 0 22px;font-size:20px;line-height:1.45;color:#26496e}
.hero-btn{border-radius:999px;padding:16px 30px}
.hero-trusts{display:flex;gap:26px;margin-top:34px;flex-wrap:wrap}
.hero-trusts>div{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800;color:#21466a}
.icon-badge{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#fff;box-shadow:0 10px 22px rgba(19,59,99,.08)}
.hero-scene{position:relative;display:flex;align-items:end;justify-content:center;padding:18px 0 12px}
.hero-scene::before,.hero-scene::after{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.45);filter:blur(1px)}
.hero-scene::before{width:130px;height:80px;top:38px;left:40px}
.hero-scene::after{width:170px;height:88px;top:20px;right:50px}
.hero-scene-image{max-width:100%;height:100%;object-fit:contain;object-position:center bottom}
.cloud-logo{position:absolute;right:80px;top:62px;width:300px;max-width:40vw;filter:drop-shadow(0 18px 28px rgba(255,112,171,.18))}
.hero-callout{position:absolute;right:28px;bottom:66px;width:180px;height:180px;background:linear-gradient(135deg,#ffe4ef,#ffd0e4);border-radius:58% 42% 55% 45% / 46% 54% 46% 54%;padding:34px 25px 0;text-align:center;color:#de3f83;font-size:18px;line-height:1.06;font-weight:900;box-shadow:0 12px 30px rgba(255,86,154,.20)}

/* categories */
.section-categories{padding-top:18px}
.category-strip{display:grid;grid-template-columns:repeat(10,1fr);gap:16px}
.category-bubble{text-align:center}
.bubble-thumb{display:grid;place-items:center;aspect-ratio:1;border-radius:50%;padding:10px;background:linear-gradient(135deg,#ebf8ff,#ffe5f1);box-shadow:0 12px 25px rgba(19,59,99,.08);border:1px solid #e3edf4}
.bubble-thumb img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.bubble-thumb-more{font-size:28px;color:#4098c9;font-weight:900}
.bubble-label{display:block;margin-top:10px;font-size:13px;font-weight:800;color:#183d65}

/* products */
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.product-card{position:relative;padding:12px;display:flex;flex-direction:column;height:100%}
.product-image{display:block;height:190px;border-radius:16px;overflow:hidden;background:#f6f9fc}
.product-image img{width:100%;height:100%;object-fit:cover}
.fav-form{position:absolute;top:16px;right:16px}
.fav{width:35px;height:35px;border-radius:50%;border:1px solid #e4ebf2;background:#fff;color:var(--pink);font-size:20px;display:grid;place-items:center;box-shadow:0 10px 18px rgba(19,59,99,.09)}
.product-card h3{margin:12px 0 4px;font-size:14px;line-height:1.3;min-height:36px}
.product-card h3 a{color:#173b63}
.rating{font-size:13px;color:#ffbc35;font-weight:700}
.rating span{color:#8ca0b4;font-weight:600}
.old-price{text-decoration:line-through;color:#92a0ac;font-size:12px;margin-top:6px}
.price,.product-price{font-size:18px;font-weight:900;color:#173b63;margin:6px 0 10px}
.buy-card-form{margin-top:auto;padding-top:10px}
.btn-cart{padding:11px 14px;border-radius:12px;font-size:14px}

.about-card{padding:24px 28px;background:linear-gradient(135deg,#fff7fb,#f4fbff);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);text-align:center}
.about-card h2{margin:0 0 10px;font-size:28px}
.about-card .rich{max-width:860px;margin:0 auto}

/* promo + newsletter */
.promo-row{padding-top:10px}
.promo-row .shell{padding:0}
.promo-row,.promo-row .section{padding-top:0}
.promo-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.promo-tile{display:grid;grid-template-columns:54px 1fr 40px;align-items:center;gap:14px;padding:20px 22px;min-height:104px}
.promo-tile.pink{background:#ffdbe9;color:#da407f}
.promo-tile.blue{background:#d6f0ff;color:#168bca}
.promo-icon{width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.62);display:grid;place-items:center;font-size:24px}
.promo-tile strong{display:block;font-size:18px}
.promo-tile small{display:block;margin-top:4px;font-size:13px}
.promo-tile>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.7);font-size:20px;font-weight:900}
.newsletter-band{position:relative;background:#a7e1fb;margin-top:8px;padding:34px 0}
.newsletter-band::before{content:"";position:absolute;left:0;right:0;top:-18px;height:36px;background:radial-gradient(circle at 20px 0,transparent 20px,#a7e1fb 21px) 0 0/40px 40px}
.newsletter-grid{display:grid;grid-template-columns:1fr 470px;align-items:center;gap:30px}
.newsletter-copy{display:flex;align-items:center;gap:18px}
.newsletter-icon{width:70px;height:70px;border-radius:20px;background:#fff;display:grid;place-items:center;font-size:34px;box-shadow:0 10px 24px rgba(19,59,99,.10)}
.newsletter-copy h2{margin:0 0 4px;font-size:33px}
.newsletter-copy p{margin:0;color:#2a4d71;max-width:470px}
.newsletter-form{display:flex;height:50px}
.newsletter-form input{flex:1;border:0;border-radius:999px 0 0 999px;padding:0 18px;outline:0}
.newsletter-form button{border:0;border-radius:0 999px 999px 0;padding:0 24px;background:linear-gradient(135deg,var(--pink),#ff76ad);color:#fff;font-weight:800}

/* footer */
.site-footer{position:relative;background:linear-gradient(180deg,#fff0f7 0%,#fff6f9 100%);padding:46px 0 18px}
.footer-cloud{position:absolute;left:0;right:0;top:-18px;height:36px;background:radial-gradient(circle at 20px 0,transparent 20px,#fff0f7 21px) 0 0/40px 40px}
.footer-grid{display:grid;grid-template-columns:1.15fr .8fr .8fr .95fr;gap:24px;position:relative;z-index:1}
.footer-logo{width:150px;margin-bottom:10px}
.footer-branding p{margin:0 0 16px;color:#466b8f}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px}
.footer-socials a{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #e3eaf1;font-weight:700;font-size:13px}
.site-footer h4{margin:10px 0 12px;font-size:18px}
.site-footer a,.site-footer p,.footer-linklike{display:block;margin:0 0 10px;color:#3f678c;font-size:14px}
.footer-bottom{margin-top:18px;padding-top:16px;border-top:1px solid #ead8e1;font-size:13px;color:#6f8294;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

/* listing */
.listing-grid{display:grid;grid-template-columns:250px 1fr;gap:22px}
.listing-sidebar{display:grid;gap:16px;align-self:start;position:sticky;top:18px}
.sidebar-card{padding:18px}
.sidebar-card h3{margin:0 0 14px;font-size:18px}
.sidebar-card p{margin:0;color:#67809a;font-size:14px;line-height:1.5}
.sidebar-link{display:block;padding:10px 12px;border-radius:12px;font-weight:700;color:#40678c}
.sidebar-link.active,.sidebar-link:hover{background:#f5f9fc;color:#173b63}
.listing-count{padding:11px 15px;background:#fff;border:1px solid var(--line);border-radius:14px;font-size:13px;color:#64809a}

/* product page */
.product-detail{display:grid;grid-template-columns:520px 1fr;gap:28px;align-items:start}
.gallery{display:grid;grid-template-columns:86px 1fr;gap:16px}
.thumbs{display:grid;gap:10px}
.thumbs button{border:1px solid var(--line);background:#fff;border-radius:14px;padding:6px;box-shadow:0 8px 18px rgba(19,59,99,.06)}
.thumbs img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}
.main-image{background:#fff;border:1px solid var(--line);border-radius:22px;min-height:500px;display:grid;place-items:center;box-shadow:var(--shadow);padding:16px}
.main-image img{max-height:465px;object-fit:contain}
.product-info{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}
.product-info h1{margin:0 0 10px;font-size:34px;line-height:1.05}
.sku,.installments,.pix-price{margin:8px 0;color:#64809a;font-size:14px}
.product-short{color:#456684;line-height:1.55;margin:14px 0 18px}
.buy-form{display:grid;gap:14px;margin-top:16px}
.buy-form label{display:grid;gap:8px;font-weight:700;font-size:14px}
.buy-form select,.buy-form input,.shipping-box input,.checkout-form input,.auth-card input,.newsletter-form input,textarea{height:46px;border:1px solid #d7e3ec;border-radius:14px;padding:0 14px;outline:0;background:#fff}
.shipping-box{margin-top:16px;padding:16px;background:#f8fbfe;border:1px solid #e6eef5;border-radius:18px}
.shipping-box h3{margin:0 0 10px;font-size:18px}
.shipping-box>div{display:flex;gap:10px;flex-wrap:wrap}
.shipping-box button{border:0;border-radius:12px;background:#4aa8db;color:#fff;padding:0 18px;font-weight:800}
.product-mini-benefits{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;color:#4f6f8d;font-size:13px;font-weight:700}
.product-mini-benefits span{background:#f8fbfe;border:1px solid #e7eef5;border-radius:999px;padding:8px 12px}
.product-tabs{margin-top:24px;padding:22px}
.product-tabs h2{margin-top:0}
.rich p{margin:0 0 10px;line-height:1.6;color:#4b6c8a}

/* cart / checkout */
.cart-layout,.checkout-layout,.account-layout{display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:start}
.cart-items{display:grid;gap:14px}
.cart-item{display:grid;grid-template-columns:96px 1fr auto auto;gap:14px;align-items:center;padding:16px}
.cart-item img{width:96px;height:96px;border-radius:16px;object-fit:cover;background:#f4f8fb}
.cart-item h3{margin:0 0 8px;font-size:16px}
.cart-item span{display:block;color:#40698e;font-weight:700}
.inline-form{display:flex;gap:10px;align-items:center}
.inline-form input{width:72px;height:42px;border:1px solid #d8e3ec;border-radius:12px;padding:0 12px}
.summary-card{padding:20px}
.summary-card.sticky{position:sticky;top:18px}
.summary-card h2{margin:0 0 16px;font-size:22px}
.summary-line,.summary-total{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}
.summary-total{font-size:20px;border-bottom:0;padding-top:16px}
.shipping-box.compact{margin:8px 0 12px}
.mini-item{display:grid;grid-template-columns:50px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}
.mini-item img{width:50px;height:50px;border-radius:12px;object-fit:cover}
.mini-item span{display:block;font-size:14px;font-weight:700}
.mini-item small{display:block;color:#7890a5}
.checkout-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-bottom:20px}
.checkout-steps span{padding:11px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);text-align:center;font-size:13px;font-weight:800;color:#64809a}
.checkout-steps .on{background:linear-gradient(135deg,#ffe3ef,#fff4f9);color:#db4182;border-color:#ffd0e3}
.checkout-form{padding:22px}
.checkout-form h2{margin:0 0 14px;font-size:22px}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.checkout-form label,.auth-card label{display:grid;gap:8px;font-size:14px;font-weight:700}
.shipping-option{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}
.shipping-option label{font-weight:700}

/* account + auth */
.account-nav{padding:18px;display:grid;gap:8px}
.account-nav h3{margin:0 0 6px;font-size:22px}
.account-nav a,.account-nav button{display:block;text-align:left;padding:12px 14px;border-radius:14px;font-weight:800;color:#3e688c}
.account-nav a.on,.account-nav a:hover,.account-nav button:hover{background:#f5f9fc;color:#173b63}
.account-track{padding-left:14px!important}
.order-card{display:grid;grid-template-columns:1fr auto auto;gap:16px;align-items:center;padding:18px;margin-bottom:14px}
.order-card strong{display:block;font-size:16px}
.order-card small{display:block;color:#7b8ea0;margin-top:6px}
.status{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#ebf5fb;color:#2870a8;font-weight:800;font-size:12px}
.empty-state{padding:28px;text-align:center}
.auth-page{padding:40px 0 70px}
.auth-card{max-width:460px;margin:0 auto;padding:30px;text-align:center}
.auth-card img{width:135px;margin:0 auto 8px}
.auth-card form{display:grid;gap:14px;text-align:left;margin:20px 0}
.auth-card h1{margin:0;font-size:30px}
.auth-card p{color:#67819a}

/* modal */
.modal{position:fixed;inset:0;background:rgba(20,43,62,.35);display:none;align-items:center;justify-content:center;padding:18px;z-index:60}
.modal.open{display:flex}
.modal-card{width:min(540px,100%);padding:24px;position:relative}
.modal-card h3{margin:0 0 6px;font-size:28px}
.modal-card p{margin:0 0 16px;color:#67809a}
.modal-close{position:absolute;top:14px;right:16px;border:0;background:none;font-size:28px;color:#7a8da0}
.track-form{display:flex;gap:10px}
.track-form input{flex:1;height:46px;border:1px solid #d8e4ee;border-radius:14px;padding:0 14px}
.track-form button{border:0;border-radius:14px;background:linear-gradient(135deg,var(--pink),#ff74ac);color:#fff;padding:0 18px;font-weight:800}
.timeline{margin-top:18px;display:grid;gap:12px}
.timeline-item{padding:12px 14px;border-radius:16px;background:#f8fbfe;border:1px solid #e7eef5}
.timeline-item b{display:block;margin-bottom:4px}
.timeline-item small{display:block;color:#7b8fa2;margin-top:4px}

/* mobile dock */
.mobile-dock{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid #e6edf3;display:none;grid-template-columns:repeat(5,1fr);z-index:40;box-shadow:0 -10px 25px rgba(19,59,99,.08)}
.mobile-dock a{padding:10px 6px 9px;display:grid;gap:4px;justify-items:center;font-size:18px;color:#4a7194}
.mobile-dock a span{font-size:11px;font-weight:700}

/* responsive */
@media(max-width:1080px){.header-grid{grid-template-columns:150px 1fr 300px}.nav-links{gap:18px;font-size:13px}.hero-copy-box h1{font-size:50px}.cloud-logo{width:240px;right:50px}.hero-callout{width:150px;height:150px;font-size:16px;padding-top:26px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-strip{grid-template-columns:repeat(5,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.product-detail{grid-template-columns:1fr}.cart-layout,.checkout-layout,.account-layout{grid-template-columns:1fr}.summary-card.sticky{position:static}.listing-grid{grid-template-columns:1fr}.listing-sidebar{position:static;grid-template-columns:1fr 1fr}}
@media(max-width:820px){body{padding-bottom:74px}.topbar-inner{gap:20px;font-size:10px;justify-content:space-around}.header-grid{grid-template-columns:85px 1fr 70px;gap:10px;min-height:84px}.brand img{width:80px}.search-form{height:42px}.search-form input{font-size:13px}.search-form button{width:44px;font-size:22px}.header-actions{gap:8px}.header-actions>a:first-child,.header-actions>a:nth-child(2){display:none}.action-icon{width:34px;height:34px;font-size:16px}.site-nav{position:relative}.mobile-menu{display:block;border:0;background:none;font-weight:800;color:#173b63;padding:14px 0}.nav-links{display:none;position:absolute;left:18px;right:18px;top:48px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:10px;flex-direction:column;align-items:stretch;z-index:20}.nav-links.open{display:flex}.nav-links a.active{padding:10px 12px}.nav-links a,.nav-links button{padding:10px 12px;text-align:left}.hero-home-grid{grid-template-columns:1fr;min-height:0}.hero-copy-box{padding:32px 0 14px;text-align:center}.hero-copy-box p{margin-left:auto;margin-right:auto;font-size:17px}.hero-copy-box h1{font-size:38px}.hero-trusts{justify-content:center;gap:12px}.hero-scene{min-height:280px;padding-top:10px}.cloud-logo{top:28px;right:50%;transform:translateX(50%);width:210px;max-width:58vw}.hero-callout{right:8px;bottom:18px;width:120px;height:120px;font-size:14px;padding:22px 16px 0}.category-strip{display:flex;overflow:auto;gap:12px;padding-bottom:6px}.category-bubble{min-width:78px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.promo-row{grid-template-columns:1fr}.newsletter-grid{grid-template-columns:1fr;gap:18px}.newsletter-form{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr}.thumbs{order:2;display:flex;overflow:auto}.thumbs button{min-width:76px}.main-image{min-height:350px}.form-grid{grid-template-columns:1fr}.cart-item{grid-template-columns:78px 1fr;gap:12px}.cart-item img{width:78px;height:78px}.cart-item .inline-form{grid-column:2}.checkout-steps{grid-template-columns:1fr 1fr}.product-image{height:170px}.mobile-dock{display:grid}}
@media(max-width:480px){.topbar-inner span:nth-child(2){display:none}.shell{padding:0 14px}.hero-copy-box h1{font-size:34px}.hero-copy-box p{font-size:16px}.newsletter-copy h2{font-size:28px}.newsletter-form{display:grid;height:auto;gap:10px}.newsletter-form input,.newsletter-form button{height:44px;border-radius:999px}.newsletter-form button{padding:0}.footer-grid{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.product-grid{gap:10px}.product-card{padding:10px}.product-image{height:150px}.product-card h3{font-size:13px;min-height:34px}.price,.product-price{font-size:17px}.site-footer{padding-bottom:20px}}

/* ===== Personalização dinâmica v3.7 ===== */
body{padding-bottom:0}
.site-nav{background:var(--menu-bg,#fff0f6);color:var(--menu-text,#173b63);background-position:center;background-size:cover}
.nav-links{color:var(--menu-text,#173b63)}
.nav-links a,.nav-links button{color:inherit;display:inline-flex;align-items:center;gap:7px}
.nav-links a.active{background:var(--menu-active,#ff4f9a);color:#fff}
.menu-item-icon{display:inline-grid;place-items:center;min-width:16px;font-size:14px;line-height:1}
.hero-slider{position:relative;overflow:hidden}
.hero-slide{display:none}
.hero-slide.is-active{display:block;animation:heroFade .35s ease}
@keyframes heroFade{from{opacity:.55;transform:translateX(10px)}to{opacity:1;transform:none}}
.hero-mode-compact{padding:24px 0;background:#fff}
.hero-mode-compact .hero-home-grid{min-height:390px;border-radius:30px;overflow:hidden;background:linear-gradient(90deg,#d6f0ff 0%,#dff5ff 45%,#ffd8ea 100%);box-shadow:0 18px 45px rgba(19,59,99,.12)}
.hero-nav{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:#1d537e;font-size:34px;box-shadow:0 10px 26px rgba(19,59,99,.18)}
.hero-nav.prev{left:24px}.hero-nav.next{right:24px}
.hero-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px;z-index:6}
.hero-dots button{width:9px;height:9px;border:0;border-radius:50%;background:rgba(23,59,99,.25);padding:0}
.hero-dots button.is-active{width:28px;border-radius:99px;background:var(--pink)}
.hero-subtitle p{margin:0}.hero-subtitle{max-width:440px;font-size:20px;line-height:1.45;color:#26496e;margin-bottom:22px}
.category-emoji{font-size:38px;line-height:1}
.home-grid{grid-template-columns:repeat(var(--home-cols,5),minmax(0,1fr))}
.product-carousel-wrap{position:relative;padding:0 42px}
.product-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px 16px}
.product-carousel::-webkit-scrollbar{display:none}.product-carousel .product-card{scroll-snap-align:start}
.carousel-arrow{position:absolute;z-index:4;top:44%;transform:translateY(-50%);width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#245a84;box-shadow:0 10px 24px rgba(19,59,99,.16);font-size:28px}
.carousel-arrow.prev{left:0}.carousel-arrow.next{right:0}
.video-story{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#f4fbff,#fff4f9);box-shadow:var(--shadow)}
.video-story.video-right .video-story-media{order:2}.video-story.video-right .video-story-copy{order:1}
.video-story-media{min-height:360px;background:#12283d}.video-story-media video,.video-story-media iframe{width:100%;height:100%;min-height:360px;border:0;display:block;object-fit:cover}
.video-story-copy{padding:44px;display:flex;flex-direction:column;justify-content:center}.video-story-copy .eyebrow{display:inline-flex;align-self:flex-start;padding:7px 12px;border-radius:999px;background:#ffe0ed;color:#d83e82;font-size:12px;font-weight:800;margin-bottom:14px}.video-story-copy h2{margin:0 0 12px;font-size:34px}.video-story-copy .rich{color:#4b6d8a}
.promo-tile{background:var(--promo-bg,#ffdbe9)!important;color:var(--promo-text,#da407f)!important}
.newsletter-band{background:var(--newsletter-bg,#a7e1fb);color:var(--newsletter-text,#173b63)}
.newsletter-band::before{background:radial-gradient(circle at 20px 0,transparent 20px,var(--newsletter-bg,#a7e1fb) 21px) 0 0/40px 40px}
.newsletter-copy p,.newsletter-copy .rich,.newsletter-copy .rich p{color:var(--newsletter-text,#173b63)}
.newsletter-form button{background:var(--newsletter-button,#ff4f9a)}
.site-footer{background:var(--footer-bg,#fff0f7);color:var(--footer-text,#3f678c);margin-bottom:0;padding-bottom:18px;min-height:0}
.footer-cloud{background:radial-gradient(circle at 20px 0,transparent 20px,var(--footer-bg,#fff0f7) 21px) 0 0/40px 40px}
.site-footer a,.site-footer p,.footer-linklike,.site-footer .footer-rich{color:var(--footer-text,#3f678c)}
.footer-rich a{display:block;margin-bottom:10px}.footer-rich p{margin:0 0 10px}.footer-rich ul{padding-left:18px;margin:0}.footer-rich li{margin:0 0 7px}
.footer-bottom{color:var(--footer-text,#3f678c)}
.category-showcase{padding-top:8px}
@media(max-width:1080px){.home-grid{grid-template-columns:repeat(min(var(--home-cols,4),4),minmax(0,1fr))}.video-story{grid-template-columns:1fr 1fr}.video-story-copy{padding:30px}}
@media(max-width:820px){body{padding-bottom:74px}.menu-item-icon{min-width:20px}.hero-nav{width:38px;height:38px;font-size:26px}.hero-nav.prev{left:8px}.hero-nav.next{right:8px}.hero-mode-compact{padding:12px}.hero-mode-compact .hero-home-grid{border-radius:22px}.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-carousel-wrap{padding:0 30px}.product-carousel{grid-auto-columns:minmax(180px,76vw)}.video-story{grid-template-columns:1fr}.video-story.video-right .video-story-media,.video-story.video-right .video-story-copy{order:initial}.video-story-copy{padding:28px}.video-story-copy h2{font-size:28px}.video-story-media,.video-story-media video,.video-story-media iframe{min-height:260px}}

/* v3.8 — cabeçalho/menu personalizáveis + ícones por imagem */
.menu-item-icon{width:20px;height:20px;display:inline-grid;place-items:center;flex:0 0 20px}
.menu-item-icon img{width:18px;height:18px;object-fit:contain;display:block}
.site-header{background-position:center;background-size:cover;background-repeat:no-repeat}
.site-header .header-grid{position:relative;z-index:1}
.site-nav{background-position:center;background-size:cover;background-repeat:no-repeat}
@media(max-width:820px){.menu-item-icon{width:22px;height:22px;flex-basis:22px}.menu-item-icon img{width:20px;height:20px}}

/* v3.11.2 - Hero em imagem pura */
.hero-banner-slider{position:relative;width:100%;overflow:hidden;background:#fff}
.hero-banner-slide{display:none;width:100%}
.hero-banner-slide.is-active{display:block;animation:heroFade .28s ease}
.hero-banner-frame{position:relative;width:100%;padding:0!important}
.hero-banner-wide .hero-banner-frame{max-width:none;margin:0}
.hero-banner-compact{padding:22px 0;background:#fff}
.hero-banner-compact .hero-banner-frame{max-width:1180px;padding:0 18px!important}
.hero-banner-image{display:block;width:100%;height:auto;object-fit:cover;object-position:center}
.hero-banner-wide .hero-banner-image{width:100%;max-height:560px;min-height:280px;aspect-ratio:1920/520}
.hero-banner-compact .hero-banner-image{border-radius:24px;box-shadow:0 16px 40px rgba(19,59,99,.12);aspect-ratio:1180/360;min-height:260px;max-height:430px}
.hero-banner-cta{position:absolute;right:max(26px,calc((100vw - 1180px)/2 + 26px));bottom:26px;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border-radius:999px;background:linear-gradient(135deg,var(--pink),#ff77ad);color:#fff;font-weight:800;box-shadow:0 12px 28px rgba(255,79,154,.28);z-index:3}
.hero-banner-compact .hero-banner-cta{right:42px;bottom:22px}
.hero-banner-slider .hero-nav{z-index:5}
.hero-banner-slider .hero-dots{z-index:5}
@media(max-width:820px){.hero-banner-wide .hero-banner-image{aspect-ratio:16/7;min-height:220px;max-height:380px}.hero-banner-compact{padding:12px 0}.hero-banner-compact .hero-banner-frame{padding:0 14px!important}.hero-banner-compact .hero-banner-image{aspect-ratio:16/7;min-height:210px;border-radius:18px}.hero-banner-cta,.hero-banner-compact .hero-banner-cta{right:24px;bottom:18px;min-height:40px;padding:0 17px;font-size:13px}}
@media(max-width:480px){.hero-banner-wide .hero-banner-image,.hero-banner-compact .hero-banner-image{aspect-ratio:4/3;min-height:250px}.hero-banner-cta,.hero-banner-compact .hero-banner-cta{right:18px;bottom:14px}}

/* v3.11.3 — navegação, hero, checkout e rastreamento */
.nav-links a.active,.nav-links button.active{padding:11px 18px;border-radius:999px;background:var(--menu-active,#ff4f9a);color:#fff;box-shadow:0 8px 18px rgba(255,79,154,.20)}
.nav-category-wrap{position:relative;display:flex;align-items:center}
.nav-category-trigger{display:inline-flex!important;align-items:center;gap:6px;font-weight:800}
.nav-caret{font-size:12px;opacity:.7;margin-left:2px}
.nav-category-dropdown{position:absolute;top:calc(100% + 12px);left:0;width:230px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 44px rgba(18,52,82,.16);z-index:60;display:none}
.nav-category-dropdown.open{display:grid}
.nav-category-dropdown a{display:block!important;padding:10px 12px!important;border-radius:10px!important;background:transparent!important;color:#254f74!important;box-shadow:none!important;font-size:13px}
.nav-category-dropdown a:hover{background:#f3f8fc!important;color:#173b63!important}
.nav-category-dropdown .nav-category-all{margin-top:4px;border-top:1px solid var(--line);border-radius:0!important;color:var(--pink)!important;font-weight:800}

.hero-banner-wide .hero-banner-frame{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.hero-banner-wide .hero-banner-image{width:100vw;height:clamp(300px,27vw,560px);max-height:none;min-height:0;aspect-ratio:auto;object-fit:cover;object-position:center}
.hero-banner-compact .hero-banner-frame{max-width:1180px;margin:0 auto}

.track-popover{position:fixed;display:none;z-index:100;width:min(430px,calc(100vw - 24px));background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 22px 60px rgba(16,45,70,.24)}
.track-popover.open{display:block}
.track-popover h3{margin:0 34px 5px 0;font-size:20px}
.track-popover p{margin:0 0 12px;color:#667f96;font-size:13px}
.track-popover-close{position:absolute;right:12px;top:10px;width:30px;height:30px;border:0;background:#f5f8fb;border-radius:50%;font-size:20px;color:#67809a}
.track-popover .track-form{display:grid;grid-template-columns:1fr auto;gap:8px}
.track-popover .track-form input{min-width:0}
.track-popover .timeline{max-height:280px;overflow:auto}

.checkout-steps button{padding:11px 10px;border-radius:999px;background:#fff;border:1px solid var(--line);text-align:center;font-size:13px;font-weight:800;color:#64809a;cursor:pointer}
.checkout-steps button.on{background:linear-gradient(135deg,#ffe3ef,#fff4f9);color:#db4182;border-color:#ffd0e3}
.checkout-steps button:disabled{cursor:default;opacity:.75}
.checkout-stage{display:none}
.checkout-stage.is-active{display:block;animation:checkoutStageIn .18s ease}
@keyframes checkoutStageIn{from{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:none}}
.checkout-help{margin:-4px 0 18px;color:#6e8499;font-size:14px}
.checkout-stage-actions{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
.checkout-stage-actions .btn{min-width:150px}
.checkout-shipping-result{margin-top:14px}
.payment-choice{display:flex;align-items:center;gap:14px;padding:17px;border:1px solid #dce8f1;background:#f8fbfe;border-radius:16px}
.payment-choice-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e7f8f0;color:#15935e;font-weight:900}
.payment-choice strong,.payment-choice small{display:block}.payment-choice small{margin-top:4px;color:#6f8498}
.summary-note{display:block;margin-top:12px;color:#6b8095;line-height:1.45}

.about-page-card{max-width:920px;margin:0 auto;padding:42px;background:linear-gradient(135deg,#fff8fb,#f4fbff);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}
.about-page-card .eyebrow{display:inline-flex;padding:7px 12px;border-radius:999px;background:#ffe2ef;color:#d83e82;font-size:12px;font-weight:800}
.about-page-card h1{font-size:38px;margin:14px 0 18px}
.about-page-text{font-size:16px;line-height:1.7}
.about-contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.about-contact-grid>div{padding:16px;border-radius:16px;background:#fff;border:1px solid var(--line)}
.about-contact-grid small,.about-contact-grid strong{display:block}.about-contact-grid small{color:#7b8fa2;margin-bottom:5px}

.order-detail-grid{display:grid;grid-template-columns:360px 1fr;gap:18px}
.order-info-card{background:#fff;border:1px solid var(--admin-line,#dfe8ef);border-radius:16px;padding:16px}
.order-info-card h3{margin:0 0 12px}.order-kv{display:grid;grid-template-columns:125px 1fr;gap:7px 12px;font-size:13px}.order-kv dt{font-weight:800;color:#61798e}.order-kv dd{margin:0}.order-items-admin{display:grid;gap:8px}.order-item-admin{display:grid;grid-template-columns:52px 1fr auto;gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid #edf2f6}.order-item-admin img{width:52px;height:52px;border-radius:10px;object-fit:cover;background:#f4f7fa}.order-status-pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:#edf7ff;color:#2774a9;font-size:12px;font-weight:800}

@media(max-width:820px){
  .nav-category-wrap{display:block}.nav-category-dropdown{position:static;width:100%;box-shadow:none;margin-top:4px;border-radius:12px}.nav-category-dropdown a{padding-left:22px!important}
  .hero-banner-wide .hero-banner-image{height:clamp(230px,52vw,380px)}
  .checkout-steps{display:flex;overflow:auto;gap:8px}.checkout-steps button{min-width:145px;flex:0 0 auto}.checkout-stage-actions{position:sticky;bottom:74px;background:#fff;padding-bottom:4px}
  .about-page-card{padding:26px 20px}.about-page-card h1{font-size:30px}.about-contact-grid{grid-template-columns:1fr}
  .order-detail-grid{grid-template-columns:1fr}
}

/* v3.11.4 — submenu estável, páginas institucionais centralizadas e anti-bot */
.nav-category-dropdown{top:100%!important;margin-top:8px}
.nav-category-wrap:after{content:"";position:absolute;left:0;right:0;top:100%;height:12px;z-index:59}
.page-content-centered{max-width:980px;margin:0 auto;padding:44px 20px 64px!important;text-align:center}
.page-content-centered .breadcrumb{display:flex;justify-content:center;gap:5px;margin-bottom:18px}
.page-content-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:36px 42px}
.page-content-card h1{margin:0 0 22px;font-size:36px;color:#113b66}
.page-content-card .page-rich{max-width:820px;margin:0 auto;text-align:center}
.page-content-card .page-rich ul,.page-content-card .page-rich ol{display:inline-block;text-align:left;margin-left:auto;margin-right:auto}
.bot-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.auth-security{font-size:12px!important;color:#7d92a5!important;margin-top:-6px!important}
@media(max-width:820px){.page-content-centered{padding:28px 14px 46px!important}.page-content-card{padding:24px 18px;border-radius:20px}.page-content-card h1{font-size:30px}.nav-category-dropdown{margin-top:4px!important}.nav-category-wrap:after{display:none}}

/* =========================================================
   v3.11.6 — cabeçalho público ligeiramente maior no desktop
   A barra de navegação/menu permanece com a altura atual.
   ========================================================= */
@media (min-width:821px){
  .site-header .header-grid{
    min-height:116px!important;
    grid-template-columns:195px minmax(360px,1fr) 370px!important;
    gap:28px!important;
  }
  .site-header .brand img{
    width:152px!important;
    max-height:96px!important;
  }
  .site-header .search-form{
    height:56px!important;
    border-radius:30px!important;
    box-shadow:0 9px 26px rgba(19,59,99,.085)!important;
  }
  .site-header .search-form input{
    padding-left:21px!important;
    font-size:14.5px!important;
  }
  .site-header .search-form button{
    width:64px!important;
    font-size:27px!important;
  }
  .site-header .header-actions{
    gap:20px!important;
  }
  .site-header .header-actions>a{
    gap:10px!important;
    font-size:13.5px!important;
  }
  .site-header .header-actions .action-icon{
    width:42px!important;
    height:42px!important;
    font-size:19px!important;
  }
  .site-header .header-actions strong{
    font-size:14.5px!important;
  }
  .site-header .header-actions small{
    font-size:12.5px!important;
  }
}

/* v3.11.7 - ações personalizáveis do cabeçalho */
.header-actions>a.header-action{color:var(--action-text,#173b63)}
.header-actions>a.header-action strong{color:var(--action-text,#173b63)}
.header-actions>a.header-action small{color:var(--action-subtext,#6c8197)}
.header-actions>a.header-action .action-icon{background:var(--action-icon-bg,#f4f8fb)}
.header-actions>a.header-action .action-icon img{width:22px;height:22px;object-fit:contain;display:block}
.header-actions>a.header-action.cart>b{background:var(--badge-bg,#ff4f9a)}

/* v3.11.8 - mantém os botões Adicionar alinhados no rodapé dos cards */
.product-grid>.product-card,.product-carousel>.product-card{align-self:stretch}
.product-carousel{align-items:stretch}

/* v3.11.9 — Liquid Glass no hover dos itens do menu */
@media (hover:hover) and (pointer:fine){
  .nav-links>a,
  .nav-links>button,
  .nav-category-wrap>.nav-category-trigger{
    position:relative;
    isolation:isolate;
    transition:transform .22s ease,color .22s ease,text-shadow .22s ease,filter .22s ease;
  }
  .nav-links>a::before,
  .nav-links>button::before,
  .nav-category-wrap>.nav-category-trigger::before{
    content:"";
    position:absolute;
    inset:-8px -12px;
    border-radius:999px;
    background:
      linear-gradient(135deg,rgba(255,255,255,.68),rgba(255,255,255,.18) 55%,rgba(255,255,255,.40)),
      linear-gradient(90deg,rgba(255,255,255,.12),rgba(255,255,255,.28));
    border:1px solid rgba(255,255,255,.58);
    box-shadow:
      0 8px 22px rgba(18,54,84,.13),
      inset 0 1px 0 rgba(255,255,255,.86),
      inset 0 -1px 0 rgba(255,255,255,.18);
    -webkit-backdrop-filter:blur(14px) saturate(165%);
    backdrop-filter:blur(14px) saturate(165%);
    opacity:0;
    transform:scale(.94) translateY(1px);
    transition:opacity .22s ease,transform .22s ease,box-shadow .22s ease;
    pointer-events:none;
    z-index:-1;
  }
  .nav-links>a:hover::before,
  .nav-links>button:hover::before,
  .nav-category-wrap>.nav-category-trigger:hover::before{
    opacity:1;
    transform:scale(1) translateY(0);
    box-shadow:
      0 10px 26px rgba(18,54,84,.16),
      inset 0 1px 0 rgba(255,255,255,.92),
      inset 0 -1px 0 rgba(255,255,255,.24);
  }
  .nav-links>a:hover,
  .nav-links>button:hover,
  .nav-category-wrap>.nav-category-trigger:hover{
    transform:translateY(-1px);
    text-shadow:0 1px 10px rgba(255,255,255,.55);
  }
  .nav-links>a.active:hover,
  .nav-links>button.active:hover,
  .nav-category-wrap>.nav-category-trigger.active:hover{
    filter:brightness(1.035) saturate(1.04);
  }
  .nav-links>a.active::before,
  .nav-links>button.active::before,
  .nav-category-wrap>.nav-category-trigger.active::before{
    background:linear-gradient(135deg,rgba(255,255,255,.30),rgba(255,255,255,.08));
    border-color:rgba(255,255,255,.45);
  }
}

/* v3.11.14 — bloco de vídeo padrão quadrado 1:1 */
.video-story{grid-template-columns:320px minmax(0,1fr);max-width:840px;margin-left:auto;margin-right:auto;align-items:stretch}
.video-story-media{width:320px;max-width:320px;aspect-ratio:1/1;min-height:0!important;height:320px;background:#12283d;overflow:hidden;align-self:center}
.video-story-media video,.video-story-media iframe{width:320px!important;height:320px!important;min-height:0!important;aspect-ratio:1/1;border:0;display:block;background:#12283d}
.video-story-media video{object-fit:cover}
.video-story-media iframe{object-fit:cover}
.video-story-copy{min-width:0;padding:30px 34px}
.video-story-copy h2{font-size:30px}
@media(max-width:820px){
  .video-story{grid-template-columns:1fr;max-width:390px}
  .video-story-media{width:100%;max-width:100%;height:auto;aspect-ratio:1/1}
  .video-story-media video,.video-story-media iframe{width:100%!important;height:100%!important;aspect-ratio:1/1}
  .video-story-copy{padding:24px}
}

/* =========================================================
   v3.11.16 — box de vídeo premium da home
   ========================================================= */
.video-story{
  max-width:920px!important;
  grid-template-columns:minmax(0,1fr) 320px!important;
  align-items:center!important;
  gap:24px!important;
  padding:22px!important;
  border-radius:30px!important;
  background:linear-gradient(135deg,#f8fcff 0%,#fff6fb 100%)!important;
  box-shadow:0 18px 45px rgba(18,55,86,.08)!important;
}
.video-story.video-right .video-story-media{order:2;justify-self:end!important}
.video-story.video-right .video-story-copy{order:1;padding-right:0!important;padding-left:6px!important}
.video-story.video-left .video-story-media{order:1;justify-self:start!important}
.video-story.video-left .video-story-copy{order:2;padding-left:0!important}
.video-story-media{
  width:320px!important;max-width:320px!important;height:320px!important;min-height:320px!important;
  aspect-ratio:1/1!important;border-radius:24px!important;overflow:hidden!important;
  border:1px solid rgba(16,49,78,.08)!important;background:#10283c!important;
  box-shadow:0 18px 38px rgba(16,45,76,.16)!important;
}
.video-story-media video,.video-story-media iframe{
  width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;
  min-height:0!important;border:0!important;background:#10283c!important;
}
.video-story-copy{padding:18px 6px 18px 8px!important;min-width:0!important}
.video-story-copy .eyebrow{padding:8px 14px!important;margin-bottom:16px!important;box-shadow:0 8px 18px rgba(255,79,154,.12)!important}
.video-story-copy h2{font-size:32px!important;line-height:1.08!important;max-width:420px!important;margin:0 0 14px!important}
.video-story-copy .rich{max-width:440px!important;font-size:16px!important;line-height:1.58!important;color:#4f6f89!important}
@media(max-width:900px){
  .video-story{max-width:420px!important;grid-template-columns:1fr!important;gap:14px!important;padding:16px!important}
  .video-story.video-right .video-story-media,.video-story.video-left .video-story-media{order:1!important;justify-self:center!important}
  .video-story.video-right .video-story-copy,.video-story.video-left .video-story-copy{order:2!important;padding:8px 4px 4px!important}
  .video-story-media{width:100%!important;max-width:320px!important;height:auto!important;min-height:0!important;aspect-ratio:1/1!important}
  .video-story-copy h2{font-size:28px!important}
  .video-story-copy .rich{font-size:15px!important}
}
\nbody,.site-shell,.site-wrapper,.site-page{font-family:var(--store-font,"Poppins",sans-serif)}
