:root{
  --rvx-accent:#2563eb;
  --rvx-accent-strong:#1d4ed8;
  --rvx-accent-soft:color-mix(in srgb,var(--rvx-accent) 9%,#fff);
  --rvx-bg:#fff;
  --rvx-bg-soft:#f7f8fa;
  --rvx-bg-muted:#f1f3f6;
  --rvx-surface:#fff;
  --rvx-surface-2:#fafafa;
  --rvx-border:#e5e7eb;
  --rvx-border-strong:#d1d5db;
  --rvx-text:#111827;
  --rvx-text-2:#374151;
  --rvx-muted:#6b7280;
  --rvx-success:#15803d;
  --rvx-danger:#dc2626;
  --rvx-warning:#b45309;
  --rvx-shadow-xs:0 1px 2px rgba(17,24,39,.04);
  --rvx-shadow-sm:0 8px 24px rgba(17,24,39,.06);
  --rvx-shadow-lg:0 24px 70px rgba(17,24,39,.16);
  --rvx-radius-xs:8px;
  --rvx-radius-sm:12px;
  --rvx-radius:16px;
  --rvx-radius-lg:24px;
  --rvx-container:1480px;
  --rvx-header-h:74px;
  --rvx-transition:180ms cubic-bezier(.2,.7,.2,1);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden;overflow-x:clip}
body{margin:0;background:var(--rvx-bg);color:var(--rvx-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;font-size:15px;line-height:1.8;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;overflow-x:clip}
body.rvx-drawer-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
::selection{background:var(--rvx-accent);color:#fff}
.screen-reader-text{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}
.screen-reader-text:focus{position:fixed!important;clip:auto!important;width:auto!important;height:auto!important;inset:14px auto auto 14px!important;background:#111827;color:#fff;padding:10px 14px!important;z-index:999999;border-radius:8px}
.rvx-container{width:min(calc(100% - 40px),var(--rvx-container));margin-inline:auto}
.rvx-main{min-height:52vh}
.rvx-icon{display:block;flex:none}

/* Announcement */
.rvx-announcement{background:#101827;color:#f8fafc;font-size:12.5px;letter-spacing:.01em}
.rvx-announcement__inner{min-height:31px;display:flex;align-items:center;justify-content:center;text-align:center}

/* Header */
.rvx-site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);border-bottom:1px solid var(--rvx-border);backdrop-filter:saturate(160%) blur(16px);transition:box-shadow var(--rvx-transition),background var(--rvx-transition)}
.rvx-site-header.is-scrolled{box-shadow:0 12px 35px rgba(17,24,39,.07);background:rgba(255,255,255,.985)}
.admin-bar .rvx-site-header{top:32px}
.rvx-header-bar__inner{height:var(--rvx-header-h);display:grid;grid-template-columns:minmax(150px,220px) minmax(260px,1fr) minmax(300px,460px) auto;align-items:center;gap:20px;min-width:0}
.rvx-brand{display:flex;align-items:center;min-width:0;max-width:220px;overflow:hidden}
.rvx-brand .custom-logo-link,.rvx-drawer__brand .custom-logo-link,.rvx-footer-brand .custom-logo-link{display:flex;align-items:center}
.rvx-brand .custom-logo{max-height:48px;width:auto;object-fit:contain}
.rvx-text-logo{display:inline-flex;align-items:center;font-size:22px;font-weight:850;letter-spacing:-.03em;color:var(--rvx-text);white-space:nowrap}
.rvx-primary-nav{min-width:0}
.rvx-menu,.rvx-menu ul,.rvx-mobile-menu,.rvx-mobile-menu ul,.rvx-footer-menu{list-style:none;margin:0;padding:0}
.rvx-menu{display:flex;align-items:center;justify-content:center;gap:3px;min-width:0}
.rvx-menu>li{position:relative}
.rvx-menu>li>a{display:flex;align-items:center;height:46px;padding:0 10px;color:var(--rvx-text-2);font-size:14px;font-weight:650;white-space:nowrap;border-bottom:2px solid transparent;transition:color var(--rvx-transition),border-color var(--rvx-transition),background var(--rvx-transition)}
.rvx-menu>li>a:hover,.rvx-menu>li.current-menu-item>a,.rvx-menu>li.current-menu-ancestor>a{color:var(--rvx-accent);border-bottom-color:var(--rvx-accent)}
.rvx-menu .sub-menu{position:absolute;inset-block-start:calc(100% + 7px);inset-inline-start:0;width:230px;padding:8px;background:var(--rvx-surface);border:1px solid var(--rvx-border);box-shadow:var(--rvx-shadow-lg);border-radius:var(--rvx-radius-sm);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity var(--rvx-transition),transform var(--rvx-transition),visibility var(--rvx-transition);z-index:20}
.rvx-menu li:hover>.sub-menu,.rvx-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.rvx-menu .sub-menu li{position:relative}
.rvx-menu .sub-menu a{display:block;padding:9px 11px;border-radius:8px;color:var(--rvx-text-2);font-size:13.5px;font-weight:560;transition:background var(--rvx-transition),color var(--rvx-transition)}
.rvx-menu .sub-menu a:hover{background:var(--rvx-bg-soft);color:var(--rvx-accent)}
.rvx-menu .sub-menu .sub-menu{inset-inline-start:calc(100% + 7px);inset-block-start:-8px}
.rvx-header-search{min-width:0;width:100%;max-width:460px;justify-self:stretch}
.rvx-product-search{height:46px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;border:1px solid var(--rvx-border-strong);background:var(--rvx-surface);border-radius:11px;overflow:hidden;transition:border-color var(--rvx-transition),box-shadow var(--rvx-transition),background var(--rvx-transition)}
.rvx-product-search:focus-within{border-color:var(--rvx-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--rvx-accent) 14%,transparent)}
.rvx-product-search__icon{padding-inline-start:14px;color:var(--rvx-muted)}
.rvx-product-search input{width:100%;height:100%;border:0;outline:0;background:transparent;padding:0 12px;color:var(--rvx-text);min-width:0}
.rvx-product-search input::placeholder{color:#9ca3af}
.rvx-product-search button{height:100%;border:0;border-inline-start:1px solid var(--rvx-border);background:#f8fafc;color:var(--rvx-text-2);padding:0 16px;font-weight:700;transition:background var(--rvx-transition),color var(--rvx-transition)}
.rvx-product-search button:hover{background:var(--rvx-accent);color:#fff}
.rvx-header-actions{display:flex;align-items:stretch;justify-content:flex-end;align-self:stretch;gap:0;min-width:max-content}
.rvx-header-action,.rvx-icon-button{border:0;background:transparent;color:var(--rvx-text-2)}
.rvx-header-action{position:relative;min-width:72px;height:100%;padding:0 11px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:7px;border-radius:0;white-space:nowrap;transition:background var(--rvx-transition),color var(--rvx-transition)}
.rvx-header-action:hover{background:var(--rvx-bg-soft);color:var(--rvx-accent)}
.rvx-action-label{font-size:12px;font-weight:700;line-height:1;white-space:nowrap}
.rvx-action-icon-wrap{position:relative}
.rvx-cart-count{position:absolute;inset-block-start:-7px;inset-inline-end:-10px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--rvx-accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;box-shadow:0 0 0 2px #fff}
.rvx-mobile-menu-toggle,.rvx-search-toggle{display:none}
.rvx-icon-button{width:40px;height:40px;border:1px solid var(--rvx-border);border-radius:9px;display:inline-flex;align-items:center;justify-content:center;transition:background var(--rvx-transition),color var(--rvx-transition),border-color var(--rvx-transition)}
.rvx-icon-button:hover{background:var(--rvx-bg-soft);color:var(--rvx-accent);border-color:var(--rvx-border-strong)}
/* Keep mobile-only controls out of the desktop header. Must follow .rvx-icon-button display rule. */
.rvx-mobile-menu-toggle{display:none}
.rvx-search-toggle{display:none}

/* Drawers */
.rvx-overlay{position:fixed;inset:0;background:rgba(15,23,42,.42);backdrop-filter:blur(3px);z-index:190;opacity:0;transition:opacity 220ms ease}
.rvx-overlay.is-visible{opacity:1}
.rvx-drawer{position:fixed;z-index:200;background:var(--rvx-surface);box-shadow:var(--rvx-shadow-lg);transition:transform 260ms cubic-bezier(.2,.75,.2,1);display:flex;flex-direction:column;overflow:hidden}
html[dir="rtl"] .rvx-drawer--nav,html[dir="rtl"] .rvx-drawer--search{inset:0 0 0 auto;transform:translateX(102%)}
html:not([dir="rtl"]) .rvx-drawer--nav,html:not([dir="rtl"]) .rvx-drawer--search{inset:0 auto 0 0;transform:translateX(-102%)}
.rvx-drawer--nav,.rvx-drawer--search{width:min(92vw,390px)}
html[dir="rtl"] .rvx-drawer--cart{inset:0 auto 0 0;transform:translateX(-102%)}
html:not([dir="rtl"]) .rvx-drawer--cart{inset:0 0 0 auto;transform:translateX(102%)}
.rvx-drawer--cart{width:min(94vw,440px)}
.rvx-drawer.is-open{transform:translateX(0)!important}
.admin-bar .rvx-drawer{inset-block-start:32px}
.rvx-drawer__head{height:74px;flex:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 20px;border-bottom:1px solid var(--rvx-border)}
.rvx-drawer__head strong{font-size:17px}
.rvx-drawer__brand{max-width:160px}
.rvx-drawer__brand .custom-logo{max-height:42px;width:auto}
.rvx-drawer__body{padding:18px 20px;overflow:auto;overscroll-behavior:contain}
.rvx-drawer__hint{color:var(--rvx-muted);font-size:13px;margin:12px 0 0}
.rvx-mobile-menu>li{border-bottom:1px solid var(--rvx-border)}
.rvx-mobile-menu li{position:relative}
.rvx-mobile-menu a{display:flex;align-items:center;min-height:52px;padding:10px 4px;color:var(--rvx-text);font-weight:650}
.rvx-mobile-menu .sub-menu{display:none;padding:0 14px 10px}
.rvx-mobile-menu .is-submenu-open>.sub-menu{display:block}
.rvx-mobile-menu .sub-menu li{border:0}
.rvx-mobile-menu .sub-menu a{min-height:42px;padding:8px 10px;color:var(--rvx-muted);font-size:13.5px;font-weight:550}
.rvx-submenu-toggle{position:absolute;inset-block-start:6px;inset-inline-end:0;width:40px;height:40px;border:0;background:transparent;color:var(--rvx-muted);display:flex;align-items:center;justify-content:center;border-radius:8px;transition:transform var(--rvx-transition),background var(--rvx-transition)}
.rvx-submenu-toggle:hover{background:var(--rvx-bg-soft)}
.rvx-submenu-toggle svg{transition:transform var(--rvx-transition)}
.rvx-mobile-menu .is-submenu-open>.rvx-submenu-toggle svg{transform:rotate(90deg)}
.rvx-mobile-account-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
.rvx-mobile-account-row a{min-height:48px;border:1px solid var(--rvx-border);border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--rvx-text-2);font-weight:650}

/* Cart drawer */
.rvx-cart-drawer-body{padding:0}
.rvx-cart-drawer-body .widget_shopping_cart_content{height:100%}
.rvx-cart-drawer-body .woocommerce-mini-cart{list-style:none;margin:0;padding:0 20px}
.rvx-cart-drawer-body .woocommerce-mini-cart-item{position:relative;display:grid;grid-template-columns:72px 1fr;gap:12px;padding:17px 28px 17px 0;border-bottom:1px solid var(--rvx-border);min-height:104px}
.rvx-cart-drawer-body .woocommerce-mini-cart-item img{width:72px;height:72px;object-fit:cover;border-radius:10px;border:1px solid var(--rvx-border)}
.rvx-cart-drawer-body .remove_from_cart_button{position:absolute;inset-block-start:16px;inset-inline-end:0;width:24px;height:24px;border-radius:7px;background:#fff1f2;color:#be123c!important;display:flex;align-items:center;justify-content:center;font-size:17px}
.rvx-cart-drawer-body .quantity{display:block;color:var(--rvx-muted);font-size:12px;margin-top:4px}
.rvx-cart-drawer-body .woocommerce-mini-cart__total{margin:0;padding:17px 20px;border-top:1px solid var(--rvx-border);display:flex;justify-content:space-between;gap:20px}
.rvx-cart-drawer-body .woocommerce-mini-cart__buttons{margin:0;padding:0 20px 20px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.rvx-cart-drawer-body .woocommerce-mini-cart__buttons .button{margin:0!important;text-align:center}
.rvx-cart-drawer-body .woocommerce-mini-cart__empty-message{padding:50px 20px;text-align:center;color:var(--rvx-muted)}

/* Buttons */
.rvx-button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{min-height:44px;border:1px solid transparent;border-radius:9px;padding:10px 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:750;line-height:1.2;transition:transform var(--rvx-transition),background var(--rvx-transition),color var(--rvx-transition),border-color var(--rvx-transition),box-shadow var(--rvx-transition)}
.rvx-button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{transform:translateY(-1px)}
.rvx-button--primary,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt{background:var(--rvx-accent)!important;color:#fff!important;border-color:var(--rvx-accent)!important}
.rvx-button--primary:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background:var(--rvx-accent-strong)!important;border-color:var(--rvx-accent-strong)!important}
.rvx-button--ghost{background:#fff;border-color:var(--rvx-border-strong);color:var(--rvx-text)}
.rvx-button--ghost:hover{border-color:var(--rvx-accent);color:var(--rvx-accent)}

/* Hero */
.rvx-hero{padding:34px 0 22px;background:linear-gradient(180deg,#fff 0%,#fafbfc 100%)}
.rvx-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:32px;align-items:stretch}
.rvx-hero__content{min-height:480px;padding:58px 10px 58px 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.rvx-eyebrow,.rvx-section-kicker{font-size:12px;font-weight:800;color:var(--rvx-accent);letter-spacing:.04em}
.rvx-hero h1{font-size:clamp(36px,5vw,72px);line-height:1.15;letter-spacing:-.045em;margin:14px 0 18px;max-width:820px}
.rvx-hero__content>p{font-size:18px;line-height:2;color:var(--rvx-muted);max-width:680px;margin:0}
.rvx-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.rvx-hero__visual{min-height:480px;background:linear-gradient(145deg,#eef3ff,#f7f9fc 58%,#eef2f7);border:1px solid var(--rvx-border);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}
.rvx-hero__visual.has-image{background:#f3f4f6}
.rvx-hero__visual img{width:100%;height:100%;object-fit:cover}
.rvx-hero-placeholder{display:flex;flex-direction:column;gap:14px;align-items:center;color:var(--rvx-muted);font-size:13px;text-align:center;padding:30px}
.rvx-hero-placeholder__mark{width:94px;height:94px;display:flex;align-items:center;justify-content:center;background:var(--rvx-accent);color:#fff;font-size:48px;font-weight:900;border-radius:18px;box-shadow:0 22px 48px color-mix(in srgb,var(--rvx-accent) 25%,transparent)}

/* Trust */
.rvx-trust-strip{border-block:1px solid var(--rvx-border);background:#fff}
.rvx-trust-strip__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.rvx-trust-item{min-height:94px;padding:18px 26px;display:flex;align-items:center;gap:13px;border-inline-end:1px solid var(--rvx-border)}
.rvx-trust-item:last-child{border-inline-end:0}
.rvx-trust-item>.rvx-icon{color:var(--rvx-accent)}
.rvx-trust-item div{display:flex;flex-direction:column;gap:2px}
.rvx-trust-item strong{font-size:14px}
.rvx-trust-item span{font-size:12px;color:var(--rvx-muted)}

/* Home sections */
.rvx-section{padding:76px 0}
.rvx-section--muted{background:var(--rvx-bg-soft)}
.rvx-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.rvx-section-head h2{font-size:clamp(24px,3vw,34px);line-height:1.35;letter-spacing:-.03em;margin:5px 0 0}
.rvx-section-head>a{display:inline-flex;align-items:center;gap:5px;color:var(--rvx-muted);font-size:13px;font-weight:700;border-bottom:1px solid var(--rvx-border);padding-bottom:3px;transition:color var(--rvx-transition),border-color var(--rvx-transition)}
.rvx-section-head>a:hover{color:var(--rvx-accent);border-color:var(--rvx-accent)}
.rvx-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.rvx-category-card{min-width:0;display:grid;grid-template-columns:88px 1fr;align-items:center;gap:14px;padding:12px;border:1px solid var(--rvx-border);background:var(--rvx-surface);transition:border-color var(--rvx-transition),box-shadow var(--rvx-transition),transform var(--rvx-transition)}
.rvx-category-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--rvx-accent) 45%,var(--rvx-border));box-shadow:var(--rvx-shadow-sm)}
.rvx-category-card__image{width:88px;aspect-ratio:1;overflow:hidden;background:var(--rvx-bg-soft);display:flex;align-items:center;justify-content:center}
.rvx-category-card__image img{width:100%;height:100%;object-fit:cover}
.rvx-category-letter{font-size:30px;font-weight:900;color:var(--rvx-accent)}
.rvx-category-card__meta{display:flex;flex-direction:column;min-width:0}
.rvx-category-card__meta strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rvx-category-card__meta small{color:var(--rvx-muted);font-size:11.5px;margin-top:2px}

/* Product grid/cards */
.woocommerce ul.products,.rvx-product-grid{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;clear:both}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.rvx-product-card{float:none!important;width:auto!important;margin:0!important;padding:0!important}
.rvx-product-card__inner{height:100%;background:var(--rvx-surface);border:1px solid var(--rvx-border);display:flex;flex-direction:column;transition:border-color var(--rvx-transition),box-shadow var(--rvx-transition),transform var(--rvx-transition)}
.rvx-product-card__inner:hover{transform:translateY(-3px);border-color:#d7dbe2;box-shadow:0 16px 40px rgba(17,24,39,.075)}
.rvx-product-card__media{position:relative;display:block;aspect-ratio:1/1;background:#f7f8fa;overflow:hidden}
.rvx-product-card__media img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;transition:transform 350ms ease}
.rvx-product-card__inner:hover .rvx-product-card__media img{transform:scale(1.025)}
.rvx-sale-badge,.woocommerce span.onsale{position:absolute!important;z-index:2;inset-block-start:12px!important;inset-inline-start:12px!important;inset-inline-end:auto!important;min-width:auto!important;min-height:auto!important;line-height:1!important;margin:0!important;padding:7px 9px!important;border-radius:7px!important;background:#ef4444!important;color:#fff!important;font-size:10.5px!important;font-weight:850!important}
.rvx-product-card__body{padding:16px;display:flex;flex-direction:column;flex:1}
.rvx-product-card__category{font-size:10.5px;color:var(--rvx-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:5px}
.rvx-product-card__category a{color:inherit}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.rvx-product-card .woocommerce-loop-product__title{padding:0!important;margin:0!important;font-size:14.5px!important;line-height:1.75!important;font-weight:750!important;letter-spacing:-.01em;min-height:50px}
.rvx-product-card__rating{min-height:19px;margin-top:6px}
.rvx-product-card__rating .star-rating{font-size:11px;margin:0!important;color:#f59e0b}
.rvx-product-card__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:14px}
.rvx-product-card__price{min-width:0;font-weight:850;color:var(--rvx-text);font-size:14px}
.rvx-product-card__price del{color:#9ca3af;font-size:11px;font-weight:500;display:block;opacity:1!important}
.rvx-product-card__price ins{text-decoration:none}
.rvx-product-card__action .button{width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:9px!important;font-size:0!important;background:var(--rvx-text)!important;color:#fff!important;border:0!important;position:relative}
.rvx-product-card__action .button::before{content:"+";font-size:21px;font-weight:450;line-height:1}
.rvx-product-card__action .button:hover{background:var(--rvx-accent)!important}
.rvx-product-card__action .added_to_cart{display:none!important}
.rvx-product-card__action .button.loading{opacity:.55;padding:0!important}
.rvx-product-card__action .button.added::after{font-size:12px;inset:auto}

/* Store archive */
.rvx-shop-main,.rvx-single-product-main{padding:28px 0 80px}
.rvx-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:#8b93a1;font-size:11.5px;margin:0 0 24px}
.rvx-breadcrumb a:hover{color:var(--rvx-accent)}
.rvx-breadcrumb-sep{opacity:.55}
.rvx-shop-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:24px}
.rvx-shop-head h1{font-size:clamp(30px,4vw,46px);line-height:1.2;margin:5px 0 0;letter-spacing:-.035em}
.rvx-shop-head .term-description{color:var(--rvx-muted);max-width:760px;margin-top:10px}
.rvx-shop-toolbar{min-height:64px;border-block:1px solid var(--rvx-border);display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}
.rvx-shop-toolbar .woocommerce-result-count{margin:0!important;color:var(--rvx-muted);font-size:12.5px}
.rvx-shop-toolbar .woocommerce-ordering{margin:0!important}
.rvx-shop-toolbar select{height:40px;border:1px solid var(--rvx-border);background:#fff;border-radius:8px;padding:0 12px;color:var(--rvx-text);outline:0}
.woocommerce nav.woocommerce-pagination{margin-top:34px}
.woocommerce nav.woocommerce-pagination ul{border:0!important;display:flex!important;gap:6px}
.woocommerce nav.woocommerce-pagination ul li{border:0!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{width:38px;height:38px;display:flex!important;align-items:center;justify-content:center;border:1px solid var(--rvx-border);border-radius:8px!important;padding:0!important;background:#fff!important;color:var(--rvx-text)!important}
.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{background:var(--rvx-accent)!important;color:#fff!important;border-color:var(--rvx-accent)!important}

/* Single product */
.single-product div.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:54px;align-items:start}
.single-product div.product .woocommerce-product-gallery{width:auto!important;float:none!important;margin:0!important}
.single-product div.product .summary{width:auto!important;float:none!important;margin:0!important;position:sticky;top:calc(var(--rvx-header-h) + 26px)}
.admin-bar.single-product div.product .summary{top:calc(var(--rvx-header-h) + 58px)}
.single-product .woocommerce-product-gallery__wrapper{margin:0}
.single-product .woocommerce-product-gallery__image{background:var(--rvx-bg-soft);overflow:hidden}
.single-product .woocommerce-product-gallery__image img{width:100%;height:auto}
.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:8px!important}
.single-product .flex-control-thumbs li{width:auto!important;float:none!important}
.single-product .flex-control-thumbs img{border:1px solid var(--rvx-border);opacity:.6!important;transition:opacity var(--rvx-transition),border-color var(--rvx-transition)}
.single-product .flex-control-thumbs img.flex-active,.single-product .flex-control-thumbs img:hover{opacity:1!important;border-color:var(--rvx-accent)}
.single-product .product_title{font-size:clamp(28px,3.5vw,44px);line-height:1.35;letter-spacing:-.035em;margin:0 0 10px!important}
.single-product .woocommerce-product-rating{display:flex;align-items:center;gap:10px;margin:0 0 14px!important}
.single-product .summary .price{font-size:24px!important;color:var(--rvx-text)!important;font-weight:900;margin:14px 0!important}
.single-product .summary .price del{font-size:14px;color:#9ca3af;opacity:1}
.single-product .summary .price ins{text-decoration:none}
.single-product .woocommerce-product-details__short-description{color:var(--rvx-muted);font-size:14.5px;line-height:2}
.single-product form.cart{display:flex;gap:10px;margin:26px 0!important;padding-top:22px;border-top:1px solid var(--rvx-border)}
.single-product form.cart .quantity{margin:0!important}
.woocommerce .quantity .qty{width:74px;height:46px;border:1px solid var(--rvx-border-strong);border-radius:8px;padding:0 8px}
.single-product form.cart .single_add_to_cart_button{flex:1;min-height:46px!important}
.single-product .product_meta{display:grid;gap:6px;padding-top:18px;border-top:1px solid var(--rvx-border);font-size:12px;color:var(--rvx-muted)}
.single-product .product_meta a{color:var(--rvx-text-2)}
.woocommerce div.product .woocommerce-tabs{grid-column:1/-1;margin-top:28px}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:24px;padding:0!important;margin:0 0 28px!important;border-bottom:1px solid var(--rvx-border)}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0!important;padding:0!important;border-radius:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:13px 0!important;color:var(--rvx-muted)!important;font-weight:700!important;border-bottom:2px solid transparent}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--rvx-accent)!important;border-color:var(--rvx-accent)}
.woocommerce div.product .woocommerce-tabs .panel{line-height:2;color:var(--rvx-text-2)}
.related.products,.upsells.products{grid-column:1/-1;margin-top:54px}
.related.products>h2,.upsells.products>h2{font-size:26px;margin:0 0 24px}

/* Woo forms/cart/checkout/account */
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.woocommerce .select2-container .select2-selection--single,.rvx-entry-content input[type="text"],.rvx-entry-content input[type="email"],.rvx-entry-content input[type="tel"],.rvx-entry-content input[type="password"],.rvx-entry-content textarea,.rvx-entry-content select{width:100%;min-height:46px;border:1px solid var(--rvx-border-strong);border-radius:8px;background:#fff;padding:9px 12px;outline:0;color:var(--rvx-text);transition:border-color var(--rvx-transition),box-shadow var(--rvx-transition)}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.rvx-entry-content input:focus,.rvx-entry-content textarea:focus,.rvx-entry-content select:focus{border-color:var(--rvx-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--rvx-accent) 12%,transparent)}
.woocommerce .select2-container .select2-selection--single{height:46px;display:flex;align-items:center}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow{height:44px}
.woocommerce form .form-row{margin-bottom:14px}
.woocommerce form .form-row label{font-size:12.5px;font-weight:700;margin-bottom:5px}
.woocommerce-error,.woocommerce-info,.woocommerce-message{border:1px solid var(--rvx-border)!important;border-top:0!important;background:#fff!important;border-radius:10px;padding:15px 18px 15px 42px!important;box-shadow:var(--rvx-shadow-xs);color:var(--rvx-text)!important}
.woocommerce-message{border-inline-start:3px solid var(--rvx-success)!important}
.woocommerce-info{border-inline-start:3px solid var(--rvx-accent)!important}
.woocommerce-error{border-inline-start:3px solid var(--rvx-danger)!important}
.woocommerce table.shop_table{border:1px solid var(--rvx-border)!important;border-radius:10px!important;border-collapse:separate!important;background:#fff}
.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:14px!important;border-top-color:var(--rvx-border)!important}
.woocommerce-cart-form .product-thumbnail img{width:72px!important;border-radius:8px}
.cart_totals,.woocommerce-checkout-review-order,.woocommerce-account .woocommerce-MyAccount-content{border:1px solid var(--rvx-border);background:#fff;padding:22px}
.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{width:auto!important;float:none!important}
.woocommerce-checkout-review-order{margin-top:24px}
.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}
.woocommerce-account .woocommerce-MyAccount-navigation{width:auto!important;float:none!important;border:1px solid var(--rvx-border);background:#fff}
.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:8px}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:10px 12px;border-radius:7px;color:var(--rvx-text-2)}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:var(--rvx-bg-soft);color:var(--rvx-accent)}
.woocommerce-account .woocommerce-MyAccount-content{width:auto!important;float:none!important}

/* Generic content */
.rvx-content-shell{padding:48px 0 84px}
.rvx-content-shell--narrow{width:min(calc(100% - 40px),920px)}
.rvx-page-head{margin-bottom:28px}
.rvx-page-head h1,.rvx-single__head h1{font-size:clamp(30px,4vw,48px);line-height:1.3;letter-spacing:-.035em;margin:0}
.rvx-entry-content{font-size:16px;line-height:2;color:var(--rvx-text-2)}
.rvx-entry-content>*:first-child{margin-top:0}
.rvx-entry-content a{color:var(--rvx-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.rvx-entry-content h2,.rvx-entry-content h3{color:var(--rvx-text);line-height:1.45}
.rvx-entry-content img{border-radius:10px}
.rvx-single__head{margin-bottom:24px}
.rvx-single__media{margin-bottom:30px;background:var(--rvx-bg-soft)}
.rvx-post-meta{font-size:12px;color:var(--rvx-muted);margin-bottom:7px}
.rvx-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.rvx-post-card{border:1px solid var(--rvx-border);background:#fff}
.rvx-post-card__media{display:block;aspect-ratio:16/10;background:var(--rvx-bg-soft);overflow:hidden}
.rvx-post-card__media img{width:100%;height:100%;object-fit:cover}
.rvx-post-card__body{padding:18px}
.rvx-post-card__body time{font-size:11px;color:var(--rvx-muted)}
.rvx-post-card__body h2{font-size:18px;line-height:1.55;margin:5px 0 8px}
.rvx-post-card__body p{font-size:13px;color:var(--rvx-muted);margin:0}
.rvx-empty-state{padding:70px 24px;border:1px dashed var(--rvx-border-strong);background:var(--rvx-bg-soft);text-align:center}
.rvx-empty-state h1,.rvx-empty-state h2{margin:0 0 8px}
.rvx-empty-state p{color:var(--rvx-muted);margin:0 0 18px}
.rvx-empty-state--large{padding:100px 24px}
.rvx-404{display:block;font-size:86px;line-height:1;font-weight:950;letter-spacing:-.06em;color:var(--rvx-accent);margin-bottom:16px}

/* Footer */
.rvx-site-footer{background:#111827;color:#d1d5db;padding:66px 0 24px;margin-top:0}
.rvx-footer-top{display:grid;grid-template-columns:270px 1fr;gap:70px;padding-bottom:48px}
.rvx-footer-brand .custom-logo{max-height:52px;width:auto;filter:brightness(0) invert(1)}
.rvx-footer-brand .rvx-text-logo{color:#fff}
.rvx-footer-brand p{font-size:13px;color:#9ca3af;line-height:1.9;max-width:240px;margin-top:14px}
.rvx-footer-widgets{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.rvx-footer-title{color:#fff;font-size:14px;margin:0 0 14px}
.rvx-footer-widget ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.rvx-footer-widget a{color:#9ca3af;font-size:12.5px;transition:color var(--rvx-transition)}
.rvx-footer-widget a:hover{color:#fff}
.rvx-footer-bottom{min-height:58px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding-top:22px;color:#7f8896;font-size:11.5px}
.rvx-footer-menu{display:flex;align-items:center;gap:18px}
.rvx-footer-menu a:hover{color:#fff}

/* Generic search */
.rvx-generic-search{display:flex;border:1px solid var(--rvx-border);height:44px}
.rvx-generic-search label{flex:1}
.rvx-generic-search input{width:100%;height:100%;border:0;outline:0;padding:0 12px}
.rvx-generic-search button{width:44px;border:0;border-inline-start:1px solid var(--rvx-border);background:#fff;display:flex;align-items:center;justify-content:center}

/* WordPress defaults */
.alignwide{width:min(1100px,100%);margin-inline:auto}
.alignfull{width:100vw;max-width:none;margin-inline:calc(50% - 50vw)}
.wp-caption{max-width:100%}
.gallery{display:grid;gap:10px}

/* Breakpoints */
@media (max-width:1280px){
  .rvx-header-bar__inner{grid-template-columns:minmax(130px,190px) minmax(220px,1fr) minmax(250px,380px) auto;gap:14px}
  .rvx-menu>li>a{padding-inline:7px;font-size:13px}
  .rvx-action-label{display:none}
  .rvx-header-action{min-width:46px;height:100%;padding:0 10px}
  .rvx-hero__content{min-height:430px}
  .rvx-hero__visual{min-height:430px}
  .woocommerce ul.products,.rvx-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
}

@media (max-width:1050px){
  :root{--rvx-header-h:68px}
  .rvx-container{width:min(calc(100% - 28px),var(--rvx-container))}
  .rvx-header-bar__inner{grid-template-columns:auto auto minmax(0,1fr) auto;height:var(--rvx-header-h);gap:10px}
  .rvx-mobile-menu-toggle{display:inline-flex}
  .rvx-primary-nav{display:none}
  .rvx-brand{min-width:0;max-width:160px}
  .rvx-brand .custom-logo{max-height:42px;max-width:150px}
  .rvx-header-search{display:none}
  .rvx-search-toggle{display:flex}
  .rvx-header-actions{justify-content:flex-end;align-self:center}
  .rvx-header-action{width:42px;min-width:42px;height:42px;padding:0;border-radius:9px}
  .rvx-hero__grid{grid-template-columns:1fr 1fr;gap:20px}
  .rvx-hero__content{min-height:390px;padding-inline-end:0}
  .rvx-hero__visual{min-height:390px}
  .rvx-hero h1{font-size:46px}
  .rvx-trust-item{padding-inline:16px}
  .rvx-category-grid{grid-template-columns:repeat(2,1fr)}
  .woocommerce ul.products,.rvx-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .single-product div.product{grid-template-columns:1fr 1fr;gap:30px}
  .rvx-footer-top{grid-template-columns:1fr;gap:38px}
}

@media (max-width:782px){
  .admin-bar .rvx-site-header{top:46px}
  .admin-bar .rvx-drawer{inset-block-start:46px}
}

@media (max-width:760px){
  .rvx-announcement{display:none}
  .rvx-container{width:min(calc(100% - 22px),var(--rvx-container))}
  .rvx-header-bar__inner{grid-template-columns:42px 1fr auto;gap:7px}
  .rvx-brand{justify-self:start}
  .rvx-brand .custom-logo{max-height:38px;max-width:132px}
  .rvx-header-actions{gap:0}
  .rvx-header-action{width:39px;min-width:39px;height:40px}
  .rvx-cart-count{inset-block-start:-6px;inset-inline-end:-7px;min-width:17px;height:17px;font-size:9px}
  .rvx-hero{padding:16px 0 12px}
  .rvx-hero__grid{grid-template-columns:1fr;gap:12px}
  .rvx-hero__content{min-height:auto;padding:42px 3px 28px;order:1}
  .rvx-hero__visual{min-height:300px;order:2}
  .rvx-hero h1{font-size:38px;margin-block:11px 14px}
  .rvx-hero__content>p{font-size:15px;line-height:1.95}
  .rvx-hero__actions{margin-top:22px;width:100%}
  .rvx-hero__actions .rvx-button{flex:1}
  .rvx-trust-strip__grid{grid-template-columns:1fr 1fr}
  .rvx-trust-item{min-height:84px;border-bottom:1px solid var(--rvx-border)}
  .rvx-trust-item:nth-child(2n){border-inline-end:0}
  .rvx-trust-item:nth-last-child(-n+2){border-bottom:0}
  .rvx-section{padding:52px 0}
  .rvx-section-head{align-items:flex-start;margin-bottom:20px}
  .rvx-section-head h2{font-size:26px}
  .rvx-section-head>a{font-size:0;width:34px;height:34px;justify-content:center;border:1px solid var(--rvx-border);padding:0;border-radius:8px}
  .rvx-section-head>a .rvx-icon{width:18px;height:18px}
  .rvx-category-grid{grid-template-columns:1fr;gap:9px}
  .rvx-category-card{grid-template-columns:72px 1fr}
  .rvx-category-card__image{width:72px}
  .woocommerce ul.products,.rvx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .rvx-product-card__body{padding:12px}
  .woocommerce ul.products li.product .woocommerce-loop-product__title,.rvx-product-card .woocommerce-loop-product__title{font-size:13px!important;min-height:46px}
  .rvx-product-card__category{font-size:9.5px}
  .rvx-product-card__bottom{gap:5px}
  .rvx-product-card__price{font-size:12px}
  .rvx-product-card__action .button{width:34px!important;height:34px!important;min-height:34px!important}
  .rvx-shop-main,.rvx-single-product-main{padding-top:20px}
  .rvx-shop-head h1{font-size:34px}
  .rvx-shop-toolbar{margin-inline:calc(50% - 50vw);padding-inline:11px}
  .rvx-shop-toolbar .woocommerce-result-count{font-size:10.5px}
  .rvx-shop-toolbar select{max-width:160px;font-size:11.5px}
  .single-product div.product{grid-template-columns:1fr;gap:24px}
  .single-product div.product .summary{position:static}
  .single-product .product_title{font-size:31px}
  .single-product .summary .price{font-size:21px!important}
  .single-product form.cart{position:sticky;bottom:0;z-index:10;background:rgba(255,255,255,.96);margin-inline:-11px!important;padding:12px 11px!important;border-top:1px solid var(--rvx-border);backdrop-filter:blur(12px)}
  .woocommerce div.product .woocommerce-tabs ul.tabs{gap:15px;overflow-x:auto;white-space:nowrap}
  .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none}
  .related.products,.upsells.products{margin-top:34px}
  .woocommerce-checkout #customer_details{grid-template-columns:1fr}
  .woocommerce-account .woocommerce{grid-template-columns:1fr}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;overflow-x:auto;gap:4px}
  .woocommerce-account .woocommerce-MyAccount-navigation li a{white-space:nowrap}
  .rvx-content-shell{padding:32px 0 60px}
  .rvx-content-shell--narrow{width:min(calc(100% - 22px),920px)}
  .rvx-post-grid{grid-template-columns:1fr}
  .rvx-footer-widgets{grid-template-columns:1fr 1fr}
  .rvx-footer-bottom{align-items:flex-start;flex-direction:column}
}

@media (max-width:470px){
  .rvx-header-actions .rvx-search-toggle{display:flex}
  .rvx-header-actions .rvx-header-action:nth-child(2) .rvx-icon{width:21px;height:21px}
  .rvx-hero__visual{min-height:250px}
  .rvx-hero h1{font-size:34px}
  .rvx-trust-strip__grid{grid-template-columns:1fr}
  .rvx-trust-item{border-inline-end:0;border-bottom:1px solid var(--rvx-border)!important;min-height:72px}
  .rvx-trust-item:last-child{border-bottom:0!important}
  .woocommerce ul.products,.rvx-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .rvx-product-card__body{padding:10px}
  .rvx-product-card__action .button{width:32px!important;height:32px!important;min-height:32px!important}
  .rvx-footer-widgets{grid-template-columns:1fr}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}
}

/* ======================================================================
   Ravix Store 1.1 — three-level commerce header
   Inspired by mature retail information architecture, built from scratch.
   ====================================================================== */
:root{
  --rvx-header-h:174px;
  --rvx-header-main-h:78px;
  --rvx-header-nav-h:48px;
  --rvx-promo-green:#087b5f;
  --rvx-promo-green-2:#066a53;
}

.rvx-promo-bar{
  position:relative;
  z-index:82;
  min-height:48px;
  color:#fff;
  background:
    radial-gradient(circle at 38% 50%,rgba(255,255,255,.10),transparent 17%),
    linear-gradient(98deg,var(--rvx-promo-green),var(--rvx-promo-green-2));
  overflow:hidden;
}
.rvx-promo-bar::before{
  content:"";
  position:absolute;
  inset:-70px 30% auto auto;
  width:360px;
  height:150px;
  background:linear-gradient(120deg,transparent,rgba(255,255,255,.08),transparent);
  transform:rotate(-8deg);
  pointer-events:none;
}
.rvx-promo-bar__inner{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.rvx-promo-bar__message{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  font-size:15px;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.rvx-promo-bar__badge{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 11px;
  color:#fff;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.14);
  border-radius:6px;
  font-size:12px;
  font-weight:800;
  flex:none;
}
.rvx-promo-bar__cta{
  flex:none;
  min-height:32px;
  padding:0 13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  color:#073b2f;
  background:#ffd43b;
  border-radius:4px;
  font-size:12.5px;
  font-weight:850;
  box-shadow:0 5px 14px rgba(0,0,0,.10);
  transition:transform var(--rvx-transition),filter var(--rvx-transition);
}
.rvx-promo-bar__cta:hover{color:#073b2f;filter:brightness(1.035);transform:translateY(-1px)}
html[dir="rtl"] .rvx-promo-bar__cta .rvx-icon{transform:rotate(180deg)}

.rvx-site-header{
  position:sticky;
  top:0;
  z-index:80;
  background:#fff;
  border-bottom:1px solid #e7e9ee;
  backdrop-filter:none;
  transition:box-shadow 180ms ease,background 180ms ease;
}
.rvx-site-header.is-scrolled{background:#fff;box-shadow:0 9px 28px rgba(17,24,39,.08)}
.admin-bar .rvx-site-header{top:32px}

.rvx-header-main{background:#fff}
.rvx-header-main__inner{
  min-height:var(--rvx-header-main-h);
  display:flex;
  align-items:center;
  gap:0;
  min-width:0;
}
.rvx-brand--mobile{display:none}
.rvx-brand--desktop{
  flex:0 0 178px;
  max-width:178px;
  overflow:visible;
  justify-content:flex-start;
}
.rvx-brand--desktop .custom-logo-link{max-width:100%}
.rvx-brand--desktop .custom-logo{
  width:auto;
  max-width:160px;
  max-height:54px;
  object-fit:contain;
}
.rvx-brand--desktop .rvx-text-logo{font-size:25px;font-weight:900}

.rvx-header-search{
  flex:1 1 auto;
  min-width:260px;
  width:auto;
  max-width:640px;
  margin-inline:32px auto;
  justify-self:auto;
}
.rvx-product-search{
  height:48px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 48px;
  align-items:center;
  border:1px solid transparent;
  background:#f3f4f6;
  border-radius:6px;
  overflow:hidden;
  box-shadow:none;
  transition:background var(--rvx-transition),border-color var(--rvx-transition),box-shadow var(--rvx-transition);
}
.rvx-product-search:focus-within{
  background:#fff;
  border-color:#cbd1da;
  box-shadow:0 0 0 3px color-mix(in srgb,var(--rvx-accent) 10%,transparent);
}
.rvx-product-search input{
  width:100%;
  height:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  padding:0 17px;
  color:var(--rvx-text);
  font-size:13px;
}
.rvx-product-search input::placeholder{color:#8c929c}
.rvx-product-search button{
  width:48px;
  height:48px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-inline-start:0;
  background:transparent;
  color:#7a818d;
  transition:color var(--rvx-transition),background var(--rvx-transition);
}
.rvx-product-search button:hover{background:transparent;color:var(--rvx-accent)}
.rvx-product-search__icon{display:none}

.rvx-header-actions{
  margin-inline-start:auto;
  flex:none;
  min-width:max-content;
  height:auto;
  align-self:center;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
}
.rvx-account-button{
  height:42px;
  min-width:130px;
  padding:0 15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid #b9c0cb;
  border-radius:6px;
  background:#fff;
  color:#252b35;
  font-size:12.5px;
  font-weight:750;
  white-space:nowrap;
  transition:border-color var(--rvx-transition),color var(--rvx-transition),background var(--rvx-transition),box-shadow var(--rvx-transition);
}
.rvx-account-button:hover{color:var(--rvx-accent);border-color:var(--rvx-accent);background:#fff;box-shadow:0 4px 12px rgba(17,24,39,.05)}
.rvx-account-button__label{line-height:1}
.rvx-cart-button{
  position:relative;
  width:42px;
  height:42px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #d4d8df;
  border-radius:6px;
  background:#fff;
  color:#252b35;
  transition:border-color var(--rvx-transition),color var(--rvx-transition),background var(--rvx-transition),box-shadow var(--rvx-transition);
}
.rvx-cart-button:hover{color:var(--rvx-accent);border-color:var(--rvx-accent);box-shadow:0 4px 12px rgba(17,24,39,.05)}
.rvx-cart-button .rvx-cart-count{
  inset-block-start:-8px;
  inset-inline-end:-7px;
  min-width:18px;
  height:18px;
  padding-inline:4px;
  border-radius:9px;
  background:var(--rvx-accent);
  color:#fff;
  box-shadow:0 0 0 2px #fff;
  font-size:9px;
  font-weight:850;
}

.rvx-header-nav-row{
  height:var(--rvx-header-nav-h);
  border-top:1px solid #f2f3f5;
  border-bottom:1px solid #e7e9ee;
  background:#fff;
  opacity:1;
  transform:translate3d(0,0,0);
  transition:transform 240ms cubic-bezier(.22,.72,.22,1),opacity 160ms ease,box-shadow 180ms ease;
  will-change:transform,opacity;
  backface-visibility:hidden;
}
.rvx-site-header.is-nav-row-hidden .rvx-header-nav-row{
  opacity:0;
  transform:translate3d(0,-100%,0);
  pointer-events:none;
}

/* Desktop 1.1.5: main row and nav are independent sticky layers.
   The nav keeps its document height, so hide/show never causes layout shift. */
@media (min-width:1051px){
  .rvx-promo-bar{position:relative;z-index:81}
  .rvx-site-header{
    display:contents;
  }
  .rvx-header-main{
    position:sticky;
    top:0;
    z-index:102;
    background:#fff;
    border-bottom:1px solid #eef0f3;
    transform:translateZ(0);
    backface-visibility:hidden;
    transition:box-shadow 180ms ease,border-color 180ms ease;
  }
  .admin-bar .rvx-header-main{top:32px}
  .rvx-header-nav-row{
    position:sticky;
    top:var(--rvx-header-main-h);
    z-index:101;
  }
  .admin-bar .rvx-header-nav-row{top:calc(32px + var(--rvx-header-main-h))}
  .rvx-site-header.is-scrolled .rvx-header-main{
    border-bottom-color:#e5e8ed;
    box-shadow:0 9px 28px rgba(17,24,39,.08);
  }
  .rvx-site-header:not(.is-nav-row-hidden).is-scrolled .rvx-header-main{box-shadow:0 5px 18px rgba(17,24,39,.055)}
  .rvx-site-header:not(.is-nav-row-hidden).is-scrolled .rvx-header-nav-row{box-shadow:0 8px 18px rgba(17,24,39,.045)}
}
.rvx-header-nav-row__inner{
  height:100%;
  display:flex;
  align-items:center;
  gap:0;
  min-width:0;
}
.rvx-category-nav{position:relative;align-self:stretch;display:flex;align-items:center;flex:none}
.rvx-category-nav__toggle{
  height:100%;
  padding:0 0 0 20px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:0;
  background:transparent;
  color:#454b55;
  font-size:12.5px;
  font-weight:750;
  white-space:nowrap;
  transition:color var(--rvx-transition);
}
.rvx-category-nav__toggle:hover,.rvx-category-nav.is-open .rvx-category-nav__toggle{color:var(--rvx-accent)}
.rvx-category-nav__toggle .rvx-icon:last-child{margin-inline-start:3px;transition:transform var(--rvx-transition)}
.rvx-category-nav.is-open .rvx-category-nav__toggle .rvx-icon:last-child{transform:rotate(180deg)}
.rvx-category-nav__panel{
  position:absolute;
  inset-block-start:calc(100% + 1px);
  inset-inline-start:0;
  z-index:110;
  width:min(780px,calc(100vw - 40px));
  padding:18px;
  border:1px solid #e4e7ec;
  border-top:2px solid var(--rvx-accent);
  border-radius:0 0 10px 10px;
  background:#fff;
  box-shadow:0 22px 55px rgba(17,24,39,.15);
  opacity:0;
  transform:translateY(7px);
  transition:opacity 160ms ease,transform 160ms ease;
}
.rvx-category-nav__panel.is-open{opacity:1;transform:none}
.rvx-category-nav__panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:12px;margin-bottom:10px;border-bottom:1px solid var(--rvx-border)}
.rvx-category-nav__panel-head strong{font-size:14px}
.rvx-category-nav__panel-head a{font-size:11.5px;color:var(--rvx-accent);font-weight:750}
.rvx-category-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 10px}
.rvx-category-list a{min-height:50px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:7px;color:#3f4650;transition:background var(--rvx-transition),color var(--rvx-transition)}
.rvx-category-list a:hover{background:#f6f7f9;color:var(--rvx-accent)}
.rvx-category-list a span{font-size:12.5px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.rvx-category-list a small{font-size:10px;color:#9aa0aa;white-space:nowrap}
.rvx-category-empty{margin:0;color:var(--rvx-muted);font-size:12px}

.rvx-primary-nav{min-width:0;flex:1 1 auto;overflow:visible}
.rvx-menu{justify-content:flex-start;gap:1px;min-width:0}
.rvx-menu>li>a{
  height:var(--rvx-header-nav-h);
  padding:0 14px;
  border-bottom:0;
  color:#585e68;
  font-size:12px;
  font-weight:650;
}
.rvx-menu>li>a:hover,.rvx-menu>li.current-menu-item>a,.rvx-menu>li.current-menu-ancestor>a{color:var(--rvx-accent);border-bottom-color:transparent;background:#fafbfc}
.rvx-menu .sub-menu{inset-block-start:calc(100% + 1px);border-radius:0 0 8px 8px;border-top:2px solid var(--rvx-accent)}
.rvx-nav-store-link{
  flex:none;
  height:var(--rvx-header-nav-h);
  padding-inline-start:16px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#59606b;
  font-size:11.5px;
  font-weight:700;
  white-space:nowrap;
  transition:color var(--rvx-transition);
}
.rvx-nav-store-link:hover{color:var(--rvx-accent)}
.rvx-mobile-search-row{display:none}
.rvx-mobile-menu-toggle{display:none}

.rvx-mobile-category-block{display:none}

@media (max-width:1280px){
  .rvx-brand--desktop{flex-basis:155px;max-width:155px}
  .rvx-brand--desktop .custom-logo{max-width:145px}
  .rvx-header-search{max-width:540px;margin-inline:24px auto}
  .rvx-menu>li>a{padding-inline:10px;font-size:11.5px}
  .rvx-nav-store-link{display:none}
  .rvx-category-nav__toggle{padding-inline-end:14px}
}

@media (max-width:1050px){
  :root{--rvx-header-h:124px;--rvx-header-main-h:66px;--rvx-header-nav-h:0px}
  .rvx-container{width:min(calc(100% - 28px),var(--rvx-container))}
  .rvx-promo-bar{min-height:38px}
  .rvx-promo-bar__inner{min-height:38px}
  .rvx-promo-bar__message{font-size:12.5px;justify-content:center;flex:1}
  .rvx-promo-bar__badge{display:none}
  .rvx-promo-bar__cta{display:none}

  .rvx-header-main__inner{min-height:var(--rvx-header-main-h);display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px}
  .rvx-brand--desktop{display:none}
  .rvx-brand--mobile{display:flex;max-width:165px;justify-self:start;overflow:hidden}
  .rvx-brand--mobile .custom-logo{max-height:42px;max-width:155px;width:auto}
  .rvx-brand--mobile .rvx-text-logo{font-size:21px}
  .rvx-mobile-menu-toggle{display:inline-flex;grid-column:1;grid-row:1;width:40px;height:40px;background:#fff}
  .rvx-brand--mobile{grid-column:2;grid-row:1}
  .rvx-header-actions{grid-column:3;grid-row:1;gap:6px;margin:0}
  .rvx-account-button{width:40px;min-width:40px;height:40px;padding:0;border-color:#e0e3e8}
  .rvx-account-button__label{display:none}
  .rvx-cart-button{width:40px;height:40px}
  .rvx-header-search{display:none}
  .rvx-header-nav-row{display:none}
  .rvx-mobile-search-row{display:block;padding:0 0 10px;background:#fff;border-top:1px solid #f5f5f6}
  .rvx-mobile-search-row .rvx-container{padding-top:10px}
  .rvx-mobile-search-row .rvx-product-search{height:46px;border-radius:7px}
  .rvx-mobile-search-row .rvx-product-search button{height:46px;width:46px}
  .rvx-mobile-category-block{display:block;padding-bottom:18px;margin-bottom:8px;border-bottom:1px solid var(--rvx-border)}
  .rvx-mobile-category-block__head{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--rvx-text)}
  .rvx-mobile-category-block__head .rvx-icon{color:var(--rvx-accent)}
  .rvx-mobile-category-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:6px}
  .rvx-mobile-category-list a{min-height:42px;padding:7px 9px;display:flex;flex-direction:column;justify-content:center;border:1px solid var(--rvx-border);border-radius:7px;background:#fff;color:var(--rvx-text-2)}
  .rvx-mobile-category-list a span{font-size:11.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .rvx-mobile-category-list a small{font-size:9.5px;color:var(--rvx-muted)}
}

@media (max-width:782px){
  .admin-bar .rvx-site-header{top:46px}
}

@media (max-width:760px){
  :root{--rvx-header-h:120px}
  .rvx-promo-bar{display:block}
  .rvx-promo-bar__message span{max-width:100%;overflow:hidden;text-overflow:ellipsis}
  .rvx-header-main__inner{grid-template-columns:40px minmax(0,1fr) auto;gap:7px}
  .rvx-brand--mobile{max-width:140px}
  .rvx-brand--mobile .custom-logo{max-width:132px;max-height:38px}
  .rvx-header-actions{gap:4px}
  .rvx-account-button,.rvx-cart-button{width:38px;min-width:38px;height:38px;border-radius:6px}
  .rvx-mobile-menu-toggle{width:38px;height:38px;border-radius:6px}
  .rvx-mobile-search-row{padding-bottom:8px}
  .rvx-mobile-search-row .rvx-container{padding-top:8px}
  .rvx-mobile-search-row .rvx-product-search{height:44px}
  .rvx-mobile-search-row .rvx-product-search input{font-size:12px;padding-inline:13px}
  .rvx-mobile-search-row .rvx-product-search button{height:44px;width:44px}
}

@media (max-width:470px){
  .rvx-promo-bar__message{font-size:11.5px}
  .rvx-mobile-category-list{grid-template-columns:1fr}
  .rvx-brand--mobile{max-width:118px}
  .rvx-brand--mobile .custom-logo{max-width:112px}
}


/* ======================================================================
   Ravix Store 1.1.8 — RTL custom drag only; native image drag disabled
   ====================================================================== */
.rvx-home-slider{
  width:100%;
  margin:0;
  background:#eef1f5;
  overflow:hidden;
}
.rvx-home-slider__viewport{
  position:relative;
  width:100%;
  height:clamp(280px,23vw,430px);
  overflow:hidden;
  background:#e9edf3;
  isolation:isolate;
  touch-action:pan-y;
  cursor:grab;
}
.rvx-home-slider__viewport.is-dragging{cursor:grabbing}
.rvx-home-slider__viewport,
.rvx-home-slide__link,
.rvx-home-slide__link img{
  -webkit-user-select:none;
  user-select:none;
}
.rvx-home-slide__link img{
  -webkit-user-drag:none;
  user-drag:none;
  pointer-events:none;
}
.rvx-home-slider__viewport.is-dragging .rvx-home-slide.is-active .rvx-home-slide__link{
  transform:translate3d(var(--rvx-slider-drag-x,0px),0,0);
  transition:none;
}
.rvx-home-slider__viewport.is-dragging .rvx-home-slide__link{pointer-events:none}
.rvx-home-slider__track{
  position:absolute;
  inset:0;
}
.rvx-home-slide{
  position:absolute;
  inset:0;
  z-index:0;
  opacity:0;
  visibility:hidden;
  transform:scale(1.012);
  transition:opacity 520ms cubic-bezier(.22,.72,.18,1),transform 760ms cubic-bezier(.22,.72,.18,1),visibility 520ms;
  pointer-events:none;
}
.rvx-home-slide.is-active{
  z-index:1;
  opacity:1;
  visibility:visible;
  transform:scale(1);
  pointer-events:auto;
}
.rvx-home-slide__link{
  display:block;
  width:100%;
  height:100%;
  background:#e9edf3;
  transform:translate3d(0,0,0);
  transition:transform 220ms cubic-bezier(.22,.72,.18,1);
}
.rvx-home-slide__link img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
}
.rvx-home-slider__arrow{
  position:absolute;
  z-index:5;
  inset-block-end:22px;
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(17,24,39,.08);
  border-radius:10px;
  background:rgba(255,255,255,.96);
  color:#1f2937;
  box-shadow:0 8px 28px rgba(15,23,42,.14);
  backdrop-filter:blur(8px);
  transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease;
}
.rvx-home-slider__arrow:hover{
  background:#fff;
  transform:translateY(-2px);
  box-shadow:0 12px 34px rgba(15,23,42,.18);
}
.rvx-home-slider__arrow:active{transform:translateY(0) scale(.96)}
.rvx-home-slider__arrow:focus-visible{
  outline:3px solid color-mix(in srgb,var(--rvx-accent) 28%,transparent);
  outline-offset:2px;
}
.rvx-home-slider__arrow--next{inset-inline-end:24px}
.rvx-home-slider__arrow--prev{inset-inline-end:74px}
/* LTR: previous points left, next points right. */
html:not([dir="rtl"]) .rvx-home-slider__arrow--prev .rvx-icon{transform:rotate(180deg)}
/* RTL: navigation reads right-to-left, so the arrow directions are mirrored. */
html[dir="rtl"] .rvx-home-slider__arrow--prev .rvx-icon{transform:none}
html[dir="rtl"] .rvx-home-slider__arrow--next .rvx-icon{transform:rotate(180deg)}
.rvx-home-slider__dots{
  position:absolute;
  z-index:5;
  inset-inline-end:130px;
  inset-block-end:37px;
  display:flex;
  align-items:center;
  direction:ltr;
  gap:6px;
  padding:4px 7px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  backdrop-filter:blur(6px);
}
.rvx-home-slider__dot{
  width:7px;
  height:7px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.7);
  box-shadow:0 1px 4px rgba(15,23,42,.12);
  transition:width 240ms ease,background 240ms ease,transform 240ms ease;
}
.rvx-home-slider__dot:hover{transform:scale(1.18)}
.rvx-home-slider__dot.is-active{
  width:26px;
  background:#fff;
}
.rvx-home-slider__dot:focus-visible{
  outline:2px solid #fff;
  outline-offset:2px;
}

@media (max-width:1050px){
  .rvx-home-slider__viewport{height:clamp(230px,31vw,340px)}
  .rvx-home-slider__arrow{inset-block-end:15px;width:38px;height:38px;border-radius:9px}
  .rvx-home-slider__arrow--next{inset-inline-end:14px}
  .rvx-home-slider__arrow--prev{inset-inline-end:59px}
  .rvx-home-slider__dots{inset-inline-end:109px;inset-block-end:27px}
}

@media (max-width:760px){
  .rvx-home-slider__viewport{height:clamp(175px,46vw,270px)}
  .rvx-home-slide__link img{object-position:center}
  .rvx-home-slider__arrow{width:34px;height:34px;inset-block-end:10px;border-radius:8px}
  .rvx-home-slider__arrow .rvx-icon{width:18px;height:18px}
  .rvx-home-slider__arrow--next{inset-inline-end:9px}
  .rvx-home-slider__arrow--prev{inset-inline-end:49px}
  .rvx-home-slider__dots{inset-inline-end:91px;inset-block-end:20px;gap:5px;padding:3px 5px}
  .rvx-home-slider__dot{width:6px;height:6px}
  .rvx-home-slider__dot.is-active{width:19px}
}

@media (max-width:480px){
  .rvx-home-slider__viewport{height:190px}
  .rvx-home-slider__arrow{display:none}
  .rvx-home-slider__dots{inset-inline-end:12px;inset-block-end:10px}
}

@media (prefers-reduced-motion:reduce){
  .rvx-home-slide,.rvx-home-slider__arrow,.rvx-home-slider__dot{transition:none!important}
}
