
:root{
  --gold:#c99545;
  --gold2:#e0b46b;
  --ink:#171717;
  --muted:#777;
  --cream:#f8f4ed;
  --line:#e8e2d8;
  --white:#fff;
  --green:#0e4142;
  --red:#d93445;
  --max:1280px;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.5}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
.container{width:min(var(--max),92%);margin:auto}

/* Top bar */
.topbar{background:#151515;color:#fff;font-size:12px}
.topbar .container{height:34px;display:flex;align-items:center;justify-content:space-between}
.toplinks{display:flex;gap:18px}

/* Header */
.header{background:#fff;border-bottom:1px solid var(--line)}
.header-main{height:82px;display:flex;align-items:center;gap:28px}
.logo{font-family:Georgia,serif;font-size:34px;white-space:nowrap;letter-spacing:-1.5px}
.logo span{color:var(--gold)}
.logo small{display:block;font:9px Arial;text-align:center;letter-spacing:3px;color:#888;margin-top:-7px}
.search{flex:1;display:flex;max-width:620px;margin:auto}
.search input{width:100%;height:44px;border:1px solid #ddd;padding:0 16px;outline:none}
.search button{width:52px;border:0;background:var(--gold);color:#fff;cursor:pointer}
.header-icons{display:flex;gap:20px;align-items:center}
.icon-btn{position:relative;text-align:center;font-size:12px;cursor:pointer}
.icon-btn b{display:block;font-size:21px;font-weight:400}
.badge{position:absolute;top:-4px;right:-7px;background:var(--gold);color:#fff;border-radius:50%;font-size:9px;width:17px;height:17px;display:grid;place-items:center}

/* Navigation */
.nav{border-top:1px solid #f1eee9;border-bottom:1px solid var(--line)}
.nav-inner{display:flex;align-items:center;min-height:48px}
.category-menu{padding:0 24px;font-weight:700;border-right:1px solid var(--line);white-space:nowrap}
.navlinks{display:flex;justify-content:center;gap:30px;flex:1;font-size:13px;font-weight:600}
.navlinks a:hover{color:var(--gold)}
.sale{color:var(--red)!important}

/* Hero */
.hero{background:var(--cream);overflow:hidden}
.hero-inner{min-height:500px;display:grid;grid-template-columns:42% 58%;align-items:center}
.hero-copy{padding:50px 10px 50px 5%}
.kicker{color:var(--gold);font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase}
.hero h1{font:58px/1.04 Georgia,serif;margin:14px 0 18px;max-width:560px}
.hero p{color:#5f5a53;max-width:470px;font-size:16px;margin-bottom:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;background:#151515;color:#fff;border:0;cursor:pointer;font-weight:700;font-size:13px}
.btn.gold{background:var(--gold)}
.hero-image{height:500px;display:flex;align-items:end;justify-content:center;overflow:hidden;background:linear-gradient(120deg,#eadfd0,#d8c4b0)}
.hero-image .model{font-size:180px;filter:grayscale(.05);padding-bottom:10px}
.hero-dots{margin-top:25px;display:flex;gap:8px}
.hero-dots i{width:8px;height:8px;border-radius:50%;background:#bbb}
.hero-dots i.active{background:#222}

/* Section */
.section{padding:52px 0}
.section-title{text-align:center;margin-bottom:28px}
.section-title h2{font:27px Georgia,serif}
.section-title .ornament{color:var(--gold);font-size:20px;margin-top:4px}

/* Categories */
.categories{display:grid;grid-template-columns:repeat(8,1fr);gap:18px}
.cat{text-align:center;cursor:pointer}
.cat-img{width:100%;aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#eee5d9,#d6c7b7);display:grid;place-items:center;font-size:52px;overflow:hidden;border:4px solid #fff;box-shadow:0 2px 10px #00000012}
.cat strong{display:block;font-size:14px;margin-top:10px}
.cat span{font-size:11px;color:#888}

/* Brands */
.brands{display:grid;grid-template-columns:repeat(7,1fr);border:1px solid var(--line)}
.brand{height:72px;display:grid;place-items:center;border-right:1px solid var(--line);font:18px Georgia,serif;padding:10px;text-align:center}
.brand:last-child{border:0;background:var(--gold);color:#fff;font:12px Arial;font-weight:700}

/* Promo cards */
.promos{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:32px}
.promo{min-height:210px;padding:30px;background:#eee1d3;display:flex;align-items:end;position:relative;overflow:hidden}
.promo:nth-child(2){background:#0e4142;color:#fff}
.promo:nth-child(3){background:#efd1ce}
.promo-content{position:relative;z-index:2;max-width:55%}
.promo h3{font:23px Georgia,serif;margin-bottom:8px}
.promo p{font-size:12px;margin-bottom:15px}
.promo .btn{padding:10px 16px;font-size:11px}
.promo-art{position:absolute;right:-5px;bottom:-20px;font-size:125px;opacity:.45}

/* Products */
.tabs{display:flex;justify-content:center;gap:28px;margin-bottom:28px}
.tabs button{border:0;background:none;cursor:pointer;font-weight:700;padding-bottom:8px;border-bottom:2px solid transparent}
.tabs button.active{border-color:var(--gold);color:var(--gold)}
.products{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.product{position:relative;min-width:0}
.product-img{aspect-ratio:3/4;background:linear-gradient(145deg,#eee6dd,#d7c8ba);display:grid;place-items:center;position:relative;overflow:hidden}
.product-art{font-size:90px}
.tag{position:absolute;top:9px;left:9px;background:var(--red);color:#fff;padding:4px 7px;font-size:10px;font-weight:700}
.tag.new{background:#71953a}
.wish{position:absolute;top:8px;right:8px;width:29px;height:29px;border-radius:50%;background:#fff;display:grid;place-items:center;cursor:pointer}
.product h3{font-size:13px;margin:10px 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.price{font-weight:700;font-size:14px}
.old{color:#999;text-decoration:line-through;font-size:11px;margin-left:5px;font-weight:400}
.cart-mini{float:right;width:29px;height:29px;border-radius:50%;background:var(--gold);color:#fff;border:0;cursor:pointer}
.center{text-align:center;margin-top:30px}

/* Benefits */
.benefits{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);padding:24px 0}
.benefit{text-align:center;border-right:1px solid var(--line);padding:0 12px}
.benefit:last-child{border:0}
.benefit .ico{font-size:27px;color:var(--gold)}
.benefit strong{display:block;font-size:12px;margin-top:4px}
.benefit span{font-size:10px;color:#888}

/* Newsletter */
.newsletter{background:var(--green);color:#fff;padding:38px 0}
.newsletter-inner{display:grid;grid-template-columns:1fr 1.2fr 1fr;align-items:center;gap:30px}
.newsletter h2{font:28px Georgia,serif}
.newsletter p{font-size:12px;color:#d8e0df;margin-top:4px}
.news-form{display:flex}
.news-form input{height:44px;flex:1;border:1px solid #688182;background:transparent;color:#fff;padding:0 14px;outline:none}
.news-form button{border:0;background:var(--gold);color:#fff;padding:0 24px;font-weight:700}
.news-features{display:flex;gap:20px;justify-content:flex-end;font-size:12px}
.news-features div{display:flex;gap:8px;align-items:center}

/* Footer */
.footer{background:#111;color:#eee;padding:45px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1.2fr 1.2fr;gap:35px}
.footer h3{font:18px Georgia,serif;margin-bottom:14px}
.footer p,.footer a{font-size:12px;color:#aaa;display:block;margin:7px 0}
.footer a:hover{color:#fff}
.social{display:flex;gap:9px;margin-top:15px}
.social span{width:30px;height:30px;border:1px solid #555;border-radius:50%;display:grid;place-items:center;font-size:11px}
.copyright{border-top:1px solid #292929;margin-top:30px;padding-top:18px;display:flex;justify-content:space-between;color:#777;font-size:11px}

/* Mobile */
.mobile-menu{display:none}
@media(max-width:1000px){
  .categories{grid-template-columns:repeat(4,1fr)}
  .products{grid-template-columns:repeat(3,1fr)}
  .brands{grid-template-columns:repeat(4,1fr)}
  .brand:nth-child(n+5){display:none}
  .newsletter-inner{grid-template-columns:1fr;text-align:center}
  .news-features{justify-content:center}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .hero-inner{grid-template-columns:1fr}
  .hero-copy{padding:45px 5%;text-align:center}
  .hero-copy p{margin-left:auto;margin-right:auto}
  .hero h1{margin-left:auto;margin-right:auto}
  .hero-image{height:350px}
}
@media(max-width:680px){
  .toplinks{display:none}
  .topbar .container{justify-content:center}
  .header-main{height:auto;padding:15px 0;flex-wrap:wrap;gap:12px}
  .logo{font-size:29px}
  .search{order:3;flex-basis:100%;max-width:none}
  .header-icons{margin-left:auto;gap:12px}
  .nav{display:none}
  .mobile-menu{display:flex;padding:11px 0;justify-content:space-between;font-size:13px;font-weight:700}
  .hero h1{font-size:42px}
  .hero-image{height:280px}
  .hero-image .model{font-size:120px}
  .section{padding:38px 0}
  .categories{grid-template-columns:repeat(4,1fr);gap:12px}
  .cat-img{font-size:34px}
  .cat strong{font-size:11px}
  .cat span{display:none}
  .promos{grid-template-columns:1fr}
  .promo{min-height:180px}
  .products{grid-template-columns:repeat(2,1fr);gap:13px}
  .tabs{gap:14px;font-size:12px;overflow:auto;justify-content:flex-start;padding-bottom:4px}
  .benefits{grid-template-columns:repeat(2,1fr);gap:18px}
  .benefit:nth-child(2){border:0}
  .footer-grid{grid-template-columns:1fr 1fr;gap:25px}
  .footer-grid>div:first-child{grid-column:1/-1}
  .copyright{display:block;text-align:center}
  .copyright span{display:block;margin-top:8px}
}

/* WordPress theme additions */
body.admin-bar .topbar{margin-top:32px}
.site-content{min-height:300px}
.woocommerce ul.products{margin:0}
.woocommerce .button,.woocommerce a.button{background:var(--gold);color:#fff;border-radius:0}
.woocommerce span.onsale{background:var(--red);min-height:auto;min-width:auto;padding:5px 9px;line-height:1}
.woocommerce div.product div.images img{border-radius:0}
.woocommerce-message,.woocommerce-info{border-top-color:var(--gold)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* MehruSuits WooCommerce product images */
.mehrusuits-products{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:16px;
  list-style:none;
  margin:0;
  padding:0;
}
.mehrusuits-product-card{
  position:relative;
  min-width:0;
  list-style:none;
}
.mehrusuits-product-image-wrap{
  aspect-ratio:3/4;
  background:linear-gradient(145deg,#eee6dd,#d7c8ba);
  overflow:hidden;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mehrusuits-product-image-wrap img.mehrusuits-product-image{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
}
.mehrusuits-product-placeholder{
  font-size:72px;
  opacity:.55;
}
.mehrusuits-sale-badge{
  position:absolute;
  z-index:3;
  top:9px;
  left:9px;
  background:var(--red);
  color:#fff;
  padding:4px 7px;
  font-size:10px;
  font-weight:700;
  line-height:1.2;
}
.mehrusuits-product-wish{
  position:absolute;
  z-index:4;
  top:8px;
  right:8px;
  width:29px;
  height:29px;
  border:0;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
}
.mehrusuits-product-card h3{
  font-size:13px;
  margin:10px 0 4px;
  line-height:1.35;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mehrusuits-product-brand{
  color:#888;
  font-size:11px;
}
.mehrusuits-product-price{
  margin-top:5px;
  font-weight:700;
  font-size:14px;
}
.mehrusuits-product-price del{
  color:#999;
  font-size:11px;
  font-weight:400;
  margin-left:5px;
}
.mehrusuits-product-cart{
  float:right;
  width:29px;
  height:29px;
  border:0;
  border-radius:50%;
  background:var(--gold);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
}
.mehrusuits-product-cart:hover{background:#ad7e34;color:#fff}
@media(max-width:1000px){
  .mehrusuits-products{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:680px){
  .mehrusuits-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
}

/* FINAL WooCommerce override: prevent default WooCommerce loop CSS from shrinking/hiding custom cards */
ul.mehrusuits-products,
ul.products.mehrusuits-products{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:16px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  float:none!important;
}
ul.mehrusuits-products li.mehrusuits-product-card,
ul.products.mehrusuits-products li.mehrusuits-product-card{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  float:none!important;
  clear:none!important;
  display:block!important;
  list-style:none!important;
}
ul.mehrusuits-products li.mehrusuits-product-card::before,
ul.mehrusuits-products li.mehrusuits-product-card::after{
  display:none!important;
}
.mehrusuits-product-image-wrap{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:3/4!important;
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
  background:#eee6dd!important;
}
.mehrusuits-product-image-wrap a{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.mehrusuits-product-image-wrap img.mehrusuits-product-image,
.mehrusuits-product-image-wrap > img{
  position:relative!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  margin:0!important;
  padding:0!important;
}
.mehrusuits-product-card a{
  text-decoration:none!important;
}
@media(max-width:1000px){
  ul.mehrusuits-products,
  ul.products.mehrusuits-products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:680px){
  ul.mehrusuits-products,
  ul.products.mehrusuits-products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:13px!important;
  }
}
