:root {
  --smarty-black: #101010;
  --smarty-dark: #171717;
  --smarty-gold: #b9955c;
  --smarty-gold-dark: #8a6a3d;
  --smarty-soft: #f6f1ea;
  --smarty-muted: #7c7c7c;
  --smarty-border: rgba(0,0,0,.09);
  --header-height: 104px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Urbanist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--smarty-black);
  background: #fff;
  letter-spacing: .01em;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--smarty-gold); }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden; }
.skip-link:focus { left:16px; top:16px; width:auto; height:auto; z-index:99999; background:#fff; padding:10px 14px; }
.eyebrow {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--smarty-gold);
  font-weight: 700;
  font-size: .9rem;
}
.section-gap { padding: 110px 0; }
.bg-soft { background: var(--smarty-soft); }
.section-heading h2,
.help-smart h2 {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  line-height: .95;
  font-weight: 700;
  margin: 0;
}
.btn { border-radius: 0; text-transform: uppercase; letter-spacing: .08em; font-family: "Rajdhani", sans-serif; font-weight: 700; }
.btn-gold { background: var(--smarty-gold); border-color: var(--smarty-gold); color: #fff; }
.btn-gold:hover { background: var(--smarty-black); border-color: var(--smarty-black); color: #fff; }
.btn-outline-light:hover { color: #111; }
.language-overlay {
  position: fixed; inset: 0; z-index: 20000; display: none; align-items: center; justify-content: center;
  background: rgba(0,0,0,.72); backdrop-filter: blur(8px); padding: 20px;
}
.language-overlay.is-visible { display: flex; }
.language-card { background:#fff; max-width: 480px; width:100%; padding: 42px; box-shadow: 0 35px 80px rgba(0,0,0,.35); }
.language-card h2 { font-family:"Rajdhani"; text-transform:uppercase; font-weight:700; font-size:2.7rem; }
.site-header { transition: all .3s ease; }
.top-strip { background: var(--smarty-black); color:#fff; font-size:.84rem; padding: 8px 0; }
.top-strip a { color:#fff; }
.navbar { min-height: 76px; border-bottom:1px solid var(--smarty-border); }
.navbar-brand img { width: 190px; }
.navbar-nav .nav-link { font-family:"Rajdhani"; font-weight:700; letter-spacing:.1em; color:#111; padding: 28px 18px; }
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active { color: var(--smarty-gold); }
.header-actions .icon-link,
.cart-link { width:38px; height:38px; border:1px solid var(--smarty-border); display:inline-flex; align-items:center; justify-content:center; font-weight:700; }
.cart-link { position: relative; }
.cart-link span { position:absolute; top:-8px; right:-8px; background:var(--smarty-gold); color:#fff; width:20px; height:20px; display:flex; align-items:center; justify-content:center; border-radius:50%; font-size:.75rem; }
.mega-menu { width: 100%; left: 0; right: 0; top: 100%; border-radius: 0; background: #fff; }
.mega-title { font-family:"Rajdhani"; font-size: 1.25rem; font-weight:700; text-transform:uppercase; margin-bottom: 14px; border-bottom:1px solid var(--smarty-border); padding-bottom:10px; }
.mega-menu a { display:block; color:#555; padding: 5px 0; }
.hero-section { margin-top: var(--header-height); background:#111; }
.hero-slide { position: relative; min-height: calc(100vh - var(--header-height)); overflow: hidden; color: #fff; }
.hero-media, .video-fallback { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.78; animation: heroFade 1.2s ease both; }
.video-fallback { background: linear-gradient(135deg, #080808 0%, #2d2115 50%, #0c0c0c 100%); opacity:.92; }
.hero-overlay { position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.38), rgba(0,0,0,.58)); }
.hero-content { position:relative; z-index:2; }
.hero-content h1, .hero-content h2 { font-family:"Rajdhani"; text-transform:uppercase; font-weight:700; line-height:.9; max-width: 760px; }
.hero-content .lead { max-width: 560px; color: rgba(255,255,255,.84); }
.hero-anim { opacity:0; transform: translateY(26px); animation: textRise .8s ease forwards; }
.hero-anim.delay-1 { animation-delay:.14s; }
.hero-anim.delay-2 { animation-delay:.28s; }
.hero-anim.delay-3 { animation-delay:.42s; }
.carousel-item:not(.active) .hero-anim { animation: none; }
@keyframes textRise { to { opacity:1; transform: translateY(0); } }
@keyframes heroFade { from { opacity:0; transform: scale(1.03); } to { opacity:.78; transform: scale(1); } }
.masonry-grid { display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 340px; gap: 0; }
.masonry-item { position:relative; overflow:hidden; min-height:340px; background:#eee; }
.masonry-item img { width:100%; height:100%; object-fit:cover; transition: transform .6s ease; }
.masonry-item::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg, rgba(0,0,0,.62), transparent 58%); }
.masonry-item span { position:absolute; left:34px; bottom:28px; z-index:2; color:#fff; font-family:"Rajdhani"; text-transform:uppercase; font-size:2.2rem; font-weight:700; letter-spacing:.08em; }
.masonry-item:hover img { transform: scale(1.07); }
.masonry-tall { grid-row: span 2; }
.masonry-wide { grid-column: span 2; }
.product-card { background:#fff; height:100%; transition: transform .3s ease, box-shadow .3s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 28px 60px rgba(0,0,0,.12); }
.product-thumb { position:relative; background:#fff; overflow:hidden; }
.product-thumb img { width:100%; aspect-ratio: 1 / 1.08; object-fit:cover; }
.product-actions { position:absolute; left:18px; right:18px; bottom:18px; display:flex; justify-content:center; gap:8px; opacity:0; transform: translateY(12px); transition:.3s ease; }
.product-card:hover .product-actions { opacity:1; transform: translateY(0); }
.product-body { padding: 24px 24px 30px; text-align:center; }
.product-cat, .blog-meta { color: var(--smarty-gold); text-transform:uppercase; letter-spacing:.12em; font-size:.8rem; font-weight:700; margin-bottom:8px; }
.product-body h3 { font-size:1.25rem; font-weight:700; margin-bottom:10px; }
.price { font-family:"Rajdhani"; font-size:1.35rem; color:var(--smarty-black); font-weight:700; margin:0; }
.help-smart { background:#fff; }
.help-smart p { color:#666; font-size:1.08rem; max-width: 640px; }
.help-panel { background: var(--smarty-black); color:#fff; padding: 50px; }
.help-item { display:grid; grid-template-columns: 70px 1fr; gap: 12px 22px; padding: 24px 0; border-bottom:1px solid rgba(255,255,255,.14); }
.help-item:last-child { border-bottom:0; }
.help-item span { color:var(--smarty-gold); font-family:"Rajdhani"; font-size:2.5rem; line-height:1; font-weight:700; grid-row: span 2; }
.help-item strong { font-family:"Rajdhani"; font-size:1.7rem; text-transform:uppercase; }
.help-item p { color:rgba(255,255,255,.7); margin:0; }
.blog-card { background:#fff; height:100%; }
.blog-card img { width:100%; aspect-ratio: 1.45 / 1; object-fit:cover; }
.blog-body { padding:28px; }
.blog-body h3 { font-size:1.45rem; font-weight:700; line-height:1.2; }
.blog-body p { color:#666; }
.read-more { font-family:"Rajdhani"; text-transform:uppercase; letter-spacing:.1em; font-weight:700; color:var(--smarty-gold); }
.site-footer { background:#0d0d0d; color:rgba(255,255,255,.72); padding:80px 0 0; }
.footer-logo { filter: invert(1); margin-bottom:20px; }
.site-footer h4 { color:#fff; font-family:"Rajdhani"; text-transform:uppercase; font-weight:700; margin-bottom:20px; }
.site-footer ul { list-style:none; padding:0; margin:0; }
.site-footer li { margin-bottom:10px; }
.site-footer a { color:rgba(255,255,255,.75); }
.site-footer a:hover { color:var(--smarty-gold); }
.newsletter-form { display:flex; gap:8px; }
.newsletter-form .form-control { border-radius:0; border:0; min-height:48px; }
.social-links { display:flex; gap:12px; }
.social-links a { width:38px; height:38px; border:1px solid rgba(255,255,255,.18); display:inline-flex; align-items:center; justify-content:center; font-family:"Rajdhani"; font-weight:700; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:60px; padding:24px 0; font-size:.92rem; }
@media (min-width: 992px) { .mega-trigger:hover .dropdown-menu { display:block; } }
@media (max-width: 991.98px) {
  :root { --header-height: 76px; }
  .navbar-nav .nav-link { padding: 12px 0; }
  .mega-menu { box-shadow:none !important; }
  .hero-content h1, .hero-content h2 { font-size: clamp(3rem, 14vw, 5.2rem); }
  .masonry-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 280px; }
  .masonry-tall { grid-row: span 1; }
}
@media (max-width: 575.98px) {
  .section-gap { padding:70px 0; }
  .masonry-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .masonry-wide { grid-column: span 1; }
  .help-panel { padding:30px; }
  .help-item { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction:column; }
  .language-card { padding:28px; }
}

/* Updated masonry / offer banners from Smarty 2026 reference */
.hero-content .row { padding-left: 6vw; padding-right: 6vw; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy-left { padding-left: clamp(24px, 4vw, 82px); }
.hero-copy-right { padding-right: clamp(24px, 4vw, 82px); }
.carousel-control-prev,
.carousel-control-next { width: 72px; opacity: .85; }
.carousel-control-prev { left: 10px; }
.carousel-control-next { right: 10px; }
.carousel-control-prev-icon,
.carousel-control-next-icon { width: 2.3rem; height: 2.3rem; }

.offer-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  min-height: 720px;
  gap: 0;
}
.offer-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 720px;
}
.offer-banner {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 360px;
  background: #111;
  color: #fff;
  isolation: isolate;
}
.offer-banner-tall { min-height: 720px; }
.offer-banner img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.01);
  transition: transform .7s ease, filter .7s ease;
}
.offer-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,.10), rgba(0,0,0,.02) 42%, rgba(0,0,0,.52));
  z-index: 1;
}
.offer-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.72));
  transition: background .35s ease;
}
.offer-content {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(28px, 4vw, 58px);
  text-shadow: 0 10px 28px rgba(0,0,0,.45);
}
.offer-content strong {
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(3.1rem, 5.6vw, 6.4rem);
  line-height: .85;
  text-transform: uppercase;
  letter-spacing: .045em;
  font-weight: 700;
}
.offer-content small {
  display: block;
  margin-top: 14px;
  font-size: clamp(.95rem, 1vw, 1.1rem);
  color: rgba(255,255,255,.86);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.offer-content em {
  display: inline-flex;
  margin-top: 26px;
  padding: 13px 28px;
  border: 1px solid rgba(255,255,255,.72);
  font-family: "Rajdhani", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .92rem;
}
.offer-banner:hover img { transform: scale(1.08); filter: saturate(1.08); }
.offer-banner:hover .offer-overlay { background: linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.82)); }

/* Language overlay: 5-language first-load modal */
.language-overlay {
  align-items: center;
  justify-content: center;
}
.language-card {
  max-width: 680px;
  padding: 48px 54px 46px;
  border-radius: 4px;
}
.language-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #111;
  border-radius: 999px;
  font-size: 1.75rem;
  line-height: 1;
}
.language-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.language-option {
  border: 1px solid var(--smarty-border);
  background: #fff;
  min-height: 106px;
  padding: 18px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .22s ease;
}
.language-option .flag { font-size: 2.05rem; line-height: 1; margin-bottom: 10px; }
.language-option strong {
  font-family: "Rajdhani", sans-serif;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.language-option:hover,
.language-option:focus {
  border-color: var(--smarty-gold);
  color: var(--smarty-gold);
  transform: translateY(-3px);
  outline: 0;
  box-shadow: 0 16px 36px rgba(0,0,0,.12);
}

@media (max-width: 991.98px) {
  .hero-content .row { padding-left: 64px; padding-right: 64px; }
  .hero-copy-left,
  .hero-copy-right { padding-left: 0; padding-right: 0; }
  .offer-banner-grid { grid-template-columns: 1fr; min-height: auto; }
  .offer-stack { min-height: auto; }
  .offer-banner,
  .offer-banner-tall { min-height: 420px; }
  .language-grid { grid-template-columns: repeat(2, 1fr); }
  .language-card { max-width: 560px; }
}
@media (max-width: 575.98px) {
  .hero-content .row { padding-left: 46px; padding-right: 46px; }
  .carousel-control-prev,
  .carousel-control-next { width: 42px; }
  .offer-banner,
  .offer-banner-tall { min-height: 360px; }
  .language-grid { grid-template-columns: 1fr; }
  .language-card { padding: 32px 24px; }
}

/* Fixed package patch: preserve original header/slider, only adjust safety spacing and overlay reliability */
.language-overlay.is-visible { display: flex !important; }
.hero-content .row { padding-left: clamp(78px, 9vw, 150px); padding-right: clamp(78px, 9vw, 150px); }
.hero-copy-left { padding-left: clamp(16px, 2vw, 42px); }
.hero-copy-right { padding-right: clamp(16px, 2vw, 42px); }
.carousel-control-prev, .carousel-control-next { width: 58px; }
@media (max-width: 767.98px) {
  .hero-content .row { padding-left: 58px; padding-right: 58px; }
}


/* WooCommerce-ready static templates */
.woo-page { background: #f7f5f1; padding: 150px 0 90px; }
.woo-page.no-hero { padding-top: 130px; }
.woo-hero { background: #111; color: #fff; padding: 170px 0 90px; position: relative; overflow: hidden; }
.woo-hero:before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 78% 20%, rgba(195,146,72,.24), transparent 32%), linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.35)); }
.woo-hero .container-fluid { position:relative; z-index:2; }
.woo-hero h1 { font-family:"Rajdhani"; text-transform:uppercase; font-weight:700; font-size: clamp(3rem, 8vw, 6.5rem); line-height:.9; }


.woo-hero nav.woocommerce-breadcrumb {
  font-family: "Rajdhani", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .13em !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,.68) !important;
  font-size: 16px !important;
  margin-bottom: 16px !important;
}

.woo-hero nav.woocommerce-breadcrumb a {
  color: #fff !important;
}

.woo-card { background:#fff; border:1px solid var(--smarty-border); box-shadow: 0 18px 50px rgba(0,0,0,.055); }
.woo-panel { background:#fff; border:1px solid var(--smarty-border); padding:32px; }
.woo-panel-title { font-family:"Rajdhani"; text-transform:uppercase; font-size:1.8rem; font-weight:700; color:#111; margin-bottom:22px; }
.single-product-gallery { background:#fff; padding:24px; border:1px solid var(--smarty-border); }
.single-product-main { background:#f9f9f9; display:flex; align-items:center; justify-content:center; min-height:540px; }
.single-product-main img { max-height:520px; width:auto; object-fit:contain; }
.product-thumbs { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; margin-top:14px; }
.product-thumbs button { border:1px solid var(--smarty-border); background:#fff; padding:8px; min-height:96px; }
.product-thumbs img { height:80px; width:100%; object-fit:contain; }
.single-product-summary { padding-left: clamp(0px, 2vw, 28px); }
.single-product-summary h1 { font-family:"Rajdhani"; text-transform:uppercase; font-weight:700; color:#111; font-size: clamp(2.6rem, 5vw, 5rem); line-height:.9; }
.woo-rating { color:#d6a352; letter-spacing:.1em; font-size:1.05rem; }
.woo-price { font-family:"Rajdhani"; color:#111; font-size:2.4rem; font-weight:700; }
.woo-short-description { font-size:1.08rem; color:#666; max-width:650px; }
.woo-attributes { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; margin:28px 0; }
.woo-attribute { border:1px solid var(--smarty-border); padding:16px; background:#fff; }
.woo-attribute strong { display:block; font-family:"Rajdhani"; text-transform:uppercase; font-size:1rem; color:#111; }
.woo-attribute span { color:#707070; }
.woo-qty { width:96px; min-height:54px; text-align:center; border:1px solid var(--smarty-border); }
.woo-tabs .nav-link { border-radius:0; color:#111; font-family:"Rajdhani"; text-transform:uppercase; font-weight:700; letter-spacing:.09em; }
.woo-tabs .nav-link.active { background:#111; color:#fff; }
.woo-tabs-content { background:#fff; border:1px solid var(--smarty-border); border-top:0; padding:34px; }
.cart-table { width:100%; border-collapse:collapse; background:#fff; }
.cart-table th { font-family:"Rajdhani"; text-transform:uppercase; letter-spacing:.1em; color:#111; font-weight:700; padding:18px 14px; border-bottom:1px solid var(--smarty-border); }
.cart-table td { padding:18px 14px; border-bottom:1px solid var(--smarty-border); vertical-align:middle; }
.cart-product { display:flex; gap:16px; align-items:center; }
.cart-product img { width:82px; height:82px; object-fit:contain; background:#f7f7f7; }
.cart-product strong { display:block; color:#111; font-family:"Rajdhani"; font-size:1.25rem; text-transform:uppercase; }
.cart-summary { position:sticky; top:130px; }
.summary-row { display:flex; justify-content:space-between; gap:16px; padding:13px 0; border-bottom:1px solid var(--smarty-border); }
.summary-row.total { font-family:"Rajdhani"; font-weight:700; color:#111; font-size:1.7rem; border-bottom:0; }
.checkout-step { display:flex; align-items:center; gap:14px; margin-bottom:22px; color:#777; }
.checkout-step span { width:42px; height:42px; border-radius:50%; background:#111; color:#fff; display:inline-flex; align-items:center; justify-content:center; font-family:"Rajdhani"; font-weight:700; }
.checkout-section { margin-bottom:28px; }
.form-control, .form-select { border-radius:0; min-height:52px; border-color:var(--smarty-border); }
.form-control:focus, .form-select:focus { border-color:var(--smarty-gold); box-shadow:0 0 0 .2rem rgba(185,133,62,.15); }
.payment-method { border:1px solid var(--smarty-border); padding:18px; margin-bottom:12px; background:#fff; }
.payment-method label { font-weight:700; color:#111; }
.thankyou-icon { width:92px; height:92px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; background:#111; color:#fff; font-size:2.6rem; margin-bottom:24px; }
.order-meta-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border:1px solid var(--smarty-border); background:#fff; margin:28px 0; }
.order-meta-grid > div { padding:20px; border-right:1px solid var(--smarty-border); }
.order-meta-grid > div:last-child { border-right:0; }
.order-meta-grid small { display:block; font-family:"Rajdhani"; text-transform:uppercase; letter-spacing:.1em; color:#777; font-weight:700; }
.order-meta-grid strong { display:block; color:#111; font-size:1.05rem; margin-top:4px; }
.account-layout { display:grid; grid-template-columns:290px 1fr; gap:30px; }
.account-nav { background:#111; padding:28px; align-self:start; position:sticky; top:130px; }
.account-nav a { display:flex; justify-content:space-between; align-items:center; color:rgba(255,255,255,.78); padding:14px 0; border-bottom:1px solid rgba(255,255,255,.12); font-family:"Rajdhani"; text-transform:uppercase; letter-spacing:.08em; font-weight:700; }
.account-nav a:hover, .account-nav a.active { color:var(--smarty-gold); }
.account-content { min-width:0; }
.account-stat { background:#fff; border:1px solid var(--smarty-border); padding:24px; height:100%; }
.account-stat strong { display:block; font-family:"Rajdhani"; color:#111; font-size:2.2rem; line-height:1; }
.account-stat span { text-transform:uppercase; letter-spacing:.1em; font-size:.82rem; color:#777; font-weight:700; }
.order-table { width:100%; background:#fff; }
.order-table th, .order-table td { padding:16px; border-bottom:1px solid var(--smarty-border); vertical-align:middle; }
.order-table th { font-family:"Rajdhani"; text-transform:uppercase; color:#111; letter-spacing:.09em; }
.status-pill { display:inline-flex; padding:5px 12px; border-radius:999px; background:#f0eadf; color:#8a642b; font-weight:700; font-size:.82rem; }
.invoice-card { background:#fff; border:1px solid var(--smarty-border); padding:20px; display:flex; align-items:center; justify-content:space-between; gap:18px; }
.invoice-card strong { color:#111; font-family:"Rajdhani"; font-size:1.25rem; }
.address-box { background:#fff; border:1px solid var(--smarty-border); padding:24px; height:100%; }
.address-box h3 { font-family:"Rajdhani"; text-transform:uppercase; font-weight:700; color:#111; }
@media (max-width: 991.98px) {
  .woo-page { padding-top:110px; }
  .single-product-summary { padding-left:0; margin-top:34px; }
  .cart-summary { position:static; }
  .account-layout { grid-template-columns:1fr; }
  .account-nav { position:static; }
  .order-meta-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .order-meta-grid > div { border-bottom:1px solid var(--smarty-border); }
}
@media (max-width: 575.98px) {
  .woo-attributes { grid-template-columns:1fr; }
  .cart-table thead { display:none; }
  .cart-table tr, .cart-table td { display:block; width:100%; }
  .cart-table td { border-bottom:0; }
  .cart-table tr { border-bottom:1px solid var(--smarty-border); }
  .order-meta-grid { grid-template-columns:1fr; }
  .order-meta-grid > div { border-right:0; }
}

/* WordPress / WooCommerce integration */
.alignwide {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.woocommerce-notices-wrapper {
  max-width: 1320px;
  margin: 1rem auto 0;
  padding: 0 1rem;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 0;
  border-radius: 0;
  background: var(--smarty-soft);
  padding: 1rem 1.25rem;
  box-shadow: none;
  list-style: none;
}

.woocommerce-error {
  background: #fff1f1;
  color: #7a1d1d;
}

.woocommerce-message {
  background: #eff9f1;
  color: #1b5e2b;
}

.woocommerce-result-count {
  color: #777;
}

.woocommerce-ordering select {
  border: 1px solid var(--smarty-border);
  border-radius: 0;
  padding: .65rem 2.3rem .65rem 1rem;
  background: #fff;
}

ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products.columns-3,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none !important;
}

.woocommerce ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
}

.woocommerce ul.products li.product a img {
  margin: 0;
  width: 100%;
  height: auto;
}

.woocommerce-loop-product__title {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.35rem !important;
  color: #111;
  margin: .35rem 0 .5rem !important;
  text-transform: uppercase;
}

.woocommerce ul.products li.product .price {
  color: #111 !important;
  font-weight: 700;
  font-size: 1.05rem;
}

.quantity .qty {
  width: 86px;
  border: 1px solid var(--smarty-border);
  border-radius: 0;
  padding: .8rem;
  text-align: center;
}

.single_add_to_cart_button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
#place_order {
  background: var(--smarty-black) !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: .85rem 1.5rem !important;
  border: 1px solid var(--smarty-black) !important;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

.single_add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
#place_order:hover {
  background: var(--smarty-gold) !important;
  border-color: var(--smarty-gold) !important;
  color: #111 !important;
}

/* WooCommerce tabs - generic cleanup */
.woocommerce-tabs ul.tabs {
  display: flex;
  gap: .6rem;
  border-bottom: 1px solid #e5e0d8;
  padding: 0 !important;
  margin: 0 0 2rem !important;
  list-style: none;
}

.woocommerce-tabs ul.tabs::before,
.woocommerce-tabs ul.tabs::after,
.woocommerce-tabs ul.tabs li::before,
.woocommerce-tabs ul.tabs li::after {
  display: none !important;
  content: none !important;
}

.woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: .9rem 1.2rem;
  color: #111;
  border-radius: 0;
  text-decoration: none;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 700;
}

.woocommerce-tabs ul.tabs li.active a {
  background: #111;
  color: #fff;
}

.woocommerce-Tabs-panel {
  background: #fff;
  border: 1px solid var(--smarty-border);
  padding: 2rem;
}

/* Cart, checkout, thank-you and account */
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-order,
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid var(--smarty-border);
  padding: 1.5rem;
}

.woocommerce table.shop_table {
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0 12px;
}

.woocommerce table.shop_table th {
  border: 0 !important;
  color: #111;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .12em;
}

.woocommerce table.shop_table td {
  border: 0 !important;
  background: #faf9f7;
  vertical-align: middle;
}

.cart_totals,
.woocommerce-checkout-review-order {
  background: #fff;
  border: 1px solid var(--smarty-border);
  padding: 1.5rem;
}

.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading {
  font-family: "Rajdhani", sans-serif;
  color: #111;
  text-transform: uppercase;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-input-wrapper input,
.woocommerce-input-wrapper textarea {
  border: 1px solid var(--smarty-border);
  border-radius: 0;
  padding: .85rem 1rem;
  width: 100%;
}

.woocommerce form .form-row label {
  color: #111;
  font-weight: 600;
  margin-bottom: .35rem;
}

.woocommerce-checkout-payment {
  background: var(--smarty-soft) !important;
  border-radius: 0 !important;
}

.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 !important;
  margin: 0 0 2rem !important;
  list-style: none;
}

.woocommerce-order-overview li {
  background: var(--smarty-soft);
  padding: 1rem !important;
  border: 0 !important;
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .1em;
}

.woocommerce-order-overview li strong {
  display: block;
  color: #111;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
  margin-top: .3rem;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after {
  display: none !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .5rem;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: .8rem 1rem;
  color: #111;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation .is-active a,
.woocommerce-MyAccount-navigation a:hover {
  background: #111;
  color: #fff;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-family: "Rajdhani", sans-serif;
  color: #111;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .products.columns-3,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .products.columns-3,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }

  .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
  }

  .single-product form.cart {
    flex-wrap: wrap;
  }
}

/* Single blog article */
.single-post-page .single-post-hero {
  padding-top: 170px;
  padding-bottom: 76px;
}

.single-post-page .page-hero .container-xxl {
  max-width: 980px;
}

.single-post-title {
  max-width: 920px;
  margin: 0 auto;
  color: var(--smarty-black);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: .98;
  text-align: center;
  word-break: normal;
}

.single-post-date {
  margin: 22px 0 0;
  color: rgba(17, 17, 17, .55);
  font-size: .95rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-post-container {
  max-width: 920px;
}

.single-post-featured {
  margin: 0 0 48px;
  overflow: hidden;
}

.single-post-featured img {
  display: block;
  width: 100%;
  height: auto;
}

.single-post-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.08rem;
  line-height: 1.85;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  color: var(--smarty-black);
  text-align: left;
}

.single-post-content p {
  margin-bottom: 1.25rem;
}

.single-post-content ul,
.single-post-content ol {
  display: block;
  text-align: left;
  margin: 1rem 0 1.5rem;
  padding-left: 1.4rem;
}

.single-post-content blockquote {
  max-width: 680px;
  margin: 2.2rem 0;
  padding: 1.4rem 1.6rem;
  border-left: 3px solid var(--smarty-gold);
  background: rgba(201, 162, 93, .08);
  text-align: left;
}

@media (max-width: 767.98px) {
  .single-post-page .single-post-hero {
    padding-top: 140px;
    padding-bottom: 56px;
  }

  .single-post-title {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .single-post-content {
    font-size: 1rem;
    line-height: 1.75;
  }
}


/* Product actions: qty + add to cart + wishlist on one row */
.smarty-pdp-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
}

.smarty-pdp-actions form.cart {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

.smarty-pdp-actions form.cart::before,
.smarty-pdp-actions form.cart::after {
  display: none !important;
  content: none !important;
}

.smarty-pdp-actions .quantity {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}

.smarty-pdp-actions .quantity .qty {
  width: 96px;
  height: 54px;
  min-height: 54px;
  margin: 0 !important;
  padding: 0 12px;
  border: 1px solid var(--smarty-border);
  border-radius: 0 !important;
  background: #fff;
  color: #111;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 54px;
}

.smarty-pdp-actions .single_add_to_cart_button,
.smarty-pdp-actions .smarty-pdp-wishlist {
  height: 54px;
  min-height: 54px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 28px !important;
  border-radius: 0 !important;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: .08em;
  line-height: 1 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.smarty-pdp-actions .single_add_to_cart_button {
  border: 1px solid var(--smarty-gold) !important;
  background: var(--smarty-gold) !important;
  color: #fff !important;
}

.smarty-pdp-actions .single_add_to_cart_button:hover {
  border-color: var(--smarty-black) !important;
  background: var(--smarty-black) !important;
  color: #fff !important;
}

.smarty-pdp-actions .smarty-pdp-wishlist {
  border: 1px solid #111 !important;
  background: transparent !important;
  color: #111 !important;
}

.smarty-pdp-actions .smarty-pdp-wishlist:hover {
  background: #111 !important;
  color: #fff !important;
}

@media (max-width: 575.98px) {
  .smarty-pdp-actions,
  .smarty-pdp-actions form.cart {
    align-items: stretch;
  }

  .smarty-pdp-actions form.cart,
  .smarty-pdp-actions .single_add_to_cart_button,
  .smarty-pdp-actions .smarty-pdp-wishlist {
    width: 100%;
  }

  .smarty-pdp-actions .quantity .qty {
    width: 100%;
  }
}

/* PDP buttons color and typography */
body.single-product .smarty-pdp-actions .single_add_to_cart_button {
  background: var(--smarty-gold) !important;
  border-color: var(--smarty-gold) !important;
  color: #fff !important;
  font-size: 20px !important;
}

body.single-product .smarty-pdp-actions .single_add_to_cart_button:hover {
  background: var(--smarty-black) !important;
  border-color: var(--smarty-black) !important;
  color: #fff !important;
}

body.single-product .smarty-pdp-actions .smarty-pdp-wishlist {
  font-size: 20px !important;
}

body.single-product .smarty-pdp-actions .smarty-pdp-wishlist:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}


.smarty-product-rating .star-rating {
  float: none;
  margin: 0;
  color: var(--smarty-gold);
  font-size: 1rem;
}

.smarty-product-rating a {
  font-size: .95rem;
  color: var(--smarty-muted);
}

.product-thumbs button {
  cursor: pointer;
}

.product-thumbs button.is-active {
  border-color: var(--smarty-gold);
}

.single-product-summary h2,
.product-detail-title,
.smarty-pdp-title {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: .9;
  margin: 0 0 16px;
}

/* Header actions */
.header-actions {
  position: relative;
}

.header-action-btn {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0,0,0,.13);
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.header-action-btn svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-action-btn:hover,
.header-action-btn:focus {
  background: #111;
  color: #fff;
  border-color: #111;
}

.cart-link .cart-count {
  position: absolute;
  top: -9px;
  right: -9px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--smarty-gold);
  color: #fff;
  border: 2px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1;
}

/* Header search expand */
.header-search {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.header-search-form {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scaleX(.96);
  transform-origin: right center;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0,0,0,.13);
  box-shadow: 0 18px 44px rgba(0,0,0,.12);
  transition: width .28s ease, opacity .2s ease, transform .28s ease;
  z-index: 40;
  overflow: hidden;
}

.header-search.is-open .header-search-form {
  width: min(360px, calc(100vw - 32px));
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scaleX(1);
}

.header-search.is-open .header-search-toggle {
  background: #111;
  color: #fff;
  border-color: #111;
}

.header-search-form input {
  width: 100%;
  height: 48px;
  border: 0;
  padding: 0 14px;
  font-size: .98rem;
  outline: 0;
}

.header-search-form button {
  width: 52px;
  height: 48px;
  border: 0;
  border-left: 1px solid rgba(0,0,0,.1);
  background: var(--smarty-gold);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-search-form button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 991.98px) {
  .header-actions {
    padding-top: 12px;
  }

  .header-search-form {
    right: auto;
    left: 0;
  }

  .header-search.is-open .header-search-form {
    width: min(320px, calc(100vw - 48px));
  }
}


.mega-title a {
  color: #111;
  display: inline-block;
  padding: 0;
}

.mega-title a:hover {
  color: var(--smarty-gold);
}

.mega-column-links a {
  display: block;
  color: #555;
  padding: 5px 0;
}

/* Mega menu: area hover più stabile */
.navbar .mega-trigger {
  position: static;
}

.navbar .mega-trigger > .nav-link {
  position: relative;
  z-index: 1002;
}

.navbar .mega-menu {
  margin-top: 0;
  top: 100%;
  left: 0;
  right: 0;
  border-radius: 0;
}

/* Ponte invisibile tra voce WATCHES e mega menu */
.navbar .mega-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
  z-index: 1001;
}

/* Tiene aperto il menu anche attraversando il ponte */
@media (min-width: 992px) {
  .navbar .mega-trigger:hover > .mega-menu,
  .navbar .mega-trigger:focus-within > .mega-menu {
    display: block;
  }

  .navbar .mega-trigger > .mega-menu {
    display: none;
  }
}

/* Menu: primo e secondo livello in maiuscolo */
.navbar-nav > .nav-item > .nav-link,
.mega-menu .mega-title,
.mega-menu .mega-title a {
  text-transform: uppercase;
}


/* Page hero stile coerente con WooCommerce hero */
.page-hero {
  padding-top: 170px !important;
  padding-bottom: 80px !important;
  background:
    radial-gradient(circle at top right, rgba(191, 153, 87, .22), transparent 34%),
    linear-gradient(135deg, #050505 0%, #141414 58%, #0b0b0b 100%) !important;
  color: #fff;
}

.page-hero .container-fluid {
  text-align: left !important;
}

.page-hero .eyebrow,
.page-hero .page-breadcrumb {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 700;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
}

.page-hero .page-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.page-hero .page-breadcrumb a:hover {
  color: var(--smarty-gold);
}

.page-hero h1 {
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 7rem);
  line-height: .85;
  margin: 0;
}

.hero-slide {
  position: relative;
  overflow: hidden;
}

.hero-video-embed {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #000;
}

.hero-video-embed iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 67.5vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.video-fallback {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-color: #111;
}

.hero-video-embed + .video-fallback {
  display: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay,
.hero-content {
  position: relative;
  z-index: 2;
}