/* Ordely Marketplace Refresh — generated to match the new blue/teal/green brand design. */
:root{
  --om-blue:#0877f6;
  --om-blue-2:#0aa6ff;
  --om-cyan:#08c7de;
  --om-teal:#00c9a7;
  --om-green:#18d480;
  --om-navy:#071334;
  --om-text:#0b1437;
  --om-muted:#64718b;
  --om-soft:#f5fbff;
  --om-line:rgba(11,20,55,.10);
  --om-shadow:0 24px 70px rgba(8,119,246,.12);
  --om-shadow-soft:0 14px 34px rgba(15,31,70,.08);
  --om-radius:28px;
  --om-gradient:linear-gradient(135deg,var(--om-blue) 0%,var(--om-blue-2) 42%,var(--om-teal) 100%);
  --om-gradient-soft:radial-gradient(circle at 76% 25%,rgba(0,201,167,.28),transparent 30%),radial-gradient(circle at 20% 10%,rgba(8,119,246,.18),transparent 33%),linear-gradient(135deg,#f7fdff 0%,#eaf8ff 48%,#edfefa 100%);
}

html{scroll-behavior:smooth;}
body.om-page{background:#fff!important;color:var(--om-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision;}
body.om-page a{text-decoration:none;transition:.18s ease;}
body.om-page img{max-width:100%;}
.om-shell{width:min(100% - 40px,1460px);margin-inline:auto;}
@media(max-width:767px){.om-shell{width:min(100% - 24px,1460px);}}

/* ================= Header ================= */
.om-site-header{position:sticky;top:0;z-index:9000;background:rgba(255,255,255,.88);backdrop-filter:blur(22px);border-bottom:1px solid var(--om-line);box-shadow:0 10px 30px rgba(15,31,70,.04);}
.om-topbar{height:42px;border-bottom:1px solid var(--om-line);font-size:13px;color:#2d3a61;font-weight:700;}
.om-topbar__inner,.om-mainnav__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:18px;}
.om-topbar__left,.om-topbar__right{display:flex;align-items:center;gap:34px;white-space:nowrap;}
.om-topbar span,.om-topbar a{display:inline-flex;align-items:center;gap:8px;color:#2d3a61;}
.om-topbar i{font-size:18px;color:var(--om-blue);font-weight:900;}
.om-mainnav{height:96px;}
.om-brand{display:flex;align-items:center;flex:0 0 auto;}
.om-brand img{display:block;width:178px;height:auto;object-fit:contain;}
.om-nav-pill{height:54px;padding:0 18px;border:1px solid var(--om-line);border-radius:16px;display:flex;align-items:center;gap:10px;color:var(--om-text);font-weight:900;background:#fff;box-shadow:0 8px 20px rgba(15,31,70,.04);}
.om-nav-pill:hover,.om-nav-pill.is-active{border-color:rgba(8,119,246,.42);box-shadow:0 10px 25px rgba(8,119,246,.10);color:var(--om-blue);}
.om-nav-pill i{font-size:20px;}
.om-nav-search{height:58px;flex:1 1 auto;max-width:640px;display:flex;align-items:center;border:1px solid rgba(11,20,55,.15);border-radius:999px;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 12px 28px rgba(15,31,70,.05);padding:5px 6px 5px 22px;}
.om-nav-search input{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;flex:1 1 auto;height:100%;font-weight:700;color:var(--om-text);min-width:80px;}
.om-nav-search input::placeholder{color:#9aa5bb;}
.om-nav-search button{width:48px;height:48px;border:0;border-radius:999px;background:var(--om-gradient);color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px rgba(8,119,246,.25);}
.om-nav-actions{display:flex;align-items:center;gap:16px;flex:0 0 auto;}
.om-nav-action,.om-cart-link{display:flex;align-items:center;gap:10px;color:var(--om-text);font-weight:900;}
.om-nav-action__icon,.om-cart-icon{position:relative;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f2f8ff,#fff);border:1px solid var(--om-line);color:var(--om-blue);font-size:24px;box-shadow:0 10px 22px rgba(15,31,70,.06);}
.om-nav-action small,.om-cart-link small{display:block;color:var(--om-muted);font-weight:700;font-size:12px;line-height:1.1;}
.om-nav-action b,.om-cart-link b{display:block;font-size:14px;line-height:1.1;}
.om-nav-icon{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--om-text);font-size:28px;}
.om-nav-icon:hover{background:#f4f9ff;color:var(--om-blue);}
.om-cart-icon em{position:absolute;top:-8px;right:-8px;min-width:22px;height:22px;border-radius:999px;background:var(--om-gradient);color:#fff;font-style:normal;font-size:12px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 5px 12px rgba(8,119,246,.25);}
@media(max-width:1100px){.om-topbar__left span:nth-child(n+3){display:none}.om-nav-action span:not(.om-nav-action__icon),.om-cart-link>span:not(.om-cart-icon){display:none}.om-brand img{width:150px}.om-mainnav{height:82px}.om-nav-pill span{display:none}}
@media(max-width:767px){.om-topbar{display:none}.om-mainnav{height:auto;padding:12px 0}.om-mainnav__inner{display:grid;grid-template-columns:auto 1fr auto;gap:10px}.om-brand img{width:124px}.om-nav-pill{display:none}.om-nav-search{grid-column:1/-1;order:3;max-width:none;height:50px}.om-nav-actions{gap:5px}.om-nav-action{display:none}.om-nav-icon{display:none}.om-cart-icon{width:40px;height:40px}.om-cart-link small,.om-cart-link b{display:none}}

/* ================= Homepage ================= */
.om-homepage{padding:28px 0 0;}
.om-hero-showcase{position:relative;overflow:hidden;border-radius:36px;background:var(--om-gradient-soft);border:1px solid rgba(8,119,246,.10);box-shadow:var(--om-shadow);padding:68px 62px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);gap:34px;align-items:center;}
.om-hero-showcase:before{content:"";position:absolute;inset:auto -120px -150px auto;width:620px;height:620px;border-radius:50%;background:conic-gradient(from 90deg,rgba(8,119,246,.0),rgba(8,119,246,.30),rgba(0,201,167,.20),rgba(8,119,246,.0));filter:blur(2px);opacity:.8;}
.om-hero-copy{position:relative;z-index:2;}
.om-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:26px;border-radius:999px;padding:10px 16px;background:#fff;color:var(--om-blue);font-weight:900;box-shadow:0 12px 28px rgba(8,119,246,.10);}
.om-hero-title{font-size:clamp(42px,5.6vw,76px);line-height:.98;letter-spacing:-.07em;color:var(--om-navy);font-weight:1000;margin:0 0 22px;max-width:720px;}
.om-gradient-text{background:var(--om-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;}
.om-hero-text{font-size:18px;line-height:1.65;color:#425071;max-width:560px;margin:0 0 28px;font-weight:650;}
.om-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:32px;}
.om-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 26px;border-radius:18px;border:1px solid transparent;font-weight:950;letter-spacing:-.01em;}
.om-btn--brand{background:var(--om-gradient);color:#fff!important;box-shadow:0 16px 30px rgba(8,119,246,.25);}
.om-btn--light{background:#fff;color:var(--om-text)!important;border-color:rgba(11,20,55,.14);box-shadow:0 10px 22px rgba(15,31,70,.06);}
.om-btn--line{background:#fff;color:var(--om-blue)!important;border-color:rgba(8,119,246,.28);}
.om-btn--dark{background:var(--om-gradient);color:#fff!important;border-color:transparent;}
.om-hero-trust{display:flex;gap:26px;align-items:center;flex-wrap:wrap;border-top:1px solid rgba(11,20,55,.10);padding-top:23px;}
.om-hero-trust span{display:flex;align-items:center;gap:10px;font-size:13px;line-height:1.2;color:#27355f;font-weight:850;}
.om-hero-trust i{font-size:24px;color:var(--om-blue);}
.om-hero-art{position:relative;min-height:450px;z-index:2;display:flex;align-items:center;justify-content:center;}
.om-hero-platform{position:absolute;width:min(92%,560px);height:90px;bottom:38px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(8,119,246,.18),rgba(0,201,167,.14) 48%,transparent 70%);box-shadow:0 0 0 3px rgba(255,255,255,.75),0 0 0 14px rgba(8,119,246,.08),0 30px 80px rgba(8,119,246,.25);}
.om-hero-product{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:28px;background:rgba(255,255,255,.55);backdrop-filter:blur(10px);box-shadow:0 28px 70px rgba(15,31,70,.12);}
.om-hero-product img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 24px 22px rgba(15,31,70,.18));}
.om-hero-product--main{width:330px;height:330px;left:26%;top:42px;background:transparent;box-shadow:none;}
.om-hero-product--phone{width:172px;height:286px;right:76px;top:84px;background:transparent;box-shadow:none;}
.om-hero-product--watch{width:138px;height:138px;right:202px;bottom:94px;background:transparent;box-shadow:none;}
.om-float-badge{position:absolute;z-index:5;border:1px solid rgba(255,255,255,.70);border-radius:22px;background:rgba(255,255,255,.64);backdrop-filter:blur(14px);box-shadow:0 20px 42px rgba(15,31,70,.13);padding:16px 18px;display:flex;align-items:center;gap:12px;font-weight:950;color:var(--om-navy);}
.om-float-badge small{display:block;font-size:11px;color:#56627b;font-weight:800;}.om-float-badge i{font-size:26px;color:var(--om-blue);}.om-float-badge--rating{left:55px;top:86px}.om-float-badge--products{right:10px;top:190px}.om-float-badge--discount{left:60px;bottom:105px}
.om-category-strip{position:relative;margin-top:26px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;}
.om-category-tile{min-height:154px;border-radius:22px;border:1px solid var(--om-line);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--om-text);box-shadow:var(--om-shadow-soft);padding:16px;text-align:center;}
.om-category-tile:hover,.om-category-tile.is-active{border-color:rgba(8,119,246,.65);box-shadow:0 18px 44px rgba(8,119,246,.13);transform:translateY(-3px);}
.om-category-tile__img{width:92px;height:72px;display:flex;align-items:center;justify-content:center;}.om-category-tile__img img{width:100%;height:100%;object-fit:contain;}
.om-category-tile strong{font-size:14px;line-height:1.15;font-weight:950;}.om-category-tile small{color:var(--om-muted);font-weight:700;}
.om-section{margin-top:34px;}.om-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;}.om-section-title{font-size:28px;line-height:1.1;margin:0;color:var(--om-text);font-weight:1000;letter-spacing:-.05em;}.om-section-subtitle{margin:7px 0 0;color:var(--om-muted);font-weight:700;}.om-section-link{color:var(--om-blue);font-weight:950;}
.om-featured-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;}
.om-product-card{position:relative;min-height:330px;border:1px solid var(--om-line);border-radius:22px;background:#fff;color:var(--om-text);box-shadow:var(--om-shadow-soft);padding:17px;display:flex;flex-direction:column;overflow:hidden;}
.om-product-card:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(8,119,246,.14);border-color:rgba(8,119,246,.35);}
.om-product-card__badge{position:absolute;top:14px;left:14px;z-index:2;background:#ff4d57;color:#fff;border-radius:9px;padding:5px 8px;font-size:12px;font-weight:950;}.om-product-card__heart{position:absolute;right:14px;top:14px;z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#405075;font-size:22px;box-shadow:0 8px 18px rgba(15,31,70,.09);}
.om-product-card__image{height:154px;margin:8px 0 12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f9fcff,#fff);border-radius:18px;}.om-product-card__image img{max-width:100%;max-height:100%;object-fit:contain;}
.om-product-card__title{font-size:15px;line-height:1.28;min-height:39px;color:var(--om-text);font-weight:950;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}.om-product-card__rating{margin-top:9px;color:#f59e0b;font-size:13px;font-weight:850;}.om-product-card__price{margin-top:8px;font-size:21px;color:var(--om-text);font-weight:1000;}.om-product-card__price del{font-size:13px;color:#98a4ba;margin-left:8px;font-weight:800;}.om-product-card__button{height:38px;border:1px solid rgba(8,119,246,.24);border-radius:14px;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--om-blue);font-weight:950;background:#fff;}.om-product-card:hover .om-product-card__button{background:var(--om-gradient);color:#fff;border-color:transparent;}
.om-browse-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:16px;}.om-browse-card{min-height:154px;border-radius:20px;background:var(--om-gradient-soft);border:1px solid var(--om-line);padding:16px;color:var(--om-text);display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:var(--om-shadow-soft);}.om-browse-card strong{font-weight:1000;line-height:1.15}.om-browse-card small{color:#586783;font-weight:750;margin:3px 0 auto}.om-browse-card img{width:118px;height:80px;object-fit:contain;margin-top:10px;}
.om-promo-grid{display:grid;grid-template-columns:1.35fr .8fr .9fr;gap:22px;}.om-promo{min-height:238px;border-radius:24px;overflow:hidden;border:1px solid var(--om-line);box-shadow:var(--om-shadow-soft);background:var(--om-gradient-soft);padding:28px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--om-text);}.om-promo--deal{background:linear-gradient(135deg,#0877f6,#06b5df 55%,#00c9a7);color:#fff;}.om-promo--deal h3,.om-promo--deal p,.om-promo--deal b{color:#fff}.om-promo__copy h3{font-size:26px;line-height:1.05;margin:0 0 12px;font-weight:1000;letter-spacing:-.04em;}.om-promo__copy p{margin:0 0 18px;color:inherit;font-weight:750;}.om-promo__copy b{display:block;font-size:20px;margin-bottom:10px;}.om-promo__img{max-width:48%;align-self:flex-end;}.om-promo__img img{width:100%;height:180px;object-fit:contain;filter:drop-shadow(0 20px 20px rgba(15,31,70,.14));}.om-countdown{display:flex;gap:8px;margin-bottom:12px}.om-countdown span{border:1px solid rgba(255,255,255,.55);border-radius:12px;padding:8px 10px;text-align:center;font-weight:950;line-height:1.1}.om-countdown small{display:block;font-size:10px;color:rgba(255,255,255,.85)}
@media(max-width:1200px){.om-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.om-category-strip{grid-template-columns:repeat(3,minmax(0,1fr));}.om-browse-grid{grid-template-columns:repeat(4,minmax(0,1fr));}.om-hero-showcase{grid-template-columns:1fr;padding:44px}.om-hero-art{min-height:390px}.om-promo-grid{grid-template-columns:1fr}}
@media(max-width:767px){.om-homepage{padding:16px 0 0}.om-hero-showcase{border-radius:26px;padding:30px 22px}.om-hero-title{font-size:42px}.om-hero-text{font-size:15px}.om-hero-art{min-height:320px}.om-hero-product--main{width:230px;height:230px;left:9%;top:40px}.om-hero-product--phone{width:112px;height:200px;right:34px;top:72px}.om-hero-product--watch{width:90px;height:90px;right:128px;bottom:72px}.om-float-badge{padding:10px 12px;border-radius:15px;font-size:12px}.om-float-badge--rating{left:8px;top:20px}.om-float-badge--products{right:0;top:142px}.om-float-badge--discount{left:20px;bottom:46px}.om-category-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.om-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.om-product-card{min-height:292px;padding:12px}.om-product-card__image{height:118px}.om-browse-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.om-promo{display:block;min-height:0}.om-promo__img{max-width:100%;}.om-promo__img img{height:150px}.om-section-head{align-items:flex-start}.om-section-title{font-size:24px}}

/* ================= Newsletter / Footer ================= */
.om-newsletter{margin:38px 0 0;padding:0 0 0;}.om-newsletter__inner{min-height:86px;border-radius:24px;background:var(--om-gradient);display:flex;align-items:center;gap:22px;padding:18px 24px;box-shadow:0 22px 50px rgba(8,119,246,.18);color:#fff;}.om-newsletter__icon{width:58px;height:58px;border-radius:50%;background:rgba(255,255,255,.22);display:flex;align-items:center;justify-content:center;font-size:31px;flex:0 0 auto;}.om-newsletter__copy{flex:1 1 auto;}.om-newsletter h2{font-size:25px;line-height:1;margin:0 0 4px;color:#fff;font-weight:1000;letter-spacing:-.03em}.om-newsletter p{margin:0;color:rgba(255,255,255,.87);font-weight:700}.om-newsletter__form{display:flex;align-items:center;gap:8px;background:#fff;border-radius:999px;padding:6px;min-width:min(480px,48%);}.om-newsletter__form input{flex:1;border:0!important;outline:0!important;padding:0 16px;height:44px;color:var(--om-text);font-weight:750;}.om-newsletter__form button{height:44px;border:0;border-radius:999px;background:var(--om-gradient);color:#fff;font-weight:950;padding:0 24px;}
.om-site-footer{background:#fff;padding:34px 0 24px;border-top:1px solid var(--om-line);}.om-footer-grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:44px;}.om-footer-brand img{width:154px;height:auto;margin-bottom:18px;}.om-footer-brand p,.om-footer-connect p{color:var(--om-muted);font-weight:700;line-height:1.55;max-width:270px}.om-socials{display:flex;gap:10px;margin-top:16px}.om-socials a{width:34px;height:34px;border-radius:50%;background:#f2f8ff;color:#405075;display:flex;align-items:center;justify-content:center;font-weight:1000}.om-footer-col h3{font-size:15px;margin:0 0 14px;font-weight:1000;color:var(--om-text)}.om-footer-col a{display:block;color:#56627b;font-weight:750;margin:0 0 9px}.om-footer-col a:hover{color:var(--om-blue)}.om-footer-connect form{display:flex;border:1px solid var(--om-line);border-radius:14px;overflow:hidden;height:44px;max-width:260px;background:#fff}.om-footer-connect input{border:0;outline:0;flex:1;padding:0 12px;font-weight:750;min-width:0}.om-footer-connect button{border:0;width:46px;background:var(--om-gradient);color:#fff;font-weight:1000}.om-app-badges{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap}.om-app-badges span,.om-app-badges a{background:#050816;color:#fff;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none;margin:0;display:inline-flex;align-items:center;justify-content:center}.om-app-badges a:hover{background:#0b1430;color:#fff}.om-footer-bottom{display:flex;justify-content:space-between;gap:18px;border-top:1px solid var(--om-line);margin-top:30px;padding-top:18px;color:#7b879d;font-size:13px;font-weight:700}.om-footer-bottom a{color:#6b7790}
@media(max-width:1000px){.om-newsletter__inner{display:grid}.om-newsletter__form{min-width:0;width:100%}.om-footer-grid{grid-template-columns:repeat(2,1fr)}.om-footer-bottom{display:grid;text-align:left}}
@media(max-width:640px){.om-footer-grid{grid-template-columns:1fr}.om-newsletter__inner{border-radius:20px}.om-newsletter h2{font-size:21px}.om-newsletter__form{display:grid;border-radius:18px}.om-newsletter__form button{width:100%}}

/* ================= Category hub ================= */
body.om-categories .main-wrapper{background:#fff!important;}
.om-cats-hero{padding:28px 0 18px;}.om-cats-hero__card{width:min(100% - 40px,1460px);margin:auto;border-radius:32px;background:var(--om-gradient-soft);border:1px solid rgba(8,119,246,.10);box-shadow:var(--om-shadow);padding:44px 48px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;color:var(--om-text)}.om-cats-hero h1{font-size:clamp(38px,5vw,64px);line-height:.98;font-weight:1000;letter-spacing:-.07em;margin:0 0 12px;color:var(--om-text)}.om-cats-hero p{font-size:17px;line-height:1.55;color:#425071;max-width:720px;font-weight:700;margin:0}.om-cats-hero__icon{width:98px;height:98px;border-radius:28px;background:var(--om-gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:50px;box-shadow:0 18px 38px rgba(8,119,246,.22)}
body.om-categories .shop-category-area{padding:0 0 24px!important}.ordely-cats-fluid{width:min(100% - 40px,1460px)!important;margin:auto!important;padding:0!important}.ordely-cats-wrap{background:#fff;border:1px solid var(--om-line);border-radius:26px;box-shadow:var(--om-shadow-soft);overflow:hidden!important;min-height:620px;height:auto!important;display:grid;grid-template-columns:300px 1fr!important}.ordely-cats-left{background:#f7fbff!important;border-right:1px solid var(--om-line);padding:12px!important}.ordely-cats-left a{font-size:14px!important;line-height:1.2!important;color:#43516f!important;font-weight:850!important;padding:13px 14px!important;border-radius:14px!important;border-left:0!important;margin-bottom:4px}.ordely-cats-left a:hover,.ordely-cats-left a.is-active{background:#fff!important;color:var(--om-blue)!important;box-shadow:0 10px 24px rgba(8,119,246,.08)}.ordely-cats-right{padding:26px!important;background:#fff}.ordely-cats-title{font-size:28px!important;line-height:1.1!important;margin:0 0 22px!important;color:var(--om-text)!important;font-weight:1000!important;letter-spacing:-.04em}.ordely-cats-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:20px!important}.ordely-cat-tile{min-height:164px;border:1px solid var(--om-line);border-radius:22px;background:#fff;box-shadow:var(--om-shadow-soft);padding:16px;color:var(--om-text)!important;transition:.18s ease}.ordely-cat-tile:hover{transform:translateY(-3px);border-color:rgba(8,119,246,.35);box-shadow:0 20px 44px rgba(8,119,246,.12)}.ordely-cat-img{width:96px!important;height:86px!important;border-radius:18px!important;clip-path:none!important;background:linear-gradient(180deg,#f5fbff,#fff)!important;box-shadow:none!important}.ordely-cat-img img{object-fit:contain!important}.ordely-cat-label{font-size:14px!important;line-height:1.2!important;color:var(--om-text)!important;font-weight:900!important;max-width:150px!important}.ordely-hot{background:var(--om-gradient)!important;color:#fff!important;box-shadow:0 10px 20px rgba(8,119,246,.20)!important}
@media(max-width:900px){.ordely-cats-wrap{grid-template-columns:120px 1fr!important;min-height:540px}.ordely-cats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.ordely-cats-left{padding:8px!important}.ordely-cats-left a{font-size:11px!important;padding:10px 8px!important}.ordely-cats-right{padding:14px!important}.om-cats-hero__card{width:min(100% - 24px,1460px);padding:28px 22px}.om-cats-hero__icon{display:none}}

/* ================= Product listing/search/subcategory ================= */
body.om-results .product-area,body.om-subcategory .product-area{background:#fff!important}.ordely-page-title{border-radius:30px;background:var(--om-gradient-soft);border:1px solid rgba(8,119,246,.10);box-shadow:var(--om-shadow);padding:34px 38px!important;margin:24px 0 18px!important}.ordely-page-title h1{font-size:clamp(34px,5vw,58px)!important;line-height:.98!important;font-weight:1000!important;letter-spacing:-.07em!important;color:var(--om-text)!important;margin:0 0 10px!important}.ordely-page-title p{font-size:16px!important;color:#425071!important;font-weight:700!important;margin:0!important}.ordely-search-inline{margin:0 0 18px}.ordely-search-box{height:58px;border-radius:999px;border:1px solid var(--om-line);background:#fff;box-shadow:var(--om-shadow-soft);display:flex;align-items:center;padding:6px}.ordely-search-box input{border:0!important;background:transparent!important;outline:0!important;box-shadow:none!important;flex:1;height:100%;padding:0 18px;font-weight:800;color:var(--om-text)}.ordely-search-box button{height:46px;border:0;border-radius:999px;background:var(--om-gradient);color:#fff;font-weight:950;padding:0 24px;box-shadow:0 12px 24px rgba(8,119,246,.20)}.ordely-filterbar-wrap{margin-bottom:18px!important}.ordely-filterbar{display:flex;gap:10px;overflow:auto;padding:2px 0 8px}.fchip{border:1px solid var(--om-line)!important;background:#fff!important;color:#425071!important;border-radius:999px!important;padding:11px 16px!important;font-weight:900!important;box-shadow:0 8px 20px rgba(15,31,70,.04)!important}.fchip.is-strong,.fchip:hover{background:#f5fbff!important;color:var(--om-blue)!important;border-color:rgba(8,119,246,.35)!important}.js-products-grid{row-gap:22px!important}.js-products-grid>[class*=col-]{margin-bottom:0!important}.main-wrapper .product{height:100%;border:1px solid var(--om-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:var(--om-shadow-soft)!important;overflow:hidden!important;transition:.18s ease}.main-wrapper .product:hover{transform:translateY(-4px)!important;border-color:rgba(8,119,246,.35)!important;box-shadow:0 22px 54px rgba(8,119,246,.14)!important}.main-wrapper .product .thumb{position:relative;background:linear-gradient(180deg,#f9fcff,#fff)!important}.main-wrapper .product .thumb a.image{height:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;padding:18px!important}.main-wrapper .product .thumb a.image img{width:100%!important;height:100%!important;object-fit:contain!important}.main-wrapper .product .content{padding:16px!important}.main-wrapper .product .content .title a{font-size:15px!important;line-height:1.3!important;color:var(--om-text)!important;font-weight:950!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.main-wrapper .product .content .price .new,.main-wrapper .product .content .price{font-size:21px!important;color:var(--om-text)!important;font-weight:1000!important}.main-wrapper .product .rating-line{display:block;margin:8px 0;color:#f59e0b!important;font-size:13px!important;font-weight:850}.main-wrapper .product .actions,.main-wrapper .product .pro-actions{display:flex!important}.main-wrapper .product .add-to-cart,.main-wrapper .product .add_cart,.main-wrapper .product button{border-radius:14px!important;background:#fff!important;color:var(--om-blue)!important;border:1px solid rgba(8,119,246,.25)!important;font-weight:950!important}.bottom-loader .spin::before,.bottom-loader .spin::after{box-shadow:0 0 0 2px inset var(--om-blue)!important}.ordely-sheet .sheet{border-top-left-radius:26px!important;border-top-right-radius:26px!important}.adv-left .gitem.is-active{border-left-color:var(--om-blue)!important;color:var(--om-blue)!important}.opt.is-selected{border-color:var(--om-blue)!important;color:var(--om-blue)!important;box-shadow:0 0 0 1px var(--om-blue) inset!important}.btn-apply{background:var(--om-gradient)!important;color:#fff!important}

/* ================= Product detail ================= */
body.om-product .product-details-area{padding-top:26px!important;background:#fff!important}.ordely-card{border:1px solid var(--om-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--om-shadow-soft)!important;overflow:hidden}.ordely-card-pad{padding:26px!important}.ordely-imgbox{background:var(--om-gradient-soft)!important;border-radius:26px!important}.ordely-imgbox img{filter:drop-shadow(0 28px 28px rgba(15,31,70,.16))}.ordely-thumbbox{border:1px solid var(--om-line)!important;border-radius:18px!important;background:#fff!important}.product-details-content h2{font-size:clamp(26px,3.5vw,44px)!important;line-height:1.06!important;letter-spacing:-.05em!important;color:var(--om-text)!important;font-weight:1000!important;margin-bottom:14px!important}.pricing-meta .new-price{font-size:34px!important;color:var(--om-blue)!important;font-weight:1000!important;letter-spacing:-.04em}.pro-details-rating-wrap{display:flex!important;align-items:center!important;gap:10px!important;color:#64718b!important;font-weight:800}.rating-product i,.pro-details-rating-wrap i{color:#f59e0b!important}.om-pdp-promise{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0!important}.om-pdp-promise__item{border:1px solid var(--om-line)!important;background:#f8fcff!important;border-radius:18px!important;padding:13px!important}.om-pdp-promise__item b{font-size:13px!important;color:var(--om-text)!important;font-weight:1000!important}.om-pdp-promise__item span{font-size:12px!important;color:var(--om-muted)!important;font-weight:750!important;line-height:1.35}.om-pdp-actions{display:grid!important;grid-template-columns:150px minmax(0,1fr) minmax(0,.65fr)!important;gap:12px!important;margin:18px 0!important}.ordely-qty{height:54px!important;border:1px solid var(--om-line)!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important}.ordely-qty__btn{height:100%!important;background:#f7fbff!important;color:var(--om-blue)!important;font-weight:1000!important}.ordely-qty__input{height:100%!important;border:0!important;font-weight:1000!important;color:var(--om-text)!important}.add_cart,.ordely-buybar__btn{background:var(--om-gradient)!important;color:#fff!important;border:0!important;border-radius:16px!important;box-shadow:0 16px 30px rgba(8,119,246,.22)!important;font-weight:1000!important}.om-pdp-secure{border:1px solid rgba(0,201,167,.22)!important;background:linear-gradient(180deg,#f0fffb,#fff)!important;color:#425071!important;border-radius:18px!important;padding:13px 15px!important;font-weight:800!important}.ordely-variant-item{border-radius:16px!important;border-color:var(--om-line)!important}.ordely-variant-item.is-active{border-color:var(--om-blue)!important;box-shadow:0 0 0 2px rgba(8,119,246,.16)!important}.description-review-wrapper{border:1px solid var(--om-line)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--om-shadow-soft)!important;padding:20px!important;margin-top:20px!important}.description-review-topbar{border-bottom:1px solid var(--om-line)!important}.description-review-topbar button{font-weight:950!important;color:#4a5875!important}.description-review-topbar button.active{color:var(--om-blue)!important;border-bottom-color:var(--om-blue)!important}.ordely-buybar{border-top:1px solid var(--om-line)!important;box-shadow:0 -16px 42px rgba(15,31,70,.10)!important}.ordely-buybar__inner{max-width:980px!important}.search-overlay__submit{background:var(--om-gradient)!important}@media(max-width:767px){.om-pdp-actions{grid-template-columns:1fr!important}.om-pdp-promise{grid-template-columns:1fr!important}}

/* ================= Cart ================= */
body.om-cart{background:#fff!important}body.om-cart .main-wrapper{background:#fff!important}.cart-page-scroll{background:#fff!important}.om-cart-hero{width:100%;margin:26px 0 20px;border-radius:30px;background:var(--om-gradient-soft);border:1px solid rgba(8,119,246,.10);box-shadow:var(--om-shadow);padding:34px 38px!important;display:flex;align-items:center;justify-content:space-between;gap:24px}.om-kicker{display:inline-flex;margin-bottom:10px;color:var(--om-blue);font-weight:1000}.om-cart-hero h1{font-size:clamp(34px,5vw,58px)!important;line-height:.98!important;font-weight:1000!important;letter-spacing:-.07em!important;color:var(--om-text)!important;margin:0 0 12px!important}.om-cart-hero p{font-size:16px!important;line-height:1.55!important;color:#425071!important;max-width:720px;font-weight:700;margin:0!important}.om-cart-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.om-cart-hero__actions a,.om-cart-hero__actions button{height:50px;border-radius:16px;padding:0 20px;font-weight:950;border:1px solid rgba(8,119,246,.25);background:#fff;color:var(--om-blue);display:flex;align-items:center;justify-content:center}.om-cart-hero__actions button{background:var(--om-gradient);color:#fff;border:0;box-shadow:0 14px 28px rgba(8,119,246,.20)}.om-cart-desktop-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:26px;align-items:start}.om-cart-list-card,.om-order-summary-card{background:#fff;border:1px solid var(--om-line);border-radius:26px;box-shadow:var(--om-shadow-soft);padding:16px}.cart-page-title{font-size:24px!important;font-weight:1000!important;letter-spacing:-.04em!important;color:var(--om-text)!important;margin:0 0 14px!important}.table-content{border:0!important;box-shadow:none!important;padding:0!important}.cart-table-content table{border-collapse:separate!important;border-spacing:0 12px!important}.cart-table-content thead th{border:0!important;color:#66718a!important;font-size:12px!important;text-transform:uppercase;letter-spacing:.04em}.cart-table-content tbody tr{background:#fff!important;box-shadow:0 10px 24px rgba(15,31,70,.06)!important;border-radius:18px!important}.cart-table-content tbody td{border-top:1px solid var(--om-line)!important;border-bottom:1px solid var(--om-line)!important;vertical-align:middle!important}.cart-table-content tbody td:first-child{border-left:1px solid var(--om-line)!important;border-radius:18px 0 0 18px!important}.cart-table-content tbody td:last-child{border-right:1px solid var(--om-line)!important;border-radius:0 18px 18px 0!important}.om-order-summary-card h2{font-size:26px;line-height:1;font-weight:1000;letter-spacing:-.04em;margin:0 0 22px;color:var(--om-text)}.om-summary-line{display:flex;justify-content:space-between;gap:16px;padding:10px 0;color:#4e5d7a;font-weight:800}.om-summary-line b{color:var(--om-text)}.om-summary-total{border-top:1px solid var(--om-line);margin-top:10px;padding-top:18px;display:flex;justify-content:space-between;align-items:baseline;font-weight:1000;color:var(--om-text)}.om-summary-total strong{font-size:30px;color:var(--om-blue);letter-spacing:-.05em}.om-summary-note{margin:18px 0;border-radius:18px;background:#f0fbff;color:#315170;font-weight:800;padding:14px 16px}.om-summary-promo{display:flex;gap:10px;margin:18px 0}.om-summary-promo input{height:48px;border:1px solid var(--om-line);border-radius:14px;padding:0 14px;min-width:0;flex:1}.om-summary-promo button,.om-summary-checkout{height:50px;border:0;border-radius:16px;font-weight:1000}.om-summary-promo button{background:#fff;color:var(--om-blue);border:1px solid rgba(8,119,246,.30);padding:0 18px}.om-summary-checkout{width:100%;background:var(--om-gradient);color:#fff;box-shadow:0 16px 30px rgba(8,119,246,.22);display:flex;align-items:center;justify-content:center;gap:10px}.om-payments{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.om-payments span{border:1px solid var(--om-line);border-radius:9px;padding:6px 9px;font-size:12px;font-weight:1000;color:#425071;background:#fff}.checkout-bottom-inner{border-radius:24px!important;border:1px solid var(--om-line)!important;box-shadow:0 -10px 34px rgba(15,31,70,.12)!important}.btn-checkout-bottom{background:var(--om-gradient)!important;color:#fff!important;box-shadow:0 14px 28px rgba(8,119,246,.20)!important}.amz-item{border-radius:22px!important;border:1px solid var(--om-line)!important;box-shadow:var(--om-shadow-soft)!important}.amz-stepper{border-color:var(--om-blue)!important}@media(max-width:991px){.om-cart-desktop-grid{display:block}.om-order-summary-card{display:none}.om-cart-list-card{padding:0;border:0;box-shadow:none}.om-cart-hero{display:block;padding:24px!important}.om-cart-hero__actions{margin-top:16px}.om-cart-hero h1{font-size:36px!important}}

/* ================= Checkout ================= */
body.om-checkout{background:#fff!important}.om-checkout-top{border-radius:30px!important;background:var(--om-gradient-soft)!important;border:1px solid rgba(8,119,246,.10)!important;box-shadow:var(--om-shadow)!important;color:var(--om-text)!important;padding:34px 38px!important;margin:24px 0 24px!important}.om-checkout-top h1{font-size:clamp(34px,5vw,58px)!important;line-height:.98!important;font-weight:1000!important;letter-spacing:-.07em!important;color:var(--om-text)!important;margin:0 0 12px!important}.om-checkout-top p{font-size:16px!important;color:#425071!important;font-weight:700!important;margin:0!important}.om-checkout-progress,.om-progress{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}.om-checkout-progress__step,.om-progress__step{height:56px;border-radius:18px!important;background:#fff!important;border:1px solid var(--om-line)!important;color:#43516f!important;box-shadow:0 10px 24px rgba(15,31,70,.05);display:flex!important;align-items:center!important;gap:10px!important;padding:0 14px!important;font-weight:950!important}.om-checkout-progress__step.is-active,.om-progress__step.is-active{border-color:rgba(8,119,246,.40)!important;color:var(--om-blue)!important}.om-checkout-progress__num,.om-progress__num{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--om-gradient)!important;color:#fff!important;font-weight:1000!important;flex:0 0 auto}.checkout-area{background:#fff!important}.billing-info-wrap,.your-order-area{background:#fff!important;border:1px solid var(--om-line)!important;border-radius:26px!important;box-shadow:var(--om-shadow-soft)!important;padding:26px!important}.billing-info-wrap h3,.your-order-area h3{font-size:28px!important;line-height:1.1!important;font-weight:1000!important;letter-spacing:-.05em!important;color:var(--om-text)!important;margin-bottom:22px!important}.billing-info label,body.om-checkout label{font-size:13px!important;color:#425071!important;font-weight:900!important}.billing-info input,.billing-info textarea,body.om-checkout input,body.om-checkout textarea,body.om-checkout select{border:1px solid var(--om-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 8px 20px rgba(15,31,70,.04)!important;color:var(--om-text)!important;font-weight:800!important;min-height:48px}.dp-wrap,.pay-wrap,.your-order-wrap{border:1px solid var(--om-line)!important;border-radius:22px!important;background:#fbfdff!important;box-shadow:0 10px 24px rgba(15,31,70,.05)!important}.dp-title i{color:var(--om-blue)!important}.dp-select-btn,.dp-pill{border-radius:16px!important;border-color:var(--om-line)!important}.pay-option{border:1px solid var(--om-line)!important;border-radius:18px!important;background:#fff!important}.pay-option.active{border-color:rgba(8,119,246,.55)!important;box-shadow:0 0 0 3px rgba(8,119,246,.12)!important;background:#f5fbff!important}.your-order-area{position:sticky;top:160px}.your-order-total ul li,.your-order-total span{font-size:24px!important;color:var(--om-blue)!important;font-weight:1000!important}.Place-order .add_session_order_cart{height:54px!important;border-radius:16px!important;background:var(--om-gradient)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:17px!important;font-weight:1000!important;box-shadow:0 16px 30px rgba(8,119,246,.22)!important}.checkout-area .row{align-items:start}.loading::before,.loading::after{box-shadow:0 0 0 3px inset #fff!important}@media(max-width:991px){.om-checkout-progress,.om-progress{grid-template-columns:1fr 1fr}.your-order-area{position:static}.billing-info-wrap,.your-order-area{padding:18px!important}.om-checkout-top{padding:24px!important}.om-checkout-top h1{font-size:36px!important}}
.main-wrapper .product .thumb{position:relative!important;}
.main-wrapper .product .om-discount{position:absolute;top:10px;left:10px;z-index:3;background:var(--om-danger);color:#fff;font-size:12px;font-weight:1000;border-radius:8px;padding:5px 8px;}
.main-wrapper .product .om-heart{position:absolute;top:10px;right:10px;z-index:3;width:31px;height:31px;border:0;border-radius:50%;background:#fff;color:#47536b;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(7,21,51,.08);}
.om-mobile-bottom{position:fixed;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:9200;display:none;grid-template-columns:repeat(5,1fr);gap:4px;background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border:1px solid var(--om-line);border-radius:24px;box-shadow:0 18px 45px rgba(15,31,70,.16);padding:8px}.om-mobile-bottom__item{height:54px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6c7890;font-size:11px;font-weight:900;gap:2px}.om-mobile-bottom__item i{font-size:22px}.om-mobile-bottom__item.is-active{background:var(--om-gradient);color:#fff}@media(max-width:767px){.om-mobile-bottom{display:grid}body.om-page{padding-bottom:86px}}

/* ===== Compatibility for Ordely helper class names used in the v5 PHP patch ===== */
.om-site-header .om-shell{padding:0!important;}
.om-mainnav{height:92px;background:rgba(255,255,255,.92);} 
.om-mainnav__inner{width:min(1280px,calc(100% - 32px));height:100%;margin:0 auto;display:grid!important;grid-template-columns:168px 154px minmax(220px,1fr) auto;gap:22px;align-items:center;}
.om-topbar__inner{justify-content:space-between;}
.om-topbar__left,.om-topbar__right{display:flex;align-items:center;gap:26px;white-space:nowrap;}
.om-topbar__right a{font-size:13px;font-weight:800;color:#314467;}
.om-brand img{width:150px;max-height:58px;object-fit:contain;}
.om-nav-pill{height:48px;border:1px solid var(--om-line);border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:1000;color:var(--om-text);box-shadow:0 8px 22px rgba(11,45,92,.045);} 
.om-nav-pill.is-active,.om-nav-pill:hover{border-color:rgba(4,120,255,.48);box-shadow:0 0 0 4px rgba(4,120,255,.08),0 8px 22px rgba(11,45,92,.045);}
.om-nav-search{height:52px;border:1px solid var(--om-line-strong);border-radius:999px;background:#fff;display:grid;grid-template-columns:1fr 46px;align-items:center;padding:4px 5px 4px 22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 14px 34px rgba(11,45,92,.06);} 
.om-nav-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:var(--om-text);font-size:14px;font-weight:750;}
.om-nav-search input::placeholder{color:#91a3bd;}.om-nav-search button{width:44px;height:44px;border:0;border-radius:50%;background:var(--om-gradient);color:#fff;font-size:18px;box-shadow:0 12px 25px rgba(4,120,255,.22);}
.om-nav-actions{display:flex;align-items:center;gap:14px;}.om-nav-action,.om-cart-link{min-height:50px;display:flex;align-items:center;gap:10px;color:var(--om-text);}.om-nav-action b,.om-cart-link b{display:block;font-size:13px;line-height:1;font-weight:1000;}.om-nav-action small,.om-cart-link small{display:block;font-size:11px;line-height:1.2;color:var(--om-muted);font-style:normal;margin-top:3px;font-weight:700;}
.om-nav-action__icon,.om-nav-icon,.om-cart-icon{width:43px;height:43px;border-radius:50%;border:1px solid var(--om-line);background:#f8fbff;display:flex;align-items:center;justify-content:center;color:#2d548b;font-size:21px;position:relative;}.om-nav-icon{background:#fff;}.om-cart-icon em{position:absolute;right:-5px;top:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--om-gradient);color:#fff;border:2px solid #fff;font-size:11px;font-style:normal;display:flex;align-items:center;justify-content:center;line-height:1;}

.om-homepage{position:relative;}.om-homepage>.om-shell{width:min(1280px,calc(100% - 32px));padding:22px 0 42px!important;}
.om-hero-showcase{position:relative;min-height:515px;border:1px solid rgba(199,221,239,.84);border-radius:34px;background:var(--om-hero-gradient);box-shadow:var(--om-shadow);overflow:hidden;display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);align-items:center;padding:56px 52px;margin-bottom:22px;}
.om-hero-showcase:before{content:"";position:absolute;inset:auto -8% -36% 47%;height:92%;background:radial-gradient(ellipse at center,rgba(255,255,255,.92) 0 20%,rgba(2,184,222,.18) 21% 22%,rgba(4,120,255,.12) 30% 31%,transparent 55%);pointer-events:none;}
.om-hero-copy{position:relative;z-index:2;max-width:590px;}.om-hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid rgba(4,120,255,.18);color:var(--om-blue);border-radius:999px;padding:9px 14px;font-size:13px;font-weight:1000;box-shadow:0 12px 30px rgba(4,120,255,.09);margin-bottom:28px;}
.om-hero-title{font-size:clamp(38px,5.7vw,68px);line-height:.98;margin:0 0 20px!important;font-weight:1000;letter-spacing:-.07em;color:#071433;}.om-hero-text{font-size:17px;line-height:1.65;color:#415373;font-weight:700;margin:0 0 28px;max-width:520px;}.om-btn--brand{background:var(--om-gradient)!important;color:#fff!important;}.om-hero-trust{border-top:1px solid rgba(88,137,180,.18);padding-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:560px;}.om-hero-trust div{display:flex;align-items:center;gap:10px;color:#1c2f50;font-weight:850;font-size:13px;line-height:1.25;}.om-hero-trust i{width:32px;height:32px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--om-blue);background:#fff;box-shadow:0 10px 24px rgba(4,120,255,.09);}
.om-hero-art{position:relative;z-index:1;min-height:430px;display:flex;align-items:center;justify-content:center;}.om-hero-art:before{content:"";position:absolute;width:min(90%,520px);aspect-ratio:1;border-radius:50%;border:3px solid rgba(255,255,255,.9);box-shadow:0 0 0 14px rgba(255,255,255,.18),0 0 80px rgba(4,120,255,.16);}.om-hero-platform{position:absolute;bottom:32px;width:min(74%,520px);height:86px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(255,255,255,.96),rgba(0,184,222,.20) 52%,rgba(4,120,255,.18) 66%,transparent 72%);box-shadow:0 0 0 9px rgba(0,200,215,.14),0 28px 60px rgba(4,120,255,.13);}.om-hero-product{position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;}.om-hero-product img{object-fit:contain;filter:drop-shadow(0 32px 42px rgba(11,45,92,.18));}.om-hero-product--main{width:42%;max-height:330px;left:22%;bottom:96px;}.om-hero-product--phone{width:25%;right:15%;bottom:115px;z-index:4;}.om-hero-product--watch{width:18%;right:35%;bottom:90px;z-index:5;}.om-float-badge{position:absolute;z-index:6;border:1px solid rgba(255,255,255,.75);background:rgba(255,255,255,.72);backdrop-filter:blur(16px);border-radius:22px;padding:16px 18px;box-shadow:0 18px 45px rgba(4,120,255,.13);font-weight:950;color:#071433;display:flex;align-items:center;gap:10px;}.om-float-badge i{color:var(--om-blue);font-size:22px}.om-float-badge small{display:block;color:var(--om-muted);font-weight:800;font-size:11px;margin-top:2px;}.om-float-badge--rating{left:6%;top:18%;}.om-float-badge--rating i{color:#ffb703}.om-float-badge--products{right:2%;top:42%;}.om-float-badge--discount{left:0;bottom:20%;color:var(--om-blue);}
.om-category-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;margin:22px 0 24px;}.om-category-tile{min-height:136px;border:1px solid var(--om-line);background:#fff;border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px;box-shadow:var(--om-shadow-soft);text-align:center;transition:.18s ease;}.om-category-tile:hover,.om-category-tile.is-active{border-color:var(--om-blue);box-shadow:0 0 0 3px rgba(4,120,255,.12),var(--om-shadow-soft);transform:translateY(-2px);}.om-category-tile__img{height:66px;width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:10px;}.om-category-tile__img img{height:100%;width:100%;object-fit:contain;}.om-category-tile strong{font-size:14px;font-weight:1000;color:var(--om-text);line-height:1.1}.om-category-tile span:last-child{font-size:12px;color:var(--om-muted);font-weight:700;margin-top:4px;}
.om-featured-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px;}.om-product-card{display:flex;flex-direction:column;position:relative;background:#fff;border:1px solid var(--om-line);border-radius:22px;box-shadow:var(--om-shadow-soft);overflow:hidden;transition:.18s ease;padding:0!important;color:var(--om-text)!important;}.om-product-card:hover{transform:translateY(-3px);box-shadow:var(--om-shadow);border-color:#c7e2f5;}.om-product-card__image{height:190px;display:flex;align-items:center;justify-content:center;padding:26px;background:linear-gradient(180deg,#fff,#f8fcff);}.om-product-card__image img{width:100%;height:100%;object-fit:contain;transition:.2s ease;}.om-product-card:hover .om-product-card__image img{transform:scale(1.04);}.om-product-card__badge{position:absolute;left:14px;top:14px;background:var(--om-red);color:#fff;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:1000;z-index:2;}.om-product-card__heart{position:absolute;right:12px;top:12px;width:34px;height:34px;border:1px solid var(--om-line);background:#fff;color:#375071;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;}.om-product-card__title{font-size:14px;line-height:1.25;min-height:38px;margin:0 16px 10px;font-weight:1000;letter-spacing:-.02em;color:var(--om-text);}.om-product-card__rating{font-size:12px;color:#536681;font-weight:800;margin:0 16px 8px}.om-product-card__rating i{color:var(--om-orange);}.om-product-card__price{display:flex;align-items:baseline;gap:9px;margin:0 16px 12px;font-size:19px;font-weight:1000;color:var(--om-text);}.om-product-card__price del{font-size:12px;color:#9aa9bd;font-weight:800}.om-product-card__button{height:38px;border:1px solid #cbdff1;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--om-blue);font-weight:1000;font-size:13px;background:#fff;margin:0 16px 16px;}.om-product-card:hover .om-product-card__button{background:var(--om-gradient);color:#fff;border-color:transparent;}
.om-promo-grid{display:grid;grid-template-columns:1.35fr .78fr .9fr;gap:20px;}.om-promo__copy{position:relative;z-index:2}.om-promo__img{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex:1}.om-promo__img img{max-width:100%;max-height:180px;object-fit:contain;filter:drop-shadow(0 22px 30px rgba(11,45,92,.13));}.om-promo h3{font-size:24px;font-weight:1000;letter-spacing:-.04em;line-height:1.05;margin:0 0 14px}.om-promo p{color:var(--om-muted);font-weight:750;margin:0 0 16px}.om-promo--deal p,.om-promo--deal h3{color:#fff!important;}
.om-newsletter__inner{display:grid;grid-template-columns:58px 1fr minmax(280px,430px);gap:20px;align-items:center;padding:0!important}.om-footer-grid{border:1px solid var(--om-line);border-radius:26px;background:#fff;box-shadow:var(--om-shadow-soft);padding:30px!important;display:grid;grid-template-columns:1.35fr repeat(3,.82fr) 1.15fr;gap:26px}.om-site-footer .om-footer-bottom{padding:16px 10px!important}.om-mobile-bottom{display:none;}
@media (max-width:1199px){.om-mainnav__inner{grid-template-columns:150px 138px minmax(180px,1fr) auto;gap:14px}.om-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.om-promo-grid{grid-template-columns:1fr}.om-footer-grid{grid-template-columns:repeat(3,1fr)}.om-footer-brand,.om-footer-connect{grid-column:span 3}.om-hero-showcase{grid-template-columns:1fr}.om-hero-art{min-height:330px}.om-hero-product--main{width:34%;left:30%}.om-hero-product--phone{width:22%;right:26%}.om-hero-product--watch{width:18%;right:43%}}
@media (max-width:991px){.om-mainnav{height:auto}.om-mainnav__inner{width:min(100% - 32px,1280px);padding:14px 0!important;grid-template-columns:132px 1fr auto;grid-template-areas:"brand search cart" "cat cat cat";gap:10px}.om-brand{grid-area:brand}.om-brand img{width:125px}.om-nav-pill{grid-area:cat;height:44px}.om-nav-search{grid-area:search;height:46px;padding-left:14px}.om-nav-search button{width:38px;height:38px}.om-nav-actions{grid-area:cart}.om-nav-action,.om-nav-icon{display:none}.om-cart-link span:last-child{display:none}.om-hero-showcase{padding:34px 24px;min-height:auto}.om-hero-trust{grid-template-columns:1fr}.om-category-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.om-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.om-newsletter__inner{grid-template-columns:1fr}.om-footer-grid{grid-template-columns:1fr}.om-footer-brand,.om-footer-connect{grid-column:auto}}
@media (max-width:575px){.om-mainnav__inner{width:min(100% - 20px,1280px);grid-template-columns:112px 1fr 44px}.om-brand img{width:108px}.om-nav-search input{font-size:12px}.om-homepage>.om-shell{width:min(100% - 20px,1280px)!important}.om-hero-showcase{border-radius:24px;padding:28px 18px}.om-hero-title{font-size:38px}.om-hero-text{font-size:14px}.om-hero-art{min-height:260px}.om-float-badge{display:none}.om-category-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.om-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.om-product-card__image{height:150px;padding:16px}.om-product-card__title{font-size:12px}.om-product-card__price{font-size:16px}.om-footer-grid{padding:22px!important}.om-newsletter__inner{display:block}.om-mobile-bottom{display:flex;}}
.om-btn--primary{background:var(--om-gradient)!important;color:#fff!important;box-shadow:0 16px 30px rgba(8,119,246,.24)!important;border-color:transparent!important}.om-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--om-blue);font-weight:1000;text-transform:none;letter-spacing:0}.om-cats-hero{width:min(100% - 40px,1460px);margin:28px auto 18px;padding:0!important;display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.05fr);gap:24px}.om-cats-hero__intro,.om-cats-hero__banner,.om-results-head__title,.om-results-head__banner{border-radius:32px;background:var(--om-gradient-soft);border:1px solid rgba(8,119,246,.10);box-shadow:var(--om-shadow);padding:38px;position:relative;overflow:hidden}.om-cats-hero__intro h1,.om-results-head__title h1{font-size:clamp(38px,5vw,64px);line-height:.98;font-weight:1000;letter-spacing:-.07em;color:var(--om-text);margin:8px 0 12px}.om-cats-hero__intro p,.om-cats-hero__banner p,.om-results-head__title p,.om-results-head__banner p{font-size:16px;line-height:1.55;color:#425071;font-weight:750;margin:0}.om-cats-hero__meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.om-cats-hero__meta span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(8,119,246,.14);background:#fff;border-radius:999px;padding:10px 13px;color:#425071;font-weight:900}.om-cats-hero__meta i{color:var(--om-blue)}.om-cats-hero__banner,.om-results-head__banner{display:grid;grid-template-columns:1fr 240px;gap:20px;align-items:center}.om-cats-hero__banner h2,.om-results-head__banner h2{font-size:clamp(30px,4vw,50px);line-height:1.02;font-weight:1000;letter-spacing:-.06em;color:var(--om-text);margin:0 0 10px}.om-cats-hero__banner img,.om-results-head__banner img{width:100%;height:220px;object-fit:contain;grid-row:1/4;grid-column:2}.om-cats-hero__banner .om-btn,.om-results-head__banner .om-btn{width:max-content;margin-top:18px}.om-results-head{width:min(100% - 40px,1460px);margin:28px auto 18px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(420px,1.05fr);gap:24px}@media(max-width:992px){.om-cats-hero,.om-results-head{grid-template-columns:1fr;width:min(100% - 24px,1460px)}.om-cats-hero__banner,.om-results-head__banner{grid-template-columns:1fr}.om-cats-hero__banner img,.om-results-head__banner img{grid-column:auto;grid-row:auto;height:170px}.om-results-head + .product-area .ordely-page-title{display:none}}@media(min-width:993px){.om-results-head + .product-area .ordely-page-title{display:none}}
.om-category-tile small{font-size:12px;color:var(--om-muted);font-weight:800;margin-top:4px;}
.om-browse-card small{font-size:11px;color:var(--om-muted);font-weight:800;margin:3px 0 10px;}
.om-promo--deal b{display:block;color:#fff;font-size:20px;font-weight:1000;margin:0 0 14px}.om-promo--deal del{opacity:.72;font-size:14px;margin-left:8px}.om-promo a:not(.om-btn){display:inline-flex;align-items:center;gap:8px;color:var(--om-blue)!important;font-weight:1000;}
.main-wrapper .product .om-card-btn{height:40px;margin-top:12px;border:1px solid rgba(8,119,246,.25);border-radius:14px;background:#fff;color:var(--om-blue)!important;display:flex!important;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:950;}
.main-wrapper .product .om-card-btn:hover{background:var(--om-gradient);color:#fff!important;border-color:transparent;}
@media(max-width:767px){.om-mobile-bottom{display:grid!important;}body.om-page{padding-bottom:86px!important;}}
.ordely-bottom-nav{display:none!important;}

/* ================= Ordely home v6 — generated screenshot design ================= */
:root{--om-red:#ff4d57;--om-orange:#f59e0b;--om-home-max:1500px;}
body.om-home-v6{background:#fff!important;}
body.om-home-v6 .om-shell{width:min(100% - 42px,var(--om-home-max));}
body.om-home-v6 .om-site-header{background:rgba(255,255,255,.96);box-shadow:0 12px 34px rgba(11,20,55,.045);}
body.om-home-v6 .om-topbar{height:42px;font-size:13px;}
body.om-home-v6 .om-mainnav{height:104px;}
body.om-home-v6 .om-mainnav__inner{gap:26px;}
body.om-home-v6 .om-brand img{width:172px;}
body.om-home-v6 .om-nav-pill{height:54px;border-radius:16px;padding:0 18px;}
body.om-home-v6 .om-nav-search{height:58px;max-width:640px;box-shadow:0 16px 36px rgba(9,29,68,.055), inset 0 1px 0 rgba(255,255,255,.9);}
body.om-home-v6 .om-homepage{padding:28px 0 0;}
body.om-home-v6 .om-hero-showcase--generated{min-height:630px;border-radius:34px;padding:74px 66px;background:radial-gradient(circle at 70% 18%,rgba(8,119,246,.22) 0,rgba(8,119,246,0) 31%),radial-gradient(circle at 88% 72%,rgba(0,201,167,.25) 0,rgba(0,201,167,0) 36%),linear-gradient(132deg,#fbfeff 0%,#eef9ff 48%,#e8fff8 100%);grid-template-columns:minmax(0,.84fr) minmax(480px,1.05fr);box-shadow:0 28px 88px rgba(6,102,206,.14);border:1px solid rgba(8,119,246,.12);}
body.om-home-v6 .om-hero-showcase--generated:before{inset:-120px -100px auto auto;width:650px;height:650px;background:conic-gradient(from 120deg,rgba(8,119,246,0),rgba(8,119,246,.20),rgba(0,201,167,.30),rgba(8,119,246,0));filter:blur(1px);}
body.om-home-v6 .om-hero-showcase--generated:after{content:"";position:absolute;right:62px;top:55px;width:430px;height:430px;border:4px solid rgba(255,255,255,.72);border-radius:50%;box-shadow:0 0 0 1px rgba(8,119,246,.11),0 0 54px rgba(8,119,246,.18);opacity:.95;}
body.om-home-v6 .om-hero-title{font-size:clamp(48px,5.3vw,78px);line-height:.98;max-width:720px;letter-spacing:-.075em;margin-bottom:24px;}
body.om-home-v6 .om-hero-eyebrow{background:rgba(255,255,255,.76);border:1px solid rgba(8,119,246,.12);box-shadow:0 14px 34px rgba(8,119,246,.11);margin-bottom:28px;color:var(--om-blue);}
body.om-home-v6 .om-hero-text{font-size:18px;max-width:560px;color:#41506e;}
body.om-home-v6 .om-btn{height:54px;border-radius:18px;}
body.om-home-v6 .om-btn--brand{background:var(--om-gradient);box-shadow:0 18px 36px rgba(7,123,246,.25);}
body.om-home-v6 .om-hero-trust{margin-top:4px;max-width:560px;gap:24px;}
body.om-home-v6 .om-hero-art--generated{min-height:470px;position:relative;z-index:2;}
body.om-home-v6 .om-hero-orbit{position:absolute;inset:auto;pointer-events:none;border-radius:50%;z-index:1;}
body.om-home-v6 .om-hero-orbit--one{right:34px;top:30px;width:420px;height:420px;border:2px solid rgba(255,255,255,.85);box-shadow:0 0 0 1px rgba(8,119,246,.12),0 0 45px rgba(8,119,246,.14);}
body.om-home-v6 .om-hero-orbit--two{right:0;bottom:20px;width:560px;height:150px;border:4px solid rgba(255,255,255,.82);transform:rotate(-3deg);box-shadow:0 0 0 2px rgba(8,119,246,.12),0 0 26px rgba(0,201,167,.14);}
body.om-home-v6 .om-hero-platform{z-index:1;width:min(90%,560px);height:110px;right:24px;bottom:28px;background:radial-gradient(ellipse at center,rgba(8,119,246,.22),rgba(0,201,167,.22) 42%,rgba(255,255,255,.35) 56%,transparent 72%);box-shadow:0 0 0 5px rgba(255,255,255,.85),0 0 0 14px rgba(8,119,246,.075),0 26px 74px rgba(8,119,246,.20);}
body.om-home-v6 .om-hero-device{position:absolute;z-index:3;margin:0;overflow:hidden;border-radius:30px;background:rgba(255,255,255,.64);box-shadow:0 34px 84px rgba(10,35,88,.16);border:1px solid rgba(255,255,255,.75);}
body.om-home-v6 .om-hero-device img{width:100%;height:100%;object-fit:cover;display:block;filter:drop-shadow(0 22px 20px rgba(15,31,70,.12));}
body.om-home-v6 .om-hero-device--headphones{width:345px;height:345px;right:226px;top:66px;transform:rotate(-1deg);border-radius:42px;}
body.om-home-v6 .om-hero-device--watch{width:178px;height:178px;right:122px;bottom:118px;transform:rotate(4deg);}
body.om-home-v6 .om-hero-device--tablet{width:182px;height:252px;right:30px;top:110px;transform:rotate(3deg);}
body.om-home-v6 .om-float-badge{z-index:5;background:rgba(255,255,255,.64);border:1px solid rgba(255,255,255,.82);box-shadow:0 22px 50px rgba(7,45,104,.14);}
body.om-home-v6 .om-float-badge--rating{left:62px;top:100px;}
body.om-home-v6 .om-float-badge--products{right:6px;top:230px;}
body.om-home-v6 .om-float-badge--discount{left:88px;bottom:96px;}
body.om-home-v6 .om-float-badge--rating i{color:#ffbb38;}
body.om-home-v6 .om-category-strip{margin-top:26px;margin-bottom:24px;position:relative;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;}
body.om-home-v6 .om-category-tile{min-height:165px;border-radius:22px;padding:18px;background:rgba(255,255,255,.96);}
body.om-home-v6 .om-category-tile__img{height:82px;width:100%;margin-bottom:8px;}
body.om-home-v6 .om-category-tile__img img{height:100%;width:100%;object-fit:contain;border-radius:14px;}
body.om-home-v6 .om-category-next{position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#fff;color:var(--om-blue);display:flex;align-items:center;justify-content:center;box-shadow:0 16px 36px rgba(15,31,70,.14);border:1px solid var(--om-line);font-size:25px;z-index:10;}
body.om-home-v6 .om-section{margin-top:26px;}
body.om-home-v6 .om-section-head{margin-bottom:16px;}
body.om-home-v6 .om-section-title{font-size:30px;}
body.om-home-v6 .om-section-link{font-size:14px;color:var(--om-blue);}
body.om-home-v6 .om-featured-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;}
body.om-home-v6 .om-product-card{border-radius:22px;min-height:355px;box-shadow:0 14px 34px rgba(9,29,68,.075);}
body.om-home-v6 .om-product-card__image{height:196px;background:linear-gradient(180deg,#fff,#f7fcff);padding:16px;}
body.om-home-v6 .om-product-card__image img{object-fit:cover;border-radius:16px;}
body.om-home-v6 .om-product-card__badge{background:#ff4d57;}
body.om-home-v6 .om-product-card__rating i{color:#f59e0b;}
body.om-home-v6 .om-browse-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:17px;}
body.om-home-v6 .om-browse-card{min-height:168px;background:linear-gradient(145deg,#f2fbff 0%,#eaf8ff 50%,#eefefa 100%);}
body.om-home-v6 .om-browse-card:nth-child(2n){background:linear-gradient(145deg,#fff7fb 0%,#f0f6ff 50%,#eafdf7 100%);} 
body.om-home-v6 .om-browse-card:nth-child(3n){background:linear-gradient(145deg,#fff8eb 0%,#f5fbff 50%,#ebfff7 100%);} 
body.om-home-v6 .om-browse-card img{height:88px;width:120px;object-fit:cover;border-radius:15px;margin-top:10px;}
body.om-home-v6 .om-promo-grid--generated{grid-template-columns:1.35fr .78fr .9fr;gap:22px;margin-bottom:30px;}
body.om-home-v6 .om-promo{min-height:242px;border-radius:25px;padding:30px;}
body.om-home-v6 .om-promo--deal{background:radial-gradient(circle at 80% 20%,rgba(0,201,167,.34),transparent 34%),linear-gradient(135deg,#044dc8 0%,#0877f6 44%,#06b5df 100%);}
body.om-home-v6 .om-promo--smart{background:linear-gradient(135deg,#efffff 0%,#eaf8ff 54%,#f9fffd 100%);}
body.om-home-v6 .om-promo--style{background:linear-gradient(135deg,#f4fbff 0%,#eefbff 52%,#f3fffb 100%);}
body.om-home-v6 .om-promo__copy h3{font-size:28px;}
body.om-home-v6 .om-promo__img img{height:185px;max-height:185px;border-radius:18px;object-fit:cover;}
body.om-home-v6 .om-promo--deal .om-promo__img img{object-fit:cover;border-radius:20px;box-shadow:0 20px 42px rgba(1,16,42,.20);}
body.om-home-v6 .om-newsletter{margin-top:0;}
body.om-home-v6 .om-newsletter__inner{border-radius:24px;background:var(--om-gradient);min-height:86px;padding:0 34px!important;}
body.om-home-v6 .om-newsletter__form input{height:52px;}
body.om-home-v6 .om-newsletter__form button{height:44px;background:var(--om-gradient);}
body.om-home-v6 .om-footer-grid{margin-top:24px;border:0;box-shadow:none;border-radius:0;padding:24px 28px!important;}
body.om-home-v6 .om-footer-brand img{width:150px;}
@media(max-width:1280px){body.om-home-v6 .om-hero-showcase--generated{grid-template-columns:1fr;min-height:auto;}body.om-home-v6 .om-hero-art--generated{min-height:420px;}body.om-home-v6 .om-hero-device--headphones{left:calc(50% - 245px);right:auto;}body.om-home-v6 .om-hero-device--watch{left:calc(50% + 75px);right:auto;}body.om-home-v6 .om-hero-device--tablet{right:calc(50% - 430px);}body.om-home-v6 .om-featured-grid{grid-template-columns:repeat(3,minmax(0,1fr));}body.om-home-v6 .om-browse-grid{grid-template-columns:repeat(4,minmax(0,1fr));}body.om-home-v6 .om-promo-grid--generated{grid-template-columns:1fr;}}
@media(max-width:991px){body.om-home-v6 .om-mainnav{height:auto;}body.om-home-v6 .om-hero-showcase--generated{padding:42px 28px;border-radius:28px;}body.om-home-v6 .om-category-strip{grid-template-columns:repeat(3,minmax(0,1fr));}body.om-home-v6 .om-category-next{display:none;}body.om-home-v6 .om-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));}body.om-home-v6 .om-hero-art--generated{min-height:350px;}body.om-home-v6 .om-hero-device--headphones{width:260px;height:260px;left:8%;top:50px;}body.om-home-v6 .om-hero-device--watch{width:138px;height:138px;left:auto;right:12%;bottom:90px;}body.om-home-v6 .om-hero-device--tablet{width:132px;height:190px;right:10%;top:70px;}body.om-home-v6 .om-float-badge--products{display:none;}}
@media(max-width:575px){body.om-home-v6 .om-shell{width:min(100% - 22px,var(--om-home-max));}body.om-home-v6 .om-hero-title{font-size:40px;}body.om-home-v6 .om-hero-showcase--generated{padding:30px 18px;}body.om-home-v6 .om-hero-trust{gap:12px;}body.om-home-v6 .om-hero-art--generated{min-height:260px;}body.om-home-v6 .om-hero-device--headphones{width:190px;height:190px;left:2%;}body.om-home-v6 .om-hero-device--watch{width:110px;height:110px;right:3%;bottom:64px;}body.om-home-v6 .om-hero-device--tablet{width:96px;height:140px;right:2%;top:64px;}body.om-home-v6 .om-float-badge{display:none!important;}body.om-home-v6 .om-category-strip{grid-template-columns:repeat(2,minmax(0,1fr));}body.om-home-v6 .om-category-tile{min-height:145px;}body.om-home-v6 .om-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}body.om-home-v6 .om-product-card__image{height:142px;padding:10px;}body.om-home-v6 .om-browse-grid{grid-template-columns:repeat(2,minmax(0,1fr));}body.om-home-v6 .om-promo{display:block;}body.om-home-v6 .om-promo__img{max-width:100%;margin-top:18px;}body.om-home-v6 .om-newsletter__inner{padding:22px!important;}}

/* Ordely global cart badge sync v32 */
.om-cart-link[data-ordely-cart],
.om-cart-link,
.om-cart-header-cart,
.om-checkout-header-cart,
.om-pdp-cart,
.om-map-header-cart,
.ot-cart{position:relative;text-decoration:none!important;}
.om-cart-link em[data-ordely-cart-count],
.om-cart-icon em[data-ordely-cart-count],
.om-cart-header-cart__icon em,
.om-checkout-header-cart__icon em,
.om-pdp-cart__icon em,
.om-map-header-cart__icon em,
.ot-cart__icon em,
.ot-cart__badge{position:absolute;right:-5px;top:-7px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:linear-gradient(135deg,#0877f6,#14c8c0,#20d97b);color:#fff;border:2px solid #fff;font-size:11px;font-style:normal;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 8px 18px rgba(8,119,246,.28);}
.om-mobile-bottom__item{position:relative;}
.om-mobile-bottom__badge{position:absolute;top:4px;left:50%;transform:translateX(8px);min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:linear-gradient(135deg,#0877f6,#14c8c0,#20d97b);color:#fff;border:2px solid #fff;font-size:10px;font-style:normal;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 8px 18px rgba(8,119,246,.24);}

/* Ordely v34 cart-render rescue: never let a cart sync state hide the page. */
html[data-ordely-cart-count],
html[data-ordely-cart-total],
body[data-ordely-cart-count],
body[data-ordely-cart-total]{display:block!important;visibility:visible!important;opacity:1!important;}
body.om-page,
body.om-page .main-wrapper,
body.om-page .om-site-header,
body.om-page .om-homepage,
body.om-page .om-site-footer{visibility:visible!important;opacity:1!important;}

/* Ordely v44: polished email fields for newsletter and footer forms. */
.om-newsletter,
.om-site-footer,
.om-newsletter *,
.om-site-footer * {
    box-sizing: border-box;
}

.om-newsletter .om-newsletter__inner,
body.om-home-v6 .om-newsletter .om-newsletter__inner {
    display: grid !important;
    grid-template-columns: 58px minmax(0, 1fr) minmax(360px, 430px) !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 16px 24px !important;
    min-height: 88px !important;
    overflow: hidden !important;
}

.om-newsletter .om-newsletter__copy {
    min-width: 0 !important;
}

.om-newsletter .om-newsletter__copy h2,
.om-newsletter .om-newsletter__copy p {
    overflow-wrap: anywhere;
}

.om-newsletter .om-newsletter__form,
body.om-home-v6 .om-newsletter .om-newsletter__form {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 430px !important;
    height: 58px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px !important;
    margin: 0 0 0 auto !important;
    background: #fff !important;
    border: 1px solid rgba(255,255,255,.75) !important;
    border-radius: 999px !important;
    box-shadow: 0 18px 38px rgba(3, 32, 97, .10), inset 0 0 0 1px rgba(8,119,246,.05) !important;
    overflow: hidden !important;
}

.om-newsletter .om-newsletter__form input,
body.om-home-v6 .om-newsletter .om-newsletter__form input {
    width: 100% !important;
    min-width: 0 !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    color: var(--om-text, #06133b) !important;
    font-size: 14px !important;
    line-height: 46px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
}

.om-newsletter .om-newsletter__form input::placeholder,
.om-footer-connect form input::placeholder {
    color: #7f8ba3 !important;
    opacity: 1 !important;
    font-weight: 800 !important;
}

.om-newsletter .om-newsletter__form button,
body.om-home-v6 .om-newsletter .om-newsletter__form button {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 128px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    letter-spacing: -.01em !important;
    background: var(--om-gradient, linear-gradient(135deg, #0b7cff, #02c8b8)) !important;
    box-shadow: 0 12px 24px rgba(8,119,246,.20) !important;
}

.om-newsletter .om-newsletter__form button:hover,
.om-footer-connect form button:hover {
    filter: brightness(1.03);
    transform: translateY(-1px);
}

.om-footer-connect form {
    width: min(100%, 292px) !important;
    max-width: 292px !important;
    min-width: 0 !important;
    height: 48px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 52px !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 12px 0 0 !important;
    border: 1px solid var(--om-line, #dde8f5) !important;
    border-radius: 16px !important;
    background: #fff !important;
    overflow: hidden !important;
    box-shadow: 0 10px 26px rgba(16, 42, 83, .06) !important;
}

.om-footer-connect form input {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    outline: 0 !important;
    background: #fff !important;
    color: var(--om-text, #06133b) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 48px !important;
    box-shadow: none !important;
}

.om-footer-connect form button {
    width: 52px !important;
    min-width: 52px !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 1000 !important;
    background: var(--om-gradient, linear-gradient(135deg, #0b7cff, #02c8b8)) !important;
    border-radius: 0 !important;
}

@media (max-width: 1199px) {
    .om-newsletter .om-newsletter__inner,
    body.om-home-v6 .om-newsletter .om-newsletter__inner {
        grid-template-columns: 58px minmax(0, 1fr) minmax(320px, 390px) !important;
    }
}

@media (max-width: 991px) {
    .om-newsletter .om-newsletter__inner,
    body.om-home-v6 .om-newsletter .om-newsletter__inner {
        grid-template-columns: 58px minmax(0, 1fr) !important;
        padding: 22px !important;
    }
    .om-newsletter .om-newsletter__form,
    body.om-home-v6 .om-newsletter .om-newsletter__form {
        grid-column: 1 / -1 !important;
        max-width: none !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 575px) {
    .om-newsletter .om-newsletter__inner,
    body.om-home-v6 .om-newsletter .om-newsletter__inner {
        grid-template-columns: 1fr !important;
        border-radius: 22px !important;
        gap: 14px !important;
        padding: 20px !important;
    }
    .om-newsletter .om-newsletter__icon {
        width: 50px !important;
        height: 50px !important;
    }
    .om-newsletter .om-newsletter__form,
    body.om-home-v6 .om-newsletter .om-newsletter__form {
        height: auto !important;
        grid-template-columns: 1fr !important;
        border-radius: 20px !important;
        padding: 8px !important;
    }
    .om-newsletter .om-newsletter__form button,
    body.om-home-v6 .om-newsletter .om-newsletter__form button {
        width: 100% !important;
    }
    .om-footer-connect form {
        max-width: none !important;
        width: 100% !important;
    }
}

/* Ordely v47: restore original polished Bestsellers section design on home page. */
body.om-home-v6 .om-bestsellers {
    margin-top: 32px !important;
}
body.om-home-v6 .om-bestsellers__main-head {
    align-items: flex-end !important;
    margin-bottom: 18px !important;
}
body.om-home-v6 .om-section-kicker {
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 14px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(8,119,246,.10), rgba(20,200,192,.13)) !important;
    color: #0877f6 !important;
    font-weight: 950 !important;
    font-size: 12px !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
}
body.om-home-v6 .om-bestseller-block {
    margin-top: 22px !important;
    padding: 22px !important;
    border: 1px solid rgba(189,209,238,.82) !important;
    border-radius: 28px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,252,255,.94)) !important;
    box-shadow: 0 22px 55px rgba(12,36,84,.08) !important;
    overflow: hidden !important;
}
body.om-home-v6 .om-bestseller-block__head {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 22px !important;
    margin-bottom: 18px !important;
}
body.om-home-v6 .om-bestseller-block__eyebrow {
    display: inline-flex !important;
    margin-bottom: 8px !important;
    color: #0786f6 !important;
    font-size: 12px !important;
    font-weight: 950 !important;
    text-transform: uppercase !important;
    letter-spacing: .08em !important;
}
body.om-home-v6 .om-bestseller-block__head h3 {
    margin: 0 0 6px !important;
    color: #061640 !important;
    font-weight: 950 !important;
    font-size: 25px !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em !important;
}
body.om-home-v6 .om-bestseller-block__head p {
    margin: 0 !important;
    color: #60708d !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    max-width: 650px !important;
}
body.om-home-v6 .om-bestseller-block__head a,
body.om-home-v6 .om-section-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
    color: #0877f6 !important;
    font-weight: 950 !important;
    text-decoration: none !important;
}
body.om-home-v6 .om-bestseller-block__head a:hover,
body.om-home-v6 .om-section-link:hover {
    color: #04a89b !important;
}
body.om-home-v6 .om-bestseller-grid {
    margin-top: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 20px !important;
}
body.om-home-v6 .om-bestseller-grid .om-product-card {
    min-width: 0 !important;
    border-radius: 22px !important;
    border: 1px solid var(--om-line, #dfeaf5) !important;
    background: #fff !important;
    box-shadow: 0 14px 34px rgba(9,29,68,.075) !important;
}
body.om-home-v6 .om-bestseller-grid .om-product-card__price {
    font-size: 17px !important;
    letter-spacing: -.02em !important;
}
body.om-home-v6 .om-bestseller-grid .om-product-card__price del {
    font-size: 12px !important;
    margin-left: 6px !important;
    color: #95a2ba !important;
}
body.om-home-v6 .om-bestseller-empty {
    border: 1px dashed rgba(8,119,246,.28) !important;
    border-radius: 20px !important;
    background: linear-gradient(135deg, rgba(8,119,246,.06), rgba(20,200,192,.08)) !important;
    padding: 18px 20px !important;
    color: #53647f !important;
    font-weight: 800 !important;
}
body.om-home-v6 .om-bestseller-block--bestsellers-lego {
    background: radial-gradient(circle at 95% 0%, rgba(255,203,0,.14), transparent 26%), linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,252,255,.94)) !important;
}
body.om-home-v6 .om-bestseller-block--bestsellers-korean-cosmetics {
    background: radial-gradient(circle at 95% 0%, rgba(255,119,171,.12), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.99), rgba(250,253,255,.95)) !important;
}
body.om-home-v6 .om-bestseller-block--bestsellers-fashion {
    background: radial-gradient(circle at 95% 0%, rgba(20,200,192,.16), transparent 28%), linear-gradient(180deg, rgba(255,255,255,.99), rgba(248,253,255,.95)) !important;
}
@media (max-width: 1199px) {
    body.om-home-v6 .om-bestseller-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 991px) {
    body.om-home-v6 .om-bestseller-block { padding: 18px !important; border-radius: 24px !important; }
    body.om-home-v6 .om-bestseller-block__head { display: block !important; }
    body.om-home-v6 .om-bestseller-block__head a { margin-top: 12px !important; }
    body.om-home-v6 .om-bestseller-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (max-width: 575px) {
    body.om-home-v6 .om-bestseller-block { padding: 14px !important; border-radius: 22px !important; }
    body.om-home-v6 .om-bestseller-block__head h3 { font-size: 22px !important; }
    body.om-home-v6 .om-bestseller-block__head p { font-size: 13px !important; }
    body.om-home-v6 .om-bestseller-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important; }
    body.om-home-v6 .om-bestseller-grid .om-product-card__price { font-size: 15px !important; }
}
/* Newsletter promo/signup removed site-wide. */
.om-newsletter,
.om-cart-newsletter,
.om-checkout-newsletter,
.om-map-newsletter,
.om-pdp-newsletter,
.ot-newsletter{display:none!important;}
.om-footer-connect form,
.om-cart-footer form,
.om-checkout-footer form,
.om-map-footer form,
.om-pdp-footer form,
.ot-footer form{display:none!important;}
