:root{
  --rs-container:1200px;
  --rs-radius:12px;
  --rs-shadow-sm:0 6px 14px rgba(18,18,18,.05);
  --rs-shadow-md:0 10px 24px rgba(18,18,18,.08);
  --rs-shadow-lg:0 18px 34px rgba(18,18,18,.14);
}
body{background:var(--bg,#ece9e3)!important;color:var(--text,#2f2f2f)!important}
.site-shell{max-width:var(--rs-container);margin:0 auto;background:#fff;min-height:100vh;box-shadow:0 0 0 1px rgba(0,0,0,.03)}
.top-strip{background:linear-gradient(180deg,var(--green) 0%,var(--green-dark) 100%);color:#fff;font-size:11px}
.top-strip-inner{min-height:34px;padding:7px 16px;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.ready-header{background:#fff;border-bottom:1px solid #ebe5da;position:sticky;top:0;z-index:90}
.ready-header-main{display:grid;grid-template-columns:220px minmax(0,1fr)220px;gap:18px;align-items:center;padding:14px 16px}
.ready-brand{display:inline-flex;align-items:center;gap:12px;min-width:0}
.ready-brand-mark,.ready-footer-logo{width:42px;height:24px;border-radius:40px 40px 12px 12px;background:linear-gradient(135deg,#7f9369 0%,#d7c29a 100%);position:relative;overflow:hidden;flex-shrink:0}
.ready-brand-mark:before,.ready-footer-logo:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.28);left:8px;top:2px}
.ready-brand-title{font-size:14px;font-weight:800;text-transform:uppercase;color:#58674a;line-height:1.2}
.ready-brand-title small{display:block;font-size:10px;color:#8c7a5e;text-transform:none;font-weight:600}
.ready-search{position:relative;min-width:0}
.ready-search input{width:100%;height:44px;border:1px solid #ddd4c8;border-radius:999px;padding:0 48px 0 16px;outline:none;font-size:13px;background:#fff;color:var(--text)}
.ready-search button{position:absolute;right:6px;top:6px;width:32px;height:32px;border-radius:50%;background:linear-gradient(180deg,#f7f1e6 0%,#ede1cb 100%);color:#666}
.ready-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}
.ready-action-icon{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;background:#fff;border:1px solid #eee5d8}
.ready-badge{position:absolute;top:-5px;right:-4px;min-width:17px;height:17px;border-radius:50px;background:var(--gold);color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px}
.ready-nav-row{display:grid;grid-template-columns:220px minmax(0,1fr)220px;min-height:48px;border-top:1px solid #f0ebe2;border-bottom:1px solid #ebe4d8;background:#fff;position:relative;z-index:70}
.ready-cat-trigger{background:linear-gradient(180deg,#b99d73 0%,#ac8f64 100%);color:#fff;padding:0 15px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;font-weight:700}
.ready-main-nav{display:flex;align-items:center;justify-content:center;gap:24px;padding:0 10px;flex-wrap:wrap}
.ready-main-nav a{font-size:13px;font-weight:700;color:#3f4739}
.ready-nav-offer{display:flex;align-items:center;justify-content:flex-end;padding:0 16px;color:#8a6b45;font-size:12px;font-weight:800}
.ready-mobile-toggle{display:none}
.ready-drawer{position:fixed;inset:0;z-index:999;pointer-events:none}.ready-drawer.active{pointer-events:auto}.ready-drawer:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.45);opacity:0;transition:.2s}.ready-drawer.active:before{opacity:1}
.ready-drawer-panel{position:absolute;top:0;left:0;width:min(320px,86vw);height:100%;background:#fff;transform:translateX(-105%);transition:.24s;padding:18px;display:grid;align-content:start;gap:16px}.ready-drawer.active .ready-drawer-panel{transform:translateX(0)}
.ready-drawer-links{display:grid;gap:8px}.ready-drawer-links a{padding:12px;border-radius:10px;background:#f8f4ec;color:#3f4739;font-weight:700}
.ready-hero-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;padding:16px}
.ready-sidebar{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--rs-shadow-sm);overflow:hidden}.ready-sidebar a{display:flex;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #f0ebe2;color:#53604b;font-size:13px;font-weight:700}
.ready-hero{position:relative;min-height:360px;border-radius:18px;overflow:hidden;background:#456445;color:#fff;box-shadow:var(--rs-shadow-md)}
.ready-hero-slide{position:absolute;inset:0;opacity:0;transition:.35s}.ready-hero-slide.active{opacity:1}.ready-hero-slide img{width:100%;height:100%;object-fit:cover}.ready-hero-copy{position:absolute;inset:auto auto 40px 38px;max-width:460px}.ready-hero-copy h1{font-size:clamp(34px,5vw,60px);line-height:1.02}.ready-hero-copy p{margin:12px 0 18px;color:rgba(255,255,255,.86)}
.ready-btn{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:0 18px;border-radius:999px;background:#fff;color:#5c4830;font-weight:800;font-size:12px}
.deal-banner{margin:0 16px 16px;min-height:62px;border-radius:14px;background:linear-gradient(90deg,#476546,#385237);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:24px}
.round-strip,.ready-section,.ready-promo-grid,.ready-products{padding:18px 16px}.ready-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.ready-section-head h3{font-size:22px;color:#2f2f2f}.ready-section-head a{font-size:12px;color:#8a6b45;font-weight:800;text-transform:uppercase}
.round-track{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:12px;overflow:auto}.round-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;text-align:center;box-shadow:var(--rs-shadow-sm)}.round-thumb{width:76px;height:76px;border-radius:50%;background:#f7f2ea;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.round-thumb img{width:100%;height:100%;object-fit:cover}.round-name{font-weight:800;font-size:13px}.round-price{color:#9b7f57;font-weight:800;font-size:12px}
.ready-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ready-category-box{display:grid;grid-template-columns:110px 1fr;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;box-shadow:var(--rs-shadow-sm)}.ready-category-box img{width:110px;height:92px;object-fit:cover;border-radius:12px}.ready-category-box h4{font-size:16px;margin-bottom:4px}.ready-category-box p{font-size:12px;color:var(--muted)}
.ready-promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ready-promo-card{position:relative;min-height:220px;border-radius:18px;overflow:hidden;background:#ddd}.ready-promo-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.ready-promo-copy{position:absolute;inset:auto 18px 18px 18px;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.4)}.ready-promo-copy h2{font-size:28px;line-height:1.05}
.ready-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ready-product-grid .product-card{background:#fff!important;color:#2f2f2f!important;border:1px solid var(--line)!important;box-shadow:var(--rs-shadow-sm)!important}.ready-product-grid .product-title,.ready-product-grid h3{color:#2f2f2f!important}.ready-product-grid .buy-btn{background:linear-gradient(180deg,var(--green),var(--green-dark))!important;color:#fff!important}
.ready-footer{background:#263926;color:#efe8dc;margin-top:24px}.ready-footer-inner{max-width:var(--rs-container);margin:0 auto;padding:34px 16px}.ready-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:26px}.ready-footer-title{font-weight:900;margin-bottom:12px}.ready-footer a{color:#efe8dc}.ready-footer-links{list-style:none;display:grid;gap:8px}.ready-newsletter{display:flex;gap:8px}.ready-newsletter input{min-width:0;flex:1;height:40px;border-radius:999px;border:1px solid rgba(255,255,255,.18);padding:0 12px}.ready-newsletter button{height:40px;border-radius:999px;padding:0 14px;background:var(--gold);color:#fff;font-weight:800}
.ready-mobile-bottom{display:none}
@media(max-width:991px){.ready-header-main{grid-template-columns:1fr auto}.ready-search{grid-column:1/-1}.ready-actions .desktop-only,.ready-nav-row,.ready-sidebar{display:none}.ready-mobile-toggle{display:inline-flex}.ready-hero-layout{grid-template-columns:1fr;padding:12px}.ready-categories-grid,.ready-promo-grid{grid-template-columns:1fr 1fr}.ready-product-grid{grid-template-columns:repeat(2,1fr)}.ready-footer-grid{grid-template-columns:1fr 1fr}.ready-mobile-bottom{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:100;background:#fff;border-top:1px solid var(--line)}.ready-mobile-bottom a{padding:8px 4px;text-align:center;font-size:11px;color:#3f4739;font-weight:700}.site-shell{padding-bottom:58px}}
@media(max-width:560px){.ready-categories-grid,.ready-promo-grid,.ready-footer-grid{grid-template-columns:1fr}.ready-product-grid{grid-template-columns:1fr}.round-track{grid-template-columns:repeat(4,120px)}.ready-hero{min-height:300px}.ready-hero-copy{left:22px;right:22px;bottom:26px}}

/* Inner page conversion layer for all demo16 pages. */
.shop-page,.category-page,.product-details-page,.cart-page,.wishlist-page,.checkout-page,.login-page,.signup-page,.profile-page,.orders-page,.contact-page,.about-page,.password-page,.edit-profile-page,.my-orders-page{
  background:var(--bg,#ece9e3)!important;
  color:var(--text,#2f2f2f)!important;
}
.shop-page .container,.category-page .container,.product-details-page .container,.cart-page .container,.wishlist-page .container,.checkout-page .container,.login-page .container,.signup-page .container,.profile-page .container,.orders-page .container,.contact-page .container,.about-page .container,.password-page .container,.edit-profile-page .container,.my-orders-page .container{
  max-width:var(--rs-container)!important;
}
.shop-breadcrumb,.cart-breadcrumb,.wishlist-breadcrumb,.checkout-breadcrumb,.product-breadcrumb,.login-breadcrumb,.signup-breadcrumb,.profile-breadcrumb,.contact-breadcrumb,.about-breadcrumb,.password-breadcrumb,.orders-breadcrumb{
  color:#f3ead9!important;
}
.shop-breadcrumb a,.cart-breadcrumb a,.wishlist-breadcrumb a,.checkout-breadcrumb a,.product-breadcrumb a,.login-breadcrumb a,.signup-breadcrumb a,.profile-breadcrumb a,.contact-breadcrumb a,.about-breadcrumb a,.password-breadcrumb a,.orders-breadcrumb a{
  color:#fff!important;
}
.shop-hero,.cart-hero,.wishlist-hero,.checkout-hero,.login-hero-card,.signup-hero-card,.profile-hero-card,.contact-hero-card,.about-hero-card,.password-hero-card,.orders-hero-card,.shop-hero-card{
  border-radius:18px!important;
  background:
    linear-gradient(105deg,rgba(56,82,55,.96),rgba(71,101,70,.88)),
    radial-gradient(circle at 80% 18%,rgba(184,154,108,.34),transparent 34%)!important;
  color:#fff!important;
  box-shadow:var(--rs-shadow-md)!important;
  border:1px solid rgba(255,255,255,.12)!important;
}
.shop-kicker,.cart-kicker,.wishlist-kicker,.checkout-kicker,.login-kicker,.signup-kicker,.profile-kicker,.contact-kicker,.about-kicker,.password-kicker,.orders-kicker{
  color:#f0dfbd!important;
  font-weight:800!important;
}
.shop-hero-title,.cart-hero-title,.wishlist-hero-title,.checkout-hero-title,.login-hero-content h1,.signup-hero-content h1,.profile-hero-content h1,.contact-hero-content h1,.about-hero-content h1,.password-hero-content h1,.orders-hero-content h1{
  color:#fff!important;
}
.shop-hero-text,.cart-hero-text,.wishlist-hero-text,.checkout-hero-text,.login-hero-content p,.signup-hero-content p,.profile-hero-content p,.contact-hero-content p,.about-hero-content p,.password-hero-content p,.orders-hero-content p{
  color:#f4ead8!important;
}
.shop-products-wrap,.cart-card,.cart-summary-card,.wishlist-card,.checkout-card,.checkout-summary-card,.login-card,.signup-card,.profile-card,.profile-main,.profile-sidebar,.contact-card,.about-card,.password-card,.orders-card,.product-gallery-card,.product-info-card,.product-tabs-card,.product-side-info-card,.related-products-card{
  background:#fff!important;
  color:#2f2f2f!important;
  border:1px solid #ddd4c8!important;
  border-radius:16px!important;
  box-shadow:var(--rs-shadow-sm)!important;
}
.cart-card h1,.cart-card h2,.cart-card h3,.wishlist-card h1,.wishlist-card h2,.wishlist-card h3,.checkout-card h1,.checkout-card h2,.checkout-card h3,.login-card h1,.login-card h2,.login-card h3,.signup-card h1,.signup-card h2,.signup-card h3,.profile-card h1,.profile-card h2,.profile-card h3,.contact-card h1,.contact-card h2,.contact-card h3,.about-card h1,.about-card h2,.about-card h3,.product-info-card h1,.product-info-card h2,.product-info-card h3{
  color:#2f2f2f!important;
}
.shop-search input,.cart-coupon input,.checkout-card input,.checkout-card textarea,.checkout-card select,.login-card input,.signup-card input,.profile-card input,.profile-card textarea,.profile-card select,.contact-card input,.contact-card textarea,.password-card input{
  background:#fff!important;
  color:#2f2f2f!important;
  border:1px solid #ddd4c8!important;
  border-radius:10px!important;
}
.shop-chip.active,.filter-btn,.cart-action-btn.primary,.checkout-btn.primary,.wishlist-btn.primary,.product-btn.primary,.contact-submit,.login-submit,.signup-submit,.profile-save-btn,.password-submit{
  background:linear-gradient(180deg,var(--green),var(--green-dark))!important;
  color:#fff!important;
  border:0!important;
  box-shadow:var(--rs-shadow-sm)!important;
}
.shop-chip,.cart-action-btn.secondary,.checkout-btn.secondary,.wishlist-btn.secondary,.product-btn.secondary{
  border:1px solid #ddd4c8!important;
  background:#f8f4ec!important;
  color:#53604b!important;
}
.shop-category-list a,.section-link,.cart-card-head a,.related-head a,.shop-promo-card a{
  color:#6f5a39!important;
}
.shop-product-grid,.shop-products-grid,.related-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
}
.product-card,.related-product-card{
  background:#fff!important;
  border:1px solid #ddd4c8!important;
  color:#2f2f2f!important;
  border-radius:16px!important;
  box-shadow:var(--rs-shadow-sm)!important;
  overflow:hidden!important;
}
.product-card img,.related-product-card img{
  background:#f7f2ea!important;
}
.product-card .product-title,.related-product-card .product-title{
  color:#2f2f2f!important;
}
.product-card .product-price,.related-product-card .product-price,.cart-price,.cart-summary-total,.product-current-price{
  color:#6f5a39!important;
}
.product-main-image-wrap{
  background:#f7f2ea!important;
  border-radius:14px!important;
}
.product-thumb-item.active{
  border-color:var(--green)!important;
}
.product-stars{
  color:#b89a6c!important;
}
.cart-table th{
  background:#f8f4ec!important;
  color:#3f4739!important;
}
.cart-table td{
  border-color:#eee5d8!important;
}
.cart-product-thumb,.wishlist-thumb,.order-thumb{
  background:#f7f2ea!important;
  border-radius:12px!important;
}
@media(max-width:991px){
  .shop-layout,.cart-layout,.checkout-layout,.product-details-wrap,.product-detail-lower{
    grid-template-columns:1fr!important;
  }
  .shop-product-grid,.shop-products-grid,.related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:560px){
  .shop-product-grid,.shop-products-grid,.related-grid{
    grid-template-columns:1fr!important;
  }
  .cart-table-wrap{
    overflow:auto!important;
  }
}

/* Good Looks demo16 conversion layer */
:root{
  --good-bg:#f4f7fb;
  --good-card:#ffffff;
  --good-text:#101828;
  --good-muted:#667085;
  --good-line:#e7edf5;
  --good-primary:#14b6eb;
  --good-primary-deep:#0e86d4;
  --good-danger:#ef4444;
  --good-dark:#0f172a;
  --good-shadow:0 14px 28px rgba(15,23,42,.05);
}
body{
  background:radial-gradient(circle at top left,rgba(255,255,255,.95),transparent 24%),linear-gradient(180deg,#f8fbff 0%,#f3f6fb 100%)!important;
  color:var(--text,#101828)!important;
}
.good-shell{
  max-width:none;
  background:transparent;
  box-shadow:none;
  min-height:auto;
}
.good-top-strip{
  background:#0f172a;
  color:#e5edf7;
  font-size:12px;
}
.good-header{
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(15,23,42,.06);
  box-shadow:0 8px 24px rgba(15,23,42,.04);
}
.ready-header-main{
  max-width:1280px;
  margin:0 auto;
  grid-template-columns:240px minmax(260px,620px) auto;
  min-height:72px;
}
.good-brand-mark,.good-footer-logo{
  width:36px;
  height:36px;
  border-radius:11px;
  background:linear-gradient(135deg,#0f172a,#334155)!important;
}
.good-brand-mark:before,.good-footer-logo:before{
  inset:8px;
  width:auto;
  height:auto;
  border-radius:7px;
  background:linear-gradient(135deg,rgba(255,255,255,.25),transparent);
}
.ready-brand-title{
  color:#101828;
  font-size:22px;
  font-weight:900;
  text-transform:none;
}
.ready-brand-title small{
  color:#667085;
  font-size:11px;
  text-transform:none;
}
.good-search input{
  height:46px;
  border-radius:999px;
  border:1px solid #d6e0eb;
  background:#fbfdff;
  color:#111827;
}
.good-search input:focus{
  border-color:#b7dcfb;
  box-shadow:0 0 0 4px rgba(20,182,235,.08);
}
.good-search button,.ready-action-icon{
  background:#fff!important;
  color:#101828!important;
  border:1px solid #e7edf5!important;
  box-shadow:0 5px 18px rgba(15,23,42,.05)!important;
}
.ready-action-icon{
  border-radius:13px!important;
  width:42px;
  height:42px;
}
.good-cart-pill{
  height:42px;
  padding:0 14px;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #e7edf5;
  background:#fff;
  box-shadow:0 5px 18px rgba(15,23,42,.05);
  color:#101828;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.good-cart-pill small{
  color:#667085;
  font-weight:700;
}
.good-cart-pill strong{
  color:#0e86d4;
}
.ready-badge{
  background:var(--accent,#ef4444)!important;
  border:2px solid #fff;
}
.good-nav-row{
  max-width:none;
  display:block;
  min-height:48px;
  background:#fff;
  border-color:rgba(15,23,42,.06);
}
.good-nav-row .ready-cat-trigger,
.good-nav-row .ready-nav-offer{
  display:none!important;
}
.good-nav-row .ready-main-nav{
  max-width:1280px;
  min-height:48px;
  margin:0 auto;
  justify-content:flex-start;
  overflow:auto;
  white-space:nowrap;
  scrollbar-width:none;
  gap:26px;
}
.good-nav-row .ready-main-nav::-webkit-scrollbar{
  display:none;
}
.ready-main-nav a{
  color:#344054;
  text-transform:uppercase;
  font-size:13px;
}
.ready-nav-offer{
  color:var(--primary-dark,#0e86d4);
}
.good-drawer .ready-drawer-panel{
  border-radius:0 18px 18px 0;
}
.good-home{
  padding:18px 0 80px;
}
.good-hero-layout{
  max-width:1280px;
  margin:0 auto;
  grid-template-columns:260px minmax(0,1fr);
  gap:18px;
  padding:18px 16px;
}
.ready-sidebar{
  border-color:rgba(15,23,42,.05);
  box-shadow:var(--good-shadow);
}
.ready-sidebar a{
  color:#344054;
  border-color:#e7edf5;
}
.good-hero{
  min-height:420px;
  border-radius:18px;
  background:#0f172a;
  box-shadow:0 18px 38px rgba(15,23,42,.10);
}
.ready-hero-slide:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(15,23,42,.82),rgba(15,23,42,.18));
  z-index:1;
}
.ready-hero-slide img{
  object-fit:cover;
}
.ready-hero-copy{
  z-index:2;
  left:36px;
  bottom:38px;
}
.ready-hero-copy h1{
  font-size:clamp(38px,6vw,72px);
  text-transform:uppercase;
  color:#fff;
}
.ready-hero-copy p{
  color:rgba(255,255,255,.9);
}
.ready-btn{
  background:#fff;
  color:#0f172a;
  min-height:44px;
  box-shadow:0 12px 24px rgba(15,23,42,.12);
}
.good-deal-banner{
  max-width:1280px;
  margin:0 auto 18px;
  min-height:64px;
  border-radius:18px;
  background:linear-gradient(135deg,#14b6eb,#2563eb)!important;
  color:#fff;
  box-shadow:0 12px 28px rgba(14,134,212,.18);
}
.round-strip,.ready-section,.ready-promo-grid,.ready-products{
  max-width:1280px;
  margin:0 auto;
}
.round-card,.ready-category-box,.ready-promo-card,.product-card,.related-product-card{
  border:1px solid rgba(15,23,42,.05)!important;
  box-shadow:var(--good-shadow)!important;
}
.round-thumb,.product-card img,.related-product-card img,.cart-product-thumb,.wishlist-thumb,.order-thumb{
  background:#f8fbff!important;
}
.ready-section-head h3,.section-title{
  color:#101828!important;
}
.ready-section-head a,.section-link,.cart-card-head a,.related-head a{
  color:var(--primary-dark,#0e86d4)!important;
}
.ready-promo-card{
  min-height:250px;
}
.ready-promo-copy{
  text-shadow:0 12px 28px rgba(15,23,42,.35);
}
.shop-page,.category-page,.product-details-page,.cart-page,.wishlist-page,.checkout-page,.login-page,.signup-page,.profile-page,.orders-page,.contact-page,.about-page,.password-page,.edit-profile-page,.my-orders-page{
  background:transparent!important;
  color:#101828!important;
}
.shop-hero,.cart-hero,.wishlist-hero,.checkout-hero,.login-hero-card,.signup-hero-card,.profile-hero-card,.contact-hero-card,.about-hero-card,.password-hero-card,.orders-hero-card,.shop-hero-card{
  background:linear-gradient(135deg,var(--primary,#14b6eb) 0%,#2563eb 48%,#0f172a 100%)!important;
  border:0!important;
  box-shadow:0 18px 38px rgba(15,23,42,.10)!important;
}
.shop-products-wrap,.cart-card,.cart-summary-card,.wishlist-card,.checkout-card,.checkout-summary-card,.login-card,.signup-card,.profile-card,.profile-main,.profile-sidebar,.contact-card,.about-card,.password-card,.orders-card,.product-gallery-card,.product-info-card,.product-tabs-card,.product-side-info-card,.related-products-card{
  border:1px solid rgba(15,23,42,.05)!important;
  box-shadow:var(--good-shadow)!important;
}
.shop-chip.active,.filter-btn,.cart-action-btn.primary,.checkout-btn.primary,.wishlist-btn.primary,.product-btn.primary,.contact-submit,.login-submit,.signup-submit,.profile-save-btn,.password-submit,.buy-btn{
  background:linear-gradient(135deg,var(--primary,#14b6eb),var(--primary-dark,#0e86d4))!important;
  color:#fff!important;
}
.product-card .product-price,.related-product-card .product-price,.cart-price,.cart-summary-total,.product-current-price{
  color:var(--primary-dark,#0e86d4)!important;
}
.good-footer{
  background:#0f172a!important;
  color:#e5edf7!important;
}
.good-footer .ready-brand-title{
  color:#fff!important;
}
.good-footer p,.good-footer a{
  color:#cbd5e1!important;
}
.ready-newsletter button{
  background:linear-gradient(135deg,var(--primary,#14b6eb),var(--primary-dark,#0e86d4))!important;
}
.good-demo-footer{
  width:100%;
  margin-top:26px;
  background:#0f172a!important;
  color:#e5e7eb!important;
  border-top:none;
}
.good-demo-footer .footer-wrap{
  width:100%;
  padding:0;
}
.good-demo-footer .footer-inner{
  width:min(1280px,calc(100% - 32px));
  margin:auto;
  padding:48px 0 20px;
}
.good-demo-footer .footer-grid{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:28px;
  align-items:start;
}
.good-demo-footer .footer-brand h3{
  margin:0 0 12px;
  font-size:24px;
  line-height:1;
  font-weight:900;
  color:#fff;
}
.good-demo-footer .footer-brand p{
  margin:0 0 18px;
  color:#cbd5e1;
  font-size:13px;
  line-height:1.8;
  max-width:360px;
}
.good-demo-footer .footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.good-demo-footer .footer-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
  font-size:11px;
  font-weight:800;
}
.good-demo-footer .footer-col h4{
  margin:0 0 14px;
  font-size:14px;
  font-weight:900;
  color:#fff;
}
.good-demo-footer .footer-links{
  display:grid;
  gap:10px;
}
.good-demo-footer .footer-links a{
  color:#cbd5e1!important;
  font-size:13px;
  line-height:1.5;
  transition:.2s ease;
}
.good-demo-footer .footer-links a:hover{
  color:#fff!important;
  transform:translateX(2px);
}
.good-demo-footer .footer-bottom{
  margin-top:28px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.good-demo-footer .footer-copy{
  font-size:12px;
  color:#94a3b8;
  line-height:1.6;
}
.good-demo-footer .footer-payments{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.good-demo-footer .payment-chip{
  min-height:34px;
  padding:0 12px;
  border-radius:10px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:#e2e8f0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:800;
}
.good-mobile-bottom{
  display:none;
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:120;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  border-top:1px solid rgba(15,23,42,.08);
  box-shadow:0 -12px 30px rgba(15,23,42,.06);
  padding:8px 8px calc(8px + env(safe-area-inset-bottom));
}
.good-mobile-bottom .mobile-bottom-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.good-mobile-bottom .mobile-bottom-item{
  min-height:52px;
  border-radius:14px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  font-size:11px;
  font-weight:800;
  color:#344054;
  position:relative;
}
.good-mobile-bottom .count{
  position:absolute;
  top:2px;
  right:18px;
  min-width:18px;
  height:18px;
  border-radius:999px;
  background:#ef4444;
  color:#fff;
  font-size:10px;
  font-weight:800;
  display:grid;
  place-items:center;
  padding:0 4px;
  border:2px solid #fff;
}
@media(max-width:991px){
  .ready-header-main{
    grid-template-columns:1fr auto;
    padding:12px 16px;
  }
  .good-hero-layout{
    grid-template-columns:1fr;
  }
  .good-nav-row,.ready-sidebar{
    display:none;
  }
  .good-demo-footer .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:560px){
  .ready-brand-title{
    font-size:18px;
  }
  .good-hero{
    min-height:330px;
  }
  .ready-hero-copy{
    left:22px;
    right:22px;
  }
  .good-demo-footer .footer-inner{
    width:min(100% - 24px,1280px);
    padding:34px 0 90px;
  }
  .good-demo-footer .footer-grid{
    grid-template-columns:1fr;
    gap:22px;
  }
  .good-demo-footer .footer-bottom{
    align-items:flex-start;
  }
  .good-mobile-bottom{
    display:block;
  }
}

/* Scoped demo16 home layout. Keeps demo16 design without breaking the rest of the theme. */
.good-demo16-home{
  --demo-card:#ffffff;
  --demo-text:#101828;
  --demo-muted:#667085;
  --demo-line:#e7edf5;
  --demo-line-strong:#d6e0eb;
  --demo-primary:#14b6eb;
  --demo-primary-deep:#0e86d4;
  --demo-danger:#ef4444;
  --demo-dark:#0f172a;
  --demo-shadow:0 14px 28px rgba(15,23,42,.05);
  --demo-radius:18px;
  padding:18px 0 100px;
}
.good-demo16-home .container{
  width:min(1280px,calc(100% - 32px));
  margin:auto;
}
.good-demo16-home .card{
  background:var(--demo-card)!important;
  border:1px solid rgba(15,23,42,.05)!important;
  border-radius:var(--demo-radius)!important;
  box-shadow:var(--demo-shadow)!important;
  overflow:hidden;
  position:relative;
}
.good-demo16-home .section{margin-top:18px}
.good-demo16-home .section-shell{padding:16px}
.good-demo16-home .thumb-img{width:100%;height:100%;object-fit:contain;background:#fff}
.good-demo16-home .thumb-img.cover{object-fit:cover}
.good-demo16-home .pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
  background:#fff;
  border:1px solid var(--demo-line);
}
.good-demo16-home .hero-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1.1fr;
  gap:18px;
  align-items:stretch;
}
.good-demo16-home .hero-main,.good-demo16-home .hero-slider{min-height:400px}
.good-demo16-home .hero-slider{position:relative;width:100%;height:100%}
.good-demo16-home .hero-slides{
  display:flex;
  width:100%;
  height:100%;
  transition:transform .45s ease;
}
.good-demo16-home .hero-slide{
  min-width:100%;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  min-height:400px;
  position:relative;
  overflow:hidden;
}
.good-demo16-home .hero-slide:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.20),transparent 30%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.14),transparent 26%);
  z-index:0;
}
.good-demo16-home .hero-slide.theme-blue{background:linear-gradient(135deg,#0aa6df 0%,#17c2ee 55%,#43d8ff 100%)}
.good-demo16-home .hero-slide.theme-dark{background:linear-gradient(135deg,#0f172a 0%,#1e293b 55%,#334155 100%)}
.good-demo16-home .hero-slide.theme-gold{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 55%,#fde68a 100%)}
.good-demo16-home .hero-copy,.good-demo16-home .hero-visual{position:relative;z-index:1}
.good-demo16-home .hero-copy{
  padding:36px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.good-demo16-home .hero-copy .eyebrow{
  margin-bottom:14px;
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:none;
}
.good-demo16-home .hero-copy h1{
  margin:0 0 14px;
  font-size:56px;
  line-height:.94;
  font-weight:900;
  max-width:420px;
  color:#fff;
}
.good-demo16-home .hero-kpis{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 18px;
}
.good-demo16-home .hero-kpi{
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  display:inline-flex;
  align-items:center;
  font-size:11px;
  font-weight:900;
  color:#fff;
}
.good-demo16-home .hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  background:rgba(255,255,255,.14);
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
}
.good-demo16-home .hero-visual{
  min-height:100%;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.good-demo16-home .hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
.good-demo16-home .hero-controls{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:5;
}
.good-demo16-home .hero-dots{display:flex;gap:8px}
.good-demo16-home .hero-dot{
  width:10px;
  height:10px;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.45);
  padding:0;
}
.good-demo16-home .hero-dot.active{width:28px;background:#fff}
.good-demo16-home .hero-side-column{
  display:grid;
  gap:18px;
}
.good-demo16-home .offer-banner,.good-demo16-home .promo-card{
  position:relative;
  border-radius:var(--demo-radius);
  overflow:hidden;
  min-height:191px;
  color:#fff;
  box-shadow:var(--demo-shadow);
}
.good-demo16-home .offer-banner img,.good-demo16-home .promo-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.good-demo16-home .offer-banner:after,.good-demo16-home .promo-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(15,23,42,.78),rgba(15,23,42,.12));
}
.good-demo16-home .offer-content,.good-demo16-home .promo-content{
  position:relative;
  z-index:2;
  padding:22px;
}
.good-demo16-home .offer-tag{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  font-size:11px;
  font-weight:900;
}
.good-demo16-home .offer-content h3{
  margin:12px 0 8px;
  color:#fff;
  font-size:24px;
}
.good-demo16-home .offer-content p{
  font-size:13px;
  line-height:1.55;
  color:rgba(255,255,255,.86);
}
.good-demo16-home .offer-btn,.good-demo16-home .primary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  background:#fff;
  color:#0f172a;
  font-size:12px;
  font-weight:900;
}
.good-demo16-home .category-panel{
  padding:16px;
}
.good-demo16-home .panel-top,.good-demo16-home .section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.good-demo16-home .panel-title,.good-demo16-home .section-title{
  color:#101828!important;
  font-size:20px;
  font-weight:900;
}
.good-demo16-home .section-sub{
  color:#667085;
  font-size:13px;
  font-weight:700;
}
.good-demo16-home .tiny-hot{
  color:#0e86d4;
  font-size:12px;
  font-weight:900;
}
.good-demo16-home .category-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.good-demo16-home .cat-item,.good-demo16-home .tiny-card{
  background:#f8fbff;
  border:1px solid var(--demo-line);
  border-radius:14px;
  padding:10px;
  text-align:center;
  color:#101828;
  font-size:12px;
  font-weight:800;
}
.good-demo16-home .cat-thumb{
  aspect-ratio:1;
  border-radius:12px;
  overflow:hidden;
  margin-bottom:8px;
}
.good-demo16-home .blue-frame{
  background:linear-gradient(135deg,#e0f7ff,#f8fbff);
  border:1px solid #cbefff;
  border-radius:22px;
  padding:18px;
}
.good-demo16-home .feature-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:18px;
}
.good-demo16-home .feature-info{
  background:#fff;
  border-radius:18px;
  padding:22px;
  box-shadow:var(--demo-shadow);
}
.good-demo16-home .feature-info h3{
  color:#101828;
  font-size:28px;
  margin:0 0 10px;
}
.good-demo16-home .feature-info p{
  color:#667085;
  line-height:1.7;
}
.good-demo16-home .feature-scroller,.good-demo16-home .slider-track{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:minmax(170px,1fr);
  gap:14px;
  overflow:auto;
  scrollbar-width:none;
}
.good-demo16-home .feature-scroller::-webkit-scrollbar,.good-demo16-home .slider-track::-webkit-scrollbar{display:none}
.good-demo16-home .tiny-card .thumb{
  height:120px;
  border-radius:14px;
  overflow:hidden;
  margin-bottom:10px;
}
.good-demo16-home .dual-grid{
  display:grid;
  grid-template-columns:1.35fr .75fr;
  gap:18px;
}
.good-demo16-home .soft-green{
  background:linear-gradient(135deg,#ecfeff,#fff)!important;
}
.good-demo16-home .deal-panel{
  background:linear-gradient(135deg,#0f172a,#1e293b)!important;
  color:#fff;
}
.good-demo16-home .deal-panel .section-title,.good-demo16-home .deal-panel .section-sub{color:#fff!important}
.good-demo16-home .slider-item{min-width:0}
.good-demo16-home .product-card{
  background:#fff!important;
  border:1px solid rgba(15,23,42,.05)!important;
  border-radius:18px!important;
  box-shadow:0 12px 24px rgba(15,23,42,.05)!important;
  padding:12px;
  position:relative;
  overflow:hidden;
}
.good-demo16-home .product-thumb{
  height:170px;
  border-radius:16px;
  background:#f8fbff;
  overflow:hidden;
  display:block;
}
.good-demo16-home .product-card h4{
  margin:12px 0 8px;
  color:#101828!important;
  font-size:14px;
  line-height:1.35;
}
.good-demo16-home .stars{color:#f59e0b;font-size:12px}
.good-demo16-home .price{color:#0e86d4!important;font-weight:900}
.good-demo16-home .old-price{
  color:#98a2b3;
  text-decoration:line-through;
  font-size:12px;
  margin-left:6px;
}
.good-demo16-home .discount-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:2;
  background:#ef4444;
  color:#fff;
  border-radius:999px;
  padding:5px 8px;
  font-size:11px;
  font-weight:900;
}
.good-demo16-home .buy-btn{
  width:100%;
  min-height:38px;
  margin-top:10px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#14b6eb,#0e86d4)!important;
  color:#fff!important;
  font-size:12px;
  font-weight:900;
}
.good-demo16-home .deal-slide{
  color:inherit;
}
.good-demo16-home .deal-body{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  padding:14px;
  min-width:220px;
}
.good-demo16-home .deal-stage{
  height:180px;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.good-demo16-home .deal-stage img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.good-demo16-home .deal-name{margin-top:12px;font-weight:900}
.good-demo16-home .deal-price{color:#7dd3fc;font-weight:900}
.good-demo16-home .promo-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.good-demo16-home .promo-card{
  min-height:230px;
}
.good-demo16-home .promo-big{
  font-size:30px;
  line-height:1.05;
  font-weight:900;
  color:#fff;
}
.good-demo16-home .promo-small{
  margin-top:8px;
  color:rgba(255,255,255,.86);
  font-weight:800;
}
.good-demo16-home .auction-shell{
  padding:0;
}
@media(max-width:1260px){
  .good-demo16-home .hero-grid{grid-template-columns:1.7fr 1fr}
  .good-demo16-home .category-panel{grid-column:1/-1}
}
@media(max-width:992px){
  .good-demo16-home .hero-grid,.good-demo16-home .dual-grid,.good-demo16-home .feature-layout,.good-demo16-home .promo-grid{
    grid-template-columns:1fr;
  }
  .good-demo16-home .hero-side-column{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:768px){
  .good-demo16-home{padding-bottom:70px}
  .good-demo16-home .hero-slide{
    grid-template-columns:1fr;
  }
  .good-demo16-home .hero-visual{
    min-height:190px;
  }
  .good-demo16-home .hero-copy{
    padding:24px;
  }
  .good-demo16-home .hero-copy h1{
    font-size:42px;
  }
  .good-demo16-home .hero-side-column{
    grid-template-columns:1fr;
  }
  .good-demo16-home .category-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:560px){
  .good-demo16-home .container{
    width:min(100% - 20px,1280px);
  }
  .good-demo16-home .hero-main,.good-demo16-home .hero-slider,.good-demo16-home .hero-slide{
    min-height:520px;
  }
  .good-demo16-home .hero-copy h1{
    font-size:34px;
  }
  .good-demo16-home .feature-scroller,.good-demo16-home .slider-track{
    grid-auto-columns:minmax(150px,78vw);
  }
  .good-demo16-home .promo-grid{
    grid-template-columns:1fr;
  }
}
