: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 demo15 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-card,.shop-products-wrap,.shop-sidebar,.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;
}
.shop-card h1,.shop-card h2,.shop-card h3,.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-select,.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,.shop-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,.shop-product-card img,.related-product-card img{
  background:#f7f2ea!important;
}
.product-card .product-title,.shop-product-card .product-title,.related-product-card .product-title{
  color:#2f2f2f!important;
}
.product-card .product-price,.shop-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;
  }
}
