@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --om-bg:#f7f4f8;
  --om-surface:#ffffff;
  --om-surface-soft:#fcf8fb;
  --om-surface-muted:#f1ebf3;
  --om-text:#221b2d;
  --om-text-soft:#62566e;
  --om-border:#eadcea;
  --om-primary:#c83d94;
  --om-primary-strong:#a62c76;
  --om-primary-soft:#f9e7f2;
  --om-accent:#4c3b7a;
  --om-dark:#171321;
  --om-shadow:0 18px 48px rgba(31,18,39,.08);
  --om-shadow-lg:0 28px 80px rgba(31,18,39,.16);
  --om-radius:28px;
  --om-container:1360px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#fbf8fc 0%,#f6f1f7 100%);color:var(--om-text);font-family:"Manrope",Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.45}
a{color:inherit}
img{display:block;max-width:100%;height:auto}
select,input,button,textarea{font:inherit}
body.admin-bar .om-header{top:32px}
.om-no-scroll{overflow:hidden}
.om-container{width:min(calc(100% - 40px),var(--om-container));margin-inline:auto}
.om-site-main{min-height:56vh}

.om-overlay{position:fixed;inset:0;background:rgba(14,12,20,.42);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.22s ease;z-index:9998}
.om-overlay.is-active{opacity:1;visibility:visible}

.om-topbar{position:sticky;top:0;z-index:90;background:linear-gradient(135deg,#2a2137,#20182d);border-bottom:1px solid rgba(255,255,255,.08)}
.om-topbar-inner{min-height:64px;display:grid;grid-template-columns:auto minmax(280px,520px) auto;gap:18px;align-items:center}
.om-topbar-left,.om-topbar-right{display:flex;align-items:center;gap:18px;color:#f7f1f8}
.om-topbar-right{justify-content:flex-end;font-size:14px;font-weight:600}
.om-topbar-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 16px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:700;letter-spacing:.02em}

.om-search{display:flex;align-items:center;position:relative;width:100%}
.om-search input{width:100%;height:50px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;padding:0 56px 0 20px;outline:none;transition:.2s ease}
.om-search input::placeholder{color:rgba(255,255,255,.68)}
.om-search input:focus{background:#fff;color:var(--om-text);border-color:#fff;box-shadow:0 0 0 4px rgba(255,255,255,.08)}
.om-search input:focus::placeholder{color:#8b8295}
.om-search button{position:absolute;right:6px;top:6px;width:38px;height:38px;border:none;border-radius:999px;background:#fff;color:var(--om-text);display:grid;place-items:center;cursor:pointer}

.om-header{position:sticky;top:64px;z-index:80;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(31,18,39,.06)}
.om-header-inner{min-height:98px;display:grid;grid-template-columns:minmax(220px,auto) 1fr auto;align-items:center;gap:26px}
.om-brand-wrap{display:flex;align-items:center;gap:16px;min-width:0}
.custom-logo-link img,.om-brand-fallback{width:54px;height:54px;border-radius:18px;object-fit:cover;display:grid;place-items:center;text-decoration:none;color:#fff;font-weight:800;font-size:24px}
.custom-logo-link{display:inline-flex;align-items:center;justify-content:center;background:transparent!important;box-shadow:none!important;padding:0!important}
.custom-logo-link img{background:transparent!important;box-shadow:none!important}
.om-brand-name{text-decoration:none;font-weight:800;font-size:24px;letter-spacing:-.03em;white-space:nowrap}
.om-nav{justify-self:center}
.om-menu{list-style:none;display:flex;align-items:center;justify-content:center;gap:30px;margin:0;padding:0}
.om-menu li{margin:0}
.om-menu a{text-decoration:none;font-size:17px;font-weight:700;color:#2a3040;transition:.18s ease}
.om-menu a:hover,.om-menu .current-menu-item>a,.om-menu .current_page_item>a{color:var(--om-primary)}
.om-header-actions{display:flex;align-items:center;gap:12px}
.om-circle-btn{position:relative;width:54px;height:54px;border-radius:18px;border:1px solid var(--om-border);background:#fff;display:grid;place-items:center;text-decoration:none;font-size:22px;cursor:pointer;box-shadow:0 8px 24px rgba(28,20,36,.04)}
.om-count{position:absolute;top:-6px;right:-6px;min-width:22px;height:22px;border-radius:999px;background:var(--om-primary);color:#fff;font-size:12px;font-weight:800;display:grid;place-items:center;padding:0 6px}

.om-hero{padding:58px 0 28px}
.om-hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:36px;align-items:stretch}
.om-pill,.om-eyebrow{display:inline-flex;align-items:center;min-height:40px;padding:0 18px;border-radius:999px;border:1px solid var(--om-border);background:var(--om-surface);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.om-hero-copy h1{margin:18px 0 16px;font-size:clamp(50px,6vw,84px);line-height:.96;letter-spacing:-.055em;color:#181324;max-width:8.5ch}
.om-hero-copy p{max-width:640px;font-size:19px;color:var(--om-text-soft)}
.om-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.om-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:18px;border:none;text-decoration:none;font-weight:800;cursor:pointer;transition:.18s ease}
.om-btn:hover{transform:translateY(-1px)}
.om-btn-primary{background:linear-gradient(135deg,var(--om-primary),var(--om-primary-strong));color:#fff;box-shadow:0 16px 30px rgba(200,61,148,.22)}
.om-btn-secondary{background:#fff;color:var(--om-text);border:1px solid var(--om-border)}
.om-hero-cards{display:grid;gap:16px;padding:24px;background:var(--om-surface);border:1px solid var(--om-border);border-radius:36px;box-shadow:var(--om-shadow)}
.om-hero-card{display:flex;flex-direction:column;justify-content:center;gap:10px;min-height:128px;padding:26px;border-radius:24px;border:1px solid var(--om-border);background:var(--om-surface-soft)}
.om-hero-card span{font-size:13px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--om-text-soft)}
.om-hero-card strong{font-size:30px;letter-spacing:-.03em}
.om-hero-card.is-dark{background:linear-gradient(135deg,#1d1830,#0f1434);border-color:#12172d;color:#fff}
.om-hero-card.is-dark span{color:#f9cbe6}
.om-hero-card.is-soft{background:linear-gradient(135deg,#fff7fb,#f7edf6)}

.om-home-section{padding:26px 0 34px}
.om-home-section-alt{padding-top:8px}
.om-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}
.om-section-head h2{margin:10px 0 0;font-size:42px;letter-spacing:-.04em}
.om-section-head a{text-decoration:none;color:var(--om-primary);font-weight:800}

.om-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.om-products-grid-shop{grid-template-columns:repeat(4,minmax(0,1fr))}
.om-product-card{display:flex;flex-direction:column;min-height:100%;background:var(--om-surface);border:1px solid var(--om-border);border-radius:26px;overflow:visible;box-shadow:var(--om-shadow);position:relative}
.om-product-media{position:relative;display:block;background:linear-gradient(180deg,#f7f7fa,#eff1f4);aspect-ratio:1/1.18;overflow:hidden}
.om-product-media img,.om-product-image{width:100%;height:100%;object-fit:cover}
.om-badge{position:absolute;left:16px;top:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.om-badge-sale{background:var(--om-primary);color:#fff}
.om-badge-muted{background:#334155;color:#fff}
.om-product-body{display:flex;flex-direction:column;gap:14px;flex:1;padding:18px 18px 20px}
.om-product-title{margin:0;font-size:21px;line-height:1.16;letter-spacing:-.03em;min-height:50px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.om-product-title a{text-decoration:none}
.om-product-price{min-height:52px;display:flex;align-items:flex-end;flex-wrap:wrap;gap:8px;font-size:18px;color:var(--om-primary-strong);font-weight:800}
.om-product-price del{color:#b98cad;opacity:.95}
.om-product-price ins{text-decoration:none}
.om-product-actions{display:grid;gap:10px;margin-top:auto}
.om-product-link{text-decoration:none;font-weight:800;color:var(--om-accent)}

.om-shop-wrap,.om-page-wrap{padding:34px 0 64px}
.om-shop-shell{max-width:100%;padding:34px}
.om-shop-head{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:26px}
.om-shop-head h1{margin:10px 0 0;font-size:48px;letter-spacing:-.04em}
.om-shop-tools{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.om-shop-tools .woocommerce-ordering{margin:0}
.om-shop-tools select,.om-filter-group input,.om-filter-group select,.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.coupon .input-text{height:50px;border-radius:16px;border:1px solid var(--om-border);background:#fff;padding:0 16px;color:var(--om-text);outline:none}
.om-filter-group input{width:100%}
.om-page-card{background:var(--om-surface);border:1px solid var(--om-border);border-radius:34px;padding:34px;box-shadow:var(--om-shadow);max-width:960px;margin:0 auto}
.om-page-card-wide{max-width:min(84vw,1320px)}
.om-page-title{margin:0 0 22px;font-size:54px;letter-spacing:-.04em}
.om-page-content{font-size:18px;color:var(--om-text)}
.om-page-content>*:first-child{margin-top:0}
.om-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.om-info-card{padding:28px;border:1px solid var(--om-border);border-radius:24px;background:var(--om-surface-soft)}
.om-info-card h3{margin:0 0 12px;font-size:20px}
.om-faq-list{display:grid;gap:14px}
.om-faq-list details{border:1px solid var(--om-border);border-radius:22px;padding:20px 22px;background:var(--om-surface-soft)}
.om-faq-list summary{cursor:pointer;font-weight:800}
.om-faq-list details p{margin:12px 0 0;color:var(--om-text-soft)}

.om-footer{background:linear-gradient(135deg,#cf8cbc,#b270b2);margin-top:48px;color:#fff}
.om-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;padding:52px 0}
.om-footer h4{margin:0 0 16px;font-size:16px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.om-footer p{margin:0;color:#fff9ff}
.om-footer-phone{font-size:24px;font-weight:800}
.om-newsletter-form{display:grid;gap:14px}
.om-newsletter-form input{height:52px;border:1px solid rgba(255,255,255,.48);border-radius:16px;background:rgba(255,255,255,.08);color:#fff;padding:0 16px}
.om-newsletter-form input::placeholder{color:rgba(255,255,255,.78)}
.om-newsletter-form button{height:52px;border:none;border-radius:16px;background:#fff;color:#15121e;font-weight:900;letter-spacing:.12em;text-transform:uppercase;cursor:pointer}
.om-footer-copy{padding:14px 20px;text-align:center;background:#f3eaf3;color:#241b2d;font-weight:700}

.om-drawer{position:fixed;inset:0;pointer-events:none;z-index:10020}
.om-drawer-panel{position:absolute;top:0;bottom:0;width:min(430px,92vw);background:#fff;box-shadow:var(--om-shadow-lg);display:flex;flex-direction:column;transform:translateX(108%);transition:.24s ease}
.om-drawer-left .om-drawer-panel{left:0;right:auto;transform:translateX(-108%)}
.om-drawer-right .om-drawer-panel{right:0}
.om-drawer.is-open{pointer-events:auto}
.om-drawer.is-open .om-drawer-panel{transform:translateX(0)}
.om-drawer-header{display:flex;justify-content:space-between;align-items:start;gap:14px;padding:22px 22px 18px;border-bottom:1px solid var(--om-border)}
.om-drawer-header h3{margin:8px 0 0;font-size:30px;letter-spacing:-.04em}
.om-drawer-body{padding:18px 22px;overflow:auto;flex:1}
.om-drawer-footer{padding:18px 22px 24px;border-top:1px solid var(--om-border);display:grid;gap:14px}
.om-drawer-footer.is-hidden{display:none}
.om-cart-total-row{display:flex;justify-content:space-between;align-items:center;font-size:18px}
.om-drawer-actions{display:grid;gap:12px}
.om-icon-btn,.om-remove-item{width:42px;height:42px;border:none;border-radius:14px;background:var(--om-surface-muted);display:grid;place-items:center;font-size:28px;line-height:1;cursor:pointer;color:var(--om-text)}
.om-cart-items{display:grid;gap:14px}
.om-cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--om-border);border-radius:20px;background:var(--om-surface-soft)}
.om-cart-thumb{width:88px;height:88px;border-radius:18px;overflow:hidden;background:#eef1f4}
.om-cart-thumb img{width:100%;height:100%;object-fit:cover}
.om-cart-copy{display:grid;gap:6px}
.om-cart-name{text-decoration:none;font-weight:800}
.om-cart-meta{color:var(--om-text-soft);font-size:14px}
.om-cart-price{font-weight:800;color:var(--om-primary-strong)}
.om-empty-state{padding:24px;border:1px dashed var(--om-border);border-radius:24px;background:var(--om-surface-soft);text-align:center}
.om-empty-icon{font-size:34px;margin-bottom:10px}
.om-empty-state h4{margin:0 0 6px;font-size:24px}
.om-empty-state p{margin:0 0 18px;color:var(--om-text-soft)}

.om-filter-form{display:grid;gap:18px}
.om-filter-group{display:grid;gap:8px}
.om-filter-group label{font-weight:800}
.om-filter-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.om-filter-actions{display:grid;gap:12px;margin-top:6px}

.om-modal{position:fixed;inset:0;z-index:10030;display:none}
.om-modal.is-open{display:block}
.om-modal-backdrop{position:absolute;inset:0;background:rgba(15,15,23,.62)}
.om-modal-dialog{position:relative;z-index:2;width:min(980px,calc(100vw - 28px));max-height:calc(100vh - 36px);overflow:auto;margin:18px auto;background:#fff;border-radius:30px;box-shadow:var(--om-shadow-lg)}
.om-modal-head{display:flex;justify-content:space-between;align-items:start;gap:12px;padding:22px;border-bottom:1px solid var(--om-border)}
.om-modal-head h3{margin:8px 0 0;font-size:34px;letter-spacing:-.04em}
.om-modal-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:24px;padding:24px}
.om-modal-image{min-height:360px;border-radius:24px;background:#f3f5f8;overflow:hidden}
.om-modal-image img{width:100%;height:100%;object-fit:cover}
.om-modal-price{font-size:30px;font-weight:800;margin-bottom:12px}
.om-modal-loading,.om-modal-error{padding:60px 24px;text-align:center;font-size:20px}
.variations_form table.variations{width:100%;border-collapse:separate;border-spacing:0 10px;margin-bottom:14px}
.variations_form table.variations label{font-weight:800}
.variations_form .single_variation_wrap{display:grid;gap:14px}
.variations_form .quantity input{height:50px;border-radius:16px;border:1px solid var(--om-border);padding:0 14px}
.woocommerce-variation-add-to-cart{display:grid;gap:12px}

.woocommerce-notices-wrapper:empty{display:none}
.woocommerce-message,.woocommerce-info,.woocommerce-error,.woocommerce-notice{list-style:none;margin:0 0 18px;padding:16px 18px;border-radius:18px;border:1px solid var(--om-border);background:var(--om-surface-soft)}
.woocommerce-error{border-color:#f1c5d7;background:#fff3f7}
.woocommerce table.shop_table{border:1px solid var(--om-border)!important;border-radius:24px;overflow:hidden;background:#fff}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:16px!important}
.woocommerce .cart_totals,.woocommerce-checkout-review-order,.woocommerce-form-coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid var(--om-border);border-radius:24px;padding:24px;background:#fff}
.woocommerce .button,.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce #respond input#submit{background:linear-gradient(135deg,var(--om-primary),var(--om-primary-strong))!important;color:#fff!important;border:none!important;border-radius:18px!important;min-height:50px!important;padding:0 20px!important;font-weight:800!important}
.woocommerce a.remove{color:var(--om-primary)!important}
.woocommerce ul.products,.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0}
.woocommerce .quantity .qty{height:48px;border-radius:14px;border:1px solid var(--om-border)}
.om-pagination .page-numbers{display:flex;gap:8px;list-style:none;padding:24px 0 0;margin:0;justify-content:center}
.om-pagination .page-numbers a,.om-pagination .page-numbers span{min-width:46px;height:46px;border-radius:16px;border:1px solid var(--om-border);display:grid;place-items:center;text-decoration:none;background:#fff;font-weight:800}
.om-pagination .page-numbers .current{background:var(--om-primary);color:#fff;border-color:var(--om-primary)}

@media (max-width: 1280px){
  .om-topbar-inner{grid-template-columns:1fr;justify-items:center;padding:10px 0}
  .om-topbar-left,.om-topbar-right{justify-content:center}
  .om-header{top:64px}
  .om-header-inner{grid-template-columns:1fr;justify-items:center;padding:18px 0}
  .om-nav{justify-self:center}
  .om-products-grid,.om-products-grid-shop{grid-template-columns:repeat(3,minmax(0,1fr))}
  .om-hero-grid{grid-template-columns:1fr}
  .om-contact-grid,.om-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 920px){
  .om-products-grid,.om-products-grid-shop{grid-template-columns:repeat(2,minmax(0,1fr))}
  .om-menu{flex-wrap:wrap;gap:18px}
  .om-page-card-wide{max-width:100%}
  .om-filter-grid-2,.om-modal-grid,.om-contact-grid{grid-template-columns:1fr}
}

@media (max-width: 767px){
  body.admin-bar .om-header{top:46px}
  .om-container{width:min(calc(100% - 24px),var(--om-container))}
  .om-topbar{position:relative}
  .om-topbar-inner{min-height:auto;gap:10px;padding:10px 0}
  .om-topbar-right{font-size:13px;gap:12px;flex-wrap:wrap}
  .om-header{top:0}
  .om-header-inner{min-height:auto;padding:16px 0;gap:16px}
  .om-brand-name{font-size:20px;white-space:normal}
  .om-menu{gap:14px}
  .om-menu a{font-size:15px}
  .om-products-grid,.om-products-grid-shop,.om-footer-grid{grid-template-columns:1fr}
  .om-page-card,.om-page-card-wide,.om-shop-shell{padding:22px}
  .om-hero-copy h1{font-size:clamp(40px,12vw,58px)}
  .om-section-head h2,.om-shop-head h1,.om-page-title,.om-modal-head h3{font-size:32px}
  .om-product-title{font-size:20px;min-height:auto}
  .om-circle-btn{width:50px;height:50px;border-radius:16px}
  .om-cart-item{grid-template-columns:72px 1fr auto}
  .om-cart-thumb{width:72px;height:72px}
  .om-shop-head{align-items:start;flex-direction:column}
}


.om-topbar-right{display:flex;align-items:center;gap:10px}
.om-social-btn{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;transition:.2s ease}
.om-social-btn svg{width:15px;height:15px;display:block}
.om-social-btn:hover{background:rgba(255,255,255,.16);transform:translateY(-1px)}
.om-search button svg{width:16px;height:16px;display:block}
.om-header{top:64px}
.om-menu{flex-wrap:wrap}
.om-site-main .woocommerce-result-count{margin:0}
.om-site-main .woocommerce-ordering{margin:0}
.om-filter-form{display:grid;gap:18px}
.om-filter-form select,.om-filter-form input{width:100%;height:54px;border-radius:18px;border:1px solid var(--om-border);background:#fff;padding:0 18px;color:var(--om-text)}
.om-filter-group label{display:block;margin:0 0 10px;font-size:14px;font-weight:800;color:var(--om-text)}
.om-shop-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 28px}
.om-shop-tools{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.om-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}
.om-product-card{display:flex;flex-direction:column;min-height:100%;border:1px solid var(--om-border);border-radius:28px;overflow:visible;background:#fff;box-shadow:var(--om-shadow)}
.om-product-media{display:block;position:relative;aspect-ratio:1/1;background:#f6f3f8;overflow:hidden}
.om-product-media img{width:100%;height:100%;object-fit:cover}
.om-product-body{display:flex;flex-direction:column;gap:14px;padding:20px 20px 18px;flex:1}
.om-product-title{margin:0;min-height:52px;font-size:20px;line-height:1.3;font-weight:800}
.om-product-title a{text-decoration:none}
.om-product-price{min-height:38px;font-size:18px;font-weight:800}
.om-product-actions{margin-top:auto;display:grid;gap:10px}
.om-product-link{text-decoration:none;font-weight:700;color:var(--om-text-soft)}
.om-badge{position:absolute;top:18px;left:18px;z-index:2;padding:10px 16px;border-radius:999px;font-size:13px;line-height:1;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.om-badge-sale{background:var(--om-primary);color:#fff}
.om-badge-muted{background:#fff;color:var(--om-text);border:1px solid var(--om-border)}
.om-circle-btn{position:relative;width:54px;height:54px;border-radius:18px;border:1px solid var(--om-border);background:#fff;display:grid;place-items:center;text-decoration:none;font-size:22px}
.om-count{position:absolute;top:-8px;right:-4px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:var(--om-primary);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}

.om-cart-page-wrap{padding:10px 0 40px}
.om-cart-layout{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(320px,.95fr);gap:26px;align-items:start}
.om-cart-main,.om-cart-side{min-width:0}
.om-cart-table th,.om-cart-table td{vertical-align:middle}
.om-cart-table .product-thumbnail img{width:96px;height:96px;object-fit:cover;border-radius:18px;background:#f7f4f8}
.om-cart-table .product-remove a{font-size:28px;text-decoration:none}
.om-cart-table .product-name a{font-size:18px;font-weight:800;text-decoration:none}
.om-cart-table .product-quantity .quantity{display:flex;align-items:center;justify-content:center}
.om-cart-table .product-quantity .qty{width:96px!important;text-align:center;font-weight:800}
.om-qty-static{display:inline-flex;align-items:center;justify-content:center;width:72px;height:48px;border:1px solid var(--om-border);border-radius:14px;background:#fff;font-weight:800}
.om-cart-collaterals .cart_totals{position:sticky;top:150px}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{width:100%;display:flex!important;justify-content:center;align-items:center}
.woocommerce .cart_totals table th,.woocommerce .cart_totals table td{padding:16px 0!important}
.woocommerce .cart_totals h2{margin:0 0 18px;font-size:28px}

@media (max-width: 1180px){
  .om-topbar-inner{grid-template-columns:1fr;gap:12px;padding:12px 0}
  .om-topbar-left,.om-topbar-right{justify-content:center}
  .om-header{top:118px}
  body.admin-bar .om-header{top:150px}
  .om-header-inner{grid-template-columns:1fr;justify-items:center;padding:18px 0}
  .om-menu{justify-content:center;gap:20px}
  .om-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .om-cart-layout{grid-template-columns:1fr}
  .om-cart-collaterals .cart_totals{position:static}
}

@media (max-width: 900px){
  .om-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .om-shop-head{flex-direction:column;align-items:flex-start}
}

@media (max-width: 640px){
  .om-products-grid{grid-template-columns:1fr}
  .om-product-title{min-height:0}
  .om-cart-table thead{display:none}
  .om-cart-table tr{display:grid;grid-template-columns:72px 96px 1fr;gap:10px;padding:14px;border-bottom:1px solid var(--om-border)}
  .om-cart-table tr.actions{display:block}
  .om-cart-table td{padding:6px!important;border:none!important}
  .om-cart-table .product-remove{grid-column:1}
  .om-cart-table .product-thumbnail{grid-column:2}
  .om-cart-table .product-name{grid-column:3}
  .om-cart-table .product-price,.om-cart-table .product-quantity,.om-cart-table .product-subtotal{grid-column:2 / span 2}
}


/* v7 refinements */
.om-topbar-right{padding-right:10px}
.om-topbar-left{padding-left:10px}
.om-drawer-panel{padding-inline:10px}
.om-drawer-body{padding:18px 10px}
.om-filter-form{padding-inline:10px}
.om-filter-form .om-btn{margin-inline:0}
.om-drawer-header h3{font-size:26px}
.om-cart-page-wrap{padding:0 0 30px}
.om-cart-layout{grid-template-columns:minmax(0,2.2fr) minmax(320px,.9fr);gap:18px}
.om-cart-table .product-price,.om-cart-table .product-quantity,.om-cart-table .product-subtotal{white-space:nowrap}
.om-cart-table .product-name{width:34%}
.om-cart-table .product-price{width:16%}
.om-cart-table .product-quantity{width:16%}
.om-cart-table .product-subtotal{width:18%}
.om-cart-qty-wrap{display:flex;justify-content:center}
.om-cart-qty{width:90px;height:46px;border:1px solid var(--om-border);border-radius:14px;padding:0 12px;text-align:center;font-weight:800;background:#fff;color:var(--om-text);appearance:textfield;-moz-appearance:textfield}
.om-cart-qty::-webkit-outer-spin-button,.om-cart-qty::-webkit-inner-spin-button{opacity:1}
.om-cart-side .cart_totals{position:sticky;top:150px}
.om-cart-side .shop_table td,.om-cart-side .shop_table th{padding:12px 0!important}
.om-cart-side .shipping-calculator-form{display:grid;gap:12px;margin-top:14px}
.om-cart-side #shipping_method{padding-left:20px}
.om-cart-side .woocommerce-shipping-calculator{margin-top:14px}
.om-shop-head{margin-bottom:22px}
.woocommerce-shipping-calculator .form-row{margin:0!important}
.woocommerce-shipping-calculator .button{width:100%}

@media (max-width: 920px){
  .om-cart-layout{grid-template-columns:1fr;gap:18px}
  .om-cart-side .cart_totals{position:static;top:auto}
}


/* v8 fixes */
.om-color-filter,.om-swatches{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.om-swatch{width:34px;height:34px;border-radius:999px;border:2px solid var(--om-border);background:#fff;display:grid;place-items:center;padding:0;cursor:pointer;transition:.18s ease;box-shadow:none}
.om-swatch span{width:22px;height:22px;border-radius:999px;border:1px solid rgba(0,0,0,.08);display:block}
.om-swatch.is-active{border-color:var(--om-primary);box-shadow:0 0 0 3px rgba(200,61,148,.12)}
.om-swatch-text{width:auto;min-width:74px;padding:0 12px;border-radius:999px;font-size:13px;font-weight:800}
.om-variation-select.is-hidden{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px;overflow:hidden}
.om-variation-fields{display:grid;gap:18px;margin:18px 0}
.om-variation-field label{display:block;margin-bottom:8px;font-weight:800}
.om-variations-form .reset_variations{display:inline-flex;margin:0 0 14px;text-decoration:none;font-weight:800;color:var(--om-primary)}
.om-variations-form .quantity,.om-single-summary .quantity{margin:0 0 14px}
.om-single-product{display:grid;gap:34px}
.om-single-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:34px;align-items:start}
.om-single-gallery{display:grid;gap:16px}
.om-single-main-image{border:1px solid var(--om-border);border-radius:30px;background:#f6f3f8;overflow:hidden;aspect-ratio:1/1.05;display:grid;place-items:center;padding:22px;box-sizing:border-box}
.om-single-main-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;border-radius:24px}
.om-single-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.om-single-thumb{border:1px solid var(--om-border);background:#fff;border-radius:18px;padding:0;overflow:hidden;cursor:pointer;aspect-ratio:1/1}
.om-single-thumb.is-active{border-color:var(--om-primary);box-shadow:0 0 0 3px rgba(200,61,148,.12)}
.om-single-thumb img{width:100%;height:100%;object-fit:cover}
.om-single-summary{display:grid;gap:18px;align-content:start}
.om-single-title{margin:0;font-size:52px;line-height:.98;letter-spacing:-.05em}
.om-single-price{font-size:28px;font-weight:900;color:var(--om-primary-strong)}
.om-single-price del{color:#b98cad}
.om-single-price ins{text-decoration:none}
.om-single-excerpt{font-size:17px;color:var(--om-text-soft)}
.om-single-purchase{padding:24px;border:1px solid var(--om-border);border-radius:26px;background:#fff}
.om-single-purchase .single_add_to_cart_button,.om-single-purchase .om-btn{width:100%}
.om-single-meta{display:grid;gap:8px;color:var(--om-text-soft)}
.om-single-tabs{margin-top:4px}
.om-single-tabs h2{margin-top:0;font-size:32px;letter-spacing:-.03em}
.om-related-section{padding-top:8px}
.om-modal-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(320px,.85fr);gap:28px;align-items:start}
.om-modal-image{border:1px solid var(--om-border);border-radius:28px;overflow:hidden;background:#f6f3f8;aspect-ratio:1/1.05;display:grid;place-items:center;padding:20px;box-sizing:border-box}
.om-modal-image img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}
.om-modal-form-wrap{display:grid;gap:14px;align-content:start}
.om-modal-price{font-size:30px;font-weight:900;color:var(--om-primary-strong)}
.om-modal-price del{color:#b98cad}
.om-modal-price ins{text-decoration:none}
.om-cart-table .product-quantity{min-width:150px}
.om-cart-table .product-quantity .quantity{display:block}
.om-cart-table .product-quantity .qty{width:110px!important;margin:0 auto}
.om-cart-side .cart_totals .shop_table td,.om-cart-side .cart_totals .shop_table th{display:table-cell!important;vertical-align:top}
.om-cart-side .shipping-calculator-form{display:grid!important}
.om-cart-side .shipping-calculator-form p{margin:0}
.om-cart-side .shipping-calculator-form label{display:block;font-weight:800;margin:0 0 8px}
@media (max-width: 920px){
  .om-single-grid,.om-modal-grid{grid-template-columns:1fr}
  .om-single-title{font-size:38px}
  .om-single-main-image,.om-modal-image{padding:14px}
}

.om-footer-copy{padding:14px 20px;text-align:center;background:#f3eaf3;color:#241b2d;font-weight:700}
.om-newsletter{display:flex;gap:10px;flex-wrap:wrap}
.om-newsletter-input{flex:1 1 220px;height:46px;border-radius:14px;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.18);color:#fff;padding:0 14px}
.om-newsletter-input::placeholder{color:rgba(255,255,255,.8)}
.om-newsletter-btn{height:46px;padding:0 18px;border-radius:14px;border:1px solid rgba(255,255,255,.4);background:#fff;color:#241b2d;font-weight:800;cursor:pointer}
.om-single-product-shell{display:grid;gap:34px}
.om-single-tabs{margin-top:8px;border:1px solid var(--om-border);border-radius:28px;background:#fff;padding:28px;max-width:none;width:100%}
.om-single-tabs .om-page-content{font-size:16px;line-height:1.7;color:var(--om-text-soft)}
.om-related-section{margin-top:12px}
.om-variation-actions{display:grid;gap:14px;margin-top:10px}
.om-variation-status{margin:-4px 0 10px;color:var(--om-text-soft);font-weight:700}
.om-variations-form .single_add_to_cart_button:disabled{opacity:.55;cursor:not-allowed}
.om-cart-table input[type=number].om-cart-qty{-webkit-appearance:auto;appearance:auto}
.om-cart-table .product-quantity input[type=number]{display:block !important;visibility:visible !important;opacity:1 !important}
.om-single-product .related.products{display:none}
@media (max-width:900px){.om-single-title{font-size:40px}.om-single-tabs{padding:22px}}


.om-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.om-variation-actions .single_add_to_cart_button[disabled]{opacity:.45;cursor:not-allowed}
.om-swatches{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.om-single-tabs{margin-top:32px;background:#fff;border:1px solid var(--om-border);border-radius:28px;padding:32px}
.om-single-tabs h2{margin:0 0 18px;font-size:42px;line-height:1.05}
.om-single-tabs .om-page-content{max-width:none}
.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{display:grid;gap:24px}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:24px;align-items:start}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review,.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--om-border);border-radius:28px;padding:28px}
.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none;width:auto}
.woocommerce-checkout #order_review_heading{margin:0 0 -12px;font-size:28px;font-weight:900}
.woocommerce-account .woocommerce{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:14px 16px;border-radius:16px;border:1px solid var(--om-border);text-decoration:none;font-weight:700;color:var(--om-text);background:var(--om-surface-soft)}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:linear-gradient(135deg,var(--om-primary),var(--om-primary-strong));color:#fff;border-color:transparent}
.woocommerce-account .addresses,.woocommerce-account .woocommerce-orders-table{margin-top:8px}
.woocommerce-checkout-review-order-table,.woocommerce-checkout #payment{border:1px solid var(--om-border);border-radius:24px;background:#fff;overflow:hidden}
.woocommerce-checkout #payment{padding:20px}
@media (max-width: 1024px){.woocommerce-checkout form.checkout,.woocommerce-account .woocommerce,.woocommerce-checkout #customer_details{grid-template-columns:1fr}}



/* v17 checkout exact layout */
.om-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
@media (max-width:1100px){.om-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:800px){.om-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.om-products-grid{grid-template-columns:1fr}}
.om-shop-tools select,.woocommerce-checkout select,.woocommerce-account select,.om-variation-select select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--om-text) 50%),linear-gradient(135deg,var(--om-text) 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:42px}
.woocommerce-checkout form.checkout.om-checkout-form{display:block!important}
.om-checkout-top{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);gap:28px;align-items:start}
.om-checkout-left,.om-checkout-right,.om-checkout-bottom{min-width:0}
.woocommerce-checkout #customer_details{display:grid!important;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none!important;width:auto!important;min-width:0}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row-wide,.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row-wide,.woocommerce-checkout #billing_country_field,.woocommerce-checkout #billing_address_1_field,.woocommerce-checkout #billing_address_2_field,.woocommerce-checkout #shipping_country_field,.woocommerce-checkout #shipping_address_1_field,.woocommerce-checkout #shipping_address_2_field,.woocommerce-checkout #order_comments_field{grid-column:1 / -1}
.woocommerce-checkout .form-row{margin:0 0 14px!important;width:auto!important;float:none!important}
.woocommerce-checkout .form-row label{display:block;font-weight:700;margin:0 0 8px}
.woocommerce-checkout input.input-text,.woocommerce-checkout select,.woocommerce-checkout textarea{width:100%!important;min-width:0;height:56px;border-radius:18px;border:1px solid var(--om-border);padding:0 18px;background:#fff;color:var(--om-text)}
.woocommerce-checkout textarea{height:136px!important;padding:14px 18px!important;resize:vertical}
.woocommerce-checkout .select2-container .select2-selection--single{height:56px;border-radius:18px;border:1px solid var(--om-border);background:#fff}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:54px;padding-left:18px;color:var(--om-text)}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:54px;right:10px}
.woocommerce-checkout #order_review_heading{margin:0 0 16px!important;font-size:28px;font-weight:900}
.woocommerce-checkout #order_review{display:block!important}
.woocommerce-checkout .woocommerce-checkout-review-order-table{border:1px solid var(--om-border);border-radius:28px;background:#fff;overflow:hidden}
.woocommerce-checkout .woocommerce-checkout-review-order-table th,.woocommerce-checkout .woocommerce-checkout-review-order-table td{padding:20px 22px;vertical-align:top}
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td{vertical-align:top}
.om-checkout-bottom{margin-top:26px;border:1px solid var(--om-border);border-radius:28px;background:#fff;padding:26px}
.om-checkout-bottom #payment{border:0!important;background:transparent!important;padding:0!important;margin:0!important}
.om-checkout-bottom ul.payment_methods{display:flex;flex-wrap:wrap;gap:16px;list-style:none;padding:0;margin:0 0 18px}
.om-checkout-bottom ul.payment_methods>li{flex:1 1 280px;border:1px solid var(--om-border);border-radius:20px;padding:18px;background:var(--om-surface-soft)}
.om-checkout-bottom .place-order{display:flex;justify-content:flex-start;margin-top:18px}
.om-checkout-bottom #place_order{min-width:280px}
@media (max-width:1024px){.om-checkout-top,.woocommerce-checkout #customer_details,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{grid-template-columns:1fr}}


/* v18 checkout layout fixes */
.woocommerce-checkout form.checkout.om-checkout-form{display:block!important}
.om-checkout-top{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr)!important;gap:30px;align-items:start}
.om-checkout-left,.om-checkout-right{min-width:0}
.om-checkout-right{align-self:start;position:relative}
.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-checkout-review-order{float:none!important;width:auto!important;clear:none!important;margin-top:0!important;margin-left:0!important;margin-right:0!important}
.woocommerce-checkout .woocommerce-checkout-review-order-table{width:100%!important}
.woocommerce-checkout #customer_details{display:grid!important;grid-template-columns:1fr 1fr!important;gap:18px 24px;align-items:start}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_country_field{grid-column:1 / -1}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_postcode_field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_2_field{grid-column:auto}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px 20px}
.woocommerce-checkout #shipping_country_field,.woocommerce-checkout #order_comments_field{grid-column:1 / -1}
.om-checkout-bottom{margin-top:26px!important;border:1px solid var(--om-border);border-radius:28px;background:#fff;padding:26px;clear:both;width:100%}
.om-checkout-bottom .woocommerce-checkout-payment,.om-checkout-bottom #payment{width:100%!important;float:none!important;clear:both!important}
.om-checkout-bottom ul.payment_methods{display:flex;flex-wrap:wrap;gap:16px;list-style:none;padding:0;margin:0 0 18px}
.om-checkout-bottom ul.payment_methods>li{flex:1 1 280px;border:1px solid var(--om-border);border-radius:20px;padding:18px;background:var(--om-surface-soft)}
.om-checkout-bottom .place-order{display:flex;justify-content:flex-start;margin-top:22px}
.om-checkout-bottom #place_order{min-width:280px}
@media (max-width:1024px){.om-checkout-top,.woocommerce-checkout #customer_details,.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,.woocommerce-checkout .woocommerce-additional-fields__field-wrapper{grid-template-columns:1fr!important}}

/* === Fixes 2026-03-19 === */
.om-mobile-nav-toggle{display:none;align-items:center;justify-content:center;gap:5px;flex-direction:column;width:50px;height:50px;border:1px solid var(--om-border);background:#fff;border-radius:16px;cursor:pointer;box-shadow:0 8px 24px rgba(28,20,36,.04)}
.om-mobile-nav-toggle span{display:block;width:22px;height:2px;background:var(--om-text);border-radius:999px;transition:.2s ease}
.om-mobile-nav-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.om-mobile-nav-toggle.is-active span:nth-child(2){opacity:0}
.om-mobile-nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width: 767px){
  .om-header{position:relative!important;top:0!important}
  .om-header-inner{grid-template-columns:minmax(0,1fr) auto auto;align-items:center}
  .om-brand-wrap{min-width:0}
  .om-brand-name{font-size:18px;line-height:1.1}
  .om-mobile-nav-toggle{display:flex;order:2}
  .om-header-actions{order:3}
  .om-nav{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:120;background:#fff;border:1px solid var(--om-border);border-radius:24px;box-shadow:var(--om-shadow);padding:14px}
  .om-nav.is-open{display:block}
  .om-menu{display:grid;gap:8px;justify-content:stretch}
  .om-menu li{width:100%}
  .om-menu a{display:block;padding:12px 14px;border-radius:14px;background:var(--om-surface-soft)}
  body.om-mobile-nav-open{overflow:hidden}

  .woocommerce-page table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody td,
  .woocommerce table.shop_table_responsive tr,
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce table.shop_table_responsive tbody td{display:block!important;width:100%!important;text-align:center!important}
  .woocommerce table.shop_table_responsive tbody td::before,
  .woocommerce-page table.shop_table_responsive tbody td::before{float:none!important;display:block;margin:0 0 8px;font-weight:800;text-align:center}
  .woocommerce table.shop_table_responsive .product-thumbnail,
  .woocommerce-page table.shop_table_responsive .product-thumbnail{display:flex!important;justify-content:center}
  .woocommerce table.shop_table_responsive .product-name,
  .woocommerce-page table.shop_table_responsive .product-name{display:grid!important;justify-items:center;gap:8px}
  .woocommerce .cart_totals,
  .woocommerce-page .cart_totals,
  .woocommerce .checkout_coupon,
  .woocommerce .woocommerce-form-coupon,
  .woocommerce .woocommerce-form-login,
  .woocommerce .woocommerce-checkout .col2-set,
  .woocommerce .woocommerce-checkout-review-order,
  .woocommerce .woocommerce-checkout-payment,
  .woocommerce form.login,
  .woocommerce form.register{max-width:100%!important;overflow:hidden}
  .woocommerce-checkout #payment ul.payment_methods,
  .woocommerce-checkout #payment div.form-row{padding-left:0!important;padding-right:0!important}
  .woocommerce-checkout #payment .place-order{display:flex!important;flex-direction:column;align-items:stretch;gap:14px}
  .woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text{order:1;width:100%;margin:0;text-align:left}
  .woocommerce-checkout #payment #place_order,
  .woocommerce-checkout #payment button[name="woocommerce_checkout_place_order"]{order:2;width:100%!important;min-width:0!important;height:auto!important;min-height:54px!important;white-space:normal!important;line-height:1.2!important;padding:14px 18px!important}
}


/* password toggles */
.om-password-wrap{position:relative;display:block;width:100%}
.om-password-wrap input{padding-left:54px!important;padding-right:54px!important;width:100%!important}
.om-password-key,.om-password-toggle{position:absolute;top:50%;transform:translateY(-50%);z-index:6;display:flex;align-items:center;justify-content:center}
.om-password-key{left:18px;width:22px;height:22px;line-height:0;pointer-events:none;color:#c26b56;display:flex;align-items:center;justify-content:center}
.om-password-toggle{right:12px;width:42px;height:42px;border:1px solid var(--om-border);background:#fff;border-radius:14px;color:var(--om-text);cursor:pointer;padding:0;box-shadow:none;display:flex;align-items:center;justify-content:center}
.om-password-toggle span{font-size:0;line-height:0}.om-password-key svg,.om-password-toggle svg{display:block;width:18px;height:18px}
.woocommerce .show-password-input,.woocommerce form .show-password-input,.woocommerce form .show-password-input::after{display:none!important}
input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}
input[type=password]::-webkit-credentials-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;position:absolute;right:0}
@media (max-width: 767px){.om-password-wrap input{padding-left:50px!important;padding-right:50px!important}}

/* checkout mobile button */
@media (max-width: 767px){
  .woocommerce-checkout #payment .place-order{display:block!important}
  .woocommerce-checkout #payment #place_order{width:100%!important;min-height:56px;white-space:normal!important;line-height:1.2!important;padding:16px 20px!important;display:flex!important;align-items:center;justify-content:center;text-align:center}
}

:root{
  --om-topbar-bg:#241b31;
  --om-topbar-text:#f7f1f8;
  --om-header-bg:#ffffff;
  --om-header-text:#2a3040;
  --om-footer-bg:#b270b2;
  --om-footer-text:#ffffff;
  --om-footer-copy-bg:#f3eaf3;
  --om-footer-copy-text:#241b2d;
  --om-shop-columns:4;
}
body{background:linear-gradient(180deg,color-mix(in srgb,var(--om-bg) 72%, #ffffff 28%) 0%,var(--om-bg) 100%);color:var(--om-text)}
.om-topbar{background:var(--om-topbar-bg)}
.om-topbar-left,.om-topbar-right,.om-topbar a{color:var(--om-topbar-text)}
.om-search input{color:var(--om-topbar-text)}
.om-search input::placeholder{color:color-mix(in srgb,var(--om-topbar-text) 68%, transparent)}
.om-header{background:var(--om-header-bg)}
.om-brand-name,.om-menu a{color:var(--om-header-text)}
.om-footer{background:var(--om-footer-bg);color:var(--om-footer-text)}
.om-footer h4,.om-footer p,.om-footer a,.om-footer-phone{color:var(--om-footer-text)}
.om-newsletter-form input{color:var(--om-footer-text)}
.om-footer-copy{background:var(--om-footer-copy-bg);color:var(--om-footer-copy-text)}
.om-products-grid-shop{grid-template-columns:repeat(var(--om-shop-columns),minmax(0,1fr))}


.om-page-blocks{margin-top:28px;display:grid;gap:22px}
.om-block{padding:22px;border:1px solid var(--om-border);border-radius:24px;background:#fff;box-shadow:0 12px 30px rgba(25,16,35,.04)}
.om-block h3{margin:0 0 12px;font-size:28px;line-height:1.08}
.om-block-image img,.om-block-banner-media img{width:100%;height:auto;border-radius:18px;display:block}
.om-block-banner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:22px;align-items:center}
.om-block-button{margin:0}
.om-block-video iframe,.om-map-embed iframe{width:100%;min-height:360px;border:0;border-radius:18px}
@media (max-width: 900px){.om-block-banner{grid-template-columns:1fr}.om-block-video iframe,.om-map-embed iframe{min-height:260px}}

#om-filter-drawer .om-drawer-panel{padding-inline:0;}
#om-filter-drawer .om-drawer-header,#om-filter-drawer .om-drawer-body,#om-filter-drawer .om-drawer-footer{border-color:inherit;}
.om-filter-color-option{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 14px;border-radius:999px;border:1px solid var(--om-border);cursor:pointer;}
.om-filter-color-option.is-active{box-shadow:0 0 0 4px rgba(200,61,148,.12);}
.om-products-grid-shop .om-product-actions{margin-top:auto;}
.om-products-grid-shop .om-btn-primary,.om-modal-dialog .om-btn-primary{box-shadow:none!important;background-image:none!important;}
.om-modal-dialog .om-btn-secondary{border:1px solid var(--om-border);}

#om-filter-drawer .om-drawer-panel{background:var(--om-filters_popup-bg,#fff7fb)!important;color:var(--om-filters_popup-text,var(--om-text))!important;border-right:1px solid var(--om-filters_popup-border,var(--om-border));}
#om-filter-drawer .om-drawer-header,#om-filter-drawer .om-drawer-body,#om-filter-drawer .om-drawer-footer{background:inherit;color:inherit;}
#om-filter-drawer .om-drawer-header h3,#om-filter-drawer .om-eyebrow,#om-filter-drawer .om-filter-group label,#om-filter-drawer .om-filter-form,#om-filter-drawer .om-filter-form *{color:var(--om-filters_popup-text,var(--om-text))!important;}
#om-filter-drawer .om-filter-form input,#om-filter-drawer .om-filter-form select,#om-filter-drawer .om-filter-form button{background:var(--om-filters-bg,#fff1f5)!important;color:var(--om-filters-text,var(--om-text))!important;border-color:var(--om-filters-border,var(--om-border))!important;}
.om-products-grid-shop .om-product-card,.om-products-grid-shop .om-product-body,.om-products-grid-shop .om-product-meta{background:var(--om-shop_products-bg,#fff)!important;}
.om-products-grid-shop .om-product-title,.om-products-grid-shop .om-product-title a{color:var(--om-shop_products-text,var(--om-text))!important;}
.om-products-grid-shop .om-product-price,.om-products-grid-shop .om-product-price *{color:var(--om-shop_price-text,var(--om-primary-strong))!important;}
.om-products-grid-shop .om-btn-primary,.om-products-grid-shop .button,.om-products-grid-shop button{background:var(--om-shop_button-bg,var(--om-primary))!important;color:var(--om-shop_button-text,#fff)!important;border-color:var(--om-shop_button-border,var(--om-primary))!important;}

.om-filter-actions .om-btn-primary{background:var(--om-filter_button-bg,var(--om-primary))!important;color:var(--om-filter_button-text,#fff)!important;border-color:var(--om-filter_button-border,var(--om-primary))!important;}
.om-filter-actions .om-btn-secondary{background:#fff!important;color:var(--om-filters_popup-text,var(--om-text))!important;border-color:var(--om-filters_popup-border,var(--om-border))!important;}
#om-cart-drawer .om-cart-item{border-color:var(--om-cart_popup-border,var(--om-border))!important;}
#om-cart-drawer .om-cart-price,#om-cart-drawer .om-drawer-footer .amount{color:var(--om-cart_popup-text,var(--om-text))!important;}
.om-badge-sale{background:var(--om-shop_badge-bg,var(--om-primary))!important;color:var(--om-shop_badge-text,#fff)!important;border:1px solid var(--om-shop_badge-border,var(--om-primary))!important;}


/* v17 aesthetic pass */
.om-topbar,.om-header,.om-home-section .om-container,.om-product-card,.om-drawer-panel,.om-modal-dialog{transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;}
.om-topbar-pill{font-weight:800;letter-spacing:-.01em;}
.om-search input{padding-right:74px!important;}
.om-product-card .om-product-price del{opacity:.55;}
.om-product-card .om-product-price ins{text-decoration:none;}
.om-product-link{display:inline-flex;align-items:center;gap:8px;}
.om-product-link::after{content:'→';font-size:.9em;transition:transform .2s ease;}
.om-product-link:hover::after{transform:translateX(3px);}
.om-home-section{margin-bottom:28px;}
.om-home-section:last-of-type{margin-bottom:0;}


/* v18 aesthetic refinements */
.om-topbar{background:linear-gradient(135deg,#251a34 0%,#342246 52%,#291d39 100%);border-bottom:1px solid rgba(255,255,255,.08)}
.om-topbar-inner{min-height:76px;grid-template-columns:auto minmax(420px,760px) auto;gap:24px}
.om-topbar-pill{min-height:46px;padding:0 20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.om-search{max-width:880px;margin-inline:auto}
.om-search input{height:60px;padding:0 72px 0 24px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px)}
.om-search button{width:46px;height:46px;min-height:0;right:8px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.92);box-shadow:0 10px 24px rgba(24,14,34,.18)}
.om-topbar-right{gap:10px}
.om-social-btn{width:42px;height:42px;min-height:42px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px)}
.om-social-btn:hover{transform:translateY(-1px);background:rgba(255,255,255,.14)}
.om-header{background:#fff;box-shadow:0 1px 0 rgba(40,27,53,.08)}
.om-header-inner{min-height:120px}
.om-brand-name{font-size:24px;font-weight:800;letter-spacing:-.03em}
.om-menu a{font-size:17px;font-weight:700;letter-spacing:-.02em}
.om-header-actions .om-circle-btn{width:60px;height:60px;min-height:60px;border-radius:22px;background:#fff;border:1px solid #ead7e4;box-shadow:0 10px 24px rgba(43,29,55,.06)}
.om-count{top:-6px;right:-6px}
.om-products-grid-shop,.om-products-grid{gap:26px}
.om-products-grid-shop .om-product-card,.om-products-grid .om-product-card{border-radius:28px;box-shadow:0 18px 38px rgba(74,33,63,.08)}
.om-products-grid-shop .om-product-media,.om-products-grid .om-product-media{min-height:290px}
.om-products-grid-shop .om-product-body,.om-products-grid .om-product-body{gap:8px;padding:18px 20px 20px}
.om-products-grid-shop .om-product-title,.om-products-grid .om-product-title{font-size:18px;line-height:1.18;min-height:auto}
.om-products-grid-shop .om-product-price,.om-products-grid .om-product-price{min-height:0;margin:0 0 10px;font-size:16px;gap:6px}
.om-products-grid-shop .om-product-actions,.om-products-grid .om-product-actions{gap:0}
.om-products-grid-shop .om-product-link,.om-products-grid .om-product-link{display:none!important}
.om-badge{font-size:13px!important;padding:10px 16px!important;border-radius:999px!important;letter-spacing:.02em!important}
.om-password-wrap{position:relative;display:block;width:100%}
.om-password-wrap input{padding-left:52px!important;padding-right:66px!important}
.om-password-key,.om-password-toggle{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;z-index:8}
.om-password-key{left:16px;width:18px;height:18px;color:#c66a4f;pointer-events:none}
.om-password-key svg{display:block;width:18px;height:18px}
.om-password-toggle{right:12px;width:40px;height:40px;border-radius:14px;background:#fff;color:#2b2130;border:1px solid #ead7e4;box-shadow:0 6px 18px rgba(58,30,53,.08)}
.om-password-toggle svg{display:block;width:18px;height:18px}
.woocommerce .form-row .password-input,.woocommerce form .password-input{display:block!important;width:100%!important}
@media (max-width:1024px){.om-topbar-inner{grid-template-columns:1fr;justify-items:center}.om-topbar-left,.om-topbar-right{justify-content:center}.om-header-inner{gap:20px;min-height:96px}}
@media (max-width:767px){.om-topbar-inner{gap:14px;padding:12px 0}.om-search input{height:56px}.om-search button{width:42px;height:42px}.om-brand-name{font-size:20px}.om-menu a{font-size:16px}.om-products-grid-shop .om-product-media,.om-products-grid .om-product-media{min-height:220px}}

.om-password-wrap{min-height:var(--om-input-height,56px)}
.om-password-wrap input{appearance:none;-webkit-appearance:none;background-image:none!important}
.om-password-wrap .password-input{display:block}
.om-password-toggle:hover{background:#fff7fb}


/* v20 landing + mobile refinements */
.om-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}

.om-category-card{position:relative;min-height:240px;border-radius:28px;border:1px solid var(--om-border);background:linear-gradient(135deg,#fff9fc,#f5edf4);padding:24px;display:flex;align-items:flex-end;text-decoration:none;overflow:hidden;box-shadow:var(--om-shadow)}
.om-category-card-media{position:absolute;inset:0;display:block;z-index:0}
.om-category-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.om-category-card.has-image::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(20,16,28,.08),rgba(20,16,28,.42));z-index:0}
.om-category-card span{position:relative;z-index:1;font-size:28px;font-weight:800;letter-spacing:-.03em;color:#231b30}
.om-category-card.has-image span{color:#fff}
.om-account-brand{display:flex;justify-content:center;align-items:center;margin:0 0 24px}
.om-account-brand img{max-width:min(100%,320px);height:auto;display:block}
.om-benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.om-benefit-card{padding:24px;border-radius:24px;border:1px solid var(--om-border);background:#fff;box-shadow:var(--om-shadow);display:grid;gap:10px}
.om-benefit-icon{width:52px;height:52px;border-radius:16px;background:var(--om-primary-soft);display:grid;place-items:center;font-size:24px}
.om-benefit-card strong{font-size:20px;letter-spacing:-.02em}
.om-benefit-card p{margin:0;color:var(--om-text-soft)}
.om-editorial-banner{position:relative;min-height:380px;border-radius:36px;border:1px solid var(--om-border);padding:42px;display:flex;align-items:flex-end;background:linear-gradient(135deg,#fef7fb,#f3e8f2);overflow:hidden;box-shadow:var(--om-shadow-lg)}
.om-editorial-banner.has-image{background-size:cover;background-position:center}
.om-editorial-banner.has-image::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,16,28,.74),rgba(20,16,28,.18))}
.om-editorial-content{position:relative;z-index:1;display:grid;gap:16px;max-width:560px}
.om-editorial-content h2{margin:0;font-size:clamp(34px,4vw,56px);line-height:.98;letter-spacing:-.05em}
.om-editorial-content p{margin:0;font-size:18px;color:var(--om-text-soft)}
.om-editorial-banner.has-image .om-editorial-content h2,.om-editorial-banner.has-image .om-editorial-content p,.om-editorial-banner.has-image .om-eyebrow{color:#fff;border-color:rgba(255,255,255,.24)}
.om-products-grid-shop{grid-template-columns:repeat(var(--om-shop-columns,4),minmax(0,1fr))!important;gap:20px!important}
.om-product-card{border-radius:24px}
.om-product-body{gap:10px;padding:18px 18px 16px}
.om-product-title{min-height:auto!important;margin:0!important;font-size:18px!important}
.om-product-price{margin:0!important}
.om-product-card .om-btn,.om-product-card .button,.om-product-card .add_to_cart_button{margin-top:2px}
.om-product-card .om-product-link{display:none!important}
#om-filter-drawer .om-filter-form button[type="submit"],#om-filter-drawer .om-filter-actions .om-btn-primary{background:var(--om-filter_button-bg,var(--om-primary))!important;color:var(--om-filter_button-text,#fff)!important;border-color:var(--om-filter_button-border,var(--om-primary))!important}
#om-filter-drawer .om-filter-form input,#om-filter-drawer .om-filter-form select,#om-filter-drawer .om-filter-form .om-swatch{background:var(--om-filters-bg,#fff)!important;color:var(--om-filters-text,var(--om-text))!important;border-color:var(--om-filters-border,var(--om-border))!important}
#om-filter-drawer .om-filter-form input::placeholder{color:color-mix(in srgb,var(--om-filters-text,var(--om-text)) 62%, #fff)!important}
.om-password-wrap,.woocommerce form .password-input{position:relative!important;display:block!important}
.om-password-wrap input,.woocommerce form .password-input input{height:var(--om-input-height,58px)!important;padding-left:50px!important;padding-right:66px!important;line-height:1.2!important}
.om-password-key,.om-password-toggle{top:50%!important;transform:translateY(-50%)!important}
.om-password-key{left:18px!important;width:18px!important;height:18px!important}
.om-password-toggle{right:12px!important;width:44px!important;height:44px!important}
@media (max-width: 920px){
  .om-category-grid,.om-benefits-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 767px){
  .om-products-grid,.om-products-grid-shop{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .om-product-card{min-width:0!important}
  .om-product-media{aspect-ratio:.86/1!important}
  .om-product-body{padding:14px 12px 14px!important;gap:8px!important}
  .om-product-title{font-size:16px!important;line-height:1.2!important}
  .om-product-price,.om-product-price *{font-size:15px!important;line-height:1.2!important}
  .om-product-card .om-btn,.om-product-card .button,.om-product-card .add_to_cart_button{min-height:44px!important;padding:0 14px!important;font-size:14px!important;border-radius:16px!important}
  .om-shop-head{margin-bottom:18px!important}
  .om-category-grid,.om-benefits-grid,.om-footer-grid{grid-template-columns:1fr!important}
  .om-editorial-banner{padding:24px;min-height:320px;border-radius:28px}
  .om-footer,.om-footer h4,.om-footer p,.om-footer-phone,.om-newsletter-form{text-align:center}
  .om-newsletter-form{max-width:420px;margin:0 auto}
  .om-cart-item{grid-template-columns:64px 1fr auto!important}
  .om-cart-thumb{width:64px!important;height:64px!important}
}
@media (max-width: 420px){
  .om-products-grid,.om-products-grid-shop{grid-template-columns:1fr 1fr!important}
  .om-container{width:min(calc(100% - 18px),var(--om-container))}
  .om-search input{height:46px;padding-left:16px;padding-right:48px}
  .om-search button{width:34px;height:34px;top:6px;right:6px}
}


/* v21 refined layout */
.om-topbar-inner{min-height:58px!important;grid-template-columns:auto minmax(320px,700px) auto!important;gap:16px!important}
.om-topbar-pill{min-height:34px!important;padding:0 14px!important;font-size:12px!important}
.om-search input{height:52px!important;padding:0 62px 0 20px!important}
.om-search button{width:40px!important;height:40px!important;right:6px!important;top:6px!important;transform:none!important}
.om-brand-wrap{gap:14px}
.om-brand-wrap:has(.om-brand-name):not(:has(.custom-logo-link,.om-brand-fallback)){justify-content:flex-start}
.om-hero{padding:34px 0 20px!important}
.om-hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)!important;gap:28px!important;align-items:stretch!important}
.om-hero-copy h1{font-size:clamp(42px,5vw,72px)!important;max-width:10ch!important;margin:14px 0 14px!important}
.om-hero-copy p{font-size:18px!important;max-width:620px!important;margin:0}
.om-hero-cards-wrap{display:flex;align-items:stretch}
.om-hero-cards{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:'a a' 'b c';gap:16px;padding:22px;border-radius:36px;min-height:100%;background:linear-gradient(135deg,#fff6fb,#f6eef6);border:1px solid var(--om-border);box-shadow:var(--om-shadow-lg);background-size:cover;background-position:center;position:relative;overflow:hidden}
.om-hero-cards.has-image::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,250,252,.92),rgba(249,239,246,.72));pointer-events:none}
.om-hero-cards>*{position:relative;z-index:1}
.om-hero-card{min-height:var(--om-home-card-min-height,156px);padding:24px;border-radius:26px;background:rgba(255,255,255,.86);backdrop-filter:blur(8px);border:1px solid rgba(234,220,234,.92)}
.om-hero-card-highlight{grid-area:a;min-height:180px}
.om-hero-card-soft{grid-area:b}
.om-hero-card-compact{grid-area:c}
.om-hero-card strong{font-size:clamp(28px,3.1vw,46px);line-height:.96}
.om-hero-proof-below{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.om-hero-proof-below span{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;border:1px solid var(--om-border);background:#fff;box-shadow:var(--om-shadow);font-weight:700;color:var(--om-text-soft)}
.om-home-benefits{padding-top:8px!important}
.om-category-card,.om-benefit-card,.om-product-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.om-category-card:hover,.om-benefit-card:hover{transform:translateY(-4px);box-shadow:0 22px 54px rgba(67,35,58,.14)}
.om-product-card:hover .om-product-media img{transition:transform .28s ease}
.om-footer-grid > *{text-align:left}
@media (max-width: 920px){
  .om-hero-grid{grid-template-columns:1fr!important}
}
@media (max-width: 767px){
  .om-topbar-inner{min-height:unset!important;padding:10px 0!important}
  .om-topbar-pill{min-height:32px!important}
  .om-search input{height:46px!important}
  .om-search button{width:36px!important;height:36px!important}
  .om-hero-cards{grid-template-columns:1fr!important;grid-template-areas:'a' 'b' 'c';padding:18px;border-radius:28px}
  .om-hero-card-highlight{min-height:140px}
  .om-hero-card strong{font-size:32px!important}
  .om-products-grid,.om-products-grid-shop{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .om-product-body{padding:14px 12px 16px!important}
  .om-footer-grid,.om-footer-grid > *{text-align:center!important}
  .om-newsletter-form{margin-inline:auto!important}
}

/* v22 fixes */
@media (max-width: 767px){
  .om-home-sale .om-products-grid,
  .om-home-new .om-products-grid,
  .om-products-grid-shop,
  .woocommerce .om-products-grid-shop,
  .woocommerce .om-products-grid,
  .woocommerce ul.products.om-products-grid-shop,
  .woocommerce ul.products.om-products-grid{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  .om-products-grid-shop .om-product-card,
  .om-products-grid .om-product-card{
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .om-products-grid-shop .om-product-media,
  .om-products-grid .om-product-media{
    min-height: 260px !important;
  }
  .om-footer-grid,
  .om-footer-col,
  .om-footer-copy{
    text-align:center !important;
    justify-items:center;
  }
  .om-footer-newsletter,
  .om-footer-newsletter form,
  .om-footer-col p,
  .om-footer-col a{
    margin-left:auto !important;
    margin-right:auto !important;
    text-align:center !important;
  }
}

.om-single-meta{display:grid;gap:10px;margin-top:18px;padding-top:18px;border-top:1px solid var(--om-border);}
.om-single-meta div{font-size:15px;color:var(--om-text-soft);}
.om-single-meta strong{color:var(--om-text);font-weight:800;}

.om-category-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}
.om-category-card{min-height:220px;}


.om-contact-page{display:grid;gap:20px;}
.om-contact-intro{font-size:18px;line-height:1.7;color:var(--om-contact-text,var(--om-text-soft));margin:0;}
.om-contact-info-list{display:grid;gap:14px;}
.om-contact-map iframe{width:100%;min-height:320px;border:0;border-radius:18px;display:block;}
.om-contact-form .wpcf7 form,.om-contact-form form{display:grid;gap:14px;}
.om-contact-form input,.om-contact-form textarea,.om-contact-form select{width:100%;}


.om-contact-form-wrap{display:grid;gap:16px}
.om-contact-notice{padding:14px 16px;border-radius:18px;border:1px solid var(--om-border);font-weight:600}
.om-contact-notice.is-success{background:#eefaf3;color:#166534;border-color:#bbf7d0}
.om-contact-notice.is-error{background:#fff1f2;color:#b91c1c;border-color:#fecdd3}
.om-contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.om-contact-fields .om-field-full{grid-column:1/-1}
.om-contact-form .om-field label{display:block;margin:0 0 8px;font-weight:700}
.om-contact-form input,.om-contact-form textarea{width:100%;border:1px solid var(--om-contact-border,var(--om-border));background:var(--om-contact-bg,#fff);color:var(--om-contact-text,var(--om-text));border-radius:22px;padding:14px 16px;min-height:56px}
.om-contact-form textarea{min-height:140px;resize:vertical}
@media (max-width: 768px){.om-contact-fields{grid-template-columns:1fr}}


.om-contact-page{display:grid;gap:24px}
.om-contact-map-wide{width:100%}
.om-contact-grid-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.om-contact-grid-bottom .om-contact-card,.om-contact-grid-bottom .om-contact-form{min-width:0}
@media (max-width: 768px){.om-contact-grid-bottom{grid-template-columns:1fr}}


/* v34 featured categories alignment */
.om-category-card{display:grid!important;grid-template-rows:minmax(160px,1fr) auto;align-items:stretch;padding:18px!important;gap:14px;}
.om-category-card-media{position:relative!important;inset:auto!important;width:100%;height:100%;min-height:180px;border-radius:22px;overflow:hidden;display:block;z-index:0;}
.om-category-card-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.om-category-card.has-image::before{display:none!important;}
.om-category-card > span:last-child{display:block;position:relative!important;z-index:1;font-size:20px!important;line-height:1.15!important;font-weight:800;margin:0;padding:0 2px;color:#231b30!important;align-self:end;}
.om-category-card.has-image > span:last-child{color:#231b30!important;text-shadow:none!important;}

/* v34 my account login alignment */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account form.login,
.woocommerce-account .u-column1,
.woocommerce-account .u-column2{max-width:100%;min-width:0;}
.woocommerce-account form.login .form-row,
.woocommerce-account .woocommerce-form-login .form-row{display:block!important;width:100%!important;float:none!important;clear:both!important;margin:0 0 18px!important;}
.woocommerce-account form.login .form-row label,
.woocommerce-account .woocommerce-form-login .form-row label{display:block!important;width:100%!important;margin:0 0 10px!important;}
.woocommerce-account form.login input[type="text"],
.woocommerce-account form.login input[type="email"],
.woocommerce-account form.login input[type="password"],
.woocommerce-account .woocommerce-form-login input[type="text"],
.woocommerce-account .woocommerce-form-login input[type="email"],
.woocommerce-account .woocommerce-form-login input[type="password"]{display:block!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;}
.woocommerce-account .u-column1,
.woocommerce-account .u-column2{display:block!important;float:none!important;width:100%!important;}
.woocommerce-account .woocommerce-form-login .form-row-first,
.woocommerce-account .woocommerce-form-login .form-row-last,
.woocommerce-account form.login .form-row-first,
.woocommerce-account form.login .form-row-last{width:100%!important;float:none!important;}
.woocommerce-account .woocommerce-form-login .clear,
.woocommerce-account form.login .clear{display:none!important;}


/* v35 featured categories final alignment */
.om-category-grid{align-items:stretch;}
.om-category-card{display:flex !important;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:22px !important;min-height:320px;overflow:hidden;}
.om-category-card-media{position:relative !important;display:block;width:100%;height:220px;min-height:220px;flex:0 0 220px;border-radius:24px;overflow:hidden;background:#f4f1f5;}
.om-category-card-media img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}
.om-category-card > span:last-child{display:block;width:100%;margin-top:auto;padding:0;font-size:18px !important;line-height:1.2 !important;font-weight:800;text-align:left;word-break:break-word;overflow-wrap:anywhere;}

/* v35 my-account login alignment final */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account form.login{display:block !important;width:100% !important;max-width:100% !important;}
.woocommerce-account .woocommerce-form-login .form-row,
.woocommerce-account form.login .form-row,
.woocommerce-account .woocommerce-form-login .woocommerce-form-row,
.woocommerce-account form.login .woocommerce-form-row,
.woocommerce-account .woocommerce-form-login__username,
.woocommerce-account .woocommerce-form-login__password{display:block !important;width:100% !important;max-width:100% !important;float:none !important;clear:both !important;margin:0 0 18px !important;}
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account form.login label{display:block !important;width:100% !important;margin:0 0 10px !important;}
.woocommerce-account .woocommerce-form-login input.input-text,
.woocommerce-account form.login input.input-text,
.woocommerce-account .woocommerce-form-login input[type="text"],
.woocommerce-account .woocommerce-form-login input[type="email"],
.woocommerce-account .woocommerce-form-login input[type="password"],
.woocommerce-account form.login input[type="text"],
.woocommerce-account form.login input[type="email"],
.woocommerce-account form.login input[type="password"]{width:100% !important;max-width:100% !important;display:block !important;box-sizing:border-box !important;}
.woocommerce-account .woocommerce-form-login .password-input,
.woocommerce-account form.login .password-input{display:flex !important;align-items:center;gap:0;width:100% !important;max-width:100% !important;}
.woocommerce-account .woocommerce-form-login .password-input .show-password-input,
.woocommerce-account form.login .password-input .show-password-input{right:14px !important;top:50% !important;transform:translateY(-50%) !important;}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-flex !important;align-items:center;gap:8px;margin:8px 0 18px !important;}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account form.login .woocommerce-form-login__submit{float:none !important;display:inline-flex !important;}


/* omega mayorista */
.om-product-media-wrap{position:relative}
.om-wholesale-wrap{position:absolute;left:16px;right:16px;bottom:16px;z-index:4;display:flex;align-items:flex-start;justify-content:flex-start;pointer-events:none}
.om-wholesale-wrap .om-wholesale-badge,.om-wholesale-wrap .om-wholesale-popover{pointer-events:auto}
.om-wholesale-badge{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;max-width:min(100%,260px);padding:10px 14px;border:1px solid rgba(255,255,255,.45);border-radius:18px;background:linear-gradient(135deg,rgba(22,18,34,.86),rgba(64,36,86,.88));color:#fff;box-shadow:0 14px 30px rgba(16,12,28,.22);backdrop-filter:blur(8px);cursor:pointer;text-align:left}
.om-wholesale-badge-kicker{font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;opacity:.82}
.om-wholesale-badge-copy{font-size:12px;line-height:1.25;font-weight:700}
.om-wholesale-badge-copy strong{font-size:14px}
.om-wholesale-popover{position:absolute;left:0;bottom:calc(100% + 10px);width:min(320px,calc(100vw - 48px));padding:14px 14px 12px;border:1px solid var(--om-shop_popup-border,var(--om-border));border-radius:20px;background:var(--om-shop_popup-bg,#fff);color:var(--om-shop_popup-text,var(--om-text));box-shadow:0 20px 42px rgba(24,18,36,.18);opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}
.om-wholesale-popover::after{content:'';position:absolute;left:22px;bottom:-8px;width:16px;height:16px;background:var(--om-shop_popup-bg,#fff);border-right:1px solid var(--om-shop_popup-border,var(--om-border));border-bottom:1px solid var(--om-shop_popup-border,var(--om-border));transform:rotate(45deg)}
.om-wholesale-wrap:hover .om-wholesale-popover,.om-wholesale-wrap:focus-within .om-wholesale-popover{opacity:1;visibility:visible;transform:translateY(0)}
.om-wholesale-popover-head{display:flex;flex-direction:column;gap:2px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid color-mix(in srgb,var(--om-shop_popup-border,var(--om-border)) 70%, #fff)}
.om-wholesale-popover-head strong{font-size:14px;letter-spacing:-.02em}
.om-wholesale-popover-head span{font-size:12px;color:var(--om-text-soft)}
.om-wholesale-popover-body{display:grid;gap:10px;max-height:240px;overflow:auto;padding-right:4px}
.om-wholesale-group{display:grid;gap:8px}
.om-wholesale-group-title{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--om-primary-strong)}
.om-wholesale-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.om-wholesale-list li{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px;border:1px solid color-mix(in srgb,var(--om-shop_popup-border,var(--om-border)) 72%, #fff);border-radius:14px;background:color-mix(in srgb,var(--om-shop_popup-bg,#fff) 92%, #f8f0f7)}
.om-wholesale-list li span{font-size:13px;color:var(--om-shop_popup-text,var(--om-text))}
.om-wholesale-list li strong{font-size:14px;color:var(--om-shop_popup_price-text,var(--om-primary-strong))}
.om-single-main-image{position:relative}
.om-wholesale-wrap-single{left:20px;right:20px;bottom:20px}
@media (max-width: 767px){
  .om-wholesale-wrap{left:12px;right:12px;bottom:12px}
  .om-wholesale-badge{max-width:220px;padding:9px 12px;border-radius:16px}
  .om-wholesale-badge-copy{font-size:11px}
  .om-wholesale-popover{width:min(280px,calc(100vw - 36px));padding:12px}
}


/* Mini slider hero moda */
.om-hero-mini-slider{grid-column:1/-1;position:relative;min-height:340px;border-radius:30px;overflow:hidden;border:1px solid var(--om-border);background:var(--om-surface-soft)}
.om-hero-mini-slider-track{position:relative;min-height:inherit;height:100%}
.om-hero-mini-slide{display:none;position:relative;min-height:340px;height:100%}
.om-hero-mini-slide.is-active{display:block}
.om-hero-mini-slide img{display:block;width:100%;height:100%;min-height:340px;object-fit:cover}
.om-hero-mini-slide-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,rgba(24,19,36,.10) 0%,rgba(24,19,36,.26) 100%)}
.om-hero-mini-slide-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.om-hero-mini-slider .om-btn{box-shadow:0 14px 34px rgba(0,0,0,.16)}
.om-hero-mini-slider .om-hero-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:48px;border-radius:999px;border:1px solid var(--om-home_slider_nav-border,var(--om-border));background:var(--om-home_slider_nav-bg,rgba(255,255,255,.92));color:var(--om-home_slider_nav-text,var(--om-text));display:grid;place-items:center;font-size:30px;line-height:1;cursor:pointer}
.om-hero-mini-slider .om-hero-nav-prev{left:16px}
.om-hero-mini-slider .om-hero-nav-next{right:16px}
@media (max-width:767px){.om-hero-mini-slider,.om-hero-mini-slide,.om-hero-mini-slide img{min-height:260px}.om-hero-mini-slide-actions{gap:10px}.om-hero-mini-slider .om-btn{width:100%;justify-content:center}.om-hero-mini-slide-overlay{padding:18px}.om-hero-mini-slider .om-hero-nav{width:42px;height:42px;font-size:26px}}


/* v8 hero slider left */
.om-hero-grid-slider-left{grid-template-columns:minmax(340px,.92fr) minmax(0,1.08fr)!important;align-items:stretch!important}
.om-hero-media-col,.om-hero-content-col{min-width:0}
.om-hero-media-col{display:flex;align-items:stretch}
.om-hero-grid-slider-left .om-hero-mini-slider{grid-column:auto;min-height:560px;width:100%;border-radius:34px;box-shadow:var(--om-shadow-lg);background:#f5f1f4}
.om-hero-grid-slider-left .om-hero-mini-slider-track,.om-hero-grid-slider-left .om-hero-mini-slide{min-height:560px;height:100%}
.om-hero-grid-slider-left .om-hero-mini-slide{position:absolute;inset:0;display:block;opacity:0;visibility:hidden;transition:opacity .42s ease,visibility .42s ease}
.om-hero-grid-slider-left .om-hero-mini-slider-track{position:relative;overflow:hidden}
.om-hero-grid-slider-left .om-hero-mini-slide.is-active{opacity:1;visibility:visible;z-index:1}
.om-hero-grid-slider-left .om-hero-mini-slide img{min-height:560px;height:100%;width:100%;object-fit:cover}
.om-hero-grid-slider-left .om-hero-mini-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,19,36,.04) 0%,rgba(24,19,36,.08) 50%,rgba(24,19,36,.30) 100%);pointer-events:none}
.om-hero-mini-slide-footer{position:absolute;left:18px;right:18px;bottom:18px;z-index:2;display:flex;justify-content:center}
.om-hero-grid-slider-left .om-hero-mini-slide-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.22)}
.om-hero-grid-slider-left .om-hero-mini-slide-actions .om-btn{min-height:46px;padding:0 18px;border-radius:999px;font-size:14px;box-shadow:none}
.om-hero-grid-slider-left .om-hero-nav{top:auto;bottom:92px;transform:none}
.om-hero-grid-slider-left .om-hero-nav-prev{left:14px}
.om-hero-grid-slider-left .om-hero-nav-next{right:14px}
.om-hero-content-col{display:grid;gap:22px;align-content:start}
.om-hero-grid-slider-left .om-hero-copy{padding:18px 4px 0 0}
.om-hero-grid-slider-left .om-hero-copy h1{max-width:100%!important;width:100%!important}
.om-hero-grid-slider-left .om-hero-cards-wrap{display:block}
.om-hero-grid-slider-left .om-hero-cards{min-height:auto;gap:14px;padding:18px;border-radius:32px}
.om-hero-grid-slider-left .om-hero-cards-compact{grid-template-columns:1fr 1fr;grid-template-areas:'a a' 'b c'}
.om-hero-grid-slider-left .om-hero-card{padding:20px;min-height:136px;border-radius:22px}
.om-hero-grid-slider-left .om-hero-card-highlight{min-height:150px}
.om-hero-grid-slider-left .om-hero-card span{font-size:12px}
.om-hero-grid-slider-left .om-hero-card strong{font-size:clamp(24px,2.45vw,38px);line-height:1.02}
@media (max-width: 920px){
  .om-hero-grid-slider-left{grid-template-columns:1fr!important}
  .om-hero-media-col{order:2}
  .om-hero-content-col{order:1}
  .om-hero-grid-slider-left .om-hero-mini-slider,.om-hero-grid-slider-left .om-hero-mini-slider-track,.om-hero-grid-slider-left .om-hero-mini-slide,.om-hero-grid-slider-left .om-hero-mini-slide img{min-height:380px}
}
@media (max-width: 767px){
  .om-hero-grid-slider-left .om-hero-mini-slider,.om-hero-grid-slider-left .om-hero-mini-slider-track,.om-hero-grid-slider-left .om-hero-mini-slide,.om-hero-grid-slider-left .om-hero-mini-slide img{min-height:300px}
  .om-hero-mini-slide-footer{left:12px;right:12px;bottom:12px}
  .om-hero-grid-slider-left .om-hero-mini-slide-actions{display:grid;grid-template-columns:1fr;gap:8px;width:100%;padding:10px 10px 12px;border-radius:22px}
  .om-hero-grid-slider-left .om-hero-mini-slide-actions .om-btn{width:100%}
  .om-hero-grid-slider-left .om-hero-nav{bottom:84px}
}
.om-hero-grid-slider-left.no-hero-slider{grid-template-columns:1fr!important}


/* Omega Deco V4 overrides */

:root{
  --om-bg:#efefec;
  --om-text:#1b1a17;
  --om-border:#d8d3ca;
  --om-dark:#181614;
  --om-primary:#151515;
  --om-primary-strong:#090909;
  --om-accent:#d6c7b1;
}
body{background:#efefec!important;color:#1b1a17!important;font-family:Inter,Arial,sans-serif!important;}
h1,h2,h3,h4,.om-deco-stage-copy h2,.om-deco-side-card-intro h1,.om-section-head h2{font-family:Georgia,"Times New Roman",serif!important;letter-spacing:-.03em;}
.om-btn{min-height:48px!important;padding:0 22px!important;border-radius:2px!important;text-transform:uppercase;letter-spacing:.14em;font-size:11px!important;font-weight:700!important;box-shadow:none!important;}
.om-btn-primary{background:#111!important;border:1px solid #111!important;color:#fff!important;}
.om-btn-secondary{background:rgba(255,255,255,.84)!important;border:1px solid rgba(255,255,255,.54)!important;color:#111!important;backdrop-filter:blur(10px);}
.om-pill,.om-eyebrow,.om-product-kicker{letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:700;}
.om-topbar-deco{background:#070707!important;color:#fff!important;border-bottom:0!important;}
.om-topbar-deco .om-topbar-inner{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;min-height:40px;}
.om-topbar-deco .om-topbar-pill{background:transparent!important;border:0!important;padding:0!important;font-size:13px!important;}
.om-topbar-note{font-size:13px;opacity:.92;white-space:nowrap;}
.om-header-deco{background:#f4f3ef!important;border-bottom:1px solid #d8d3ca!important;position:sticky;top:0;z-index:60;backdrop-filter:blur(8px);}
.om-header-main-row{display:grid;grid-template-columns:auto minmax(280px,560px) auto;gap:28px;align-items:center;padding:22px 0 16px;}
.om-brand-wrap-deco{display:flex;align-items:center;gap:12px;min-width:150px;}
.om-brand-wrap-deco .custom-logo,.om-brand-wrap-deco img{width:auto!important;max-width:170px;height:66px!important;}
.om-search-header{display:flex!important;max-width:560px;margin:0 auto;width:100%;position:relative;}
.om-search-header input{background:#efefec!important;border:1px solid #91897d!important;border-radius:0!important;min-height:46px!important;padding:0 56px 0 18px!important;}
.om-search-header button{position:absolute;right:0;top:0;width:54px;min-height:46px!important;border:0!important;background:transparent!important;border-radius:0!important;color:#111!important;}
.om-header-actions-deco{display:flex;align-items:center;gap:10px;justify-self:end;}
.om-circle-btn{width:42px;height:42px;min-height:42px!important;border-radius:999px!important;background:transparent!important;border:0!important;color:#111!important;position:relative;}
.om-circle-btn svg{width:22px;height:22px;}
.om-count{position:absolute;top:3px;right:0;background:#111;color:#fff;border-radius:999px;min-width:16px;height:16px;padding:0 4px;font-size:10px;display:grid;place-items:center;}
.om-header-nav-row{border-top:1px solid #ddd7cf;background:#f4f3ef;}
.om-menu{display:flex;align-items:center;gap:14px;flex-wrap:nowrap;overflow:auto;padding:14px 0;scrollbar-width:none;}
.om-menu::-webkit-scrollbar{display:none}
.om-menu li{flex:0 0 auto;}
.om-menu a{font-size:16px!important;line-height:1.1;padding:0 14px;position:relative;white-space:nowrap;}
.om-menu li+li a:before{content:'';position:absolute;left:-6px;top:50%;width:1px;height:18px;background:#ccc3b7;transform:translateY(-50%);}
.om-deco-hero-shell{display:grid;grid-template-columns:280px minmax(0,1fr) 280px;gap:24px;align-items:stretch;padding-top:34px;padding-bottom:18px;}
.om-deco-hero-side,.om-deco-main-stage,.om-deco-category-ribbon{min-width:0;}
.om-deco-side-card,.om-deco-main-stage,.om-category-card-deco,.om-product-card-deco,.om-benefit-card,.om-shop-head-deco{background:#f7f6f2;border:1px solid #d8d3ca;border-radius:0!important;box-shadow:none!important;}
.om-deco-side-card{padding:22px;display:flex;flex-direction:column;gap:18px;}
.om-deco-side-card-intro{justify-content:space-between;background:linear-gradient(180deg,#f9f8f5 0%,#f0ece5 100%);}
.om-deco-side-card-intro h1{font-size:38px;line-height:.98;margin:0;max-width:10ch;}
.om-deco-side-card-intro p{color:#5b564d;font-size:15px;line-height:1.6;margin:0;}
.om-deco-side-title{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;}
.om-deco-mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.om-deco-mini-card,.om-deco-story-card{display:flex;flex-direction:column;gap:10px;color:inherit;text-decoration:none;}
.om-deco-mini-card-media,.om-deco-story-media{display:block;aspect-ratio:1/1.1;background:#ece8e0;overflow:hidden;}
.om-deco-mini-card img,.om-deco-story-media img,.om-category-card-deco img,.om-deco-category-pill-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.om-deco-mini-card-title,.om-deco-story-card span{font-size:14px;line-height:1.35;}
.om-deco-story-grid{display:grid;gap:14px;}
.om-deco-main-stage{position:relative;overflow:hidden;min-height:560px;background:#ece7df;}
.om-hero-mini-slider-deco,.om-hero-mini-slider-deco .om-hero-mini-slider-track,.om-hero-mini-slider-deco .om-hero-mini-slide,.om-hero-mini-slider-deco .om-hero-mini-slide img{min-height:560px!important;height:100%;}
.om-hero-mini-slider-deco .om-hero-mini-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,245,240,.82) 0%,rgba(247,245,240,.28) 44%,rgba(15,14,12,.14) 100%);}
.om-deco-stage-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:32px;z-index:2;}
.om-deco-stage-copy{max-width:420px;background:rgba(247,245,240,.88);border:1px solid rgba(216,211,202,.95);padding:28px 26px 24px;backdrop-filter:blur(10px);}
.om-deco-stage-copy h2{font-size:54px;line-height:.95;margin:6px 0 12px;}
.om-deco-stage-copy p{font-size:15px;line-height:1.65;color:#555047;margin:0 0 18px;}
.om-deco-kicker{display:inline-block;font-size:11px;letter-spacing:.16em;text-transform:uppercase;}
.om-deco-stage-actions{justify-content:flex-start!important;gap:10px!important;padding:0!important;background:none!important;border:0!important;backdrop-filter:none!important;}
.om-hero-mini-slider-deco .om-hero-nav{top:auto!important;bottom:18px;transform:none!important;width:44px;height:44px;border-radius:0!important;background:#fff!important;border:1px solid #d8d3ca!important;font-size:26px!important;}
.om-hero-mini-slider-deco .om-hero-nav-prev{left:auto!important;right:66px!important;}
.om-hero-mini-slider-deco .om-hero-nav-next{right:18px!important;}
.om-deco-category-ribbon{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-top:18px;}
.om-deco-category-pill{display:flex;align-items:center;gap:12px;background:#f7f6f2;border:1px solid #d8d3ca;padding:12px;color:inherit;text-decoration:none;min-width:0;}
.om-deco-category-pill-thumb{width:56px;height:56px;border-radius:999px;overflow:hidden;background:#e9e4dc;flex:0 0 56px;}
.om-deco-category-pill span:last-child{font-size:14px;line-height:1.25;}
.om-hero-proof-below{display:flex;gap:10px;flex-wrap:wrap;padding:10px 0 0;}
.om-hero-proof-below span{background:#f7f6f2;border:1px solid #d8d3ca;padding:10px 14px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;}
.om-home-section{padding:22px 0 24px;}
.om-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;}
.om-section-head h2{font-size:46px;line-height:.98;margin:0;}
.om-section-link{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#111;text-decoration:none;border-bottom:1px solid #111;padding-bottom:3px;}
.om-category-grid-deco{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px;}
.om-category-card-deco{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit;padding:18px 14px 20px;align-items:center;text-align:center;background:#f5f3ef;}
.om-category-card-deco .om-category-card-media{width:132px;height:132px;border-radius:999px;overflow:hidden;background:#e8e3da;display:block;}
.om-category-card-deco span:last-child{font-size:15px;line-height:1.3;}
.om-products-grid{display:grid;grid-template-columns:repeat(var(--om-home-columns,4),minmax(0,1fr))!important;gap:18px!important;}
.om-product-card-deco{padding:0;background:#f2f1ed;border:1px solid #d8d3ca;border-radius:0!important;overflow:hidden;display:flex;flex-direction:column;}
.om-product-card-deco .om-product-media-wrap{padding:0;background:#e7e2d9;}
.om-product-card-deco .om-product-media{min-height:340px!important;height:340px;display:block;position:relative;background:#e7e2d9;}
.om-product-card-deco .om-product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease;}
.om-product-card-deco:hover .om-product-image{transform:scale(1.04);}
.om-product-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:16px;opacity:0;transition:opacity .25s ease;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.32) 100%);}
.om-product-overlay span{background:rgba(255,255,255,.92);padding:10px 14px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#111;}
.om-product-card-deco:hover .om-product-overlay{opacity:1;}
.om-product-card-deco .onsale{left:12px!important;top:12px!important;right:auto!important;border-radius:0!important;background:#d7261e!important;color:#fff!important;font-size:11px!important;padding:8px 10px!important;min-height:auto!important;line-height:1!important;}
.om-product-card-deco .om-wholesale-badge{bottom:12px!important;left:12px!important;right:auto!important;border-radius:0!important;background:#111!important;color:#fff!important;}
.om-product-card-deco .om-product-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:10px;flex:1;background:#f2f1ed;}
.om-product-kicker{color:#706a60;}
.om-product-card-deco .om-product-title{font-family:Inter,Arial,sans-serif!important;font-size:20px;line-height:1.2;font-weight:500;letter-spacing:-.02em;min-height:48px;}
.om-product-card-deco .om-product-title a{color:#181614;}
.om-product-card-deco .om-product-price{font-size:16px;}
.om-product-card-deco .price,.om-product-card-deco .woocommerce-Price-amount{color:#111!important;}
.om-product-card-deco del{opacity:.55;display:block;margin-top:3px;}
.om-product-card-deco ins{text-decoration:none;}
.om-product-card-deco .om-product-actions{margin-top:auto;}
.om-product-card-deco .om-btn-primary{width:auto!important;display:inline-flex!important;padding:0 20px!important;background:#111!important;border-color:#111!important;}
.om-home-sale-deco .om-products-grid,.om-home-new-deco .om-products-grid,.om-products-grid-shop{gap:18px!important;}
.om-shop-wrap-deco{padding-top:26px;padding-bottom:34px;}
.om-shop-head-deco{padding:22px 26px;margin-bottom:18px;}
.om-shop-head-deco h1{font-size:48px;line-height:.98;margin:0;}
.om-shop-tools .orderby,.om-shop-tools select{border-radius:0!important;background:#f7f6f2!important;border:1px solid #d8d3ca!important;min-height:44px!important;padding:0 14px!important;}
.om-pagination ul{display:flex;gap:8px;justify-content:center;padding:0;list-style:none;}
.om-pagination a,.om-pagination span{display:grid;place-items:center;min-width:40px;height:40px;border:1px solid #d8d3ca;background:#f7f6f2;color:#111;text-decoration:none;}
.om-pagination .current{background:#111;color:#fff;border-color:#111;}
.om-benefits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.om-benefit-card{padding:24px;background:#f7f6f2;}
.om-benefit-card strong{font-family:Georgia,"Times New Roman",serif;font-size:28px;line-height:1;display:block;margin-bottom:10px;}
.om-drawer-panel,.om-modal-dialog{border-radius:0!important;}
.woocommerce-checkout .woocommerce,.woocommerce-cart .woocommerce{background:#efefec;}
.woocommerce-checkout form.checkout, .woocommerce-cart-form, .cart-collaterals{background:transparent!important;}
.woocommerce-checkout #customer_details, .woocommerce-checkout #order_review{background:#f7f6f2;border:1px solid #d8d3ca;padding:24px;}
.woocommerce-checkout input,.woocommerce-checkout select,.woocommerce-checkout textarea,.select2-container--default .select2-selection--single{border-radius:0!important;background:#f1efea!important;border:1px solid #bdb6aa!important;min-height:48px;}
.woocommerce-checkout #place_order,.woocommerce a.button,.woocommerce button.button{border-radius:0!important;background:#111!important;border-color:#111!important;color:#fff!important;text-transform:uppercase;letter-spacing:.12em;}
@media (max-width: 1200px){
  .om-deco-hero-shell{grid-template-columns:240px minmax(0,1fr) 240px;}
  .om-category-grid-deco{grid-template-columns:repeat(4,minmax(0,1fr));}
  .om-deco-category-ribbon{grid-template-columns:repeat(2,minmax(0,1fr));}
  .om-products-grid,.om-products-grid-shop{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width: 980px){
  .om-topbar-deco .om-topbar-inner{grid-template-columns:1fr;justify-items:center;text-align:center;padding:10px 0;}
  .om-topbar-note{display:none;}
  .om-header-main-row{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search";gap:14px;padding:18px 0 14px;}
  .om-brand-wrap-deco{grid-area:brand;}
  .om-search-header{grid-area:search;max-width:none;}
  .om-header-actions-deco{grid-area:actions;}
  .om-deco-hero-shell{grid-template-columns:1fr;}
  .om-deco-side-card-intro h1,.om-deco-stage-copy h2,.om-shop-head-deco h1,.om-section-head h2{font-size:36px;}
  .om-deco-main-stage,.om-hero-mini-slider-deco,.om-hero-mini-slider-deco .om-hero-mini-slider-track,.om-hero-mini-slider-deco .om-hero-mini-slide,.om-hero-mini-slider-deco .om-hero-mini-slide img{min-height:420px!important;}
  .om-category-grid-deco,.om-products-grid,.om-products-grid-shop,.om-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .om-nav{display:none;}
  .om-nav.is-open{display:block;background:#f4f3ef;padding:12px 0 20px;}
  .om-nav.is-open .om-menu{display:grid;gap:10px;padding:0;}
  .om-nav.is-open .om-menu li+li a:before{display:none;}
  .om-mobile-nav-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #d8d3ca;background:#f7f6f2;border-radius:0!important;}
  .om-mobile-nav-toggle span{background:#111!important;}
}
@media (max-width: 640px){
  .om-brand-wrap-deco .custom-logo,.om-brand-wrap-deco img{max-width:120px;height:52px!important;}
  .om-deco-stage-overlay{padding:16px;}
  .om-deco-stage-copy{padding:18px 16px 16px;max-width:none;}
  .om-deco-side-card-intro h1,.om-deco-stage-copy h2,.om-section-head h2,.om-shop-head-deco h1{font-size:30px;}
  .om-deco-mini-grid,.om-category-grid-deco,.om-products-grid,.om-products-grid-shop,.om-benefits-grid,.om-deco-category-ribbon{grid-template-columns:1fr!important;}
  .om-product-card-deco .om-product-media{min-height:280px!important;height:280px;}
  .om-shop-head-deco{padding:18px;}
}



/* ===== Omega Deco v6: visual reset toward editorial home decor ===== */
:root{
  --om-primary:#111111;
  --om-primary-strong:#111111;
  --om-accent:#111111;
  --om-dark:#111111;
  --om-text:#151515;
  --om-text-soft:#6a675f;
  --om-border:#ddd8d0;
  --om-surface:#ffffff;
  --om-surface-alt:#f3f1ec;
  --om-warm:#e8e1d6;
}

/* global buttons: black / editorial, not moda */
.om-btn,
.om-btn-primary,
.om-btn-secondary,
.om-products-grid .om-btn-primary,
.om-products-grid-shop .om-btn-primary,
.om-product-card .om-btn-primary,
.om-product-card-deco .om-btn-primary,
.om-filter-actions .om-btn-primary,
.om-filter-actions .om-btn-secondary,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce #respond input#submit,
.woocommerce a.checkout-button,
.woocommerce .checkout-button,
.woocommerce #payment #place_order{
  background:#111111 !important;
  background-image:none !important;
  color:#ffffff !important;
  border:1px solid #111111 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  font-family:Inter, Arial, sans-serif !important;
  font-weight:700 !important;
}

.om-btn-secondary{
  background:#ffffff !important;
  color:#111111 !important;
  border:1px solid #111111 !important;
}

.om-btn:hover,
.om-btn-primary:hover,
.om-btn-secondary:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce a.checkout-button:hover{
  transform:none !important;
  filter:opacity(.92);
}

/* top area */
.om-topbar-deco{
  background:#0f0f0f !important;
  color:#ffffff !important;
}
.om-topbar-deco .om-topbar-pill{
  background:transparent !important;
  border:1px solid rgba(255,255,255,.18) !important;
  color:#ffffff !important;
  border-radius:999px !important;
  padding:12px 22px !important;
  font-weight:600 !important;
}
.om-topbar-deco .om-topbar-note{
  color:rgba(255,255,255,.92) !important;
  font-weight:600 !important;
}
.om-topbar-deco .om-social-btn{
  width:48px !important;
  height:48px !important;
  border-radius:14px !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(255,255,255,.16) !important;
}
.om-header-deco{
  background:#ffffff !important;
  border-bottom:1px solid #e5e0d9 !important;
}
.om-header-main-row{
  grid-template-columns:auto minmax(460px,760px) auto !important;
  gap:32px !important;
  padding:26px 0 22px !important;
}
.om-brand-wrap-deco img{
  max-height:82px !important;
}
.om-search-header{
  max-width:760px !important;
  justify-self:center !important;
}
.om-search-header input{
  height:72px !important;
  border-radius:0 !important;
  border:1px solid #d9d3ca !important;
  background:#faf9f6 !important;
  padding:0 86px 0 28px !important;
  font-size:16px !important;
}
.om-search-header button{
  width:64px !important;
  height:64px !important;
  right:4px !important;
  border-radius:0 !important;
  border:1px solid #d9d3ca !important;
  background:#ffffff !important;
  box-shadow:none !important;
}
.om-header-actions-deco{
  gap:16px !important;
}
.om-header-actions-deco .om-circle-btn{
  width:72px !important;
  height:72px !important;
  border-radius:0 !important;
  border:1px solid #e6dfd4 !important;
  background:#faf9f6 !important;
  color:#111 !important;
}
.om-header-nav-row{
  background:#fbfaf8 !important;
  border-top:1px solid #ece7df !important;
}
.om-nav{
  justify-content:center !important;
}
.om-menu{
  gap:42px !important;
}
.om-menu a{
  font-family:Inter, Arial, sans-serif !important;
  font-weight:500 !important;
  font-size:17px !important;
  letter-spacing:0 !important;
}
.om-menu li+li::before{
  content:"";
  display:inline-block;
  width:1px;
  height:24px;
  background:#d8d3ca;
  margin-right:42px;
  vertical-align:middle;
}
.om-menu li{
  display:flex;
  align-items:center;
}
.om-menu li a{
  display:inline-flex;
  align-items:center;
}

/* hero like reference */
.om-hero-deco{
  background:linear-gradient(180deg,#f6f3f6 0%, #ffffff 58%) !important;
  padding-top:22px !important;
}
.om-deco-hero-shell{
  grid-template-columns:200px minmax(0,1fr) 200px !important;
  gap:18px !important;
  align-items:stretch !important;
  padding-top:34px !important;
  padding-bottom:22px !important;
}
.om-deco-side-card,
.om-deco-main-stage{
  background:#ffffff !important;
  border:1px solid #d8d3ca !important;
  box-shadow:none !important;
}
.om-deco-side-title{
  font-family:Inter, Arial, sans-serif !important;
  text-align:center !important;
  font-size:14px !important;
  font-weight:600 !important;
  color:#373737 !important;
  margin-bottom:14px !important;
}
.om-deco-side-card-intro{
  display:none !important;
}
.om-deco-side-card-grid{
  padding:16px 14px 14px !important;
}
.om-deco-mini-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
}
.om-deco-mini-card{
  border:1px solid #ece7df !important;
  padding:10px !important;
  background:#faf9f7 !important;
  text-decoration:none !important;
  color:#191919 !important;
}
.om-deco-mini-card-media{
  display:block !important;
  aspect-ratio:1/1 !important;
  margin-bottom:8px !important;
  background:#fff !important;
}
.om-deco-mini-card-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.om-deco-mini-card-title{
  display:block !important;
  font-size:12px !important;
  line-height:1.35 !important;
  text-align:left !important;
}

.om-deco-main-stage{
  min-height:520px !important;
  overflow:hidden !important;
  position:relative !important;
}
.om-hero-mini-slider-deco,
.om-hero-mini-slider-deco .om-hero-mini-slider-track,
.om-hero-mini-slider-deco .om-hero-mini-slide{
  min-height:520px !important;
  height:100% !important;
}
.om-hero-mini-slider-deco .om-hero-mini-slide img{
  width:100% !important;
  height:100% !important;
  min-height:520px !important;
  object-fit:cover !important;
}
.om-deco-stage-overlay{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  padding:24px !important;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%, rgba(255,255,255,.06) 100%) !important;
}
.om-deco-stage-copy{
  width:min(380px,42%) !important;
  background:rgba(255,255,255,.96) !important;
  border:1px solid #ddd8d0 !important;
  padding:22px 26px !important;
  box-shadow:none !important;
}
.om-deco-kicker{
  display:inline-block !important;
  margin-bottom:12px !important;
  font-size:12px !important;
  font-weight:600 !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  color:#6f6c65 !important;
}
.om-deco-stage-copy h2{
  margin:0 0 10px !important;
  font-family:Inter, Arial, sans-serif !important;
  font-size:54px !important;
  line-height:.98 !important;
  letter-spacing:-.05em !important;
  font-weight:500 !important;
  color:#111 !important;
}
.om-deco-stage-copy p{
  margin:0 !important;
  color:#5f5a53 !important;
  font-size:15px !important;
  line-height:1.55 !important;
}
.om-deco-stage-actions{
  margin-top:18px !important;
  gap:10px !important;
}
.om-hero-nav{
  width:44px !important;
  height:44px !important;
  border-radius:0 !important;
  border:1px solid rgba(17,17,17,.18) !important;
  background:#ffffff !important;
  color:#111 !important;
  top:auto !important;
  bottom:22px !important;
}
.om-hero-nav-prev{left:auto !important; right:72px !important;}
.om-hero-nav-next{right:22px !important;}

.om-deco-side-card-curated{
  padding:16px 14px !important;
}
.om-deco-curated-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
}
.om-hero-card{
  min-height:112px !important;
  padding:10px !important;
  border:1px solid #ece7df !important;
  background:#f8f7f4 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
}
.om-hero-card span{
  display:block !important;
  font-size:11px !important;
  text-transform:uppercase !important;
  letter-spacing:.12em !important;
  color:#77736c !important;
  margin-bottom:8px !important;
}
.om-hero-card strong{
  font-size:14px !important;
  line-height:1.35 !important;
  color:#171717 !important;
  font-weight:600 !important;
}
.om-deco-side-card-story{
  padding:16px 14px !important;
}
.om-deco-story-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:12px !important;
}
.om-deco-story-card{
  text-decoration:none !important;
  color:#191919 !important;
  border:1px solid #ece7df !important;
  background:#faf9f7 !important;
  padding:10px !important;
}
.om-deco-story-media{
  display:block !important;
  aspect-ratio:1/.85 !important;
  margin-bottom:8px !important;
  background:#fff !important;
}
.om-deco-story-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.om-deco-story-card span{
  display:block !important;
  font-size:12px !important;
  line-height:1.35 !important;
}

.om-deco-category-ribbon{
  display:grid !important;
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  gap:12px !important;
  margin-top:18px !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
}
.om-deco-category-pill{
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  text-decoration:none !important;
  color:#1a1a1a !important;
  align-items:center !important;
}
.om-deco-category-pill-thumb{
  width:82px !important;
  height:82px !important;
  border-radius:999px !important;
  overflow:hidden !important;
  border:1px solid #ddd8d0 !important;
  background:#fff !important;
}
.om-deco-category-pill-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.om-deco-category-pill span:last-child{
  font-size:13px !important;
  text-align:center !important;
  line-height:1.3 !important;
  font-weight:500 !important;
}

/* sections */
.om-home-section{
  padding:46px 0 !important;
}
.om-section-head{
  margin-bottom:22px !important;
}
.om-section-head h2,
.om-shop-head h1,
.om-page-title{
  font-family:"Cormorant Garamond", Georgia, serif !important;
  font-size:64px !important;
  line-height:.95 !important;
  letter-spacing:-.03em !important;
  font-weight:600 !important;
  color:#1b1620 !important;
}
.om-eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  min-height:44px !important;
  padding:0 20px !important;
  border:1px solid #ded7ce !important;
  background:#fff !important;
  border-radius:999px !important;
  font-size:12px !important;
  letter-spacing:.16em !important;
  text-transform:uppercase !important;
  color:#2a2640 !important;
}

/* product cards closer to reference */
.om-products-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.om-product-card-deco{
  background:#ffffff !important;
  border:1px solid #e2ddd4 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
.om-product-card-deco .om-product-media-wrap{
  background:#ffffff !important;
}
.om-product-card-deco .om-product-media{
  min-height:290px !important;
  height:290px !important;
  background:#f1efea !important;
}
.om-product-card-deco .om-product-image{
  object-fit:cover !important;
}
.om-product-card-deco .om-product-overlay{
  opacity:0 !important;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%) !important;
}
.om-product-card-deco .om-product-overlay span{
  background:#111 !important;
  color:#fff !important;
  border:none !important;
  padding:10px 16px !important;
  text-transform:uppercase !important;
  letter-spacing:.08em !important;
  font-size:12px !important;
}
.om-product-card-deco .onsale{
  top:auto !important;
  bottom:14px !important;
  right:14px !important;
  left:auto !important;
  border-radius:0 !important;
  background:#ff2a1a !important;
  color:#fff !important;
  padding:7px 10px !important;
  min-height:auto !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1 !important;
}
.om-product-card-deco .om-wholesale-badge{
  left:14px !important;
  bottom:14px !important;
  right:auto !important;
  border-radius:0 !important;
  padding:10px 12px !important;
  background:#111 !important;
  color:#fff !important;
  box-shadow:none !important;
}
.om-product-card-deco .om-product-body{
  padding:14px 10px 12px !important;
  background:#fff !important;
  gap:8px !important;
}
.om-product-card-deco .om-product-kicker{
  display:none !important;
}
.om-product-card-deco .om-product-title{
  min-height:auto !important;
  font-family:Inter, Arial, sans-serif !important;
  font-size:18px !important;
  line-height:1.3 !important;
  font-weight:400 !important;
  color:#161616 !important;
}
.om-product-card-deco .om-product-price{
  font-size:16px !important;
  font-weight:700 !important;
}
.om-product-card-deco .price{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  align-items:flex-end !important;
}
.om-product-card-deco del{
  font-size:13px !important;
  color:#8a857d !important;
}
.om-product-card-deco ins{
  font-size:14px !important;
  text-decoration:none !important;
}
.om-product-card-deco .om-product-actions{
  display:flex !important;
  margin-top:10px !important;
}
.om-product-card-deco .om-btn-primary{
  min-width:94px !important;
  height:40px !important;
  padding:0 18px !important;
  justify-content:center !important;
  font-size:12px !important;
}
.om-home-sale-deco,
.om-home-new-deco,
.om-home-categories-deco{
  background:#ffffff !important;
}

.om-category-grid-deco{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:18px !important;
}
.om-category-card-deco{
  background:#faf8f5 !important;
  border:1px solid #e0dbd2 !important;
  border-radius:0 !important;
  min-height:240px !important;
  padding:18px !important;
}
.om-category-card-deco .om-category-card-media{
  aspect-ratio:1/1 !important;
  border-radius:999px !important;
  overflow:hidden !important;
  width:128px !important;
  height:128px !important;
  margin:10px auto 18px !important;
  background:#fff !important;
}

.om-shop-shell{
  background:#fff !important;
  border:1px solid #e0dbd2 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.om-shop-tools .om-btn-primary{
  height:54px !important;
  padding:0 26px !important;
}
.om-filter-form select,
.om-filter-form input{
  border-radius:0 !important;
  background:#fff !important;
}

/* checkout/cart cleanup */
.om-page-card,
.om-page-card-wide,
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce{
  border-radius:0 !important;
  box-shadow:none !important;
}

@media (max-width: 1180px){
  .om-header-main-row{
    grid-template-columns:1fr auto !important;
    grid-template-areas:"brand actions" "search search" !important;
    gap:16px !important;
  }
  .om-search-header{max-width:none !important;width:100% !important;}
  .om-deco-hero-shell{
    grid-template-columns:1fr !important;
  }
  .om-deco-side-card-intro{display:block !important;}
  .om-deco-stage-copy{
    width:min(520px,78%) !important;
  }
  .om-deco-category-ribbon{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
  .om-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width: 767px){
  .om-topbar-deco .om-topbar-note{display:none !important;}
  .om-header-actions-deco .om-circle-btn{
    width:56px !important;height:56px !important;
  }
  .om-search-header input{
    height:60px !important;padding-right:72px !important;
  }
  .om-search-header button{
    width:52px !important;height:52px !important;
  }
  .om-deco-main-stage,
  .om-hero-mini-slider-deco,
  .om-hero-mini-slider-deco .om-hero-mini-slider-track,
  .om-hero-mini-slider-deco .om-hero-mini-slide,
  .om-hero-mini-slider-deco .om-hero-mini-slide img{
    min-height:380px !important;
  }
  .om-deco-stage-copy{
    width:calc(100% - 24px) !important;
    padding:18px !important;
  }
  .om-deco-stage-copy h2{
    font-size:34px !important;
  }
  .om-section-head h2,
  .om-shop-head h1,
  .om-page-title{
    font-size:42px !important;
  }
  .om-deco-category-ribbon,
  .om-category-grid-deco,
  .om-products-grid{
    grid-template-columns:1fr 1fr !important;
  }
}


/* ===== v7 FINAL ajustes exactos ===== */

/* topbar text */
.om-topbar-note{
  content:"🚚 Envíos a todo el país" !important;
}

/* slider full width + pegado */
.om-hero-deco{
  padding-top:0 !important;
}
.om-deco-hero-shell{
  max-width:100% !important;
  padding:0 !important;
}
.om-deco-main-stage{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  min-height:500px !important;
}
.om-hero-mini-slider-deco .om-hero-mini-slide img{
  min-height:500px !important;
  height:500px !important;
}

/* cards horizontales debajo */
.om-deco-curated-list{
  grid-template-columns:1fr !important;
}
.om-hero-card{
  flex-direction:row !important;
  align-items:center !important;
  gap:12px !important;
}

/* PRODUCT CARDS IGUAL A REFERENCIA */
.om-product-card-deco{
  border:none !important;
  background:#fff !important;
}
.om-product-card-deco .om-product-media{
  height:260px !important;
  background:#fff !important;
}
.om-product-card-deco .om-product-title{
  font-size:14px !important;
  font-weight:500 !important;
}
.om-product-card-deco .om-product-price{
  font-size:16px !important;
}
.om-product-card-deco .om-btn-primary{
  background:#000 !important;
  border:none !important;
  border-radius:0 !important;
  height:34px !important;
  font-size:12px !important;
}
.om-product-card-deco del{
  display:block !important;
  font-size:12px !important;
}
.om-product-card-deco ins{
  font-size:14px !important;
}

/* grid como referencia */
.om-products-grid{
  gap:24px !important;
}

/* menu spacing */
.om-menu{
  gap:28px !important;
}




/* ===== omega deco v8 final corrections ===== */
:root{
  --om-primary:#111111 !important;
  --om-primary-strong:#111111 !important;
  --om-accent:#111111 !important;
  --om-dark:#111111 !important;
}
body{background:#ffffff !important;color:#151515 !important;}

/* topbar */
.om-topbar{background:#0f0f0f !important;border-bottom:none !important;position:relative !important;}
.om-topbar-inner{min-height:66px !important;grid-template-columns:auto 1fr auto !important;}
.om-topbar-center{justify-self:start !important;}
.om-topbar-pill{background:transparent !important;border:1px solid rgba(255,255,255,.18) !important;color:#fff !important;min-height:38px !important;padding:0 24px !important;}
.om-topbar-right .om-topbar-note{color:#fff !important;font-weight:700 !important;}
/* ensure icons visible */
.om-circle-btn,.om-circle-btn svg{color:#111 !important;fill:currentColor !important;}
.om-circle-btn svg{width:22px !important;height:22px !important;display:block !important;}
.om-header-actions .om-circle-btn{font-size:0 !important;}
.om-mobile-nav-toggle span{background:#111 !important;}

/* header */
.om-header,.om-header-deco{background:#fff !important;backdrop-filter:none !important;border-bottom:1px solid #ebe6df !important;}
.om-header-main-row{padding:20px 0 !important;grid-template-columns:220px minmax(480px,760px) auto !important;align-items:center !important;}
.om-brand-wrap img{max-width:180px !important;max-height:90px !important;width:auto !important;height:auto !important;}
.om-search-header{max-width:860px !important;}
.om-search-header input{background:#fff !important;border:1px solid #d8d2ca !important;color:#222 !important;border-radius:0 !important;height:68px !important;padding:0 84px 0 28px !important;}
.om-search-header input::placeholder{color:#8b8b8b !important;}
.om-search-header button{background:#fff !important;border:1px solid #d8d2ca !important;border-radius:0 !important;right:0 !important;top:0 !important;width:68px !important;height:68px !important;box-shadow:none !important;}
.om-header-actions-deco .om-circle-btn{width:66px !important;height:66px !important;border-radius:0 !important;border:1px solid #ddd8d0 !important;background:#fff !important;box-shadow:none !important;}
.om-count{background:#111 !important;color:#fff !important;top:-4px !important;right:-4px !important;}
.om-header-nav-row{background:#fff !important;border-top:none !important;}
.om-nav{justify-self:center !important;}
.om-menu{gap:22px !important;flex-wrap:wrap !important;}
.om-menu li+li::before{content:"";display:inline-block;width:1px;height:28px;background:#ddd6cd;margin-right:22px;vertical-align:middle;}
.om-menu li{display:flex;align-items:center;}
.om-menu a{font-weight:500 !important;font-size:18px !important;color:#2b2b2b !important;}

/* hero */
.om-hero,.om-hero-deco{padding:0 !important;margin:0 !important;background:#fff !important;}
.om-deco-hero-shell{
  width:100% !important;
  max-width:100% !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  grid-template-areas:
    "stage stage"
    "left right" !important;
  gap:20px !important;
  align-items:start !important;
}
.om-deco-hero-center{grid-area:stage !important;}
.om-deco-hero-side-left{grid-area:left !important;}
.om-deco-hero-side-right{grid-area:right !important;}
.om-deco-side-card-intro,
.om-deco-stage-overlay{display:none !important;}
.om-deco-main-stage{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  border:none !important;
  border-radius:0 !important;
  min-height:500px !important;
  box-shadow:none !important;
  background:#f4f4f4 !important;
}
.om-hero-mini-slider-deco,
.om-hero-mini-slider-deco .om-hero-mini-slider-track,
.om-hero-mini-slider-deco .om-hero-mini-slide,
.om-hero-mini-slider-deco .om-hero-mini-slide img{
  min-height:500px !important;
  height:500px !important;
}
.om-hero-mini-slider-deco .om-hero-mini-slide img{
  object-fit:cover !important;
  border-radius:0 !important;
  width:100% !important;
}
.om-hero-nav{bottom:20px !important;top:auto !important;border-radius:0 !important;background:#fff !important;border:1px solid #d8d2ca !important;color:#111 !important;box-shadow:none !important;}
.om-hero-nav-prev{right:72px !important;left:auto !important;}
.om-hero-nav-next{right:20px !important;}
/* cards below */
.om-deco-hero-side{padding:0 24px 8px !important;}
.om-deco-side-card{border:1px solid #ece6de !important;background:#fff !important;border-radius:0 !important;box-shadow:none !important;}
.om-deco-side-card-grid,.om-deco-side-card-curated,.om-deco-side-card-story{padding:16px !important;}
.om-deco-side-title{font-size:14px !important;font-weight:700 !important;text-align:left !important;color:#212121 !important;margin-bottom:14px !important;text-transform:none !important;}
.om-deco-mini-grid,.om-deco-curated-list,.om-deco-story-grid{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:12px !important;}
.om-deco-curated-list .om-hero-card{
  min-height:auto !important;border:1px solid #ede8df !important;background:#faf8f4 !important;padding:10px !important;display:block !important;
}
.om-hero-card span{font-size:11px !important;text-transform:uppercase !important;letter-spacing:.12em !important;color:#7a7368 !important;margin-bottom:8px !important;}
.om-hero-card strong{font-size:13px !important;line-height:1.35 !important;font-weight:600 !important;color:#171717 !important;display:block !important;}
.om-deco-story-card,.om-deco-mini-card{border:1px solid #ede8df !important;background:#faf8f4 !important;padding:10px !important;}
.om-deco-mini-card-media,.om-deco-story-media{aspect-ratio:1/1 !important;background:#fff !important;display:block !important;margin-bottom:8px !important;}
.om-deco-mini-card-media img,.om-deco-story-media img{width:100% !important;height:100% !important;object-fit:cover !important;}
.om-deco-mini-card-title,.om-deco-story-card span{font-size:12px !important;line-height:1.35 !important;color:#1b1b1b !important;}

/* remove extra whitespace/ribbon if present */
.om-deco-category-ribbon{display:none !important;}

/* section titles */
.om-section-head h2,.om-shop-head h1,.om-page-title{
  font-family:Inter,Arial,sans-serif !important;
  font-size:28px !important;
  line-height:1.1 !important;
  font-weight:600 !important;
  color:#161616 !important;
}
.om-eyebrow{display:none !important;}
.om-home-section{padding:24px 0 12px !important;}
.om-home-sale-deco,.om-home-new-deco,.om-home-categories-deco{background:#fff !important;}

/* product cards like reference */
.om-products-grid,
.om-products-grid-shop{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:24px !important;
}
.om-product-card.om-product-card-deco{
  border:none !important;
  border-radius:0 !important;
  background:#fff !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.om-product-card-deco .om-product-media-wrap{background:#fff !important;position:relative !important;}
.om-product-card-deco .om-product-media{
  height:270px !important;
  min-height:270px !important;
  background:#fff !important;
  display:block !important;
}
.om-product-card-deco .om-product-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.om-product-card-deco .om-product-overlay{display:none !important;}
.om-product-card-deco .onsale{
  position:absolute !important;
  top:auto !important;
  bottom:14px !important;
  right:0 !important;
  left:auto !important;
  min-height:auto !important;
  background:#ff2a18 !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1 !important;
  padding:7px 10px !important;
  border-radius:0 !important;
}
.om-product-card-deco .om-wholesale-badge{
  left:0 !important;
  right:auto !important;
  bottom:14px !important;
  border-radius:0 !important;
  background:#111 !important;
  color:#fff !important;
  box-shadow:none !important;
}
.om-product-card-deco .om-product-body{
  padding:12px 0 0 !important;
  background:#fff !important;
  display:block !important;
}
.om-product-card-deco .om-product-kicker{display:none !important;}
.om-product-card-deco .om-product-title{
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
  color:#202020 !important;
  margin:0 0 8px !important;
}
.om-product-card-deco .om-product-title a{text-decoration:none !important;}
.om-product-price-row{display:flex !important;align-items:center !important;gap:8px !important;flex-wrap:wrap !important;margin-bottom:6px !important;}
.om-product-card-deco .om-product-price{
  font-size:16px !important;
  font-weight:700 !important;
  color:#111 !important;
}
.om-product-card-deco .price{display:flex !important;flex-wrap:wrap !important;gap:8px !important;align-items:flex-end !important;}
.om-product-card-deco del{
  font-size:13px !important;
  color:#8b8b8b !important;
  opacity:1 !important;
}
.om-product-card-deco ins{
  font-size:16px !important;
  color:#111 !important;
  text-decoration:none !important;
  font-weight:700 !important;
}
.om-inline-sale{
  display:inline-flex !important;
  align-items:center !important;
  background:#ff2a18 !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1 !important;
  padding:7px 9px !important;
}
.om-product-card-deco .om-product-actions{margin-top:10px !important;}
.om-product-card-deco .om-btn-primary{
  min-width:92px !important;
  height:30px !important;
  padding:0 14px !important;
  border:none !important;
  border-radius:0 !important;
  background:#111 !important;
  color:#fff !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-size:12px !important;
  font-weight:500 !important;
  box-shadow:none !important;
}

/* checkout inspiration */
.woocommerce-checkout .om-page-card-wide,
.woocommerce-checkout .woocommerce{border:none !important;box-shadow:none !important;border-radius:0 !important;}
.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout textarea{
  border-radius:0 !important;
  border:1px solid #d8d2ca !important;
  background:#fff !important;
}
.woocommerce-checkout .button,
.woocommerce-checkout #place_order{background:#111 !important;color:#fff !important;border:none !important;border-radius:0 !important;}

/* mobile */
@media (max-width:1180px){
  .om-header-main-row{grid-template-columns:1fr auto !important;grid-template-areas:"brand actions" "search search" !important;gap:14px !important;}
  .om-search-header{max-width:none !important;width:100% !important;}
  .om-deco-hero-shell{grid-template-columns:1fr !important;grid-template-areas:"stage" "left" "right" !important;}
  .om-deco-mini-grid,.om-deco-curated-list,.om-deco-story-grid{grid-template-columns:repeat(2,1fr) !important;}
  .om-products-grid,.om-products-grid-shop{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:767px){
  .om-topbar-inner{grid-template-columns:1fr !important;}
  .om-topbar-right{display:none !important;}
  .om-header-actions-deco .om-circle-btn{width:52px !important;height:52px !important;}
  .om-search-header input,.om-search-header button{height:56px !important;}
  .om-deco-main-stage,
  .om-hero-mini-slider-deco,
  .om-hero-mini-slider-deco .om-hero-mini-slider-track,
  .om-hero-mini-slider-deco .om-hero-mini-slide,
  .om-hero-mini-slider-deco .om-hero-mini-slide img{height:320px !important;min-height:320px !important;}
  .om-deco-mini-grid,.om-deco-curated-list,.om-deco-story-grid,.om-products-grid,.om-products-grid-shop{grid-template-columns:1fr !important;}
  .om-menu li+li::before{display:none !important;}
}


/* ===== omega deco v9 final ajustes ===== */
.om-topbar-center{display:none !important;}
.om-topbar-inner{
  display:grid !important;
  grid-template-columns:auto 1fr auto !important;
  align-items:center !important;
}
.om-topbar-left{justify-self:start !important;}
.om-topbar-right{justify-self:end !important;}
.om-topbar-note{font-weight:700 !important;}

/* header icons */
.om-circle-btn{
  color:#1a1a1a !important;
  display:grid !important;
  place-items:center !important;
}
.om-circle-btn svg,
.om-circle-btn svg path{
  display:block !important;
  fill:currentColor !important;
  color:currentColor !important;
}
.om-count{z-index:3 !important;}

/* hero layout */
.om-hero-deco{
  padding-top:0 !important;
  background:#fff !important;
}
.om-deco-hero-shell{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  max-width:100% !important;
  padding:0 !important;
}
.om-deco-hero-center{order:1 !important;}
.om-deco-hero-side-left{order:2 !important;}
.om-deco-hero-side-right{order:3 !important;}

.om-deco-hero-intro{
  max-width:1280px !important;
  margin:0 auto !important;
  padding:14px 24px 16px !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:space-between !important;
  gap:24px !important;
  background:#fff !important;
}
.om-deco-hero-intro .om-deco-kicker{
  display:block !important;
  margin-bottom:8px !important;
}
.om-deco-hero-title{
  margin:0 !important;
  font-family:Inter, Arial, sans-serif !important;
  font-size:54px !important;
  line-height:.98 !important;
  letter-spacing:-.05em !important;
  font-weight:500 !important;
  color:#111 !important;
  max-width:780px !important;
}
.om-deco-hero-text{
  margin:10px 0 0 !important;
  max-width:760px !important;
  font-size:16px !important;
  line-height:1.55 !important;
  color:#575757 !important;
}
.om-deco-hero-actions{
  display:flex !important;
  gap:10px !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-end !important;
  min-width:260px !important;
}
.om-deco-stage-overlay{display:none !important;}
.om-deco-main-stage{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  min-height:500px !important;
  border:none !important;
  border-radius:0 !important;
}
.om-hero-mini-slider-deco,
.om-hero-mini-slider-deco .om-hero-mini-slider-track,
.om-hero-mini-slider-deco .om-hero-mini-slide,
.om-hero-mini-slider-deco .om-hero-mini-slide img{
  min-height:500px !important;
  height:500px !important;
  border-radius:0 !important;
}
.om-hero-mini-slider-deco .om-hero-mini-slide img{
  object-fit:cover !important;
}

/* cards below slider */
.om-deco-hero-side{
  max-width:1280px !important;
  width:100% !important;
  margin:0 auto !important;
  padding:18px 24px 0 !important;
}
.om-deco-hero-side-left,
.om-deco-hero-side-right{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
}
.om-deco-side-card-intro{display:none !important;}
.om-deco-side-card{
  min-height:auto !important;
}
.om-deco-side-card-grid,
.om-deco-side-card-curated,
.om-deco-side-card-story{
  background:#fff !important;
  border:1px solid #e6e0d8 !important;
  padding:16px !important;
}
.om-deco-side-title{
  text-align:left !important;
  font-size:13px !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  color:#777 !important;
}

/* products: use full width of card */
.om-products-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:26px !important;
}
.om-product-card,
.om-product-card-deco{
  display:flex !important;
  flex-direction:column !important;
  background:#fff !important;
  border:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}
.om-product-media-wrap{
  width:100% !important;
}
.om-product-media,
.om-product-card-deco .om-product-media{
  width:100% !important;
  height:280px !important;
  min-height:280px !important;
  background:#fff !important;
  border-radius:0 !important;
  overflow:hidden !important;
}
.om-product-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.om-product-card-deco .om-product-body{
  width:100% !important;
  padding:12px 0 0 !important;
  background:#fff !important;
}
.om-product-title{
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
  margin:0 0 6px !important;
}
.om-product-price-row{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:10px !important;
}
.om-product-price{
  font-size:16px !important;
  font-weight:700 !important;
}
.om-inline-sale{
  background:#ff2a1a !important;
  color:#fff !important;
  font-size:12px !important;
  font-weight:800 !important;
  line-height:1 !important;
  padding:7px 10px !important;
  border-radius:0 !important;
}
.om-product-actions{
  margin-top:12px !important;
}
.om-product-card-deco .om-btn-primary{
  background:#000 !important;
  color:#fff !important;
  border:0 !important;
  border-radius:0 !important;
  min-width:94px !important;
  height:34px !important;
  padding:0 18px !important;
  box-shadow:none !important;
}
.om-product-card-deco .onsale{
  right:0 !important;
  bottom:0 !important;
}
.om-product-card-deco .om-wholesale-badge{
  left:0 !important;
  bottom:0 !important;
}

/* mobile */
@media (max-width: 980px){
  .om-deco-hero-intro{
    flex-direction:column !important;
    align-items:flex-start !important;
  }
  .om-deco-hero-side-left,
  .om-deco-hero-side-right{
    grid-template-columns:1fr !important;
  }
  .om-products-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media (max-width: 767px){
  .om-topbar-right{font-size:14px !important;}
  .om-deco-hero-title{font-size:34px !important;}
  .om-deco-main-stage,
  .om-hero-mini-slider-deco,
  .om-hero-mini-slider-deco .om-hero-mini-slider-track,
  .om-hero-mini-slider-deco .om-hero-mini-slide,
  .om-hero-mini-slider-deco .om-hero-mini-slide img{
    height:340px !important;
    min-height:340px !important;
  }
  .om-products-grid{
    grid-template-columns:1fr !important;
  }
}


/* ===== omega deco v10 final polish ===== */

/* ensure account/cart icons are visible even if theme colors change */
.om-header-actions-deco .om-circle-btn,
.om-header-actions-deco .om-circle-btn:hover{
  color:#152d23 !important;
  border-color:#c9d8cf !important;
  background:#ffffff !important;
}
.om-header-actions-deco .om-circle-btn svg{
  width:24px !important;
  height:24px !important;
  opacity:1 !important;
  visibility:visible !important;
}
.om-header-actions-deco .om-circle-btn svg path{
  fill:#152d23 !important;
}
.om-header-actions-deco .om-cart-trigger .om-count{
  position:absolute !important;
  top:-8px !important;
  right:-8px !important;
}
.om-header-actions-deco .om-circle-btn::before{
  display:none !important;
}

/* hero intro above slider and slider touching menu */
.om-header-nav-row{
  margin-bottom:0 !important;
  border-bottom:0 !important;
}
.om-hero-deco{
  margin-top:0 !important;
  padding-top:0 !important;
}
.om-deco-hero-shell{
  margin-top:0 !important;
  gap:0 !important;
}
.om-deco-hero-intro{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:end !important;
  gap:24px !important;
  max-width:1280px !important;
  margin:0 auto !important;
  padding:18px 24px 12px !important;
  background:#fff !important;
}
.om-deco-hero-copy{
  min-width:0 !important;
}
.om-deco-hero-title{
  margin:0 !important;
}
.om-deco-hero-text{
  margin:10px 0 0 !important;
}
.om-deco-main-stage{
  margin-top:0 !important;
  min-height:500px !important;
}
.om-hero-mini-slider-deco,
.om-hero-mini-slider-deco .om-hero-mini-slider-track,
.om-hero-mini-slider-deco .om-hero-mini-slide,
.om-hero-mini-slider-deco .om-hero-mini-slide img{
  min-height:500px !important;
  height:500px !important;
}

/* three visible cards below slider */
.om-deco-hero-side{
  max-width:1280px !important;
  margin:0 auto !important;
  padding:18px 24px 0 !important;
}
.om-deco-hero-side-left,
.om-deco-hero-side-right{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
}
.om-deco-hero-side-left{
  margin-bottom:18px !important;
}
.om-deco-side-card-grid{
  grid-column:1 / span 2 !important;
}
.om-deco-side-card-story{
  grid-column:2 / span 2 !important;
}
.om-hero-card{
  min-height:164px !important;
  border:1px solid #dbe7e0 !important;
  background:#f7fbf9 !important;
}
.om-deco-side-card-grid,
.om-deco-side-card-story{
  min-height:164px !important;
}
.om-deco-side-card-curated{
  display:none !important;
}

/* if fewer cards, still show nicely */
.om-deco-hero-side .om-hero-card:only-child{
  grid-column:auto !important;
}

/* mobile */
@media (max-width: 1100px){
  .om-deco-hero-intro{
    grid-template-columns:1fr !important;
    align-items:start !important;
  }
  .om-deco-hero-side-left,
  .om-deco-hero-side-right{
    grid-template-columns:1fr !important;
  }
  .om-deco-side-card-grid,
  .om-deco-side-card-story{
    grid-column:auto !important;
  }
}


/* ===== omega deco v11 hard fixes ===== */
.om-header-actions-deco .om-circle-icon{
  font-size:28px !important;
  line-height:1 !important;
  color:#163327 !important;
  display:block !important;
}
.om-header-actions-deco .om-circle-btn{
  font-size:28px !important;
  color:#163327 !important;
}
.om-header-actions-deco .om-circle-btn svg{display:none !important;}

.om-hero-deco{
  background:#fff !important;
  margin-top:0 !important;
  padding-top:0 !important;
}
.om-hero-deco .om-container{max-width:1280px !important;}
.om-header-nav-row{margin-bottom:0 !important;}
.om-deco-hero-intro{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:end !important;
  gap:20px !important;
  padding:18px 24px 10px !important;
  background:#fff !important;
}
.om-deco-main-stage{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  border:none !important;
  border-radius:0 !important;
  min-height:500px !important;
}
.om-deco-stage-overlay,.om-deco-stage-copy{display:none !important;}
.om-hero-mini-slider-deco,
.om-hero-mini-slider-deco .om-hero-mini-slider-track,
.om-hero-mini-slider-deco .om-hero-mini-slide,
.om-hero-mini-slider-deco .om-hero-mini-slide img{
  height:500px !important;
  min-height:500px !important;
  border-radius:0 !important;
}
.om-deco-hero-cards{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
  padding:18px 24px 0 !important;
}
.om-hero-card-deco{
  min-height:164px !important;
  border:1px solid #dbe7e0 !important;
  background:#f7fbf9 !important;
  border-radius:20px !important;
  padding:22px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
}
.om-hero-card-deco span{
  display:block !important;
  font-size:12px !important;
  text-transform:uppercase !important;
  letter-spacing:.18em !important;
  color:#4e6359 !important;
  margin-bottom:10px !important;
}
.om-hero-card-deco strong{
  display:block !important;
  font-size:20px !important;
  line-height:1.1 !important;
  color:#22372e !important;
  font-weight:600 !important;
}
.om-deco-hero-side,
.om-deco-hero-side-left,
.om-deco-hero-side-right{display:none !important;}

@media (max-width: 980px){
  .om-deco-hero-intro{
    grid-template-columns:1fr !important;
    align-items:start !important;
  }
  .om-deco-hero-cards{
    grid-template-columns:1fr !important;
  }
}


/* ===== omega deco v12 hero overlay fix ===== */
.om-hero-deco{position:relative !important;padding-top:0 !important;margin-top:0 !important;}
.om-header-nav-row{margin-bottom:0 !important;}
.om-deco-hero-intro{
  position:absolute !important;
  top:24px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  width:min(1280px, calc(100% - 48px)) !important;
  z-index:20 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  grid-template-columns:minmax(0, 760px) auto !important;
  align-items:end !important;
  pointer-events:none !important;
}
.om-deco-hero-copy{
  background:rgba(255,255,255,.96) !important;
  border:1px solid #dbe7e0 !important;
  padding:24px 28px !important;
  max-width:760px !important;
  box-shadow:none !important;
  pointer-events:auto !important;
}
.om-deco-hero-actions{pointer-events:auto !important;align-self:end !important;}
.om-deco-main-stage{margin-top:0 !important;}
.om-deco-hero-cards{margin-top:18px !important;padding-top:0 !important;}
@media (max-width: 980px){
  .om-deco-hero-intro{
    position:absolute !important;
    top:16px !important;
    width:calc(100% - 24px) !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .om-deco-hero-copy{padding:18px !important;max-width:none !important;}
}

/* ===== Omega Kioscos V1 ===== */
:root{
  --om-kiosk-green:var(--om-primary);
  --om-kiosk-green-strong:var(--om-primary-strong);
  --om-kiosk-lime:color-mix(in srgb,var(--om-accent) 72%, #ffffff);
  --om-kiosk-lime-soft:color-mix(in srgb,var(--om-accent) 48%, #ffffff);
  --om-kiosk-cream:var(--om-body-bg,var(--om-bg));
  --om-kiosk-card:var(--om-home_cards-bg,#ffffff);
  --om-kiosk-border:var(--om-border);
  --om-kiosk-text:var(--om-body-text,var(--om-text,var(--om-dark)));
  --om-kiosk-text-soft:color-mix(in srgb,var(--om-kiosk-text) 74%, #ffffff);
  --om-kiosk-footer-bg:var(--om-footer-bg,var(--om-kiosk-green));
  --om-kiosk-footer-text:var(--om-footer-text,#ffffff);
  --om-kiosk-footer-copy-bg:var(--om-footer_copy-bg,var(--om-kiosk-green-strong));
  --om-kiosk-footer-copy-text:var(--om-footer_copy-text,var(--om-kiosk-footer-text));
  --om-kiosk-newsletter-input-bg:var(--om-footer_newsletter_input-bg,color-mix(in srgb,var(--om-kiosk-lime) 64%, #ffffff));
  --om-kiosk-newsletter-input-text:var(--om-footer_newsletter_input-text,var(--om-kiosk-text));
  --om-kiosk-newsletter-input-border:var(--om-footer_newsletter_input-border,var(--om-kiosk-border));
  --om-kiosk-newsletter-button-bg:var(--om-footer_newsletter_button-bg,#ffffff);
  --om-kiosk-newsletter-button-text:var(--om-footer_newsletter_button-text,var(--om-kiosk-green));
  --om-kiosk-newsletter-button-border:var(--om-footer_newsletter_button-border,var(--om-kiosk-border));
  --om-kiosk-shop-button-bg:var(--om-shop_button-bg,var(--om-primary));
  --om-kiosk-shop-button-text:var(--om-shop_button-text,#ffffff);
  --om-kiosk-shop-button-border:var(--om-shop_button-border,var(--om-primary));
  --om-kiosk-sale-badge-bg:var(--om-shop_badge-bg,var(--om-home_badge-bg,var(--om-kiosk-green)));
  --om-kiosk-sale-badge-text:var(--om-shop_badge-text,var(--om-home_badge-text,#ffffff));
  --om-kiosk-sale-badge-border:var(--om-shop_badge-border,var(--om-home_badge-border,var(--om-kiosk-green)));
  --om-kiosk-soft-section-bg:var(--om-kiosk_soft_section-bg,#e7eacb);
  --om-kiosk-menu-hover-bg:var(--om-kiosk_menu_hover-bg,#e7eacb);
}
body{background:var(--om-kiosk-cream)!important;color:var(--om-kiosk-text)!important;font-family:Manrope,Arial,sans-serif!important;}
h1,h2,h3,h4,.om-section-head h2,.om-kiosk-hero-overlay h1,.om-kiosk-banner-copy h2{font-family:Manrope,Arial,sans-serif!important;letter-spacing:-.04em!important;}
.om-btn{border-radius:999px!important;min-height:52px!important;padding:0 24px!important;text-transform:none!important;letter-spacing:0!important;font-size:15px!important;font-weight:800!important;}
.om-btn-primary{background:var(--om-kiosk-green)!important;border-color:var(--om-kiosk-green)!important;color:#fff!important;}
.om-btn-primary:hover{background:var(--om-kiosk-green-strong)!important;border-color:var(--om-kiosk-green-strong)!important;}
.om-btn-secondary{background:#fff!important;border:1px solid var(--om-kiosk-border)!important;color:var(--om-kiosk-green)!important;}
.om-topbar-kiosk{background:var(--om-topbar-bg,var(--om-kiosk-green))!important;border-bottom:1px solid var(--om-topbar-border,var(--om-kiosk-border))!important;position:sticky;top:0;z-index:95;}
.om-topbar-inner-kiosk{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;min-height:52px;}
.om-topbar-pill-kiosk{background:var(--om-header_pill-bg,color-mix(in srgb,var(--om-topbar-bg,var(--om-kiosk-green)) 78%, #ffffff))!important;border:1px solid var(--om-header_pill-border,var(--om-topbar-border,var(--om-kiosk-border)))!important;color:var(--om-header_pill-text,var(--om-topbar-text,#ffffff))!important;min-height:34px;padding:0 16px;border-radius:999px;}
.om-topbar-note-kiosk,.om-topbar-kiosk .om-topbar-left,.om-topbar-kiosk .om-topbar-right,.om-topbar-kiosk .om-social-btn{color:var(--om-topbar-text,#ffffff)!important;}
.om-topbar-kiosk .om-social-btn{width:34px;height:34px;border-radius:999px;background:var(--om-header_social-bg,color-mix(in srgb,var(--om-topbar-bg,var(--om-kiosk-green)) 86%, #ffffff))!important;border:1px solid var(--om-header_social-border,var(--om-topbar-border,var(--om-kiosk-border)))!important;display:grid;place-items:center;}
.om-header-kiosk{background:var(--om-header-bg,#fff)!important;border-bottom:1px solid var(--om-header-border,var(--om-kiosk-border))!important;box-shadow:0 10px 30px rgba(76,112,54,.06)!important;top:52px!important;}
body.admin-bar .om-header-kiosk{top:84px!important;}
.om-header-main-row-kiosk{display:grid;grid-template-columns:auto minmax(280px,560px) auto;gap:24px;align-items:center;padding:18px 0 16px;}
.om-brand-wrap-kiosk{display:flex;align-items:center;gap:12px;min-width:0;}
.om-brand-wrap-kiosk .custom-logo,.om-brand-wrap-kiosk img{width:auto!important;height:60px!important;max-width:180px;}
.om-brand-name-kiosk{color:var(--om-kiosk-green)!important;font-size:24px!important;font-weight:900!important;}
.om-search-header-kiosk{max-width:560px;position:relative;}
.om-search-header-kiosk input{background:var(--om-search-bg,var(--om-kiosk-lime-soft))!important;border:1px solid var(--om-search-border,var(--om-kiosk-border))!important;border-radius:999px!important;min-height:54px!important;padding:0 56px 0 22px!important;color:var(--om-search-text,var(--om-kiosk-text))!important;}
.om-search-header-kiosk input::placeholder{color:color-mix(in srgb,var(--om-search-text,var(--om-kiosk-text)) 60%, transparent)!important;}
.om-search-header-kiosk button{position:absolute;right:6px;top:6px;width:42px;height:42px;min-height:42px!important;border-radius:999px!important;background:var(--om-search-bg,var(--om-kiosk-green))!important;color:var(--om-search-text,#fff)!important;border:1px solid var(--om-search-border,var(--om-kiosk-border))!important;display:grid;place-items:center;}
.om-header-actions-kiosk{display:flex;align-items:center;gap:10px;justify-self:end;}
.om-circle-btn-kiosk{width:46px;height:46px;min-height:46px!important;border-radius:999px!important;background:var(--om-icons-bg,var(--om-kiosk-lime-soft))!important;border:1px solid var(--om-icons-border,var(--om-kiosk-border))!important;color:var(--om-icons-text,var(--om-kiosk-green))!important;}
.om-circle-btn-kiosk .om-circle-icon{font-size:18px;line-height:1;display:grid;place-items:center;}
.om-count{background:var(--om-kiosk-green)!important;color:#fff!important;top:1px!important;right:-2px!important;min-width:18px;height:18px;font-weight:800;}
.om-header-nav-row-kiosk{background:#fff;border-top:1px solid #edf2d8!important;}
.om-menu-kiosk{gap:10px!important;padding:12px 0!important;}
.om-menu-kiosk a{font-size:15px!important;font-weight:700!important;color:var(--om-kiosk-text)!important;padding:10px 14px!important;border-radius:999px;}
.om-menu-kiosk a:hover,.om-menu-kiosk .current-menu-item>a,.om-menu-kiosk .current_page_item>a{background:var(--om-kiosk-menu-hover-bg)!important;color:var(--om-kiosk-green)!important;}
.om-menu-kiosk li+li a:before{display:none!important;}
.om-mobile-nav-toggle-kiosk{border-radius:999px!important;border:1px solid var(--om-kiosk-border)!important;background:var(--om-icons-bg,var(--om-kiosk-lime-soft))!important;}
.om-mobile-nav-toggle-kiosk span{background:var(--om-kiosk-green)!important;}

.om-kiosk-hero{padding:28px 0 10px;background:linear-gradient(180deg,#f8fbec 0%,#f3f8dc 100%)!important;}
.om-kiosk-hero-stage{position:relative;min-height:520px;border-radius:36px;overflow:hidden;border:1px solid var(--om-kiosk-border);background:#dde9b1;box-shadow:0 22px 44px rgba(84,120,58,.14);}
.om-kiosk-hero-slider,.om-kiosk-hero-slider .om-hero-mini-slider-track,.om-kiosk-hero-slider .om-hero-mini-slide,.om-kiosk-hero-slider .om-hero-mini-slide img{min-height:520px!important;height:100%;}
.om-kiosk-hero-slider .om-hero-mini-slide img{object-fit:cover;object-position:center;}
.om-kiosk-hero-slider .om-hero-mini-slide::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,68,31,.52) 0%,rgba(15,68,31,.18) 42%,rgba(15,68,31,.06) 100%);}
.om-kiosk-hero-slider .om-hero-nav{width:48px;height:48px;border-radius:999px!important;background:#fff!important;border:1px solid var(--om-kiosk-border)!important;color:var(--om-kiosk-green)!important;top:auto!important;bottom:18px;transform:none!important;font-size:28px!important;}
.om-kiosk-hero-slider .om-hero-nav-prev{left:auto!important;right:74px!important;}
.om-kiosk-hero-slider .om-hero-nav-next{right:18px!important;}
.om-kiosk-hero-overlay{position:absolute;right:32px;top:32px;bottom:32px;z-index:2;width:min(430px,calc(100% - 64px));display:flex;flex-direction:column;justify-content:center;padding:30px;border-radius:34px;background:rgba(239,246,201,.94);border:1px solid rgba(255,255,255,.36);backdrop-filter:blur(12px);box-shadow:0 18px 34px rgba(15,68,31,.14);}
.om-kiosk-kicker{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#fff;color:var(--om-kiosk-green);font-size:12px;font-weight:800;letter-spacing:.02em;align-self:flex-start;margin-bottom:12px;}
.om-kiosk-hero-overlay h1{margin:0 0 14px;color:var(--om-kiosk-green);font-size:clamp(34px,4vw,56px);line-height:.95;}
.om-kiosk-hero-overlay p{margin:0 0 18px;font-size:17px;line-height:1.7;color:#335e40;}
.om-kiosk-proof-list{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px;}
.om-kiosk-proof-list span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid var(--om-kiosk-border);font-size:13px;font-weight:700;color:#406046;}
.om-kiosk-hero-actions{display:flex;gap:12px;flex-wrap:wrap;}
.om-kiosk-promo-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px;}
.om-kiosk-promo-card{display:flex;flex-direction:column;gap:8px;padding:22px 24px;background:#fff;border:1px solid var(--om-kiosk-border);border-radius:30px;box-shadow:0 12px 26px rgba(84,120,58,.08);}
.om-kiosk-promo-card span{font-size:13px;font-weight:800;color:var(--om-kiosk-green);}
.om-kiosk-promo-card strong{font-size:24px;line-height:1.08;color:#2c5435;}
.om-kiosk-category-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:18px;}
.om-kiosk-category-tile{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fff;border:1px solid var(--om-kiosk-border);border-radius:26px;color:inherit;text-decoration:none;box-shadow:0 10px 20px rgba(84,120,58,.06);}
.om-kiosk-category-thumb{width:62px;height:62px;border-radius:20px;overflow:hidden;flex:0 0 62px;background:#edf4ca;}
.om-kiosk-category-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.om-kiosk-category-title{font-size:16px;font-weight:800;color:#2e5537;line-height:1.2;}

.om-kiosk-section{padding:20px 0 28px;}
.om-kiosk-section-light{background:transparent!important;}
.om-section-head-kiosk{align-items:flex-end;gap:18px;margin-bottom:18px;}
.om-section-head-kiosk h2{font-size:clamp(28px,3vw,42px)!important;color:var(--om-kiosk-green)!important;margin:0!important;}
.om-section-head-kiosk .om-eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#edf4ca;color:var(--om-kiosk-green);font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:none;}
.om-section-link-kiosk{display:inline-flex;align-items:center;min-height:44px;padding:0 18px;border-radius:999px;background:#fff;border:1px solid var(--om-kiosk-border);color:var(--om-kiosk-green);text-decoration:none;font-size:14px;font-weight:800;}
.om-products-grid-kiosk{gap:18px!important;}
.om-product-card-kiosk{display:flex;flex-direction:column;background:#fff!important;border:1px solid var(--om-kiosk-border)!important;border-radius:28px!important;overflow:hidden;box-shadow:0 14px 30px rgba(84,120,58,.08)!important;min-height:100%;}
.om-product-media-wrap-kiosk{position:relative;background:#edf4ca;}
.om-product-media-kiosk{display:block;position:relative;min-height:300px;height:300px;background:#edf4ca;overflow:hidden;}
.om-product-media-kiosk img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease;}
.om-product-card-kiosk:hover .om-product-media-kiosk img{transform:scale(1.05);}
.om-product-overlay-kiosk{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:flex-start;padding:16px;opacity:0;transition:opacity .22s ease;background:linear-gradient(180deg,rgba(0,0,0,0) 42%,rgba(0,92,39,.38) 100%);}
.om-product-overlay-kiosk span{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#fff;color:var(--om-kiosk-green);font-size:12px;font-weight:800;}
.om-product-card-kiosk:hover .om-product-overlay-kiosk{opacity:1;}
.om-inline-sale.om-inline-sale-kiosk{position:absolute;top:14px;left:14px;display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px!important;background:var(--om-kiosk-sale-badge-bg)!important;color:var(--om-kiosk-sale-badge-text)!important;border:1px solid var(--om-kiosk-sale-badge-border)!important;font-size:12px;font-weight:800;z-index:3;box-shadow:0 10px 18px rgba(0,0,0,.08);}
.om-product-card-kiosk .om-wholesale-badge{left:14px!important;right:auto!important;bottom:14px!important;border-radius:20px!important;background:color-mix(in srgb,var(--om-kiosk-green-strong) 78%, var(--om-dark))!important;color:#fff!important;padding:10px 12px!important;border:1px solid color-mix(in srgb,var(--om-kiosk-green) 26%, #ffffff)!important;}
.om-product-body-kiosk{display:flex;flex-direction:column;gap:10px;padding:18px!important;background:#fff!important;flex:1;}
.om-product-kicker-kiosk{font-size:12px;font-weight:800;color:#6d865f;letter-spacing:.02em;text-transform:uppercase;}
.om-product-title-kiosk{font-family:Manrope,Arial,sans-serif!important;font-size:20px!important;line-height:1.25!important;font-weight:800!important;min-height:50px;}
.om-product-title-kiosk a{color:#265133!important;}
.om-product-price-kiosk,.om-product-price-kiosk .price,.om-product-price-kiosk .woocommerce-Price-amount{color:var(--om-shop_price-text,var(--om-kiosk-green))!important;font-weight:900!important;font-size:18px!important;}
.om-product-actions-kiosk{margin-top:auto;}
.om-product-actions-kiosk .om-btn{width:100%!important;display:inline-flex!important;justify-content:center!important;border-radius:999px!important;background:var(--om-kiosk-shop-button-bg)!important;color:var(--om-kiosk-shop-button-text)!important;border:1px solid var(--om-kiosk-shop-button-border)!important;box-shadow:none!important;}

.om-kiosk-banner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);gap:0;background:#fff;border:1px solid var(--om-kiosk-border);border-radius:34px;overflow:hidden;box-shadow:0 16px 36px rgba(84,120,58,.10);}
.om-kiosk-banner-media{min-height:360px;background:#dfe9b1;}
.om-kiosk-banner-media img{width:100%;height:100%;object-fit:cover;display:block;}
.om-kiosk-banner-copy{display:flex;flex-direction:column;justify-content:center;padding:34px;background:linear-gradient(180deg,#f2f7d8 0%,#e8f2bc 100%);}
.om-kiosk-banner-copy h2{margin:0 0 14px;color:var(--om-kiosk-green);font-size:clamp(30px,3vw,44px);line-height:1;}
.om-kiosk-banner-copy p{margin:0 0 20px;color:#345a3c;font-size:16px;line-height:1.7;}
.om-kiosk-banner-actions{display:flex;gap:12px;flex-wrap:wrap;}

.om-benefits-grid-kiosk{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;}
.om-benefit-card-kiosk{padding:24px;background:#fff!important;border:1px solid var(--om-kiosk-border)!important;border-radius:28px!important;box-shadow:0 12px 24px rgba(84,120,58,.07)!important;}
.om-benefit-card-kiosk strong{display:block;font-size:24px;color:var(--om-kiosk-green);margin-bottom:10px;font-family:Manrope,Arial,sans-serif!important;}
.om-benefit-card-kiosk p{margin:0;color:#45644b;line-height:1.65;}

.om-shop-wrap-kiosk{padding-top:26px;padding-bottom:34px;}
.om-shop-head-kiosk{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:24px 26px;background:#fff;border:1px solid var(--om-kiosk-border);border-radius:30px;box-shadow:0 14px 28px rgba(84,120,58,.08);margin-bottom:18px;}
.om-shop-head-kiosk h1{margin:0;font-size:clamp(30px,3vw,44px);color:var(--om-kiosk-green);line-height:1;}
.om-shop-tools-kiosk .orderby,.om-shop-tools-kiosk select{border-radius:999px!important;background:#f3f6e4!important;border:1px solid var(--om-kiosk-border)!important;min-height:46px!important;padding:0 16px!important;color:#355a3d!important;}
.om-page-card-kiosk{background:#fff;border:1px solid var(--om-kiosk-border);border-radius:28px;}
.om-pagination-kiosk ul{display:flex;gap:8px;justify-content:center;padding:0;list-style:none;}
.om-pagination-kiosk a,.om-pagination-kiosk span{display:grid;place-items:center;min-width:42px;height:42px;border-radius:999px;border:1px solid var(--om-kiosk-border);background:#fff;color:var(--om-kiosk-green);text-decoration:none;font-weight:800;}
.om-pagination-kiosk .current{background:var(--om-kiosk-green);color:#fff;border-color:var(--om-kiosk-green);}

.om-footer-kiosk{margin-top:36px;background:transparent!important;color:#fff;}
.om-kiosk-subscribe{background:var(--om-kiosk-soft-section-bg)!important;padding:46px 0;color:var(--om-kiosk-text)!important;}
.om-kiosk-subscribe-grid{display:grid;grid-template-columns:minmax(280px,1fr) minmax(340px,1.2fr);gap:28px;align-items:center;}
.om-kiosk-subscribe-copy h3{margin:0 0 12px;color:var(--om-kiosk-green);font-size:clamp(34px,4vw,56px);line-height:.95;}
.om-kiosk-subscribe-copy p{margin:0;color:var(--om-kiosk-text-soft);font-size:18px;line-height:1.7;max-width:560px;}
.om-newsletter-form-kiosk{display:flex;flex-direction:column;gap:16px;}
.om-kiosk-newsletter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.om-newsletter-form-kiosk input{background:var(--om-kiosk-newsletter-input-bg)!important;color:var(--om-kiosk-newsletter-input-text)!important;border:1px solid var(--om-kiosk-newsletter-input-border)!important;border-radius:999px!important;min-height:64px!important;padding:0 24px!important;box-shadow:none!important;}
.om-newsletter-form-kiosk input::placeholder{color:color-mix(in srgb,var(--om-kiosk-newsletter-input-text) 58%, transparent)!important;opacity:1;}
.om-kiosk-privacy-check{display:flex;align-items:center;gap:10px;color:var(--om-kiosk-text)!important;font-weight:700;flex-wrap:wrap;}
.om-kiosk-privacy-check input{min-height:auto!important;width:18px;height:18px;padding:0!important;border-radius:4px!important;}
.om-newsletter-form-kiosk button{align-self:flex-start;min-width:160px;background:var(--om-kiosk-newsletter-button-bg)!important;color:var(--om-kiosk-newsletter-button-text)!important;border:1px solid var(--om-kiosk-newsletter-button-border)!important;border-radius:999px!important;box-shadow:none!important;}
.om-kiosk-footer-main{background:var(--om-kiosk-footer-bg)!important;padding:34px 0 30px;color:var(--om-kiosk-footer-text)!important;}
.om-kiosk-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:24px;align-items:start;}
.om-kiosk-footer-main h4{margin:0 0 14px;color:var(--om-kiosk-footer-text)!important;font-size:16px;font-weight:800;}
.om-kiosk-footer-main p,.om-kiosk-footer-main a{margin:0 0 8px;color:color-mix(in srgb,var(--om-kiosk-footer-text) 92%, transparent)!important;text-decoration:none;line-height:1.6;}
.om-kiosk-footer-site{font-size:28px;font-weight:900;line-height:1;color:var(--om-kiosk-footer-text)!important;margin-bottom:12px;}
.om-kiosk-social-list{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.om-kiosk-social-list .om-social-btn{width:42px;height:42px;border-radius:999px;background:var(--om-icons-bg,#fff)!important;color:var(--om-icons-text,var(--om-kiosk-green))!important;border:1px solid var(--om-icons-border,var(--om-kiosk-border))!important;display:grid;place-items:center;}
.om-footer-copy-kiosk{background:var(--om-kiosk-footer-copy-bg)!important;color:var(--om-kiosk-footer-copy-text)!important;padding:14px 20px;border-top:0!important;text-align:center;}

.om-drawer-panel,.om-modal-dialog{border-radius:30px!important;border:1px solid var(--om-kiosk-border)!important;background:#fff!important;box-shadow:0 24px 40px rgba(84,120,58,.12)!important;}
.om-drawer-header h3,.om-modal-dialog h1,.om-modal-dialog h2,.om-modal-dialog h3{color:var(--om-kiosk-green)!important;}
.om-filter-form input,.om-filter-form select,.om-filter-form textarea,.woocommerce-checkout input,.woocommerce-checkout select,.woocommerce-checkout textarea,.woocommerce-cart .cart_totals input,.woocommerce-cart .cart_totals select,.select2-container--default .select2-selection--single{border-radius:999px!important;background:#f3f6e4!important;border:1px solid var(--om-kiosk-border)!important;min-height:50px!important;color:#38593e!important;}
.woocommerce-checkout textarea{min-height:140px!important;border-radius:28px!important;padding-top:18px!important;}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review,.woocommerce-cart-form,.cart-collaterals,.om-page-card{background:#fff!important;border:1px solid var(--om-kiosk-border)!important;border-radius:30px!important;box-shadow:0 14px 28px rgba(84,120,58,.08)!important;}
.woocommerce-checkout #place_order,.woocommerce a.button,.woocommerce button.button,.woocommerce button.button.alt,.woocommerce a.button.alt{border-radius:999px!important;background:var(--om-kiosk-green)!important;border-color:var(--om-kiosk-green)!important;color:#fff!important;text-transform:none!important;letter-spacing:0!important;font-weight:800!important;}
.woocommerce-checkout .woocommerce,.woocommerce-cart .woocommerce,.woocommerce-account .om-site-main{background:transparent!important;}

@media (max-width: 1180px){
  .om-kiosk-category-strip{grid-template-columns:repeat(2,minmax(0,1fr));}
  .om-kiosk-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width: 980px){
  .om-topbar-inner-kiosk{grid-template-columns:1fr;justify-items:center;text-align:center;padding:10px 0;}
  .om-header-kiosk{top:0!important;position:relative!important;}
  body.admin-bar .om-header-kiosk{top:0!important;}
  .om-header-main-row-kiosk{grid-template-columns:1fr auto;grid-template-areas:"brand actions" "search search";gap:14px;}
  .om-brand-wrap-kiosk{grid-area:brand;}
  .om-header-actions-kiosk{grid-area:actions;}
  .om-search-header-kiosk{grid-area:search;max-width:none;}
  .om-nav-kiosk{display:none;}
  .om-nav-kiosk.is-open{display:block;background:#fff;padding:10px 0 16px;}
  .om-nav-kiosk.is-open .om-menu-kiosk{display:grid;gap:8px;padding:0;}
  .om-kiosk-hero-overlay{position:relative;right:auto;top:auto;bottom:auto;width:auto;margin:18px;}
  .om-kiosk-hero-stage,.om-kiosk-hero-slider,.om-kiosk-hero-slider .om-hero-mini-slider-track,.om-kiosk-hero-slider .om-hero-mini-slide,.om-kiosk-hero-slider .om-hero-mini-slide img{min-height:420px!important;}
  .om-kiosk-promo-strip,.om-benefits-grid-kiosk{grid-template-columns:1fr;}
  .om-kiosk-banner{grid-template-columns:1fr;}
  .om-shop-head-kiosk{flex-direction:column;align-items:flex-start;}
  .om-kiosk-subscribe-grid{grid-template-columns:1fr;}
}
@media (max-width: 640px){
  .om-brand-wrap-kiosk .custom-logo,.om-brand-wrap-kiosk img{max-width:130px;height:52px!important;}
  .om-kiosk-hero{padding-top:20px;}
  .om-kiosk-hero-stage,.om-kiosk-hero-slider,.om-kiosk-hero-slider .om-hero-mini-slider-track,.om-kiosk-hero-slider .om-hero-mini-slide,.om-kiosk-hero-slider .om-hero-mini-slide img{min-height:300px!important;}
  .om-kiosk-hero-overlay{margin:12px;padding:22px;border-radius:26px;}
  .om-kiosk-hero-overlay h1{font-size:32px;}
  .om-kiosk-proof-list span{width:100%;justify-content:center;}
  .om-kiosk-hero-actions .om-btn,.om-kiosk-banner-actions .om-btn{width:100%;justify-content:center;}
  .om-kiosk-category-strip,.om-products-grid-kiosk,.om-products-grid-shop,.om-kiosk-newsletter-grid,.om-kiosk-footer-grid{grid-template-columns:1fr!important;}
  .om-kiosk-category-tile{padding:12px 14px;}
  .om-kiosk-banner-copy{padding:24px;}
  .om-product-media-kiosk{min-height:240px;height:240px;}
  .om-kiosk-subscribe{padding:34px 0;}
  .om-kiosk-subscribe-copy h3{font-size:34px;}
}


/* omega kioscos v2 */
.om-kiosk-header-stack{position:sticky;top:0;z-index:110;background:#fff;}
body.admin-bar .om-kiosk-header-stack{top:32px;}
@media (max-width:782px){body.admin-bar .om-kiosk-header-stack{top:46px;}}
.om-kiosk-header-stack .om-topbar-kiosk,
.om-kiosk-header-stack .om-header-kiosk{position:relative!important;top:auto!important;z-index:auto!important;}

.om-kiosk-offers-shell{display:grid;gap:20px;}
.om-kiosk-offers-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:34px 42px;border:1px solid var(--om-kiosk-border);border-radius:34px;background:var(--om-kiosk-soft-section-bg);box-shadow:0 16px 36px rgba(84,120,58,.10);}
.om-kiosk-offers-copy{max-width:860px;}
.om-kiosk-offers-copy h2{margin:12px 0 14px;color:var(--om-kiosk-green);font-size:clamp(34px,4vw,56px);line-height:.96;}
.om-kiosk-offers-copy p{margin:0;color:var(--om-kiosk-text-soft);font-size:18px;line-height:1.7;max-width:860px;}
.om-kiosk-offers-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;align-items:center;}
@media (max-width:980px){
  .om-kiosk-offers-intro{grid-template-columns:1fr;padding:28px;}
  .om-kiosk-offers-actions{justify-content:flex-start;}
}
@media (max-width:640px){
  .om-kiosk-offers-copy h2{font-size:clamp(28px,9vw,44px);}
  .om-kiosk-offers-copy p{font-size:16px;}
  .om-kiosk-offers-actions{display:grid;grid-template-columns:1fr;}
  .om-kiosk-offers-actions .om-btn{width:100%;justify-content:center;}
}


.om-product-card-kiosk .om-btn,
.om-product-card-kiosk .button,
.om-product-card-kiosk button,
.om-inline-sale.om-inline-sale-kiosk{
  border-radius:999px!important;
}
.om-product-card-kiosk .om-btn:hover,
.om-product-card-kiosk .button:hover,
.om-product-card-kiosk button:hover{
  transform:translateY(-1px);
}
.om-kiosk-offers-copy .om-kiosk-kicker,
.om-kiosk-subscribe .om-kiosk-subscribe-badge{
  background:var(--om-home_badge-bg,#fff)!important;
  color:var(--om-home_badge-text,var(--om-kiosk-green))!important;
  border:1px solid var(--om-home_badge-border,var(--om-kiosk-border))!important;
}
.om-kiosk-subscribe-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.02em;align-self:flex-start;margin-bottom:12px;}


/* omega kioscos v5 */
.om-kiosk-subscribe{
  --om-kiosk-subscribe-text:#2f3e2d;
  --om-kiosk-subscribe-text-soft:#51624d;
  --om-kiosk-subscribe-input-bg:rgba(255,255,255,.72);
  --om-kiosk-subscribe-input-text:#31402f;
  --om-kiosk-subscribe-input-border:rgba(88,112,73,.22);
}
.om-kiosk-subscribe-copy h3{color:var(--om-kiosk-green)!important;}
.om-kiosk-subscribe-copy p{color:var(--om-kiosk-subscribe-text-soft)!important;}
.om-newsletter-form-kiosk input{
  background:var(--om-kiosk-subscribe-input-bg)!important;
  color:var(--om-kiosk-subscribe-input-text)!important;
  border-color:var(--om-kiosk-subscribe-input-border)!important;
}
.om-newsletter-form-kiosk input::placeholder{color:color-mix(in srgb,var(--om-kiosk-subscribe-input-text) 58%, transparent)!important;opacity:1;}
.om-kiosk-privacy-check{color:var(--om-kiosk-subscribe-text)!important;}
.om-kiosk-privacy-check a{color:inherit!important;}
@media (max-width: 767px){
  .home .om-products-grid-kiosk,
  .home .om-products-grid.om-products-grid-kiosk{grid-template-columns:1fr!important;}
}


/* omega kioscos v6 */
.om-kiosk-subscribe{
  --om-kiosk-subscribe-text:#20261d;
  --om-kiosk-subscribe-text-soft:#2f392b;
  --om-kiosk-subscribe-input-bg:rgba(120,130,98,.18);
  --om-kiosk-subscribe-input-text:#1f271d;
  --om-kiosk-subscribe-input-border:rgba(80,96,63,.34);
}
.om-kiosk-subscribe .om-kiosk-subscribe-copy,
.om-kiosk-subscribe .om-kiosk-subscribe-copy h3,
.om-kiosk-subscribe .om-kiosk-subscribe-copy p,
.om-kiosk-subscribe .om-kiosk-subscribe-copy span{
  color:var(--om-kiosk-subscribe-text)!important;
}
.om-kiosk-subscribe .om-kiosk-subscribe-copy p{
  color:var(--om-kiosk-subscribe-text-soft)!important;
}
.om-kiosk-subscribe .om-newsletter-form-kiosk input{
  background:var(--om-kiosk-subscribe-input-bg)!important;
  color:var(--om-kiosk-subscribe-input-text)!important;
  -webkit-text-fill-color:var(--om-kiosk-subscribe-input-text)!important;
  border-color:var(--om-kiosk-subscribe-input-border)!important;
}
.om-kiosk-subscribe .om-newsletter-form-kiosk input::placeholder{
  color:color-mix(in srgb,var(--om-kiosk-subscribe-input-text) 72%, transparent)!important;
  -webkit-text-fill-color:color-mix(in srgb,var(--om-kiosk-subscribe-input-text) 72%, transparent)!important;
  opacity:1!important;
}
.om-kiosk-subscribe .om-kiosk-privacy-check,
.om-kiosk-subscribe .om-kiosk-privacy-check a{
  color:var(--om-kiosk-subscribe-text)!important;
}

/* Retail stock / filtros fixes */
#om-filter-drawer .om-filter-form{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:18px 22px 24px;}
#om-filter-drawer .om-filter-actions{position:sticky;bottom:0;background:inherit;padding-top:14px;}
.om-variation-field .om-swatches{margin-top:6px;}
.om-swatches-text{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.om-swatches-text .om-swatch-text{min-width:56px;min-height:44px;padding:0 14px;border-radius:16px;}
.om-variation-field .om-swatch[disabled],
.om-variation-field .om-swatch.is-disabled,
.om-product-actions .om-btn[disabled],
.om-product-actions .om-btn.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none;box-shadow:none!important;}
.om-variation-field .om-swatch[disabled] span,
.om-variation-field .om-swatch.is-disabled span{opacity:.55;}
.om-variation-field .om-swatch.is-disabled{filter:grayscale(1);}
.om-variation-field .om-swatch.is-disabled.om-swatch-text{text-decoration:line-through;}
@media (max-width:767px){
  #om-filter-drawer .om-filter-form{padding:18px 12px 24px;}
}
