:root {
  --rm-ink: #15191d;
  --rm-navy: #162742;
  --rm-accent: #ff5b2e;
  --rm-sky: #aee8ff;
  --rm-sun: #ffd45c;
  --rm-paper: #f6f3eb;
  --rm-white: #fff;
  --rm-muted: #687078;
  --rm-line: rgba(21,25,29,.16);
  --rm-soft: #ece9e1;
  --rm-body: "DM Sans", sans-serif;
  --rm-display: "Archivo Black", sans-serif;
  --rm-radius: 18px;
  --rm-shadow: 0 18px 55px rgba(22,39,66,.12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.raysa-market { margin: 0; color: var(--rm-ink); background: var(--rm-paper); font-family: var(--rm-body); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.rm-lock { overflow: hidden; }
.raysa-market img { max-width: 100%; height: auto; }
:where(.raysa-market) a { color: inherit; text-decoration: none; }
.raysa-market button, .raysa-market input, .raysa-market select, .raysa-market textarea { font: inherit; }
.raysa-market button { cursor: pointer; }
.raysa-market [hidden] { display: none !important; }
.raysa-market .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; }
.raysa-market .screen-reader-text:focus { top: 10px; left: 10px; z-index: 9999; width: auto; height: auto; padding: 12px 16px; clip: auto; color: #fff; background: var(--rm-navy); }
.rm-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; padding: 0 22px; border: 2px solid transparent; border-radius: 999px; font-weight: 700; transition: .2s ease; }
.rm-button--light { color: var(--rm-navy); background: #fff; }
.rm-button--light:hover { color: #fff; background: transparent; border-color: #fff; }
.rm-button--dark { color: #fff; background: var(--rm-navy); }
.rm-text-link { padding-bottom: 4px; border-bottom: 2px solid var(--rm-accent); font-weight: 700; }

/* Header */
.rm-announcement { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 7px 4vw; color: #fff; background: var(--rm-navy); font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.rm-announcement a { color: var(--rm-sun); }
.rm-header { position: relative; z-index: 80; background: var(--rm-white); box-shadow: 0 1px 0 var(--rm-line); }
body.rm-overlay-open .rm-header { z-index: 905; }
.rm-header__main { min-height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding: 0 4vw; }
.rm-brand { grid-column: 2; display: inline-flex; flex-direction: column; align-items: center; line-height: 1; }
.rm-brand img { width: auto; max-width: 230px; max-height: 60px; object-fit: contain; }
.rm-brand strong { font-family: var(--rm-display); font-size: 34px; letter-spacing: -.05em; }
.rm-brand small { margin-top: 7px; color: var(--rm-accent); font-size: 8px; font-weight: 700; letter-spacing: .32em; }
.rm-header__actions { grid-column: 3; justify-self: end; display: flex; align-items: center; gap: 19px; }
.rm-header__actions > a, .rm-header__actions > button { min-height: 42px; display: inline-flex; align-items: center; gap: 7px; padding: 0; border: 0; color: var(--rm-ink); background: transparent; font-size: 12px; font-weight: 700; }
.rm-header__actions > * > span:first-child { color: var(--rm-accent); font-size: 20px; }
.rm-language { min-width: 150px; min-height: 40px; display: flex; align-items: center; justify-content: flex-end; }
.rm-language .goog-te-gadget { color: transparent; font-family: var(--rm-body); font-size: 0; line-height: 1; }
.rm-language .goog-te-gadget-simple { display: flex !important; align-items: center; min-height: 40px; padding: 0 13px !important; border: 1px solid var(--rm-line) !important; border-radius: 999px !important; background: #fff !important; box-shadow: none !important; }
.rm-language .goog-te-gadget-simple a { display: flex; align-items: center; gap: 7px; color: var(--rm-navy) !important; font-size: 11px; font-weight: 700; }
.rm-language .goog-te-gadget-simple img { display: none; }
.goog-te-banner-frame.skiptranslate, .goog-te-balloon-frame, .goog-te-gadget-icon { display: none !important; }
body.raysa-market { top: 0 !important; }
.rm-cart-count { min-width: 22px; height: 22px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: var(--rm-navy); font-size: 10px; }
.rm-menu-toggle { grid-column: 1; display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; }
.rm-menu-toggle span { width: 25px; height: 2px; display: block; margin: 5px 0; background: var(--rm-navy); }
.rm-primary-nav { min-height: 54px; display: flex; align-items: center; justify-content: center; padding: 0 3vw; border-top: 1px solid var(--rm-line); }
.rm-primary-nav ul, .rm-mobile-nav ul, .rm-footer ul { margin: 0; padding: 0; list-style: none; }
.rm-primary-nav > ul { display: flex; align-items: center; justify-content: center; gap: clamp(18px,2.2vw,38px); }
.rm-primary-nav li { position: relative; }
.rm-primary-nav a { display: block; padding: 16px 0; font-size: 12px; font-weight: 700; }
.rm-primary-nav a::after { content: ""; position: absolute; right: 0; bottom: 11px; left: 0; height: 2px; background: var(--rm-accent); transform: scaleX(0); transition: transform .2s ease; }
.rm-primary-nav a:hover::after { transform: scaleX(1); }
.rm-primary-nav .sub-menu { position: absolute; top: 100%; left: -20px; z-index: 30; min-width: 230px; display: none; padding: 15px 20px; border: 1px solid var(--rm-line); border-radius: 0 0 14px 14px; background: #fff; box-shadow: var(--rm-shadow); }
.rm-primary-nav li:hover > .sub-menu, .rm-primary-nav li:focus-within > .sub-menu { display: block; }
.rm-primary-nav .sub-menu a { padding: 10px 0; }
.rm-search-panel { position: absolute; top: 100%; right: 0; left: 0; z-index: 20; padding: 50px 7vw; border-top: 1px solid var(--rm-line); background: var(--rm-white); box-shadow: var(--rm-shadow); }
.rm-search-panel form { max-width: 980px; margin: auto; }
.rm-search-panel label { display: block; margin-bottom: 12px; font-family: var(--rm-display); font-size: 28px; }
.rm-search-panel form > div { display: flex; border: 2px solid var(--rm-navy); border-radius: 999px; overflow: hidden; }
.rm-search-panel input[type="search"] { flex: 1; min-width: 0; padding: 16px 22px; border: 0; outline: 0; }
.rm-search-panel button { padding: 0 25px; border: 0; color: #fff; background: var(--rm-accent); font-weight: 700; }
.rm-mobile-nav { position: absolute; top: 100%; right: 0; left: 0; z-index: 25; max-height: calc(100vh - 120px); overflow: auto; padding: 22px; background: #fff; box-shadow: var(--rm-shadow); }
.rm-mobile-nav li { border-bottom: 1px solid var(--rm-line); }
.rm-mobile-nav a { display: block; padding: 15px 0; font-weight: 700; }
.rm-mobile-nav .sub-menu { padding-left: 18px; }
.rm-mobile-nav__account { margin-top: 20px; color: var(--rm-accent); }
.rm-overlay { position: fixed; inset: 0; z-index: 900; background: rgba(15,24,36,.6); backdrop-filter: blur(3px); }
.rm-cart-drawer { position: fixed; top: 0; right: 0; z-index: 910; width: min(490px,100%); height: 100dvh; overflow-y: auto; padding: 30px; background: var(--rm-paper); box-shadow: -25px 0 80px rgba(0,0,0,.2); }
.rm-cart-drawer__head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 25px; border-bottom: 2px solid var(--rm-navy); }
.rm-cart-drawer__head small { color: var(--rm-accent); font-weight: 700; text-transform: uppercase; }
.rm-cart-drawer__head h2 { margin: 4px 0 0; font-family: var(--rm-display); font-size: 32px; }
.rm-cart-drawer__head button { width: 40px; height: 40px; border: 1px solid var(--rm-line); border-radius: 50%; background: transparent; font-size: 25px; }
.rm-cart-drawer .woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.rm-cart-drawer .woocommerce-mini-cart-item { position: relative; min-height: 125px; padding: 22px 26px 22px 105px !important; border-bottom: 1px solid var(--rm-line); }
.rm-cart-drawer .woocommerce-mini-cart-item img { position: absolute; top: 22px; left: 0; width: 84px; height: 84px; border-radius: 12px; object-fit: cover; }
.rm-cart-drawer .remove { position: absolute; top: 18px; right: 0; }
.rm-cart-drawer .quantity { display: block; margin-top: 8px; color: var(--rm-muted); }
.rm-cart-drawer .woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--rm-line); }
.rm-cart-drawer .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1.25fr; gap: 8px; }
.rm-cart-drawer .woocommerce-mini-cart__buttons a { min-height: 52px; display: grid; place-items: center; border: 2px solid var(--rm-navy); border-radius: 999px; font-weight: 700; }
.rm-cart-drawer .woocommerce-mini-cart__buttons .checkout { color: #fff; background: var(--rm-navy); }

/* Homepage */
.rm-hero { position: relative; min-height: min(760px,calc(100vh - 184px)); display: flex; align-items: flex-end; overflow: hidden; padding: 7vw 6vw 5vw; color: #fff; background: var(--rm-navy); }
.rm-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg,rgba(10,19,34,.84),rgba(10,19,34,.16)); }
.rm-hero__media, .rm-hero__poster, .rm-hero__video, .rm-hero__fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.rm-hero__media { z-index: 0; }
.rm-hero__fallback { background: linear-gradient(135deg,#162742,#276286 55%,#ff5b2e); }
.rm-hero__poster, .rm-hero__video { object-fit: cover; }
.rm-hero__poster { z-index: 1; }
.rm-hero__video { z-index: 2; }
.rm-hero__texture { position: absolute; inset: 0; z-index: 2; opacity: .12; background-image: radial-gradient(circle at 20% 20%,#fff 0 1px,transparent 1px); background-size: 18px 18px; }
.rm-hero__content { position: relative; z-index: 3; width: min(1100px,100%); }
.rm-hero__content > p { margin: 0 0 18px; color: var(--rm-sun); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rm-hero h1 { max-width: 1050px; margin: 0; font-family: var(--rm-display); font-size: clamp(58px,8.4vw,126px); font-weight: 400; line-height: .86; letter-spacing: -.06em; text-transform: uppercase; }
.rm-hero__bottom { max-width: 920px; display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 40px; }
.rm-hero__bottom > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; }
.rm-hero__video-toggle { position: absolute; right: 5vw; bottom: 24px; z-index: 4; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(13,23,39,.5); backdrop-filter: blur(8px); font-size: 13px; line-height: 1; }
.rm-hero__video-toggle:hover, .rm-hero__video-toggle:focus-visible { color: var(--rm-navy); background: #fff; }
.rm-home-section { padding: 120px 5vw; }
.rm-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.rm-section-heading > div > p { margin: 0 0 18px; color: var(--rm-accent); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rm-section-heading h2 { margin: 0; font-family: var(--rm-display); font-size: clamp(48px,6vw,84px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.rm-section-heading h2 em, .rm-home-story h2 em, .rm-footer__lead h2 em { color: var(--rm-accent); font-family: var(--rm-body); font-weight: 500; }
.rm-section-heading > p { max-width: 420px; margin: 0; color: var(--rm-muted); }
.rm-category-mosaic { display: grid; grid-template-columns: 1.25fr .8fr .8fr; grid-auto-rows: 300px; gap: 14px; }
.rm-category-tile { position: relative; display: flex; align-items: flex-end; overflow: hidden; border-radius: var(--rm-radius); color: #fff; background: var(--rm-navy); }
.rm-category-tile--1 { grid-row: span 2; }
.rm-category-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.rm-category-tile::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(0deg,rgba(8,16,29,.88),transparent); }
.rm-category-tile:hover img { transform: scale(1.035); }
.rm-category-tile > span { position: relative; z-index: 1; width: 100%; display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 24px; }
.rm-category-tile small { grid-column: 1/-1; color: var(--rm-sun); font-size: 10px; text-transform: uppercase; }
.rm-category-tile strong { font-family: var(--rm-display); font-size: 24px; font-weight: 400; }
.rm-category-tile b { font-size: 24px; font-style: normal; }
.rm-home-products { background: #fff; }
.rm-home-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; padding: 120px 6vw; color: #fff; background: var(--rm-navy); }
.rm-home-story > div:first-child > p { color: var(--rm-sun); font-weight: 700; text-transform: uppercase; }
.rm-home-story h2 { margin: 30px 0 0; font-family: var(--rm-display); font-size: clamp(50px,6vw,82px); font-weight: 400; line-height: .92; }
.rm-home-story__points { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rm-home-story__points article { min-height: 350px; display: flex; flex-direction: column; padding: 25px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--rm-radius); }
.rm-home-story__points span { color: var(--rm-sun); }
.rm-home-story__points h3 { margin-top: auto; font-family: var(--rm-display); font-size: 20px; font-weight: 400; }
.rm-home-story__points p { color: rgba(255,255,255,.68); }

/* Shop archive */
.rm-shop { background: #fff; }
.rm-shop__inner { width: min(1500px,100%); margin: auto; padding: 28px 4vw 120px; }
.raysa-market .woocommerce-breadcrumb { margin: 0 0 55px; color: var(--rm-muted); font-size: 11px; }
.rm-shop-hero { max-width: 1050px; margin: 0 auto 55px; text-align: center; }
.rm-shop-hero > p { margin: 0 0 16px; color: var(--rm-accent); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.rm-shop-hero h1 { margin: 0; font-family: var(--rm-display); font-size: clamp(56px,7vw,96px); font-weight: 400; line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.rm-shop-hero > div { max-width: 850px; margin: 25px auto 0; color: var(--rm-muted); font-size: 17px; }
.rm-quick-categories { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; overflow-x: auto; padding-bottom: 12px; }
.rm-quick-categories a { min-width: 170px; display: block; overflow: hidden; border: 1px solid var(--rm-line); border-radius: var(--rm-radius); background: var(--rm-paper); }
.rm-quick-categories img { width: 100%; aspect-ratio: 4/3; display: block; object-fit: cover; }
.rm-quick-categories span { display: block; padding: 14px; font-weight: 700; text-align: center; }
.rm-shop-rule { height: 6px; margin: 45px 0; border-radius: 999px; background: linear-gradient(90deg,var(--rm-accent) 0 36%,var(--rm-sun) 36% 58%,var(--rm-sky) 58%); }
.rm-shop-toolbar { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 20px; margin-bottom: 28px; }
.rm-filter-open { display: none; min-height: 46px; padding: 0 18px; border: 2px solid var(--rm-navy); border-radius: 999px; background: #fff; font-weight: 700; }
.rm-result-count, .raysa-market .woocommerce-result-count { margin: 0 !important; color: var(--rm-muted); font-size: 12px; }
.rm-view-options { display: flex; gap: 5px; }
.rm-view-options button { width: 42px; height: 42px; border: 1px solid var(--rm-line); background: #fff; }
.rm-view-options button.is-active { color: #fff; background: var(--rm-navy); }
.raysa-market .woocommerce-ordering { margin: 0; }
.raysa-market .woocommerce-ordering select { min-width: 210px; min-height: 46px; padding: 0 40px 0 14px; border: 1px solid var(--rm-line); border-radius: 12px; background: #fff; }
.rm-shop-layout { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 42px; }
.rm-filters { min-width: 0; }
.rm-filters__head { display: flex; align-items: center; justify-content: space-between; padding: 0 0 18px; border-bottom: 2px solid var(--rm-navy); }
.rm-filters__head h2 { margin: 0; font-family: var(--rm-display); font-size: 24px; font-weight: 400; }
.rm-filters__head a { font-size: 11px; text-decoration: underline; }
.rm-filters__head button { display: none; border: 0; background: transparent; font-size: 28px; }
.rm-filter-group, .rm-filter-widget { border-bottom: 1px solid var(--rm-line); }
.rm-filter-group__toggle, .rm-filter-widget__title { width: 100%; display: flex; justify-content: space-between; margin: 0; padding: 18px 0; border: 0; background: transparent; font-size: 13px; font-weight: 700; text-align: left; }
.rm-filter-group__toggle span:last-child { min-width: 20px; text-align: center; }
.rm-filter-group__body { padding: 0 0 16px; }
.rm-filter-option { position: relative; display: flex; justify-content: space-between; gap: 10px; padding: 8px 0 8px 24px; color: var(--rm-muted); font-size: 12px; }
.rm-filter-option::before { content: ""; position: absolute; width: 15px; height: 15px; margin: 2px 0 0 -24px; border: 1px solid var(--rm-line); border-radius: 4px; }
.rm-filter-option.is-active { color: var(--rm-ink); font-weight: 700; }
.rm-filter-option.is-active::before { border-color: var(--rm-accent); background: var(--rm-accent); box-shadow: inset 0 0 0 3px #fff; }
.rm-price-filter { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rm-price-filter label span { display: block; margin-bottom: 4px; color: var(--rm-muted); font-size: 10px; }
.rm-price-filter input { width: 100%; min-height: 40px; padding: 7px; border: 1px solid var(--rm-line); border-radius: 8px; }
.rm-price-filter button { grid-column: 1/-1; min-height: 40px; border: 0; border-radius: 999px; color: #fff; background: var(--rm-navy); font-weight: 700; }
.rm-filter-apply { display: none; }
.rm-product-results { min-width: 0; }
.raysa-market ul.products { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 45px 18px; margin: 0; }
.raysa-market ul.products::before, .raysa-market ul.products::after { display: none; }
.raysa-market ul.products.rm-grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }
.raysa-market ul.products li.product { float: none; width: auto !important; margin: 0 !important; }
.rm-product-card { min-width: 0; display: flex; flex-direction: column; }
.rm-product-card__media { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--rm-line); border-radius: var(--rm-radius); background: var(--rm-paper); }
.rm-product-card__image-link { display: block; width: 100%; height: 100%; }
.rm-product-card__image { position: absolute; inset: 0; width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: contain; transition: opacity .3s ease,transform .5s ease; }
.rm-product-card__image--secondary { opacity: 0; }
.rm-product-card:hover .rm-product-card__image--primary { opacity: 0; }
.rm-product-card:hover .rm-product-card__image--secondary { opacity: 1; transform: scale(1.025); }
.rm-product-card__badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 6px 9px; border-radius: 999px; color: #fff; background: var(--rm-accent); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.rm-product-card__badge--muted { background: var(--rm-muted); }
.rm-product-card__quick { position: absolute !important; right: 12px; bottom: 12px; left: 12px; z-index: 3; min-height: 46px; display: grid !important; place-items: center; border: 0 !important; border-radius: 999px !important; color: #fff !important; background: var(--rm-navy) !important; font-size: 11px !important; font-weight: 700 !important; opacity: 0; transform: translateY(10px); transition: .2s ease; }
.rm-product-card:hover .rm-product-card__quick, .rm-product-card__quick:focus { opacity: 1; transform: translateY(0); }
.rm-product-card__rating { min-height: 23px; display: flex; justify-content: flex-end; gap: 5px; margin-top: 12px; color: var(--rm-muted); font-size: 10px; }
.rm-product-card__rating .star-rating { color: var(--rm-accent); font-size: 11px; }
.raysa-market ul.products li.product .woocommerce-loop-product__title { min-height: 3em; margin: 4px 0 8px; padding: 0; font-size: 14px; font-weight: 600; line-height: 1.5; }
.rm-product-card__price { font-size: 14px; font-weight: 700; }
.rm-product-card__specs { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.rm-product-card__specs span { padding: 5px 7px; border-radius: 6px; color: #47505a; background: var(--rm-soft); font-size: 9px; }
.rm-product-card__view { display: flex; justify-content: space-between; margin-top: auto; padding-top: 15px; color: var(--rm-navy); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.rm-product-card__view span { font-style: normal; }
.raysa-market .woocommerce-pagination { margin-top: 60px; }
.raysa-market .woocommerce-pagination ul { border: 0 !important; }
.raysa-market .woocommerce-pagination ul li { border: 0 !important; }
.raysa-market .woocommerce-pagination a, .raysa-market .woocommerce-pagination span { min-width: 44px; height: 44px; display: grid !important; place-items: center; margin: 2px !important; border: 1px solid var(--rm-line); border-radius: 50%; }
.raysa-market .woocommerce-pagination .current { color: #fff !important; background: var(--rm-navy) !important; }
.raysa-market .woocommerce-store-notice, .raysa-market .woocommerce-info, .raysa-market div[class*="store-notice"] { max-width: 100%; padding: 18px 20px !important; border: 0 !important; border-top: 1px solid var(--rm-line) !important; color: var(--rm-ink) !important; background: rgba(255,255,255,.96) !important; box-shadow: 0 12px 35px rgba(22,39,66,.08) !important; backdrop-filter: blur(15px); overflow-wrap: anywhere; }
.raysa-market .woocommerce-store-notice__dismiss-link, .raysa-market .woocommerce-info a.button { display: inline-flex; align-items: center; min-height: 38px; margin-left: 12px; padding: 6px 15px !important; border-radius: 999px !important; color: #fff !important; background: var(--rm-navy) !important; }

/* Product detail */
.single-product .rm-commerce-shell { padding: 0; }
.single-product .woocommerce-breadcrumb { padding: 22px 4vw; border-bottom: 1px solid var(--rm-line); background: #fff; }
.rm-product-stage { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(430px,.85fr); align-items: start; border-bottom: 1px solid var(--rm-line); }
.rm-product-gallery { position: sticky; top: 0; min-width: 0; padding: clamp(25px,4vw,70px); background: #fff; }
.admin-bar .rm-product-gallery { top: 32px; }
.rm-product-gallery .woocommerce-product-gallery { width: 100% !important; margin: 0 !important; }
.rm-product-gallery .woocommerce-product-gallery__wrapper { margin: 0; }
.rm-product-gallery .woocommerce-product-gallery__image { overflow: hidden; border-radius: var(--rm-radius); background: #fff; }
.rm-product-gallery .woocommerce-product-gallery__image img { width: 100%; max-height: 720px; object-fit: contain; }
.rm-product-gallery .flex-control-thumbs { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; margin: 12px 0 0 !important; padding: 0; list-style: none; }
.rm-product-gallery .flex-control-thumbs li { float: none !important; width: auto !important; }
.rm-product-gallery .flex-control-thumbs li::marker { content: ""; }
.rm-product-gallery .flex-control-thumbs img { border: 1px solid transparent; border-radius: 8px; }
.rm-product-gallery .flex-control-thumbs .flex-active { border-color: var(--rm-navy); }
.rm-product-buy { min-width: 0; padding: clamp(55px,6vw,105px) clamp(35px,5vw,85px); background: #fff; }
.rm-product-buy__status { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.rm-product-buy__status span { padding: 6px 9px; border-radius: 999px; color: #fff; background: #24845a; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.rm-product-buy__status span.is-muted { background: var(--rm-muted); }
.rm-product-buy__status small { color: var(--rm-muted); }
.rm-product-buy .product_title { margin: 0 0 22px; font-family: var(--rm-display); font-size: clamp(38px,4vw,64px); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.rm-product-specs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 25px; }
.rm-product-specs span { padding: 6px 9px; border-radius: 6px; background: var(--rm-soft); font-size: 10px; }
.rm-product-buy__rating { min-height: 25px; }
.rm-product-buy .price { margin: 25px 0 !important; font-size: 24px !important; font-weight: 700; }
.rm-product-buy .woocommerce-product-details__short-description { color: var(--rm-muted); font-size: 16px; line-height: 1.8; }
.rm-product-buy__cart { margin-top: 30px; }
.rm-product-buy form.cart { display: flex; flex-wrap: wrap; gap: 10px; }
.rm-product-buy form.variations_form { display: block; }
.rm-product-buy .variations { width: 100%; }
.rm-product-buy .variations tr { display: grid; grid-template-columns: 110px 1fr; align-items: center; padding: 9px 0; border-bottom: 1px solid var(--rm-line); }
.rm-product-buy .variations th, .rm-product-buy .variations td { padding: 0 !important; text-align: left; }
.rm-product-buy select { width: 100%; min-height: 48px; padding: 8px; border: 1px solid var(--rm-line); border-radius: 10px; }
.rm-product-buy .quantity .qty { width: 78px; min-height: 58px; border: 2px solid var(--rm-navy); border-radius: 999px; }
.raysa-market .rm-product-buy .single_add_to_cart_button, .raysa-market .rm-product-buy button.single_add_to_cart_button.alt { min-height: 58px; flex: 1; padding: 12px 30px; border: 2px solid var(--rm-navy); border-radius: 999px; color: #fff; background: var(--rm-navy); font-weight: 700; }
.raysa-market .rm-product-buy .single_add_to_cart_button:hover { color: var(--rm-navy); background: transparent; }
.rm-product-assurance { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 30px; padding: 18px 0; border-top: 1px solid var(--rm-line); border-bottom: 1px solid var(--rm-line); }
.rm-product-assurance div { display: flex; align-items: center; gap: 7px; font-size: 10px; font-weight: 700; }
.rm-product-assurance b { color: var(--rm-accent); }
.rm-product-buy .product_meta { display: block; margin-top: 20px; color: var(--rm-muted); font-size: 10px; }
.rm-product-buy .product_meta > span { display: block; }
.rm-product-details { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 110px 6vw; background: var(--rm-paper); }
.rm-product-details > * { min-width: 0; }
.rm-product-details header > p { color: var(--rm-accent); font-weight: 700; text-transform: uppercase; }
.rm-product-details > header h2 { margin: 25px 0; font-family: var(--rm-display); font-size: clamp(48px,5.5vw,76px); font-weight: 400; line-height: .92; }
.rm-product-details > header h2 em { color: var(--rm-accent); font-family: var(--rm-body); font-weight: 500; }
.rm-product-details .woocommerce-tabs { min-width: 0; }
.rm-product-tabs__nav { width: min(100%,720px); display: grid; grid-template-columns: repeat(auto-fit,minmax(92px,1fr)); gap: 6px; margin: 0 0 34px; padding: 6px; border: 1px solid var(--rm-line); border-radius: 18px; background: rgba(255,255,255,.48); }
.rm-product-tabs__tab { min-width: 0; min-height: 50px; padding: 10px 12px; border: 0; border-radius: 12px; color: #68717b; background: transparent; font: 600 13px/1.2 var(--rm-body); text-align: center; white-space: nowrap; cursor: pointer; }
.rm-product-tabs__tab:hover { color: var(--rm-ink); background: rgba(255,255,255,.65); }
.rm-product-tabs__tab.is-active { color: #fff; background: var(--rm-navy); box-shadow: 0 6px 18px rgba(22,39,66,.16); }
.rm-product-tabs__tab:focus-visible { outline: 3px solid color-mix(in srgb,var(--rm-accent) 50%,transparent); outline-offset: 2px; }
.rm-product-tabs__panel[hidden] { display: none !important; }
.rm-product-tabs__panel { animation: rm-tab-enter .22s ease both; }
.rm-product-policy { max-width: 720px; }
.rm-product-policy__lead { margin: 0 0 24px; color: var(--rm-ink); font-size: 18px; font-weight: 600; line-height: 1.55; }
.rm-product-policy__facts { display: grid; gap: 0; margin: 0 0 24px; padding: 0; list-style: none; border-top: 1px solid var(--rm-line); }
.rm-product-policy__facts li { display: grid; grid-template-columns: minmax(130px,.65fr) minmax(0,1.35fr); gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--rm-line); }
.rm-product-policy__facts strong { color: var(--rm-ink); }
.rm-product-policy__facts span { color: var(--rm-muted); line-height: 1.6; }
.rm-product-policy__link { color: var(--rm-ink); font-weight: 700; text-decoration: underline; text-decoration-color: var(--rm-accent); text-decoration-thickness: 2px; text-underline-offset: 5px; }
@keyframes rm-tab-enter { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.rm-product > .related { padding: 100px 5vw 130px; background: #fff; }
.rm-product > .related > h2 { margin: 0 0 50px; font-family: var(--rm-display); font-size: clamp(44px,5vw,70px); font-weight: 400; }
.rm-mobile-buy { display: none; }

/* Woo cart, checkout and content */
.rm-commerce-shell, .rm-content-shell { min-height: 60vh; padding: 80px 5vw 120px; background: var(--rm-paper); }
.rm-content-shell { max-width: 1500px; margin: auto; }
.rm-page-heading { max-width: 1050px; margin-bottom: 55px; }
.rm-page-heading > p { color: var(--rm-accent); font-weight: 700; text-transform: uppercase; }
.rm-page-heading h1 { margin: 0; font-family: var(--rm-display); font-size: clamp(52px,7vw,95px); font-weight: 400; line-height: .94; }
.rm-entry-content { max-width: 850px; font-size: 17px; }
.woocommerce-cart .rm-entry-content, .woocommerce-checkout .rm-entry-content, .woocommerce-account .rm-entry-content { max-width: none; }
.rm-entry-content p { color: #4c555d; line-height: 1.85; }
.rm-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px 18px; }
.rm-post-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--rm-radius); }
.rm-post-card small { display: block; margin-top: 15px; color: var(--rm-accent); }
.rm-post-card h2 { margin: 8px 0; font-family: var(--rm-display); font-size: 24px; font-weight: 400; }
.rm-article { max-width: 1100px; margin: auto; }
.rm-article__hero img { width: 100%; border-radius: var(--rm-radius); }
.rm-article .rm-entry-content { margin: 55px auto 0; }
.raysa-market .woocommerce table.shop_table { border: 1px solid var(--rm-line); border-radius: var(--rm-radius); background: #fff; }
.raysa-market .woocommerce table.shop_table th, .raysa-market .woocommerce table.shop_table td { padding: 18px 14px; border-color: var(--rm-line); }
.raysa-market .woocommerce a.button, .raysa-market .woocommerce button.button, .raysa-market .woocommerce input.button, .raysa-market.woocommerce a.button, .raysa-market.woocommerce button.button { min-height: 48px; padding: 12px 22px; border: 2px solid var(--rm-navy); border-radius: 999px; color: #fff; background: var(--rm-navy); font-weight: 700; }
.raysa-market .woocommerce a.button:hover, .raysa-market .woocommerce button.button:hover, .raysa-market.woocommerce a.button:hover, .raysa-market.woocommerce button.button:hover { color: var(--rm-navy); background: transparent; }
.raysa-market .wc-block-cart, .raysa-market .wc-block-checkout { max-width: 1400px; margin: 35px auto; padding: 38px; border: 1px solid var(--rm-line); border-radius: var(--rm-radius); background: #fff; }
.raysa-market .wc-block-components-button { min-height: 56px; border-radius: 999px !important; color: #fff; background: var(--rm-navy); font-weight: 700; }
.raysa-market .wc-block-cart__sidebar, .raysa-market .wc-block-checkout__sidebar { padding: 28px !important; border-radius: var(--rm-radius); background: var(--rm-soft); }
.raysa-market .wc-block-components-text-input input, .raysa-market .wc-block-components-combobox-control input { border-radius: 10px !important; }
.rm-empty-state { min-height: 70vh; display: grid; place-items: center; align-content: center; padding: 80px 20px; text-align: center; }
.rm-empty-state > p { color: var(--rm-accent); font-size: 20px; font-weight: 700; }
.rm-empty-state h1 { max-width: 900px; font-family: var(--rm-display); font-size: clamp(50px,7vw,90px); font-weight: 400; line-height: .95; }

/* Footer */
.rm-service-strip { display: grid; grid-template-columns: repeat(3,1fr); background: var(--rm-sun); }
.rm-service-strip > div { min-height: 180px; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px 4vw; border-right: 1px solid rgba(21,25,29,.18); }
.rm-service-strip span { margin-bottom: auto; }
.rm-service-strip strong { font-family: var(--rm-display); font-weight: 400; }
.rm-service-strip small { color: #4f4b3d; }
.rm-footer { padding: 90px 5vw 30px; color: #fff; background: #0d1727; }
.rm-footer__lead { display: grid; grid-template-columns: .6fr 1.4fr; align-items: end; gap: 50px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,.17); }
.rm-brand--footer { grid-column: auto; align-items: flex-start; }
.rm-brand--footer img { max-width: 250px; max-height: 66px; }
.rm-footer__lead h2 { margin: 0; font-family: var(--rm-display); font-size: clamp(45px,5vw,70px); font-weight: 400; line-height: .96; }
.rm-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; padding: 60px 0; }
.rm-footer__grid h3 { color: var(--rm-sun); font-size: 11px; text-transform: uppercase; }
.rm-footer li { margin-bottom: 9px; }
.rm-footer li a { color: #c3cbd5; font-size: 12px; }
.rm-footer li a:hover { color: #fff; }
.rm-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.17); color: #7f8a98; font-size: 10px; text-transform: uppercase; }

@media (max-width: 1180px) {
  .rm-header__main { grid-template-columns: 55px 1fr auto; }
  .rm-menu-toggle { display: block; }
  .rm-brand { grid-column: 2; justify-self: start; }
  .rm-header__actions { grid-column: 3; }
  .rm-language { min-width: 38px; width: 38px; min-height: 38px; }
  .rm-language .goog-te-gadget-simple { width: 38px; min-height: 38px; padding: 0 !important; display: grid !important; place-items: center; }
  .rm-language .goog-te-gadget-simple a { width: 36px; height: 36px; display: grid; place-items: center; font-size: 0; }
  .rm-language .goog-te-gadget-simple a::before { content: "EN"; color: var(--rm-accent); font-family: var(--rm-body); font-size: 10px; font-weight: 700; letter-spacing: .04em; }
  .rm-language .goog-te-gadget-simple a > span { display: none; }
  .rm-primary-nav { display: none; }
  .rm-shop-layout { grid-template-columns: 235px minmax(0,1fr); gap: 25px; }
  .raysa-market ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .raysa-market ul.products.rm-grid-4 { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .rm-product-stage { grid-template-columns: 1fr; }
  .rm-product-gallery, .admin-bar .rm-product-gallery { position: relative; top: auto; }
}

@media (max-width: 800px) {
  body.rm-filters-open::before { content: ""; position: fixed; inset: 0; z-index: 990; background: rgba(15,24,36,.6); backdrop-filter: blur(3px); }
  .rm-announcement { justify-content: center; text-align: center; }
  .rm-announcement a { display: none; }
  .rm-header__main { min-height: 72px; grid-template-columns: 44px 1fr auto; padding: 0 18px; }
  .rm-brand { justify-self: center; }
  .rm-brand strong { font-size: 25px; }
  .rm-brand small { font-size: 6px; }
  .rm-brand img { max-width: 155px; max-height: 48px; }
  .rm-header__actions { gap: 6px; }
  .rm-search-toggle > span:last-child, .rm-account-link, .rm-cart-toggle > span:nth-child(2) { display: none !important; }
  .rm-search-panel { padding: 35px 20px; }
  .rm-search-panel label { font-size: 20px; }
  .rm-search-panel form > div { display: block; border: 0; border-radius: 0; }
  .rm-search-panel input[type="search"] { width: 100%; border: 2px solid var(--rm-navy); border-radius: 999px; }
  .rm-search-panel button { width: 100%; min-height: 48px; margin-top: 8px; border-radius: 999px; }
  .rm-cart-drawer { padding: 24px 18px; }
  .raysa-market .woocommerce-store-notice, .raysa-market .woocommerce-info, .raysa-market div[class*="store-notice"] { margin: 0 !important; padding: 16px 18px !important; font-size: 13px; line-height: 1.55; }
  .raysa-market .woocommerce-store-notice__dismiss-link, .raysa-market .woocommerce-info a.button { margin: 10px 0 0; }
  .rm-hero { min-height: 680px; padding: 90px 24px 48px; }
  .rm-hero h1 { font-size: clamp(36px,11vw,58px); overflow-wrap: anywhere; }
  .rm-hero__bottom { align-items: flex-start; flex-direction: column; gap: 25px; }
  .rm-hero__video-toggle { right: 20px; bottom: 14px; width: 38px; height: 38px; }
  .rm-home-section { padding: 85px 20px; }
  .rm-section-heading { display: block; }
  .rm-section-heading > p, .rm-section-heading > a { display: inline-flex; margin-top: 25px; }
  .rm-category-mosaic { grid-template-columns: 1fr; grid-auto-rows: 390px; }
  .rm-category-tile--1 { grid-row: auto; }
  .rm-home-story { grid-template-columns: 1fr; padding: 90px 22px; }
  .rm-home-story__points { grid-template-columns: 1fr; }
  .rm-home-story__points article { min-height: 260px; }
  .rm-shop__inner { padding: 24px 18px 90px; }
  .raysa-market .woocommerce-breadcrumb { margin-bottom: 35px; }
  .rm-shop-hero { margin-bottom: 35px; text-align: left; }
  .rm-shop-hero h1 { font-size: clamp(34px,10.75vw,56px); overflow-wrap: anywhere; }
  .rm-quick-categories { grid-template-columns: repeat(6,165px); }
  .rm-shop-rule { margin: 30px 0; }
  .rm-shop-toolbar { grid-template-columns: auto 1fr auto; gap: 10px; }
  .rm-filter-open { display: inline-flex; align-items: center; gap: 7px; }
  .rm-view-options { display: none; }
  .raysa-market .woocommerce-ordering select { min-width: 0; width: 100%; }
  .rm-shop-layout { display: block; }
  .rm-filters { position: fixed; inset: 0 0 0 auto; z-index: 1000; width: min(390px,100%); height: 100dvh; overflow-y: auto; padding: 24px 20px 95px; background: #fff; box-shadow: -20px 0 60px rgba(0,0,0,.18); transform: translateX(105%); transition: transform .28s ease; }
  .rm-filters.is-open { transform: translateX(0); }
  .rm-filters__head button { display: block; }
  .rm-filter-apply { position: fixed; right: 18px; bottom: 18px; left: 18px; min-height: 54px; display: block; border: 0; border-radius: 999px; color: #fff; background: var(--rm-accent); font-weight: 700; }
  .raysa-market ul.products, .raysa-market ul.products.rm-grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px 10px; }
  .rm-product-card__quick { display: none !important; }
  .raysa-market ul.products li.product .woocommerce-loop-product__title { font-size: 12px; }
  .rm-product-card__specs span:nth-child(n+3) { display: none; }
  .rm-product-buy { padding: 60px 20px; }
  .rm-product-gallery { padding: 0 0 18px; }
  .rm-product-gallery .woocommerce-product-gallery__image { border-radius: 0; }
  .rm-product-gallery .flex-control-thumbs { padding: 0 14px; }
  .rm-product-buy .product_title { font-size: clamp(38px,12vw,56px); }
  .rm-product-details { grid-template-columns: 1fr; padding: 85px 22px; }
  .rm-product-tabs__nav { width: 100%; margin-bottom: 28px; }
  .rm-product-tabs__tab { min-height: 48px; padding: 9px 6px; font-size: 11px; }
  .rm-product-policy__facts li { grid-template-columns: 1fr; gap: 6px; }
  .rm-product-assurance { grid-template-columns: 1fr; }
  .rm-product-assurance div { padding: 7px 0; }
  .single-product .rm-commerce-shell { padding-bottom: 74px; }
  .rm-mobile-buy.is-visible { position: fixed; right: 0; bottom: 0; left: 0; z-index: 700; min-height: 74px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 10px 14px; border-top: 1px solid var(--rm-line); background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
  .rm-mobile-buy > div { min-width: 0; }
  .rm-mobile-buy > div > span { max-width: 190px; display: block; overflow: hidden; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
  .rm-mobile-buy .price { margin: 0 !important; font-size: 11px !important; }
  .rm-mobile-buy__button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 999px; color: #fff; background: var(--rm-navy); font-weight: 700; }
  .rm-service-strip { grid-template-columns: 1fr; }
  .rm-service-strip > div { min-height: 140px; border-right: 0; border-bottom: 1px solid rgba(21,25,29,.18); }
  .rm-footer { padding: 70px 22px 28px; }
  .rm-footer__lead, .rm-footer__grid { grid-template-columns: 1fr; }
  .rm-brand--footer { grid-column: 1; justify-self: start; align-items: flex-start; }
  .rm-footer__lead { gap: 36px; padding-bottom: 45px; }
  .rm-footer__lead h2 { font-size: clamp(38px,10.5vw,48px); }
  .rm-footer__grid { gap: 35px; padding: 45px 0; }
  .rm-post-grid { grid-template-columns: 1fr; }
  .rm-commerce-shell, .rm-content-shell { padding: 60px 18px 90px; }
  .raysa-market .wc-block-cart, .raysa-market .wc-block-checkout { padding: 18px 12px; border: 0; }
}

@media (max-width: 480px) {
  .rm-category-mosaic { grid-auto-rows: 330px; }
  .rm-shop-toolbar { grid-template-columns: auto 1fr; }
  .rm-result-count { grid-column: 1/-1; grid-row: 2; }
  .raysa-market ul.products, .raysa-market ul.products.rm-grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rm-product-card__rating { justify-content: flex-start; }
  .rm-product-card__specs { display: none; }
  .rm-product-gallery { padding: 0 0 18px; }
  .rm-product-gallery .flex-control-thumbs { grid-template-columns: repeat(5,1fr); }
  .rm-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
