:root {
  --rm-orange: #ff6120;
  --rm-orange-dark: #df470b;
  --rm-blue: #00008b;
  --rm-blue-soft: #1212aa;
  --rm-text: #1f2937;
  --rm-muted: #64748b;
  --rm-bg: #f8fafc;
  --rm-white: #fff;
  --rm-border: #e2e8f0;
  --rm-success: #087f5b;
  --rm-radius: 16px;
  --rm-shadow: 0 14px 40px rgba(15, 23, 42, .08);
  --rm-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--rm-text);
  background: var(--rm-white);
  font-family: Inter, "Hind Siliguri", system-ui, -apple-system, "Segoe UI", sans-serif;
  line-height: 1.65;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
}
body:lang(bn), [lang="bn"] { font-family: "Hind Siliguri", Inter, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--rm-blue); text-decoration: none; }
a:hover { color: var(--rm-orange); }
button, input, textarea, select { font: inherit; }
.rm-container { width: min(100% - 32px, var(--rm-container)); margin-inline: auto; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; margin: 8px; padding: 12px 18px; clip: auto;
  background: var(--rm-white); color: var(--rm-blue); z-index: 99999;
}

.rm-topbar { color: var(--rm-white); background: var(--rm-blue); font-size: 13px; }
.rm-topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.rm-topbar a { color: var(--rm-white); }
.rm-topbar-links { display: flex; gap: 20px; }
.rm-language-switch { display: inline-flex; align-items: center; gap: 5px; }
.rm-language-switch button {
  appearance: none;
  padding: 3px 7px;
  border: 0;
  border-radius: 7px;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  opacity: .7;
}
.rm-language-switch button:hover,
.rm-language-switch button.is-active { color: var(--rm-blue); background: #fff; opacity: 1; }
.rm-language-switch-mobile {
  justify-content: center;
  margin-bottom: 12px;
  padding: 9px;
  border: 1px solid var(--rm-border);
  border-radius: 12px;
  color: var(--rm-text);
  background: var(--rm-bg);
}
.rm-language-switch-mobile button.is-active { color: #fff; background: var(--rm-blue); }
.rm-google-translate-element,
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
.goog-te-balloon-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-yAWNEb-L7lbkb,
#goog-gt-tt,
body > .skiptranslate { display: none !important; }
html, body { top: 0 !important; }
.goog-text-highlight {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.rm-header-main { min-height: 86px; display: grid; grid-template-columns: 260px minmax(260px, 1fr) auto; align-items: center; gap: 28px; }
.rm-brand { display: inline-flex; align-items: center; width: min(250px, 100%); }
.rm-brand img, .rm-brand .custom-logo { max-height: 58px; width: auto; }
.rm-brand .custom-logo-link { display: block; }
.rm-search form { position: relative; display: flex; }
.rm-search input[type="search"], .rm-mobile-search input[type="search"] {
  width: 100%; min-height: 48px; padding: 10px 108px 10px 18px;
  border: 1px solid var(--rm-border); border-radius: 999px; background: var(--rm-bg);
}
.rm-search button, .rm-search input[type="submit"], .rm-mobile-search input[type="submit"] {
  min-width: 96px; margin-left: -98px; border: 0; border-radius: 999px;
  color: var(--rm-white); background: var(--rm-orange); cursor: pointer;
}
.rm-header-actions { display: flex; align-items: center; gap: 18px; }
.rm-icon-link { position: relative; display: grid; place-items: center; min-width: 54px; color: var(--rm-text); font-size: 12px; line-height: 1.25; }
.rm-icon-link > span:first-child { font-size: 20px; }
.rm-cart-count {
  position: absolute; top: -6px; right: 0; display: grid; place-items: center;
  min-width: 19px; height: 19px; padding: 0 5px; border-radius: 999px;
  color: var(--rm-white); background: var(--rm-orange); font-size: 11px; font-weight: 700;
}
.rm-main-nav { border-block: 1px solid var(--rm-border); background: var(--rm-white); }
.rm-menu { display: flex; align-items: center; justify-content: center; gap: 36px; min-height: 52px; padding: 0; margin: 0; list-style: none; }
.rm-menu a { color: var(--rm-text); font-weight: 600; }
.rm-menu .current-menu-item > a, .rm-menu a:hover { color: var(--rm-orange); }
.rm-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; background: var(--rm-bg); cursor: pointer; }
.rm-menu-toggle > span:not(.screen-reader-text) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--rm-text); }
.rm-mobile-panel { padding: 16px; border-top: 1px solid var(--rm-border); background: var(--rm-white); box-shadow: var(--rm-shadow); }
.rm-mobile-nav { padding: 10px 0 0; margin: 0; list-style: none; }
.rm-mobile-nav a, .rm-mobile-track { display: block; padding: 12px 2px; border-bottom: 1px solid var(--rm-border); color: var(--rm-text); font-weight: 600; }
.rm-mobile-track { color: var(--rm-orange); }

.rm-hero { overflow: hidden; background: linear-gradient(125deg, #fff8f3 0%, #f8fafc 52%, #eef2ff 100%); }
.rm-hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: 72px; }
.rm-eyebrow { display: inline-block; margin-bottom: 10px; color: var(--rm-orange); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rm-hero h1 { max-width: 680px; margin: 0; color: var(--rm-blue); font-size: clamp(42px, 5vw, 72px); line-height: 1.07; letter-spacing: -.045em; }
.rm-hero-copy > p { max-width: 650px; margin: 24px 0 28px; color: var(--rm-muted); font-size: clamp(17px, 2vw, 21px); }
.rm-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rm-button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 24px;
  border: 0; border-radius: 999px !important; color: var(--rm-white) !important; background: var(--rm-orange) !important;
  font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease;
}
.rm-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover { color: var(--rm-white) !important; background: var(--rm-orange-dark) !important; transform: translateY(-1px); }
.rm-button-secondary { border: 1px solid var(--rm-blue); color: var(--rm-blue) !important; background: transparent !important; }
.rm-button-secondary:hover { color: var(--rm-white) !important; background: var(--rm-blue) !important; }
.rm-button-light { color: var(--rm-blue) !important; background: var(--rm-white) !important; }
.rm-hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 24px; color: var(--rm-success); font-size: 14px; font-weight: 600; }
.rm-hero-visual { position: relative; min-height: 430px; }
.rm-visual-mark {
  position: absolute; inset: 50% auto auto 50%; width: 190px; height: 190px; display: grid; place-items: center;
  transform: translate(-50%, -50%) rotate(-8deg); border-radius: 48px; color: var(--rm-white);
  background: linear-gradient(145deg, var(--rm-orange), #ff9b43); box-shadow: 0 28px 70px rgba(255,97,32,.3);
  font-size: 110px; font-weight: 800;
}
.rm-visual-orbit { position: absolute; inset: 50% auto auto 50%; border: 1px dashed rgba(0,0,139,.3); border-radius: 50%; transform: translate(-50%, -50%); }
.rm-orbit-one { width: 330px; height: 330px; }
.rm-orbit-two { width: 430px; height: 430px; }
.rm-visual-card {
  position: absolute; z-index: 2; padding: 12px 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px;
  color: var(--rm-blue); background: rgba(255,255,255,.9); box-shadow: var(--rm-shadow); font-weight: 700;
}
.rm-card-one { top: 10%; left: 8%; }
.rm-card-two { right: 0; top: 42%; }
.rm-card-three { left: 12%; bottom: 8%; }

.rm-benefits { border-block: 1px solid var(--rm-border); background: var(--rm-white); }
.rm-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rm-benefit-grid > div { display: grid; grid-template-columns: 44px 1fr; padding: 24px 18px; border-right: 1px solid var(--rm-border); }
.rm-benefit-grid > div:last-child { border-right: 0; }
.rm-benefit-grid span { grid-row: 1 / 3; font-size: 25px; }
.rm-benefit-grid strong { font-size: 14px; }
.rm-benefit-grid small { color: var(--rm-muted); }
.rm-section { padding-block: 76px; }
.rm-section:nth-of-type(even) { background: var(--rm-bg); }
.rm-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.rm-section-heading h2, .rm-cta h2 { margin: 0; color: var(--rm-blue); font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
.rm-section-heading > a { font-weight: 700; white-space: nowrap; }
.rm-products-section ul.products {
  grid-template-columns: repeat(4, minmax(0, 210px));
  justify-content: start;
}
.rm-products-section ul.products li.product {
  position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto; align-content: start; gap: 6px;
  aspect-ratio: auto; overflow: hidden; padding: 11px;
}
.rm-products-section ul.products li.product .woocommerce-LoopProduct-link {
  grid-column: 1 / -1; min-width: 0; overflow: hidden;
}
.rm-products-section ul.products li.product a img {
  width: 100%; height: auto; aspect-ratio: 1 / 1 !important; margin-bottom: 7px;
  object-fit: contain !important; background: var(--rm-bg);
}
.rm-products-section ul.products li.product .woocommerce-loop-product__title {
  overflow: hidden; margin: 3px 0; padding: 0; text-overflow: ellipsis; white-space: nowrap;
}
.rm-products-section ul.products li.product .star-rating { margin: 2px 0 3px; font-size: 11px; }
.rm-products-section ul.products li.product .price { margin: 0; line-height: 1.2; }
.rm-products-section ul.products li.product .button {
  width: 100%; min-height: 42px; display: inline-flex; align-items: center; justify-content: center;
  margin: 0; padding: 8px 5px; border-radius: 999px; font-size: 11px; text-align: center;
}
.rm-products-section ul.products li.product .add_to_cart_button { color: #fff !important; background: var(--rm-orange) !important; }
.rm-products-section ul.products li.product .rm-loop-order-now { color: #fff !important; background: var(--rm-blue) !important; }
.rm-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rm-category-card { overflow: hidden; padding-bottom: 20px; border: 1px solid var(--rm-border); border-radius: var(--rm-radius); color: var(--rm-text); background: var(--rm-white); box-shadow: 0 8px 30px rgba(15,23,42,.05); transition: transform .2s ease, box-shadow .2s ease; }
.rm-category-card:hover { color: var(--rm-text); transform: translateY(-4px); box-shadow: var(--rm-shadow); }
.rm-category-image { aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg, #fff0e8, #ffd8c6); }
.rm-category-image-media { display: block; width: 100%; height: 100%; object-fit: cover; }
.rm-category-2 { background: linear-gradient(135deg, #eef2ff, #c7d2fe); }
.rm-category-3 { background: linear-gradient(135deg, #ecfeff, #a5f3fc); }
.rm-category-4 { background: linear-gradient(135deg, #fdf4ff, #f5d0fe); }
.rm-category-card h3 { margin: 18px 18px 2px; color: var(--rm-blue); font-size: 18px; }
.rm-category-card span { margin-inline: 18px; color: var(--rm-muted); font-size: 13px; }

.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 14px 14px 18px; border: 1px solid var(--rm-border); border-radius: var(--rm-radius); background: var(--rm-white); box-shadow: 0 8px 30px rgba(15,23,42,.05); }
.woocommerce ul.products li.product a img { aspect-ratio: 1/1; object-fit: cover; border-radius: 11px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--rm-text); font-size: 16px; }
.woocommerce ul.products li.product .price { color: var(--rm-orange); font-size: 17px; font-weight: 800; }
.woocommerce span.onsale { min-width: 50px; min-height: 50px; padding: 10px 4px; background: var(--rm-orange); }
.woocommerce ul.products span.onsale { display: none !important; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--rm-orange); }
.rm-shop-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 26px; align-items: start; }
.rm-shop-content { min-width: 0; }
.rm-shop-content > .woocommerce-products-header .page-title { margin-top: 0; color: var(--rm-blue); font-size: clamp(32px, 4vw, 46px); }
.rm-shop-sidebar {
  position: sticky; top: 18px; overflow: hidden; border: 1px solid var(--rm-border);
  border-radius: 18px; background: var(--rm-white); box-shadow: 0 10px 35px rgba(15,23,42,.06);
}
.rm-sidebar-head { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px; color: #fff; background: var(--rm-blue); }
.rm-sidebar-head strong { font-size: 18px; }
.rm-filter-close { display: none; border: 0; color: #fff; background: transparent; font-size: 28px; cursor: pointer; }
.rm-shop-sidebar section { padding: 16px 18px; border-bottom: 1px solid var(--rm-border); }
.rm-shop-sidebar section:last-child { border-bottom: 0; }
.rm-shop-sidebar h2 { margin: 0 0 10px; color: var(--rm-text); font-size: 15px; }
.rm-shop-sidebar section > a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 7px 0; color: var(--rm-muted); font-size: 13px; }
.rm-shop-sidebar section:first-of-type > a { justify-content: flex-start; text-align: left; }
.rm-shop-sidebar section > a:hover { color: var(--rm-orange); }
.rm-shop-sidebar section > a > span:last-child { color: var(--rm-muted); }
.rm-sidebar-products > a { justify-content: flex-start !important; }
.rm-sidebar-products img { width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; border: 1px solid var(--rm-border); border-radius: 8px; }
.rm-sidebar-products a > span { min-width: 0; }
.rm-sidebar-products strong { display: block; overflow: hidden; color: var(--rm-text); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.rm-sidebar-products .price { color: var(--rm-orange); font-size: 12px; font-weight: 700; }
.rm-filter-toggle {
  display: none; margin-bottom: 14px; padding: 10px 16px; border: 0; border-radius: 999px;
  color: #fff; background: var(--rm-blue); font-weight: 700;
}
.rm-shop-mobile-head { display: none; }
.woocommerce ul.products li.product .added_to_cart.wc-forward { display: none !important; }
.rm-cart-popup[hidden] { display: none; }
.rm-cart-popup {
  position: sticky; z-index: 30; top: 10px; min-height: 58px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  margin: -24px 0 22px 266px; padding: 10px 14px;
  border: 1px solid #bbf7d0; border-left: 5px solid #059669; border-radius: 13px;
  color: var(--rm-text); background: #f0fdf4; box-shadow: 0 14px 35px rgba(15,23,42,.13);
}
.rm-cart-popup > div:first-child { display: flex; align-items: center; gap: 10px; min-width: 0; }
.rm-cart-popup p { margin: 0; overflow-wrap: anywhere; }
.rm-cart-popup-icon {
  width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center;
  border-radius: 50%; color: #fff; background: #059669; font-weight: 900;
}
.rm-cart-popup-actions { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; }
.rm-cart-popup-actions a {
  padding: 8px 15px; border-radius: 999px; color: #fff; background: var(--rm-blue); font-size: 13px; font-weight: 800;
}
.rm-cart-popup-actions button {
  width: 34px; height: 34px; border: 0; border-radius: 50%;
  color: var(--rm-text); background: #dcfce7; font-size: 23px; cursor: pointer;
}
.rm-filter-backdrop[hidden] { display: none; }
.rm-products-per-page { float: right; display: flex; align-items: center; margin: 0 0 18px 10px; }
.rm-products-per-page select,
.rm-shop-content .woocommerce-ordering select {
  width: 210px; min-height: 42px; padding: 7px 34px 7px 12px;
  border: 1px solid var(--rm-border); border-radius: 9px; color: var(--rm-text); background: #fff;
}
.rm-shop-content .woocommerce-ordering { margin: 0 0 18px 10px; }
.rm-shop-content ul.products { clear: both; }
.rm-shop-content ul.products li.product {
  position: relative; display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  grid-template-rows: minmax(0, 1fr) auto; align-content: start; gap: 6px;
  aspect-ratio: 1 / 1.42; overflow: hidden; padding: 11px;
}
.rm-shop-content ul.products li.product .woocommerce-LoopProduct-link {
  grid-column: 1 / -1; min-width: 0; overflow: hidden;
}
.rm-shop-content ul.products li.product a img {
  width: 100%; height: clamp(125px, 11vw, 165px); margin-bottom: 7px; object-fit: contain; background: var(--rm-bg);
}
.rm-shop-content ul.products li.product .woocommerce-loop-product__title {
  overflow: hidden; margin: 3px 0; padding: 0; text-overflow: ellipsis; white-space: nowrap;
}
.rm-shop-content ul.products li.product .star-rating { margin: 2px 0 3px; font-size: 11px; }
.rm-shop-content ul.products li.product .price { margin: 0; line-height: 1.2; }
.rm-shop-content ul.products li.product .button {
  width: 100%; min-height: 42px; display: inline-flex; align-items: center; justify-content: center;
  margin: 0; padding: 8px 6px; border-radius: 999px; font-size: 12px; text-align: center;
}
.rm-shop-content ul.products li.product .add_to_cart_button { color: #fff !important; background: var(--rm-orange) !important; }
.rm-shop-content ul.products li.product .rm-loop-order-now { color: #fff !important; background: var(--rm-blue) !important; }
.rm-shop-content ul.products li.product .add_to_cart_button:hover { background: var(--rm-orange-dark) !important; }
.rm-shop-content ul.products li.product .rm-loop-order-now:hover { background: var(--rm-blue-soft) !important; }
.rm-loop-badges { position: absolute; z-index: 3; top: 8px; left: 8px; display: flex; align-items: flex-start; flex-direction: column; gap: 5px; }
.rm-loop-badges span { padding: 4px 8px; border-radius: 999px; color: #fff; font-size: 10px; font-weight: 800; line-height: 1.25; }
.rm-save-badge {
  position: absolute; z-index: 4; top: 8px; right: 8px; padding: 5px 8px;
  border-radius: 999px; color: #fff; background: var(--rm-orange);
  font-size: 10px; font-weight: 900; line-height: 1.2;
}
.rm-badge-offer { background: var(--rm-orange); }
.rm-badge-new { background: #2563eb; }
.rm-badge-top { background: #059669; }
.rm-shop-content span.onsale { display: none; }
.rm-shop-content .rm-free-delivery-badge { z-index: 3; }
.rm-shop-content .price del { color: var(--rm-muted); font-size: .82em; opacity: .8; }
.rm-shop-content .price ins { text-decoration: none; }
.single-product .rm-woocommerce { max-width: var(--rm-container); padding-top: 50px; }
.single-product div.product { display: flow-root; }
.single-product div.product div.images {
  width: 42%; margin-bottom: 46px; padding: 14px; border: 1px solid var(--rm-border);
  border-radius: 22px; background: var(--rm-bg);
}
.single-product .woocommerce-product-gallery__wrapper {
  overflow: hidden; border-radius: 14px; background: var(--rm-white);
}
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image--placeholder {
  aspect-ratio: 1 / 1; overflow: hidden; background: var(--rm-white);
}
.single-product .woocommerce-product-gallery__image > a {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
}
.single-product div.product div.images .woocommerce-product-gallery__image img,
.single-product div.product div.images .woocommerce-product-gallery__image--placeholder img {
  width: 100% !important; height: 100% !important; object-fit: contain;
  object-position: center; transform: none;
  border-radius: 14px;
}
.single-product .woocommerce-product-gallery__image:not(.rm-video-slide) > a { cursor: zoom-in; }
.rm-image-lightbox[hidden] { display: none; }
.rm-image-lightbox { position: fixed; inset: 0; z-index: 100001; display: grid; place-items: center; padding: 20px; }
.rm-image-lightbox-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,6,23,.9); cursor: zoom-out; }
.rm-image-lightbox-dialog {
  position: relative; z-index: 1; width: min(1100px, 96vw); height: min(88vh, 900px);
  display: grid; place-items: center;
}
.rm-image-lightbox-dialog img {
  max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain;
  border-radius: 12px; background: #fff; box-shadow: 0 25px 80px rgba(0,0,0,.45);
}
.rm-image-lightbox-close {
  position: absolute; z-index: 2; top: 0; right: 0; width: 42px; height: 42px;
  border: 0; border-radius: 50%; color: #fff; background: var(--rm-orange);
  font-size: 28px; line-height: 1; cursor: pointer;
}
body.rm-image-lightbox-open { overflow: hidden; }
.woocommerce-cart .rm-page { max-width: var(--rm-container); }
.woocommerce-cart .rm-page-header h1 { margin-bottom: 22px; }
.woocommerce-cart .rm-entry-content > .woocommerce { display: flow-root; }
.rm-checkout-steps {
  display: grid; grid-template-columns: auto minmax(30px,1fr) auto minmax(30px,1fr) auto;
  align-items: center; max-width: 680px; margin: 0 auto 34px;
}
.rm-checkout-steps > div { display: flex; align-items: center; gap: 8px; color: var(--rm-muted); }
.rm-checkout-steps span {
  width: 32px; height: 32px; display: grid; place-items: center; border: 2px solid var(--rm-border);
  border-radius: 50%; background: #fff; font-size: 13px; font-weight: 800;
}
.rm-checkout-steps .is-active { color: var(--rm-blue); }
.rm-checkout-steps .is-active span { border-color: var(--rm-orange); color: #fff; background: var(--rm-orange); }
.rm-checkout-steps i { height: 2px; margin-inline: 10px; background: var(--rm-border); }
.rm-cart-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.rm-cart-heading h2 { margin: 0; color: var(--rm-blue); font-size: 27px; }
.rm-cart-heading p { margin: 0; color: #047857; font-size: 13px; font-weight: 700; }
.woocommerce-cart-form { width: 64%; float: left; }
.woocommerce-cart-form table.shop_table {
  overflow: hidden; margin: 0; border: 1px solid var(--rm-border); border-collapse: separate;
  border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(15,23,42,.06);
}
.woocommerce-cart-form table.shop_table th {
  padding: 14px 12px; border: 0; color: var(--rm-muted); background: var(--rm-bg);
  font-size: 12px; letter-spacing: .03em; text-transform: uppercase;
}
.woocommerce-cart-form table.shop_table td { padding: 16px 12px; border-color: var(--rm-border); vertical-align: middle; }
.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail { width: 112px !important; }
.woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
  width: 96px !important; min-width: 96px; max-width: 96px !important;
  height: 96px !important; padding: 5px; object-fit: contain;
  border: 1px solid var(--rm-border); border-radius: 13px; background: #fff;
}
.woocommerce-cart-form .product-name a { color: var(--rm-text); font-weight: 800; }
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal { color: var(--rm-orange); font-weight: 800; }
.woocommerce-cart-form th.product-price,
.woocommerce-cart-form td.product-price {
  width: 104px;
  min-width: 104px;
  white-space: nowrap;
}
.woocommerce-cart-form .product-price .woocommerce-Price-amount,
.woocommerce-cart-form .product-price .woocommerce-Price-currencySymbol {
  display: inline;
  white-space: nowrap;
}
.woocommerce-cart-form th.product-quantity,
.woocommerce-cart-form td.product-quantity {
  width: 136px;
  min-width: 136px;
}
.woocommerce-cart-form th.product-subtotal,
.woocommerce-cart-form td.product-subtotal { display: none !important; }
.woocommerce-cart-form .quantity {
  width: max-content; display: inline-flex; align-items: center; overflow: hidden;
  border: 1px solid var(--rm-border); border-radius: 10px; background: #fff;
}
.woocommerce-cart-form .quantity .qty {
  width: 52px; min-height: 40px; padding: 5px; border: 0; border-inline: 1px solid var(--rm-border);
  border-radius: 0; text-align: center; appearance: textfield;
}
.woocommerce-cart-form .quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart-form .quantity .qty::-webkit-outer-spin-button { margin: 0; appearance: none; }
.woocommerce-cart-form .rm-qty-button {
  width: 34px; height: 40px; padding: 0; border: 0; color: var(--rm-blue);
  background: var(--rm-bg); font-size: 19px; font-weight: 800; cursor: pointer;
}
.woocommerce-cart-form .rm-qty-button:hover { color: #fff; background: var(--rm-blue); }
.woocommerce-cart-form a.remove {
  width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%;
  color: #dc2626 !important; background: #fef2f2; font-size: 20px;
}
.woocommerce-cart-form a.remove:hover { color: #fff !important; background: #dc2626; }
.woocommerce-cart-form .actions { padding: 14px !important; background: var(--rm-bg); }
.woocommerce-cart-form .coupon { display: flex; gap: 8px; }
.woocommerce-cart-form .coupon #coupon_code {
  width: 180px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--rm-border); border-radius: 999px;
}
.woocommerce-cart-form .coupon button { min-height: 44px; padding: 8px 17px; background: var(--rm-blue) !important; }
.woocommerce-cart-form button[name="update_cart"] { display: none !important; }
.rm-cart-update-toast {
  position: fixed;
  z-index: 99999;
  top: 18px;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 11px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(4, 120, 87, .86);
  box-shadow: 0 12px 30px rgba(15, 23, 42, .22);
  font-size: 14px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -14px);
  transition: opacity .2s ease, transform .2s ease;
}
.rm-cart-update-toast.is-visible {
  opacity: .92;
  transform: translate(-50%, 0);
}
.woocommerce-cart .cart-collaterals { width: 33%; float: right; }
.woocommerce-cart .cart-collaterals .cart_totals {
  position: sticky; top: 18px; width: 100%; float: none; overflow: hidden;
  border: 1px solid var(--rm-border); border-radius: 18px; background: #fff;
  box-shadow: 0 14px 40px rgba(15,23,42,.08);
}
.woocommerce-cart .cart_totals h2 { margin: 0; padding: 18px 20px; color: #fff; background: var(--rm-blue); font-size: 21px; }
.woocommerce-cart .cart_totals table { width: calc(100% - 32px); margin: 10px 16px 4px; border: 0; }
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td { padding: 13px 4px; border-color: var(--rm-border); }
.woocommerce-cart .cart_totals td { text-align: right; }
.woocommerce-cart .order-total th,
.woocommerce-cart .order-total td { color: var(--rm-blue); font-size: 18px; }
.woocommerce-cart .wc-proceed-to-checkout { padding: 14px 16px 6px; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%; min-height: 56px; margin: 0;
  background: linear-gradient(135deg, #ff6120, #f04400) !important;
  box-shadow: 0 12px 26px rgba(255,97,32,.28); font-size: 16px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: linear-gradient(135deg, #f45112, #d93d00) !important;
  box-shadow: 0 15px 30px rgba(255,97,32,.36);
}
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button {
  border-radius: 999px !important; color: #fff !important;
  background: linear-gradient(135deg, #ff6120, #f04400) !important;
  box-shadow: 0 12px 26px rgba(255,97,32,.28) !important;
}
.woocommerce-cart .rm-cart-delivery-options th { vertical-align: top; }
.woocommerce-cart .rm-cart-delivery-options td { display: grid; gap: 7px; }
.woocommerce-cart .rm-cart-delivery-options td > span {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 8px 10px; border: 1px solid var(--rm-border); border-radius: 9px; background: var(--rm-bg);
}
.woocommerce-cart .rm-cart-delivery-options td > span small { color: var(--rm-muted); font-size: 11px; }
.woocommerce-cart .rm-cart-delivery-options td > span strong { color: var(--rm-blue); font-size: 12px; white-space: nowrap; }
.woocommerce-cart .rm-cart-delivery-options td > span.is-free {
  border-color: #a7f3d0; color: #047857; background: #ecfdf5;
}
.woocommerce-cart .rm-cart-delivery-options td > span.is-free strong { color: #047857; }
.woocommerce-cart .rm-cart-delivery-options td > em {
  color: var(--rm-muted); font-size: 10px; font-style: normal; text-align: left;
}
.rm-cart-confidence { padding: 10px 16px 16px; }
.rm-cart-confidence > div {
  display: grid; grid-template-columns: 28px 1fr; padding: 10px 0; border-top: 1px solid var(--rm-border);
}
.rm-cart-confidence span { grid-row: 1 / 3; }
.rm-cart-confidence strong { font-size: 12px; }
.rm-cart-confidence small { color: var(--rm-muted); font-size: 10px; }
.woocommerce-cart .woocommerce-shipping-destination,
.woocommerce-cart .shipping-calculator-button { font-size: 11px; }
.woocommerce-cart .cart_totals tr.shipping { display: none !important; }
.woocommerce-cart .rm-cart-delivery-options td::before { display: none !important; }
.woocommerce-cart .return-to-shop .button { background: var(--rm-blue) !important; }
.single-product div.product div.summary {
  width: 54%; margin-bottom: 46px; padding: 12px 0 0;
}
.single-product div.product .product_title {
  margin: 0 0 14px; color: var(--rm-blue); font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15; letter-spacing: -.025em;
}
.single-product div.product p.price {
  margin: 0 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--rm-border);
  font-size: clamp(26px, 3vw, 36px); font-weight: 800;
}
.single-product .woocommerce-product-details__short-description {
  margin: -4px 0 14px; padding: 0; border: 0; border-radius: 0;
  color: var(--rm-text); background: transparent;
  font-size: 18px; font-weight: 700; line-height: 1.5;
}
.single-product .woocommerce-product-details__short-description p { margin: 0; }
.single-product form.cart {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch;
  gap: 10px; margin: 22px 0 10px !important;
}
.single-product form.cart::before, .single-product form.cart::after { display: none !important; }
.single-product form.cart .quantity {
  grid-column: 1 / -1; float: none !important; margin: 0 !important;
}
.single-product form.cart .qty {
  width: 72px; height: 50px; padding: 8px; border: 1px solid var(--rm-border); border-radius: 999px;
  color: var(--rm-text); background: var(--rm-white); font-weight: 700; text-align: center;
}
.single-product form.cart .single_add_to_cart_button {
  width: 100%; min-height: 52px; padding-inline: 20px !important; font-size: 16px !important;
}
.single-product form.cart .rm-order-now {
  width: 100%; min-height: 52px; border-radius: 999px !important;
  color: var(--rm-white) !important; background: var(--rm-blue) !important;
  font-weight: 800;
}
.single-product form.cart .rm-order-now:hover { background: var(--rm-blue-soft) !important; }
.rm-direct-order-buttons {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 22px;
}
.rm-direct-button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 15px; border-radius: 999px; color: var(--rm-white) !important;
  font-weight: 800; text-align: center; transition: transform .2s ease, filter .2s ease;
}
.rm-direct-button:hover { color: var(--rm-white) !important; filter: brightness(.93); transform: translateY(-1px); }
.rm-whatsapp-order { background: #128c4b; }
.rm-call-order { background: #334155; }
.rm-video-thumb {
  position: relative; width: 104px; aspect-ratio: 1; display: inline-flex; align-items: center;
  justify-content: center; overflow: hidden; margin: 12px 8px 0 0; padding: 0;
  border: 2px solid var(--rm-border); border-radius: 12px; background: #0f172a; cursor: pointer;
}
.rm-video-slide .rm-video-thumb {
  width: 100%; height: 100%; aspect-ratio: 1; margin: 0; border: 0; border-radius: 0;
}
.rm-video-slide .rm-video-thumb img { object-fit: contain !important; background: #0f172a; }
.rm-video-slide .rm-video-thumb > span { width: 64px; height: 64px; font-size: 24px; }
.rm-video-slide .rm-video-thumb small { right: 12px; bottom: 12px; padding: 5px 10px; font-size: 12px; }
.rm-video-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.rm-video-thumb > span {
  position: absolute; width: 40px; height: 40px; display: grid; place-items: center;
  padding-left: 3px; border-radius: 50%; color: var(--rm-white); background: var(--rm-orange);
}
.rm-video-thumb small {
  position: absolute; right: 5px; bottom: 5px; padding: 2px 6px; border-radius: 999px;
  color: var(--rm-white); background: rgba(0,0,0,.72); font-size: 9px;
}
.rm-video-modal[hidden] { display: none; }
.rm-video-modal { position: fixed; inset: 0; z-index: 99999; display: grid; place-items: center; padding: 20px; }
.rm-video-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,6,23,.82); cursor: pointer; }
.rm-video-dialog { position: relative; z-index: 1; width: min(920px, 100%); }
.rm-video-close {
  position: absolute; z-index: 2; top: -46px; right: 0; width: 40px; height: 40px;
  border: 0; border-radius: 50%; color: var(--rm-white); background: var(--rm-orange);
  font-size: 28px; line-height: 1; cursor: pointer;
}
.rm-video-frame { overflow: hidden; aspect-ratio: 16/9; border-radius: 16px; background: #000; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.rm-video-frame iframe { width: 100%; height: 100%; border: 0; }
body.rm-video-open { overflow: hidden; }
.single-product .flex-control-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 12px !important; }
.single-product .flex-control-thumbs li { width: 86px !important; float: none !important; }
.single-product .flex-control-thumbs img {
  width: 86px; height: 86px; object-fit: cover; padding: 4px;
  border: 2px solid var(--rm-border); border-radius: 10px !important; background: var(--rm-white);
}
.single-product .flex-control-thumbs img.flex-active { border-color: var(--rm-orange); }
.rm-gallery-label {
  margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--rm-border);
  color: var(--rm-blue); font-size: 14px; font-weight: 800;
}
.single-product .product_meta {
  margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--rm-border);
  color: var(--rm-muted); font-size: 14px;
}
.single-product .product_meta > span { display: block; margin: 6px 0; }
.rm-product-assurance {
  display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px;
  border: 1px solid var(--rm-border); border-radius: 16px; background: var(--rm-bg);
}
.rm-product-assurance > div {
  display: grid; grid-template-columns: 30px 1fr; padding: 14px 12px;
  border-right: 1px solid var(--rm-border);
}
.rm-product-assurance > div:last-child { border-right: 0; }
.rm-product-assurance span { grid-row: 1 / 3; font-size: 19px; }
.rm-product-assurance strong { color: var(--rm-text); font-size: 12px; line-height: 1.35; }
.rm-product-assurance small { color: var(--rm-muted); font-size: 10px; line-height: 1.4; }
.single-product .woocommerce-tabs { clear: both; padding-top: 18px; }
.single-product .woocommerce-tabs ul.tabs {
  display: flex; gap: 8px; padding: 0 !important; margin-bottom: 0 !important;
  border-bottom: 1px solid var(--rm-border);
}
.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.single-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important; padding: 0 !important; border: 0 !important;
  border-radius: 10px 10px 0 0 !important; background: transparent !important;
}
.single-product .woocommerce-tabs ul.tabs li a { padding: 13px 20px !important; color: var(--rm-muted) !important; }
.single-product .woocommerce-tabs ul.tabs li.active { background: var(--rm-blue) !important; }
.single-product .woocommerce-tabs ul.tabs li.active a { color: var(--rm-white) !important; }
.single-product .woocommerce-tabs .panel {
  padding: 30px !important; border: 1px solid var(--rm-border); border-top: 0;
  border-radius: 0 0 16px 16px; background: var(--rm-white);
}
.single-product .woocommerce-tabs .panel h2:first-child { margin-top: 0; color: var(--rm-blue); }
.single-product #reviews {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr); gap: 34px;
}
.single-product #comments,
.single-product #review_form_wrapper { float: none; width: 100%; }
.single-product #comments,
.single-product #review_form_wrapper,
.single-product #comments ol.commentlist,
.single-product #comments ol.commentlist li,
.single-product #comments .comment_container { min-width: 0; max-width: 100%; box-sizing: border-box; }
.single-product #comments ol.commentlist { width: 100%; padding: 0; margin: 0; }
.single-product #comments ol.commentlist li .comment-text {
  margin-left: 0; padding: 18px; border: 1px solid var(--rm-border);
  border-radius: 14px; background: var(--rm-bg);
}
.single-product #review_form_wrapper {
  padding: 22px; border: 1px solid var(--rm-border); border-radius: 14px; background: var(--rm-bg);
}
.single-product #review_form_wrapper.rm-review-locked > *:not(.rm-review-unlock) { display: none !important; }
.rm-review-unlock {
  width: 100%; min-height: 52px; border: 0; border-radius: 999px; color: #fff;
  background: var(--rm-orange); font-weight: 800; cursor: pointer;
}
.rm-review-modal[hidden] { display: none; }
.rm-review-modal { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 20px; }
.rm-review-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(2,6,23,.78); }
.rm-review-dialog {
  position: relative; z-index: 1; width: min(480px, 100%); padding: 28px;
  border-radius: 18px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.35);
}
.rm-review-dialog h3 { margin: 0 0 8px; color: var(--rm-blue); font-size: 26px; }
.rm-review-dialog > p { margin: 0 0 20px; color: var(--rm-muted); }
.rm-review-dialog label { display: block; margin-bottom: 14px; color: var(--rm-text); font-weight: 700; }
.rm-review-dialog input {
  width: 100%; min-height: 50px; display: block; margin-top: 6px; padding: 10px 12px;
  border: 1px solid var(--rm-border); border-radius: 10px;
}
.rm-review-dialog button[type="submit"] {
  width: 100%; min-height: 50px; border: 0; border-radius: 999px;
  color: #fff; background: var(--rm-orange); font-weight: 800; cursor: pointer;
}
.rm-review-close {
  position: absolute; top: 12px; right: 12px; width: 36px; height: 36px;
  border: 0; border-radius: 50%; background: var(--rm-bg); font-size: 24px; cursor: pointer;
}
.rm-review-message { min-height: 22px; margin: 0 0 10px; color: #b91c1c; font-weight: 600; }
.rm-review-message.is-success { color: #047857; }
body.rm-review-open { overflow: hidden; }
.single-product #review_form textarea { min-height: 120px; }
.single-product section.related { clear: both; padding-top: 60px; }
.single-product section.related > h2 { color: var(--rm-blue); font-size: clamp(28px, 3vw, 38px); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--rm-orange); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--rm-orange); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
  min-height: 48px; padding: 10px 12px; border: 1px solid var(--rm-border); border-radius: 10px;
}

.rm-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 42px; border-radius: 24px; color: var(--rm-white); background: linear-gradient(125deg, var(--rm-blue), var(--rm-blue-soft)); }
.rm-cta h2, .rm-cta .rm-eyebrow { color: var(--rm-white); }
.rm-cta p { margin-bottom: 0; opacity: .85; }
.rm-main { min-height: 55vh; padding-block: 60px; }
.woocommerce-checkout .rm-main { padding-top: 24px; }
.woocommerce-checkout .rm-page-header h1 { margin-bottom: 18px; }
.woocommerce-checkout .woocommerce-billing-fields > h3 { margin-top: 0; }
.rm-page { max-width: 960px; }
.rm-page-header h1 { margin-top: 0; color: var(--rm-blue); font-size: clamp(34px, 5vw, 54px); }
.rm-entry-content { overflow-wrap: anywhere; }
.rm-content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.rm-card { padding: 20px; border: 1px solid var(--rm-border); border-radius: var(--rm-radius); background: var(--rm-white); }
.rm-empty-state { text-align: center; }

.rm-footer { padding-top: 62px; color: #dbe4ff; background: #080844; }
.rm-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr .7fr; gap: 50px; padding-bottom: 48px; }
.rm-footer-logo { max-width: 220px; padding: 10px; border-radius: 10px; background: var(--rm-white); }
.rm-footer h2 { color: var(--rm-white); font-size: 17px; }
.rm-footer p { max-width: 340px; color: #aebbe0; }
.rm-footer-menu { padding: 0; margin: 0; list-style: none; }
.rm-footer-menu li { margin: 8px 0; }
.rm-footer a { color: #dbe4ff; }
.rm-footer a:hover { color: #ff9a6d; }
.rm-social-button { display: inline-flex; padding: 9px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.rm-footer-bottom { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); color: #9da9cf; font-size: 13px; }

@media (max-width: 1024px) {
  .rm-header-main { grid-template-columns: 210px 1fr auto; gap: 16px; }
  .rm-desktop-tracking { display: none; }
  .rm-hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .rm-category-grid, .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .rm-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .rm-shop-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 18px; }
  .rm-cart-popup { margin-left: 228px; }
}

@media (max-width: 780px) {
  .rm-cart-update-toast {
    top: 12px;
    bottom: auto;
    width: max-content;
    padding: 10px 16px;
    font-size: 13px;
    transform: translate(-50%, -14px);
  }
  .rm-cart-update-toast.is-visible { transform: translate(-50%, 0); }
  .rm-container { width: min(100% - 24px, var(--rm-container)); }
  .woocommerce-checkout .rm-main { padding-top: 14px; }
  .woocommerce-checkout .rm-page-header h1 { margin-bottom: 12px; font-size: 40px; }
  .rm-products-section ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .rm-products-section ul.products li.product { aspect-ratio: auto; padding: 8px; gap: 5px; }
  .rm-products-section ul.products li.product a img { width: 100%; height: auto; aspect-ratio: 1 / 1 !important; }
  .rm-products-section ul.products li.product .woocommerce-loop-product__title {
    min-height: 38px; margin: 7px 0 3px; font-size: 13px; line-height: 1.35; white-space: normal;
  }
  .rm-products-section ul.products li.product .button { min-height: 38px; padding: 7px 3px; font-size: 10px; }
  .rm-topbar-inner > span { display: none; }
  .rm-topbar-inner { justify-content: center; }
  .rm-topbar-links > a:nth-of-type(2) { display: none; }
  .rm-language-switch-desktop { display: none; }
  .rm-header-main { min-height: 62px; grid-template-columns: minmax(130px,1fr) auto; }
  .rm-brand img, .rm-brand .custom-logo { max-height: 42px; max-width: 190px; }
  .rm-header-main > .rm-search, .rm-main-nav, .rm-icon-link:not(.rm-cart-link) { display: none; }
  .rm-icon-link.rm-cart-link > span:nth-child(2) { display: none; }
  .rm-menu-toggle { display: block; }
  .rm-mobile-search form { display: flex; }
  .rm-mobile-search input[type="submit"] { min-width: 80px; margin-left: -82px; }
  .rm-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 56px; }
  .rm-hero-copy { text-align: center; }
  .rm-hero h1 { margin-inline: auto; font-size: clamp(38px, 11vw, 58px); }
  .rm-hero-copy > p { margin-inline: auto; }
  .rm-hero-actions, .rm-hero-points { justify-content: center; }
  .rm-hero-visual { min-height: 330px; }
  .rm-orbit-two { width: 330px; height: 330px; }
  .rm-orbit-one { width: 260px; height: 260px; }
  .rm-visual-mark { width: 145px; height: 145px; border-radius: 38px; font-size: 82px; }
  .rm-benefit-grid { grid-template-columns: repeat(2,1fr); }
  .rm-benefit-grid > div:nth-child(2) { border-right: 0; }
  .rm-benefit-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--rm-border); }
  .rm-category-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .rm-section { padding-block: 52px; }
  .rm-cta { align-items: flex-start; flex-direction: column; padding: 28px; }
  .rm-content-grid { grid-template-columns: 1fr; }
  .single-product div.product div.images,
  .single-product div.product div.summary { float: none; width: 100%; }
  .single-product .rm-woocommerce { padding-top: 12px; }
  .single-product div.product div.images {
    position: relative; min-height: 0; margin-bottom: 12px; padding: 8px 8px 8px 66px;
    border-radius: 16px;
  }
  .single-product .woocommerce-product-gallery__wrapper { width: 100%; }
  .single-product .flex-control-thumbs {
    position: absolute; top: 8px; bottom: 8px; left: 8px; width: 48px;
    align-content: flex-start; flex-direction: column; flex-wrap: nowrap; gap: 7px;
    overflow-x: hidden; overflow-y: auto; margin: 0 !important; padding-right: 2px;
    scrollbar-width: thin;
  }
  .single-product .flex-control-thumbs li { width: 46px !important; flex: 0 0 46px; }
  .single-product .flex-control-thumbs img {
    width: 46px; height: 46px; padding: 2px; border-radius: 8px !important;
  }
  .single-product .rm-gallery-label { display: none; }
  .single-product div.product div.summary { margin-bottom: 24px; padding-top: 0; }
  .single-product div.product .product_title {
    margin-bottom: 6px; font-size: clamp(25px, 7.5vw, 32px); line-height: 1.12;
  }
  .single-product .woocommerce-product-rating { margin-bottom: 6px !important; font-size: 13px; }
  .single-product div.product p.price {
    margin-bottom: 8px; padding-bottom: 8px; font-size: 27px;
  }
  .single-product .woocommerce-product-details__short-description {
    margin: 0 0 3px; font-size: 15px; line-height: 1.34;
  }
  .single-product form.cart { grid-template-columns: 1fr 1fr; }
  .single-product form.cart { gap: 7px; margin: 3px 0 7px !important; }
  .single-product form.cart .quantity { height: 34px; }
  .single-product form.cart .qty { width: 60px; height: 34px; padding-block: 4px; }
  .single-product form.cart .single_add_to_cart_button,
  .single-product form.cart .rm-order-now {
    min-height: 44px; padding-inline: 10px !important; font-size: 13px !important;
  }
  .rm-direct-order-buttons { grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 14px; }
  .rm-direct-button { min-height: 44px; padding-inline: 8px; font-size: 12px; }
  .rm-product-assurance { grid-template-columns: 1fr; }
  .rm-product-assurance > div { border-right: 0; border-bottom: 1px solid var(--rm-border); }
  .rm-product-assurance > div:last-child { border-bottom: 0; }
  .single-product .woocommerce-tabs .panel { padding: 20px 16px; }
  .single-product #reviews { grid-template-columns: 1fr; gap: 22px; }
  .single-product .woocommerce-tabs,
  .single-product .woocommerce-tabs .panel,
  .single-product #reviews,
  .single-product #comments,
  .single-product #review_form_wrapper { width: 100%; max-width: 100%; min-width: 0; overflow-x: hidden; }
  .single-product #comments ol.commentlist li .comment-text { width: 100%; margin: 0 !important; overflow-wrap: anywhere; }
  .single-product #comments ol.commentlist li img.avatar { position: static; float: none; margin: 0 0 8px; }
  .single-product #review_form input,
  .single-product #review_form textarea { width: 100%; max-width: 100%; box-sizing: border-box; }
  .post-type-archive-product .rm-main,
  .tax-product_cat .rm-main { padding-top: 18px; }
  .rm-shop-layout { display: block; }
  .rm-shop-mobile-head {
    display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px;
  }
  .rm-cart-popup {
    top: 6px; min-height: 54px; margin: 0 0 14px; padding: 9px 10px; gap: 8px;
  }
  .rm-cart-popup p { font-size: 12px; line-height: 1.35; }
  .rm-cart-popup-icon { width: 28px; height: 28px; flex-basis: 28px; }
  .rm-cart-popup-actions { gap: 5px; }
  .rm-cart-popup-actions a { padding: 7px 10px; font-size: 11px; }
  .rm-cart-popup-actions button { width: 30px; height: 30px; font-size: 20px; }
  .woocommerce-cart .rm-main { padding-top: 24px; }
  .woocommerce-cart .rm-page-header h1 { margin-bottom: 14px; font-size: 34px; }
  .rm-checkout-steps { margin-bottom: 22px; }
  .rm-checkout-steps > div { justify-content: center; }
  .rm-checkout-steps strong { display: none; }
  .rm-checkout-steps span { width: 29px; height: 29px; }
  .rm-checkout-steps i { margin-inline: 5px; }
  .rm-cart-heading { align-items: flex-start; flex-direction: column; gap: 5px; margin-bottom: 12px; }
  .rm-cart-heading h2 { font-size: 23px; }
  .rm-cart-heading p { font-size: 11px; }
  .woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals { width: 100%; float: none; }
  .woocommerce-cart-form { margin-bottom: 18px; }
  .woocommerce-cart-form table.shop_table_responsive thead { display: none; }
  .woocommerce-cart-form table.shop_table_responsive tbody,
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item { display: block; }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item {
    position: relative; display: grid !important; grid-template-columns: 112px minmax(0,1fr);
    grid-template-areas:
      "thumb name"
      "thumb price"
      "thumb quantity";
    align-items: center; gap: 7px 14px; min-height: 138px; padding: 12px;
    border-bottom: 1px solid var(--rm-border);
  }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td {
    display: block; padding: 0; border: 0; text-align: left !important;
  }
  .woocommerce-cart-form table.shop_table_responsive tr.cart_item td::before { display: none; }
  .woocommerce-cart-form table.shop_table_responsive .product-thumbnail {
    grid-area: thumb; display: block !important; align-self: center;
  }
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail { width: 112px !important; }
  .woocommerce-cart .woocommerce-cart-form table.cart td.product-thumbnail img {
    width: 112px !important; min-width: 112px; max-width: 112px !important;
    height: 112px !important; padding: 6px; border-radius: 13px;
  }
  .woocommerce-cart-form table.shop_table_responsive .product-subtotal { display: none !important; }
  .woocommerce-cart-form table.shop_table_responsive .product-name {
    grid-area: name; display: block !important; min-width: 0; padding-right: 36px;
    visibility: visible !important; opacity: 1 !important;
  }
  .woocommerce-cart-form table.shop_table_responsive .product-name a {
    display: block; overflow: hidden; font-size: 15px; line-height: 1.35;
    text-overflow: ellipsis; white-space: nowrap;
  }
  .woocommerce-cart-form table.shop_table_responsive .product-price {
    grid-area: price; display: block !important; visibility: visible !important;
    opacity: 1 !important; font-size: 14px;
  }
  .woocommerce-cart-form table.shop_table_responsive .product-quantity {
    grid-area: quantity; display: block !important; margin-top: 1px;
    visibility: visible !important; opacity: 1 !important;
  }
  .woocommerce-cart-form table.shop_table_responsive .product-remove {
    position: absolute; z-index: 2; top: 10px; right: 10px;
  }
  .woocommerce-cart-form .quantity .qty { width: 48px; min-height: 38px; }
  .woocommerce-cart-form .rm-qty-button { width: 34px; height: 38px; }
  .woocommerce-cart-form table.shop_table_responsive tr:last-child { display: block; }
  .woocommerce-cart-form .actions { padding: 12px !important; }
  .woocommerce-cart-form .coupon { width: 100%; }
  .woocommerce-cart-form .coupon #coupon_code { width: 55%; min-height: 42px; }
  .woocommerce-cart-form .coupon button { width: 45%; min-height: 42px; padding-inline: 8px; font-size: 12px; }
  .woocommerce-cart .cart-collaterals .cart_totals { position: static; }
  .woocommerce-cart .cart_totals h2 { padding: 15px 16px; font-size: 19px; }
  .woocommerce-cart .cart_totals table { width: calc(100% - 24px); margin-inline: 12px; }
  .woocommerce-cart .wc-proceed-to-checkout { padding-inline: 12px; }
  .rm-shop-mobile-head h1 {
    min-width: 0; margin: 0; color: var(--rm-blue); font-size: 27px; line-height: 1.15; text-align: right;
  }
  .rm-filter-toggle { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; margin: 0; }
  .rm-shop-sidebar {
    position: fixed; z-index: 100003; top: 0; bottom: 0; left: 0; width: min(310px, 86vw);
    overflow-y: auto; border-radius: 0 18px 18px 0; transform: translateX(-105%);
    transition: transform .25s ease;
  }
  .rm-shop-sidebar.is-open { transform: translateX(0); }
  .rm-filter-close { display: block; }
  .rm-filter-backdrop { position: fixed; z-index: 100002; inset: 0; background: rgba(2,6,23,.65); }
  body.rm-filters-open { overflow: hidden; }
  .rm-shop-content .woocommerce-products-header .page-title,
  .rm-shop-content > .page-title { display: none !important; }
  .rm-shop-content .woocommerce-result-count { float: none; margin: 0 0 10px; font-size: 13px; }
  .rm-shop-content .woocommerce-ordering { float: left; width: calc(50% - 5px); margin: 0 10px 14px 0; }
  .rm-shop-content .woocommerce-ordering select,
  .rm-products-per-page select { width: 100%; min-height: 40px; padding-inline: 9px 26px; font-size: 12px; }
  .rm-products-per-page { float: right; width: calc(50% - 5px); justify-content: flex-end; margin: 0 0 14px; }
  .rm-shop-content ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .rm-shop-content ul.products li.product { aspect-ratio: 1 / 1.55; padding: 8px; gap: 5px; border-radius: 13px; }
  .rm-shop-content ul.products li.product a img { height: clamp(92px, 27vw, 120px); }
  .rm-shop-content ul.products li.product .woocommerce-loop-product__title { min-height: 38px; margin: 7px 0 3px; font-size: 13px; line-height: 1.35; }
  .rm-shop-content ul.products li.product .star-rating { margin: 0 0 4px; font-size: 11px; }
  .rm-shop-content ul.products li.product .price { margin-bottom: 5px; font-size: 14px; }
  .rm-shop-content ul.products li.product .button { min-height: 38px; padding: 7px 3px; font-size: 10px; }
  .rm-loop-badges { top: 5px; left: 5px; gap: 3px; }
  .rm-loop-badges span { padding: 3px 6px; font-size: 8px; }
  .rm-save-badge { top: 5px; right: 5px; padding: 4px 6px; font-size: 8px; }
}

@media (max-width: 520px) {
  .rm-topbar-links { width: 100%; justify-content: center; }
  .rm-header-actions { gap: 8px; }
  .rm-section-heading { align-items: flex-start; }
  .rm-category-card { padding-bottom: 14px; }
  .rm-category-card h3 { margin: 12px 12px 0; font-size: 15px; line-height: 1.35; }
  .rm-category-card span { margin-inline: 12px; font-size: 12px; }
  .woocommerce ul.products li.product { padding: 9px 9px 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 14px; }
  .rm-footer-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* One fixed product-card system for home, shop, categories and related products. */
.woocommerce ul.products {
  grid-template-columns: repeat(4, minmax(0, 210px));
  justify-content: start;
}
.woocommerce ul.products li.product {
  position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto; align-content: start; gap: 6px;
  width: 100% !important; aspect-ratio: auto !important; overflow: hidden; padding: 11px !important;
  border-radius: 14px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  grid-column: 1 / -1; min-width: 0; overflow: hidden;
}
.woocommerce ul.products li.product a img {
  width: 100% !important; height: auto !important; aspect-ratio: 1 / 1 !important;
  margin: 0 0 7px !important; object-fit: contain !important; border-radius: 10px; background: var(--rm-bg);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 36px; overflow: hidden; margin: 3px 0 !important; padding: 0 !important;
  color: var(--rm-text); font-size: 13px !important; line-height: 1.35;
}
.woocommerce ul.products li.product .star-rating { margin: 0 0 3px !important; font-size: 11px !important; }
.woocommerce ul.products li.product .rm-rating-placeholder {
  display: block;
  width: 1px;
  height: 1em;
  margin: 0 0 3px;
  font-size: 11px;
  line-height: 1;
  visibility: hidden;
}
.woocommerce ul.products li.product .price {
  min-height: 20px; margin: 0 0 5px !important; color: var(--rm-orange); font-size: 14px !important;
  font-weight: 800; line-height: 1.25;
}
.woocommerce ul.products li.product .button {
  width: 100%; min-height: 38px; display: inline-flex; align-items: center; justify-content: center;
  margin: 0 !important; padding: 7px 4px !important; border-radius: 999px !important;
  font-size: 10px !important; line-height: 1.2; text-align: center;
}
.woocommerce ul.products li.product .add_to_cart_button { color: #fff !important; background: var(--rm-orange) !important; }

/* Branded order received page */
.woocommerce-order-received .rm-page-header { display: none; }
.woocommerce-order-received .rm-main { padding-top: 40px; }
.rm-thankyou { max-width: 1120px; margin: 0 auto; color: var(--rm-text); }
.rm-thankyou-hero { max-width: 760px; margin: 0 auto 30px; text-align: center; }
.rm-thankyou-status-icon {
  display: grid; width: 68px; height: 68px; margin: 0 auto 14px; place-items: center;
  border-radius: 50%; color: #fff; background: linear-gradient(135deg, #0a9b62, #047857);
  box-shadow: 0 14px 28px rgba(4, 120, 87, .22);
}
.rm-thankyou-status-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.rm-thankyou-eyebrow { margin: 0 0 5px; color: var(--rm-orange); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rm-thankyou-hero h2 { margin: 0 0 8px; color: var(--rm-blue); font-size: clamp(30px, 4vw, 46px); line-height: 1.1; }
.rm-thankyou-hero > p:not(.rm-thankyou-eyebrow) { max-width: 620px; margin: 0 auto 14px; color: var(--rm-muted); }
.rm-thankyou-status {
  display: inline-flex; padding: 7px 14px; border: 1px solid #a7f3d0; border-radius: 999px;
  color: #047857; background: #ecfdf5; font-size: 12px; font-weight: 800;
}
.rm-thankyou-meta {
  display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 24px;
  overflow: hidden; border: 1px solid var(--rm-border); border-radius: 16px; background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
}
.rm-thankyou-meta > div { min-width: 0; padding: 18px 20px; border-right: 1px solid var(--rm-border); }
.rm-thankyou-meta > div:last-child { border-right: 0; }
.rm-thankyou-meta small, .rm-thankyou-customer dt { display: block; margin-bottom: 4px; color: var(--rm-muted); font-size: 11px; }
.rm-thankyou-meta strong { display: block; overflow-wrap: anywhere; color: var(--rm-blue); font-size: 14px; }
.rm-thankyou-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr); gap: 22px; align-items: start; }
.rm-thankyou-card {
  overflow: hidden; border: 1px solid var(--rm-border); border-radius: 16px; background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, .055);
}
.rm-thankyou-card h3 { margin: 0; color: var(--rm-blue); font-size: 18px; }
.rm-thankyou-card-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 20px; background: #f8fafc; }
.rm-thankyou-card-head span { color: var(--rm-muted); font-size: 12px; }
.rm-thankyou-item { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 16px 20px; border-top: 1px solid var(--rm-border); }
.rm-thankyou-thumb { display: grid; width: 72px; aspect-ratio: 1; overflow: hidden; place-items: center; border: 1px solid var(--rm-border); border-radius: 12px; background: #f8fafc; }
.rm-thankyou-thumb img { width: 100%; height: 100%; object-fit: contain; }
.rm-thankyou-item-info { min-width: 0; }
.rm-thankyou-item-info strong { display: block; margin-bottom: 4px; font-size: 14px; }
.rm-thankyou-item-info small { display: block; color: var(--rm-muted); font-size: 11px; }
.rm-thankyou-item-info .wc-item-meta { margin: 5px 0 0; padding: 0; color: var(--rm-muted); font-size: 10px; }
.rm-thankyou-item > b { color: var(--rm-blue); font-size: 14px; white-space: nowrap; }
.rm-thankyou-totals { padding: 10px 20px 16px; border-top: 1px solid var(--rm-border); background: #f8fafc; }
.rm-thankyou-totals > div { display: flex; gap: 20px; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--rm-border); font-size: 13px; }
.rm-thankyou-totals > div:last-child { border-bottom: 0; }
.rm-thankyou-totals .is-total { color: var(--rm-blue); font-size: 17px; font-weight: 800; }
.rm-thankyou-side { display: grid; gap: 18px; }
.rm-thankyou-side .rm-thankyou-card { padding: 18px 20px; }
.rm-thankyou-customer { margin: 14px 0 0; }
.rm-thankyou-customer > div { padding: 9px 0; border-top: 1px solid var(--rm-border); }
.rm-thankyou-customer dd { margin: 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 700; }
.rm-thankyou-customer dd a { color: var(--rm-blue); }
.rm-thankyou-next ol { display: grid; gap: 12px; margin: 15px 0 0; padding: 0; list-style: none; }
.rm-thankyou-next li { display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: center; color: var(--rm-muted); font-size: 12px; }
.rm-thankyou-next li span { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: var(--rm-blue); font-weight: 800; }
.rm-thankyou-actions { display: flex; gap: 12px; justify-content: center; margin-top: 26px; }
.rm-thankyou-actions .button { min-width: 180px; padding: 13px 22px !important; border-radius: 999px !important; text-align: center; }
.rm-thankyou-primary { color: #fff !important; background: var(--rm-orange) !important; }
.rm-thankyou-secondary { color: #fff !important; background: var(--rm-blue) !important; }
.rm-thankyou-help { margin: 15px 0 0; color: var(--rm-muted); font-size: 12px; text-align: center; }
.rm-thankyou-help a { color: var(--rm-blue); font-weight: 800; }
.rm-thankyou-failed, .rm-thankyou-empty { max-width: 700px; padding: 36px; border: 1px solid var(--rm-border); border-radius: 18px; background: #fff; text-align: center; }
.rm-thankyou-failed .rm-thankyou-status-icon { background: #dc2626; }
.rm-thankyou-failed h2, .rm-thankyou-empty h2 { color: var(--rm-blue); }

@media (max-width: 767px) {
  .woocommerce-order-received .rm-main { padding-top: 18px; }
  .rm-thankyou-hero { margin-bottom: 18px; }
  .rm-thankyou-status-icon { width: 54px; height: 54px; margin-bottom: 10px; }
  .rm-thankyou-status-icon svg { width: 28px; }
  .rm-thankyou-hero h2 { font-size: 29px; }
  .rm-thankyou-hero > p:not(.rm-thankyou-eyebrow) { font-size: 12px; }
  .rm-thankyou-meta { grid-template-columns: 1fr 1fr; margin-bottom: 16px; border-radius: 13px; }
  .rm-thankyou-meta > div { padding: 13px; border-bottom: 1px solid var(--rm-border); }
  .rm-thankyou-meta > div:nth-child(2n) { border-right: 0; }
  .rm-thankyou-meta > div:nth-last-child(-n+2) { border-bottom: 0; }
  .rm-thankyou-meta strong { font-size: 12px; }
  .rm-thankyou-grid { grid-template-columns: 1fr; gap: 14px; }
  .rm-thankyou-card { border-radius: 13px; }
  .rm-thankyou-card-head { padding: 14px; }
  .rm-thankyou-item { grid-template-columns: 58px minmax(0, 1fr); gap: 10px; padding: 13px; }
  .rm-thankyou-thumb { grid-row: 1 / 3; width: 58px; }
  .rm-thankyou-item > b { grid-column: 2; }
  .rm-thankyou-totals { padding: 8px 14px 12px; }
  .rm-thankyou-side .rm-thankyou-card { padding: 15px; }
  .rm-thankyou-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 18px; }
  .rm-thankyou-actions .button { min-width: 0; padding: 12px 8px !important; font-size: 12px !important; }
  .rm-thankyou-help { margin-bottom: 0; }
}

/* About Us */
.rm-about-page { padding: 0; }
.rm-about-hero { overflow: hidden; padding: 64px 0 54px; background: linear-gradient(115deg, #fffaf7 0%, #f8fafc 48%, #eef2ff 100%); }
.rm-about-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 56px; align-items: center; }
.rm-about-copy h1 { max-width: 680px; margin: 8px 0 18px; color: var(--rm-blue); font-size: clamp(40px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -.035em; }
.rm-about-copy > p { max-width: 650px; margin: 0; color: var(--rm-muted); font-size: 17px; line-height: 1.75; }
.rm-about-actions { display: flex; gap: 11px; margin-top: 26px; }
.rm-about-visual { position: relative; display: grid; min-height: 430px; place-items: center; }
.rm-about-orbit { position: absolute; border: 1px dashed rgba(0, 0, 139, .28); border-radius: 50%; }
.rm-about-orbit-one { width: 380px; height: 380px; }
.rm-about-orbit-two { width: 290px; height: 290px; }
.rm-about-logo-card {
  position: relative; z-index: 2; display: grid; width: 260px; min-height: 220px; padding: 35px; place-items: center;
  border: 1px solid rgba(226, 232, 240, .95); border-radius: 34px; background: rgba(255, 255, 255, .94);
  box-shadow: 0 28px 70px rgba(0, 0, 139, .13); transform: rotate(-3deg);
}
.rm-about-logo-card::after { position: absolute; right: -18px; bottom: -18px; z-index: -1; width: 90px; height: 90px; border-radius: 26px; background: var(--rm-orange); content: ""; opacity: .15; }
.rm-about-logo-card img { width: 100%; height: auto; }
.rm-about-logo-card small { color: var(--rm-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rm-about-float { position: absolute; z-index: 3; padding: 10px 15px; border: 1px solid var(--rm-border); border-radius: 12px; color: var(--rm-blue); background: #fff; box-shadow: 0 12px 30px rgba(15, 23, 42, .09); font-size: 12px; font-weight: 800; }
.rm-about-float-one { top: 55px; left: 12px; }
.rm-about-float-two { right: 0; top: 172px; }
.rm-about-float-three { bottom: 48px; left: 42px; }
.rm-about-promises { border-block: 1px solid var(--rm-border); background: #fff; }
.rm-about-promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rm-about-promise-grid > div { display: grid; grid-template-columns: 38px 1fr; column-gap: 11px; padding: 22px 20px; border-right: 1px solid var(--rm-border); }
.rm-about-promise-grid > div:last-child { border-right: 0; }
.rm-about-promise-grid span { display: grid; grid-row: 1 / 3; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: #fff; background: var(--rm-blue); font-weight: 800; }
.rm-about-promise-grid strong { font-size: 13px; }
.rm-about-promise-grid small { color: var(--rm-muted); font-size: 11px; }
.rm-about-story { padding-top: 76px; padding-bottom: 76px; }
.rm-about-section-head { max-width: 700px; margin-bottom: 30px; }
.rm-about-section-head h2 { margin: 6px 0 8px; color: var(--rm-blue); font-size: clamp(30px, 4vw, 46px); line-height: 1.1; }
.rm-about-section-head > p { margin: 0; color: var(--rm-muted); }
.rm-about-story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rm-about-story-card { position: relative; overflow: hidden; min-height: 235px; padding: 26px; border: 1px solid var(--rm-border); border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(15, 23, 42, .05); }
.rm-about-story-card::after { position: absolute; right: -35px; bottom: -45px; width: 120px; height: 120px; border-radius: 50%; background: var(--rm-orange); content: ""; opacity: .06; }
.rm-about-story-card > span { color: var(--rm-orange); font-size: 12px; font-weight: 800; }
.rm-about-story-card h3 { margin: 24px 0 10px; color: var(--rm-blue); font-size: 21px; }
.rm-about-story-card p { margin: 0; color: var(--rm-muted); font-size: 14px; line-height: 1.7; }
.rm-about-categories { padding: 72px 0; background: #f8fafc; }
.rm-about-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rm-about-category-grid a { display: grid; min-height: 190px; padding: 22px; border: 1px solid var(--rm-border); border-radius: 18px; color: var(--rm-text); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.rm-about-category-grid a:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(0, 0, 139, .09); }
.rm-about-category-grid a > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: #fff; background: var(--rm-orange); font-size: 22px; }
.rm-about-category-grid strong { align-self: end; color: var(--rm-blue); font-size: 16px; }
.rm-about-category-grid small { margin-top: 6px; color: var(--rm-muted); font-size: 11px; }
.rm-about-editor-content { padding-block: 50px; }
.rm-about-cta { padding: 58px 0; color: #fff; background: linear-gradient(110deg, #00005f, var(--rm-blue)); }
.rm-about-cta .rm-container { display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.rm-about-cta .rm-eyebrow { color: #ffb08f; }
.rm-about-cta h2 { max-width: 730px; margin: 5px 0 0; color: #fff; font-size: clamp(28px, 4vw, 44px); line-height: 1.12; }
.rm-about-cta .rm-button { flex: 0 0 auto; }

@media (max-width: 900px) {
  .rm-about-hero-grid { grid-template-columns: 1fr 340px; gap: 26px; }
  .rm-about-promise-grid, .rm-about-category-grid { grid-template-columns: 1fr 1fr; }
  .rm-about-promise-grid > div:nth-child(2) { border-right: 0; }
  .rm-about-promise-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--rm-border); }
}
@media (max-width: 767px) {
  .rm-about-hero { padding: 32px 0 28px; }
  .rm-about-hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .rm-about-copy h1 { margin-top: 5px; font-size: 39px; }
  .rm-about-copy > p { font-size: 14px; line-height: 1.65; }
  .rm-about-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 19px; }
  .rm-about-actions .rm-button { padding-inline: 10px; text-align: center; }
  .rm-about-visual { min-height: 290px; }
  .rm-about-orbit-one { width: 270px; height: 270px; }
  .rm-about-orbit-two { width: 210px; height: 210px; }
  .rm-about-logo-card { width: 190px; min-height: 160px; padding: 25px; border-radius: 25px; }
  .rm-about-float { padding: 7px 9px; font-size: 9px; }
  .rm-about-float-one { top: 22px; left: 0; }
  .rm-about-float-two { right: 0; top: 118px; }
  .rm-about-float-three { bottom: 18px; left: 20px; }
  .rm-about-promise-grid > div { padding: 15px 10px; }
  .rm-about-promise-grid span { width: 32px; height: 32px; }
  .rm-about-promise-grid strong { font-size: 11px; }
  .rm-about-promise-grid small { font-size: 9px; }
  .rm-about-story { padding-top: 46px; padding-bottom: 46px; }
  .rm-about-story-grid { grid-template-columns: 1fr; gap: 11px; }
  .rm-about-story-card { min-height: 0; padding: 20px; }
  .rm-about-story-card h3 { margin-top: 14px; }
  .rm-about-categories { padding: 45px 0; }
  .rm-about-category-grid { gap: 9px; }
  .rm-about-category-grid a { min-height: 155px; padding: 15px; }
  .rm-about-category-grid a > span { width: 38px; height: 38px; font-size: 18px; }
  .rm-about-category-grid strong { font-size: 13px; }
  .rm-about-cta { padding: 40px 0; }
  .rm-about-cta .rm-container { display: grid; }
  .rm-about-cta .rm-button { text-align: center; }
}

/* Contact Us */
.rm-contact-page { padding: 0 0 74px; }
.rm-contact-hero { padding: 62px 0 115px; color: #fff; background: linear-gradient(115deg, #00005f 0%, var(--rm-blue) 68%, #1919a7 100%); text-align: center; }
.rm-contact-hero .rm-eyebrow { color: #ffb08f; }
.rm-contact-hero h1 { margin: 7px 0 12px; color: #fff; font-size: clamp(40px, 5vw, 62px); line-height: 1.05; }
.rm-contact-hero p { max-width: 690px; margin: 0 auto; color: #dbeafe; font-size: 16px; line-height: 1.7; }
.rm-contact-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: -57px; }
.rm-contact-method {
  display: grid; grid-template-columns: 48px 1fr auto; gap: 13px; align-items: center; min-width: 0; padding: 22px;
  border: 1px solid var(--rm-border); border-radius: 17px; color: var(--rm-text); background: #fff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .1); transition: transform .2s ease;
}
.rm-contact-method:hover { transform: translateY(-4px); }
.rm-contact-method > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: #fff; background: var(--rm-orange); font-size: 21px; }
.rm-contact-method div { min-width: 0; }
.rm-contact-method small { display: block; margin-bottom: 3px; color: var(--rm-muted); font-size: 11px; }
.rm-contact-method strong { display: block; overflow: hidden; color: var(--rm-blue); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.rm-contact-method > b { color: var(--rm-blue); }
.rm-contact-whatsapp > span { background: #079455; }
.rm-contact-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(300px, .72fr); gap: 24px; padding-top: 62px; align-items: start; }
.rm-contact-form-card, .rm-contact-info-card { border: 1px solid var(--rm-border); border-radius: 19px; background: #fff; box-shadow: 0 14px 36px rgba(15, 23, 42, .055); }
.rm-contact-form-card { padding: 30px; }
.rm-contact-section-head h2 { margin: 6px 0 8px; color: var(--rm-blue); font-size: clamp(29px, 3.5vw, 42px); line-height: 1.1; }
.rm-contact-section-head p { margin: 0 0 24px; color: var(--rm-muted); }
.rm-contact-notice { margin-bottom: 20px; padding: 13px 15px; border-radius: 10px; font-size: 13px; font-weight: 700; }
.rm-contact-notice.is-success { border: 1px solid #a7f3d0; color: #047857; background: #ecfdf5; }
.rm-contact-notice.is-error { border: 1px solid #fecaca; color: #b91c1c; background: #fef2f2; }
.rm-contact-form { position: relative; display: grid; gap: 15px; }
.rm-contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rm-contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rm-contact-field { display: grid; gap: 6px; }
.rm-contact-field label { color: var(--rm-text); font-size: 12px; font-weight: 800; }
.rm-contact-field label span { color: #dc2626; }
.rm-contact-field input, .rm-contact-field select, .rm-contact-field textarea {
  width: 100%; padding: 13px 14px; border: 1px solid #cbd5e1; border-radius: 10px; color: var(--rm-text); background: #fff; font: inherit; font-size: 14px; outline: 0;
}
.rm-contact-field textarea { min-height: 135px; resize: vertical; }
.rm-contact-field input:focus, .rm-contact-field select:focus, .rm-contact-field textarea:focus { border-color: var(--rm-blue); box-shadow: 0 0 0 3px rgba(0, 0, 139, .08); }
.rm-contact-field-help { margin: -7px 0 0; color: var(--rm-muted); font-size: 10px; }
.rm-contact-submit { justify-self: start; min-width: 180px; border: 0; cursor: pointer; }
.rm-contact-sidebar { display: grid; gap: 16px; }
.rm-contact-info-card { padding: 23px; }
.rm-contact-info-card h2 { margin: 5px 0 17px; color: var(--rm-blue); font-size: 25px; }
.rm-contact-info-card h3 { margin: 0 0 14px; color: var(--rm-blue); font-size: 18px; }
.rm-contact-info-primary { overflow: hidden; color: #fff; background: linear-gradient(145deg, #00006d, var(--rm-blue)); }
.rm-contact-info-primary .rm-eyebrow { color: #ffb08f; }
.rm-contact-info-primary h2 { color: #fff; }
.rm-contact-info-primary dl { margin: 0 0 18px; }
.rm-contact-info-primary dl > div { padding: 11px 0; border-top: 1px solid rgba(255, 255, 255, .18); }
.rm-contact-info-primary dt { margin-bottom: 3px; color: #bfdbfe; font-size: 10px; }
.rm-contact-info-primary dd { margin: 0; overflow-wrap: anywhere; font-size: 13px; font-weight: 700; }
.rm-contact-info-primary > a { color: #fff; font-size: 12px; font-weight: 800; text-decoration: underline; }
.rm-contact-availability { display: grid; gap: 10px; }
.rm-contact-availability span { padding: 12px; border-radius: 10px; background: #f8fafc; }
.rm-contact-availability b, .rm-contact-availability small { display: block; }
.rm-contact-availability b { margin-bottom: 3px; font-size: 12px; }
.rm-contact-availability small { color: var(--rm-muted); font-size: 10px; }
.rm-contact-order-help p { margin: 0 0 15px; color: var(--rm-muted); font-size: 12px; line-height: 1.6; }
.rm-contact-order-help .rm-button { display: block; padding-inline: 10px; text-align: center; }
.rm-contact-editor-content { padding-top: 50px; }

@media (max-width: 900px) {
  .rm-contact-layout { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); }
  .rm-contact-method { padding: 17px; }
}
@media (max-width: 767px) {
  .rm-contact-page { padding-bottom: 44px; }
  .rm-contact-hero { padding: 36px 0 78px; }
  .rm-contact-hero h1 { font-size: 38px; }
  .rm-contact-hero p { font-size: 13px; }
  .rm-contact-methods { grid-template-columns: 1fr; gap: 8px; margin-top: -45px; }
  .rm-contact-method { grid-template-columns: 40px 1fr auto; padding: 13px 15px; border-radius: 13px; }
  .rm-contact-method > span { width: 40px; height: 40px; border-radius: 11px; font-size: 17px; }
  .rm-contact-layout { grid-template-columns: 1fr; gap: 14px; padding-top: 35px; }
  .rm-contact-form-card { padding: 18px 15px; border-radius: 14px; }
  .rm-contact-section-head p { margin-bottom: 18px; font-size: 12px; }
  .rm-contact-form-row { grid-template-columns: 1fr; gap: 15px; }
  .rm-contact-field input, .rm-contact-field select, .rm-contact-field textarea { padding: 12px; font-size: 13px; }
  .rm-contact-submit { width: 100%; }
  .rm-contact-sidebar { gap: 11px; }
  .rm-contact-info-card { padding: 18px; border-radius: 14px; }
}
.woocommerce ul.products li.product .rm-loop-order-now { color: #fff !important; background: var(--rm-blue) !important; }
.rm-price-label { font-weight: 700; }

@media (max-width: 1024px) {
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 210px)); }
}
@media (max-width: 780px) {
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .woocommerce ul.products li.product { padding: 8px !important; gap: 5px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 36px; font-size: 12px !important; }
  .woocommerce ul.products li.product .button { min-height: 36px; padding-inline: 2px !important; font-size: 9px !important; }
}
@media (max-width: 360px) {
  .woocommerce ul.products li.product .button { font-size: 8px !important; }
}

/* Store policy pages */
.rm-policy-page { background: #f8fafc; }
.rm-policy-hero {
  color: #fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 97, 32, .34), transparent 28%),
    linear-gradient(135deg, #00005d, var(--rm-blue));
}
.rm-policy-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 310px;
  padding-block: 65px;
}
.rm-policy-hero .rm-eyebrow { color: #ffb08f; }
.rm-policy-hero h1 { margin: 8px 0 14px; color: #fff; font-size: clamp(36px, 5vw, 62px); line-height: 1.04; }
.rm-policy-hero p { max-width: 720px; margin: 0 0 18px; color: rgba(255,255,255,.84); font-size: 17px; line-height: 1.75; }
.rm-policy-hero small { color: rgba(255,255,255,.68); }
.rm-policy-icon {
  display: grid;
  flex: 0 0 130px;
  width: 130px;
  height: 130px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 35px;
  color: #fff;
  background: rgba(255,255,255,.1);
  box-shadow: 0 25px 55px rgba(0,0,0,.2);
  font-size: 62px;
}
.rm-policy-layout {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 35px;
  align-items: start;
  padding-block: 48px 70px;
}
.rm-policy-nav {
  position: sticky;
  top: 25px;
  overflow: hidden;
  border: 1px solid #dfe6f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, .06);
}
.rm-policy-nav > strong { display: block; padding: 19px 20px; color: #fff; background: var(--rm-blue); font-size: 16px; }
.rm-policy-nav nav { display: grid; padding: 8px; }
.rm-policy-nav nav a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 9px;
  align-items: center;
  padding: 11px 10px;
  border-radius: 10px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}
.rm-policy-nav nav a:hover { color: var(--rm-blue); background: #f1f5f9; }
.rm-policy-nav nav a span { color: var(--rm-orange); font-size: 11px; }
.rm-policy-nav-help { display: grid; gap: 4px; padding: 16px 18px; border-top: 1px solid #e6ebf2; background: #f8fafc; }
.rm-policy-nav-help small { color: #64748b; }
.rm-policy-nav-help a { color: var(--rm-blue); font-weight: 800; }
.rm-policy-content { min-width: 0; }
.rm-policy-note {
  margin-bottom: 18px;
  padding: 19px 22px;
  border-left: 4px solid var(--rm-orange);
  border-radius: 0 14px 14px 0;
  background: #fff3ed;
}
.rm-policy-note strong { color: var(--rm-orange); }
.rm-policy-note p { margin: 5px 0 0; color: #475569; line-height: 1.65; }
.rm-policy-section {
  scroll-margin-top: 25px;
  margin-bottom: 16px;
  padding: 26px 28px;
  border: 1px solid #dfe6f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .045);
}
.rm-policy-section header { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; }
.rm-policy-section header span {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--rm-blue);
  font-size: 11px;
  font-weight: 900;
}
.rm-policy-section h2 { margin: 0; color: #111827; font-size: 23px; }
.rm-policy-section p { margin: 0 0 12px; color: #475569; line-height: 1.75; }
.rm-policy-section p:last-child { margin-bottom: 0; }
.rm-policy-section ul { display: grid; gap: 9px; margin: 5px 0 0; padding-left: 20px; color: #475569; line-height: 1.65; }
.rm-policy-section li::marker { color: var(--rm-orange); }
.rm-policy-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--rm-blue), #11145f);
}
.rm-policy-contact h2 { margin: 5px 0; color: #fff; }
.rm-policy-contact p { margin: 0; color: rgba(255,255,255,.72); }
.rm-policy-contact ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; text-align: right; }
.rm-policy-contact a { color: #fff; font-weight: 800; }
.rm-footer-policy-bar { border-top: 1px solid rgba(255,255,255,.12); background: #070748; }
.rm-footer-policy-bar .rm-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; padding-block: 15px; }
.rm-footer-policy-bar a { color: rgba(255,255,255,.78); font-size: 12px; }
.rm-footer-policy-bar a:hover { color: #fff; }

@media (max-width: 780px) {
  .rm-policy-hero-inner { min-height: 225px; padding-block: 38px; }
  .rm-policy-hero h1 { font-size: 36px; }
  .rm-policy-hero p { font-size: 14px; line-height: 1.6; }
  .rm-policy-icon { display: none; }
  .rm-policy-layout { grid-template-columns: 1fr; gap: 16px; padding-block: 20px 42px; }
  .rm-policy-nav { position: static; overflow-x: auto; border-radius: 14px; }
  .rm-policy-nav > strong, .rm-policy-nav-help { display: none; }
  .rm-policy-nav nav { display: flex; width: max-content; max-width: none; padding: 7px; }
  .rm-policy-nav nav a { display: flex; width: auto; white-space: nowrap; padding: 10px 12px; }
  .rm-policy-note { padding: 16px; font-size: 13px; }
  .rm-policy-section { padding: 20px 16px; border-radius: 15px; }
  .rm-policy-section header { gap: 10px; }
  .rm-policy-section header span { flex-basis: 34px; width: 34px; height: 34px; }
  .rm-policy-section h2 { font-size: 19px; }
  .rm-policy-section p, .rm-policy-section ul { font-size: 13px; }
  .rm-policy-contact { display: grid; padding: 22px 18px; border-radius: 16px; }
  .rm-policy-contact ul { text-align: left; }
.rm-footer-policy-bar .rm-container { gap: 10px 18px; }
}

/* Header v1.4.7: larger desktop assets and a dynamic mobile shop drawer. */
.rm-header-main { min-height: 96px; grid-template-columns: 270px minmax(260px, 1fr) auto; }
.rm-brand { width: min(260px, 100%); }
.rm-brand img, .rm-brand .custom-logo { max-height: 68px; }
.rm-header-actions { gap: 20px; }
.rm-icon-link { min-width: 64px; }
.rm-header-icon { display: grid; width: 30px; height: 30px; place-items: center; }
.rm-header-icon svg {
  width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.7;
  stroke-linecap: round; stroke-linejoin: round;
}
.rm-mobile-panel {
  position: fixed; inset: 0; z-index: 100000;
  overflow: hidden; padding: 0; border: 0; background: transparent; box-shadow: none;
}
.rm-mobile-panel[hidden] { display: none !important; }
.rm-mobile-menu-backdrop {
  position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0;
  background: rgba(15, 23, 42, .52); cursor: pointer; opacity: 0;
  transition: opacity .24s ease;
}
.rm-mobile-drawer {
  position: relative; z-index: 1; width: min(88vw, 390px); height: 100%;
  overflow-x: hidden; overflow-y: auto; padding: 0 16px 28px;
  color: var(--rm-text); background: #fff; box-shadow: 24px 0 70px rgba(15,23,42,.22);
  transform: translateX(-102%); transition: transform .26s cubic-bezier(.2,.75,.3,1);
}
.rm-mobile-panel.is-open .rm-mobile-menu-backdrop { opacity: 1; }
.rm-mobile-panel.is-open .rm-mobile-drawer { transform: translateX(0); }
body.rm-menu-open { overflow: hidden; }
.rm-mobile-drawer-head {
  position: sticky; top: 0; z-index: 3; min-height: 68px; display: flex;
  align-items: center; justify-content: space-between; margin: 0 -16px 14px;
  padding: 0 16px; border-bottom: 1px solid var(--rm-border); background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.rm-mobile-drawer-head strong { color: var(--rm-blue); font-size: 20px; }
.rm-mobile-menu-close {
  width: 42px; height: 42px; display: grid; place-items: center; padding: 0;
  border: 0; border-radius: 50%; color: var(--rm-text); background: var(--rm-bg);
  font-size: 28px; line-height: 1; cursor: pointer;
}
.rm-mobile-hotline {
  display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 12px;
  margin-bottom: 12px; padding: 12px 14px; border-radius: 14px; color: #fff;
  background: linear-gradient(135deg, var(--rm-blue), #2020bd);
}
.rm-mobile-hotline > span:first-child {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 12px; background: rgba(255,255,255,.14); font-size: 22px;
}
.rm-mobile-hotline small, .rm-mobile-hotline strong { display: block; color: #fff; line-height: 1.35; }
.rm-mobile-hotline small { opacity: .78; font-size: 11px; }
.rm-mobile-hotline strong { font-size: 18px; letter-spacing: .02em; }
.rm-mobile-drawer .rm-language-switch-mobile { margin-bottom: 12px; }
.rm-mobile-drawer .rm-mobile-search { margin-bottom: 16px; }
.rm-mobile-drawer .rm-mobile-search form { position: relative; display: flex; }
.rm-mobile-drawer .rm-mobile-search input[type="search"] { min-height: 46px; padding-right: 88px; }
.rm-mobile-drawer .rm-mobile-search button,
.rm-mobile-drawer .rm-mobile-search input[type="submit"] {
  min-width: 82px; min-height: 46px; margin-left: -84px;
  border: 0; border-radius: 999px; color: #fff; background: var(--rm-orange);
}
.rm-mobile-quick-links, .rm-mobile-service-links { display: grid; gap: 7px; margin-bottom: 16px; }
.rm-mobile-quick-links > strong {
  padding: 0 2px 4px; color: var(--rm-muted); font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase;
}
.rm-mobile-quick-links a {
  display: grid; grid-template-columns: 32px 1fr; align-items: center; min-height: 48px;
  padding: 8px 12px; border: 1px solid var(--rm-border); border-radius: 12px;
  color: var(--rm-text); background: #fff; font-weight: 700;
}
.rm-mobile-quick-links a > span {
  width: 27px; height: 27px; display: grid; place-items: center;
  border-radius: 8px; color: var(--rm-blue); background: #eef2ff; font-size: 14px;
}
.rm-mobile-quick-links a:hover { border-color: #c7d2fe; color: var(--rm-blue); background: #f8faff; }
.rm-mobile-categories {
  overflow: hidden; margin-bottom: 16px; border: 1px solid var(--rm-border);
  border-radius: 14px; background: #fff;
}
.rm-mobile-categories summary {
  min-height: 50px; display: flex; align-items: center; justify-content: space-between;
  padding: 10px 13px; color: var(--rm-text); font-weight: 800; cursor: pointer; list-style: none;
}
.rm-mobile-categories summary::-webkit-details-marker { display: none; }
.rm-mobile-categories summary span { transition: transform .2s ease; }
.rm-mobile-categories[open] summary span { transform: rotate(180deg); }
.rm-mobile-categories > div { display: grid; padding: 0 13px 9px; border-top: 1px solid var(--rm-border); }
.rm-mobile-categories a {
  min-height: 43px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px dashed #e6ebf2; color: var(--rm-text); font-size: 14px;
}
.rm-mobile-categories a:last-child { border-bottom: 0; }
.rm-mobile-categories a small {
  min-width: 24px; padding: 2px 7px; border-radius: 999px;
  color: var(--rm-muted); background: var(--rm-bg); text-align: center;
}
.rm-mobile-service-links {
  grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 14px;
  border-top: 1px solid var(--rm-border);
}
.rm-mobile-service-links a {
  min-height: 42px; display: flex; align-items: center; padding: 8px 10px;
  border-radius: 10px; color: var(--rm-text); background: var(--rm-bg); font-size: 13px; font-weight: 700;
}

@media (max-width: 1024px) and (min-width: 781px) {
  .rm-header-main { grid-template-columns: 220px 1fr auto; }
}

@media (max-width: 780px) {
  .rm-header-main {
    min-height: 72px; grid-template-columns: 54px minmax(0, 1fr) 54px;
    gap: 8px; padding-block: 4px;
  }
  .rm-menu-toggle {
    width: 54px; height: 54px; display: grid; align-content: center; justify-items: center;
    padding: 10px; border-radius: 14px;
  }
  .rm-menu-toggle > span:not(.screen-reader-text) { width: 30px; height: 2px; margin: 4px 0; }
  .rm-brand { width: 100%; justify-content: center; }
  .rm-brand .custom-logo-link { display: flex; justify-content: center; }
  .rm-brand img, .rm-brand .custom-logo { max-width: 210px; max-height: 52px; }
  .rm-header-actions { width: 54px; justify-content: flex-end; gap: 0; }
  .rm-icon-link.rm-cart-link { min-width: 54px; width: 54px; height: 54px; }
  .rm-icon-link.rm-cart-link .rm-header-icon { width: 30px; height: 30px; }
  .rm-cart-count { top: 1px; right: -1px; min-width: 21px; height: 21px; font-size: 11px; }
}
/* Header v1.6.7: compact single-row desktop header matching the storefront reference. */
@media (min-width: 781px) {
  .rm-topbar,
  .rm-main-nav { display: none; }

  .rm-header-main {
    min-height: 86px;
    display: grid;
    grid-template-columns: 174px minmax(430px, 1fr) auto auto minmax(175px, 205px) 50px;
    align-items: center;
    gap: 13px;
    padding-block: 9px;
  }

  .rm-brand { width: 174px; min-width: 0; }
  .rm-brand img,
  .rm-brand .custom-logo { width: auto; max-width: 170px; max-height: 58px; }

  .rm-desktop-inline-nav {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(13px, 1.45vw, 25px);
    white-space: nowrap;
  }

  .rm-desktop-inline-nav > a,
  .rm-desktop-categories > button {
    padding: 8px 0;
    border: 0;
    color: var(--rm-text);
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
  }

  .rm-desktop-inline-nav > a:hover,
  .rm-desktop-inline-nav > a:focus-visible,
  .rm-desktop-categories > button:hover,
  .rm-desktop-categories:focus-within > button {
    color: var(--rm-orange);
  }

  .rm-desktop-categories { position: relative; }
  .rm-desktop-categories > button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .rm-desktop-categories > button span {
    font-size: 12px;
    transition: transform .18s ease;
  }
  .rm-desktop-categories:hover > button span,
  .rm-desktop-categories:focus-within > button span { transform: rotate(180deg); }

  .rm-desktop-category-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: -14px;
    z-index: 9999;
    width: 260px;
    display: grid;
    padding: 8px;
    border: 1px solid var(--rm-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(7px);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }
  .rm-desktop-categories:hover .rm-desktop-category-menu,
  .rm-desktop-categories:focus-within .rm-desktop-category-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .rm-desktop-category-menu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 12px;
  }
  .rm-desktop-category-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 9px;
    color: var(--rm-text);
    font-size: 13px;
    font-weight: 600;
    white-space: normal;
  }
  .rm-desktop-category-menu a:hover { color: var(--rm-blue); background: #f4f6ff; }
  .rm-desktop-category-menu small {
    min-width: 24px;
    padding: 2px 7px;
    border-radius: 999px;
    color: var(--rm-muted);
    background: var(--rm-bg);
    text-align: center;
  }

  .rm-desktop-phone,
  .rm-desktop-track-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 800;
  }
  .rm-desktop-phone {
    gap: 7px;
    padding: 8px 13px;
    color: var(--rm-orange);
    background: #f3f5f8;
  }
  .rm-desktop-phone span { color: var(--rm-text); font-size: 16px; }
  .rm-desktop-track-button {
    padding: 8px 14px;
    color: #fff;
    background: var(--rm-blue);
  }
  .rm-desktop-track-button:hover { color: #fff; background: #08086e; }

  .rm-header-main > .rm-search { width: 100%; min-width: 0; }
  .rm-header-main > .rm-search form { position: relative; display: flex; }
  .rm-header-main > .rm-search input[type="search"] {
    min-height: 42px;
    padding: 8px 42px 8px 14px;
    border-radius: 999px;
    background: #fff;
  }
  .rm-header-main > .rm-search button,
  .rm-header-main > .rm-search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    color: transparent;
    background: transparent;
    font-size: 0;
  }
  .rm-header-main > .rm-search form::after {
    content: "⌕";
    position: absolute;
    top: 50%;
    right: 13px;
    color: #64748b;
    font-size: 22px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-54%);
  }

  .rm-header-actions { width: 50px; justify-content: flex-end; gap: 0; }
  .rm-icon-link.rm-cart-link {
    min-width: 50px;
    width: 50px;
    height: 56px;
  }
  .rm-icon-link.rm-cart-link > span:nth-child(2) { display: none; }
  .rm-icon-link.rm-cart-link .rm-header-icon { width: 35px; height: 35px; }
  .rm-cart-count { top: 0; right: -4px; }
}

@media (min-width: 781px) and (max-width: 1180px) {
  .rm-header-main {
    grid-template-columns: 150px minmax(380px, 1fr) auto minmax(160px, 180px) 46px;
    gap: 9px;
  }
  .rm-brand,
  .rm-brand img,
  .rm-brand .custom-logo { max-width: 148px; }
  .rm-desktop-inline-nav { gap: 12px; }
  .rm-desktop-inline-nav > a,
  .rm-desktop-categories > button { font-size: 13px; }
  .rm-desktop-phone { display: none; }
  .rm-desktop-track-button { padding-inline: 11px; font-size: 13px; }
}

@media (max-width: 780px) {
  .rm-desktop-inline-nav,
  .rm-desktop-phone,
  .rm-desktop-track-button { display: none; }
}

/* Footer v1.7.0: four-column customer-service layout. */
.rm-footer {
  padding-top: 0;
  color: #d8e3f7;
  background: #0e172b;
}
.rm-footer-grid {
  grid-template-columns: 1.12fr .9fr 1fr 1.08fr;
  gap: clamp(38px, 6vw, 88px);
  padding-top: 52px;
  padding-bottom: 46px;
}
.rm-footer h2 {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 11px;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}
.rm-footer h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 2px;
  border-radius: 999px;
  background: var(--rm-orange);
}
.rm-footer-about h2 {
  padding-bottom: 0;
  color: #fff;
}
.rm-footer-about h2::after { display: none; }
.rm-footer p {
  max-width: 360px;
  margin: 0 0 22px;
  color: #a9bddc;
  font-size: 14px;
  line-height: 1.75;
}
.rm-footer-menu,
.rm-footer-contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.rm-footer-menu li { margin: 0 0 15px; }
.rm-footer-menu a,
.rm-footer-contact-list a { color: #e2eaf8; }
.rm-footer-menu a:hover,
.rm-footer-contact-list a:hover { color: #ff8a58; }
.rm-footer-contact-list {
  display: grid;
  gap: 13px;
}
.rm-footer-contact-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: #e2eaf8;
  font-size: 14px;
}
.rm-footer-contact-list li > span:first-child {
  color: var(--rm-orange);
  text-align: center;
}
.rm-facebook-button {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 9px;
  color: #fff !important;
  background: #1877f2;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 9px 25px rgba(24,119,242,.22);
  transition: transform .18s ease, background .18s ease;
}
.rm-facebook-button:hover {
  color: #fff !important;
  background: #0d65d9;
  transform: translateY(-1px);
}
.rm-facebook-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.rm-footer-bottom {
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.11);
  color: #9fb1d0;
  background: transparent;
  text-align: center;
  font-size: 13px;
}
.rm-footer-bottom strong { color: var(--rm-orange); }

@media (max-width: 1024px) {
  .rm-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 56px;
  }
}

/* Fast WooCommerce product suggestions in desktop and mobile header search. */
.rm-search,
.rm-mobile-search,
.rm-search form,
.rm-mobile-search form {
  position: relative;
}

.rm-search-suggestions {
  position: absolute;
  z-index: 1005;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: min(430px, 65vh);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 7px;
  border: 1px solid var(--rm-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .16);
}

.rm-search-suggestions[hidden] { display: none !important; }

.rm-search-suggestion {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border-radius: 11px;
  color: var(--rm-text);
}

.rm-search-suggestion:hover,
.rm-search-suggestion:focus,
.rm-search-suggestion.is-active {
  color: var(--rm-blue);
  background: var(--rm-bg);
}

.rm-search-suggestion img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border: 1px solid var(--rm-border);
  border-radius: 9px;
  background: #fff;
}

.rm-search-suggestion span,
.rm-search-suggestion strong,
.rm-search-suggestion small {
  min-width: 0;
}

.rm-search-suggestion strong {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rm-search-suggestion small {
  display: block;
  margin-top: 3px;
  color: var(--rm-orange);
  font-size: 13px;
  font-weight: 700;
}

.rm-search-suggestion small {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}

.rm-search-sku {
  color: var(--rm-muted);
  font-size: 11px;
  font-weight: 600;
}

.rm-search-result-price {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--rm-orange);
}

.rm-search-suggestion small ins {
  order: 1;
  text-decoration: none;
}

.rm-search-suggestion small del {
  order: 2;
  color: var(--rm-muted);
  font-size: .8em;
  opacity: .7;
}

.rm-search-view-all {
  display: block;
  margin-top: 5px;
  padding: 10px 12px;
  border-top: 1px solid var(--rm-border);
  color: var(--rm-blue);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.rm-search-empty {
  margin: 0;
  padding: 14px 10px;
  color: var(--rm-muted);
  font-size: 13px;
  text-align: center;
}

.rm-search-loading {
  display: block;
  width: 24px;
  height: 24px;
  margin: 14px auto;
  border: 3px solid var(--rm-border);
  border-top-color: var(--rm-orange);
  border-radius: 50%;
  animation: rm-search-spin .65s linear infinite;
}

@keyframes rm-search-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 780px) {
  .rm-mobile-search .rm-search-suggestions {
    top: calc(100% + 6px);
    max-height: min(360px, 48vh);
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rm-search-loading { animation-duration: 1.3s; }
}
@media (max-width: 620px) {
  .rm-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 40px;
    padding-bottom: 34px;
  }
  .rm-footer h2 { margin-bottom: 18px; }
  .rm-footer-menu li { margin-bottom: 12px; }
  .rm-facebook-button { width: 100%; }
}

/* Customer feedback, social CTA and movable WhatsApp support v1.7.1. */
.rm-feedback-section { background: #fff; }
.rm-feedback-heading { align-items: flex-end; }
.rm-feedback-heading h2 { position: relative; padding-bottom: 10px; }
.rm-feedback-heading h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: var(--rm-orange);
}
.rm-feedback-summary {
  color: var(--rm-muted);
  font-size: 13px;
  font-weight: 700;
}
.rm-feedback-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}
.rm-feedback-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--rm-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 25px rgba(15,23,42,.035);
}
.rm-feedback-card[hidden] { display: none; }
.rm-feedback-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.rm-feedback-card header strong {
  color: var(--rm-text);
  font-size: 15px;
  line-height: 1.4;
}
.rm-feedback-card header span {
  flex: 0 0 auto;
  padding: 4px 7px;
  border-radius: 6px;
  color: #07895c;
  background: #e8faf2;
  font-size: 9px;
  font-weight: 800;
}
.rm-feedback-stars {
  display: flex;
  gap: 1px;
  margin: 9px 0 10px;
  color: #cbd5e1;
  font-size: 15px;
}
.rm-feedback-stars .is-filled { color: #ff9900; }
.rm-feedback-card blockquote {
  flex: 1 1 auto;
  margin: 0 0 16px;
  color: #475569;
  font-size: 13px;
  line-height: 1.65;
}
.rm-feedback-card blockquote p { margin: 0; }
.rm-feedback-product {
  align-self: flex-start;
  max-width: 100%;
  padding: 7px 9px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--rm-blue);
  background: #eff5ff;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rm-feedback-more {
  min-height: 46px;
  display: block;
  margin: 26px auto 0;
  padding: 10px 24px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--rm-blue);
  font-weight: 800;
  cursor: pointer;
}
.rm-feedback-more:hover { background: #08086e; }

.rm-social-section { padding-top: 0; background: #f8fafc; }
.rm-social-cta {
  min-height: 190px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 34px 40px;
  overflow: hidden;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #1010a3, #2727cb);
  box-shadow: 0 18px 50px rgba(0,0,139,.16);
}
.rm-social-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #1877f2;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.15);
}
.rm-social-icon svg { width: 42px; height: 42px; fill: currentColor; }
.rm-social-cta .rm-eyebrow { margin-bottom: 5px; color: #ffb08d; }
.rm-social-cta h2 { margin: 0 0 6px; color: #fff; font-size: clamp(24px, 3vw, 36px); }
.rm-social-cta p { margin: 0; color: rgba(255,255,255,.78); }
.rm-social-cta-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 999px;
  color: var(--rm-blue);
  background: #fff;
  font-weight: 800;
  white-space: nowrap;
}
.rm-social-cta-button:hover { color: var(--rm-orange); transform: translateY(-1px); }

.rm-connect-support-section { padding-top: 0; background: #f8fafc; }
.rm-connect-support-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #1010a3, #2727cb);
  box-shadow: 0 18px 50px rgba(0,0,139,.16);
}
.rm-connect-support-item {
  min-height: 230px;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 16px 20px;
  padding: 34px;
}
.rm-connect-support-item + .rm-connect-support-item {
  border-left: 1px solid rgba(255,255,255,.18);
}
.rm-connect-support-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #1877f2;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.13);
}
.rm-connect-support-icon svg { width: 36px; height: 36px; fill: currentColor; }
.rm-support-phone-icon { color: var(--rm-blue); font-size: 27px; }
.rm-connect-support-item .rm-eyebrow { margin-bottom: 4px; color: #ffb08d; }
.rm-connect-support-item h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 31px);
}
.rm-connect-support-item p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.6;
}
.rm-connect-support-button {
  grid-column: 1 / -1;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: start;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  color: var(--rm-blue);
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}
.rm-connect-support-button:hover { color: var(--rm-orange); transform: translateY(-1px); }

/* Home section carousels */
.rm-home-carousel .rm-section-heading h2 {
  font-size: clamp(27px, 2.4vw, 34px);
  letter-spacing: -.015em;
}
.rm-section-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}
.rm-section-actions > a {
  color: var(--rm-blue);
  font-weight: 800;
  white-space: nowrap;
}
.rm-carousel-buttons { display: flex; gap: 8px; }
.rm-carousel-buttons button {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid #d8e0ed;
  border-radius: 50%;
  color: var(--rm-blue);
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, .08);
  font: 700 28px/1 Arial, sans-serif;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.rm-carousel-buttons button:hover,
.rm-carousel-buttons button:focus-visible {
  color: #fff;
  background: var(--rm-blue);
  transform: translateY(-1px);
}
.rm-home-carousel .rm-category-grid,
.rm-home-carousel ul.products {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}
.rm-home-carousel .rm-category-grid::-webkit-scrollbar,
.rm-home-carousel ul.products::-webkit-scrollbar { display: none; }
.rm-home-carousel .rm-category-card {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 230px;
  scroll-snap-align: start;
}
.rm-home-carousel ul.products li.product {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 210px;
  scroll-snap-align: start;
}

@media (max-width: 780px) {
  .rm-home-carousel .rm-section-heading {
    align-items: flex-end;
    gap: 12px;
  }
  .rm-home-carousel .rm-section-heading h2 { font-size: clamp(23px, 6.2vw, 28px); }
  .rm-section-actions { flex-direction: column; align-items: flex-end; gap: 7px; }
  .rm-section-actions > a { font-size: 12px; }
  .rm-carousel-buttons { display: flex; }
  .rm-carousel-buttons button { width: 34px; height: 34px; font-size: 23px; }
  .rm-home-carousel .rm-category-grid,
  .rm-home-carousel ul.products { gap: 14px; }
  .rm-home-carousel .rm-category-card,
  .rm-home-carousel ul.products li.product {
    flex-basis: calc((100% - 14px) / 2);
    min-width: 0;
  }
}

.rm-whatsapp-bubble {
  position: fixed;
  z-index: 99990;
  right: 22px;
  top: calc(50% - 29px);
  bottom: auto;
  min-width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 999px;
  color: #fff !important;
  background: #20b958;
  box-shadow: 0 13px 35px rgba(12,98,46,.32);
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  animation: rm-whatsapp-float 3.2s ease-in-out infinite;
}
.rm-whatsapp-bubble:active { cursor: grabbing; }
.rm-whatsapp-bubble:hover { color: #fff !important; background: #159d48; }
.rm-whatsapp-bubble svg {
  position: relative;
  z-index: 2;
  width: 31px;
  height: 31px;
  fill: currentColor;
  pointer-events: none;
}
.rm-whatsapp-label {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 800;
  pointer-events: none;
}
.rm-whatsapp-pulse {
  position: absolute;
  inset: -2px;
  border: 2px solid rgba(37,211,102,.65);
  border-radius: inherit;
  animation: rm-whatsapp-pulse 2.2s ease-out infinite;
  pointer-events: none;
}
.rm-whatsapp-bubble.is-dragging,
.rm-whatsapp-bubble.is-positioned { animation: none; }
@keyframes rm-whatsapp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}
@keyframes rm-whatsapp-pulse {
  0% { opacity: .72; transform: scale(.94); }
  75%, 100% { opacity: 0; transform: scale(1.25); }
}

@media (max-width: 1100px) {
  .rm-feedback-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 780px) {
  .rm-feedback-heading { align-items: flex-start; }
  .rm-feedback-summary { display: none; }
  .rm-feedback-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .rm-feedback-card {
    flex: 0 0 min(84vw, 330px);
    scroll-snap-align: start;
  }
  .rm-social-cta {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 15px;
    padding: 25px 20px;
  }
  .rm-social-icon { width: 56px; height: 56px; border-radius: 16px; }
  .rm-social-icon svg { width: 32px; height: 32px; }
  .rm-social-cta h2 { font-size: 23px; }
  .rm-social-cta p { font-size: 13px; }
  .rm-social-cta-button { grid-column: 1 / -1; width: 100%; }
  .rm-connect-support-card { grid-template-columns: 1fr; }
  .rm-connect-support-item {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 24px 20px;
  }
  .rm-connect-support-item + .rm-connect-support-item {
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }
  .rm-connect-support-icon { width: 52px; height: 52px; border-radius: 15px; }
  .rm-connect-support-icon svg { width: 30px; height: 30px; }
  .rm-support-phone-icon { font-size: 23px; }
  .rm-connect-support-item h2 { font-size: 22px; }
  .rm-connect-support-button { width: 100%; justify-self: stretch; }
  .rm-whatsapp-bubble {
    right: 14px;
    top: calc(50% - 29px);
    bottom: auto;
    width: 58px;
    min-width: 58px;
    padding: 0;
  }
  .rm-whatsapp-label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .rm-whatsapp-bubble,
  .rm-whatsapp-pulse { animation: none; }
}

/* Home hero slider v1.5.0 */
.rm-hero-slider {
  position: relative;
  width: min(1200px, calc(100% - 32px));
  max-width: 1200px;
  aspect-ratio: 5 / 2;
  min-height: 0;
  margin: 22px auto;
  overflow: hidden;
  background: #eef3ff;
  border-radius: 18px;
  touch-action: pan-y;
}

.rm-hero-slides {
  position: absolute;
  inset: 0;
}

.rm-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: grid;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  background-color: #eef3ff;
  background-image: var(--rm-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .55s ease, visibility .55s ease;
}

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

.rm-hero-slide.is-active {
  position: absolute;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.rm-hero-overlay {
  position: absolute;
  inset: 0;
  background: var(--rm-overlay-background, linear-gradient(90deg, rgba(5, 12, 50, .78) 0%, rgba(5, 12, 50, .48) 48%, rgba(5, 12, 50, .08) 100%));
}

.rm-hero-slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 64px 72px;
  color: #fff;
  text-align: left;
}

.rm-hero-slide-content h1 {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--rm-heading-color, inherit);
  font-family: var(--rm-heading-font, inherit);
  font-size: var(--rm-heading-size, 68px);
  font-weight: var(--rm-heading-weight, 700);
  line-height: 1.06;
  text-shadow: var(--rm-text-shadow, 0 2px 8px rgba(0,0,0,.48));
}

.rm-hero-slide-content .rm-heading-line-1 {
  display: block;
}

.rm-hero-slide-content .rm-heading-line-2 {
  display: block;
  margin-top: 7px;
  color: var(--rm-heading-2-color, #fff);
  font-family: var(--rm-heading-2-font, inherit);
  font-size: var(--rm-heading-2-size, 38px);
  font-weight: var(--rm-heading-2-weight, 600);
  line-height: 1.12;
}

.rm-hero-slide-content p {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--rm-sub-color, rgba(255, 255, 255, .92));
  font-family: var(--rm-sub-font, inherit);
  font-size: var(--rm-sub-size, 23px);
  font-weight: var(--rm-sub-weight, 400);
  line-height: 1.6;
  text-shadow: var(--rm-text-shadow, 0 2px 8px rgba(0,0,0,.48));
}

.rm-hero-slide-content .rm-button {
  color: var(--rm-cta-color, #fff);
  background: var(--rm-cta-bg, #ff6120);
  font-size: var(--rm-cta-size, 16px);
}

.rm-hero-slide-content .rm-button:hover,
.rm-hero-slide-content .rm-button:focus-visible {
  color: var(--rm-cta-color, #fff);
  background: var(--rm-cta-bg, #ff6120);
  filter: brightness(.92);
}

.rm-hero-slide.rm-align-center .rm-hero-slide-content { text-align: center; }
.rm-hero-slide.rm-align-center .rm-hero-slide-content h1,
.rm-hero-slide.rm-align-center .rm-hero-slide-content p { margin-right: auto; margin-left: auto; }
.rm-hero-slide.rm-align-right .rm-hero-slide-content { text-align: right; }
.rm-hero-slide.rm-align-right .rm-hero-slide-content h1,
.rm-hero-slide.rm-align-right .rm-hero-slide-content p { margin-left: auto; }

.rm-hero-slide-fallback {
  color: #00008b;
  background: linear-gradient(120deg, #fffaf7, #eef3ff);
}

.rm-hero-slide-fallback p {
  color: #52657f;
}

.rm-hero-arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 80, .5);
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(5px);
}

.rm-hero-prev { left: 22px; }
.rm-hero-next { right: 22px; }

.rm-hero-arrow:hover,
.rm-hero-arrow:focus-visible {
  background: #ff6120;
  border-color: #ff6120;
}

.rm-hero-dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 22px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.rm-hero-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 999px;
  background: rgba(255, 255, 255, .35);
  cursor: pointer;
  transition: width .2s ease, background .2s ease;
}

.rm-hero-dots button.is-active {
  width: 30px;
  background: #ff6120;
}

@media (max-width: 767px) {
  .rm-hero-slider {
    width: calc(100% - 16px);
    max-width: 600px;
    aspect-ratio: 5 / 2;
    min-height: 0;
    margin: 10px auto 14px;
    border-radius: 10px;
  }

  .rm-hero-slide {
    background-position: center;
  }

  .rm-hero-overlay {
    background: linear-gradient(90deg, rgba(5, 12, 50, .76), rgba(5, 12, 50, .32));
  }

  .rm-hero-slide-content {
    padding: 18px 48px 28px 24px;
  }

  .rm-hero-slide-content h1 {
    display: -webkit-box;
    max-width: 78%;
    margin-bottom: 7px;
    overflow: hidden;
    font-size: var(--rm-heading-mobile-size, 30px);
    line-height: 1.08;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rm-hero-slide-content p {
    display: -webkit-box;
    max-width: 72%;
    margin-bottom: 11px;
    overflow: hidden;
    font-size: var(--rm-sub-mobile-size, 13px);
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .rm-hero-slide-content .rm-heading-line-2 {
    display: -webkit-box;
    margin-top: 4px;
    overflow: hidden;
    font-size: var(--rm-heading-2-mobile-size, 20px);
    line-height: 1.12;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .rm-hero-slide-content .rm-button {
    min-height: 36px;
    padding: 8px 16px;
    font-size: var(--rm-cta-mobile-size, 13px);
  }

  .rm-hero-arrow {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .rm-hero-prev { left: 8px; }
  .rm-hero-next { right: 8px; }
  .rm-hero-dots { bottom: 8px; }
  .rm-hero-dots button { width: 7px; height: 7px; }
  .rm-hero-dots button.is-active { width: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .rm-hero-slide {
    transition: none;
  }
}

/* Mobile header refinement: clean single row with larger brand and cart. */
@media (max-width: 780px) {
  .rm-site-header > .rm-topbar { display: none !important; }

  .rm-header-main {
    min-height: 82px;
    grid-template-columns: 56px minmax(0, 1fr) 62px;
    gap: 8px;
    padding-block: 7px;
  }

  .rm-brand,
  .rm-brand .custom-logo-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rm-brand img,
  .rm-brand .custom-logo {
    width: 190px !important;
    max-width: 100% !important;
    max-height: 64px !important;
    object-fit: contain;
  }

  .rm-header-actions {
    width: 62px;
    justify-content: flex-end;
  }

  .rm-icon-link.rm-cart-link {
    width: 62px;
    min-width: 62px;
    height: 62px;
  }

  .rm-icon-link.rm-cart-link .rm-header-icon {
    width: 38px;
    height: 38px;
  }

  .rm-icon-link.rm-cart-link .rm-header-icon svg {
    width: 100%;
    height: 100%;
  }

  .rm-cart-count {
    top: 1px;
    right: -1px;
    min-width: 22px;
    height: 22px;
    font-size: 12px;
  }

  .rm-benefit-grid > div {
    min-height: 54px;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    column-gap: 8px;
    min-width: 0;
    padding: 10px 12px;
  }

  .rm-benefit-grid span {
    grid-row: auto;
    font-size: 19px;
    line-height: 1;
  }

  .rm-benefit-grid strong {
    min-width: 0;
    font-size: 11px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .rm-benefit-grid small { display: none; }

  .rm-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .rm-container,
  .rm-main,
  .rm-section,
  .woocommerce,
  .woocommerce-page,
  .woocommerce div.product,
  .woocommerce form,
  .woocommerce table,
  .rm-section-heading > div {
    min-width: 0;
    max-width: 100%;
  }

  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    max-width: 100%;
    font-size: 16px;
  }

  iframe,
  video,
  table { max-width: 100%; }

  .single-product div.product div.images,
  .single-product .woocommerce-product-gallery {
    width: 100% !important;
    max-width: 100%;
    overflow: hidden;
  }

  .rm-home-carousel .rm-category-grid,
  .rm-home-carousel ul.products,
  .rm-feedback-grid,
  .rm-policy-nav {
    touch-action: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Consistent sale-price hierarchy across product cards and product details. */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.woocommerce ul.products li.product .price > ins,
.woocommerce div.product p.price > ins,
.woocommerce div.product span.price > ins {
  order: 1;
  color: var(--rm-orange);
  font-size: 1em;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
}

.woocommerce ul.products li.product .price > del,
.woocommerce div.product p.price > del,
.woocommerce div.product span.price > del {
  order: 2;
  color: var(--rm-muted);
  font-size: .66em;
  font-weight: 600;
  line-height: 1.15;
  opacity: .72;
}

/* The custom percentage badge is used instead of WooCommerce's generic Sale bubble. */
.single-product .woocommerce span.onsale,
.single-product span.onsale {
  display: none !important;
}

.single-product div.product .product_title {
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.14;
}

@media (max-width: 767px) {
  .single-product div.product .product_title {
    font-size: clamp(21px, 5.8vw, 27px);
    line-height: 1.16;
  }

  .single-product div.product p.price {
    font-size: 25px;
  }
}
.woocommerce-cart-form__cart-item.rm-is-removing {
	opacity: 0;
	transform: translateY(-4px);
	pointer-events: none;
	transition: opacity .09s ease, transform .09s ease;
}

.cart-collaterals.rm-is-updating {
	opacity: .72;
	pointer-events: none;
	transition: opacity .12s ease;
}

.rm-cart-last-item-removing {
	min-height: 110px;
	opacity: .3;
	pointer-events: none;
}
