@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;background:linear-gradient(135deg,var(--om-primary),var(--om-primary-strong));display:grid;place-items:center;box-shadow:var(--om-shadow);text-decoration:none;color:#fff;font-weight:800;font-size:24px}
.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}
}


/* ===== Omega Joyas Luxury V5 fixes ===== */
.om-topbar{position:relative!important;padding:14px 0!important}
.om-topbar-inner{grid-template-columns:auto minmax(280px,560px) auto!important;min-height:unset!important;gap:18px!important}
.om-topbar .om-search{max-width:560px!important;width:100%}
.om-topbar .om-search input{height:52px!important;min-height:52px!important;padding:0 58px 0 18px!important}
.om-topbar .om-search button{width:40px!important;height:40px!important;min-height:40px!important;right:6px!important}
.om-topbar-pill{border-radius:0!important;padding:0 18px!important;min-height:40px!important}
.om-header{background:var(--om-header-bg)!important;border-top:1px solid var(--om-header-border,var(--om-border));border-bottom:1px solid var(--om-header-border,var(--om-border))}
.om-header-bar{display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:110px}
.om-header-side{display:flex;align-items:center}
.om-header-side-left{justify-content:flex-start}
.om-header-side-right{justify-content:flex-end}
.om-header-link{font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--om-header-text)!important;text-decoration:none}
.om-brand-wrap-centered{justify-self:center;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.om-brand-wrap-centered .custom-logo,.om-brand-wrap-centered img{display:block;margin:0 auto}
.om-header-nav-row{display:flex;align-items:center;justify-content:center;min-height:72px;border-top:1px solid var(--om-header-border,var(--om-border))}
.om-header .om-nav{width:100%}
.om-header .om-menu{justify-content:center!important}
.om-header .om-circle-btn{width:52px!important;height:52px!important;min-height:52px!important;border-radius:0!important}
.om-mobile-nav-toggle{display:none}
.home .om-hero{padding:0!important}
.home .om-hero > .om-container:first-child{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}
.home .om-hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.8fr)!important;gap:0!important;align-items:stretch!important;background:var(--om-home-hero-surface-bg,#fff)!important;border-top:1px solid var(--om-home_hero-border,var(--om-border));border-bottom:1px solid var(--om-home_hero-border,var(--om-border))}
.home .om-hero-copy{padding:56px clamp(28px,5vw,72px)!important}
.home .om-hero-cards-wrap,.home .om-hero-cards{height:100%}
.home .om-hero-cards{border-radius:0!important;border-left:1px solid var(--om-home_hero-border,var(--om-border))!important;min-height:560px;padding:28px!important;background-size:cover!important;background-position:center center!important}
.home .om-hero-card,.home .om-hero-proof-below span,.om-home-section .om-container,.om-category-card,.om-benefit-card,.om-product-card,.om-product-card .om-btn,.om-badge,.om-topbar-pill,.om-search input,.om-search button,.om-circle-btn,.om-social-btn{border-radius:0!important}
.om-home-section .om-container{box-shadow:none!important}
.om-category-card{min-height:340px!important;padding:18px!important;gap:16px!important}
.om-category-card-media{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:240px!important;min-height:240px!important;flex:0 0 240px!important;overflow:hidden!important;background:#f5f2f4!important;border-radius:0!important;z-index:1!important}
.om-category-card-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;opacity:1!important;visibility:visible!important}
.om-category-card > span:last-child{margin-top:auto!important;font-size:18px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.om-products-grid .om-product-card,.om-products-grid-shop .om-product-card{border-radius:0!important;box-shadow:none!important}
.om-product-card .om-product-body{padding:18px 18px 20px!important}
.om-product-card .om-product-title{font-size:20px!important;line-height:1.2!important}
.om-product-card .om-product-price{font-size:18px!important}
.om-product-card .om-btn,.om-product-card .button,.om-product-card .add_to_cart_button{min-height:42px!important;height:42px!important;padding:0 16px!important;font-size:12px!important;letter-spacing:.14em!important;text-transform:uppercase!important;border-radius:0!important;width:auto!important;display:inline-flex!important;justify-content:center!important;align-items:center!important}
.om-product-actions{margin-top:14px!important}
.om-badge{padding:8px 10px!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important}
@media (max-width:1024px){
  .om-topbar-inner{grid-template-columns:1fr!important}
  .om-header-bar{grid-template-columns:1fr auto 1fr!important;min-height:92px}
  .om-header-nav-row{min-height:60px}
  .home .om-hero-grid{grid-template-columns:1fr!important}
  .home .om-hero-cards{border-left:none!important;border-top:1px solid var(--om-home_hero-border,var(--om-border))!important;min-height:420px!important}
}
@media (max-width:767px){
  .om-topbar-right{display:none!important}
  .om-topbar .om-search{max-width:none!important}
  .om-header-bar{grid-template-columns:auto 1fr auto!important;gap:12px!important;min-height:84px!important}
  .om-header-link{font-size:11px!important;letter-spacing:.08em!important}
  .om-header .om-circle-btn{width:46px!important;height:46px!important;min-height:46px!important}
  .om-mobile-nav-toggle{display:inline-flex!important;justify-self:flex-start}
  .om-header-nav-row{justify-content:flex-start!important;padding:0 0 12px!important}
  .om-header .om-nav{display:none}
  .om-header .om-nav.is-open,.om-header .om-nav[style*="display: block"],.om-header .om-nav[aria-hidden="false"]{display:block!important}
  .home .om-hero-copy{padding:34px 20px!important}
}


/* Omega Joyas Luxury v6 */
.om-topbar{position:sticky!important;top:0!important;z-index:110!important}
.om-header{top:64px!important;z-index:100!important}
.om-topbar-inner{grid-template-columns:auto minmax(260px,420px) auto!important}
.om-search-top{max-width:420px!important;justify-self:center}
.om-search input{height:46px!important;padding:0 52px 0 18px!important}
.om-search button{width:34px!important;height:34px!important;top:6px!important;right:6px!important}
.om-topbar-right .om-social-links{display:flex;align-items:center;gap:12px}
.om-header-bar{display:grid!important;grid-template-columns:64px auto 64px!important;align-items:center!important;min-height:108px!important}
.om-header-side-left,.om-header-side-right{width:64px;justify-content:center!important}
.om-header .om-circle-btn,.om-header a.om-circle-btn{width:46px!important;height:46px!important;min-height:46px!important;border:1px solid var(--om-header-border,var(--om-border))!important;background:#fff!important;color:var(--om-header-text,var(--om-text))!important;text-decoration:none!important}
.om-header-icon{display:grid;place-items:center;width:20px;height:20px}
.om-header-icon svg{display:block;width:20px;height:20px}
.om-brand-wrap-centered{gap:0!important}
.om-brand-wrap-centered .custom-logo,.om-brand-wrap-centered img{max-height:92px!important;width:auto!important;height:auto!important}
.om-brand-name{margin-top:6px}
.om-header-nav-row{min-height:66px!important}
.om-header .om-menu{gap:28px!important}
.om-header .om-menu a{font-size:16px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.om-header-link{display:none!important}

.home .om-hero.om-hero-luxury{padding:0 0 18px!important}
.home .om-hero.om-hero-luxury > .om-container{max-width:none!important;width:100%!important;padding-left:0!important;padding-right:0!important}

.om-hero-slider{position:relative;overflow:hidden;background:var(--om-home_hero-bg,var(--om-surface,#fff));}
.om-hero-slider-track{position:relative;min-height:inherit;}
.om-hero-slide{position:relative;display:none;isolation:isolate;overflow:hidden;}
.om-hero-slide.is-active{display:block;}
.om-hero-slide-media,.om-hero-slide-overlay{position:absolute;inset:0;}
.om-hero-slide-media{background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:0;}
.om-hero-slide-overlay{z-index:1;background:linear-gradient(90deg, rgba(24,19,36,.62) 0%, rgba(24,19,36,.34) 42%, rgba(24,19,36,.12) 100%);}
.om-hero-slide-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;gap:16px;min-height:inherit;padding:72px clamp(24px,6vw,88px) 88px;color:#fff;}
.om-hero-slide-content h1,.om-hero-slide-content p,.om-hero-slide-content .om-pill{position:relative;z-index:2;}
.om-hero-slide-content h1{margin:0;font-size:clamp(34px,4.2vw,68px);line-height:1.02;color:#fff;max-width:12ch;}
.om-hero-slide-content p{margin:0;max-width:52ch;font-size:clamp(15px,1.25vw,19px);line-height:1.65;color:rgba(255,255,255,.92);}
.om-hero-slider .om-hero-actions{margin-top:8px;}
.om-hero-nav{position:absolute;z-index:3;display:grid;place-items:center;width:56px;height:56px;border:1px solid var(--om-home_slider_nav-border,var(--om-home_cards_glass_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));font-size:30px;line-height:1;cursor:pointer;transition:transform .2s ease, opacity .2s ease, background .2s ease, color .2s ease;}
.om-hero-nav:hover{transform:translateY(-50%) scale(1.03);opacity:1;}
.om-hero-dots{position:absolute;left:clamp(24px,6vw,88px);right:clamp(24px,6vw,88px);bottom:28px;z-index:3;display:flex;gap:10px;align-items:center;}
.om-hero-dot{width:12px;height:12px;border-radius:999px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.25);cursor:pointer;padding:0;}
.om-hero-dot.is-active{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.96);}
.om-hero-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px;padding:22px clamp(24px,4vw,56px) 0;}
.om-hero-highlight-card{display:flex;flex-direction:column;gap:8px;padding:22px 24px;background:var(--om-home-cards-glass-bg,var(--om-home_cards-bg,#fff));border:1px solid var(--om-home-cards-glass-border,var(--om-home_cards-border,var(--om-border)));backdrop-filter:blur(14px);color:var(--om-home_cards-text,var(--om-text));}
.om-hero-highlight-card strong{font-size:clamp(14px,calc(var(--om-home_cards-size,15px) * .95),19px);text-transform:uppercase;letter-spacing:.14em;color:var(--om-home_cards-text,var(--om-text));}
.om-hero-highlight-card span{font-size:clamp(15px,calc(var(--om-home_cards-size,15px) * 1.05),21px);line-height:1.45;color:var(--om-home_cards-text,var(--om-text));}
@media (max-width: 767px){
  .om-hero-nav{width:46px;height:46px;font-size:24px;}
  .om-hero-slide-content{padding:42px 22px 76px;}
  .om-hero-dots{left:22px;right:22px;bottom:18px;}
  .om-hero-highlights{grid-template-columns:1fr;padding:16px 22px 0;}
}
.om-hero-slider{width:100%!important;max-width:none!important;border-left:0!important;border-right:0!important}
.om-hero-slide{min-height:640px!important}
.om-hero-slide-content{max-width:720px}
.om-hero-nav{top:50%!important;transform:translateY(-50%)!important}
.om-hero-nav-prev{left:18px!important}
.om-hero-nav-next{right:18px!important}
.om-hero-slider,.om-hero-slide,.om-hero-highlights,.om-hero-highlight-card,.om-pill,.om-eyebrow,.om-home-section .om-container,.om-category-card,.om-category-card-media,.om-benefit-card,.om-product-card,.om-product-card .om-btn,.om-badge,.om-topbar-pill,.om-search input,.om-search button,.om-circle-btn,.om-social-btn{border-radius:0!important}
.om-hero-highlights{margin-top:0!important}
.om-hero-highlight-card{min-height:110px!important}
.om-hero-highlight-card:empty{display:none!important}
.om-category-card{min-height:340px!important;padding:18px!important;gap:16px!important}
.om-category-card.has-image{background:#fff!important}
.om-category-card-media{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:240px!important;min-height:240px!important;flex:0 0 240px!important;overflow:hidden!important;background:#f5f2f4!important;z-index:1!important}
.om-category-card-media img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;opacity:1!important;visibility:visible!important}
.om-category-card::before{display:none!important}
.om-category-card .om-category-card-title,.om-category-card > span:last-child{position:relative!important;z-index:2!important;margin-top:auto!important;font-size:18px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--om-text)!important}
.om-category-card.has-image .om-category-card-title,.om-category-card.has-image > span:last-child{color:var(--om-text)!important}

.om-products-grid .om-product-card,.om-products-grid-shop .om-product-card{border-radius:0!important;box-shadow:none!important}
.om-product-card .om-product-body{padding:18px 18px 20px!important}
.om-product-card .om-product-title{font-size:20px!important;line-height:1.2!important}
.om-product-card .om-product-price{font-size:18px!important}
.om-product-card .om-btn,.om-product-card .button,.om-product-card .add_to_cart_button{min-height:40px!important;height:40px!important;padding:0 14px!important;font-size:11px!important;letter-spacing:.14em!important;text-transform:uppercase!important;border-radius:0!important;width:auto!important;display:inline-flex!important;justify-content:center!important;align-items:center!important}
.om-product-actions{margin-top:14px!important}
.om-badge{padding:8px 10px!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important}

@media (max-width: 1200px){
  .om-topbar-inner{grid-template-columns:auto minmax(220px,360px) auto!important}
  .om-search-top{max-width:360px!important}
}
@media (max-width:1024px){
  .om-topbar-inner{grid-template-columns:1fr!important}
  .om-search-top{max-width:none!important}
  .om-header{top:64px!important}
  .om-header-bar{grid-template-columns:56px 1fr 56px!important;min-height:92px!important}
  .om-header-side-left,.om-header-side-right{width:56px}
  .om-header-nav-row{min-height:60px!important}
  .om-hero-slide{min-height:500px!important}
}
@media (max-width:767px){
  .om-topbar-right{display:none!important}
  .om-header{top:56px!important}
  .om-topbar{position:sticky!important}
  .om-topbar-inner{min-height:56px!important}
  .om-header-bar{grid-template-columns:46px 1fr 46px!important;gap:12px!important;min-height:78px!important}
  .om-header-side-left,.om-header-side-right{width:46px}
  .om-header .om-circle-btn,.om-header a.om-circle-btn{width:40px!important;height:40px!important;min-height:40px!important}
  .om-brand-wrap-centered .custom-logo,.om-brand-wrap-centered img{max-height:72px!important}
  .om-header-nav-row{justify-content:flex-start!important;padding:0 0 12px!important}
  .om-mobile-nav-toggle{display:inline-flex!important;justify-self:flex-start}
  .om-header .om-nav{display:none}
  .om-header .om-nav.is-open,.om-header .om-nav[style*="display: block"],.om-header .om-nav[aria-hidden="false"]{display:block!important}
  .om-hero-slide{min-height:420px!important}
  .om-hero-slide-content{padding:34px 22px 54px!important}
  .om-hero-nav-prev{left:10px!important}
  .om-hero-nav-next{right:10px!important}
}


/* V6.1 final polish */
.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{
  width:auto !important;
  max-width:240px !important;
  height:auto !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
  object-fit:contain !important;
}
.om-brand-wrap-centered .custom-logo-link img{
  max-height:94px !important;
}
.om-hero-highlight-card:empty,
.om-hero-highlights:empty{
  display:none !important;
}

@media (max-width: 767px){
  .home .om-products-grid,
  .home .om-products-grid-shop{grid-template-columns:1fr !important;}
  .home .om-product-card{width:100%;max-width:100%;}
}

/* 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;}
}
