:root {
	--rt-primary: #075c52;
	--rt-primary-dark: #053f39;
	--rt-accent: #b7df32;
	--rt-warm: #f59e0b;
	--rt-ink: #17332f;
	--rt-muted: #65736f;
	--rt-soft: #f4f7f3;
	--rt-line: #dfe7e2;
	--rt-white: #fff;
	--rt-danger: #d43b3b;
	--rt-radius: 18px;
	--rt-radius-sm: 12px;
	--rt-shadow: 0 12px 35px rgba(17, 56, 49, .09);
	--rt-container: 1320px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--rt-ink); background: #fff; font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.is-drawer-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.16; letter-spacing: -.035em; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute!important; width: 1px; word-wrap: normal!important; }
.screen-reader-text:focus { background: #fff; clip: auto!important; clip-path: none; color: var(--rt-primary); display: block; font-size: 14px; height: auto; left: 8px; padding: 14px 20px; top: 8px; width: auto; z-index: 100000; }
.rtmall-container { width: min(calc(100% - 40px), var(--rt-container)); margin-inline: auto; }
.rtmall-site { min-height: 100vh; overflow: clip; }
.rtmall-skip-link { position: fixed; }
.rtmall-icon { display: inline-block; flex: 0 0 auto; vertical-align: middle; }
.rtmall-button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 9px; justify-content: center; line-height: 1; min-height: 48px; padding: 0 24px; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.rtmall-button:hover { transform: translateY(-2px); }
.rtmall-button--primary { background: var(--rt-primary); color: #fff; box-shadow: 0 10px 22px rgba(7,92,82,.22); }
.rtmall-button--primary:hover { background: var(--rt-primary-dark); color: #fff; }
.rtmall-button--ghost { border-color: rgba(7,92,82,.28); color: var(--rt-primary); background: rgba(255,255,255,.4); }
.rtmall-button--light { background: #fff; color: var(--rt-primary); }
.rtmall-button--outline { background: #fff; border-color: var(--rt-primary); color: var(--rt-primary); }
.rtmall-eyebrow { color: var(--rt-primary); display: block; font-size: 12px; font-weight: 800; letter-spacing: .13em; margin-bottom: 10px; text-transform: uppercase; }

/* Header */
.rtmall-header { background: #fff; position: relative; z-index: 100; }
.rtmall-announcement { background: var(--rt-primary-dark); color: rgba(255,255,255,.88); font-size: 12px; }
.rtmall-announcement .rtmall-container { align-items: center; display: flex; justify-content: space-between; min-height: 38px; }
.rtmall-announcement p { margin: 0; font-weight: 700; }
.rtmall-announcement__links { display: flex; gap: 24px; }
.rtmall-announcement__links a, .rtmall-announcement__links span { align-items: center; display: flex; gap: 7px; }
.rtmall-header-main { border-bottom: 1px solid var(--rt-line); }
.rtmall-header-main .rtmall-container { align-items: center; display: grid; gap: 26px; grid-template-columns: 210px minmax(260px, 1fr) auto; min-height: 92px; }
.rtmall-brand img { display: block; max-height: 64px; width: auto; }
.rtmall-wordmark { color: var(--rt-primary); display: inline-flex; flex-wrap: wrap; font-size: 32px; font-weight: 800; line-height: .9; letter-spacing: -.06em; }
.rtmall-wordmark span { color: var(--rt-warm); }
.rtmall-wordmark small { color: var(--rt-muted); flex-basis: 100%; font-size: 8px; letter-spacing: .12em; margin-top: 7px; text-transform: uppercase; }
.rtmall-search-form { align-items: center; background: var(--rt-soft); border: 1px solid transparent; border-radius: 999px; display: flex; min-height: 52px; padding: 0 7px 0 18px; transition: border-color .2s, background .2s, box-shadow .2s; width: 100%; }
.rtmall-search-form:focus-within { background: #fff; border-color: var(--rt-primary); box-shadow: 0 0 0 4px rgba(7,92,82,.08); }
.rtmall-search-form .rtmall-icon { color: var(--rt-primary); }
.rtmall-search-form input[type=search] { background: transparent; border: 0; color: var(--rt-ink); flex: 1; min-width: 0; outline: 0; padding: 0 13px; }
.rtmall-search-form input::placeholder { color: #84908d; }
.rtmall-search-form button { background: var(--rt-primary); border: 0; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 800; min-height: 38px; padding: 0 18px; }
.rtmall-header-actions { align-items: center; display: flex; gap: 4px; }
.rtmall-header-actions > a { align-items: center; border-radius: 10px; display: flex; gap: 9px; min-height: 54px; padding: 6px 10px; position: relative; }
.rtmall-header-actions > a:hover { background: var(--rt-soft); }
.rtmall-header-actions small { color: var(--rt-muted); display: block; font-size: 9px; font-weight: 600; line-height: 1.25; }
.rtmall-header-actions span { font-size: 12px; font-weight: 800; line-height: 1.25; white-space: nowrap; }
.rtmall-header-actions .rtmall-icon { color: var(--rt-primary); }
.rtmall-cart-count { align-items: center; background: var(--rt-warm); border-radius: 20px; color: #fff!important; display: inline-flex; font-size: 10px!important; font-weight: 800; height: 19px; justify-content: center; min-width: 19px; padding: 0 5px; }
.rtmall-cart-link > .rtmall-cart-count { left: 27px; position: absolute; top: 4px; }
.rtmall-primary-nav { box-shadow: 0 8px 24px rgba(17,56,49,.05); }
.rtmall-primary-nav .rtmall-container { align-items: center; display: flex; min-height: 58px; }
.rtmall-departments { align-items: center; align-self: stretch; background: var(--rt-primary); color: #fff; display: flex; font-size: 13px; font-weight: 800; gap: 9px; margin-right: 28px; padding: 0 25px; }
.rtmall-menu { align-items: center; display: flex; gap: 30px; list-style: none; margin: 0; padding: 0; }
.rtmall-menu li { position: relative; }
.rtmall-menu > li > a { display: block; font-size: 13px; font-weight: 700; padding: 19px 0; }
.rtmall-menu a:hover { color: var(--rt-primary); }
.rtmall-menu .sub-menu { background: #fff; border: 1px solid var(--rt-line); border-radius: 12px; box-shadow: var(--rt-shadow); display: none; left: -20px; list-style: none; min-width: 210px; padding: 10px; position: absolute; top: 100%; }
.rtmall-menu li:hover > .sub-menu, .rtmall-menu li:focus-within > .sub-menu { display: block; }
.rtmall-menu .sub-menu a { display: block; font-size: 13px; font-weight: 700; padding: 9px 12px; }
.rtmall-quick-nav { align-items: center; color: var(--rt-primary); display: flex; font-size: 13px; font-weight: 800; gap: 6px; margin-left: auto; }
.rtmall-menu-toggle { background: transparent; border: 0; color: var(--rt-primary); display: none; padding: 6px; }
.rtmall-mobile-drawer, .rtmall-drawer-overlay, .rtmall-mobile-bottom { display: none; }

/* Hero */
.rtmall-hero { background: linear-gradient(110deg,#f5f6ed 0%,#edf5e9 55%,#e2f0e4 100%); min-height: 600px; overflow: hidden; position: relative; }
.rtmall-hero::before, .rtmall-hero::after { border: 1px solid rgba(7,92,82,.1); border-radius: 50%; content: ""; height: 440px; position: absolute; right: -90px; top: -130px; width: 440px; }
.rtmall-hero::after { height: 180px; left: 48%; right: auto; top: 65%; width: 180px; }
.rtmall-hero .rtmall-container { align-items: center; display: grid; grid-template-columns: 1.04fr .96fr; min-height: 600px; position: relative; z-index: 1; }
.rtmall-hero__content { max-width: 650px; padding: 70px 0; }
.rtmall-hero h1 { font-size: clamp(44px,5vw,76px); letter-spacing: -.06em; margin-bottom: 24px; }
.rtmall-hero__content > p { color: var(--rt-muted); font-size: 18px; max-width: 580px; }
.rtmall-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.rtmall-hero__proof { border-top: 1px solid rgba(7,92,82,.16); display: flex; gap: 30px; margin-top: 42px; padding-top: 20px; }
.rtmall-hero__proof span { color: var(--rt-muted); font-size: 11px; text-transform: uppercase; }
.rtmall-hero__proof strong { color: var(--rt-primary); display: block; font-size: 17px; text-transform: none; }
.rtmall-hero__visual { align-items: flex-end; align-self: stretch; display: flex; justify-content: center; padding-top: 35px; position: relative; }
.rtmall-hero__visual img { filter: drop-shadow(0 30px 30px rgba(18,62,49,.18)); max-height: 545px; object-fit: contain; width: 100%; }
.rtmall-hero__offer { background: var(--rt-warm); border: 7px solid rgba(255,255,255,.65); border-radius: 50%; color: #fff; display: grid; font-size: 14px; font-weight: 800; height: 128px; line-height: 1.2; place-items: center; position: absolute; right: 2%; text-align: center; top: 70px; transform: rotate(7deg); width: 128px; z-index: 2; }

/* Benefits and common sections */
.rtmall-benefits { background: #fff; border-bottom: 1px solid var(--rt-line); }
.rtmall-benefits .rtmall-container { display: grid; grid-template-columns: repeat(4,1fr); }
.rtmall-benefits .rtmall-container > div { align-items: center; border-right: 1px solid var(--rt-line); display: flex; gap: 13px; min-height: 100px; padding: 20px 28px; }
.rtmall-benefits .rtmall-container > div:first-child { border-left: 1px solid var(--rt-line); }
.rtmall-benefits .rtmall-icon { color: var(--rt-primary); }
.rtmall-benefits span { color: var(--rt-muted); font-size: 11px; line-height: 1.45; }
.rtmall-benefits strong { color: var(--rt-ink); display: block; font-size: 13px; }
.rtmall-section { padding: 82px 0; }
.rtmall-section--soft { background: var(--rt-soft); }
.rtmall-section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 32px; }
.rtmall-section-heading h2 { font-size: clamp(28px,3vw,42px); margin: 0; }
.rtmall-section-heading > a { align-items: center; border-bottom: 1px solid var(--rt-primary); color: var(--rt-primary); display: flex; font-size: 13px; font-weight: 800; gap: 7px; padding-bottom: 4px; }

/* Categories */
.rtmall-categories-section { padding-bottom: 45px; }
.rtmall-category-grid { display: grid; gap: 14px; grid-template-columns: repeat(5,1fr); }
.rtmall-category-card { background: #fff; border: 1px solid var(--rt-line); border-radius: var(--rt-radius); min-width: 0; overflow: hidden; padding: 12px 12px 17px; text-align: center; transition: border-color .2s, box-shadow .2s, transform .2s; }
.rtmall-category-card:hover { border-color: var(--rt-accent); box-shadow: var(--rt-shadow); transform: translateY(-4px); }
.rtmall-category-card__image { align-items: center; background: var(--rt-soft); border-radius: 13px; display: flex; height: 145px; justify-content: center; margin-bottom: 14px; overflow: hidden; }
.rtmall-category-card img { height: 100%; object-fit: contain; padding: 9px; width: 100%; }
.rtmall-category-card strong { display: block; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rtmall-category-card small { color: var(--rt-muted); font-size: 10px; }

/* Products */
.rtmall-product-grid { display: grid; gap: 18px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.rtmall-product-card { background: #fff; border: 1px solid var(--rt-line); border-radius: var(--rt-radius); display: flex; flex-direction: column; margin: 0!important; min-width: 0; overflow: hidden; position: relative; transition: box-shadow .2s, border-color .2s, transform .2s; width: auto!important; }
.rtmall-product-card:hover { border-color: #c5d6ce; box-shadow: var(--rt-shadow); transform: translateY(-3px); }
.rtmall-product-card__image { align-items: center; background: #fbfcfb; display: flex; height: 245px; justify-content: center; overflow: hidden; padding: 16px; position: relative; }
.rtmall-product-card__image img { height: 100%!important; margin: 0!important; object-fit: contain; transition: transform .3s; width: 100%!important; }
.rtmall-product-card:hover .rtmall-product-card__image img { transform: scale(1.045); }
.rtmall-badge { background: var(--rt-warm); border-radius: 999px; color: #fff; font-size: 10px; font-weight: 800; left: 13px; padding: 5px 10px; position: absolute; top: 13px; z-index: 2; }
.rtmall-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 16px 18px 18px; }
.rtmall-product-card__category, .rtmall-product-card__category a { color: var(--rt-primary); display: block; font-size: 10px; font-weight: 800; letter-spacing: .04em; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.rtmall-product-card__title { font-size: 14px; line-height: 1.42; margin: 7px 0 20px; min-height: 40px; }
.rtmall-product-card__title a:hover { color: var(--rt-primary); }
.rtmall-product-card__bottom { align-items: center; display: flex; gap: 8px; justify-content: space-between; margin-top: auto; }
.rtmall-product-card__price { color: var(--rt-primary); font-size: 16px; font-weight: 800; }
.rtmall-product-card__price del { color: #98a29f; font-size: 11px; font-weight: 600; }
.rtmall-product-card__price ins { text-decoration: none; }
.rtmall-add-to-cart { align-items: center; background: var(--rt-primary); border: 0; border-radius: 50%; color: #fff; display: inline-flex; flex: 0 0 auto; font-size: 22px; font-weight: 500; height: 38px; justify-content: center; line-height: 1; padding: 0; width: 38px; }
.rtmall-add-to-cart:hover { background: var(--rt-accent); color: var(--rt-primary-dark); }
.rtmall-add-to-cart.is-loading { animation: rtmallPulse .8s infinite alternate; pointer-events: none; }
.rtmall-stock-out { color: var(--rt-danger); font-size: 9px; font-weight: 800; text-transform: uppercase; }
@keyframes rtmallPulse { to { opacity: .45; transform: scale(.93); } }

/* Promos */
.rtmall-promos { padding: 20px 0 0; }
.rtmall-promos .rtmall-container { display: grid; gap: 18px; grid-template-columns: repeat(3,1fr); }
.rtmall-promo { border-radius: 24px; min-height: 300px; overflow: hidden; padding: 38px; position: relative; }
.rtmall-promo--1 { background: #e0f1d7; }
.rtmall-promo--2 { background: #fff0cf; }
.rtmall-promo--3 { background: #e1eeee; }
.rtmall-promo > div { max-width: 65%; position: relative; z-index: 2; }
.rtmall-promo h2 { font-size: 27px; margin-bottom: 13px; }
.rtmall-promo p { color: var(--rt-muted); font-size: 13px; }
.rtmall-promo a { align-items: center; color: var(--rt-primary); display: inline-flex; font-size: 12px; font-weight: 800; gap: 7px; margin-top: 13px; }
.rtmall-promo img { height: 100%; object-fit: cover; position: absolute; right: 0; top: 0; width: 48%; }
.rtmall-promo__shape { background: rgba(255,255,255,.45); border-radius: 50%; bottom: -75px; height: 250px; position: absolute; right: -65px; width: 250px; }
.rtmall-promo__shape::before { background: var(--rt-accent); border-radius: 38% 62% 56% 44%; content: ""; height: 90px; left: 38px; opacity: .65; position: absolute; top: 26px; transform: rotate(25deg); width: 90px; }

/* Quick order CTA */
.rtmall-quick-cta { padding: 30px 0; }
.rtmall-quick-cta .rtmall-container { align-items: center; background: var(--rt-primary); border-radius: 26px; color: #fff; display: grid; gap: 25px; grid-template-columns: auto 1fr auto; overflow: hidden; padding: 45px 55px; position: relative; }
.rtmall-quick-cta .rtmall-container::after { border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; height: 260px; position: absolute; right: 12%; top: -180px; width: 260px; }
.rtmall-quick-cta .rtmall-eyebrow { color: var(--rt-accent); }
.rtmall-quick-cta h2 { font-size: 34px; margin-bottom: 8px; }
.rtmall-quick-cta p { color: rgba(255,255,255,.72); margin: 0; }
.rtmall-quick-cta__icon { align-items: center; background: var(--rt-accent); border-radius: 50%; color: var(--rt-primary-dark); display: flex; height: 78px; justify-content: center; width: 78px; }

/* Pages and posts */
.rtmall-page-hero { background: var(--rt-soft); padding: 62px 0; }
.rtmall-page-hero h1 { font-size: clamp(36px,5vw,62px); margin: 0; max-width: 900px; }
.rtmall-page-hero p { color: var(--rt-muted); margin: 14px 0 0; }
.rtmall-page-cover { height: 360px; overflow: hidden; }
.rtmall-page-cover img { height: 100%; object-fit: cover; width: 100%; }
.rtmall-entry-content { max-width: 900px; padding-bottom: 80px; padding-top: 60px; }
.rtmall-entry-content--full { max-width: none; padding: 0; }
.rtmall-entry-content > * { max-width: 100%; }
.rtmall-entry-content a { color: var(--rt-primary); text-decoration: underline; }
.rtmall-entry-content img { border-radius: var(--rt-radius); }
.rtmall-single-featured { margin: 0 0 40px; }
.rtmall-post-grid { display: grid; gap: 24px; grid-template-columns: repeat(3,1fr); padding: 60px 0; }
.rtmall-post-card { border: 1px solid var(--rt-line); border-radius: var(--rt-radius); overflow: hidden; }
.rtmall-post-card__image { display: block; height: 230px; overflow: hidden; }
.rtmall-post-card__image img { height: 100%; object-fit: cover; width: 100%; }
.rtmall-post-card > div { padding: 25px; }
.rtmall-post-card__meta { color: var(--rt-primary); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.rtmall-post-card h2 { font-size: 22px; margin: 9px 0; }
.rtmall-post-card p { color: var(--rt-muted); font-size: 13px; }
.rtmall-text-link { align-items: center; color: var(--rt-primary); display: inline-flex; font-size: 12px; font-weight: 800; gap: 7px; }
.rtmall-notice { background: var(--rt-soft); border-radius: var(--rt-radius); margin-bottom: 70px; margin-top: 70px; padding: 50px; text-align: center; }
.rtmall-error-page { padding: 100px 0; text-align: center; }
.rtmall-error-page > .rtmall-container > span { color: var(--rt-accent); display: block; font-size: 120px; font-weight: 800; line-height: 1; }
.rtmall-error-page h1 { font-size: 48px; margin: 10px 0; }
.rtmall-error-page p { color: var(--rt-muted); }
.rtmall-error-page .rtmall-search-form { margin: 30px auto 18px; max-width: 650px; }
.rtmall-page-search { margin-top: 28px; max-width: 700px; }

/* Quick order page */
.rtmall-page-hero--quick { background: linear-gradient(120deg,#edf6e8,#f8f4df); }
.rtmall-quick-order-page { padding-bottom: 110px; }
.rtmall-quick-toolbar { background: #fff; border: 1px solid var(--rt-line); border-radius: var(--rt-radius); box-shadow: var(--rt-shadow); display: grid; gap: 16px; grid-template-columns: minmax(300px,1fr) auto; margin-top: -25px; padding: 16px; position: sticky; top: 8px; z-index: 50; }
.admin-bar .rtmall-quick-toolbar { top: 40px; }
.rtmall-quick-search { align-items: center; background: var(--rt-soft); border-radius: 12px; display: flex; padding: 0 15px; }
.rtmall-quick-search .rtmall-icon { color: var(--rt-primary); }
.rtmall-quick-search input { background: transparent; border: 0; flex: 1; min-height: 50px; outline: 0; padding: 0 13px; }
.rtmall-quick-search button { background: transparent; border: 0; color: var(--rt-primary); font-size: 11px; font-weight: 800; }
.rtmall-quick-selects { display: flex; gap: 10px; }
.rtmall-quick-selects label { background: var(--rt-soft); border-radius: 12px; display: flex; flex-direction: column; justify-content: center; min-width: 180px; padding: 5px 12px; }
.rtmall-quick-selects label span { color: var(--rt-muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.rtmall-quick-selects select { background: transparent; border: 0; color: var(--rt-ink); font-size: 12px; font-weight: 700; outline: 0; padding: 2px 18px 2px 0; }
.rtmall-quick-summary { align-items: center; display: flex; justify-content: space-between; padding: 26px 5px 12px; }
.rtmall-quick-summary p { color: var(--rt-muted); font-size: 12px; margin: 0; }
.rtmall-quick-summary strong { color: var(--rt-ink); }
.rtmall-quick-summary a { align-items: center; color: var(--rt-primary); display: flex; font-size: 12px; font-weight: 800; gap: 7px; }
.rtmall-quick-results { border: 1px solid var(--rt-line); border-radius: var(--rt-radius); overflow: hidden; }
.rtmall-quick-product { align-items: center; background: #fff; border-bottom: 1px solid var(--rt-line); display: grid; gap: 18px; grid-template-columns: 82px minmax(200px,1fr) 150px 230px; min-height: 112px; padding: 13px 20px; transition: background .2s; }
.rtmall-quick-product:last-child { border-bottom: 0; }
.rtmall-quick-product:hover { background: #fbfcfa; }
.rtmall-quick-product__image { align-items: center; background: var(--rt-soft); border-radius: 10px; display: flex; height: 82px; justify-content: center; overflow: hidden; padding: 6px; }
.rtmall-quick-product__image img { height: 100%; object-fit: contain; width: 100%; }
.rtmall-quick-product__info h3 { font-size: 14px; margin: 0 0 4px; }
.rtmall-quick-product__meta, .rtmall-quick-product__meta a { color: var(--rt-muted); font-size: 9px; }
.rtmall-quick-product__stock { display: block; font-size: 9px; font-weight: 800; margin-top: 5px; text-transform: uppercase; }
.rtmall-quick-product__stock.is-in-stock { color: #38843b; }
.rtmall-quick-product__stock.is-out-stock { color: var(--rt-danger); }
.rtmall-quick-product__price { color: var(--rt-primary); font-size: 16px; font-weight: 800; text-align: right; }
.rtmall-quick-product__price del { color: #9ca6a3; display: block; font-size: 10px; }
.rtmall-quick-product__price ins { text-decoration: none; }
.rtmall-quick-product__action { align-items: center; display: flex; gap: 10px; justify-content: flex-end; }
.rtmall-quantity { align-items: center; border: 1px solid var(--rt-line); border-radius: 999px; display: flex; height: 40px; overflow: hidden; }
.rtmall-quantity button { background: transparent; border: 0; color: var(--rt-primary); height: 100%; padding: 0; width: 34px; }
.rtmall-quantity input { appearance: textfield; border: 0; font-size: 12px; font-weight: 800; outline: 0; padding: 0; text-align: center; width: 36px; }
.rtmall-quantity input::-webkit-inner-spin-button { appearance: none; }
.rtmall-quick-add { align-items: center; background: var(--rt-primary); border: 0; border-radius: 999px; color: #fff; display: inline-flex; font-size: 11px; font-weight: 800; height: 40px; justify-content: center; min-width: 86px; padding: 0 15px; }
.rtmall-quick-add:hover { background: var(--rt-primary-dark); color: #fff; }
.rtmall-quick-add:disabled { background: #c8cfcc; cursor: not-allowed; }
.rtmall-loading { color: var(--rt-muted); padding: 70px; text-align: center; }
.rtmall-loading::before { animation: rtmallSpin .7s linear infinite; border: 3px solid var(--rt-line); border-radius: 50%; border-top-color: var(--rt-primary); content: ""; display: block; height: 30px; margin: 0 auto 12px; width: 30px; }
@keyframes rtmallSpin { to { transform: rotate(360deg); } }
.rtmall-quick-load-wrap { padding: 25px 0; text-align: center; }
.rtmall-quick-cart-bar { align-items: center; background: var(--rt-primary-dark); border-radius: 999px; bottom: 22px; box-shadow: 0 14px 35px rgba(0,0,0,.25); color: #fff; display: flex; gap: 20px; left: 50%; padding: 9px 10px 9px 20px; position: fixed; transform: translateX(-50%); z-index: 90; }
.rtmall-quick-cart-bar > span { font-size: 12px; white-space: nowrap; }
.rtmall-quick-cart-bar .rtmall-cart-count { margin-right: 3px; }
.rtmall-quick-cart-bar a { align-items: center; background: var(--rt-accent); border-radius: 999px; color: var(--rt-primary-dark); display: flex; font-size: 11px; font-weight: 800; gap: 6px; min-height: 38px; padding: 0 17px; white-space: nowrap; }

/* WooCommerce */
.rtmall-woocommerce-main { padding: 35px 0 80px; }
.rtmall-breadcrumb, .woocommerce .woocommerce-breadcrumb { color: var(--rt-muted); font-size: 11px; margin-bottom: 25px; }
.rtmall-breadcrumb span { padding: 0 7px; }
.woocommerce-products-header__title.page-title, .woocommerce div.product .product_title { font-size: clamp(34px,4vw,54px); }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select { background: var(--rt-soft); border: 1px solid var(--rt-line); border-radius: 999px; min-height: 45px; padding: 0 40px 0 16px; }
.woocommerce ul.products { display: grid; gap: 18px; grid-template-columns: repeat(4,minmax(0,1fr)); margin: 0; width: 100%; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; margin: 0; width: auto; }
.woocommerce span.onsale { background: var(--rt-warm); font-size: 10px; line-height: 1; min-height: auto; min-width: auto; padding: 8px 10px; }
.woocommerce div.product { padding-top: 25px; }
.woocommerce div.product div.images img { border-radius: var(--rt-radius); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--rt-primary); font-size: 24px; font-weight: 800; }
.woocommerce div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: var(--rt-primary); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 800; min-height: 46px; padding: 0 22px; }
.woocommerce div.product form.cart .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--rt-primary-dark); color: #fff; }
.woocommerce div.product form.cart div.quantity { margin-right: 12px; }
.woocommerce .quantity .qty { border: 1px solid var(--rt-line); border-radius: 999px; min-height: 46px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding-left: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { background: var(--rt-soft); border-color: var(--rt-line); border-radius: 10px 10px 0 0; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { background: var(--rt-soft); border-radius: 10px; border-top-color: var(--rt-primary); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--rt-primary); }
.woocommerce table.shop_table { border-color: var(--rt-line); border-radius: var(--rt-radius); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; }
.woocommerce-cart table.cart img { border-radius: 10px; width: 72px; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #order_review { background: var(--rt-soft); border-radius: var(--rt-radius); padding: 25px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single { background: #fff; border: 1px solid var(--rt-line); border-radius: 10px; min-height: 48px; padding: 10px 13px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 27px; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border-color: var(--rt-line); border-radius: var(--rt-radius); }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 24%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { background: var(--rt-soft); border-radius: var(--rt-radius); list-style: none; margin: 0; padding: 12px; }
.woocommerce-account .woocommerce-MyAccount-navigation a { border-radius: 9px; display: block; font-size: 13px; font-weight: 700; padding: 11px 13px; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { background: var(--rt-primary); color: #fff; }
.woocommerce-account .woocommerce-MyAccount-content { width: 72%; }

/* Footer */
.rtmall-footer { background: var(--rt-primary-dark); color: #fff; margin-top: 20px; padding: 75px 0 25px; }
.rtmall-footer__top { display: grid; gap: 55px; grid-template-columns: 1.4fr repeat(3,1fr); padding-bottom: 55px; }
.rtmall-wordmark--footer { color: #fff; }
.rtmall-footer__brand .custom-logo { filter: brightness(0) invert(1); max-height: 65px; width: auto; }
.rtmall-footer__brand p { color: rgba(255,255,255,.62); font-size: 13px; margin: 22px 0; max-width: 370px; }
.rtmall-footer-phone { align-items: center; color: var(--rt-accent); display: flex; font-weight: 800; gap: 9px; }
.rtmall-footer__widget { display: flex; flex-direction: column; gap: 9px; }
.rtmall-footer__widget h3, .rtmall-footer .widget-title { font-size: 14px; letter-spacing: 0; margin-bottom: 14px; }
.rtmall-footer__widget a, .rtmall-footer__widget p, .rtmall-footer .widget a { color: rgba(255,255,255,.64); font-size: 12px; margin: 0; }
.rtmall-footer__widget a:hover { color: var(--rt-accent); }
.rtmall-footer__bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.5); display: flex; font-size: 10px; gap: 25px; justify-content: space-between; padding-top: 25px; }
.rtmall-footer__bottom p { margin: 0; }
.rtmall-footer-menu { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
.rtmall-whatsapp { align-items: center; background: #25d366; border: 4px solid #fff; border-radius: 50%; bottom: 25px; box-shadow: 0 8px 22px rgba(0,0,0,.18); color: #fff; display: flex; height: 60px; justify-content: center; position: fixed; right: 24px; width: 60px; z-index: 85; }
.rtmall-toast { background: var(--rt-primary-dark); border-radius: 999px; bottom: 25px; color: #fff; font-size: 12px; font-weight: 700; left: 50%; max-width: calc(100% - 40px); opacity: 0; padding: 12px 20px; pointer-events: none; position: fixed; transform: translate(-50%,20px); transition: .25s; z-index: 200; }
.rtmall-toast.is-visible { opacity: 1; transform: translate(-50%,0); }

/* Pagination & comments */
.pagination .nav-links, .woocommerce nav.woocommerce-pagination ul { border: 0; display: flex; gap: 7px; justify-content: center; margin-top: 35px; }
.pagination .page-numbers, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { align-items: center; border: 1px solid var(--rt-line)!important; border-radius: 50%; display: inline-flex; height: 40px; justify-content: center; padding: 0!important; width: 40px; }
.pagination .current, .woocommerce nav.woocommerce-pagination ul li span.current { background: var(--rt-primary)!important; color: #fff!important; }
.rtmall-comments { margin: 50px auto; max-width: 900px; }
.rtmall-comments > ol { list-style: none; padding: 0; }
.rtmall-comments .comment-body { border-bottom: 1px solid var(--rt-line); padding: 22px 0; }
.rtmall-comments input, .rtmall-comments textarea { border: 1px solid var(--rt-line); border-radius: 10px; padding: 12px; width: 100%; }

@media (max-width: 1180px) {
	.rtmall-header-main .rtmall-container { gap: 16px; grid-template-columns: 170px minmax(240px,1fr) auto; }
	.rtmall-location-link { display: none!important; }
	.rtmall-menu { gap: 21px; }
	.rtmall-product-grid, .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.rtmall-category-grid { grid-template-columns: repeat(5,1fr); }
	.rtmall-promos .rtmall-container { grid-template-columns: 1fr 1fr; }
	.rtmall-promo:last-child { grid-column: 1 / -1; }
	.rtmall-footer__top { gap: 30px; }
}
@media (max-width: 980px) {
	.rtmall-container { width: min(calc(100% - 30px),var(--rt-container)); }
	.rtmall-announcement__links { display: none; }
	.rtmall-announcement .rtmall-container { justify-content: center; }
	.rtmall-header-main .rtmall-container { grid-template-columns: 42px 150px minmax(0,1fr) auto; min-height: 78px; }
	.rtmall-menu-toggle { display: block; }
	.rtmall-account-link > span, .rtmall-cart-link > span:last-child { display: none; }
	.rtmall-header-actions > a { padding: 5px 7px; }
	.rtmall-cart-link > .rtmall-cart-count { display: inline-flex; left: 23px; }
	.rtmall-primary-nav { display: none; }
	.rtmall-drawer-overlay { background: rgba(5,36,32,.45); inset: 0; opacity: 0; position: fixed; transition: .25s; visibility: hidden; z-index: 110; }
	.rtmall-drawer-overlay.is-open { display: block; opacity: 1; visibility: visible; }
	.rtmall-mobile-drawer { background: #fff; display: block; height: 100dvh; left: 0; max-width: 390px; overflow-y: auto; padding: 20px; position: fixed; top: 0; transform: translateX(-101%); transition: transform .28s ease; width: 88%; z-index: 120; }
	.rtmall-mobile-drawer.is-open { transform: translateX(0); }
	.rtmall-mobile-drawer__head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
	.rtmall-mobile-drawer__head strong { font-size: 18px; }
	.rtmall-mobile-drawer__head button { background: var(--rt-soft); border: 0; border-radius: 50%; color: var(--rt-primary); display: grid; height: 40px; place-items: center; width: 40px; }
	.rtmall-mobile-search { margin-bottom: 15px; }
	.rtmall-mobile-search .rtmall-search-form button { display: none; }
	.rtmall-mobile-quick { align-items: center; background: var(--rt-primary); border-radius: 12px; color: #fff; display: flex; font-size: 13px; font-weight: 800; justify-content: space-between; margin-bottom: 15px; padding: 14px 16px; }
	.rtmall-mobile-drawer .rtmall-menu, .rtmall-mobile-menu { display: block; list-style: none; margin: 0; padding: 0; }
	.rtmall-mobile-drawer .rtmall-menu li, .rtmall-mobile-menu li { border-bottom: 1px solid var(--rt-line); }
	.rtmall-mobile-drawer .rtmall-menu a, .rtmall-mobile-menu a { display: block; font-size: 14px; font-weight: 700; padding: 13px 3px; }
	.rtmall-mobile-drawer .sub-menu, .rtmall-mobile-menu .sub-menu { list-style: none; padding-left: 18px; }
	.rtmall-mobile-drawer__details { background: var(--rt-soft); border-radius: 12px; display: flex; flex-direction: column; gap: 9px; margin-top: 22px; padding: 15px; }
	.rtmall-mobile-drawer__details span, .rtmall-mobile-drawer__details a { align-items: center; display: flex; font-size: 12px; gap: 8px; }
	.rtmall-hero { min-height: 520px; }
	.rtmall-hero .rtmall-container { min-height: 520px; }
	.rtmall-hero__content { padding: 50px 0; }
	.rtmall-hero__visual img { max-height: 450px; }
	.rtmall-hero__offer { height: 100px; right: -3%; top: 60px; width: 100px; }
	.rtmall-benefits .rtmall-container { grid-template-columns: repeat(2,1fr); }
	.rtmall-benefits .rtmall-container > div:nth-child(2) { border-right: 0; }
	.rtmall-category-grid { grid-template-columns: repeat(4,1fr); }
	.rtmall-quick-toolbar { grid-template-columns: 1fr; }
	.rtmall-quick-selects label { flex: 1; }
	.rtmall-quick-product { grid-template-columns: 75px minmax(180px,1fr) 110px 210px; padding-inline: 14px; }
	.rtmall-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
	.rtmall-footer__widget:last-child { grid-column: 2 / -1; }
}
@media (max-width: 760px) {
	body { font-size: 15px; padding-bottom: 67px; }
	.rtmall-container { width: min(calc(100% - 24px),var(--rt-container)); }
	.rtmall-announcement { font-size: 10px; }
	.rtmall-announcement .rtmall-container { min-height: 31px; }
	.rtmall-header-main .rtmall-container { gap: 9px; grid-template-columns: 36px 1fr auto; min-height: 68px; }
	.rtmall-brand { justify-self: center; }
	.rtmall-brand .custom-logo { max-height: 46px; max-width: 150px; width: auto; }
	.rtmall-wordmark { font-size: 26px; }
	.rtmall-wordmark small { display: none; }
	.rtmall-header-search { background: #fff; border-bottom: 1px solid var(--rt-line); grid-column: 1 / -1; grid-row: 2; margin: 0 -12px; padding: 9px 12px; }
	.rtmall-header-main .rtmall-container { padding-bottom: 0; }
	.rtmall-header-search .rtmall-search-form { min-height: 44px; }
	.rtmall-header-search .rtmall-search-form button { display: none; }
	.rtmall-account-link { display: none!important; }
	.rtmall-header-actions > a { min-height: 42px; }
	.rtmall-hero { min-height: auto; }
	.rtmall-hero .rtmall-container { grid-template-columns: 1fr; }
	.rtmall-hero__content { padding: 48px 5px 18px; text-align: center; }
	.rtmall-hero h1 { font-size: clamp(38px,11vw,58px); }
	.rtmall-hero__content > p { font-size: 15px; }
	.rtmall-hero__actions, .rtmall-hero__proof { justify-content: center; }
	.rtmall-hero__visual { min-height: 340px; padding: 0; }
	.rtmall-hero__visual img { max-height: 355px; }
	.rtmall-hero__offer { font-size: 11px; height: 88px; right: 3%; top: 20px; width: 88px; }
	.rtmall-benefits .rtmall-container > div { min-height: 82px; padding: 14px 10px; }
	.rtmall-benefits .rtmall-container > div:first-child { border-left: 0; }
	.rtmall-section { padding: 55px 0; }
	.rtmall-section-heading { align-items: flex-start; gap: 15px; }
	.rtmall-section-heading h2 { font-size: 29px; }
	.rtmall-section-heading > a { font-size: 10px; white-space: nowrap; }
	.rtmall-category-grid { display: flex; gap: 10px; margin-right: -12px; overflow-x: auto; padding: 0 12px 14px 0; scroll-snap-type: x mandatory; }
	.rtmall-category-card { flex: 0 0 150px; scroll-snap-align: start; }
	.rtmall-category-card__image { height: 115px; }
	.rtmall-product-grid, .woocommerce ul.products { gap: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); }
	.rtmall-product-card__image { height: 170px; padding: 9px; }
	.rtmall-product-card__body { padding: 12px; }
	.rtmall-product-card__title { font-size: 12px; min-height: 34px; }
	.rtmall-product-card__price { font-size: 13px; }
	.rtmall-add-to-cart { height: 34px; width: 34px; }
	.rtmall-promos { padding-top: 0; }
	.rtmall-promos .rtmall-container { grid-template-columns: 1fr; }
	.rtmall-promo, .rtmall-promo:last-child { grid-column: auto; min-height: 235px; padding: 28px; }
	.rtmall-promo h2 { font-size: 23px; }
	.rtmall-quick-cta .rtmall-container { gap: 18px; grid-template-columns: 1fr; padding: 34px 28px; text-align: center; }
	.rtmall-quick-cta__icon { margin: 0 auto; }
	.rtmall-quick-cta h2 { font-size: 28px; }
	.rtmall-page-hero { padding: 45px 0; }
	.rtmall-page-hero h1 { font-size: 37px; }
	.rtmall-entry-content { padding-bottom: 55px; padding-top: 40px; }
	.rtmall-post-grid { grid-template-columns: 1fr; padding: 40px 0; }
	.rtmall-quick-order-page { padding-bottom: 80px; }
	.rtmall-quick-toolbar { border-radius: 15px; margin-top: 12px; padding: 10px; position: relative; top: auto; }
	.rtmall-quick-selects { display: grid; grid-template-columns: 1fr 1fr; }
	.rtmall-quick-selects label { min-width: 0; }
	.rtmall-quick-summary { padding-inline: 2px; }
	.rtmall-quick-product { gap: 9px; grid-template-columns: 65px minmax(0,1fr) auto; min-height: 100px; padding: 10px; }
	.rtmall-quick-product__image { height: 65px; }
	.rtmall-quick-product__info h3 { display: -webkit-box; font-size: 11px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
	.rtmall-quick-product__meta { display: none; }
	.rtmall-quick-product__price { font-size: 12px; grid-column: 2; grid-row: 2; text-align: left; }
	.rtmall-quick-product__price del { display: inline; }
	.rtmall-quick-product__action { grid-column: 3; grid-row: 1 / 3; }
	.rtmall-quantity { height: 34px; }
	.rtmall-quantity button { width: 28px; }
	.rtmall-quantity input { width: 25px; }
	.rtmall-quick-add { height: 34px; min-width: 58px; padding: 0 10px; }
	.rtmall-quick-cart-bar { bottom: 77px; max-width: calc(100% - 20px); }
	.rtmall-quick-cart-bar .rtmall-cart-total { display: none; }
	.rtmall-footer { padding: 52px 0 25px; }
	.rtmall-footer__top { gap: 35px 20px; grid-template-columns: 1fr 1fr; }
	.rtmall-footer__brand { grid-column: 1 / -1; }
	.rtmall-footer__widget:last-child { grid-column: 1 / -1; }
	.rtmall-footer__bottom { align-items: flex-start; flex-direction: column; }
	.rtmall-footer-menu { flex-wrap: wrap; }
	.rtmall-whatsapp { bottom: 80px; height: 54px; right: 13px; width: 54px; }
	.rtmall-mobile-bottom { align-items: center; background: #fff; border-top: 1px solid var(--rt-line); bottom: 0; display: grid; grid-template-columns: repeat(5,1fr); height: 68px; left: 0; position: fixed; right: 0; z-index: 95; }
	.rtmall-mobile-bottom a { align-items: center; color: var(--rt-muted); display: flex; flex-direction: column; font-size: 8px; gap: 2px; justify-content: center; position: relative; }
	.rtmall-mobile-bottom a.is-emphasis { align-self: flex-start; background: var(--rt-primary); border: 5px solid #fff; border-radius: 50%; color: #fff; font-size: 27px; height: 58px; justify-self: center; margin-top: -19px; width: 58px; }
	.rtmall-mobile-bottom .rtmall-cart-count { position: absolute; right: 16%; top: -4px; }
	.rtmall-toast { bottom: 78px; }
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; margin-bottom: 30px; width: 100%; }
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { padding: 12px; }
}
@media (max-width: 480px) {
	.rtmall-hero__proof { gap: 15px; }
	.rtmall-benefits .rtmall-container { grid-template-columns: 1fr 1fr; }
	.rtmall-benefits .rtmall-container > div { align-items: flex-start; }
	.rtmall-benefits .rtmall-icon { height: 22px; width: 22px; }
	.rtmall-product-card__image { height: 145px; }
	.rtmall-promo > div { max-width: 78%; }
	.rtmall-quick-selects { grid-template-columns: 1fr; }
	.rtmall-quick-product { grid-template-columns: 58px minmax(0,1fr); }
	.rtmall-quick-product__action { align-items: flex-end; flex-direction: column; grid-column: 2; grid-row: auto; }
	.rtmall-quick-product__price { grid-column: 2; grid-row: auto; }
	.rtmall-quick-product__action { align-items: center; flex-direction: row; justify-content: flex-start; }
	.rtmall-quick-cart-bar { gap: 10px; width: calc(100% - 24px); }
	.rtmall-quick-cart-bar a { margin-left: auto; }
	.rtmall-footer__top { grid-template-columns: 1fr; }
	.rtmall-footer__brand, .rtmall-footer__widget:last-child { grid-column: auto; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}

.rtmall-wordmark strong { color: var(--rt-primary); font: inherit; }
.rtmall-wordmark--footer strong { color: #fff; }
.rtmall-catalog-item .rtmall-product-card { height: 100%; }
/* WooCommerce Blocks: keep important action labels visible in cart and checkout. */
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-product-button__button,
.wc-block-components-button:not(.is-link) {
	background-color: var(--rt-primary) !important;
	border: 1px solid var(--rt-primary) !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	opacity: 1 !important;
	text-decoration: none !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-product-button__button:hover,
.wc-block-components-button:not(.is-link):hover {
	background-color: var(--rt-primary-dark) !important;
	border-color: var(--rt-primary-dark) !important;
	color: #fff !important;
}
.wc-block-cart__submit-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button .wc-block-components-button__text,
.wc-block-components-product-button__button .wc-block-components-button__text,
.wc-block-components-button:not(.is-link) .wc-block-components-button__text,
.wc-block-components-button:not(.is-link) > span {
	color: #fff !important;
	display: block !important;
	font-size: inherit !important;
	opacity: 1 !important;
	overflow: visible !important;
	visibility: visible !important;
}
.wc-block-cart__submit-button { min-height: 58px !important; width: 100% !important; }
.wc-block-cart__submit-container,
.wc-block-cart__submit-container--sticky { background: #fff !important; opacity: 1 !important; }
.wc-block-cart,
.wc-block-checkout,
.wc-block-components-sidebar,
.wc-block-components-main,
.wc-block-components-totals-wrapper,
.wc-block-components-product-name,
.wc-block-components-product-price,
.wc-block-components-order-summary-item__description {
	color: var(--rt-ink) !important;
}
.wc-block-components-totals-coupon__button.is-link,
.wc-block-components-button.is-link {
	background: transparent !important;
	border: 0 !important;
	color: var(--rt-primary) !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.wc-block-components-button:disabled { color: #fff !important; opacity: .55 !important; }

/* Content added through Pages → Home. */
.rtmall-editor-section { background: #fff; }
.rtmall-editor-section .rtmall-entry-content { max-width: 1320px; padding-block: 48px; }
.rtmall-editor-homepage { min-height: 45vh; }
.rtmall-editor-homepage .rtmall-entry-content--full { margin: 0; max-width: none; padding: 0; width: 100%; }

/* Keep the mobile Quick Order controls in normal flow and away from results. */
@media (max-width: 760px) {
	.rtmall-quick-order-page > .rtmall-container { overflow: visible; }
	.rtmall-quick-toolbar {
		margin: 18px 0 28px !important;
		position: relative !important;
		top: auto !important;
		z-index: 2 !important;
	}
	.rtmall-quick-summary { clear: both; padding-top: 0; position: relative; z-index: 1; }
	.rtmall-quick-results { position: relative; z-index: 1; }
	.wc-block-cart__submit-container--sticky { bottom: 68px !important; padding: 12px !important; }
}
/* Mobile navigation v1.1.1: equal icons, bold labels, balanced Quick Order. */
@media (max-width: 760px) {
	.rtmall-mobile-bottom {
		height: calc(72px + env(safe-area-inset-bottom));
		padding: 4px 8px env(safe-area-inset-bottom);
	}
	.rtmall-mobile-bottom a,
	.rtmall-mobile-bottom a.is-emphasis {
		align-items: center;
		align-self: stretch;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: var(--rt-muted);
		display: flex;
		flex-direction: column;
		font-size: 10px;
		font-weight: 800;
		gap: 4px;
		height: 64px;
		justify-content: center;
		justify-self: stretch;
		line-height: 1;
		margin: 0;
		min-width: 0;
		width: auto;
	}
	.rtmall-mobile-bottom a > .rtmall-icon {
		color: currentColor;
		height: 24px !important;
		stroke-width: 2.1;
		width: 24px !important;
	}
	.rtmall-mobile-bottom a.is-emphasis {
		color: var(--rt-ink);
		font-size: 10px;
		overflow: visible;
	}
	.rtmall-mobile-plus {
		align-items: center;
		background: var(--rt-primary);
		border: 4px solid #fff;
		border-radius: 50%;
		box-shadow: 0 5px 14px rgba(5,63,57,.22);
		color: #fff;
		display: flex;
		font-size: 27px;
		font-weight: 500;
		height: 48px;
		justify-content: center;
		line-height: 1;
		margin-top: -18px;
		width: 48px;
	}
	.rtmall-mobile-bottom a.is-emphasis small {
		color: var(--rt-ink);
		font-size: 9px;
		font-weight: 800;
		line-height: 1;
		margin-top: -2px;
	}
	.rtmall-mobile-bottom .rtmall-cart-count {
		height: 19px;
		min-width: 19px;
		right: calc(50% - 24px);
		top: 3px;
	}
	.home .rtmall-mobile-home,
	.blog .rtmall-mobile-home,
	.woocommerce-shop .rtmall-mobile-shop,
	.tax-product_cat .rtmall-mobile-shop,
	.post-type-archive-product .rtmall-mobile-shop,
	.woocommerce-account .rtmall-mobile-account,
	.woocommerce-cart .rtmall-mobile-cart,
	.woocommerce-checkout .rtmall-mobile-cart {
		color: var(--rt-primary);
	}
}
/* Cleaner floating WhatsApp contact button. */
.rtmall-whatsapp {
	background: linear-gradient(145deg, #2ad66f, #1fbd5b);
	border: 0;
	box-shadow: 0 10px 28px rgba(20, 128, 67, .28);
	height: 54px;
	right: 20px;
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
	width: 54px;
}
.rtmall-whatsapp .rtmall-icon {
	height: 27px;
	stroke-width: 1.85;
	width: 27px;
}
.rtmall-whatsapp:hover,
.rtmall-whatsapp:focus-visible {
	box-shadow: 0 13px 32px rgba(20, 128, 67, .38);
	filter: saturate(1.08);
	transform: translateY(-3px) scale(1.03);
}
.rtmall-whatsapp:focus-visible {
	outline: 3px solid rgba(37, 211, 102, .3);
	outline-offset: 3px;
}
@media (max-width: 760px) {
	.rtmall-whatsapp {
		bottom: 82px;
		height: 48px;
		right: 14px;
		width: 48px;
	}
	.rtmall-whatsapp .rtmall-icon { height: 24px; width: 24px; }
}
/* WooCommerce catalog and empty-cart responsive corrections. */
.woocommerce ul.products li.product.rtmall-catalog-item {
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}
.woocommerce ul.products li.product.rtmall-catalog-item .rtmall-product-card {
	height: 100%;
	max-width: none;
	width: 100% !important;
}
.wc-block-grid__products {
	display: grid !important;
	gap: 18px !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 24px 0 !important;
}
.wc-block-grid__product {
	border: 1px solid var(--rt-line) !important;
	border-radius: var(--rt-radius) !important;
	display: flex !important;
	flex-direction: column;
	margin: 0 !important;
	max-width: none !important;
	overflow: hidden;
	padding: 14px !important;
	text-align: left !important;
	width: 100% !important;
}
.wc-block-grid__product-image {
	align-items: center;
	background: #fbfcfb;
	border-radius: 12px;
	display: flex !important;
	height: 190px;
	justify-content: center;
	margin: 0 0 14px !important;
	overflow: hidden;
}
.wc-block-grid__product-image img {
	height: 100% !important;
	object-fit: contain !important;
	width: 100% !important;
}
.wc-block-grid__product-title {
	color: var(--rt-ink);
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.4 !important;
	min-height: 40px;
}
.wc-block-grid__product-price {
	color: var(--rt-primary);
	font-size: 14px !important;
	font-weight: 800;
}
.wc-block-grid__product-add-to-cart {
	margin-top: auto !important;
	padding-top: 12px;
}
.wc-block-grid__product-add-to-cart .wp-block-button__link,
.wc-block-grid__product-add-to-cart a,
.wc-block-grid__product-add-to-cart button {
	align-items: center !important;
	background: var(--rt-primary) !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	justify-content: center !important;
	line-height: 1 !important;
	min-height: 42px !important;
	opacity: 1 !important;
	padding: 0 18px !important;
	text-decoration: none !important;
	visibility: visible !important;
}
.wp-block-woocommerce-empty-cart-block {
	margin-inline: auto;
	max-width: 1320px;
	padding: 42px 20px 70px;
}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	color: var(--rt-ink);
	font-size: clamp(24px, 4vw, 38px);
	font-weight: 800;
	margin-bottom: 24px;
}

@media (max-width: 760px) {
	.rtmall-woocommerce-main { padding-top: 22px; }
	.rtmall-woocommerce-main > .rtmall-container {
		margin-inline: auto !important;
		width: calc(100% - 24px) !important;
	}
	.woocommerce-products-header__title.page-title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		display: block;
		float: none !important;
		margin: 0 0 12px !important;
		width: 100% !important;
	}
	.woocommerce .woocommerce-ordering select,
	.woocommerce-page .woocommerce-ordering select {
		max-width: none;
		width: 100%;
	}
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		clear: both;
		gap: 12px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		padding-top: 10px;
	}
	.woocommerce ul.products li.product.rtmall-catalog-item,
	.woocommerce-page ul.products li.product.rtmall-catalog-item {
		margin: 0 !important;
		width: 100% !important;
	}
	.rtmall-product-card__image { height: 165px; }
	.wc-block-grid__products {
		gap: 10px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.wc-block-grid__product { padding: 10px !important; }
	.wc-block-grid__product-image { height: 145px; margin-bottom: 10px !important; }
	.wc-block-grid__product-title {
		font-size: 12px !important;
		min-height: 34px;
	}
	.wc-block-grid__product-add-to-cart .wp-block-button__link,
	.wc-block-grid__product-add-to-cart a,
	.wc-block-grid__product-add-to-cart button {
		font-size: 11px !important;
		min-height: 38px !important;
		padding-inline: 12px !important;
		width: 100% !important;
	}
	.wp-block-woocommerce-empty-cart-block { padding: 30px 12px 90px; }
	.wc-block-cart,
	.wc-block-checkout {
		padding-inline: 0 !important;
	}
	.wc-block-cart__main,
	.wc-block-cart__sidebar,
	.wc-block-checkout__main,
	.wc-block-checkout__sidebar {
		margin: 0 !important;
		width: 100% !important;
	}
}
@media (max-width: 390px) {
	.rtmall-product-card__image { height: 145px; }
	.wc-block-grid__product-image { height: 125px; }
}
/* Slightly larger storefront typography and checkout field visibility. */
.rtmall-hidden-postcode,
.rtmall-hidden-postcode.form-row {
	display: none !important;
}
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-form .wc-block-components-text-input input {
	font-size: 16px !important;
}
.wc-block-components-text-input label,
.wc-block-components-checkbox label,
.wc-block-components-radio-control__label,
.wc-block-components-address-card address,
.wc-block-components-order-summary-item__description {
	font-size: 14px;
}
.wc-block-components-button,
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
	font-size: 15px !important;
	font-weight: 800 !important;
}

@media (max-width: 760px) {
	body { font-size: 16px; }
	.rtmall-mobile-bottom a,
	.rtmall-mobile-bottom a.is-emphasis { font-size: 11px; }
	.rtmall-mobile-bottom a.is-emphasis small { font-size: 10px; }
	.rtmall-product-card__category,
	.rtmall-product-card__category a { font-size: 11px; }
	.rtmall-product-card__title { font-size: 15px; }
	.rtmall-product-card__price { font-size: 17px; }
	.rtmall-quick-product__info h3 { font-size: 13px; }
	.rtmall-quick-product__stock { font-size: 10px; }
	.rtmall-quick-product__price { font-size: 14px; }
	.rtmall-quick-add { font-size: 13px; }
	.woocommerce .woocommerce-result-count,
	.woocommerce-page .woocommerce-result-count,
	.woocommerce .woocommerce-ordering select,
	.woocommerce-page .woocommerce-ordering select { font-size: 16px; }
	.wc-block-grid__product-title { font-size: 14px !important; }
	.wc-block-grid__product-price { font-size: 15px !important; }
	.wc-block-grid__product-add-to-cart .wp-block-button__link,
	.wc-block-grid__product-add-to-cart a,
	.wc-block-grid__product-add-to-cart button { font-size: 13px !important; }
}
/* WooCommerce mobile edge spacing v1.2.1. */
@media (max-width: 980px) {
	.rtmall-woocommerce-main,
	.woocommerce-page .rtmall-woocommerce-main {
		max-width: 100%;
		overflow: hidden;
		width: 100%;
	}
	.rtmall-woocommerce-main > .rtmall-container,
	.woocommerce-page .rtmall-woocommerce-main > .rtmall-container {
		margin-inline: auto !important;
		max-width: 100% !important;
		padding-inline: 16px !important;
		width: 100% !important;
	}
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		box-sizing: border-box;
		max-width: 100% !important;
		min-width: 0;
		width: 100% !important;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce ul.products li.product.rtmall-catalog-item,
	.woocommerce-page ul.products li.product.rtmall-catalog-item,
	.rtmall-catalog-item .rtmall-product-card {
		box-sizing: border-box;
		max-width: 100% !important;
		min-width: 0 !important;
	}
	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering,
	.woocommerce .woocommerce-ordering select,
	.woocommerce-page .woocommerce-ordering select {
		box-sizing: border-box;
		max-width: 100% !important;
	}
	.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout,
	.wp-block-woocommerce-empty-cart-block,
	.wp-block-woocommerce-cart-order-summary-block,
	.wp-block-woocommerce-checkout-order-summary-block {
		box-sizing: border-box;
		max-width: 100% !important;
	}
}
@media (max-width: 760px) {
	.rtmall-woocommerce-main > .rtmall-container,
	.woocommerce-page .rtmall-woocommerce-main > .rtmall-container {
		padding-inline: 12px !important;
	}
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		gap: 12px !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	.rtmall-product-card__body {
		min-width: 0;
		padding: 13px !important;
	}
	.rtmall-product-card__title,
	.rtmall-product-card__title a {
		overflow-wrap: anywhere;
		word-break: normal;
	}
	.rtmall-product-card__bottom {
		min-width: 0;
	}
	.rtmall-product-card__price {
		min-width: 0;
		overflow-wrap: anywhere;
	}
	.rtmall-add-to-cart {
		flex: 0 0 40px;
		height: 40px;
		width: 40px;
	}
	.wp-block-woocommerce-cart,
	.wp-block-woocommerce-checkout,
	.wp-block-woocommerce-empty-cart-block {
		padding-inline: 12px !important;
	}
}
@media (max-width: 390px) {
	.rtmall-woocommerce-main > .rtmall-container,
	.woocommerce-page .rtmall-woocommerce-main > .rtmall-container {
		padding-inline: 10px !important;
	}
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		gap: 10px !important;
	}
	.rtmall-product-card__body {
		padding: 11px !important;
	}
}
.rtmall-required-mark {
	color: var(--rt-danger);
	font-weight: 800;
}
/* WooCommerce notice button alignment v1.2.3. */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce div.product form.cart .button {
	align-items: center !important;
	display: inline-flex !important;
	justify-content: center !important;
	line-height: 1.2 !important;
	text-align: center;
}
.woocommerce-message {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
}
.woocommerce-message .button.wc-forward,
.woocommerce-info .button.wc-forward {
	align-items: center !important;
	align-self: center;
	display: inline-flex !important;
	float: none !important;
	grid-column: 2;
	grid-row: 1;
	justify-content: center !important;
	line-height: 1.2 !important;
	margin: 0 !important;
	min-height: 46px;
	padding: 10px 24px !important;
	white-space: nowrap;
}
@media (max-width: 760px) {
	.woocommerce-message {
		align-items: stretch;
		gap: 14px;
		grid-template-columns: minmax(0, 1fr);
		padding: 18px 16px 18px 48px !important;
	}
	.woocommerce-message .button.wc-forward,
	.woocommerce-info .button.wc-forward {
		grid-column: 1;
		grid-row: 2;
		margin-left: -32px !important;
		width: calc(100% + 32px);
	}
}
/* Product-card cart flow and hero Quick Order v1.2.4. */
.rtmall-product-card .added_to_cart,
.rtmall-product-card .added_to_cart.wc-forward {
	display: none !important;
}
.rtmall-hero-quick-button {
	background: linear-gradient(135deg, var(--rt-accent), #d4ef66);
	border: 1px solid rgba(5, 63, 57, .12);
	box-shadow: 0 14px 30px rgba(80, 126, 17, .24);
	color: var(--rt-primary-dark);
	gap: 11px;
	min-height: 58px;
	overflow: hidden;
	padding-inline: 28px;
	position: relative;
}
.rtmall-hero-quick-button::after {
	background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.55) 48%, transparent 72%);
	content: "";
	inset: 0;
	position: absolute;
	transform: translateX(-130%);
	transition: transform .55s ease;
}
.rtmall-hero-quick-button > * {
	position: relative;
	z-index: 1;
}
.rtmall-hero-quick-button:hover {
	background: linear-gradient(135deg, #c4e94c, #def47e);
	box-shadow: 0 17px 36px rgba(80, 126, 17, .3);
	color: var(--rt-primary-dark);
	transform: translateY(-3px);
}
.rtmall-hero-quick-button:hover::after {
	transform: translateX(130%);
}
.rtmall-hero-quick-button .rtmall-icon-arrow {
	transition: transform .2s ease;
}
.rtmall-hero-quick-button:hover .rtmall-icon-arrow {
	transform: translateX(4px);
}
@media (max-width: 480px) {
	.rtmall-hero-quick-button {
		justify-content: center;
		width: 100%;
	}
}
/* Compact Quick Order and cart-icon tabs v1.2.5. */
.rtmall-hero-quick-button {
	background: linear-gradient(135deg, var(--rt-warm), #ffc34f);
	border-color: rgba(89, 57, 0, .12);
	box-shadow: 0 10px 22px rgba(186, 116, 0, .22);
	color: var(--rt-primary-dark);
	font-size: 13px;
	gap: 8px;
	min-height: 48px;
	padding-inline: 18px;
	width: fit-content;
}
.rtmall-hero-quick-button:hover {
	background: linear-gradient(135deg, #e99100, #ffb82e);
	box-shadow: 0 13px 27px rgba(186, 116, 0, .28);
	color: var(--rt-primary-dark);
}
@media (max-width: 480px) {
	.rtmall-hero-quick-button {
		margin-inline: auto;
		max-width: 100%;
		min-height: 46px;
		padding-inline: 16px;
		width: fit-content;
	}
}
/* Sahiwal fast checkout and mobile product page v1.2.6. */
.rtmall-fast-checkout-hidden,
.rtmall-fast-checkout-hidden.form-row {
	display: none !important;
}

/* Single product: clean two-column desktop layout. */
.single-product .rtmall-woocommerce-main {
	background: linear-gradient(180deg, #f8faf7 0, #fff 560px);
	padding-top: 26px;
}
.single-product .rtmall-woocommerce-main > .rtmall-container {
	max-width: 1240px;
}
.single-product .woocommerce div.product {
	display: grid;
	gap: 34px 46px;
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
}
.single-product .woocommerce div.product .woocommerce-product-gallery,
.single-product .woocommerce div.product .summary {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}
.single-product .woocommerce-product-gallery {
	align-self: start;
	background: #fff;
	border: 1px solid var(--rt-line);
	border-radius: 24px;
	overflow: hidden;
	padding: 22px;
}
.single-product .woocommerce-product-gallery__image a {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 470px;
}
.single-product .woocommerce-product-gallery__image img {
	max-height: 470px;
	object-fit: contain;
	width: 100% !important;
}
.single-product .flex-control-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 14px !important;
	overflow-x: auto;
	padding: 3px !important;
}
.single-product .flex-control-thumbs li {
	border: 1px solid var(--rt-line);
	border-radius: 10px;
	flex: 0 0 76px;
	overflow: hidden;
}
.single-product .woocommerce div.product .summary {
	align-self: start;
	background: #fff;
	border: 1px solid var(--rt-line);
	border-radius: 24px;
	box-shadow: 0 18px 48px rgba(17,56,49,.08);
	padding: 34px;
}
.single-product .woocommerce div.product .product_title {
	font-size: clamp(30px, 3.5vw, 48px);
	line-height: 1.08;
	margin-bottom: 16px;
}
.single-product .woocommerce-product-rating {
	margin-bottom: 16px !important;
}
.single-product .woocommerce div.product p.price,
.single-product .woocommerce div.product span.price {
	font-size: 28px;
	margin-bottom: 18px;
}
.single-product .woocommerce-product-details__short-description {
	color: var(--rt-muted);
	font-size: 15px;
	line-height: 1.75;
}
.single-product .stock {
	background: #eaf7e7;
	border-radius: 999px;
	display: inline-flex;
	font-size: 12px !important;
	font-weight: 800;
	padding: 6px 12px;
}
.single-product .woocommerce div.product form.cart {
	align-items: stretch;
	display: flex;
	gap: 12px;
	margin: 24px 0 18px;
}
.single-product .woocommerce div.product form.cart .quantity {
	margin: 0 !important;
}
.single-product .woocommerce div.product form.cart .qty {
	border: 1px solid var(--rt-line);
	border-radius: 999px;
	height: 52px;
	min-width: 84px;
	padding: 0 10px;
}
.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
	flex: 1;
	font-size: 15px;
	min-height: 52px;
}
.single-product .woocommerce div.product form.cart .variations {
	margin-bottom: 14px;
	width: 100%;
}
.single-product .woocommerce div.product form.cart.variations_form {
	display: block;
}
.single-product .woocommerce div.product form.cart .variations select {
	border: 1px solid var(--rt-line);
	border-radius: 12px;
	min-height: 50px;
	padding: 0 14px;
	width: 100%;
}
.single-product .woocommerce div.product .product_meta {
	border-top: 1px solid var(--rt-line);
	color: var(--rt-muted);
	font-size: 12px;
	line-height: 1.8;
	padding-top: 17px;
}
.single-product .woocommerce-tabs,
.single-product .related,
.single-product .upsells {
	grid-column: 1 / -1;
}
.single-product .woocommerce-tabs {
	background: #fff;
	border: 1px solid var(--rt-line);
	border-radius: 22px;
	padding: 24px;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 8px;
	margin: 0 0 22px;
	overflow-x: auto;
	padding: 0 !important;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: var(--rt-soft);
	border: 0;
	border-radius: 999px;
	margin: 0;
	padding: 0 18px;
	white-space: nowrap;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--rt-primary);
	color: #fff;
}

/* Fast checkout: attractive, focused and touch friendly. */
.woocommerce-checkout .rtmall-site-main {
	background: linear-gradient(180deg, #edf5f0 0, #f8faf7 360px, #fff 100%);
}
.woocommerce-checkout .rtmall-entry-content {
	max-width: 1240px;
	padding-bottom: 110px;
}
.rtmall-local-checkout-note {
	align-items: center;
	background: linear-gradient(135deg, var(--rt-primary), var(--rt-primary-dark));
	border-radius: 18px;
	box-shadow: 0 15px 35px rgba(5,63,57,.18);
	color: #fff;
	display: flex;
	gap: 10px 22px;
	justify-content: space-between;
	margin: 22px auto;
	max-width: 1240px;
	padding: 18px 24px;
}
.rtmall-local-checkout-note strong {
	font-size: 18px;
}
.rtmall-local-checkout-note span {
	color: rgba(255,255,255,.82);
	font-size: 13px;
}
.wp-block-woocommerce-checkout,
.wc-block-checkout {
	gap: 24px !important;
	max-width: 1240px !important;
}
.wc-block-components-checkout-step {
	background: #fff;
	border: 1px solid var(--rt-line);
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(17,56,49,.055);
	margin-bottom: 16px !important;
	padding: 22px !important;
}
.wc-block-components-checkout-step__heading {
	margin-bottom: 18px !important;
}
.wc-block-components-checkout-step__title {
	color: var(--rt-ink);
	font-size: 22px !important;
	font-weight: 800 !important;
}
.wc-block-components-address-form {
	align-items: stretch !important;
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	gap: 14px !important;
}
.wc-block-components-address-form > * {
	align-self: stretch !important;
	box-sizing: border-box !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0 !important;
	width: 100% !important;
}
.wc-block-components-address-form .wc-block-components-text-input,
.wc-block-components-address-form .wc-block-components-combobox,
.wc-block-components-address-form .wc-block-components-address-form__field,
.wc-block-components-address-form .wc-block-components-select-input {
	margin-bottom: 0 !important;
	min-height: 56px;
}
/* Keep Checkout Block labels raised so focus and typing never animate the field. */
.wc-block-checkout .wc-block-components-text-input label {
	transform: translateY(4px) scale(.75) !important;
	transform-origin: top left !important;
}
.wc-block-checkout .wc-block-components-text-input input {
	padding-bottom: 7px !important;
	padding-top: 23px !important;
}
/* Direct WooCommerce Block field containers: fixed full-width fast-order sequence. */
.wc-block-components-address-form > .wc-block-components-address-form__phone,
.wc-block-components-address-form > .rtmall-phone-first,
.wc-block-components-address-form > :has(input[name="billing_phone"]),
.wc-block-components-address-form > :has(input[autocomplete="tel"]) {
	order: -40 !important;
}
.wc-block-components-address-form > .wc-block-components-address-form__first_name,
.wc-block-components-address-form > .rtmall-customer-name-field,
.wc-block-components-address-form > :has(input[name="billing_first_name"]),
.wc-block-components-address-form > :has(input[autocomplete="given-name"]) {
	order: -30 !important;
}
.wc-block-components-address-form > .wc-block-components-address-form__address_1,
.wc-block-components-address-form > .rtmall-delivery-address-field,
.wc-block-components-address-form > :has(input[name="billing_address_1"]),
.wc-block-components-address-form > :has(input[autocomplete="address-line1"]) {
	order: -20 !important;
}
.wc-block-components-address-form > .rtmall-local-city-select {
	order: -10 !important;
}
.wc-block-components-address-form > .wc-block-components-address-form__last_name,
.wc-block-components-address-form > .wc-block-components-address-form__address_2,
.wc-block-components-address-form > .wc-block-components-address-form__company,
.wc-block-components-address-form > .wc-block-components-address-form__postcode,
.wc-block-components-address-form > .wc-block-components-address-form__country,
.wc-block-components-address-form > .wc-block-components-address-form__state {
	display: none !important;
}
.wc-block-components-address-form__address_2-toggle {
	display: none !important;
}
.rtmall-local-city-select {
	background: #fff;
	border: 1px solid #8d9894;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	min-height: 58px;
	padding: 7px 13px 6px;
}
.rtmall-local-city-select span {
	color: var(--rt-muted);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
}
.rtmall-local-city-select select {
	background: transparent;
	border: 0;
	color: var(--rt-ink);
	font-size: 16px;
	font-weight: 700;
	min-height: 32px;
	outline: 0;
	opacity: 1;
	padding: 0;
	width: 100%;
}
.rtmall-local-city-select select:disabled {
	color: var(--rt-ink);
	cursor: not-allowed;
	opacity: 1;
}
.wc-block-components-text-input input,
.wc-block-components-combobox input,
.woocommerce-checkout .input-text,
.woocommerce-checkout select {
	border-radius: 10px !important;
	min-height: 56px !important;
}
.wc-block-checkout__sidebar .wc-block-components-sidebar-layout__sidebar,
.wc-block-checkout__sidebar {
	background: #fff;
	border-radius: 20px;
}
.wc-block-components-checkout-place-order-button {
	background: var(--rt-primary) !important;
	border-radius: 999px !important;
	box-shadow: 0 12px 28px rgba(7,92,82,.2);
	font-size: 16px !important;
	min-height: 56px !important;
	width: 100%;
}
.woocommerce form.checkout {
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.3fr) minmax(320px, .7fr);
}
.woocommerce form.checkout #customer_details,
.woocommerce form.checkout #order_review,
.woocommerce form.checkout #order_review_heading {
	float: none;
	width: 100%;
}
.woocommerce form.checkout #customer_details,
.woocommerce form.checkout #order_review {
	background: #fff;
	border: 1px solid var(--rt-line);
	border-radius: 20px;
	padding: 24px;
}
.woocommerce form.checkout #order_review_heading {
	grid-column: 2;
	margin: 0;
}
.woocommerce form.checkout #order_review {
	grid-column: 2;
}
.woocommerce form.checkout #customer_details {
	grid-row: 1 / span 3;
}

@media (max-width: 760px) {
	.single-product .rtmall-woocommerce-main {
		padding: 16px 0 92px;
	}
	.single-product .rtmall-woocommerce-main > .rtmall-container {
		padding-inline: 12px !important;
	}
	.single-product .rtmall-breadcrumb {
		font-size: 10px;
		margin-bottom: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.single-product .woocommerce div.product {
		display: grid;
		gap: 16px;
		grid-template-columns: minmax(0, 1fr);
	}
	.single-product .woocommerce-product-gallery {
		border-radius: 18px;
		padding: 12px;
	}
	.single-product .woocommerce-product-gallery__image a {
		min-height: 300px;
	}
	.single-product .woocommerce-product-gallery__image img {
		max-height: 300px;
	}
	.single-product .woocommerce div.product .summary {
		border-radius: 18px;
		padding: 20px 16px;
	}
	.single-product .woocommerce div.product .product_title {
		font-size: 28px;
		margin-bottom: 12px;
	}
	.single-product .woocommerce div.product p.price,
	.single-product .woocommerce div.product span.price {
		font-size: 23px;
	}
	.single-product .woocommerce-product-details__short-description {
		font-size: 14px;
	}
	.single-product .woocommerce div.product form.cart {
		display: grid;
		gap: 10px;
		grid-template-columns: 88px minmax(0, 1fr);
	}
	.single-product .woocommerce div.product form.cart.variations_form,
	.single-product .woocommerce div.product form.cart.grouped_form {
		display: block;
	}
	.single-product .woocommerce div.product form.cart.variations_form .single_variation_wrap {
		margin-top: 14px;
	}
	.single-product .woocommerce div.product form.cart.variations_form .variations_button {
		display: grid;
		gap: 10px;
		grid-template-columns: 88px minmax(0, 1fr);
	}
	.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
		font-size: 14px;
		min-width: 0;
		padding-inline: 14px;
		width: 100%;
	}
	.single-product .woocommerce-tabs {
		border-radius: 18px;
		padding: 16px;
	}
	.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
		font-size: 12px;
		padding-inline: 14px;
	}
	.single-product .related > h2,
	.single-product .upsells > h2 {
		font-size: 26px;
	}

	.woocommerce-checkout .rtmall-page-hero {
		padding-block: 26px;
	}
	.woocommerce-checkout .rtmall-page-hero h1 {
		font-size: 34px;
	}
	.woocommerce-checkout .rtmall-entry-content {
		padding-inline: 12px;
	}
	.rtmall-local-checkout-note {
		align-items: flex-start;
		border-radius: 15px;
		flex-direction: column;
		margin: 14px 12px;
		padding: 16px 18px;
	}
	.rtmall-local-checkout-note strong {
		font-size: 17px;
	}
	.wp-block-woocommerce-checkout,
	.wc-block-checkout {
		gap: 14px !important;
		padding: 0 !important;
	}
	.wc-block-components-checkout-step {
		border-radius: 16px;
		padding: 16px 13px !important;
	}
	.wc-block-components-checkout-step__title {
		font-size: 20px !important;
	}
	.wc-block-components-address-form {
		gap: 12px !important;
	}
	.wc-block-components-address-form .wc-block-components-text-input,
	.wc-block-components-address-form .wc-block-components-combobox,
	.wc-block-components-address-form .wc-block-components-address-form__field,
	.wc-block-components-address-form .wc-block-components-select-input {
		max-width: none !important;
		width: 100% !important;
	}
	.rtmall-local-city-select {
		min-height: 56px;
	}
	.wc-block-components-checkout-place-order-button {
		min-height: 58px !important;
	}
	.woocommerce form.checkout {
		display: block;
	}
	.woocommerce form.checkout #customer_details,
	.woocommerce form.checkout #order_review {
		border-radius: 16px;
		margin-bottom: 16px;
		padding: 16px 13px;
	}
}