/*
Theme Name: Rawah Beauty Premium - SEO & Brand
Theme URI: https://rawahbeauty.com
Description: Premium Astra child theme for Rawah Beauty with a modern skincare shopping experience inspired by leading Pakistani beauty stores.
Author: Rawah Beauty
Template: astra
Version: 3.6.0
Text Domain: rawah-beauty
*/

:root {
    --rb-black: #111111;
    --rb-ink: #1b1b1b;
    --rb-muted: #6b6b6b;
    --rb-white: #ffffff;
    --rb-offwhite: #faf9f7;
    --rb-cream: #f5eee8;
    --rb-blush: #ead5cd;
    --rb-pink: #d9aaa0;
    --rb-border: #e7e3df;
    --rb-success: #166534;
    --rb-sale: #bd1e2d;
    --rb-radius: 4px;
    --rb-container: 1320px;
    --rb-shadow: 0 15px 45px rgba(17, 17, 17, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--rb-ink);
    background: var(--rb-white);
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}
body.rb-menu-open { overflow: hidden; }
body.rawah-front-page { padding: 0 !important; }
body.rawah-front-page #wpadminbar { z-index: 99999; }
body.rawah-front-page a { color: inherit; }
body.rawah-front-page h1,
body.rawah-front-page h2,
body.rawah-front-page h3,
body.rawah-front-page h4,
body.rawah-front-page p { margin-top: 0; }
img { max-width: 100%; }
button, input { font: inherit; }

.rb-container {
    width: min(calc(100% - 48px), var(--rb-container));
    margin-inline: auto;
}

.rb-announcement {
    position: relative;
    z-index: 1002;
    background: var(--rb-black);
    color: var(--rb-white);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
}
.rb-announcement-inner {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}
.rb-announcement a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.rb-utility {
    background: #f6f6f6;
    border-bottom: 1px solid #ececec;
    color: #4d4d4d;
    font-size: 11px;
}
.rb-utility-inner {
    min-height: 32px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}
.rb-utility-inner > a:first-child { justify-self: start; }
.rb-utility-inner > a:last-child { justify-self: end; }
.rb-utility a { text-decoration: none; font-weight: 600; }

.rb-site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .98);
    transition: box-shadow .25s ease;
}
.admin-bar .rb-site-header { top: 32px; }
.rb-site-header.is-scrolled { box-shadow: 0 8px 24px rgba(17,17,17,.08); }
.rb-main-header {
    min-height: 84px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 28px;
}
.rb-search {
    justify-self: start;
    width: min(100%, 280px);
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #aaa;
    padding: 8px 0;
}
.rb-search svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}
.rb-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0;
    color: var(--rb-ink);
    font-size: 12px;
}
.rb-brand {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.rb-brand-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: var(--rb-black);
    white-space: nowrap;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}
.rb-wordmark-rawah {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .105em;
    display: block;
}
.rb-wordmark-beauty {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .34em;
    display: block;
    padding-left: .34em;
}
.rb-logo-image { display: none; }
.rb-header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 22px;
}
.rb-header-actions > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: var(--rb-black);
    font-size: 11px;
    font-weight: 600;
}
.rb-header-actions svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}
.rb-cart-count {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rb-black);
    color: #fff;
    font-size: 9px;
    line-height: 1;
}
.rb-menu-toggle { display: none; }

.rb-desktop-nav {
    border-top: 1px solid var(--rb-border);
    border-bottom: 1px solid var(--rb-border);
    background: #fff;
}
.rb-nav-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
}
.rb-nav-inner > a,
.rb-nav-dropdown > button {
    border: 0;
    background: none;
    padding: 15px 0;
    color: var(--rb-black);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    cursor: pointer;
}
.rb-nav-inner > a { position: relative; }
.rb-nav-inner > a::after,
.rb-nav-dropdown > button::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 1px;
    background: var(--rb-black);
    transform: scaleX(0);
    transition: transform .2s ease;
}
.rb-nav-inner > a:hover::after,
.rb-nav-dropdown:hover > button::after { transform: scaleX(1); }
.rb-nav-dropdown { position: relative; }
.rb-nav-dropdown > button { position: relative; }
.rb-nav-dropdown > button span { margin-left: 4px; }
.rb-mega-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translate(-50%, 12px);
    width: 260px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--rb-border);
    box-shadow: var(--rb-shadow);
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
}
.rb-nav-dropdown:hover .rb-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}
.rb-mega-menu a {
    display: block;
    padding: 10px 8px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
}
.rb-mega-menu a:last-child { border-bottom: 0; }
.rb-mega-menu a:hover { background: #f8f8f8; }

.rb-mobile-panel,
.rb-menu-overlay { display: none; }

.rb-hero {
    position: relative;
    background: #f2e7e0;
    overflow: hidden;
}
.rb-hero-slider { position: relative; min-height: 620px; }
.rb-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(2%);
    transition: opacity .65s ease, transform .65s ease, visibility .65s;
}
.rb-hero-slide:nth-child(2) { background: #edf0ed; }
.rb-hero-slide:nth-child(3) { background: #efe8df; }
.rb-hero-slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.rb-hero-grid {
    min-height: 620px;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: 60px;
}
.rb-kicker {
    display: block;
    margin-bottom: 12px;
    color: #5a4d48;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .22em;
}
.rb-hero-copy { max-width: 610px; padding: 70px 0; }
.rb-hero-copy h1 {
    margin-bottom: 20px;
    color: var(--rb-black);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(48px, 5.5vw, 78px);
    line-height: 1.02;
    letter-spacing: -.035em;
}
.rb-hero-copy p {
    max-width: 540px;
    margin-bottom: 28px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 1.75;
}
.rb-hero-buttons { display: flex; align-items: center; gap: 24px; }
.rb-button {
    min-height: 48px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rb-black);
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    transition: .2s ease;
}
.rb-button-dark { background: var(--rb-black); color: #fff !important; }
.rb-button-dark:hover { background: transparent; color: var(--rb-black) !important; }
.rb-button-outline { background: transparent; color: var(--rb-black) !important; }
.rb-button-outline:hover { background: var(--rb-black); color: #fff !important; }
.rb-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--rb-black);
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid var(--rb-black);
}
.rb-hero-visual {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.rb-hero-halo {
    position: absolute;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(255,255,255,.58);
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.rb-hero-visual > img {
    position: relative;
    z-index: 2;
    width: min(88%, 690px);
    height: 570px;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 26px 24px rgba(17,17,17,.16));
}
.rb-hero-product-label {
    position: absolute;
    z-index: 3;
    right: 10px;
    bottom: 44px;
    width: 230px;
    padding: 17px 19px;
    background: rgba(255,255,255,.93);
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(17,17,17,.1);
}
.rb-hero-product-label span { display: block; font-size: 11px; font-weight: 600; line-height: 1.4; }
.rb-hero-product-label strong { display: block; margin-top: 7px; font-size: 13px; }
.rb-hero-placeholder {
    position: relative;
    z-index: 2;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 110px;
    font-weight: 700;
    letter-spacing: .1em;
    opacity: .12;
}
.rb-slider-arrow {
    all: unset;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 8;
    top: 50%;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(17,17,17,.22);
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: var(--rb-black);
    box-shadow: 0 8px 24px rgba(17,17,17,.10);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.rb-slider-arrow svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}
.rb-slider-arrow:hover {
    border-color: var(--rb-black);
    background: var(--rb-black);
    color: #fff;
    box-shadow: 0 10px 28px rgba(17,17,17,.18);
}
.rb-slider-arrow:active { transform: translateY(-50%) scale(.96); }
.rb-slider-arrow:focus { outline: none; }
.rb-slider-arrow:focus-visible {
    outline: 2px solid var(--rb-black);
    outline-offset: 4px;
}
.rb-slider-prev { left: clamp(12px, 2vw, 30px); }
.rb-slider-next { right: clamp(12px, 2vw, 30px); }
.rb-slider-dots {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 24px;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}
.rb-slider-dots button {
    width: 34px;
    height: 3px;
    padding: 0;
    border: 0;
    background: rgba(17,17,17,.25);
    cursor: pointer;
}
.rb-slider-dots button.is-active { background: var(--rb-black); }

.rb-category-section {
    padding: 34px 0 30px;
    border-bottom: 1px solid var(--rb-border);
}
.rb-category-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 22px;
}
.rb-category-item {
    text-align: center;
    text-decoration: none;
    font-size: 12px;
}
.rb-category-circle {
    width: min(100%, 132px);
    aspect-ratio: 1;
    margin: 0 auto 12px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    overflow: hidden;
    background: #f4efeb;
    transition: transform .25s ease, box-shadow .25s ease;
}
.rb-category-circle img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rb-category-circle b { color: #927469; font-size: 22px; letter-spacing: .04em; }
.rb-category-circle.has-image { background: #f4efeb; }
.rb-category-circle.no-image { background: #f4efeb; }
.rb-category-item strong { font-weight: 600; }
.rb-category-item:hover .rb-category-circle { transform: translateY(-5px); box-shadow: var(--rb-shadow); }

.rb-section { padding: 90px 0; }
.rb-section-heading { margin-bottom: 36px; }
.rb-centered-heading { max-width: 720px; margin-inline: auto; margin-bottom: 42px; text-align: center; }
.rb-section-heading h2 {
    margin-bottom: 8px;
    color: var(--rb-black);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.08;
    letter-spacing: -.03em;
}
.rb-section-heading p { margin-bottom: 0; color: var(--rb-muted); }
.rb-heading-with-link { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.rb-heading-with-link h2 { margin-bottom: 0; }

.rb-products-section { background: var(--rb-white); }
.rb-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px 20px;
}
.rb-product-card { min-width: 0; background: #fff; }
.rb-product-visual {
    position: relative;
    overflow: hidden;
    background: #f5f3f1;
}
.rb-product-image {
    display: block;
    aspect-ratio: .92;
    overflow: hidden;
}
.rb-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.rb-product-card:hover .rb-product-image img { transform: scale(1.035); }
.rb-discount {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    padding: 6px 9px;
    background: var(--rb-sale);
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .05em;
}
.rb-new-badge { background: var(--rb-black); }
.rb-quick-view {
    position: absolute;
    z-index: 3;
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.94);
    color: var(--rb-black);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    opacity: 0;
    transform: translateY(12px);
    transition: .25s ease;
}
.rb-product-card:hover .rb-quick-view { opacity: 1; transform: translateY(0); }
.rb-product-content { padding: 16px 2px 0; }
.rb-rating-row { min-height: 21px; display: flex; align-items: center; gap: 7px; }

.rb-stars { color: #b8860b; font-size: 11px; letter-spacing: 1px; }
.rb-rating-count { color: var(--rb-muted); font-size: 10px; }
.rb-product-content h3 {
    min-height: 44px;
    margin: 5px 0 6px;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}
.rb-product-content h3 a { text-decoration: none; }
.rb-price {
    min-height: 24px;
    margin-bottom: 12px;
    color: var(--rb-black);
    font-size: 13px;
    font-weight: 700;
}
.rb-price del { color: #999; font-weight: 500; margin-right: 5px; }
.rb-price ins { text-decoration: none; }
.rb-add-button,
body.woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.woocommerce #respond input#submit {
    width: 100%;
    min-height: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rb-black) !important;
    border-radius: 0 !important;
    background: var(--rb-black) !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .05em;
    transition: .2s ease;
}
.rb-add-button:hover,
body.woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover { background: #fff !important; color: var(--rb-black) !important; }
.rb-section-cta { margin-top: 42px; text-align: center; }
.rb-empty-state { grid-column: 1 / -1; padding: 40px; background: var(--rb-offwhite); text-align: center; }

.rb-feature-banner { padding: 25px 0 80px; }
.rb-feature-banner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.rb-feature-card {
    position: relative;
    min-height: 480px;
    padding: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ead1c8;
}
.rb-feature-card-2 { background: #ddd7cf; }
.rb-feature-copy { position: relative; z-index: 2; width: 58%; }
.rb-feature-copy h2 {
    margin-bottom: 15px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(36px, 3.2vw, 52px);
    line-height: 1.08;
}
.rb-feature-copy p { margin-bottom: 24px; color: #4f4743; }
.rb-feature-card > img {
    position: absolute;
    right: -3%;
    bottom: -4%;
    width: 52%;
    height: 95%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 22px 22px rgba(17,17,17,.15));
}

.rb-concerns-section { background: var(--rb-offwhite); }
.rb-concern-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.rb-concern-card {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: linear-gradient(145deg, #e9d8cf, #c6aba0);
    text-decoration: none;
}
.rb-concern-card:nth-child(2n) { background: linear-gradient(145deg, #dedbd3, #afa79b); }
.rb-concern-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.rb-concern-card:hover img { transform: scale(1.04); }
.rb-concern-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.68), rgba(0,0,0,.05) 62%); }
.rb-concern-content { position: relative; z-index: 2; padding: 24px; color: #fff; }
.rb-concern-content strong { display: block; max-width: 230px; font-family: "Playfair Display", Georgia, serif; font-size: 24px; line-height: 1.15; }
.rb-concern-content em { display: block; margin-top: 8px; font-style: normal; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .08em; }

.rb-best-section { background: #fff; }
.rb-testimonial-section { padding: 95px 0; background: var(--rb-black); color: #fff; }
.rb-light-heading h2, .rb-light-heading .rb-kicker { color: #fff; }
.rb-light-heading p { color: #bfbfbf; }
.rb-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rb-testimonial-grid article { padding: 34px; border: 1px solid #3b3b3b; background: #181818; }

.rb-review-stars { margin-bottom: 16px; color: #b8860b; letter-spacing: 4px; }
.rb-testimonial-grid p { min-height: 100px; color: #e4e4e4; line-height: 1.8; }
.rb-testimonial-grid strong { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.rb-routine-section { background: #fff; }
.rb-routine-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rb-routine-card { position: relative; min-height: 460px; overflow: hidden; background: #eee; text-decoration: none; }
.rb-routine-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.rb-routine-card:hover img { transform: scale(1.04); }
.rb-routine-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.67), transparent 65%); }
.rb-routine-card > span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; color: #fff; }
.rb-routine-card strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.rb-routine-card em { display: block; margin-top: 6px; font-size: 10px; font-style: normal; }

.rb-ingredients-section { padding: 90px 0; background: #f6f1ed; }
.rb-ingredient-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.rb-ingredient-row a { text-align: center; text-decoration: none; }
.rb-ingredient-row span {
    width: 108px;
    height: 108px;
    margin: 0 auto 13px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid #d5c8c0;
    border-radius: 50%;
    background: #fff;
    color: #866e62;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    transition: .25s ease;
}
.rb-ingredient-row span img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.rb-ingredient-row span b {
    font-weight: 600;
    letter-spacing: .02em;
}
.rb-ingredient-row a:hover span { background: var(--rb-black); color: #fff; border-color: var(--rb-black); transform: translateY(-4px); }
.rb-ingredient-row a:hover span.has-image { background: #fff; border-color: #cab7ab; }
.rb-ingredient-row strong { font-size: 11px; font-weight: 600; }

.rb-standards-section {
    padding: 92px 0;
    background: linear-gradient(180deg, #fbf8f5 0%, #f6f1ed 100%);
}
.rb-standards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.rb-standard-card {
    padding: 34px 26px 30px;
    text-align: center;
    background: rgba(255,255,255,.78);
    border: 1px solid #e4d8d0;
    box-shadow: 0 14px 34px rgba(30, 22, 18, .05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rb-standard-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(30, 22, 18, .08);
    border-color: #d7c4b7;
}
.rb-standard-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #f1e6de 0%, #e7d7cc 100%);
    color: #876b5f;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}
.rb-standard-icon svg {
    width: 26px;
    height: 26px;
    display: block;
}
.rb-standard-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--rb-black);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.rb-standard-card p {
    margin-bottom: 0;
    color: #6a615c;
    font-size: 13px;
    line-height: 1.8;
}

.rb-newsletter-section { padding: 65px 0; background: #dfc7bd; }
.rb-newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.rb-newsletter-inner h2 { margin-bottom: 8px; font-family: "Playfair Display", Georgia, serif; font-size: 42px; }
.rb-newsletter-inner p { margin-bottom: 0; color: #564943; }
.rb-newsletter-inner form { display: flex; }
.rb-newsletter-inner input { flex: 1; min-width: 0; min-height: 52px; padding: 0 18px; border: 1px solid var(--rb-black); border-right: 0; background: #fff; outline: 0; }
.rb-newsletter-inner button { min-height: 52px; padding: 0 26px; border: 1px solid var(--rb-black); background: var(--rb-black); color: #fff; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .06em; cursor: pointer; }

.rb-footer { padding: 72px 0 22px; background: #111; color: #fff; }
.rb-footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4, 1fr); gap: 45px; }
.rb-footer .rb-brand { justify-content: flex-start; color: #fff; }
.rb-footer .rb-brand-text { color: #fff; }
.rb-footer .rb-logo-image { filter: brightness(0) invert(1); }
.rb-footer-brand p { max-width: 290px; margin: 18px 0 22px; color: #bdbdbd; font-size: 12px; }
.rb-footer h3 { margin-bottom: 18px; color: #fff; font-family: "Montserrat", Arial, sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.rb-footer-grid > div > a { display: block; margin: 10px 0; color: #bdbdbd; text-decoration: none; font-size: 11px; }
.rb-footer-grid > div > a:hover { color: #fff; }
.rb-footer-grid > div > p { color: #bdbdbd; font-size: 11px; }
.rb-socials { display: flex; gap: 8px; }
.rb-socials a { width: 32px; height: 32px; display: grid !important; place-items: center; border: 1px solid #444; color: #fff !important; text-transform: uppercase; }
.rb-footer-bottom { margin-top: 54px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #333; color: #888; font-size: 10px; }

/* WooCommerce shop, product, cart and checkout styling */
body.woocommerce-page,
body.woocommerce { font-family: "Montserrat", Arial, sans-serif; color: var(--rb-ink); }
body.woocommerce-page .ast-container { max-width: var(--rb-container); }
body.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px 20px; }
body.woocommerce ul.products::before,
body.woocommerce ul.products::after { display: none !important; }
body.woocommerce ul.products li.product {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff;
}
body.woocommerce ul.products li.product a img {
    aspect-ratio: .92;
    margin: 0 0 15px !important;
    object-fit: cover;
    background: #f5f3f1;
}
body.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 44px; padding: 0 !important; font-size: 13px !important; line-height: 1.5; }
body.woocommerce ul.products li.product .price { color: var(--rb-black) !important; font-size: 13px !important; font-weight: 700 !important; }
body.woocommerce span.onsale { min-width: auto; min-height: auto; padding: 6px 9px; border-radius: 0; background: var(--rb-sale); line-height: 1.2; font-size: 9px; }
body.single-product div.product { margin-top: 45px; }
body.single-product .woocommerce-product-gallery,
body.single-product div.product .summary { margin-bottom: 60px; }
body.single-product div.product .product_title { font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
body.single-product div.product p.price { color: var(--rb-black) !important; font-size: 21px !important; }
body.single-product .woocommerce-product-details__short-description { color: var(--rb-muted); line-height: 1.8; }
body.single-product form.cart { display: flex; gap: 10px; }
body.single-product form.cart .quantity .qty { min-height: 48px; border-radius: 0; }
body.single-product form.cart .single_add_to_cart_button { width: auto; flex: 1; min-height: 48px; }
body.single-product .woocommerce-tabs ul.tabs { padding: 0 !important; border-bottom: 1px solid var(--rb-border); }
body.single-product .woocommerce-tabs ul.tabs::before { display: none !important; }
body.single-product .woocommerce-tabs ul.tabs li { margin: 0 25px 0 0 !important; padding: 0 !important; border: 0 !important; background: transparent !important; }
body.single-product .woocommerce-tabs ul.tabs li a { padding: 14px 0 !important; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
body.woocommerce-cart table.shop_table,
body.woocommerce-checkout table.shop_table { border-radius: 0; border-color: var(--rb-border); }
body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2,
body.woocommerce-checkout #order_review { padding: 24px; border: 1px solid var(--rb-border); background: #fff; }
body.woocommerce form .form-row input.input-text,
body.woocommerce form .form-row textarea,
body.woocommerce .select2-container .select2-selection--single { min-height: 46px; border-radius: 0; border-color: #cfcfcf; }
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info { border-top-color: var(--rb-black); background: #f7f7f7; }

@media (max-width: 1180px) {
    .rb-nav-inner { gap: 20px; }
    .rb-products-grid { gap: 24px 15px; }
    .rb-feature-card { padding: 38px; }
    .rb-feature-copy { width: 64%; }
    .rb-footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
    .rb-footer-grid > div:nth-child(4), .rb-footer-grid > div:nth-child(5) { margin-top: 10px; }
}

@media (max-width: 980px) {
    .admin-bar .rb-site-header { top: 46px; }
    .rb-utility { display: none; }
    .rb-main-header { min-height: 70px; grid-template-columns: 40px 1fr auto; gap: 12px; }
    .rb-menu-toggle { width: 38px; height: 38px; display: grid; align-content: center; gap: 5px; border: 0; background: transparent; padding: 7px; }
    .rb-menu-toggle span { height: 1.5px; background: var(--rb-black); }
    .rb-search, .rb-desktop-nav { display: none; }
    .rb-brand { justify-self: start; }
    .rb-wordmark-rawah { font-size: 28px; }
    .rb-wordmark-beauty { font-size: 10px; letter-spacing: .30em; padding-left: .30em; }
    .rb-action-label { display: none; }
    .rb-header-actions { gap: 14px; }
    .rb-header-actions > a:first-child { display: none; }
    .rb-mobile-panel {
        position: fixed;
        z-index: 1100;
        top: 0;
        left: 0;
        width: min(88vw, 390px);
        height: 100dvh;
        display: block;
        padding: 24px;
        background: #fff;
        transform: translateX(-102%);
        transition: transform .3s ease;
        overflow-y: auto;
    }
    .rb-mobile-panel.is-open { transform: translateX(0); }
    .rb-menu-overlay { position: fixed; z-index: 1090; inset: 0; display: block; background: rgba(0,0,0,.48); opacity: 0; visibility: hidden; transition: .3s ease; }
    .rb-menu-overlay.is-open { opacity: 1; visibility: visible; }
    .rb-mobile-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
    .rb-mobile-panel-head strong { font-size: 18px; }
    .rb-menu-close { border: 0; background: none; font-size: 30px; cursor: pointer; }
    .rb-mobile-search { margin-bottom: 16px; }
    .rb-mobile-search input { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid #ddd; }
    .rb-mobile-panel > a,
    .rb-mobile-submenu-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 14px 0; border: 0; border-bottom: 1px solid #eee; background: none; text-decoration: none; font-size: 12px; font-weight: 600; text-align: left; }
    .rb-mobile-submenu { display: none; padding-left: 15px; background: #fafafa; }
    .rb-mobile-submenu.is-open { display: block; }
    .rb-mobile-submenu a { display: block; padding: 11px 0; border-bottom: 1px solid #eee; text-decoration: none; font-size: 11px; }

    .rb-hero-slider, .rb-hero-grid { min-height: 560px; }
    .rb-hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .rb-hero-copy h1 { font-size: 48px; }
    .rb-hero-visual, .rb-hero-visual > img { min-height: 520px; height: 520px; }
    .rb-hero-halo { width: 430px; height: 430px; }
    .rb-hero-product-label { right: 0; bottom: 30px; }
    .rb-category-row { grid-template-columns: repeat(4, 1fr); row-gap: 25px; }
    .rb-products-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .rb-feature-banner-grid { grid-template-columns: 1fr; }
    .rb-feature-card { min-height: 420px; }
    .rb-concern-grid, .rb-routine-grid { grid-template-columns: repeat(2, 1fr); }
    .rb-ingredient-row { grid-template-columns: repeat(3, 1fr); row-gap: 30px; }
    .rb-standards-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .rb-newsletter-inner { grid-template-columns: 1fr; gap: 28px; text-align: center; }
    .rb-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .rb-footer-brand { grid-column: 1 / -1; }
    body.woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
    .rb-container { width: min(calc(100% - 28px), var(--rb-container)); }
    .rb-announcement-inner { min-height: 34px; font-size: 10px; }
    .rb-announcement-inner span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .rb-main-header { min-height: 64px; }
    .rb-brand-text { gap: 1px; }
    .rb-wordmark-rawah { font-size: 24px; letter-spacing: .08em; }
    .rb-wordmark-beauty { font-size: 8px; letter-spacing: .28em; padding-left: .28em; }
    .rb-header-actions svg { width: 20px; height: 20px; }
    .rb-cart-count { position: absolute; top: -8px; right: -8px; }
    .rb-hero-slider { min-height: 690px; }
    .rb-hero-grid { min-height: 690px; grid-template-columns: 1fr; gap: 0; padding-top: 35px; }
    .rb-hero-copy { position: relative; z-index: 4; padding: 20px 0 5px; text-align: center; }
    .rb-hero-copy h1 { font-size: 43px; }
    .rb-hero-copy p { margin-inline: auto; font-size: 14px; }
    .rb-hero-buttons { justify-content: center; }
    .rb-hero-visual { min-height: 360px; height: 360px; }
    .rb-hero-visual > img { width: 96%; min-height: 355px; height: 355px; }
    .rb-hero-halo { top: 10px; width: 340px; height: 340px; }
    .rb-hero-product-label { right: 0; bottom: 24px; width: 190px; padding: 12px; text-align: left; }
    .rb-slider-arrow { display: none; }
    .rb-slider-dots { bottom: 16px; }
    .rb-category-section { padding: 25px 0 20px; overflow-x: auto; }
    .rb-category-row { width: max-content; grid-template-columns: repeat(7, 92px); gap: 14px; }
    .rb-category-circle { width: 82px; }
    .rb-category-item { font-size: 10px; }
    .rb-section { padding: 65px 0; }
    .rb-centered-heading { margin-bottom: 28px; }
    .rb-section-heading h2 { font-size: 38px; }
    .rb-products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 10px; }
    .rb-product-content { padding-top: 11px; }
    .rb-product-content h3 { min-height: 40px; font-size: 11px; }
    .rb-price { font-size: 11px; }
    .rb-rating-count { display: none; }
    .rb-quick-view { display: none; }
    .rb-add-button { min-height: 38px; padding: 0 7px !important; font-size: 9px !important; }
    .rb-feature-banner { padding-bottom: 60px; }
    .rb-feature-card { min-height: 430px; padding: 30px; align-items: flex-start; }
    .rb-feature-copy { width: 100%; }
    .rb-feature-copy h2 { font-size: 38px; }
    .rb-feature-card > img { width: 65%; height: 60%; right: -5%; bottom: -2%; }
    .rb-concern-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .rb-concern-card { min-height: 250px; }
    .rb-concern-content { padding: 15px; }
    .rb-concern-content strong { font-size: 18px; }
    .rb-heading-with-link { align-items: flex-end; }
    .rb-heading-with-link h2 { font-size: 37px; }
    .rb-testimonial-grid { grid-template-columns: 1fr; }
    .rb-testimonial-grid p { min-height: 0; }
    .rb-routine-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
    .rb-routine-card { min-height: 300px; }
    .rb-routine-card > span { left: 15px; right: 15px; bottom: 15px; }
    .rb-routine-card strong { font-size: 19px; }
    .rb-ingredient-row { grid-template-columns: repeat(3, 1fr); gap: 18px 8px; }
    .rb-ingredient-row span { width: 82px; height: 82px; font-size: 18px; }
    .rb-ingredient-row strong { font-size: 9px; }
    .rb-standards-grid { grid-template-columns: 1fr; gap: 14px; }
    .rb-standard-card { padding: 28px 20px 24px; }
    .rb-newsletter-inner h2 { font-size: 34px; }
    .rb-newsletter-inner form { flex-direction: column; gap: 8px; }
    .rb-newsletter-inner input { border-right: 1px solid var(--rb-black); }
    .rb-footer { padding-top: 55px; }
    .rb-footer-grid { gap: 30px 20px; }
    .rb-footer-bottom { flex-direction: column; }
    body.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px 10px; }
    body.single-product form.cart { flex-wrap: wrap; }
    body.single-product form.cart .single_add_to_cart_button { width: 100%; }
}

@media (max-width: 390px) {
    .rb-wordmark-rawah { font-size: 21px; }
    .rb-wordmark-beauty { font-size: 7px; letter-spacing: .26em; padding-left: .26em; }
    .rb-hero-copy h1 { font-size: 38px; }
    .rb-hero-buttons { flex-direction: column; gap: 14px; }
    .rb-button { width: 100%; }
    .rb-text-link { width: max-content; }
}


/* =========================================================
   Premium WooCommerce Shop + Product Category Archives
   ========================================================= */
body.rawah-shop-archive {
    background: #fbfaf8;
}
.rb-shop-main {
    min-height: 60vh;
    background: #fbfaf8;
}
.rb-shop-hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e7ded8;
    background:
        radial-gradient(circle at 82% 28%, rgba(221, 196, 184, .55), transparent 25%),
        linear-gradient(135deg, #f6eee8 0%, #faf8f5 55%, #eee2da 100%);
}
.rb-shop-hero-grid {
    min-height: 440px;
    display: grid;
    grid-template-columns: 1fr .8fr;
    align-items: center;
    gap: 70px;
}
.rb-shop-hero-copy {
    max-width: 690px;
    padding: 72px 0;
}
.rb-shop-breadcrumbs {
    margin-bottom: 30px;
    color: #85766f;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .11em;
}
.rb-shop-breadcrumbs nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.rb-shop-breadcrumbs a {
    color: #85766f;
    text-decoration: none;
}
.rb-shop-breadcrumbs span { color: #b5a59d; }
.rb-shop-hero-copy h1 {
    max-width: 760px;
    margin: 0 0 22px;
    color: var(--rb-black);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(48px, 6vw, 78px);
    line-height: .98;
    letter-spacing: -.045em;
}
.rb-shop-hero-copy p {
    max-width: 620px;
    margin: 0;
    color: #5d554f;
    font-size: 15px;
    line-height: 1.85;
}
.rb-shop-hero-image {
    position: relative;
    min-height: 390px;
    display: grid;
    place-items: center;
}
.rb-shop-hero-orbit {
    position: absolute;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(130, 101, 88, .25);
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgba(255,255,255,.22), 0 0 0 64px rgba(255,255,255,.10);
}
.rb-shop-hero-image img {
    position: relative;
    z-index: 2;
    width: min(90%, 380px);
    max-height: 380px;
    object-fit: contain;
    filter: drop-shadow(0 24px 28px rgba(54, 38, 30, .16));
}
.rb-shop-catalog {
    padding: 62px 0 100px;
}
.rb-shop-category-nav {
    margin-bottom: 58px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}
.rb-shop-category-chip {
    min-height: 86px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    border: 1px solid #e5ddd7;
    background: #fff;
    color: var(--rb-black);
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.rb-shop-category-chip:hover,
.rb-shop-category-chip.is-active {
    transform: translateY(-2px);
    border-color: #cdb7aa;
    background: #f8f1ec;
    box-shadow: 0 13px 30px rgba(45, 31, 24, .07);
}
.rb-shop-category-thumb {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 50%;
    background: #f3ebe5;
    color: #866e62;
}
.rb-shop-category-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rb-shop-category-thumb b {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px;
}
.rb-all-products-icon svg { width: 24px; height: 24px; }
.rb-shop-category-chip > span:last-child {
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.rb-shop-category-chip strong {
    overflow: hidden;
    color: var(--rb-black);
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .055em;
}
.rb-shop-category-chip small {
    margin-top: 3px;
    color: #8b817b;
    font-size: 9px;
}
.rb-shop-toolbar {
    margin-bottom: 32px;
    padding-bottom: 22px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    border-bottom: 1px solid #e5ddd7;
}
.rb-shop-toolbar-copy h2 {
    margin: 0;
    color: var(--rb-black);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 38px;
    line-height: 1.1;
}
.rb-shop-toolbar-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}
.rb-shop-toolbar-controls .woocommerce-result-count {
    margin: 0;
    color: #756b65;
    font-size: 11px;
}
.rb-shop-toolbar-controls .woocommerce-ordering {
    margin: 0;
}
.rb-shop-toolbar-controls select {
    min-width: 220px;
    height: 46px;
    padding: 0 40px 0 15px;
    border: 1px solid #d9cec7;
    border-radius: 0;
    background-color: #fff;
    color: var(--rb-black);
    font-size: 11px;
    outline: none;
}

.rb-shop-main ul.products {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px 22px;
    list-style: none;
}
.rb-shop-main ul.products::before,
.rb-shop-main ul.products::after { display: none !important; }
.rb-shop-main ul.products li.product.rb-shop-card {
    width: calc((100% - 44px) / 3) !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border: 0;
    background: transparent;
}
.rb-shop-card-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e9e1dc;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.rb-shop-card:hover .rb-shop-card-inner {
    transform: translateY(-5px);
    border-color: #d8c7bc;
    box-shadow: 0 20px 44px rgba(40, 28, 21, .09);
}
.rb-shop-card-media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 4.7;
    background: linear-gradient(145deg, #f3ece7, #eee5de);
}
.rb-shop-card-image {
    position: absolute;
    inset: 0;
    display: block;
    text-decoration: none;
}
.rb-shop-card-image img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}
.rb-shop-card:hover .rb-shop-card-image img { transform: scale(1.035); }
.rb-shop-badge {
    position: absolute;
    z-index: 4;
    top: 15px;
    left: 15px;
    padding: 7px 10px;
    background: var(--rb-black);
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
}
.rb-shop-sale { background: #a93838; }
.rb-shop-view-link {
    position: absolute;
    z-index: 3;
    left: 14px;
    right: 14px;
    bottom: 14px;
    min-height: 42px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255,255,255,.94);
    color: var(--rb-black);
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .25s ease, transform .25s ease;
}
.rb-shop-card:hover .rb-shop-view-link {
    opacity: 1;
    transform: translateY(0);
}
.rb-shop-card-content {
    flex: 1;
    padding: 21px 20px 20px;
    display: flex;
    flex-direction: column;
}
.rb-shop-card-category {
    margin-bottom: 7px;
    color: #8e776c;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .10em;
}
.rb-shop-card .woocommerce-loop-product__title {
    min-height: 50px;
    margin: 0 0 9px !important;
    padding: 0 !important;
    color: var(--rb-black);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 20px !important;
    line-height: 1.26;
}
.rb-shop-card .woocommerce-loop-product__title a {
    color: inherit;
    text-decoration: none;
}
.rb-shop-card-rating {
    min-height: 22px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.rb-shop-card-rating .star-rating {
    width: 5.4em;
    margin: 0;
    color: #b98331;
    font-size: 10px;
}
.rb-shop-card-rating > span {
    color: #8b817b;
    font-size: 9px;
}
.rb-shop-card-bottom {
    margin-top: auto;
    padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.rb-shop-card-price {
    color: var(--rb-black);
    font-size: 13px;
    font-weight: 700;
}
.rb-shop-card-price del {
    margin-right: 5px;
    color: #9e9691;
    font-weight: 400;
}
.rb-shop-card-price ins { text-decoration: none; }
.rb-shop-stock {
    color: #6f6a66;
    font-size: 9px;
    white-space: nowrap;
}
.rb-shop-stock.is-in-stock::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 5px;
    display: inline-block;
    border-radius: 50%;
    background: #447d53;
}
.rb-shop-stock.is-out-of-stock { color: #9f3838; }
.rb-shop-add {
    width: 100%;
    min-height: 46px;
    margin-top: 18px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--rb-black) !important;
    border-radius: 0 !important;
    background: var(--rb-black) !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    transition: background .2s ease, color .2s ease;
}
.rb-shop-add:hover {
    background: #fff !important;
    color: var(--rb-black) !important;
}
.rb-shop-main .added_to_cart {
    margin-top: 8px;
    color: var(--rb-black);
    text-align: center;
    font-size: 10px;
}
.rb-shop-pagination {
    margin-top: 58px;
}
.rb-shop-pagination .woocommerce-pagination ul.page-numbers {
    display: flex;
    justify-content: center;
    gap: 8px;
    border: 0;
}
.rb-shop-pagination .woocommerce-pagination ul.page-numbers li {
    border: 0;
}
.rb-shop-pagination .page-numbers a,
.rb-shop-pagination .page-numbers span {
    width: 42px;
    height: 42px;
    display: grid !important;
    place-items: center;
    border: 1px solid #dfd3cb;
    background: #fff;
    color: var(--rb-black);
    text-decoration: none;
}
.rb-shop-pagination .page-numbers .current,
.rb-shop-pagination .page-numbers a:hover {
    border-color: var(--rb-black);
    background: var(--rb-black);
    color: #fff;
}
.rb-shop-empty {
    padding: 70px 30px;
    border: 1px solid #e5ddd7;
    background: #fff;
    text-align: center;
}
.rb-shop-main .woocommerce-notices-wrapper { margin-bottom: 24px; }
.rb-shop-main .woocommerce-message,
.rb-shop-main .woocommerce-info,
.rb-shop-main .woocommerce-error {
    border-top-color: #8d7164;
    background: #fff;
}

@media (max-width: 1100px) {
    .rb-shop-hero-grid { grid-template-columns: 1fr .72fr; gap: 35px; }
    .rb-shop-category-nav { grid-template-columns: repeat(3, 1fr); }
    .rb-shop-main ul.products li.product.rb-shop-card { width: calc((100% - 22px) / 2) !important; }
}

@media (max-width: 760px) {
    .rb-shop-hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 0;
    }
    .rb-shop-hero-copy { padding: 48px 0 25px; }
    .rb-shop-hero-copy h1 { font-size: 45px; }
    .rb-shop-hero-image { min-height: 270px; }
    .rb-shop-hero-orbit { width: 230px; height: 230px; }
    .rb-shop-hero-image img { max-height: 260px; }
    .rb-shop-catalog { padding: 35px 0 70px; }
    .rb-shop-category-nav {
        margin-inline: calc(50% - 50vw);
        margin-bottom: 40px;
        padding: 0 20px 10px;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        scrollbar-width: none;
    }
    .rb-shop-category-nav::-webkit-scrollbar { display: none; }
    .rb-shop-category-chip {
        min-width: 190px;
        min-height: 76px;
        padding: 10px 12px;
    }
    .rb-shop-category-thumb { width: 52px; height: 52px; flex-basis: 52px; }
    .rb-shop-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }
    .rb-shop-toolbar-copy h2 { font-size: 32px; }
    .rb-shop-toolbar-controls {
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
    .rb-shop-toolbar-controls .woocommerce-ordering,
    .rb-shop-toolbar-controls select { width: 100%; min-width: 0; }
    .rb-shop-main ul.products {
        gap: 24px 10px;
        justify-content: flex-start;
    }
    .rb-shop-main ul.products li.product.rb-shop-card {
        width: calc((100% - 10px) / 2) !important;
    }
    .rb-shop-card-media { aspect-ratio: 1 / 1.22; }
    .rb-shop-card-content { padding: 14px 12px 14px; }
    .rb-shop-card .woocommerce-loop-product__title {
        min-height: 42px;
        font-size: 15px !important;
    }
    .rb-shop-card-category { font-size: 8px; }
    .rb-shop-view-link { display: none; }
    .rb-shop-card-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
    .rb-shop-add {
        min-height: 42px;
        padding-inline: 8px !important;
        font-size: 9px !important;
    }
    .rb-shop-badge { top: 8px; left: 8px; padding: 5px 7px; font-size: 8px; }
}

@media (max-width: 380px) {
    .rb-shop-main ul.products li.product.rb-shop-card { width: 100% !important; }
}


/* =========================================================
   PREMIUM SINGLE PRODUCT PAGE
   ========================================================= */
.rawah-single-product .site-content,
.rawah-single-product .ast-container { max-width: none; padding: 0; }
.rb-product-main { background: #fff; color: var(--rb-ink); }
.rb-product-main .woocommerce-notices-wrapper {
    width: min(var(--rb-container), calc(100% - 40px));
    margin: 22px auto 0;
}
.rb-product-breadcrumbs { padding-top: 22px; }
.rb-product-breadcrumbs nav,
.rb-product-breadcrumbs a,
.rb-product-breadcrumbs span {
    color: #8a7e77;
    font-size: 10px;
    text-decoration: none;
}
.rb-product-breadcrumbs nav > span { margin: 0 8px; }
.rb-product-intro { padding: 26px 0 90px; }
.rb-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(390px, .94fr);
    gap: 70px;
    align-items: start;
}
.rb-product-gallery-panel { position: relative; min-width: 0; }
.rb-product-sale-badge {
    position: absolute;
    z-index: 10;
    top: 18px;
    left: 18px;
    padding: 7px 10px;
    background: #a93838;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
}
.rb-product-gallery-panel .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}
.rb-product-gallery-panel .woocommerce-product-gallery__wrapper { margin: 0; }
.rb-product-gallery-panel .woocommerce-product-gallery__image {
    overflow: hidden;
    background: #f5f0ec;
}
.rb-product-gallery-panel .woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.rb-product-gallery-panel .flex-control-thumbs {
    margin: 14px 0 0 !important;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.rb-product-gallery-panel .flex-control-thumbs li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid transparent;
    background: #f5f0ec;
}
.rb-product-gallery-panel .flex-control-thumbs li:has(img.flex-active) { border-color: var(--rb-black); }
.rb-product-gallery-panel .flex-control-thumbs img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.rb-product-summary { position: sticky; top: 145px; padding-top: 8px; }
.rb-product-category {
    display: block;
    margin-bottom: 13px;
    color: #90766a;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .16em;
}
.rb-product-summary h1 {
    margin: 0 0 18px;
    color: var(--rb-black);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4.1vw, 62px);
    line-height: 1.06;
    letter-spacing: -.025em;
}
.rb-product-rating {
    width: max-content;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7d746f;
    text-decoration: none;
    font-size: 10px;
}

.rb-product-rating .star-rating { margin: 0; color: #b8860b; font-size: 12px; }
.rb-product-price {
    margin-bottom: 22px;
    color: var(--rb-black);
    font-size: 23px;
    font-weight: 700;
}
.rb-product-price del { margin-right: 8px; color: #9c928c; font-size: 16px; font-weight: 400; }
.rb-product-price ins { text-decoration: none; }
.rb-product-short-description {
    margin-bottom: 26px;
    color: #5c5652;
    font-size: 14px;
    line-height: 1.85;
}
.rb-product-short-description p:last-child { margin-bottom: 0; }
.rb-product-highlights {
    margin-bottom: 28px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #e4dad3;
    border-left: 1px solid #e4dad3;
}
.rb-product-highlights > div {
    min-height: 82px;
    padding: 15px 17px;
    border-right: 1px solid #e4dad3;
    border-bottom: 1px solid #e4dad3;
}
.rb-product-highlights small {
    display: block;
    margin-bottom: 5px;
    color: #96867d;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
}
.rb-product-highlights strong { display: block; color: var(--rb-black); font-size: 12px; line-height: 1.45; }
.rb-product-purchase form.cart { margin: 0 0 22px !important; }
.rb-product-purchase form.cart:not(.variations_form) {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 10px;
}
.rb-product-purchase .quantity { margin: 0 !important; }
.rb-product-purchase .quantity .qty {
    width: 100%;
    height: 54px;
    padding: 0 10px;
    border: 1px solid #d9cdc5;
    border-radius: 0;
    background: #fff;
}
.rb-product-purchase .single_add_to_cart_button {
    min-height: 54px;
    padding: 0 24px !important;
    border: 1px solid var(--rb-black) !important;
    border-radius: 0 !important;
    background: var(--rb-black) !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .10em;
}
.rb-product-purchase .single_add_to_cart_button:hover { background: #fff !important; color: var(--rb-black) !important; }
.rb-product-purchase .stock { margin: 0 0 12px; color: #477a54; font-size: 11px; }
.rb-product-purchase .out-of-stock { color: #a13f3f; }
.rb-product-purchase table.variations { margin: 0 0 18px; }
.rb-product-purchase table.variations th,
.rb-product-purchase table.variations td { padding: 8px 0; border: 0; }
.rb-product-purchase table.variations label {
    color: var(--rb-black);
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .09em;
}
.rb-product-purchase table.variations select {
    min-height: 48px;
    border: 1px solid #d9cdc5;
    border-radius: 0;
    background: #fff;
}
.rb-product-purchase .woocommerce-variation-add-to-cart {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 10px;
}
.rb-product-assurance {
    margin: 0 0 20px;
    padding: 18px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #e8dfd9;
    border-bottom: 1px solid #e8dfd9;
}
.rb-product-assurance > div { padding: 0 12px; display: flex; align-items: center; gap: 10px; border-right: 1px solid #e8dfd9; }
.rb-product-assurance > div:first-child { padding-left: 0; }
.rb-product-assurance > div:last-child { padding-right: 0; border-right: 0; }
.rb-product-assurance svg { width: 23px; height: 23px; flex: 0 0 23px; fill: none; stroke: #876b5f; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rb-product-assurance strong { display: block; color: var(--rb-black); font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }
.rb-product-assurance small { display: block; margin-top: 2px; color: #8a7f79; font-size: 8px; line-height: 1.35; }
.rb-product-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #817873; font-size: 10px; }
.rb-product-meta a { color: var(--rb-black); text-decoration: none; }
.rb-product-information { padding: 88px 0; background: #f6f1ed; }
.rb-product-information-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.rb-product-information-heading { position: sticky; top: 145px; }
.rb-product-information-heading h2 {
    margin-bottom: 16px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px, 4vw, 54px);
    line-height: 1.08;
}
.rb-product-information-heading p { max-width: 390px; color: #6e635e; line-height: 1.8; }
.rb-product-accordion { border-top: 1px solid #d9ccc3; }
.rb-product-accordion:last-child { border-bottom: 1px solid #d9ccc3; }
.rb-accordion-button {
    width: 100%;
    min-height: 72px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    background: transparent;
    color: var(--rb-black);
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    cursor: pointer;
}
.rb-accordion-button b { font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.rb-product-accordion.is-open .rb-accordion-button b { transform: rotate(45deg); }
.rb-accordion-content {
    max-height: 0;
    overflow: hidden;
    color: #615853;
    font-size: 13px;
    line-height: 1.85;
    transition: max-height .35s ease, padding .35s ease;
}
.rb-product-accordion.is-open .rb-accordion-content { max-height: 1200px; padding: 0 0 28px; }
.rb-accordion-content p:last-child { margin-bottom: 0; }
.rb-accordion-content a { color: var(--rb-black); text-underline-offset: 3px; }
.rb-accordion-content table.shop_attributes { width: 100%; margin: 0; border: 0; }
.rb-accordion-content table.shop_attributes th,
.rb-accordion-content table.shop_attributes td { padding: 11px 0; border: 0; border-bottom: 1px solid #e3d9d2; background: transparent; font-size: 12px; }
.rb-product-reviews { padding: 90px 0; background: #fff; }
.rb-product-reviews #reviews { max-width: 880px; margin: 0 auto; }
.rb-product-reviews #comments h2 { display: none; }
.rb-product-reviews .commentlist { padding: 0; }
.rb-product-reviews .commentlist li { margin-bottom: 18px !important; padding: 25px !important; border: 1px solid #e5ddd7; }
.rb-product-reviews .comment_container img.avatar { width: 44px !important; border: 0 !important; border-radius: 50%; }
.rb-product-reviews .comment-text { margin-left: 62px !important; border: 0 !important; padding: 0 !important; }
.rb-product-reviews #review_form_wrapper { margin-top: 45px; padding: 35px; background: #f7f3ef; }
.rb-product-related { padding: 90px 0; background: #fff; }
.rb-product-related .related.products > h2 {
    margin-bottom: 38px;
    text-align: center;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 44px;
}
.rb-product-related ul.products { display: flex !important; flex-wrap: wrap; gap: 22px; justify-content: center; }
.rb-product-related ul.products li.product.rb-shop-card { width: calc((100% - 44px) / 3) !important; margin: 0 !important; float: none !important; }
.rb-mobile-product-bar { display: none; }

@media (max-width: 1100px) {
    .rb-product-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr); gap: 40px; }
    .rb-product-summary { top: 125px; }
    .rb-product-assurance { grid-template-columns: 1fr; gap: 12px; }
    .rb-product-assurance > div { padding: 0; border-right: 0; }
    .rb-product-information-grid { gap: 45px; }
}

@media (max-width: 760px) {
    .rawah-single-product { padding-bottom: 76px; }
    .rb-product-breadcrumbs { padding-top: 14px; overflow: hidden; }
    .rb-product-intro { padding: 15px 0 55px; }
    .rb-product-layout { grid-template-columns: 1fr; gap: 30px; }
    .rb-product-summary { position: static; padding-top: 0; }
    .rb-product-summary h1 { font-size: 39px; }
    .rb-product-gallery-panel .flex-control-thumbs { grid-template-columns: repeat(4, 1fr); gap: 7px; }
    .rb-product-highlights { grid-template-columns: 1fr 1fr; }
    .rb-product-purchase form.cart:not(.variations_form),
    .rb-product-purchase .woocommerce-variation-add-to-cart { grid-template-columns: 92px 1fr; }
    .rb-product-assurance { padding: 16px 0; }
    .rb-product-information { padding: 62px 0; }
    .rb-product-information-grid { grid-template-columns: 1fr; gap: 28px; }
    .rb-product-information-heading { position: static; }
    .rb-product-information-heading h2 { font-size: 39px; }
    .rb-product-reviews, .rb-product-related { padding: 62px 0; }
    .rb-product-related .related.products > h2 { font-size: 36px; }
    .rb-product-related ul.products { gap: 22px 10px; }
    .rb-product-related ul.products li.product.rb-shop-card { width: calc((100% - 10px) / 2) !important; }
    .rb-mobile-product-bar {
        position: fixed;
        z-index: 9998;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 70px;
        padding: 10px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-top: 1px solid #d9cdc5;
        background: rgba(255,255,255,.97);
        box-shadow: 0 -8px 25px rgba(25,18,15,.08);
        backdrop-filter: blur(10px);
    }
    .rb-mobile-product-bar > div { min-width: 0; }
    .rb-mobile-product-bar small { max-width: 180px; display: block; overflow: hidden; color: #6d625c; text-overflow: ellipsis; white-space: nowrap; font-size: 9px; }
    .rb-mobile-product-bar strong { display: block; margin-top: 3px; color: var(--rb-black); font-size: 12px; }
    .rb-mobile-product-bar button { min-height: 46px; padding: 0 18px; border: 1px solid var(--rb-black); border-radius: 0; background: var(--rb-black); color: #fff; text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .07em; }
}

@media (max-width: 390px) {
    .rb-product-highlights { grid-template-columns: 1fr; }
    .rb-product-related ul.products li.product.rb-shop-card { width: 100% !important; }
}


/* Cart drawer ------------------------------------------------------------ */
body.rb-cart-open { overflow: hidden; }
.rb-cart-drawer-overlay {
    position: fixed;
    z-index: 10020;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(17,17,17,.42);
    backdrop-filter: blur(2px);
    transition: opacity .28s ease, visibility .28s ease;
}
.rb-cart-drawer-overlay.is-open { visibility: visible; opacity: 1; }
.rb-cart-drawer {
    position: fixed;
    z-index: 10021;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(430px, 100%);
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: -20px 0 55px rgba(17,17,17,.15);
    transform: translateX(105%);
    transition: transform .32s cubic-bezier(.22,.61,.36,1);
}
.rb-cart-drawer.is-open { transform: translateX(0); }
.rb-cart-drawer-head {
    min-height: 106px;
    padding: 25px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid var(--rb-border);
}
.rb-cart-drawer-head .rb-kicker { margin-bottom: 4px; }
.rb-cart-drawer-head h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: 28px; }
.rb-cart-drawer-close { width: 42px; height: 42px; padding: 0; border: 1px solid var(--rb-border); border-radius: 50%; background: #fff; color: var(--rb-black); font-size: 25px; line-height: 1; cursor: pointer; }
.rb-mini-cart-body { min-height: 0; flex: 1; overflow-y: auto; padding: 0 28px; }
.rb-mini-cart-body .woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.rb-mini-cart-body .woocommerce-mini-cart-item {
    position: relative;
    min-height: 112px;
    padding: 22px 24px 22px 90px !important;
    border-bottom: 1px solid var(--rb-border);
}
.rb-mini-cart-body .woocommerce-mini-cart-item > a:not(.remove) { color: var(--rb-black); text-decoration: none; font-size: 12px; font-weight: 600; line-height: 1.45; }
.rb-mini-cart-body .woocommerce-mini-cart-item img { position: absolute; left: 0; top: 18px; width: 70px !important; height: 82px !important; margin: 0 !important; object-fit: cover; background: var(--rb-cream); }
.rb-mini-cart-body a.remove { position: absolute !important; top: 21px; right: 0; color: #887b74 !important; font-size: 20px !important; }
.rb-mini-cart-body .quantity { display: block; margin-top: 7px; color: #716863; font-size: 11px; }
.rb-mini-cart-body .woocommerce-mini-cart__total { margin: 0; padding: 22px 0 12px; display: flex; justify-content: space-between; border-top: 0; color: var(--rb-black); }
.rb-mini-cart-body .woocommerce-mini-cart__total strong { text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }
.rb-mini-cart-body .woocommerce-mini-cart__buttons { margin: 0 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.rb-mini-cart-body .woocommerce-mini-cart__buttons a.button { min-height: 48px; margin: 0 !important; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--rb-black); border-radius: 0; background: #fff; color: var(--rb-black); text-transform: uppercase; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.rb-mini-cart-body .woocommerce-mini-cart__buttons a.checkout { background: var(--rb-black); color: #fff; }
.rb-mini-cart-body .woocommerce-mini-cart__empty-message { padding: 70px 10px; color: #746b66; text-align: center; }
.rb-cart-drawer-note { margin: auto 28px 24px; padding: 15px; display: flex; gap: 11px; background: #f7f2ee; color: #675d58; font-size: 10px; line-height: 1.55; }
.rb-cart-drawer-note svg { width: 20px; min-width: 20px; fill: none; stroke: #806b61; stroke-width: 1.6; }

/* Cart and checkout page shell ------------------------------------------ */
.rb-commerce-main { background: #fff; }
.rb-commerce-hero { padding: 68px 0 52px; background: linear-gradient(135deg, #f7f1ec 0%, #fbf9f7 58%, #efe1d9 100%); text-align: center; }
.rb-commerce-hero h1 { margin: 0 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(44px, 5vw, 66px); line-height: 1.05; letter-spacing: -.025em; }
.rb-commerce-hero p { max-width: 650px; margin: 0 auto; color: #655b56; line-height: 1.8; }
.rb-commerce-steps { max-width: 600px; margin: 34px auto 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.rb-commerce-steps li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; color: #a39993; }
.rb-commerce-steps li:not(:last-child)::after { content: ""; position: absolute; top: 16px; left: calc(50% + 22px); width: calc(100% - 44px); height: 1px; background: #d8cbc3; }
.rb-commerce-steps li.is-complete:not(:last-child)::after { background: var(--rb-black); }
.rb-commerce-steps span { position: relative; z-index: 1; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #cfc2ba; border-radius: 50%; background: #f9f6f3; font-size: 10px; font-weight: 700; }
.rb-commerce-steps strong { text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.rb-commerce-steps li.is-active, .rb-commerce-steps li.is-complete { color: var(--rb-black); }
.rb-commerce-steps li.is-active span, .rb-commerce-steps li.is-complete span { border-color: var(--rb-black); background: var(--rb-black); color: #fff; }
.rb-commerce-content { padding: 72px 0 90px; }
.rb-commerce-content .entry-title { display: none; }
.rb-commerce-content .woocommerce { width: 100%; }
.rb-commerce-content .woocommerce-notices-wrapper:empty { display: none; }
.rb-commerce-content .woocommerce-message,
.rb-commerce-content .woocommerce-info,
.rb-commerce-content .woocommerce-error { margin: 0 0 25px; padding: 17px 20px 17px 48px; border: 1px solid #dfd4cd; border-top: 1px solid #dfd4cd; background: #faf7f4; color: #4f4844; font-size: 12px; }
.rb-commerce-content .woocommerce-message::before,
.rb-commerce-content .woocommerce-info::before { color: #806b61; top: 16px; }
.rb-commerce-content input:not([type="checkbox"]):not([type="radio"]),
.rb-commerce-content select,
.rb-commerce-content textarea,
.rb-commerce-content .select2-container .select2-selection--single {
    min-height: 50px;
    border: 1px solid #d9cec7;
    border-radius: 0;
    background: #fff;
    color: var(--rb-black);
    box-shadow: none;
}
.rb-commerce-content textarea { min-height: 110px; padding: 14px; }
.rb-commerce-content input:focus,
.rb-commerce-content select:focus,
.rb-commerce-content textarea:focus { border-color: #6c5c54; outline: 0; }
.rb-commerce-content label { color: #574f4b; font-size: 11px; font-weight: 600; }
.rb-commerce-content button.button,
.rb-commerce-content a.button,
.rb-commerce-content .wc-block-components-button {
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid var(--rb-black) !important;
    border-radius: 0 !important;
    background: var(--rb-black) !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: .07em;
    box-shadow: none !important;
}
.rb-commerce-content button.button:hover,
.rb-commerce-content a.button:hover,
.rb-commerce-content .wc-block-components-button:hover { background: #342c28 !important; border-color: #342c28 !important; }

/* Classic cart */
.rb-cart-page .rb-commerce-content .woocommerce { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, .62fr); gap: 42px; align-items: start; }
.rb-cart-page .woocommerce-notices-wrapper,
.rb-cart-page .woocommerce > .woocommerce-message,
.rb-cart-page .woocommerce > .woocommerce-info,
.rb-cart-page .woocommerce > .woocommerce-error { grid-column: 1 / -1; }
.rb-cart-page form.woocommerce-cart-form { grid-column: 1; }
.rb-cart-page .cart-collaterals { grid-column: 2; }
.rb-cart-page table.shop_table { margin: 0; border: 1px solid var(--rb-border); border-radius: 0; border-collapse: collapse; }
.rb-cart-page table.shop_table th { padding: 17px 15px; border: 0; border-bottom: 1px solid var(--rb-border); background: #f8f4f1; color: #5d544f; text-transform: uppercase; font-size: 9px; letter-spacing: .08em; }
.rb-cart-page table.shop_table td { padding: 18px 15px; border: 0; border-bottom: 1px solid var(--rb-border); vertical-align: middle; font-size: 12px; }
.rb-cart-page table.shop_table .product-thumbnail img { width: 82px; height: 96px; object-fit: cover; background: var(--rb-cream); }
.rb-cart-page table.shop_table .product-name a { color: var(--rb-black); text-decoration: none; font-weight: 600; }
.rb-cart-page table.shop_table .product-remove a { color: #8c7f78 !important; font-size: 22px; }
.rb-cart-page .quantity .qty { width: 72px; padding: 0 10px; text-align: center; }
.rb-cart-page td.actions { padding: 20px !important; background: #fcfaf8; }
.rb-cart-page .coupon { display: flex; gap: 8px; }
.rb-cart-page .coupon .input-text { width: 190px !important; margin: 0 !important; }
.rb-cart-page .cart-collaterals .cart_totals { width: 100%; padding: 28px; border: 1px solid var(--rb-border); background: #faf7f4; }
.rb-cart-page .cart_totals h2 { margin: 0 0 20px; font-family: "Playfair Display", Georgia, serif; font-size: 30px; }
.rb-cart-page .cart_totals table { border: 0; }
.rb-cart-page .cart_totals table th,
.rb-cart-page .cart_totals table td { padding: 14px 0; border: 0; border-bottom: 1px solid #e4dad3; background: transparent; font-size: 11px; }
.rb-cart-page .cart_totals table td { text-align: right; }
.rb-cart-page .wc-proceed-to-checkout { padding: 22px 0 0; }
.rb-cart-page .wc-proceed-to-checkout a.checkout-button { width: 100%; margin: 0; }
.rb-cart-page .woocommerce-shipping-destination { font-size: 10px; line-height: 1.55; }
.rb-cart-page .woocommerce-cart-form__cart-item dl.variation { color: #756b65; font-size: 10px; }
.rb-cart-page .cart-empty.woocommerce-info { grid-column: 1/-1; max-width: 720px; margin: 0 auto 22px; text-align: center; }
.rb-cart-page .return-to-shop { grid-column: 1/-1; text-align: center; }

/* Checkout classic */
.rb-checkout-page .woocommerce-form-coupon-toggle,
.rb-checkout-page form.checkout_coupon { max-width: 760px; margin: 0 auto 22px; }
.rb-checkout-page form.checkout_coupon { padding: 22px; border: 1px solid var(--rb-border); border-radius: 0; background: #faf7f4; }
.rb-checkout-page form.checkout.woocommerce-checkout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .72fr); gap: 16px 48px; align-items: start; }
.rb-checkout-page #customer_details { grid-column: 1; grid-row: 1 / span 2; }
.rb-checkout-page #order_review_heading { grid-column: 2; grid-row: 1; margin: 0; padding: 0 28px 18px; font-family: "Playfair Display", Georgia, serif; font-size: 30px; }
.rb-checkout-page #order_review { grid-column: 2; grid-row: 2; position: sticky; top: 142px; padding: 28px; border: 1px solid var(--rb-border); background: #faf7f4; }
.rb-checkout-page #customer_details .col-1,
.rb-checkout-page #customer_details .col-2 { width: 100%; float: none; }
.rb-checkout-page #customer_details .col-2 { margin-top: 32px; }
.rb-checkout-page #customer_details h3 { margin: 0 0 24px; font-family: "Playfair Display", Georgia, serif; font-size: 32px; }
.rb-checkout-page .woocommerce-billing-fields__field-wrapper,
.rb-checkout-page .woocommerce-shipping-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.rb-checkout-page .form-row { width: 100%; margin: 0 0 16px; padding: 0; }
.rb-checkout-page .form-row-wide,
.rb-checkout-page #billing_address_1_field,
.rb-checkout-page #billing_address_2_field,
.rb-checkout-page #shipping_address_1_field,
.rb-checkout-page #shipping_address_2_field { grid-column: 1 / -1; }
.rb-checkout-page .select2-container .select2-selection--single { height: 50px; }
.rb-checkout-page .select2-container .select2-selection--single .select2-selection__rendered { line-height: 48px; padding-left: 14px; }
.rb-checkout-page .select2-container .select2-selection--single .select2-selection__arrow { height: 48px; }
.rb-checkout-page #order_review table.shop_table { margin: 0 0 20px; border: 0; border-collapse: collapse; }
.rb-checkout-page #order_review table.shop_table th,
.rb-checkout-page #order_review table.shop_table td { padding: 13px 0; border: 0; border-bottom: 1px solid #e3d9d2; background: transparent; font-size: 11px; }
.rb-checkout-page #order_review table.shop_table td:last-child,
.rb-checkout-page #order_review table.shop_table th:last-child { text-align: right; }
.rb-checkout-page #payment { border-radius: 0; background: transparent; }
.rb-checkout-page #payment ul.payment_methods { padding: 0; border-bottom: 1px solid #e2d8d1; }
.rb-checkout-page #payment ul.payment_methods li { padding: 15px 0; border-top: 1px solid #e2d8d1; }
.rb-checkout-page #payment div.payment_box { margin: 12px 0 0; padding: 15px; border-radius: 0; background: #fff; color: #665c57; font-size: 10px; }
.rb-checkout-page #payment div.payment_box::before { border-bottom-color: #fff; }
.rb-checkout-page #payment div.form-row { padding: 20px 0 0; }
.rb-checkout-page #place_order { width: 100%; }
.rb-checkout-page .woocommerce-privacy-policy-text { color: #756b65; font-size: 9px; line-height: 1.6; }

/* WooCommerce Cart and Checkout blocks */
.rb-commerce-content .wp-block-woocommerce-cart,
.rb-commerce-content .wp-block-woocommerce-checkout { max-width: none; }
.rb-commerce-content .wc-block-components-sidebar-layout { gap: 42px; }
.rb-commerce-content .wc-block-components-sidebar-layout .wc-block-components-main { width: calc(66% - 21px); padding-right: 0; }
.rb-commerce-content .wc-block-components-sidebar-layout .wc-block-components-sidebar { width: calc(34% - 21px); padding-left: 0; }
.rb-commerce-content .wc-block-cart-items { border: 1px solid var(--rb-border); border-spacing: 0; }
.rb-commerce-content .wc-block-cart-items th { padding: 16px; background: #f8f4f1; text-transform: uppercase; font-size: 9px; letter-spacing: .08em; }
.rb-commerce-content .wc-block-cart-items td { padding: 18px 15px !important; border-top: 1px solid var(--rb-border) !important; }
.rb-commerce-content .wc-block-cart-item__image img { width: 92px; aspect-ratio: .86; object-fit: cover; }
.rb-commerce-content .wc-block-cart-item__product .wc-block-components-product-name { color: var(--rb-black); font-size: 13px; font-weight: 600; text-decoration: none; }
.rb-commerce-content .wc-block-components-quantity-selector { border-radius: 0; }
.rb-commerce-content .wc-block-cart__sidebar,
.rb-commerce-content .wp-block-woocommerce-checkout-order-summary-block { padding: 26px !important; border: 1px solid var(--rb-border); background: #faf7f4; }
.rb-commerce-content .wc-block-components-totals-wrapper { padding: 16px 0; border-top: 1px solid #e4dad3; }
.rb-commerce-content .wc-block-components-title { font-family: "Playfair Display", Georgia, serif; }
.rb-commerce-content .wc-block-components-text-input input,
.rb-commerce-content .wc-block-components-combobox .wc-block-components-combobox-control input { border-radius: 0 !important; }
.rb-commerce-content .wc-block-checkout__actions_row { align-items: center; }
.rb-commerce-content .wc-block-components-checkout-place-order-button { width: 100%; }

/* Order received */
.rb-order-received-page .woocommerce-order { max-width: 980px; margin: 0 auto; }
.rb-order-received-page .woocommerce-thankyou-order-received { margin: 0 0 28px; padding: 22px; border: 1px solid #d7c8be; background: #f8f3ef; text-align: center; font-family: "Playfair Display", Georgia, serif; font-size: 24px; }
.rb-order-received-page ul.woocommerce-order-overview { margin: 0 0 35px; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--rb-border); list-style: none; }
.rb-order-received-page ul.woocommerce-order-overview li { min-height: 92px; margin: 0; padding: 22px; border-right: 1px solid var(--rb-border); text-transform: uppercase; font-size: 9px; letter-spacing: .07em; }
.rb-order-received-page ul.woocommerce-order-overview li:last-child { border-right: 0; }
.rb-order-received-page ul.woocommerce-order-overview strong { display: block; margin-top: 7px; text-transform: none; font-size: 12px; letter-spacing: 0; }
.rb-order-received-page .woocommerce-order-details,
.rb-order-received-page .woocommerce-customer-details { margin-top: 35px; padding: 28px; border: 1px solid var(--rb-border); }
.rb-order-received-page h2.woocommerce-order-details__title,
.rb-order-received-page .woocommerce-customer-details h2 { font-family: "Playfair Display", Georgia, serif; font-size: 30px; }

.rb-commerce-assurance { padding: 0 0 80px; background: #fff; }
.rb-commerce-assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--rb-border); }
.rb-commerce-assurance-grid > div { padding: 24px 28px; display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--rb-border); }
.rb-commerce-assurance-grid > div:last-child { border-right: 0; }
.rb-commerce-assurance-grid svg { width: 26px; min-width: 26px; fill: none; stroke: #816b61; stroke-width: 1.6; }
.rb-commerce-assurance-grid strong { display: block; text-transform: uppercase; font-size: 10px; letter-spacing: .06em; }
.rb-commerce-assurance-grid small { display: block; margin-top: 3px; color: #7a706b; font-size: 9px; }

@media (max-width: 980px) {
    .rb-cart-page .rb-commerce-content .woocommerce { grid-template-columns: 1fr; }
    .rb-cart-page form.woocommerce-cart-form,
    .rb-cart-page .cart-collaterals { grid-column: 1; }
    .rb-checkout-page form.checkout.woocommerce-checkout { grid-template-columns: 1fr; }
    .rb-checkout-page #customer_details,
    .rb-checkout-page #order_review_heading,
    .rb-checkout-page #order_review { grid-column: 1; grid-row: auto; }
    .rb-checkout-page #order_review { position: static; }
    .rb-commerce-content .wc-block-components-sidebar-layout { flex-direction: column; }
    .rb-commerce-content .wc-block-components-sidebar-layout .wc-block-components-main,
    .rb-commerce-content .wc-block-components-sidebar-layout .wc-block-components-sidebar { width: 100%; }
}

@media (max-width: 760px) {
    .rb-commerce-hero { padding: 48px 0 38px; }
    .rb-commerce-hero h1 { font-size: 42px; }
    .rb-commerce-hero p { font-size: 12px; }
    .rb-commerce-content { padding: 45px 0 60px; }
    .rb-commerce-steps { margin-top: 26px; }
    .rb-cart-page table.shop_table_responsive tr { display: block; padding: 16px 0; border-bottom: 1px solid var(--rb-border); }
    .rb-cart-page table.shop_table_responsive tr td { min-height: 40px; padding: 10px 14px !important; border: 0; }
    .rb-cart-page table.shop_table_responsive tr td.product-thumbnail { display: block; text-align: center !important; }
    .rb-cart-page table.shop_table_responsive tr td.product-thumbnail::before { display: none; }
    .rb-cart-page table.shop_table .product-thumbnail img { width: 115px; height: 135px; }
    .rb-cart-page td.actions .coupon { width: 100%; margin-bottom: 10px; display: grid; grid-template-columns: 1fr auto; }
    .rb-cart-page .coupon .input-text { width: 100% !important; }
    .rb-cart-page td.actions > button { width: 100%; }
    .rb-cart-page .cart-collaterals .cart_totals { padding: 22px 18px; }
    .rb-checkout-page .woocommerce-billing-fields__field-wrapper,
    .rb-checkout-page .woocommerce-shipping-fields__field-wrapper { grid-template-columns: 1fr; }
    .rb-checkout-page .form-row { grid-column: 1 !important; }
    .rb-checkout-page #order_review { padding: 22px 18px; }
    .rb-commerce-assurance-grid { grid-template-columns: 1fr; }
    .rb-commerce-assurance-grid > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--rb-border); }
    .rb-commerce-assurance-grid > div:last-child { border-bottom: 0; }
    .rb-order-received-page ul.woocommerce-order-overview { grid-template-columns: 1fr 1fr; }
    .rb-order-received-page ul.woocommerce-order-overview li:nth-child(2) { border-right: 0; }
    .rb-order-received-page ul.woocommerce-order-overview li:nth-child(-n+2) { border-bottom: 1px solid var(--rb-border); }
    .rb-cart-drawer { width: 100%; }
}

@media (max-width: 420px) {
    .rb-commerce-steps strong { font-size: 8px; }
    .rb-mini-cart-body { padding: 0 18px; }
    .rb-cart-drawer-head { padding-inline: 18px; }
    .rb-cart-drawer-note { margin-inline: 18px; }
    .rb-mini-cart-body .woocommerce-mini-cart__buttons { grid-template-columns: 1fr; }
}


/* Customer account, tracking and information pages ---------------------- */
.rb-customer-main { background: #fff; }
.rb-customer-hero {
    padding: 66px 0 58px;
    background: linear-gradient(135deg, #f5ece6 0%, #fbf8f5 58%, #efe2d9 100%);
    border-bottom: 1px solid var(--rb-border);
    text-align: center;
}
.rb-customer-hero-inner { max-width: 760px; }
.rb-customer-hero h1 {
    margin: 0 0 14px;
    color: var(--rb-black);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(44px, 5vw, 66px);
    line-height: 1.06;
    letter-spacing: -.025em;
}
.rb-customer-hero p {
    max-width: 650px;
    margin: 0 auto;
    color: #675e59;
    font-size: 14px;
    line-height: 1.8;
}
.rb-customer-content { padding: 72px 0 82px; }
.rb-customer-surface { min-height: 240px; }

/* Logged-out account */
.rb-account-page .woocommerce { color: var(--rb-ink); }
.rb-account-page #customer_login {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.rb-account-page #customer_login::before,
.rb-account-page #customer_login::after { display: none; }
.rb-account-page #customer_login > .col-1,
.rb-account-page #customer_login > .col-2 {
    width: 100%;
    float: none;
    padding: 34px;
    border: 1px solid var(--rb-border);
    background: #fff;
    box-shadow: 0 18px 45px rgba(36, 25, 20, .055);
}
.rb-account-page #customer_login h2,
.rb-account-page .woocommerce-MyAccount-content h2,
.rb-account-page .woocommerce-MyAccount-content h3 {
    margin: 0 0 22px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 30px;
}
.rb-account-page .woocommerce-form-login,
.rb-account-page .woocommerce-form-register { margin: 0; padding: 0; border: 0; }
.rb-account-page .woocommerce-form-row,
.rb-account-page .form-row { margin: 0 0 17px; padding: 0; }
.rb-account-page label,
.rb-order-tracking-page label {
    display: block;
    margin-bottom: 7px;
    color: #393331;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.rb-account-page input.input-text,
.rb-account-page textarea,
.rb-account-page select,
.rb-order-tracking-page input.input-text {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d8ccc5;
    border-radius: 0;
    background: #fff;
    color: var(--rb-black);
    box-shadow: none;
    outline: 0;
}
.rb-account-page input.input-text:focus,
.rb-account-page textarea:focus,
.rb-order-tracking-page input.input-text:focus { border-color: #8a7165; }
.rb-account-page .password-input { width: 100%; }
.rb-account-page .show-password-input { top: 1.05em; }
.rb-account-page .woocommerce-form-login__rememberme { display: inline-flex; align-items: center; gap: 7px; margin: 2px 0 16px; }
.rb-account-page .woocommerce-form-login__rememberme input { width: auto; }
.rb-account-page .woocommerce-LostPassword { margin: 14px 0 0; }
.rb-account-page .woocommerce-LostPassword a,
.rb-account-page .woocommerce-privacy-policy-text a { color: #725d54; }

/* Logged-in account */
.rb-account-page .woocommerce-MyAccount-navigation {
    width: 265px;
    float: left;
    padding: 20px;
    border: 1px solid var(--rb-border);
    background: #faf7f4;
}
.rb-account-page .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.rb-account-page .woocommerce-MyAccount-navigation li { margin: 0; border-bottom: 1px solid #e7ded8; }
.rb-account-page .woocommerce-MyAccount-navigation li:last-child { border-bottom: 0; }
.rb-account-page .woocommerce-MyAccount-navigation a {
    position: relative;
    display: block;
    padding: 14px 12px 14px 20px;
    color: #514944;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .045em;
}
.rb-account-page .woocommerce-MyAccount-navigation a::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    width: 6px;
    height: 6px;
    border: 1px solid #9d8174;
    border-radius: 50%;
    transform: translateY(-50%);
}
.rb-account-page .woocommerce-MyAccount-navigation li.is-active a,
.rb-account-page .woocommerce-MyAccount-navigation a:hover { color: #111; background: #fff; }
.rb-account-page .woocommerce-MyAccount-navigation li.is-active a::before { background: #9d8174; }
.rb-account-page .woocommerce-MyAccount-content {
    width: calc(100% - 295px);
    float: right;
    min-height: 380px;
    padding: 34px;
    border: 1px solid var(--rb-border);
    background: #fff;
}
.rb-account-page .woocommerce-MyAccount-content > p:first-child { margin-top: 0; }
.rb-account-page .woocommerce-MyAccount-content p { color: #655c57; line-height: 1.8; }
.rb-account-page .woocommerce-MyAccount-content::after,
.rb-account-page .woocommerce::after { content: ""; display: table; clear: both; }

/* Account tables and address cards */
.rb-account-page table.shop_table { margin: 0 0 25px; border: 1px solid var(--rb-border); border-radius: 0; border-collapse: collapse; }
.rb-account-page table.shop_table th { padding: 14px 16px; background: #f8f4f1; border: 0; border-bottom: 1px solid var(--rb-border); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.rb-account-page table.shop_table td { padding: 16px; border: 0; border-bottom: 1px solid #ece4df; font-size: 11px; }
.rb-account-page table.shop_table tr:last-child td { border-bottom: 0; }
.rb-account-page .woocommerce-Addresses { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rb-account-page .woocommerce-Addresses::before,
.rb-account-page .woocommerce-Addresses::after { display: none; }
.rb-account-page .woocommerce-Address { width: 100% !important; float: none !important; padding: 24px; border: 1px solid var(--rb-border); background: #fbf8f6; }
.rb-account-page .woocommerce-Address-title h3 { font-size: 24px; }
.rb-account-page address { color: #675e59; font-style: normal; line-height: 1.8; }
.rb-account-page fieldset { margin: 28px 0; padding: 22px; border: 1px solid var(--rb-border); }
.rb-account-page fieldset legend { padding: 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: 20px; }

/* Tracking */
.rb-order-tracking-page .rb-customer-surface { max-width: 760px; margin: 0 auto; }
.rb-order-tracking-page .woocommerce-form-track-order {
    margin: 0;
    padding: 38px;
    border: 1px solid var(--rb-border);
    background: #fff;
    box-shadow: 0 18px 45px rgba(36, 25, 20, .055);
}
.rb-order-tracking-page .woocommerce-form-track-order > p:first-child {
    margin: 0 0 26px;
    color: #665d58;
    line-height: 1.8;
}
.rb-order-tracking-page .woocommerce-form-track-order .form-row { width: 100%; margin: 0 0 18px; padding: 0; float: none; }
.rb-order-tracking-page .woocommerce-form-track-order .button { width: 100%; margin-top: 4px; }

/* Policy and FAQ content */
.rb-policy-page .rb-customer-surface {
    max-width: 900px;
    margin: 0 auto;
    padding: 42px 48px;
    border: 1px solid var(--rb-border);
    background: #fff;
    box-shadow: 0 18px 45px rgba(36, 25, 20, .045);
}
.rb-policy-page .rb-customer-surface h2,
.rb-policy-page .rb-customer-surface h3,
.rb-policy-page .rb-customer-surface h4 {
    margin: 34px 0 14px;
    color: var(--rb-black);
    font-family: "Playfair Display", Georgia, serif;
    line-height: 1.2;
}
.rb-policy-page .rb-customer-surface h2 { font-size: 34px; }
.rb-policy-page .rb-customer-surface h3 { font-size: 26px; }
.rb-policy-page .rb-customer-surface h4 { font-size: 21px; }
.rb-policy-page .rb-customer-surface h2:first-child,
.rb-policy-page .rb-customer-surface h3:first-child { margin-top: 0; }
.rb-policy-page .rb-customer-surface p,
.rb-policy-page .rb-customer-surface li { color: #625a56; font-size: 14px; line-height: 1.9; }
.rb-policy-page .rb-customer-surface ul,
.rb-policy-page .rb-customer-surface ol { padding-left: 22px; }
.rb-policy-page .rb-customer-surface a { color: #725a50; text-decoration: underline; text-underline-offset: 3px; }
.rb-policy-page .rb-customer-surface hr { margin: 34px 0; border: 0; border-top: 1px solid var(--rb-border); }
.rb-policy-page .rb-customer-surface details { margin: 0; border-bottom: 1px solid var(--rb-border); }
.rb-policy-page .rb-customer-surface details:first-of-type { border-top: 1px solid var(--rb-border); }
.rb-policy-page .rb-customer-surface summary { padding: 18px 0; cursor: pointer; color: #231f1d; font-weight: 600; list-style-position: inside; }
.rb-policy-page .rb-customer-surface details > *:not(summary) { padding-right: 20px; }

/* Customer help strip */
.rb-customer-help { padding: 0 0 82px; }
.rb-customer-help-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rb-customer-help-grid > div {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 25px 28px;
    border: 1px solid var(--rb-border);
    background: #faf7f4;
}
.rb-customer-help-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eadbd2;
    color: #7d655a;
}
.rb-customer-help-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.rb-customer-help-grid strong { display: block; margin-bottom: 4px; text-transform: uppercase; font-size: 10px; letter-spacing: .06em; }
.rb-customer-help-grid p { margin: 0; color: #776e68; font-size: 10px; }
.rb-customer-help-grid a { color: #231f1d; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 980px) {
    .rb-account-page .woocommerce-MyAccount-navigation { width: 230px; }
    .rb-account-page .woocommerce-MyAccount-content { width: calc(100% - 254px); }
    .rb-customer-help-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .rb-customer-hero { padding: 48px 0 40px; }
    .rb-customer-hero h1 { font-size: 42px; }
    .rb-customer-content { padding: 46px 0 58px; }
    .rb-account-page #customer_login { grid-template-columns: 1fr; }
    .rb-account-page #customer_login > .col-1,
    .rb-account-page #customer_login > .col-2 { padding: 25px 20px; }
    .rb-account-page .woocommerce-MyAccount-navigation,
    .rb-account-page .woocommerce-MyAccount-content { width: 100%; float: none; }
    .rb-account-page .woocommerce-MyAccount-navigation { margin-bottom: 18px; padding: 10px; }
    .rb-account-page .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; scrollbar-width: thin; }
    .rb-account-page .woocommerce-MyAccount-navigation li { flex: 0 0 auto; border-bottom: 0; border-right: 1px solid #e7ded8; }
    .rb-account-page .woocommerce-MyAccount-navigation a { padding: 12px 16px; white-space: nowrap; }
    .rb-account-page .woocommerce-MyAccount-navigation a::before { display: none; }
    .rb-account-page .woocommerce-MyAccount-content { padding: 24px 18px; }
    .rb-account-page .woocommerce-Addresses { grid-template-columns: 1fr; }
    .rb-order-tracking-page .woocommerce-form-track-order { padding: 27px 20px; }
    .rb-policy-page .rb-customer-surface { padding: 28px 20px; }
    .rb-policy-page .rb-customer-surface h2 { font-size: 29px; }
    .rb-customer-help { padding-bottom: 58px; }
    .rb-customer-help-grid > div { grid-template-columns: auto 1fr; padding: 22px 18px; }
    .rb-customer-help-grid a { grid-column: 2; }
}

@media (max-width: 480px) {
    .rb-account-page table.shop_table_responsive tr { display: block; padding: 12px 0; border-bottom: 1px solid var(--rb-border); }
    .rb-account-page table.shop_table_responsive td { display: block; padding: 8px 12px; text-align: right !important; border: 0; }
    .rb-account-page table.shop_table_responsive td::before { float: left; font-weight: 700; }
}


/* =========================================================
   Mobile polish, premium footer, accessibility and stability
   ========================================================= */
.rb-skip-link {
    position: fixed;
    z-index: 100000;
    top: 12px;
    left: 12px;
    padding: 11px 16px;
    background: #111;
    color: #fff;
    text-decoration: none;
    transform: translateY(-160%);
    transition: transform .2s ease;
}
.rb-skip-link:focus { transform: translateY(0); color: #fff; }
:where(a, button, input, select, textarea, summary):focus-visible {
    outline: 2px solid #8f6f61;
    outline-offset: 3px;
}
img { max-width: 100%; }
.rb-product-image, .rb-category-circle, .rb-ingredient-row span { contain: layout paint; }

/* Refined production footer */
.rb-footer {
    position: relative;
    padding: 28px 0 22px;
    overflow: hidden;
    background: #10100f;
}
.rb-footer::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -170px;
    top: -230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(215,181,166,.12), transparent 68%);
    pointer-events: none;
}
.rb-footer-topline {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 0 0 25px;
    margin-bottom: 48px;
    border-bottom: 1px solid #2c2b29;
    color: #aaa39e;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .14em;
}
.rb-footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.55fr repeat(3, minmax(0, 1fr));
    gap: 64px;
}
.rb-footer .rb-brand { justify-content: flex-start; align-items: flex-start; }
.rb-footer-brand p { max-width: 330px; margin: 22px 0 24px; color: #aaa39e; font-size: 13px; line-height: 1.9; }
.rb-footer h3 { margin-bottom: 22px; color: #f8f4f1; font-size: 10px; letter-spacing: .16em; }
.rb-footer-grid > div > a,
.rb-footer-column > a {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 12px 0;
    color: #aaa39e;
    font-size: 12px;
    line-height: 1.5;
}
.rb-footer-grid > div > a::after,
.rb-footer-column > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -2px;
    height: 1px;
    background: #d7b5a6;
    transition: right .25s ease;
}
.rb-footer-grid > div > a:hover { color: #fff; }
.rb-footer-grid > div > a:hover::after { right: 0; }
.rb-footer-contact p { margin: 0 0 8px; color: #77716d; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.rb-socials { gap: 10px; }
.rb-socials a {
    width: 38px;
    height: 38px;
    border-color: #383735;
    border-radius: 50%;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.rb-socials a:hover { background: #d7b5a6; border-color: #d7b5a6; color: #111 !important; transform: translateY(-2px); }
.rb-socials svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.rb-footer-bottom {
    position: relative;
    margin-top: 58px;
    padding-top: 20px;
    align-items: center;
    color: #77716d;
    font-size: 10px;
    letter-spacing: .02em;
}
.rb-footer-legal { display: flex; gap: 22px; }
.rb-footer-legal a { color: #8e8883; text-decoration: none; }
.rb-footer-legal a:hover { color: #fff; }

/* Mobile bottom navigation */
.rb-mobile-bottom-nav { display: none; }
.rb-mobile-nav-icon { position: relative; display: grid; place-items: center; }
.rb-mobile-nav-cart-count {
    position: absolute;
    top: -7px;
    right: -9px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 8px;
    font-style: normal;
}

/* Better mobile tap targets and stable layout */
.rb-header-actions > a,
.rb-menu-toggle,
.rb-slider-arrow,
.rb-add-button { touch-action: manipulation; }
.rb-product-visual { aspect-ratio: .88; }
.rb-product-image, .rb-product-image img { height: 100%; }
.rb-product-image img { object-fit: cover; }

@media (max-width: 1100px) {
    .rb-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 38px; }
}

@media (max-width: 820px) {
    body:not(.rb-cart-page):not(.rb-checkout-page):not(.rawah-single-product) { padding-bottom: 68px; }
    .rb-mobile-bottom-nav {
        position: fixed;
        z-index: 980;
        left: 0;
        right: 0;
        bottom: 0;
        height: 66px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding: 7px max(10px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
        border-top: 1px solid #e7dfda;
        background: rgba(255,255,255,.97);
        box-shadow: 0 -8px 28px rgba(26,19,15,.08);
        backdrop-filter: blur(14px);
    }
    .rb-mobile-bottom-nav > a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3px;
        color: #746b66;
        text-decoration: none;
        font-size: 9px;
        font-weight: 600;
        letter-spacing: .02em;
    }
    .rb-mobile-bottom-nav > a.is-active { color: #111; }
    .rb-mobile-bottom-nav svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
    .rb-footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 34px 26px; }
    .rb-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
    .rb-container { width: min(calc(100% - 32px), var(--rb-container)); }
    .rb-announcement-inner { min-height: 32px; justify-content: center; }
    .rb-announcement-inner a { display: none; }
    .rb-main-header {
        position: relative;
        min-height: 66px;
        grid-template-columns: 42px 1fr 42px;
        padding-inline: 2px;
    }
    .rb-brand { justify-self: center; }
    .rb-header-actions { justify-self: end; }
    .rb-header-actions > a { width: 40px; height: 40px; justify-content: center; }
    .rb-menu-toggle { width: 40px; height: 40px; }
    .rb-mobile-panel { width: min(90vw, 380px); padding: 22px 20px calc(28px + env(safe-area-inset-bottom)); }
    .rb-mobile-panel > a, .rb-mobile-submenu-toggle { min-height: 48px; }

    .rb-hero-slider { min-height: 650px; }
    .rb-hero-grid { min-height: 650px; padding-top: 24px; }
    .rb-hero-copy { padding-top: 12px; }
    .rb-hero-copy h1 { max-width: 360px; margin-inline: auto; font-size: clamp(38px, 11vw, 48px); }
    .rb-hero-copy p { max-width: 360px; line-height: 1.7; }
    .rb-hero-visual { min-height: 330px; height: 330px; }
    .rb-hero-visual > img { min-height: 325px; height: 325px; object-fit: contain; }
    .rb-hero-halo { width: 310px; height: 310px; }
    .rb-hero-product-label { display: none; }
    .rb-slider-dots { bottom: 12px; }

    .rb-category-section { scrollbar-width: none; }
    .rb-category-section::-webkit-scrollbar { display: none; }
    .rb-category-row { padding-right: 16px; }
    .rb-category-circle { width: 78px; }

    .rb-section { padding: 58px 0; }
    .rb-section-heading h2 { font-size: clamp(34px, 10vw, 42px); }
    .rb-products-grid { gap: 26px 12px; }
    .rb-product-visual { aspect-ratio: .82; }
    .rb-product-content h3 { min-height: 0; line-height: 1.5; }
    .rb-add-button { min-height: 42px; }

    .rb-newsletter-section { padding: 52px 0; }
    .rb-newsletter-inner { text-align: left; }
    .rb-newsletter-inner h2 { font-size: 32px; }

    .rb-footer { padding-top: 22px; }
    .rb-footer-topline { margin-bottom: 38px; padding-bottom: 20px; justify-content: center; text-align: center; }
    .rb-footer-topline span:last-child { display: none; }
    .rb-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
    .rb-footer-brand { grid-column: 1 / -1; }
    .rb-footer-brand p { max-width: 100%; }
    .rb-footer-contact { grid-column: 1 / -1; padding-top: 4px; border-top: 1px solid #2c2b29; }
    .rb-footer-bottom { margin-top: 42px; align-items: flex-start; gap: 14px; }
    .rb-footer-legal { gap: 18px; }

    .rb-cart-drawer { width: min(100vw, 420px); }
    .rb-cart-drawer-head { padding: 22px 20px; }
    .rb-mini-cart-body { padding-inline: 18px; }
}

@media (max-width: 430px) {
    .rb-wordmark-rawah { font-size: 22px; }
    .rb-wordmark-beauty { font-size: 7px; }
    .rb-products-grid, body.woocommerce ul.products { gap: 22px 8px; }
    .rb-product-content h3 { font-size: 10px; }
    .rb-price { font-size: 10px; }
    .rb-add-button { font-size: 8px !important; letter-spacing: .035em; }
    .rb-footer-grid { gap: 34px 18px; }
    .rb-footer-grid > div > a { font-size: 11px; }
}

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


/* Version 3.0 production cleanup */
.rb-rating-count.rb-not-rated {
    color: #7a706a;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.rb-testimonial-grid.is-count-1 { grid-template-columns: minmax(0, 560px); justify-content: center; }
.rb-testimonial-grid.is-count-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 900px; margin-inline: auto; }
.rb-newsletter-form { min-width: 0; }
.rb-newsletter-form form { display: flex; }
.rb-newsletter-form input[type="email"],
.rb-newsletter-form input[type="text"] { flex: 1; min-width: 0; min-height: 52px; padding: 0 18px; border: 1px solid var(--rb-black); background: #fff; outline: 0; }
.rb-newsletter-form input[type="submit"],
.rb-newsletter-form button { min-height: 52px; padding: 0 26px; border: 1px solid var(--rb-black); background: var(--rb-black); color: #fff; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .06em; cursor: pointer; }
@media (max-width: 767px) {
    .rb-testimonial-grid.is-count-2 { grid-template-columns: 1fr; }
    .rb-newsletter-form form { display: grid; gap: 10px; }
    .rb-newsletter-form input[type="email"], .rb-newsletter-form input[type="text"], .rb-newsletter-form input[type="submit"], .rb-newsletter-form button { width: 100%; }
}


/* Dedicated New Arrivals page ------------------------------------------ */
.rb-desktop-nav a.is-current { position: relative; }
.rb-desktop-nav a.is-current::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 1px;
    background: #111;
}
.rb-new-arrivals-main { background: #fff; }
.rb-new-arrivals-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 36%, rgba(221,199,187,.38), transparent 28%),
        linear-gradient(120deg, #f8f2ed 0%, #fff 57%, #f1e3da 100%);
    border-bottom: 1px solid #eadfd8;
}
.rb-new-arrivals-hero-grid {
    min-height: 570px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
    align-items: center;
    gap: 72px;
    padding-top: 72px;
    padding-bottom: 72px;
}
.rb-simple-breadcrumb {
    margin-bottom: 42px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #85766d;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.rb-simple-breadcrumb a { color: inherit; text-decoration: none; }
.rb-simple-breadcrumb strong { color: #403833; font-weight: 600; }
.rb-new-arrivals-copy { max-width: 650px; }
.rb-new-arrivals-copy h1 {
    margin: 0 0 20px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(66px, 7.2vw, 104px);
    line-height: .94;
    letter-spacing: -.055em;
    text-transform: uppercase;
}
.rb-new-arrivals-copy p {
    max-width: 600px;
    margin: 0 0 30px;
    color: #5e554f;
    font-size: 15px;
    line-height: 1.85;
}
.rb-new-arrivals-visual {
    position: relative;
    justify-self: end;
    width: min(100%, 470px);
    aspect-ratio: .92;
    display: grid;
    place-items: center;
}
.rb-new-arrivals-orbit {
    position: absolute;
    width: 116%;
    aspect-ratio: 1;
    border: 1px solid rgba(151,119,101,.22);
    border-radius: 50%;
}
.rb-new-arrivals-visual > img {
    position: relative;
    z-index: 1;
    width: 82%;
    height: 90%;
    object-fit: cover;
    box-shadow: 0 28px 60px rgba(58,39,29,.14);
}
.rb-new-arrivals-featured-label {
    position: absolute;
    z-index: 2;
    left: -26px;
    bottom: 24px;
    width: 250px;
    padding: 18px 20px;
    background: rgba(255,255,255,.94);
    border: 1px solid #e3d7cf;
    color: #171412;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(39,27,20,.09);
}
.rb-new-arrivals-featured-label span {
    display: block;
    margin-bottom: 5px;
    color: #8a7062;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .14em;
}
.rb-new-arrivals-featured-label strong { font-size: 12px; line-height: 1.45; }
.rb-new-arrivals-products { padding: 100px 0 112px; }
.rb-new-arrivals-heading {
    margin-bottom: 45px;
    padding-bottom: 22px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #e8dfd9;
}
.rb-new-arrivals-heading h2 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px, 4.8vw, 60px);
    letter-spacing: -.035em;
}
.rb-new-arrivals-heading > p {
    margin: 0 0 8px;
    color: #86786f;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.rb-new-arrivals-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 58px 24px;
}
.rb-new-arrivals-grid .rb-product-card {
    flex: 0 1 calc((100% - 48px) / 3);
    width: calc((100% - 48px) / 3);
    max-width: 380px;
}
.rb-new-arrivals-grid .rb-product-visual { background: #f5f0ec; }
.rb-new-arrivals-grid .rb-product-content { padding-top: 18px; }
.rb-new-arrivals-grid .rb-add-button { min-height: 46px; }
.rb-new-arrivals-footer-link { margin-top: 54px; text-align: center; }
.rb-new-arrivals-empty {
    max-width: 720px;
    margin: 0 auto;
    padding: 70px 35px;
    text-align: center;
    background: #f8f3ef;
    border: 1px solid #e7dbd3;
}
.rb-new-arrivals-empty h2 { font-family: "Playfair Display", Georgia, serif; }
.rb-new-arrivals-assurance { padding: 0 0 100px; }
.rb-new-arrivals-assurance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #ded3cb;
    border-bottom: 1px solid #ded3cb;
}
.rb-new-arrivals-assurance-grid > div { padding: 28px 34px; border-right: 1px solid #ded3cb; }
.rb-new-arrivals-assurance-grid > div:last-child { border-right: 0; }
.rb-new-arrivals-assurance-grid strong {
    display: block;
    margin-bottom: 7px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.rb-new-arrivals-assurance-grid span { color: #746a64; font-size: 12px; line-height: 1.7; }

@media (max-width: 980px) {
    .rb-new-arrivals-hero-grid { grid-template-columns: 1fr 360px; gap: 38px; min-height: 500px; }
    .rb-new-arrivals-copy h1 { font-size: clamp(58px, 8vw, 78px); }
    .rb-new-arrivals-featured-label { left: -10px; }
}
@media (max-width: 760px) {
    .rb-desktop-nav a.is-current::after { display: none; }
    .rb-new-arrivals-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-top: 48px; padding-bottom: 54px; }
    .rb-simple-breadcrumb { margin-bottom: 28px; }
    .rb-new-arrivals-copy h1 { font-size: clamp(52px, 16vw, 72px); }
    .rb-new-arrivals-copy p { font-size: 14px; }
    .rb-new-arrivals-visual { justify-self: center; width: min(92%, 430px); }
    .rb-new-arrivals-featured-label { left: 2%; bottom: 12px; width: 220px; }
    .rb-new-arrivals-products { padding: 70px 0 80px; }
    .rb-new-arrivals-heading { align-items: flex-start; flex-direction: column; gap: 12px; margin-bottom: 32px; }
    .rb-new-arrivals-heading > p { margin: 0; }
    .rb-new-arrivals-grid { gap: 34px 12px; align-items: stretch; }
    .rb-new-arrivals-grid .rb-product-card { flex-basis: calc(50% - 6px); width: calc(50% - 6px); }
    .rb-new-arrivals-assurance { padding-bottom: 72px; }
    .rb-new-arrivals-assurance-grid { grid-template-columns: 1fr; }
    .rb-new-arrivals-assurance-grid > div { border-right: 0; border-bottom: 1px solid #ded3cb; }
    .rb-new-arrivals-assurance-grid > div:last-child { border-bottom: 0; }
}
@media (max-width: 420px) {
    .rb-new-arrivals-featured-label { position: relative; left: auto; bottom: auto; width: 88%; margin: -26px auto 0; }
    .rb-new-arrivals-grid .rb-product-content h3 { min-height: 58px; font-size: 11px; }
    .rb-new-arrivals-grid .rb-add-button { padding-inline: 8px; font-size: 9px; }
}


/* =========================================================
   SHOP ALL PAGE — PRODUCTION GRID FIX v3.2
   ========================================================= */
body.rawah-shop-archive .rb-shop-catalog .rb-container {
    width: min(calc(100% - 64px), 1360px);
}

body.rawah-shop-archive .rb-shop-category-nav {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    max-width: 100%;
}

body.rawah-shop-archive .rb-shop-main ul.products,
body.rawah-shop-archive .rb-shop-main ul.products.columns-2,
body.rawah-shop-archive .rb-shop-main ul.products.columns-3,
body.rawah-shop-archive .rb-shop-main ul.products.columns-4,
body.rawah-shop-archive .rb-shop-main ul.products.columns-5 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 34px 24px !important;
    align-items: stretch;
    justify-content: stretch;
}

body.rawah-shop-archive .rb-shop-main ul.products li.product,
body.rawah-shop-archive .rb-shop-main ul.products li.product.rb-shop-card,
body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] li.product {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    clear: none !important;
    flex: none !important;
}

body.rawah-shop-archive .rb-shop-card-inner {
    width: 100%;
    min-width: 0;
}

body.rawah-shop-archive .rb-shop-card-media {
    aspect-ratio: 4 / 4.8;
}

body.rawah-shop-archive .rb-shop-card-content {
    padding: 20px 18px 18px;
}

body.rawah-shop-archive .rb-shop-card .woocommerce-loop-product__title {
    min-height: 48px;
    font-size: 18px !important;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

body.rawah-shop-archive .rb-shop-card-bottom {
    min-height: 28px;
}

body.rawah-shop-archive .rb-shop-add {
    margin-top: 16px !important;
}

@media (max-width: 1180px) {
    body.rawah-shop-archive .rb-shop-main ul.products,
    body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 820px) {
    body.rawah-shop-archive .rb-shop-catalog .rb-container {
        width: min(calc(100% - 32px), 1360px);
    }
    body.rawah-shop-archive .rb-shop-main ul.products,
    body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 12px !important;
    }
    body.rawah-shop-archive .rb-shop-card-content {
        padding: 14px 12px 14px;
    }
    body.rawah-shop-archive .rb-shop-card .woocommerce-loop-product__title {
        min-height: 42px;
        font-size: 15px !important;
    }
}

@media (max-width: 390px) {
    body.rawah-shop-archive .rb-shop-main ul.products,
    body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
}


/* =========================================================
   BUNDLE DEALS — DEDICATED PRODUCTION PAGE v3.3
   ========================================================= */
body.rawah-bundle-deals-page { background: #fff; }
.rb-bundle-hero {
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 24%, rgba(223,199,189,.48), transparent 28%),
        linear-gradient(115deg, #fbf7f3 0%, #f4ebe4 100%);
    border-bottom: 1px solid #e5dad2;
}
.rb-bundle-hero-grid {
    min-height: 610px;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
    align-items: center;
    gap: 72px;
    padding-top: 72px;
    padding-bottom: 72px;
}
.rb-bundle-copy { max-width: 690px; }
.rb-bundle-copy h1 {
    margin: 0 0 24px;
    color: #151210;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(56px, 6vw, 88px);
    line-height: .98;
    letter-spacing: -.045em;
}
.rb-bundle-copy > p {
    max-width: 620px;
    margin: 0 0 30px;
    color: #625852;
    font-size: 15px;
    line-height: 1.85;
}
.rb-bundle-visual {
    position: relative;
    justify-self: stretch;
    min-height: 440px;
    display: grid;
    place-items: center;
    isolation: isolate;
}
.rb-bundle-shape { position: absolute; border-radius: 50%; z-index: -1; }
.rb-bundle-shape-one { width: 390px; height: 390px; background: #ddc7bc; right: 4%; top: 3%; }
.rb-bundle-shape-two { width: 255px; height: 255px; border: 1px solid rgba(111,82,68,.25); left: 2%; bottom: 0; }
.rb-bundle-visual > img {
    position: relative;
    width: min(78%, 470px);
    max-height: 470px;
    object-fit: contain;
    filter: drop-shadow(0 24px 30px rgba(47,31,23,.14));
}
.rb-bundle-featured-label {
    position: absolute;
    right: 2%;
    bottom: 24px;
    width: min(280px, 68%);
    padding: 20px 22px;
    color: #171311;
    background: rgba(255,255,255,.94);
    border: 1px solid #dfd1c8;
    box-shadow: 0 18px 45px rgba(44,29,22,.1);
    text-decoration: none;
}
.rb-bundle-featured-label span { display: block; margin-bottom: 6px; color: #8c7062; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.rb-bundle-featured-label strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 18px; line-height: 1.25; }
.rb-bundle-monogram {
    width: 270px;
    height: 270px;
    display: grid;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    color: #71594e;
    background: rgba(255,255,255,.68);
    border: 1px solid rgba(123,91,76,.25);
    box-shadow: 0 25px 60px rgba(55,36,28,.08);
}
.rb-bundle-monogram span { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 112px; line-height: .8; }
.rb-bundle-monogram small { margin-top: 25px; font-size: 9px; font-weight: 700; letter-spacing: .28em; }
.rb-bundle-products { padding: 96px 0 104px; }
.rb-bundle-heading {
    margin-bottom: 42px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd3cc;
}
.rb-bundle-heading h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 5vw, 64px); line-height: 1; }
.rb-bundle-heading > p { margin: 0; color: #7a6e68; font-size: 12px; }
.rb-bundle-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 46px 24px; }
.rb-bundle-grid .rb-product-card { flex: 0 1 calc(33.333% - 16px); width: calc(33.333% - 16px); max-width: 410px; }
.rb-bundle-grid .rb-product-visual { aspect-ratio: 4 / 4.8; }
.rb-bundle-empty {
    max-width: 850px;
    margin: 0 auto;
    padding: 78px 58px;
    text-align: center;
    background: linear-gradient(145deg, #fbf8f5, #f1e6de);
    border: 1px solid #dfd1c7;
}
.rb-bundle-empty-icon {
    width: 82px;
    height: 82px;
    margin: 0 auto 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #82675a;
    background: rgba(255,255,255,.78);
    border: 1px solid #ddcec4;
}
.rb-bundle-empty-icon svg { width: 40px; height: 40px; }
.rb-bundle-empty h2 { margin: 0 0 16px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; }
.rb-bundle-empty > p { max-width: 660px; margin: 0 auto 28px; color: #665c57; line-height: 1.85; }
.rb-bundle-empty-actions { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; }
.rb-bundle-benefits { padding: 0 0 100px; }
.rb-bundle-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #ded3cb; border-bottom: 1px solid #ded3cb; }
.rb-bundle-benefits-grid article { padding: 28px 34px; border-right: 1px solid #ded3cb; }
.rb-bundle-benefits-grid article:last-child { border-right: 0; }
.rb-bundle-benefits-grid strong { display: block; margin-bottom: 7px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.rb-bundle-benefits-grid span { color: #746a64; font-size: 12px; line-height: 1.7; }

@media (max-width: 980px) {
    .rb-bundle-hero-grid { grid-template-columns: 1fr 390px; gap: 40px; min-height: 540px; }
    .rb-bundle-grid .rb-product-card { flex-basis: calc(50% - 12px); width: calc(50% - 12px); }
}
@media (max-width: 760px) {
    .rb-bundle-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 38px; padding-top: 48px; padding-bottom: 56px; }
    .rb-bundle-copy h1 { font-size: clamp(50px, 15vw, 72px); }
    .rb-bundle-copy > p { font-size: 14px; }
    .rb-bundle-visual { min-height: 350px; width: min(100%, 470px); justify-self: center; }
    .rb-bundle-shape-one { width: 300px; height: 300px; }
    .rb-bundle-shape-two { width: 190px; height: 190px; }
    .rb-bundle-monogram { width: 220px; height: 220px; }
    .rb-bundle-monogram span { font-size: 88px; }
    .rb-bundle-featured-label { right: 0; bottom: 0; }
    .rb-bundle-products { padding: 72px 0 80px; }
    .rb-bundle-heading { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
    .rb-bundle-grid { gap: 34px 12px; }
    .rb-bundle-grid .rb-product-card { flex-basis: calc(50% - 6px); width: calc(50% - 6px); }
    .rb-bundle-empty { padding: 58px 24px; }
    .rb-bundle-benefits { padding-bottom: 72px; }
    .rb-bundle-benefits-grid { grid-template-columns: 1fr; }
    .rb-bundle-benefits-grid article { border-right: 0; border-bottom: 1px solid #ded3cb; }
    .rb-bundle-benefits-grid article:last-child { border-bottom: 0; }
}
@media (max-width: 420px) {
    .rb-bundle-grid .rb-product-content h3 { min-height: 58px; font-size: 11px; }
    .rb-bundle-grid .rb-add-button { padding-inline: 8px; font-size: 9px; }
    .rb-bundle-empty-actions { flex-direction: column; }
}


/* About Us and Beauty Guide stage --------------------------------------- */
.rb-about-main, .rb-guide-main { background: #fff; }
.rb-about-hero, .rb-guide-hero { padding: 74px 0 84px; background: linear-gradient(115deg, #f8f2ed 0%, #fff 56%, #eee1d8 100%); overflow: hidden; }
.rb-about-hero-grid, .rb-guide-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.rb-about-copy h1, .rb-guide-copy h1 { max-width: 700px; margin: 15px 0 22px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(48px, 5.5vw, 82px); line-height: .99; letter-spacing: -.04em; }
.rb-about-copy > p, .rb-guide-copy > p { max-width: 630px; color: #5e5651; font-size: 16px; line-height: 1.85; }
.rb-about-actions { display: flex; gap: 24px; align-items: center; margin-top: 30px; }
.rb-about-visual, .rb-guide-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.rb-about-visual::before, .rb-guide-visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(255,255,255,.7); box-shadow: 0 30px 70px rgba(46,32,24,.08); }
.rb-about-visual img, .rb-guide-visual img { position: relative; z-index: 1; width: min(88%, 500px); height: 500px; object-fit: contain; }
.rb-about-image-note, .rb-guide-featured-label { position: absolute; z-index: 2; right: 0; bottom: 30px; width: 250px; padding: 18px 20px; background: rgba(255,255,255,.94); border: 1px solid #e4d8d0; box-shadow: 0 18px 42px rgba(30,22,18,.08); text-decoration: none; }
.rb-about-image-note small, .rb-guide-featured-label small { display: block; margin-bottom: 5px; color: #8b7468; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.rb-about-image-note strong, .rb-guide-featured-label strong { display: block; color: #181514; font-family: "Playfair Display", Georgia, serif; font-size: 18px; line-height: 1.25; }
.rb-about-monogram, .rb-guide-monogram { position: relative; z-index: 1; width: 300px; height: 300px; display: grid; place-items: center; border-radius: 50%; background: #fff; border: 1px solid #dfd0c7; }
.rb-about-monogram span, .rb-guide-monogram span { font-family: "Playfair Display", Georgia, serif; font-size: 110px; line-height: 1; }
.rb-about-monogram small, .rb-guide-monogram small { position: absolute; bottom: 60px; font-size: 9px; letter-spacing: .22em; }
.rb-about-story { padding: 105px 0; }
.rb-about-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.rb-about-story h2 { max-width: 530px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
.rb-about-story-copy p { color: #5d5550; font-size: 17px; line-height: 1.9; }
.rb-about-story-copy p + p { margin-top: 20px; }
.rb-about-facts { padding: 0 0 95px; }
.rb-about-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ddd1c9; border-bottom: 1px solid #ddd1c9; }
.rb-about-facts article { padding: 34px; text-align: center; border-right: 1px solid #ddd1c9; }
.rb-about-facts article:last-child { border-right: 0; }
.rb-about-facts strong { display: block; color: #2a211d; font-family: "Playfair Display", Georgia, serif; font-size: 38px; }
.rb-about-facts span { color: #7a6c65; text-transform: uppercase; font-size: 9px; letter-spacing: .12em; }
.rb-about-principles { padding: 95px 0; background: #f6f1ed; }
.rb-about-principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rb-about-principles-grid article { min-height: 310px; padding: 35px; background: #fff; border: 1px solid #e6dad2; }
.rb-about-principles-grid article > span { display: block; margin-bottom: 58px; color: #a38778; font-family: "Playfair Display", Georgia, serif; font-size: 26px; }
.rb-about-principles-grid h3 { margin-bottom: 14px; font-family: "Playfair Display", Georgia, serif; font-size: 29px; }
.rb-about-principles-grid p { color: #6b625d; line-height: 1.8; }
.rb-about-collection { padding: 105px 0; }
.rb-about-products { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; }
.rb-about-products .rb-product-card { min-width: 0; }
.rb-about-cta { padding: 75px 0; background: #171210; color: #fff; }
.rb-about-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.rb-about-cta h2 { max-width: 750px; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 4.4vw, 62px); line-height: 1.08; }
.rb-button-light { border-color: #fff; background: #fff; color: #171210; }

.rb-guide-categories { padding: 95px 0; }
.rb-guide-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rb-guide-category-grid > a { min-height: 390px; display: flex; flex-direction: column; border: 1px solid #e3d7cf; background: #fff; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.rb-guide-category-grid > a:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(30,22,18,.08); }
.rb-guide-category-grid > a > span { height: 235px; overflow: hidden; background: #f1ebe6; }
.rb-guide-category-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.rb-guide-category-grid > a:hover img { transform: scale(1.035); }
.rb-guide-category-grid > a > div { padding: 24px; }
.rb-guide-category-grid small { color: #998278; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.rb-guide-category-grid strong { display: block; margin: 8px 0 16px; color: #1a1715; font-family: "Playfair Display", Georgia, serif; font-size: 27px; }
.rb-guide-category-grid em { color: #5d5049; font-size: 11px; font-style: normal; font-weight: 600; }
.rb-guide-products { padding: 100px 0; background: #f6f1ed; }
.rb-guide-product-grid { display: grid; gap: 18px; }
.rb-guide-product-grid article { display: grid; grid-template-columns: 290px 1fr; min-height: 300px; background: #fff; border: 1px solid #e4d8d0; }
.rb-guide-product-image { display: block; overflow: hidden; background: #eee5df; }
.rb-guide-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.rb-guide-product-grid article:hover img { transform: scale(1.035); }
.rb-guide-product-copy { padding: 44px 48px; align-self: center; }
.rb-guide-product-copy > span { color: #aa8b7b; font-family: "Playfair Display", Georgia, serif; font-size: 21px; }
.rb-guide-product-copy h3 { margin: 8px 0 14px; font-family: "Playfair Display", Georgia, serif; font-size: 35px; line-height: 1.15; }
.rb-guide-product-copy h3 a { color: inherit; text-decoration: none; }
.rb-guide-product-copy p { max-width: 700px; color: #655c57; line-height: 1.8; }
.rb-guide-articles { padding: 105px 0; }
.rb-guide-articles-heading { margin-bottom: 38px; }
.rb-guide-articles-heading h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px,4vw,58px); }
.rb-guide-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rb-guide-article-grid article { border: 1px solid #e4d8d0; background: #fff; }
.rb-guide-article-image { height: 260px; display: block; overflow: hidden; background: #f2ebe6; }
.rb-guide-article-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.rb-guide-article-grid article:hover img { transform: scale(1.035); }
.rb-guide-article-grid article > div { padding: 26px; }
.rb-guide-article-grid small { color: #987f72; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.rb-guide-article-grid h3 { margin: 10px 0 13px; font-family: "Playfair Display", Georgia, serif; font-size: 27px; line-height: 1.2; }
.rb-guide-article-grid h3 a { color: inherit; text-decoration: none; }
.rb-guide-article-grid p { color: #6b615c; line-height: 1.75; }
.rb-guide-no-posts, .rb-guide-empty { padding: 70px; text-align: center; background: #f7f2ee; border: 1px solid #e4d8d0; }
.rb-guide-no-posts h2, .rb-guide-empty h2 { margin-bottom: 12px; font-family: "Playfair Display", Georgia, serif; font-size: 42px; }
.rb-guide-no-posts p, .rb-guide-empty p { max-width: 650px; margin: 0 auto 25px; color: #6d625c; line-height: 1.8; }
.rb-guide-disclaimer { padding: 55px 0; background: #171210; color: #fff; }
.rb-guide-disclaimer-inner { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; align-items: center; }
.rb-guide-disclaimer strong { font-family: "Playfair Display", Georgia, serif; font-size: 30px; }
.rb-guide-disclaimer p { margin: 0; color: #d1c6c0; line-height: 1.8; }

@media (max-width: 1100px) {
  .rb-about-hero-grid, .rb-guide-hero-grid { gap: 38px; }
  .rb-about-products { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .rb-guide-category-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .rb-about-hero, .rb-guide-hero { padding: 48px 0 60px; }
  .rb-about-hero-grid, .rb-guide-hero-grid, .rb-about-story-grid { grid-template-columns: 1fr; gap: 45px; }
  .rb-about-visual, .rb-guide-visual { min-height: 430px; }
  .rb-about-visual img, .rb-guide-visual img { height: 410px; }
  .rb-about-facts-grid { grid-template-columns: repeat(2,1fr); }
  .rb-about-facts article:nth-child(2) { border-right: 0; }
  .rb-about-facts article:nth-child(-n+2) { border-bottom: 1px solid #ddd1c9; }
  .rb-about-principles-grid { grid-template-columns: 1fr; }
  .rb-about-products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .rb-about-cta-inner { align-items: flex-start; flex-direction: column; }
  .rb-guide-product-grid article { grid-template-columns: 220px 1fr; }
  .rb-guide-article-grid { grid-template-columns: repeat(2,1fr); }
  .rb-guide-disclaimer-inner { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 560px) {
  .rb-about-copy h1, .rb-guide-copy h1 { font-size: 44px; }
  .rb-about-actions { align-items: flex-start; flex-direction: column; }
  .rb-about-visual, .rb-guide-visual { min-height: 340px; }
  .rb-about-visual::before, .rb-guide-visual::before { width: 300px; height: 300px; }
  .rb-about-visual img, .rb-guide-visual img { width: 100%; height: 330px; }
  .rb-about-image-note, .rb-guide-featured-label { right: 5px; bottom: 5px; width: 210px; }
  .rb-about-story, .rb-about-principles, .rb-about-collection, .rb-guide-categories, .rb-guide-products, .rb-guide-articles { padding: 68px 0; }
  .rb-about-facts-grid, .rb-guide-category-grid, .rb-guide-article-grid { grid-template-columns: 1fr; }
  .rb-about-facts article { border-right: 0; border-bottom: 1px solid #ddd1c9; }
  .rb-about-facts article:last-child { border-bottom: 0; }
  .rb-about-products { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .rb-guide-product-grid article { grid-template-columns: 1fr; }
  .rb-guide-product-image { height: 300px; }
  .rb-guide-product-copy { padding: 28px; }
  .rb-guide-product-copy h3 { font-size: 29px; }
  .rb-guide-no-posts, .rb-guide-empty { padding: 45px 22px; }
}


/* Bundle Deals premium real-product layout */
.rb-bundle-hero-premium {
    background:
        radial-gradient(circle at 84% 18%, rgba(217,194,181,.46), transparent 28%),
        linear-gradient(135deg, #faf6f2 0%, #f3e9e2 100%);
}
.rb-bundle-hero-premium .rb-bundle-hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
    min-height: 610px;
    gap: 72px;
}
.rb-bundle-hero-premium .rb-bundle-copy h1 {
    font-size: clamp(58px, 6.6vw, 92px);
    line-height: .94;
    letter-spacing: -.045em;
}
.rb-bundle-product-collage {
    position: relative;
    min-height: 520px;
    isolation: isolate;
}
.rb-bundle-collage-orbit {
    position: absolute;
    width: 410px;
    height: 410px;
    right: 2%;
    top: 42px;
    border-radius: 50%;
    background: rgba(218,194,181,.62);
    z-index: -2;
}
.rb-bundle-collage-orbit::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -105px;
    bottom: -34px;
    border: 1px solid rgba(113,84,70,.22);
    border-radius: 50%;
}
.rb-bundle-collage-item {
    position: absolute;
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 55px rgba(67,47,38,.14);
}
.rb-bundle-collage-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rb-bundle-collage-item-1 { width: 250px; height: 315px; right: 130px; top: 15px; z-index: 3; }
.rb-bundle-collage-item-2 { width: 215px; height: 270px; right: 8px; bottom: 18px; z-index: 2; }
.rb-bundle-collage-item-3 { width: 195px; height: 245px; left: 20px; bottom: 8px; z-index: 1; }
.rb-bundle-collage-label {
    position: absolute;
    left: 120px;
    top: 55px;
    width: 128px;
    height: 128px;
    display: grid;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    box-shadow: 0 16px 36px rgba(50,35,28,.1);
    z-index: 5;
}
.rb-bundle-collage-label b { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 28px; letter-spacing: .06em; }
.rb-bundle-collage-label small { margin-top: 8px; font-size: 7px; font-weight: 700; letter-spacing: .22em; }
.rb-curated-set-section { background: #fff; }
.rb-curated-bundle-grid { display: grid; gap: 28px; }
.rb-curated-bundle-card {
    display: grid;
    grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
    min-height: 430px;
    border: 1px solid #e2d7cf;
    background: #fbf8f5;
    overflow: hidden;
}
.rb-curated-bundle-card:nth-child(even) { grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); }
.rb-curated-bundle-card:nth-child(even) .rb-curated-bundle-media { order: 2; }
.rb-curated-bundle-media {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: linear-gradient(145deg, #eadbd1, #f6efea);
}
.rb-curated-product-image {
    position: absolute;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 38px rgba(46,31,25,.12);
}
.rb-curated-product-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rb-curated-product-1 { width: 42%; height: 72%; left: 10%; top: 14%; transform: rotate(-4deg); z-index: 2; }
.rb-curated-product-2 { width: 42%; height: 72%; right: 9%; top: 12%; transform: rotate(4deg); z-index: 3; }
.rb-curated-product-3 { width: 34%; height: 58%; left: 34%; bottom: -5%; transform: rotate(1deg); z-index: 4; }
.rb-curated-product-4 { width: 30%; height: 52%; right: -4%; bottom: -2%; z-index: 1; }
.rb-curated-product-5 { width: 28%; height: 48%; left: -3%; bottom: -2%; z-index: 1; }
.rb-curated-set-number {
    position: absolute;
    right: 22px;
    top: 18px;
    color: rgba(70,50,42,.35);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 48px;
    z-index: 8;
}
.rb-curated-bundle-content {
    padding: 58px 60px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rb-curated-bundle-content h3 {
    margin: 0 0 20px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.02;
}
.rb-curated-bundle-content ul { margin: 0 0 30px; padding: 0; list-style: none; border-top: 1px solid #dfd3cb; }
.rb-curated-bundle-content li { padding: 11px 0; border-bottom: 1px solid #dfd3cb; color: #5d534e; font-size: 12px; }
.rb-curated-bundle-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.rb-curated-bundle-bottom small { display: block; margin-bottom: 5px; color: #81736b; text-transform: uppercase; font-size: 8px; letter-spacing: .12em; }
.rb-curated-bundle-bottom strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 26px; }
.rb-curated-price-note { margin: 18px 0 0; color: #857872; font-size: 10px; line-height: 1.6; }
.rb-bundle-benefits-premium { padding-top: 12px; }

@media (max-width: 1100px) {
    .rb-bundle-hero-premium .rb-bundle-hero-grid { grid-template-columns: 1fr 430px; gap: 36px; }
    .rb-bundle-collage-item-1 { right: 90px; }
    .rb-bundle-collage-label { left: 40px; }
    .rb-curated-bundle-content { padding: 44px 38px; }
}
@media (max-width: 820px) {
    .rb-bundle-hero-premium .rb-bundle-hero-grid { grid-template-columns: 1fr; min-height: 0; }
    .rb-bundle-product-collage { min-height: 420px; width: min(100%, 560px); justify-self: center; }
    .rb-bundle-collage-item-1 { width: 215px; height: 275px; right: 105px; }
    .rb-bundle-collage-item-2 { width: 180px; height: 225px; }
    .rb-bundle-collage-item-3 { width: 165px; height: 205px; }
    .rb-bundle-collage-orbit { width: 330px; height: 330px; }
    .rb-curated-bundle-card,
    .rb-curated-bundle-card:nth-child(even) { grid-template-columns: 1fr; }
    .rb-curated-bundle-card:nth-child(even) .rb-curated-bundle-media { order: 0; }
    .rb-curated-bundle-media { min-height: 390px; }
}
@media (max-width: 540px) {
    .rb-bundle-hero-premium .rb-bundle-copy h1 { font-size: 54px; }
    .rb-bundle-product-collage { min-height: 330px; }
    .rb-bundle-collage-orbit { width: 250px; height: 250px; right: 6%; }
    .rb-bundle-collage-item-1 { width: 150px; height: 195px; right: 82px; }
    .rb-bundle-collage-item-2 { width: 128px; height: 165px; right: 0; }
    .rb-bundle-collage-item-3 { width: 116px; height: 150px; left: 0; }
    .rb-bundle-collage-label { width: 92px; height: 92px; left: 36px; top: 34px; }
    .rb-bundle-collage-label b { font-size: 20px; }
    .rb-curated-bundle-media { min-height: 300px; }
    .rb-curated-bundle-content { padding: 34px 22px; }
    .rb-curated-bundle-content h3 { font-size: 37px; }
    .rb-curated-bundle-bottom { align-items: flex-start; flex-direction: column; }
    .rb-curated-bundle-bottom .rb-button { width: 100%; }
}


/* =========================================================
   Complete editorial, support and policy pages — v3.1
   ========================================================= */
.rb-no-hero-page,
.rb-support-main,
.rb-legal-main { background: #fff; }
.rb-page-intro { padding: 62px 0 48px; border-bottom: 1px solid #e8dfd9; background: #fbf8f5; }
.rb-page-intro-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); align-items: end; gap: 80px; }
.rb-page-intro h1 { margin: 8px 0 0; color: #111; font-family: "Playfair Display", Georgia, serif; font-size: clamp(48px, 5vw, 76px); line-height: .98; letter-spacing: -.035em; }
.rb-page-intro-grid > p { max-width: 520px; margin: 0 0 4px; color: #625954; font-size: 15px; line-height: 1.9; }
.rb-simple-breadcrumb { margin-bottom: 28px; }
.rb-about-editorial { padding: 108px 0; }
.rb-about-editorial-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 11vw; align-items: start; }
.rb-about-editorial-title h2 { max-width: 570px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 4.2vw, 64px); line-height: 1.05; }
.rb-editorial-rule { width: 84px; height: 1px; margin-top: 34px; background: #111; }
.rb-about-editorial-copy { max-width: 690px; }
.rb-about-editorial-copy p { margin: 0 0 24px; color: #4f4844; font-size: 16px; line-height: 1.95; }
.rb-about-editorial-copy p:first-child::first-letter { float: left; margin: 8px 10px 0 0; font-family: "Playfair Display", Georgia, serif; font-size: 58px; line-height: .78; color: #8d6e61; }
.rb-about-signature { padding: 0 0 102px; }
.rb-about-signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #dcd1ca; border-bottom: 1px solid #dcd1ca; }
.rb-about-signature article { padding: 42px 38px; border-right: 1px solid #dcd1ca; }
.rb-about-signature article:last-child { border-right: 0; }
.rb-about-signature article > span { display: block; margin-bottom: 36px; color: #9a7d6e; font-family: "Playfair Display", Georgia, serif; font-size: 28px; }
.rb-about-signature h3 { margin-bottom: 12px; font-family: "Playfair Display", Georgia, serif; font-size: 27px; }
.rb-about-signature p { margin: 0; color: #6d625d; line-height: 1.8; }
.rb-about-measure { padding: 78px 0; background: #181512; color: #fff; }
.rb-about-measure-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.rb-about-measure-grid > div { padding: 0 48px; text-align: center; border-right: 1px solid #3a332f; }
.rb-about-measure-grid > div:last-child { border-right: 0; }
.rb-about-measure strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 54px; }
.rb-about-measure span { color: #c3b9b3; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.rb-about-collection-refined { padding: 110px 0; background: #f8f4f1; }
.rb-split-heading { margin-bottom: 42px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.rb-split-heading h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(40px, 4vw, 60px); line-height: 1.05; }
.rb-split-heading > p { max-width: 430px; margin: 0; color: #6a605b; line-height: 1.8; }
.rb-minimal-cta { padding: 76px 0; background: #211b18; color: #fff; }
.rb-minimal-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.rb-minimal-cta h2 { max-width: 680px; margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(36px, 4vw, 58px); line-height: 1.08; }
.rb-minimal-cta-inner > div:last-child { display: flex; align-items: center; gap: 24px; }
.rb-text-link-light { color: #fff !important; }
.rb-guide-categories-refined { padding: 92px 0; background: #fff; }
.rb-guide-products-refined { padding: 100px 0; background: #f6f0eb; }
.rb-guide-articles-refined { padding: 100px 0; background: #fff; }
.rb-guide-no-posts-refined { max-width: 760px; margin: 30px auto 0; padding: 70px; border: 1px solid #dfd2c9; background: #fbf8f5; text-align: center; }
.rb-guide-no-posts-refined h2 { font-family: "Playfair Display", Georgia, serif; font-size: 42px; }
.rb-contact-options { padding: 88px 0 42px; }
.rb-contact-option-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rb-contact-option-grid article { min-height: 285px; padding: 38px; border: 1px solid #e2d8d1; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.rb-contact-option-grid article:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(31,22,18,.07); }
.rb-contact-icon { width: 54px; height: 54px; margin-bottom: 35px; display: grid; place-items: center; border-radius: 50%; background: #efe3db; color: #71594d; font-family: "Playfair Display", Georgia, serif; font-size: 21px; }
.rb-contact-option-grid h2 { margin-bottom: 12px; font-family: "Playfair Display", Georgia, serif; font-size: 29px; }
.rb-contact-option-grid p { color: #6c625d; line-height: 1.8; }
.rb-contact-option-grid small { display: block; color: #8a7f79; line-height: 1.7; }
.rb-contact-form-section { padding: 54px 0 110px; }
.rb-contact-form-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: start; }
.rb-contact-form-grid h2 { font-family: "Playfair Display", Georgia, serif; font-size: 52px; line-height: 1.05; }
.rb-contact-form-grid > div:first-child p { margin-bottom: 30px; color: #665d58; line-height: 1.9; }
.rb-contact-form-panel { min-height: 360px; padding: 48px; background: #f6f0eb; border: 1px solid #e1d5cc; }
.rb-contact-form-panel h3 { font-family: "Playfair Display", Georgia, serif; font-size: 34px; }
.rb-contact-form-panel input:not([type=submit]), .rb-contact-form-panel textarea, .rb-contact-form-panel select { width: 100%; padding: 14px 16px; border: 1px solid #cdbdb2; background: #fff; }
.rb-contact-form-panel textarea { min-height: 150px; }
.rb-admin-only-note { margin-top: 24px; padding: 14px 16px; border-left: 3px solid #aa7d65; background: #fff8e9; color: #5d4b3f; font-size: 12px; line-height: 1.6; }
.rb-policy-admin-note { margin-top: 28px; }
.rb-faq-section { padding: 96px 0 112px; }
.rb-faq-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 9vw; align-items: start; }
.rb-faq-layout aside { position: sticky; top: 150px; }
.rb-faq-layout aside h2 { font-family: "Playfair Display", Georgia, serif; font-size: 42px; line-height: 1.08; }
.rb-faq-layout aside p { margin-bottom: 28px; color: #6a605b; line-height: 1.85; }
.rb-faq-list { border-top: 1px solid #dcd1ca; }
.rb-faq-list details { border-bottom: 1px solid #dcd1ca; }
.rb-faq-list summary { padding: 27px 0; display: flex; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer; font-family: "Playfair Display", Georgia, serif; font-size: 24px; }
.rb-faq-list summary::-webkit-details-marker { display: none; }
.rb-faq-list summary span { color: #9a7b6c; font-family: Arial, sans-serif; transition: transform .2s ease; }
.rb-faq-list details[open] summary span { transform: rotate(45deg); }
.rb-faq-list details > div { max-width: 780px; padding: 0 50px 28px 0; color: #645b56; line-height: 1.9; }
.rb-legal-content { padding: 88px 0 120px; }
.rb-legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 8vw; align-items: start; }
.rb-legal-layout > aside { position: sticky; top: 145px; }
.rb-legal-layout > aside nav { margin: 20px 0 34px; display: grid; }
.rb-legal-layout > aside nav a { padding: 11px 0; border-bottom: 1px solid #e3d9d2; color: #4e4642; text-decoration: none; font-size: 12px; }
.rb-legal-help { padding: 24px; background: #f6f0eb; }
.rb-legal-help strong, .rb-legal-help a { display: block; }
.rb-legal-help strong { margin-bottom: 10px; font-family: "Playfair Display", Georgia, serif; font-size: 22px; }
.rb-legal-help a { margin-top: 8px; color: #554842; word-break: break-word; }
.rb-legal-sections { border-top: 1px solid #d9cdc5; }
.rb-legal-sections > article { padding: 40px 0; display: grid; grid-template-columns: 60px minmax(0, 1fr); gap: 30px; border-bottom: 1px solid #d9cdc5; }
.rb-legal-sections > article > span { color: #9a7b6c; font-family: "Playfair Display", Georgia, serif; font-size: 24px; }
.rb-legal-sections h2 { margin: 0 0 12px; font-family: "Playfair Display", Georgia, serif; font-size: 34px; }
.rb-legal-sections p { max-width: 780px; margin: 0; color: #625954; font-size: 15px; line-height: 1.95; }
.rb-policy-related { margin-top: 55px; padding: 34px; background: #211b18; color: #fff; }
.rb-policy-related > div { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.rb-policy-related a { color: #fff; text-underline-offset: 4px; }
.rb-track-section { padding: 100px 0 120px; }
.rb-track-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; }
.rb-track-grid h2 { font-family: "Playfair Display", Georgia, serif; font-size: 48px; line-height: 1.08; }
.rb-track-grid ul { margin: 24px 0 30px; padding-left: 20px; color: #655c57; line-height: 2; }
.rb-track-form-panel { padding: 48px; border: 1px solid #dfd3cb; background: #f8f4f1; }
.rb-track-form-panel .woocommerce-form-track-order p { line-height: 1.8; }
.rb-track-form-panel .form-row { width: 100% !important; float: none !important; }
.rb-track-form-panel input { width: 100%; padding: 14px 16px; border: 1px solid #cbbab0; background: #fff; }
.rb-track-form-panel button { min-height: 48px; padding: 0 24px; border: 0; background: #111; color: #fff; text-transform: uppercase; font-size: 11px; letter-spacing: .08em; }

@media (max-width: 980px) {
  .rb-page-intro-grid, .rb-about-editorial-grid, .rb-contact-form-grid, .rb-faq-layout, .rb-legal-layout, .rb-track-grid { grid-template-columns: 1fr; gap: 40px; }
  .rb-page-intro-grid { align-items: start; }
  .rb-about-signature-grid, .rb-contact-option-grid { grid-template-columns: 1fr; }
  .rb-about-signature article { border-right: 0; border-bottom: 1px solid #dcd1ca; }
  .rb-about-signature article:last-child { border-bottom: 0; }
  .rb-faq-layout aside, .rb-legal-layout > aside { position: static; }
  .rb-about-measure-grid { grid-template-columns: 1fr; gap: 28px; }
  .rb-about-measure-grid > div { border-right: 0; }
  .rb-minimal-cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
  .rb-page-intro { padding: 42px 0 34px; }
  .rb-page-intro h1 { font-size: 46px; }
  .rb-about-editorial, .rb-guide-categories-refined, .rb-guide-products-refined, .rb-guide-articles-refined, .rb-contact-options, .rb-faq-section, .rb-legal-content, .rb-track-section { padding-top: 64px; padding-bottom: 70px; }
  .rb-about-editorial-title h2, .rb-contact-form-grid h2, .rb-track-grid h2 { font-size: 38px; }
  .rb-about-signature { padding-bottom: 70px; }
  .rb-about-signature article, .rb-contact-option-grid article, .rb-contact-form-panel, .rb-track-form-panel { padding: 28px 22px; }
  .rb-split-heading { align-items: flex-start; flex-direction: column; }
  .rb-minimal-cta-inner > div:last-child { align-items: flex-start; flex-direction: column; }
  .rb-faq-list summary { font-size: 20px; }
  .rb-legal-sections > article { grid-template-columns: 40px minmax(0, 1fr); gap: 15px; }
  .rb-legal-sections h2 { font-size: 27px; }
  .rb-policy-related > div { display: grid; }
}


/* About Us premium editorial redesign ---------------------------------- */
.rb-about-premium-page { background: #fff; }
.rb-about-premium-intro { padding: 46px 0 88px; overflow: hidden; background: #fff; }
.rb-about-premium-intro .rb-simple-breadcrumb { margin-bottom: 42px; }
.rb-about-premium-intro-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr); gap: clamp(50px, 7vw, 110px); align-items: center; }
.rb-about-premium-copy h1 { max-width: 760px; margin: 14px 0 24px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(54px, 6.3vw, 92px); line-height: .94; letter-spacing: -.045em; }
.rb-about-premium-copy > p { max-width: 620px; margin: 0; color: #615853; font-size: 16px; line-height: 1.9; }
.rb-about-premium-actions { margin-top: 32px; display: flex; align-items: center; gap: 26px; }
.rb-about-product-collage { position: relative; min-height: 610px; }
.rb-about-collage-main { position: absolute; inset: 0 72px 74px 0; margin: 0; overflow: hidden; background: #f2ebe5; box-shadow: 0 30px 75px rgba(44, 32, 26, .09); }
.rb-about-collage-main > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.rb-about-collage-main figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 26px; background: linear-gradient(to top, rgba(24,18,15,.78), transparent); color: #fff; }
.rb-about-collage-main figcaption small { display: block; margin-bottom: 5px; text-transform: uppercase; font-size: 9px; letter-spacing: .16em; opacity: .8; }
.rb-about-collage-main figcaption strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 22px; line-height: 1.25; }
.rb-about-collage-small { position: absolute; z-index: 2; margin: 0; width: 180px; height: 220px; overflow: hidden; border: 10px solid #fff; background: #eee4dc; box-shadow: 0 22px 50px rgba(44, 32, 26, .12); }
.rb-about-collage-small img { width: 100%; height: 100%; display: block; object-fit: cover; }
.rb-about-collage-small-one { top: 34px; right: 0; }
.rb-about-collage-small-two { right: 28px; bottom: 0; width: 205px; height: 245px; }
.rb-about-collage-monogram { display: grid; place-items: center; text-align: center; }
.rb-about-collage-monogram span { font-family: "Playfair Display", Georgia, serif; font-size: 150px; }
.rb-about-collage-monogram small { position: absolute; bottom: 55px; text-transform: uppercase; letter-spacing: .25em; }

.rb-about-manifesto { padding: 82px 0; background: #211a17; color: #fff; }
.rb-about-manifesto-inner { position: relative; max-width: 1040px; text-align: center; }
.rb-about-manifesto-mark { position: absolute; left: 0; top: -32px; color: #7e665a; font-family: Georgia, serif; font-size: 110px; line-height: 1; }
.rb-about-manifesto p { margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(38px, 4.8vw, 68px); line-height: 1.14; letter-spacing: -.025em; }
.rb-about-manifesto-sign { display: block; margin-top: 25px; color: #c8bbb4; text-transform: uppercase; font-size: 10px; letter-spacing: .26em; }

.rb-about-story-premium { padding: 118px 0; }
.rb-about-story-premium-grid { display: grid; grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr); gap: clamp(60px, 8vw, 130px); align-items: center; }
.rb-about-story-visual { position: relative; min-height: 610px; background: #f4ede8; }
.rb-about-story-visual img { width: 100%; height: 610px; display: block; object-fit: cover; }
.rb-about-story-label { position: absolute; right: -34px; bottom: 38px; max-width: 210px; padding: 18px 22px; background: #fff; border: 1px solid #e2d5cd; box-shadow: 0 18px 45px rgba(40,29,23,.08); color: #403733; text-transform: uppercase; font-size: 9px; line-height: 1.7; letter-spacing: .14em; }
.rb-about-story-monogram { min-height: 610px; display: grid; place-items: center; font-family: "Playfair Display", Georgia, serif; font-size: 110px; }
.rb-about-story-content h2 { max-width: 720px; margin: 14px 0 28px; font-family: "Playfair Display", Georgia, serif; font-size: clamp(46px, 5vw, 72px); line-height: 1.02; letter-spacing: -.035em; }
.rb-about-story-content p, .rb-about-custom-content p { max-width: 720px; color: #645b56; font-size: 16px; line-height: 1.95; }
.rb-about-story-content p + p, .rb-about-custom-content p + p { margin-top: 20px; }

.rb-about-values-premium { padding: 104px 0 118px; background: #f7f2ee; }
.rb-about-values-heading > p { max-width: 510px; }
.rb-about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rb-about-values-grid article { position: relative; min-height: 410px; padding: 34px 32px 36px; background: #fff; border: 1px solid #e4d9d2; transition: transform .25s ease, box-shadow .25s ease; }
.rb-about-values-grid article:hover { transform: translateY(-5px); box-shadow: 0 20px 55px rgba(36,25,20,.08); }
.rb-about-value-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #eee1d8; color: #7c6255; }
.rb-about-value-icon svg { width: 27px; height: 27px; }
.rb-about-value-number { position: absolute; top: 38px; right: 32px; color: #b39889; font-family: "Playfair Display", Georgia, serif; font-size: 25px; }
.rb-about-values-grid h3 { margin: 88px 0 15px; font-family: "Playfair Display", Georgia, serif; font-size: 31px; }
.rb-about-values-grid p { margin: 0; color: #69605b; line-height: 1.86; }

.rb-about-measure-premium { padding: 58px 0; background: #fff; border-top: 1px solid #dfd4cd; border-bottom: 1px solid #dfd4cd; }
.rb-about-measure-premium-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.rb-about-measure-premium-grid > div { padding: 8px 34px; text-align: center; border-right: 1px solid #dfd4cd; }
.rb-about-measure-premium-grid > div:last-child { border-right: 0; }
.rb-about-measure-premium strong { display: block; margin-bottom: 7px; color: #211a17; font-family: "Playfair Display", Georgia, serif; font-size: 52px; line-height: 1; }
.rb-about-measure-premium span { color: #7e716b; text-transform: uppercase; font-size: 9px; letter-spacing: .14em; }

.rb-about-collection-premium { padding: 110px 0; background: #fff; }
.rb-about-collection-premium .rb-about-products { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.rb-about-collection-premium .rb-product-card { min-width: 0; }

.rb-about-final-cta { padding: 82px 0; background: #cdb7aa; }
.rb-about-final-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 60px; }
.rb-about-final-cta h2 { max-width: 760px; margin: 0; color: #1e1714; font-family: "Playfair Display", Georgia, serif; font-size: clamp(42px, 4.8vw, 66px); line-height: 1.05; letter-spacing: -.03em; }
.rb-about-final-cta-inner > div:last-child { display: flex; align-items: center; gap: 24px; }
.rb-about-final-cta .rb-text-link-light { color: #1e1714 !important; }

@media (max-width: 1100px) {
    .rb-about-premium-intro-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .rb-about-product-collage { min-height: 520px; }
    .rb-about-collage-main { right: 45px; }
    .rb-about-collage-small { width: 145px; height: 185px; }
    .rb-about-collage-small-two { width: 165px; height: 205px; }
    .rb-about-story-premium-grid { gap: 60px; }
    .rb-about-story-visual, .rb-about-story-visual img, .rb-about-story-monogram { min-height: 520px; height: 520px; }
    .rb-about-collection-premium .rb-about-products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .rb-about-premium-intro { padding-bottom: 70px; }
    .rb-about-premium-intro-grid, .rb-about-story-premium-grid { grid-template-columns: 1fr; }
    .rb-about-premium-copy h1 { font-size: 64px; }
    .rb-about-product-collage { max-width: 650px; width: 100%; min-height: 590px; margin: 0 auto; }
    .rb-about-story-visual { max-width: 600px; width: 100%; }
    .rb-about-values-grid { grid-template-columns: 1fr; }
    .rb-about-values-grid article { min-height: 330px; }
    .rb-about-values-grid h3 { margin-top: 58px; }
    .rb-about-measure-premium-grid { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
    .rb-about-measure-premium-grid > div:nth-child(2) { border-right: 0; }
    .rb-about-final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
    .rb-about-premium-intro { padding: 34px 0 58px; }
    .rb-about-premium-intro .rb-simple-breadcrumb { margin-bottom: 30px; }
    .rb-about-premium-copy h1 { font-size: 48px; line-height: .98; }
    .rb-about-premium-copy > p { font-size: 14px; }
    .rb-about-premium-actions { align-items: flex-start; flex-direction: column; }
    .rb-about-product-collage { min-height: 430px; }
    .rb-about-collage-main { inset: 0 25px 45px 0; }
    .rb-about-collage-small-one { display: none; }
    .rb-about-collage-small-two { right: 0; width: 135px; height: 165px; border-width: 7px; }
    .rb-about-manifesto { padding: 62px 0; }
    .rb-about-manifesto-mark { display: none; }
    .rb-about-manifesto p { font-size: 36px; }
    .rb-about-story-premium { padding: 74px 0; }
    .rb-about-story-visual, .rb-about-story-visual img, .rb-about-story-monogram { min-height: 420px; height: 420px; }
    .rb-about-story-label { right: 12px; bottom: 12px; }
    .rb-about-story-content h2 { font-size: 42px; }
    .rb-about-values-premium { padding: 72px 0; }
    .rb-about-values-grid article { padding: 28px 24px; }
    .rb-about-measure-premium-grid { grid-template-columns: 1fr 1fr; }
    .rb-about-measure-premium-grid > div { padding: 8px 14px; }
    .rb-about-measure-premium strong { font-size: 42px; }
    .rb-about-collection-premium { padding: 78px 0; }
    .rb-about-collection-premium .rb-about-products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .rb-about-final-cta { padding: 64px 0; }
    .rb-about-final-cta h2 { font-size: 42px; }
    .rb-about-final-cta-inner > div:last-child { align-items: flex-start; flex-direction: column; }
}


/* Home page mobile refinement fixes -------------------------------------- */
@media (max-width: 700px) {
    body.home .rb-hero-copy { padding-bottom: 12px; }
    body.home .rb-hero-buttons { flex-direction: column; align-items: center; gap: 12px; }
    body.home .rb-hero-buttons .rb-button { width: min(100%, 260px); }
    body.home .rb-hero-buttons .rb-text-link { width: auto; }

    body.home .rb-products-section .rb-products-grid,
    body.home .rb-best-section .rb-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 12px;
        align-items: start;
    }
    body.home .rb-product-card { display: flex; flex-direction: column; min-width: 0; }
    body.home .rb-product-image { aspect-ratio: .84; }
    body.home .rb-product-content { padding: 10px 0 0; }
    body.home .rb-product-content h3 {
        min-height: 34px;
        margin: 5px 0 8px;
        font-size: 11px;
        line-height: 1.45;
        word-break: break-word;
    }
    body.home .rb-price { min-height: 20px; margin-bottom: 10px; font-size: 11px; }
    body.home .rb-add-button {
        min-height: 40px;
        padding: 0 8px !important;
        font-size: 9px !important;
        line-height: 1.2;
        white-space: normal;
    }
    body.home .rb-section-cta { margin-top: 28px; }
    body.home .rb-section-cta .rb-button { width: auto; min-width: 210px; }

    body.home .rb-feature-banner { padding-top: 10px; padding-bottom: 54px; overflow: hidden; }
    body.home .rb-feature-banner-grid { grid-template-columns: 1fr; gap: 16px; }
    body.home .rb-feature-card {
        min-height: 0;
        padding: 28px 22px 0;
        display: grid;
        grid-template-columns: 1fr;
        align-items: start;
    }
    body.home .rb-feature-copy { width: 100%; padding-bottom: 18px; }
    body.home .rb-feature-copy h2 {
        max-width: 240px;
        margin-bottom: 12px;
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.05;
    }
    body.home .rb-feature-copy p {
        max-width: 290px;
        margin-bottom: 18px;
        font-size: 14px;
        line-height: 1.65;
    }
    body.home .rb-feature-copy .rb-button { width: auto; min-width: 150px; }
    body.home .rb-feature-card > img {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 240px;
        margin: 0 auto;
        display: block;
        object-fit: contain;
        object-position: center bottom;
        filter: drop-shadow(0 18px 22px rgba(17,17,17,.10));
    }
}

@media (max-width: 430px) {
    body.home .rb-section { padding: 52px 0; }
    body.home .rb-hero-slider, body.home .rb-hero-grid { min-height: 620px; }
    body.home .rb-hero-copy h1 { font-size: clamp(34px, 10vw, 42px); }
    body.home .rb-products-section .rb-products-grid,
    body.home .rb-best-section .rb-products-grid { gap: 16px 10px; }
    body.home .rb-product-content h3 { font-size: 10px; }
    body.home .rb-price { font-size: 10px; }
    body.home .rb-add-button { min-height: 38px; font-size: 8px !important; }
    body.home .rb-feature-card { padding: 24px 18px 0; }
    body.home .rb-feature-copy h2 { max-width: 220px; font-size: 27px; }
    body.home .rb-feature-copy p { max-width: 260px; font-size: 13px; }
    body.home .rb-feature-card > img { height: 210px; }
}


/* New Arrivals + Shop All mobile production fixes ----------------------- */
@media (max-width: 760px) {
    /* Prevent archive components from creating sideways overflow. */
    body.rawah-shop-archive,
    body.rawah-shop-archive .rb-shop-main,
    .rb-new-arrivals-main {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* NEW ARRIVALS: compact premium mobile hero. */
    .rb-new-arrivals-hero-grid {
        width: min(calc(100% - 28px), var(--rb-container));
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 34px;
        padding-bottom: 42px;
    }
    .rb-new-arrivals-copy { max-width: 100%; }
    .rb-new-arrivals-copy .rb-simple-breadcrumb { margin-bottom: 22px; }
    .rb-new-arrivals-copy .rb-kicker { margin-bottom: 10px; }
    .rb-new-arrivals-copy h1 {
        max-width: 300px;
        margin-bottom: 16px;
        font-size: clamp(44px, 14vw, 58px);
        line-height: .94;
    }
    .rb-new-arrivals-copy p {
        max-width: 330px;
        margin-bottom: 22px;
        font-size: 13px;
        line-height: 1.72;
    }
    .rb-new-arrivals-copy .rb-button {
        width: auto;
        min-width: 180px;
        min-height: 46px;
        padding-inline: 18px;
    }
    .rb-new-arrivals-visual {
        width: min(100%, 340px);
        aspect-ratio: auto;
        min-height: 300px;
        margin-inline: auto;
    }
    .rb-new-arrivals-orbit {
        width: 286px;
        height: 286px;
        aspect-ratio: auto;
    }
    .rb-new-arrivals-visual > img {
        width: min(88%, 286px);
        height: 300px;
        object-fit: contain;
        object-position: center bottom;
        box-shadow: none;
        filter: drop-shadow(0 18px 24px rgba(58,39,29,.12));
    }
    .rb-new-arrivals-featured-label { display: none; }

    .rb-new-arrivals-products { padding: 58px 0 68px; }
    .rb-new-arrivals-heading {
        gap: 8px;
        margin-bottom: 26px;
        padding-bottom: 18px;
    }
    .rb-new-arrivals-heading h2 {
        font-size: clamp(34px, 10vw, 42px);
        line-height: 1.04;
    }
    .rb-new-arrivals-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 10px;
        align-items: start;
        justify-content: stretch;
    }
    .rb-new-arrivals-grid .rb-product-card {
        width: auto;
        max-width: none;
        min-width: 0;
        flex: none;
    }
    .rb-new-arrivals-grid .rb-product-image { aspect-ratio: .84; }
    .rb-new-arrivals-grid .rb-product-content { padding-top: 10px; }
    .rb-new-arrivals-grid .rb-product-content h3 {
        min-height: 34px;
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 1.45;
    }
    .rb-new-arrivals-grid .rb-price { margin-bottom: 9px; font-size: 10px; }
    .rb-new-arrivals-grid .rb-add-button {
        min-height: 39px;
        padding-inline: 6px !important;
        font-size: 8px !important;
        line-height: 1.2;
        white-space: normal;
    }

    /* SHOP ALL: remove negative full-viewport offsets and tighten hero. */
    body.rawah-shop-archive .rb-shop-hero .rb-container,
    body.rawah-shop-archive .rb-shop-catalog .rb-container {
        width: min(calc(100% - 28px), 1360px);
        max-width: 100%;
        margin-inline: auto;
    }
    body.rawah-shop-archive .rb-shop-hero-grid {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 34px;
        padding-bottom: 38px;
    }
    body.rawah-shop-archive .rb-shop-hero-copy {
        max-width: 100%;
        padding: 0;
    }
    body.rawah-shop-archive .rb-shop-breadcrumbs { margin-bottom: 22px; }
    body.rawah-shop-archive .rb-shop-hero-copy .rb-kicker { margin-bottom: 10px; }
    body.rawah-shop-archive .rb-shop-hero-copy h1 {
        max-width: 330px;
        margin-bottom: 16px;
        font-size: clamp(42px, 12vw, 54px);
        line-height: .96;
    }
    body.rawah-shop-archive .rb-shop-hero-copy p {
        max-width: 340px;
        font-size: 13px;
        line-height: 1.72;
    }
    body.rawah-shop-archive .rb-shop-hero-image {
        width: 100%;
        min-height: 245px;
        margin-inline: auto;
    }
    body.rawah-shop-archive .rb-shop-hero-orbit {
        width: 230px;
        height: 230px;
    }
    body.rawah-shop-archive .rb-shop-hero-image img {
        width: min(78%, 250px);
        max-height: 245px;
        object-fit: contain;
    }

    body.rawah-shop-archive .rb-shop-catalog { padding: 30px 0 68px; }
    body.rawah-shop-archive .rb-shop-category-nav {
        width: 100%;
        max-width: 100%;
        margin: 0 0 32px;
        padding: 0 0 8px;
        display: flex;
        gap: 9px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
    }
    body.rawah-shop-archive .rb-shop-category-nav::-webkit-scrollbar { display: none; }
    body.rawah-shop-archive .rb-shop-category-chip {
        min-width: 168px;
        min-height: 70px;
        padding: 9px 10px;
    }
    body.rawah-shop-archive .rb-shop-category-thumb {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }
    body.rawah-shop-archive .rb-shop-toolbar {
        gap: 14px;
        margin-bottom: 24px;
        padding-bottom: 18px;
    }
    body.rawah-shop-archive .rb-shop-toolbar-copy h2 { font-size: 31px; }
    body.rawah-shop-archive .rb-shop-toolbar-controls { gap: 10px; }

    body.rawah-shop-archive .rb-shop-main ul.products,
    body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px 10px !important;
    }
    body.rawah-shop-archive .rb-shop-card-media { aspect-ratio: .84; }
    body.rawah-shop-archive .rb-shop-card-content { padding: 11px 8px 10px; }
    body.rawah-shop-archive .rb-shop-card .woocommerce-loop-product__title {
        min-height: 34px;
        font-size: 10px !important;
        line-height: 1.45;
    }
    body.rawah-shop-archive .rb-shop-card-bottom {
        min-height: 22px;
        gap: 4px;
        font-size: 9px;
    }
    body.rawah-shop-archive .rb-shop-add {
        min-height: 39px;
        margin-top: 9px !important;
        padding-inline: 5px !important;
        font-size: 8px !important;
        line-height: 1.2;
        white-space: normal;
    }
}

@media (max-width: 390px) {
    /* Keep the requested two-column mobile catalogue even on small phones. */
    body.rawah-shop-archive .rb-shop-main ul.products,
    body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 8px !important;
    }
    .rb-new-arrivals-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 8px;
    }
    .rb-new-arrivals-copy h1 { font-size: 43px; }
    .rb-new-arrivals-visual { min-height: 270px; }
    .rb-new-arrivals-visual > img { height: 270px; }
    body.rawah-shop-archive .rb-shop-hero-copy h1 { font-size: 40px; }
    body.rawah-shop-archive .rb-shop-hero-image { min-height: 220px; }
    body.rawah-shop-archive .rb-shop-hero-image img { max-height: 220px; }
}


/* About Us mobile production refinement -------------------------------- */
@media (max-width: 760px) {
    .rb-about-premium-page,
    .rb-about-premium-page section {
        max-width: 100%;
        overflow-x: hidden;
    }

    .rb-about-premium-intro {
        padding: 30px 0 58px;
    }
    .rb-about-premium-intro .rb-simple-breadcrumb {
        margin-bottom: 24px;
        font-size: 9px;
    }
    .rb-about-premium-intro-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .rb-about-premium-copy {
        width: 100%;
        max-width: 100%;
    }
    .rb-about-premium-copy .rb-kicker {
        margin-bottom: 12px;
        font-size: 9px;
        line-height: 1.5;
    }
    .rb-about-premium-copy h1 {
        width: 100%;
        max-width: 335px;
        margin: 0 0 18px;
        font-size: clamp(39px, 12.5vw, 50px);
        line-height: .98;
        letter-spacing: -.045em;
        overflow-wrap: normal;
        word-break: normal;
    }
    .rb-about-premium-copy > p {
        max-width: 350px;
        font-size: 13px;
        line-height: 1.78;
    }
    .rb-about-premium-actions {
        margin-top: 24px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
    .rb-about-premium-actions .rb-button {
        width: auto;
        min-width: 196px;
        min-height: 46px;
        padding-inline: 18px;
    }
    .rb-about-premium-actions .rb-text-link {
        width: auto;
        font-size: 11px;
    }

    .rb-about-product-collage {
        width: 100%;
        min-height: 0;
        margin: 2px auto 0;
        display: grid;
        grid-template-columns: 1fr 112px;
        grid-template-rows: auto auto;
        gap: 0;
    }
    .rb-about-collage-main {
        position: relative;
        inset: auto;
        grid-column: 1 / -1;
        grid-row: 1;
        width: 100%;
        height: 360px;
        margin: 0;
        box-shadow: 0 20px 48px rgba(44,32,26,.09);
    }
    .rb-about-collage-main > img {
        object-fit: cover;
        object-position: center;
    }
    .rb-about-collage-main figcaption {
        padding: 42px 18px 18px;
    }
    .rb-about-collage-main figcaption strong {
        max-width: 230px;
        font-size: 17px;
    }
    .rb-about-collage-small-one {
        display: none;
    }
    .rb-about-collage-small-two {
        position: relative;
        right: auto;
        bottom: auto;
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
        width: 112px;
        height: 138px;
        margin-top: -66px;
        border-width: 6px;
        box-shadow: 0 15px 34px rgba(44,32,26,.12);
    }

    .rb-about-manifesto {
        padding: 56px 0;
    }
    .rb-about-manifesto p {
        font-size: clamp(30px, 9.5vw, 38px);
        line-height: 1.16;
    }
    .rb-about-manifesto-sign {
        margin-top: 18px;
    }

    .rb-about-story-premium {
        padding: 68px 0 74px;
    }
    .rb-about-story-premium-grid {
        gap: 38px;
    }
    .rb-about-story-visual,
    .rb-about-story-visual img,
    .rb-about-story-monogram {
        width: 100%;
        min-height: 360px;
        height: 360px;
    }
    .rb-about-story-visual img {
        object-fit: cover;
    }
    .rb-about-story-label {
        right: 10px;
        bottom: 10px;
        max-width: 176px;
        padding: 13px 15px;
        font-size: 8px;
    }
    .rb-about-story-content h2 {
        margin: 10px 0 20px;
        font-size: clamp(37px, 11vw, 46px);
        line-height: 1.02;
    }
    .rb-about-story-content p,
    .rb-about-custom-content p {
        font-size: 13px;
        line-height: 1.82;
    }

    .rb-about-values-premium {
        padding: 68px 0 76px;
    }
    .rb-about-values-heading {
        gap: 14px;
        margin-bottom: 28px;
    }
    .rb-about-values-grid {
        gap: 14px;
    }
    .rb-about-values-grid article {
        min-height: 0;
        padding: 25px 22px 27px;
    }
    .rb-about-value-icon {
        width: 54px;
        height: 54px;
    }
    .rb-about-value-number {
        top: 28px;
        right: 22px;
        font-size: 22px;
    }
    .rb-about-values-grid h3 {
        margin: 48px 0 12px;
        font-size: 27px;
    }
    .rb-about-values-grid p {
        font-size: 13px;
        line-height: 1.75;
    }

    .rb-about-measure-premium {
        padding: 38px 0;
    }
    .rb-about-measure-premium-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0;
    }
    .rb-about-measure-premium-grid > div {
        min-height: 104px;
        padding: 18px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-right: 1px solid #dfd4cd;
        border-bottom: 1px solid #dfd4cd;
    }
    .rb-about-measure-premium-grid > div:nth-child(2n) {
        border-right: 0;
    }
    .rb-about-measure-premium-grid > div:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .rb-about-measure-premium strong {
        font-size: 37px;
    }
    .rb-about-measure-premium span {
        max-width: 125px;
        text-align: center;
        line-height: 1.5;
    }

    .rb-about-collection-premium {
        padding: 70px 0 76px;
    }
    .rb-about-collection-premium .rb-split-heading {
        gap: 12px;
        margin-bottom: 28px;
    }
    .rb-about-collection-premium .rb-about-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 10px;
    }
    .rb-about-collection-premium .rb-product-image {
        aspect-ratio: .84;
    }
    .rb-about-collection-premium .rb-product-content h3 {
        min-height: 34px;
        font-size: 10px;
        line-height: 1.45;
    }
    .rb-about-collection-premium .rb-price {
        font-size: 10px;
    }
    .rb-about-collection-premium .rb-add-button {
        min-height: 39px;
        padding-inline: 5px !important;
        font-size: 8px !important;
        white-space: normal;
    }

    .rb-about-final-cta {
        padding: 58px 0 64px;
    }
    .rb-about-final-cta-inner {
        gap: 26px;
    }
    .rb-about-final-cta h2 {
        font-size: clamp(36px, 10.5vw, 44px);
        line-height: 1.04;
    }
    .rb-about-final-cta-inner > div:last-child {
        gap: 15px;
    }
    .rb-about-final-cta .rb-button {
        width: auto;
        min-width: 190px;
    }
}

@media (max-width: 390px) {
    .rb-about-premium-copy h1 {
        max-width: 300px;
        font-size: 38px;
    }
    .rb-about-collage-main {
        height: 325px;
    }
    .rb-about-story-visual,
    .rb-about-story-visual img,
    .rb-about-story-monogram {
        min-height: 330px;
        height: 330px;
    }
    .rb-about-collection-premium .rb-about-products {
        gap: 16px 8px;
    }
}


/* Global mobile hero/page-title refinement -------------------------------- */
@media (max-width: 700px) {
    .rb-new-arrivals-copy h1,
    body.rawah-shop-archive .rb-shop-hero-copy h1,
    .rb-bundle-copy h1,
    .rb-bundle-hero-premium .rb-bundle-copy h1,
    .rb-page-intro h1,
    .rb-about-copy h1,
    .rb-guide-copy h1,
    .rb-about-premium-copy h1,
    .rb-commerce-hero h1,
    .rb-customer-hero h1 {
        max-width: 320px;
        margin-bottom: 14px;
        font-size: clamp(34px, 10.5vw, 48px) !important;
        line-height: 1.02 !important;
        letter-spacing: -.03em;
        word-break: normal;
        overflow-wrap: normal;
        hyphens: none;
    }

    .rb-new-arrivals-copy p,
    body.rawah-shop-archive .rb-shop-hero-copy p,
    .rb-bundle-copy p,
    .rb-page-intro p,
    .rb-about-copy p,
    .rb-guide-copy p,
    .rb-about-premium-copy p,
    .rb-commerce-hero p,
    .rb-customer-hero p {
        max-width: 330px;
        font-size: 14px;
        line-height: 1.7;
    }

    .rb-new-arrivals-copy,
    body.rawah-shop-archive .rb-shop-hero-copy,
    .rb-bundle-copy,
    .rb-page-intro-grid > div,
    .rb-about-copy,
    .rb-guide-copy,
    .rb-about-premium-copy,
    .rb-commerce-hero-copy,
    .rb-customer-hero-copy {
        max-width: 100%;
    }
}

@media (max-width: 430px) {
    .rb-new-arrivals-copy h1,
    body.rawah-shop-archive .rb-shop-hero-copy h1,
    .rb-bundle-copy h1,
    .rb-bundle-hero-premium .rb-bundle-copy h1,
    .rb-page-intro h1,
    .rb-about-copy h1,
    .rb-guide-copy h1,
    .rb-about-premium-copy h1,
    .rb-commerce-hero h1,
    .rb-customer-hero h1 {
        max-width: 290px;
        font-size: clamp(30px, 10vw, 40px) !important;
        line-height: 1.03 !important;
        margin-bottom: 12px;
    }

    .rb-page-intro,
    .rb-new-arrivals-hero,
    body.rawah-shop-archive .rb-shop-hero,
    .rb-bundle-hero,
    .rb-bundle-hero-premium,
    .rb-about-premium-hero,
    .rb-commerce-hero,
    .rb-customer-hero {
        overflow: hidden;
    }
}


/* Checkout layout correction --------------------------------------------- */
body.rb-checkout-page .rb-commerce-content {
    padding: 58px 0 78px;
}
body.rb-checkout-page .rb-commerce-content > .rb-container {
    width: min(calc(100% - 48px), 1180px);
}
body.rb-checkout-page .rb-commerce-content .woocommerce {
    width: 100%;
    max-width: 1160px;
    margin-inline: auto;
}
body.rb-checkout-page .woocommerce-form-coupon-toggle,
body.rb-checkout-page form.checkout_coupon {
    max-width: 1160px;
    margin-inline: auto;
}
body.rb-checkout-page form.checkout.woocommerce-checkout {
    width: 100% !important;
    max-width: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.22fr) minmax(360px, .78fr) !important;
    gap: 20px 38px !important;
    align-items: start !important;
}
body.rb-checkout-page #customer_details {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    margin: 0 !important;
}
body.rb-checkout-page #customer_details::before,
body.rb-checkout-page #customer_details::after {
    display: none !important;
}
body.rb-checkout-page #customer_details .col-1,
body.rb-checkout-page #customer_details .col-2 {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
    padding: 32px !important;
    border: 1px solid #e2d8d1 !important;
    background: #fff !important;
}
body.rb-checkout-page #customer_details .col-2 {
    margin-top: 18px !important;
}
body.rb-checkout-page #customer_details h3 {
    margin: 0 0 24px !important;
    padding-bottom: 16px;
    border-bottom: 1px solid #e7ddd7;
    font-size: 30px;
    line-height: 1.1;
}
body.rb-checkout-page #order_review_heading {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 24px 26px 17px !important;
    border: 1px solid #ddd0c7;
    border-bottom: 0;
    background: #f8f3ef;
    font-size: 28px !important;
    line-height: 1.1;
}
body.rb-checkout-page #order_review {
    grid-column: 2 !important;
    grid-row: 2 !important;
    position: sticky !important;
    top: 132px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 8px 26px 26px !important;
    border: 1px solid #ddd0c7 !important;
    border-top: 0 !important;
    background: #f8f3ef !important;
}
body.rb-checkout-page #order_review table.shop_table {
    width: 100% !important;
    table-layout: auto;
}
body.rb-checkout-page #order_review table.shop_table th,
body.rb-checkout-page #order_review table.shop_table td {
    padding: 14px 0 !important;
    vertical-align: top;
    font-size: 12px !important;
    line-height: 1.55;
}
body.rb-checkout-page #order_review table.shop_table .product-name {
    width: 68%;
    padding-right: 16px !important;
    overflow-wrap: anywhere;
}
body.rb-checkout-page #order_review table.shop_table .product-total {
    width: 32%;
    white-space: nowrap;
}
body.rb-checkout-page #payment ul.payment_methods {
    margin: 0;
}
body.rb-checkout-page #payment ul.payment_methods li {
    width: 100%;
    box-sizing: border-box;
}
body.rb-checkout-page #payment label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
body.rb-checkout-page #payment img {
    max-width: 112px;
    max-height: 30px;
    object-fit: contain;
}
body.rb-checkout-page #payment div.payment_box {
    width: 100%;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.65;
}
body.rb-checkout-page #place_order {
    min-height: 50px;
    margin-top: 4px;
    font-size: 10px !important;
    letter-spacing: .07em;
}
body.rb-checkout-page .woocommerce-privacy-policy-text {
    margin-top: 16px;
    font-size: 10px;
    line-height: 1.7;
}
body.rb-checkout-page .woocommerce-billing-fields__field-wrapper,
body.rb-checkout-page .woocommerce-shipping-fields__field-wrapper {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 16px;
}
body.rb-checkout-page .form-row {
    min-width: 0;
}
body.rb-checkout-page .form-row input,
body.rb-checkout-page .form-row select,
body.rb-checkout-page .form-row textarea,
body.rb-checkout-page .select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}
body.rb-checkout-page .woocommerce-additional-fields__field-wrapper:empty,
body.rb-checkout-page #customer_details .col-2:empty {
    display: none !important;
}
body.rb-checkout-page .rb-commerce-assurance {
    padding-bottom: 68px;
}

@media (max-width: 980px) {
    body.rb-checkout-page .rb-commerce-content > .rb-container {
        width: min(calc(100% - 36px), 900px);
    }
    body.rb-checkout-page form.checkout.woocommerce-checkout {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    body.rb-checkout-page #customer_details,
    body.rb-checkout-page #order_review_heading,
    body.rb-checkout-page #order_review {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
    body.rb-checkout-page #order_review_heading {
        margin-top: 8px !important;
    }
    body.rb-checkout-page #order_review {
        position: static !important;
    }
}

@media (max-width: 700px) {
    body.rb-checkout-page .rb-commerce-hero {
        padding: 38px 0 32px;
    }
    body.rb-checkout-page .rb-commerce-steps {
        max-width: 340px;
        margin-top: 24px;
    }
    body.rb-checkout-page .rb-commerce-content {
        padding: 34px 0 54px;
    }
    body.rb-checkout-page .rb-commerce-content > .rb-container {
        width: min(calc(100% - 24px), 620px);
    }
    body.rb-checkout-page .woocommerce-form-coupon-toggle,
    body.rb-checkout-page form.checkout_coupon {
        margin-bottom: 16px;
    }
    body.rb-checkout-page #customer_details .col-1,
    body.rb-checkout-page #customer_details .col-2 {
        padding: 22px 16px !important;
    }
    body.rb-checkout-page #customer_details h3 {
        font-size: 25px;
    }
    body.rb-checkout-page .woocommerce-billing-fields__field-wrapper,
    body.rb-checkout-page .woocommerce-shipping-fields__field-wrapper {
        grid-template-columns: 1fr !important;
        gap: 0;
    }
    body.rb-checkout-page .form-row {
        grid-column: 1 !important;
        margin-bottom: 13px !important;
    }
    body.rb-checkout-page #order_review_heading {
        padding: 21px 18px 15px !important;
        font-size: 25px !important;
    }
    body.rb-checkout-page #order_review {
        padding: 5px 18px 22px !important;
    }
    body.rb-checkout-page #order_review table.shop_table th,
    body.rb-checkout-page #order_review table.shop_table td {
        font-size: 11px !important;
    }
    body.rb-checkout-page .rb-commerce-assurance-grid > div {
        padding: 20px 18px;
    }
}


/* Checkout order summary alignment fix ----------------------------------- */
body.rb-checkout-page form.checkout.woocommerce-checkout {
    grid-template-rows: auto !important;
}
body.rb-checkout-page #customer_details {
    grid-column: 1 !important;
    grid-row: 1 !important;
}
body.rb-checkout-page #order_review_heading {
    display: none !important;
}
body.rb-checkout-page #order_review {
    grid-column: 2 !important;
    grid-row: 1 !important;
    position: sticky !important;
    top: 132px !important;
    padding: 0 26px 26px !important;
    border: 1px solid #ddd0c7 !important;
    background: #f8f3ef !important;
}
body.rb-checkout-page #order_review::before {
    content: "Your Order";
    display: block;
    margin: 0 -26px 12px;
    padding: 24px 26px 18px;
    border-bottom: 1px solid #ddd0c7;
    color: #33466d;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
}
body.rb-checkout-page #order_review table.shop_table {
    margin-top: 0 !important;
}
body.rb-checkout-page #order_review .woocommerce-checkout-review-order-table {
    width: 100% !important;
}

@media (max-width: 980px) {
    body.rb-checkout-page #customer_details,
    body.rb-checkout-page #order_review {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
    body.rb-checkout-page #order_review {
        position: static !important;
    }
}

@media (max-width: 700px) {
    body.rb-checkout-page #order_review {
        padding: 0 18px 22px !important;
    }
    body.rb-checkout-page #order_review::before {
        margin: 0 -18px 10px;
        padding: 21px 18px 15px;
        font-size: 25px;
    }
}


/* Premium footer refinement ------------------------------------------------ */
.rb-footer {
    position: relative;
    padding: 84px 0 26px;
    background:
        radial-gradient(circle at top right, rgba(192,166,142,.14), transparent 26%),
        linear-gradient(180deg, #080808 0%, #040404 100%);
}
.rb-footer-topline {
    margin-bottom: 46px;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(210, 190, 175, .14);
}
.rb-footer-topline span {
    color: #cdb6a4;
    font-size: 12px;
    letter-spacing: .18em;
}
.rb-footer-grid {
    grid-template-columns: 1.45fr .9fr 1.05fr 1.1fr;
    gap: 46px;
    align-items: start;
}
.rb-footer-brand {
    padding-right: 24px;
}
.rb-footer-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 18px;
    padding: 0 14px;
    border: 1px solid rgba(214, 192, 176, .18);
    border-radius: 999px;
    color: #d2bba9;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    background: rgba(255,255,255,.02);
}
.rb-footer .rb-brand {
    margin-bottom: 6px;
}
.rb-footer .rb-brand-text { color: #fff; }
.rb-footer-brand p {
    max-width: 360px;
    margin: 18px 0 24px;
    color: #aca39e;
    font-size: 13px;
    line-height: 1.95;
}
.rb-footer h3 {
    margin-bottom: 20px;
    color: #f5f1ed;
    font-size: 10px;
    letter-spacing: .2em;
}
.rb-footer-column > a,
.rb-footer-grid > div > a {
    margin: 0 0 12px;
    color: #c1b7b0;
    font-size: 13px;
    line-height: 1.55;
}
.rb-footer-grid > div > a:hover,
.rb-footer-column > a:hover {
    color: #fff;
}
.rb-socials {
    display: flex;
    gap: 12px;
}
.rb-socials a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 192, 176, .18);
    border-radius: 50%;
    color: #efe9e5;
    background: rgba(255,255,255,.02);
    transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.rb-socials a:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.05);
    border-color: rgba(214, 192, 176, .34);
}
.rb-socials svg {
    width: 16px;
    height: 16px;
}
.rb-footer-contact-card {
    padding: 24px 24px 22px;
    border: 1px solid rgba(214, 192, 176, .14);
    background: linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,.015) 100%);
}
.rb-footer-contact p {
    margin: 0 0 12px;
    color: #9f958f;
    font-size: 11px;
    letter-spacing: .11em;
}
.rb-footer-bottom {
    margin-top: 54px;
    padding-top: 22px;
    border-top: 1px solid rgba(210, 190, 175, .12);
    color: #8f8782;
    font-size: 11px;
}
.rb-footer-legal {
    gap: 26px;
}
.rb-footer-legal a {
    color: #a89f99;
}
.rb-footer-legal a:hover {
    color: #fff;
}
@media (max-width: 1100px) {
    .rb-footer-grid {
        grid-template-columns: 1.3fr 1fr 1fr;
        gap: 34px 28px;
    }
    .rb-footer-contact { grid-column: 1 / -1; }
    .rb-footer-contact-card { max-width: 420px; }
}
@media (max-width: 767px) {
    .rb-footer {
        padding: 62px 0 22px;
    }
    .rb-footer-topline {
        margin-bottom: 34px;
        padding-bottom: 18px;
    }
    .rb-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .rb-footer-brand,
    .rb-footer-contact,
    .rb-footer-column {
        padding-right: 0;
    }
    .rb-footer-contact { grid-column: auto; border-top: 0 !important; padding-top: 0 !important; }
    .rb-footer-contact-card { max-width: 100%; }
    .rb-footer-bottom {
        margin-top: 36px;
        gap: 12px;
    }
    .rb-footer-legal {
        flex-wrap: wrap;
        gap: 14px 20px;
    }
}


/* Luxury footer v2 --------------------------------------------------------- */
.rb-footer-luxury {
    position: relative;
    padding: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 0%, rgba(153, 114, 90, .16), transparent 28%),
        linear-gradient(180deg, #0a0909 0%, #050505 100%);
    color: #fff;
}
.rb-footer-luxury::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: 54px 54px;
}
.rb-footer-luxury > .rb-container { position: relative; z-index: 1; }
.rb-footer-cta {
    min-height: 210px;
    padding: 56px 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    border-bottom: 1px solid rgba(226, 204, 188, .15);
}
.rb-footer-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #cdb29f;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .24em;
}
.rb-footer-cta h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1.03;
    letter-spacing: -.035em;
}
.rb-footer-shop-button {
    min-height: 52px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid rgba(226,204,188,.35);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
    white-space: nowrap;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.rb-footer-shop-button:hover {
    background: #fff;
    color: #111;
    border-color: #fff;
}
.rb-footer-main {
    padding: 58px 0 52px;
    display: grid;
    grid-template-columns: 1.5fr .7fr 1fr .95fr;
    gap: 50px;
    border-bottom: 1px solid rgba(226, 204, 188, .12);
}
.rb-footer-brand-block { padding-right: 22px; }
.rb-footer-brand-block .rb-brand { justify-content: flex-start; align-items: flex-start; color: #fff; }
.rb-footer-brand-block .rb-brand-text { color: #fff; }
.rb-footer-brand-block p {
    max-width: 390px;
    margin: 22px 0 26px;
    color: #aea6a0;
    font-size: 13px;
    line-height: 1.9;
}
.rb-footer-luxury h3 {
    margin: 0 0 22px;
    color: #f7f2ee;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
}
.rb-footer-luxury .rb-footer-column > a {
    position: relative;
    width: fit-content;
    margin: 0 0 12px;
    display: block;
    color: #bfb6b0;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.55;
}
.rb-footer-luxury .rb-footer-column > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -2px;
    height: 1px;
    background: #c9aa95;
    transition: right .25s ease;
}
.rb-footer-luxury .rb-footer-column > a:hover { color: #fff; }
.rb-footer-luxury .rb-footer-column > a:hover::after { right: 0; }
.rb-footer-luxury .rb-socials { display: flex; gap: 10px; }
.rb-footer-luxury .rb-socials a {
    width: 38px;
    height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(226,204,188,.18);
    border-radius: 50%;
    color: #f7f2ee !important;
    background: rgba(255,255,255,.02);
}
.rb-footer-luxury .rb-socials a:hover { background: rgba(255,255,255,.07); border-color: rgba(226,204,188,.36); }
.rb-footer-luxury .rb-socials svg { width: 15px; height: 15px; }
.rb-footer-contact-strip {
    padding: 28px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    border-bottom: 1px solid rgba(226,204,188,.12);
}
.rb-footer-contact-copy span {
    display: block;
    margin-bottom: 5px;
    color: #9e938b;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .16em;
}
.rb-footer-contact-copy strong {
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 24px;
    font-weight: 600;
}
.rb-footer-contact-links {
    display: flex;
    align-items: stretch;
    gap: 12px;
}
.rb-footer-contact-links > a {
    min-width: 245px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(226,204,188,.14);
    color: #fff;
    text-decoration: none;
    background: rgba(255,255,255,.02);
}
.rb-footer-contact-links > a:hover { border-color: rgba(226,204,188,.32); background: rgba(255,255,255,.05); }
.rb-footer-contact-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #eadfd7;
    color: #4f3d34;
    overflow: hidden;
}
.rb-footer-contact-icon svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}



.rb-footer-contact-icon-email {
    background: #ffffff;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: inset 0 0 0 1px rgba(18,18,18,.04);
}
.rb-footer-contact-icon-email .rb-gmail-mark {
    width: 24px;
    height: 24px;
}
.rb-footer-contact-icon-email .rb-gmail-mark path {
    stroke: none !important;
}
.rb-footer-contact-icon-whatsapp {
    background: transparent;
    box-shadow: none;
}
.rb-footer-contact-icon-whatsapp .rb-whatsapp-mark {
    width: 24px;
    height: 24px;
}
.rb-footer-contact-icon-whatsapp .rb-whatsapp-mark path {
    stroke: none !important;
}

.rb-footer-contact-links small {
    display: block;
    margin-bottom: 3px;
    color: #918781;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: .12em;
}
.rb-footer-contact-links b {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    overflow-wrap: anywhere;
}
.rb-footer-luxury .rb-footer-bottom {
    margin: 0;
    padding: 22px 0 26px;
    border-top: 0;
    color: #8e8580;
    font-size: 10px;
}
.rb-footer-luxury .rb-footer-legal { gap: 24px; }
.rb-footer-luxury .rb-footer-legal a { color: #a79e98; }
.rb-footer-luxury .rb-footer-legal a:hover { color: #fff; }

@media (max-width: 1100px) {
    .rb-footer-main { grid-template-columns: 1.35fr 1fr 1fr; }
    .rb-footer-main .rb-footer-column:last-child { grid-column: 2 / -1; }
    .rb-footer-contact-links > a { min-width: 215px; }
}
@media (max-width: 820px) {
    .rb-footer-cta { align-items: flex-start; flex-direction: column; gap: 26px; }
    .rb-footer-main { grid-template-columns: 1fr 1fr; gap: 38px 28px; }
    .rb-footer-brand-block { grid-column: 1 / -1; }
    .rb-footer-main .rb-footer-column:last-child { grid-column: auto; }
    .rb-footer-contact-strip { align-items: flex-start; flex-direction: column; }
    .rb-footer-contact-links { width: 100%; }
    .rb-footer-contact-links > a { flex: 1; min-width: 0; }
}
@media (max-width: 600px) {
    .rb-footer-cta { min-height: 0; padding: 44px 0 36px; }
    .rb-footer-cta h2 { font-size: 38px; }
    .rb-footer-shop-button { width: 100%; }
    .rb-footer-main { padding: 42px 0 38px; grid-template-columns: 1fr 1fr; gap: 34px 22px; }
    .rb-footer-brand-block { padding-right: 0; }
    .rb-footer-brand-block p { max-width: 100%; }
    .rb-footer-contact-links { flex-direction: column; }
    .rb-footer-contact-links > a { width: 100%; }
    .rb-footer-contact-copy strong { font-size: 21px; }
    .rb-footer-luxury .rb-footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
    .rb-footer-luxury .rb-footer-legal { flex-wrap: wrap; gap: 14px 20px; }
}
@media (max-width: 420px) {
    .rb-footer-main { grid-template-columns: 1fr; }
    .rb-footer-brand-block { grid-column: auto; }
}


/* ========================================================================
   Mobile global visibility + exact centered logo — v3.4.0
   ======================================================================== */
html,
body {
    max-width: 100%;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    html,
    body { overflow-x: hidden; }
}

@media (max-width: 980px) {
    /* Keep the wordmark on the exact viewport centre, regardless of icon widths. */
    .rb-main-header {
        position: relative !important;
        grid-template-columns: 48px minmax(0, 1fr) 48px !important;
        gap: 0 !important;
        padding-inline: 0 !important;
    }
    .rb-main-header > .rb-menu-toggle {
        grid-column: 1 !important;
        justify-self: start !important;
        position: relative;
        z-index: 5;
    }
    .rb-main-header > .rb-brand {
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        z-index: 4;
        width: auto !important;
        max-width: calc(100% - 122px) !important;
        margin: 0 !important;
        justify-self: auto !important;
        transform: translate(-50%, -50%) !important;
    }
    .rb-main-header > .rb-header-actions {
        grid-column: 3 !important;
        justify-self: end !important;
        position: relative;
        z-index: 5;
    }
    .rb-site-header .rb-desktop-nav { display: none !important; }
}

@media (max-width: 700px) {
    :root { --rb-mobile-gutter: 18px; }

    body {
        font-size: 14px;
        line-height: 1.68;
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
    }

    .rb-container {
        width: calc(100% - (var(--rb-mobile-gutter) * 2)) !important;
        max-width: none !important;
    }

    /* Mobile header */
    .rb-site-header {
        background: rgba(255,255,255,.985) !important;
        box-shadow: 0 1px 0 rgba(17,17,17,.07);
        backdrop-filter: blur(12px);
    }
    .rb-main-header {
        min-height: 70px !important;
        grid-template-columns: 46px minmax(0,1fr) 46px !important;
    }
    .rb-main-header > .rb-brand {
        max-width: calc(100% - 116px) !important;
    }
    .rb-main-header > .rb-brand .rb-brand-text {
        align-items: center !important;
        text-align: center !important;
    }
    .rb-main-header .rb-wordmark-rawah {
        font-size: 24px !important;
        line-height: .92 !important;
        letter-spacing: .095em !important;
    }
    .rb-main-header .rb-wordmark-beauty {
        margin-top: 5px;
        padding-left: .31em !important;
        font-size: 8px !important;
        line-height: 1 !important;
        letter-spacing: .31em !important;
    }
    .rb-menu-toggle,
    .rb-header-actions > a {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px;
        min-height: 42px;
    }
    .rb-menu-toggle { padding: 8px !important; }
    .rb-menu-toggle span { width: 100%; }
    .rb-header-actions { gap: 0 !important; }
    .rb-header-actions svg { width: 21px !important; height: 21px !important; }
    .rb-cart-count {
        top: 1px !important;
        right: -1px !important;
        min-width: 17px;
        height: 17px;
        padding-inline: 4px;
        font-size: 8px;
    }
    .rb-announcement-inner {
        min-height: 31px !important;
        padding-block: 5px;
        font-size: 9px !important;
        letter-spacing: .035em;
    }
    .rb-announcement-inner span {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /* Drawer remains readable on short and narrow phones. */
    .rb-mobile-panel {
        width: min(91vw, 380px) !important;
        padding: 22px 20px calc(30px + env(safe-area-inset-bottom)) !important;
    }
    .rb-mobile-search input,
    .rb-mobile-panel > a,
    .rb-mobile-submenu-toggle {
        font-size: 14px !important;
    }

    /* Prevent content from hiding underneath the fixed bottom navigation. */
    body:not(.rb-cart-page):not(.rb-checkout-page):not(.rawah-single-product) {
        padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    }
    .rb-mobile-bottom-nav {
        min-height: 68px;
        height: auto !important;
        padding-top: 8px !important;
        padding-bottom: max(8px, env(safe-area-inset-bottom)) !important;
    }
    .rb-mobile-bottom-nav > a {
        min-height: 50px;
        font-size: 10px !important;
    }

    /* Shared typography for every premium page hero. */
    .rb-new-arrivals-copy h1,
    body.rawah-shop-archive .rb-shop-hero-copy h1,
    .rb-bundle-copy h1,
    .rb-bundle-hero-premium .rb-bundle-copy h1,
    .rb-page-intro h1,
    .rb-about-copy h1,
    .rb-guide-copy h1,
    .rb-about-premium-copy h1,
    .rb-commerce-hero h1,
    .rb-customer-hero h1,
    .rb-product-summary h1 {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        font-size: clamp(34px, 10vw, 42px) !important;
        line-height: 1.01 !important;
        letter-spacing: -.035em !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }
    .rb-new-arrivals-copy p,
    body.rawah-shop-archive .rb-shop-hero-copy p,
    .rb-bundle-copy p,
    .rb-page-intro p,
    .rb-about-copy p,
    .rb-guide-copy p,
    .rb-about-premium-copy p,
    .rb-commerce-hero p,
    .rb-customer-hero p {
        width: 100% !important;
        max-width: none !important;
        font-size: 14px !important;
        line-height: 1.75 !important;
    }

    h2,
    .rb-section-heading h2,
    .rb-product-information-heading h2,
    .rb-about-final-cta h2 {
        overflow-wrap: normal;
        word-break: normal;
        hyphens: none;
    }

    /* Compact, visible page introductions instead of oversized first screens. */
    .rb-page-intro,
    .rb-commerce-hero,
    .rb-customer-hero,
    .rb-about-hero,
    .rb-guide-hero,
    .rb-about-premium-hero,
    .rb-bundle-hero,
    .rb-bundle-hero-premium {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }
    .rb-page-intro-grid,
    .rb-about-hero-grid,
    .rb-guide-hero-grid {
        gap: 26px !important;
    }

    /* Shop page: title, description and product image stay visible together. */
    body.rawah-shop-archive .rb-shop-hero-grid {
        min-height: 0 !important;
        padding-top: 30px !important;
        padding-bottom: 34px !important;
        gap: 24px !important;
    }
    body.rawah-shop-archive .rb-shop-hero-copy {
        padding: 0 !important;
    }
    body.rawah-shop-archive .rb-shop-hero-copy h1 {
        font-size: clamp(35px, 10.2vw, 42px) !important;
    }
    body.rawah-shop-archive .rb-shop-hero-image {
        min-height: 225px !important;
        height: 225px !important;
    }
    body.rawah-shop-archive .rb-shop-hero-orbit {
        width: 205px !important;
        height: 205px !important;
    }
    body.rawah-shop-archive .rb-shop-hero-image img {
        width: auto !important;
        max-width: 82% !important;
        max-height: 220px !important;
        object-fit: contain !important;
    }

    /* Home hero remains premium but no longer consumes the whole viewport. */
    .rb-hero-slider,
    .rb-hero-grid {
        min-height: 0 !important;
    }
    .rb-hero-grid {
        padding-top: 28px !important;
        padding-bottom: 24px !important;
    }
    .rb-hero-copy {
        padding: 8px 0 12px !important;
    }
    .rb-hero-copy h1 {
        max-width: 100% !important;
        font-size: clamp(38px, 11vw, 47px) !important;
        line-height: .98 !important;
    }
    .rb-hero-copy p { max-width: 100% !important; }
    .rb-hero-visual,
    .rb-hero-visual > img {
        min-height: 320px !important;
        height: 320px !important;
    }
    .rb-hero-visual > img { object-fit: contain !important; }

    /* Product and content grids: stable two-column cards without clipping. */
    .rb-products-grid,
    .rb-new-arrivals-grid,
    .rb-about-products,
    body.woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px 10px !important;
    }
    .rb-product-card,
    .rb-new-arrivals-grid .rb-product-card,
    body.woocommerce ul.products li.product {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: auto !important;
    }
    .rb-product-image,
    .rb-product-image img,
    .rb-product-visual,
    .rb-product-visual img {
        max-width: 100%;
    }
    .rb-product-content h3,
    .rb-new-arrivals-grid .rb-product-content h3,
    body.woocommerce ul.products li.product .woocommerce-loop-product__title {
        min-height: 0 !important;
        font-size: 11px !important;
        line-height: 1.45 !important;
        overflow-wrap: anywhere;
    }
    .rb-add-button,
    body.woocommerce ul.products li.product .button {
        min-height: 42px !important;
        padding: 9px 7px !important;
        white-space: normal !important;
        line-height: 1.25 !important;
    }

    /* Product detail */
    .rb-product-breadcrumbs { padding-top: 18px !important; padding-bottom: 14px !important; }
    .rb-product-layout { gap: 24px !important; }
    .rb-product-summary { min-width: 0; }
    .rb-product-gallery-panel .woocommerce-product-gallery__image img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
    .rb-product-information,
    .rb-product-reviews,
    .rb-product-related { padding-block: 52px !important; }

    /* Forms and WooCommerce controls stay legible and do not trigger iOS zoom. */
    input,
    select,
    textarea,
    .select2-container .select2-selection--single,
    body.woocommerce form .form-row input.input-text,
    body.woocommerce form .form-row textarea {
        max-width: 100%;
        font-size: 16px !important;
    }
    textarea { min-height: 120px; }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width: 100% !important;
        float: none !important;
    }

    /* Tables can scroll instead of forcing the entire page wider. */
    .woocommerce table.shop_table,
    .rb-legal-card,
    .rb-customer-card,
    .rb-commerce-card {
        max-width: 100%;
    }
    .woocommerce-cart-form,
    .woocommerce-order-details,
    .woocommerce-customer-details {
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* All media and embeds remain inside the phone viewport. */
    img,
    video,
    iframe,
    svg {
        max-width: 100%;
    }
    main,
    section,
    article,
    .site-content,
    .ast-container,
    .woocommerce,
    .woocommerce-page {
        min-width: 0;
    }

    /* Footer mobile visibility */
    .rb-footer-cta h2 { font-size: clamp(34px, 10vw, 42px) !important; }
    .rb-footer-main { gap: 30px 20px !important; }
    .rb-footer-luxury .rb-footer-column > a {
        margin-bottom: 14px;
        font-size: 13px;
    }
}

@media (max-width: 430px) {
    :root { --rb-mobile-gutter: 16px; }
    .rb-main-header { min-height: 68px !important; }
    .rb-main-header .rb-wordmark-rawah { font-size: 22px !important; }
    .rb-main-header .rb-wordmark-beauty { font-size: 7px !important; }

    .rb-new-arrivals-copy h1,
    body.rawah-shop-archive .rb-shop-hero-copy h1,
    .rb-bundle-copy h1,
    .rb-bundle-hero-premium .rb-bundle-copy h1,
    .rb-page-intro h1,
    .rb-about-copy h1,
    .rb-guide-copy h1,
    .rb-about-premium-copy h1,
    .rb-commerce-hero h1,
    .rb-customer-hero h1,
    .rb-product-summary h1 {
        font-size: clamp(32px, 9.7vw, 38px) !important;
    }

    body.rawah-shop-archive .rb-shop-hero-image,
    body.rawah-shop-archive .rb-shop-hero-image img {
        min-height: 205px !important;
        height: 205px !important;
    }
    body.rawah-shop-archive .rb-shop-hero-image img { max-height: 205px !important; }

    .rb-products-grid,
    .rb-new-arrivals-grid,
    .rb-about-products,
    body.woocommerce ul.products {
        gap: 22px 8px !important;
    }
}


/* BNB-inspired customer policy refinement — adapted for Rawah Beauty */
.rb-faq-contact-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:20px; }
.rb-faq-contact-actions .rb-button { margin:0; }
.rb-faq-email { margin-top:16px !important; font-size:12px !important; overflow-wrap:anywhere; }
.rb-faq-email a { color:inherit; text-underline-offset:3px; }
.rb-legal-sections article:nth-child(1),
.rb-legal-sections article:nth-child(2),
.rb-legal-sections article:nth-child(3) { background:linear-gradient(180deg,#fff 0%,#fcf8f5 100%); }
@media (max-width:767px) {
  .rb-faq-contact-actions { flex-direction:column; align-items:stretch; }
  .rb-faq-contact-actions .rb-button { width:100%; text-align:center; justify-content:center; }
  .rb-faq-list summary { font-size:14px; line-height:1.5; }
  .rb-faq-list details > div p { font-size:13px; line-height:1.8; }
}


/* Customer-care template rendering safety -------------------------------- */
.rb-faq-section,
.rb-legal-content,
.rb-faq-layout,
.rb-legal-layout,
.rb-faq-list,
.rb-legal-sections { display: block; }
@media (min-width: 901px) {
    .rb-faq-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); }
    .rb-legal-layout { display: grid; grid-template-columns: 280px minmax(0, 1fr); }
}
.rb-faq-list details,
.rb-legal-sections article { visibility: visible; opacity: 1; }


/* Policy + FAQ contrast fix ----------------------------------------------- */
.rb-policy-page .rb-customer-surface,
.rb-faq-page .rb-customer-surface,
.rb-policy-layout,
.rb-faq-layout {
    color: #2e2724;
}

.rb-policy-page .rb-customer-surface p,
.rb-policy-page .rb-customer-surface li,
.rb-faq-page .rb-customer-surface p,
.rb-faq-page .rb-customer-surface li,
.rb-policy-layout p,
.rb-policy-layout li,
.rb-faq-layout p,
.rb-faq-layout li,
.rb-policy-section p,
.rb-policy-section li,
.rb-faq-answer,
.rb-faq-answer p {
    color: #4a413d !important;
    font-size: 14px;
    line-height: 1.9;
}

.rb-policy-page .rb-customer-surface h2,
.rb-policy-page .rb-customer-surface h3,
.rb-policy-page .rb-customer-surface h4,
.rb-policy-layout h2,
.rb-policy-layout h3,
.rb-policy-layout h4,
.rb-faq-layout h2,
.rb-faq-layout h3,
.rb-faq-layout h4,
.rb-policy-section h2,
.rb-policy-section h3,
.rb-policy-section h4,
.rb-faq-question,
.rb-faq-question strong {
    color: #1d1816 !important;
}

.rb-policy-page .rb-page-intro p,
.rb-policy-page .rb-customer-hero p,
.rb-policy-intro-copy,
.rb-policy-intro-copy p,
.rb-faq-intro-copy,
.rb-faq-intro-copy p,
.rb-page-intro-grid p {
    color: #5a504a !important;
}

.rb-policy-page .rb-simple-breadcrumb,
.rb-policy-page .rb-simple-breadcrumb a,
.rb-policy-page .rb-simple-breadcrumb span,
.rb-policy-page .rb-simple-breadcrumb strong,
.rb-policy-page .rb-policy-toc a,
.rb-policy-page .rb-policy-toc li,
.rb-policy-page .rb-policy-meta,
.rb-policy-page .rb-policy-note,
.rb-policy-page .rb-policy-help p,
.rb-policy-page .rb-policy-help a,
.rb-faq-page .rb-faq-category-nav a,
.rb-faq-page .rb-faq-meta {
    color: #5d544f !important;
}

.rb-policy-page .rb-policy-toc a:hover,
.rb-policy-page .rb-policy-help a:hover,
.rb-faq-page .rb-faq-category-nav a:hover {
    color: #171311 !important;
}

.rb-policy-page .rb-policy-index,
.rb-policy-page .rb-policy-section-number,
.rb-policy-page .rb-policy-count {
    color: #8a6657 !important;
}

.rb-policy-page .rb-policy-section,
.rb-policy-page .rb-policy-card,
.rb-policy-page .rb-policy-help,
.rb-faq-page .rb-faq-item,
.rb-faq-page .rb-faq-help,
.rb-policy-page .rb-customer-surface {
    border-color: #ddd0c8;
}

.rb-policy-page .rb-policy-note,
.rb-policy-page .rb-admin-note {
    background: #f5ecdf;
    color: #6b5448 !important;
    border-left: 3px solid #d4b8a5;
}


/* Single product related products premium rebuild ------------------------- */
body.single-product .rb-product-related {
    padding: 92px 0 104px;
    background: #fbf8f5;
    border-top: 1px solid #eee5df;
}

body.single-product .rb-product-related .related.products {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

body.single-product .rb-product-related .related.products > h2 {
    max-width: 760px;
    margin: 0 auto 46px;
    color: #171311 !important;
    text-align: center;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 5vw, 58px);
    font-weight: 500;
    line-height: 1.04;
    letter-spacing: -.025em;
}

body.single-product .rb-product-related .related.products > h2::before {
    content: "Complete your routine";
    display: block;
    margin-bottom: 13px;
    color: #876b5f;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .18em;
    text-transform: uppercase;
}

body.single-product .rb-product-related ul.products,
body.single-product .rb-product-related ul.products.columns-3,
body.single-product .rb-product-related ul.products.columns-4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px !important;
    align-items: stretch;
    justify-content: stretch;
}

body.single-product .rb-product-related ul.products::before,
body.single-product .rb-product-related ul.products::after {
    display: none !important;
}

body.single-product .rb-product-related ul.products li.product,
body.single-product .rb-product-related ul.products li.product.rb-shop-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
}

body.single-product .rb-product-related .rb-shop-card-inner {
    height: 100%;
    border: 1px solid #e1d5cd;
    background: #fff;
    box-shadow: 0 14px 34px rgba(42, 30, 24, .055);
}

body.single-product .rb-product-related .rb-shop-card:hover .rb-shop-card-inner {
    transform: translateY(-6px);
    border-color: #ccb8aa;
    box-shadow: 0 22px 46px rgba(42, 30, 24, .11);
}

body.single-product .rb-product-related .rb-shop-card-media {
    aspect-ratio: 1 / 1.08;
    background: linear-gradient(145deg, #f4ece6, #eadfd6);
}

body.single-product .rb-product-related .rb-shop-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.single-product .rb-product-related .rb-shop-view-link {
    left: 16px;
    right: 16px;
    bottom: 16px;
    min-height: 44px;
}

body.single-product .rb-product-related .rb-shop-card-content {
    min-height: 224px;
    padding: 22px 22px 20px;
}

body.single-product .rb-product-related .rb-shop-card-category {
    margin-bottom: 8px;
    color: #866f64;
    font-size: 9px;
}

body.single-product .rb-product-related .rb-shop-card .woocommerce-loop-product__title {
    min-height: 50px !important;
    margin: 0 0 10px !important;
    color: #171311 !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
}

body.single-product .rb-product-related .rb-shop-card-price {
    color: #171311 !important;
    font-size: 14px;
}

body.single-product .rb-product-related .rb-shop-stock {
    color: #5f5955;
    font-size: 9px;
}

body.single-product .rb-product-related .rb-shop-add,
body.single-product .rb-product-related ul.products li.product .button {
    width: 100% !important;
    min-height: 48px !important;
    margin-top: 18px !important;
    padding: 0 16px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #171311 !important;
    border-radius: 0 !important;
    background: #171311 !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

body.single-product .rb-product-related .rb-shop-add:hover,
body.single-product .rb-product-related ul.products li.product .button:hover {
    background: #fff !important;
    color: #171311 !important;
}

@media (max-width: 980px) {
    body.single-product .rb-product-related ul.products,
    body.single-product .rb-product-related ul.products.columns-3,
    body.single-product .rb-product-related ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 22px !important;
    }
}

@media (max-width: 600px) {
    body.single-product .rb-product-related {
        padding: 58px 0 72px !important;
    }
    body.single-product .rb-product-related .related.products > h2 {
        margin-bottom: 30px;
        font-size: clamp(34px, 10vw, 42px) !important;
    }
    body.single-product .rb-product-related ul.products,
    body.single-product .rb-product-related ul.products.columns-3,
    body.single-product .rb-product-related ul.products.columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px 10px !important;
    }
    body.single-product .rb-product-related .rb-shop-card-media {
        aspect-ratio: 1 / 1.12;
    }
    body.single-product .rb-product-related .rb-shop-card-content {
        min-height: 196px;
        padding: 14px 11px 12px;
    }
    body.single-product .rb-product-related .rb-shop-card-category {
        font-size: 7px;
        letter-spacing: .08em;
    }
    body.single-product .rb-product-related .rb-shop-card .woocommerce-loop-product__title {
        min-height: 40px !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
    }
    body.single-product .rb-product-related .rb-shop-card-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
    body.single-product .rb-product-related .rb-shop-card-price {
        font-size: 12px;
    }
    body.single-product .rb-product-related .rb-shop-add,
    body.single-product .rb-product-related ul.products li.product .button {
        min-height: 42px !important;
        margin-top: 12px !important;
        padding: 8px 6px !important;
        font-size: 8px !important;
    }
    body.single-product .rb-product-related .rb-shop-view-link {
        display: none;
    }
}


/* Premium brand mark + SEO visual polish ---------------------------------- */
.rb-main-header .rb-brand-text {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
}
.rb-main-header .rb-wordmark-rawah {
    font-size: 36px;
    letter-spacing: .115em;
}
.rb-main-header .rb-wordmark-beauty {
    font-size: 10px;
    letter-spacing: .36em;
    padding-left: .36em;
}
@media (max-width: 700px) {
    .rb-main-header .rb-wordmark-rawah {
        font-size: 27px !important;
        letter-spacing: .105em !important;
    }
    .rb-main-header .rb-wordmark-beauty {
        font-size: 8px !important;
        letter-spacing: .32em !important;
        padding-left: .32em !important;
    }
}
@media (max-width: 430px) {
    .rb-main-header .rb-wordmark-rawah { font-size: 24px !important; }
    .rb-main-header .rb-wordmark-beauty { font-size: 7px !important; }
}

/* Mobile visibility hotfix: about collage + policy pages ---------------- */
@media (max-width: 767px) {
  /* About page hero collage: show the full image without cropping */
  .rb-about-product-collage {
    position: relative;
    display: block;
    min-height: 0;
    margin-top: 8px;
    padding-bottom: 0;
  }
  .rb-about-collage-main {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    overflow: visible;
    background: #f5eee8;
    box-shadow: 0 18px 44px rgba(44,32,26,.08);
  }
  .rb-about-collage-main > img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center center;
  }
  /* Hide image overlay instructions/label on mobile */
  .rb-about-collage-main figcaption {
    display: none;
  }
  /* Keep the small secondary product neat and out of the way */
  .rb-about-collage-small-one {
    display: none !important;
  }
  .rb-about-collage-small-two {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 108px;
    height: 132px;
    margin-top: 0;
    border-width: 5px;
    z-index: 3;
  }

  /* About story visual: avoid aggressive cropping on mobile */
  .rb-about-story-visual,
  .rb-about-story-visual img,
  .rb-about-story-monogram {
    min-height: 0;
    height: auto;
  }
  .rb-about-story-visual {
    background: #f5eee8;
  }
  .rb-about-story-visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  /* Policy / legal pages: remove side instructions block on mobile */
  .rb-policy-admin-note,
  .rb-legal-layout > aside {
    display: none !important;
  }
  .rb-legal-layout {
    display: block;
  }
  .rb-legal-sections {
    border-top: 1px solid #d9cdc5;
  }
}

/* ------------------------------------------------------------------
   Mobile shop card alignment fix
   - keeps each product card self-contained
   - prevents image crop on small screens
   - aligns title / price / CTA consistently
   - improves policy page side instructions on mobile
------------------------------------------------------------------- */
@media (max-width: 767px) {
    /* Custom product cards used on home / custom product sections */
    .rb-products-grid,
    .rb-new-arrivals-grid,
    .rb-about-products {
        align-items: start !important;
    }
    .rb-product-card {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }
    .rb-product-visual {
        background: #f6f1ec !important;
    }
    .rb-product-image {
        aspect-ratio: 1 / 1.12 !important;
        background: #f6f1ec !important;
    }
    .rb-product-image img,
    .rb-product-visual img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
        padding: 10px !important;
        background: #f6f1ec !important;
    }
    .rb-product-content {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        padding: 10px 0 0 !important;
    }
    .rb-product-content h3 {
        min-height: 2.9em !important;
        margin: 4px 0 6px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    .rb-price {
        min-height: 20px !important;
        margin: 0 0 10px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        text-align: left !important;
        display: block !important;
    }
    .rb-price:empty::before {
        content: 'Price on request';
        color: #7b726d;
        font-weight: 500;
    }
    .rb-add-button {
        margin-top: auto !important;
        min-height: 42px !important;
        padding: 10px 8px !important;
        font-size: 9px !important;
        line-height: 1.2 !important;
    }

    /* WooCommerce archive / shop cards */
    body.rawah-shop-archive .rb-shop-main ul.products,
    body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] {
        width: 100% !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 18px 12px !important;
        align-items: start !important;
    }
    body.rawah-shop-archive .rb-shop-main ul.products li.product,
    body.rawah-shop-archive .rb-shop-main ul.products li.product.rb-shop-card {
        width: 100% !important;
        margin: 0 !important;
        float: none !important;
        align-self: start !important;
    }
    body.rawah-shop-archive .rb-shop-card-inner {
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
    }
    body.rawah-shop-archive .rb-shop-card-media {
        aspect-ratio: 1 / 1.14 !important;
        background: #f6f1ec !important;
    }
    body.rawah-shop-archive .rb-shop-card-image {
        position: absolute !important;
        inset: 0 !important;
        display: block !important;
    }
    body.rawah-shop-archive .rb-shop-card-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
        padding: 10px !important;
        background: #f6f1ec !important;
    }
    body.rawah-shop-archive .rb-shop-view-link {
        display: none !important;
    }
    body.rawah-shop-archive .rb-shop-card-content {
        display: flex !important;
        flex-direction: column !important;
        flex: 1 1 auto !important;
        padding: 10px 0 0 !important;
        gap: 0 !important;
    }
    body.rawah-shop-archive .rb-shop-card-category {
        margin-bottom: 4px !important;
        font-size: 8px !important;
    }
    body.rawah-shop-archive .rb-shop-card .woocommerce-loop-product__title {
        min-height: 2.9em !important;
        margin: 0 0 6px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
    body.rawah-shop-archive .rb-shop-card-rating {
        min-height: 0 !important;
        margin-bottom: 6px !important;
    }
    body.rawah-shop-archive .rb-shop-card-bottom {
        margin-top: auto !important;
        padding-top: 2px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 2px !important;
        min-height: 36px !important;
    }
    body.rawah-shop-archive .rb-shop-card-price {
        display: block !important;
        min-height: 18px !important;
        width: 100% !important;
        color: #111 !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }
    body.rawah-shop-archive .rb-shop-card-price:empty::before {
        content: 'Price on request';
        color: #7b726d;
        font-weight: 500;
    }
    body.rawah-shop-archive .rb-shop-stock {
        display: block !important;
        width: 100% !important;
        font-size: 9px !important;
        white-space: normal !important;
        line-height: 1.2 !important;
        text-align: left !important;
    }
    body.rawah-shop-archive .rb-shop-add {
        width: 100% !important;
        margin-top: 8px !important;
        min-height: 42px !important;
        padding: 10px 8px !important;
        font-size: 9px !important;
        line-height: 1.2 !important;
        white-space: normal !important;
    }

    /* Policy / guide pages: hide side instructions block in mobile center area */
    .rb-policy-layout .rb-policy-sidebar,
    .rb-policy-sidebar,
    .rb-policy-toc,
    .rb-policy-onpage,
    .rb-guide-sidebar {
        display: none !important;
    }
}


/* Downloaded website brand PNG icons ------------------------------------ */
.rb-footer-contact-icon-email,
.rb-footer-contact-icon-whatsapp {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    padding: 5px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0,0,0,.16);
}
.rb-footer-contact-icon-email img,
.rb-footer-contact-icon-whatsapp img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}
.rb-footer-contact-icon-whatsapp {
    background: #25d366;
    padding: 3px;
}
@media (max-width: 767px) {
    .rb-footer-contact-icon-email,
    .rb-footer-contact-icon-whatsapp {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }
}


/* Exact user-supplied Gmail and WhatsApp PNG icons ----------------------- */
.rb-footer-contact-icon-email,
.rb-footer-contact-icon-whatsapp {
    width: 52px !important;
    height: 52px !important;
    flex: 0 0 52px !important;
    display: grid !important;
    place-items: center !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 18px rgba(0,0,0,.18) !important;
}
.rb-footer-contact-icon-email {
    padding: 10px !important;
    background: #fff !important;
}
.rb-footer-contact-icon-whatsapp {
    padding: 0 !important;
    background: transparent !important;
}
.rb-footer-contact-icon-email img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
}
.rb-footer-contact-icon-whatsapp img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 50% !important;
}
@media (max-width: 767px) {
    .rb-footer-contact-icon-email,
    .rb-footer-contact-icon-whatsapp {
        width: 54px !important;
        height: 54px !important;
        flex-basis: 54px !important;
    }
}

/* Hide CookieYes consent revisit floating button ----------------------- */
.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right,
#cky-btn-revisit-wrapper {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* Premium contact map --------------------------------------------------- */
.rb-contact-map-section {
    padding: 0 0 118px;
    background: #fff;
}
.rb-contact-map-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    min-height: 520px;
    border: 1px solid #dfd3cb;
    background: #f8f3ef;
}
.rb-contact-map-copy {
    padding: 62px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rb-contact-map-copy h2 {
    max-width: 520px;
    margin: 12px 0 22px;
    color: #171311;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(42px, 4.4vw, 66px);
    line-height: 1.03;
    letter-spacing: -.035em;
}
.rb-contact-map-copy > p {
    max-width: 560px;
    margin: 0;
    color: #5f5651;
    font-size: 15px;
    line-height: 1.9;
}
.rb-contact-map-details {
    margin: 34px 0 30px;
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid #dacdc4;
}
.rb-contact-map-details > div {
    padding: 16px 0;
    display: grid;
    grid-template-columns: 110px minmax(0,1fr);
    gap: 18px;
    border-bottom: 1px solid #dacdc4;
}
.rb-contact-map-details span {
    color: #8a7468;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .14em;
}
.rb-contact-map-details strong {
    color: #231e1b;
    font-size: 13px;
    font-weight: 600;
    overflow-wrap: anywhere;
}
.rb-contact-map-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.rb-contact-map-frame {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #e9dfd8;
}
.rb-contact-map-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
}
.rb-contact-map-frame iframe {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    border: 0;
    filter: grayscale(.16) saturate(.86) contrast(.96);
}
@media (max-width: 980px) {
    .rb-contact-map-grid { grid-template-columns: 1fr; }
    .rb-contact-map-copy { padding: 48px 42px; }
    .rb-contact-map-frame,
    .rb-contact-map-frame iframe { min-height: 440px; }
}
@media (max-width: 640px) {
    .rb-contact-map-section { padding-bottom: 76px; }
    .rb-contact-map-grid { min-height: 0; }
    .rb-contact-map-copy { padding: 34px 24px 38px; }
    .rb-contact-map-copy h2 { font-size: 40px; }
    .rb-contact-map-copy > p { font-size: 13px; line-height: 1.78; }
    .rb-contact-map-details { margin: 26px 0 24px; }
    .rb-contact-map-details > div {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 14px 0;
    }
    .rb-contact-map-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }
    .rb-contact-map-actions .rb-button {
        width: 100%;
    }
    .rb-contact-map-frame,
    .rb-contact-map-frame iframe { min-height: 360px; }
}


/* Premium Contact Page v2 ------------------------------------------------ */
.rb-contact-premium-page {
    background: #fff;
    color: #181411;
}
.rb-contact-premium-hero {
    padding: 78px 0 82px;
    background:
        radial-gradient(circle at 85% 0%, rgba(218,196,181,.24), transparent 35%),
        linear-gradient(135deg, #f8f3ef 0%, #fff 64%);
    border-bottom: 1px solid #e8ddd6;
}
.rb-contact-premium-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.12fr) minmax(320px,.58fr);
    gap: clamp(50px,8vw,120px);
    align-items: end;
}
.rb-contact-premium-hero .rb-simple-breadcrumb {
    margin-bottom: 42px;
}
.rb-contact-premium-hero h1 {
    max-width: 800px;
    margin: 15px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(58px,6vw,92px);
    line-height: .96;
    letter-spacing: -.045em;
}
.rb-contact-premium-hero-grid > p {
    max-width: 440px;
    margin: 0 0 10px;
    color: #5d544f;
    font-size: 16px;
    line-height: 1.9;
}
.rb-contact-premium-routes {
    padding: 105px 0 112px;
}
.rb-contact-premium-heading {
    max-width: 720px;
    margin-bottom: 42px;
}
.rb-contact-premium-heading h2 {
    margin: 10px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(44px,4.5vw,66px);
    line-height: 1.04;
}
.rb-contact-premium-card-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}
.rb-contact-premium-card {
    min-height: 390px;
    padding: 30px 30px 32px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e4d9d2;
    background: #fff;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.rb-contact-premium-card:hover {
    transform: translateY(-5px);
    border-color: #cfb9ac;
    box-shadow: 0 24px 60px rgba(39,28,22,.08);
}
.rb-contact-premium-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.rb-contact-premium-brand-icon,
.rb-contact-premium-track-icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #f6efea;
}
.rb-contact-premium-brand-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.rb-contact-premium-brand-icon-wa img {
    width: 36px;
    height: 36px;
}
.rb-contact-premium-track-icon {
    color: #785d50;
}
.rb-contact-premium-track-icon svg {
    width: 28px;
    height: 28px;
}
.rb-contact-premium-number {
    color: #a98d7e;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 26px;
}
.rb-contact-premium-card h3 {
    margin: 74px 0 14px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 31px;
    line-height: 1.08;
}
.rb-contact-premium-card p {
    margin: 0 0 26px;
    color: #655b56;
    line-height: 1.85;
}
.rb-contact-premium-link {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid #e7ddd7;
    color: #1c1714;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    overflow-wrap: anywhere;
}
.rb-contact-premium-link span {
    flex: 0 0 auto;
    font-size: 18px;
}
.rb-contact-premium-concierge {
    padding: 112px 0;
    background: #1a1512;
    color: #fff;
}
.rb-contact-premium-concierge-grid {
    display: grid;
    grid-template-columns: minmax(340px,.78fr) minmax(0,1.22fr);
    gap: clamp(50px,8vw,120px);
    align-items: center;
}
.rb-contact-premium-concierge-copy h2 {
    max-width: 590px;
    margin: 14px 0 24px;
    color: #fff;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(48px,5vw,72px);
    line-height: 1.02;
    letter-spacing: -.035em;
}
.rb-contact-premium-concierge-copy > p {
    max-width: 600px;
    color: #c5bbb5;
    font-size: 15px;
    line-height: 1.95;
}
.rb-contact-premium-details {
    margin: 34px 0 32px;
    border-top: 1px solid rgba(255,255,255,.13);
}
.rb-contact-premium-details > div {
    padding: 17px 0;
    display: grid;
    grid-template-columns: 125px minmax(0,1fr);
    gap: 18px;
    border-bottom: 1px solid rgba(255,255,255,.13);
}
.rb-contact-premium-details dt {
    color: #9f928a;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .14em;
}
.rb-contact-premium-details dd {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    overflow-wrap: anywhere;
}
.rb-contact-premium-details a {
    color: inherit;
    text-decoration: none;
}
.rb-contact-premium-actions {
    display: flex;
    align-items: center;
    gap: 24px;
}
.rb-contact-premium-actions .rb-button-dark {
    background: #fff !important;
    border-color: #fff !important;
    color: #16110f !important;
}
.rb-contact-premium-actions .rb-button-dark:hover {
    background: transparent !important;
    color: #fff !important;
}
.rb-contact-premium-actions .rb-text-link {
    color: #fff;
}
.rb-contact-premium-map {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    background: #eee6e0;
}
.rb-contact-premium-map iframe {
    width: 100%;
    height: 560px;
    display: block;
    border: 0;
    filter: saturate(.68) contrast(.96);
}
.rb-contact-premium-map-label {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 22px;
    min-width: 190px;
    padding: 15px 17px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 12px 32px rgba(25,17,13,.14);
    color: #171210;
}
.rb-contact-premium-map-label span {
    display: block;
    margin-bottom: 4px;
    color: #806d63;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: .14em;
}
.rb-contact-premium-map-label strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 21px;
}
.rb-contact-premium-map-open {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    padding: 14px 17px;
    background: #171210;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
}
.rb-contact-premium-map-open span {
    margin-left: 8px;
}
.rb-contact-premium-note {
    padding: 78px 0;
    background: #d1b9aa;
}
.rb-contact-premium-note-inner {
    display: grid;
    grid-template-columns: 1fr .9fr auto;
    gap: 50px;
    align-items: center;
}
.rb-contact-premium-note h2 {
    margin: 10px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px,3.8vw,58px);
    line-height: 1.04;
}
.rb-contact-premium-note p {
    margin: 0;
    color: #423630;
    line-height: 1.85;
}
.rb-contact-premium-note .rb-button-light {
    white-space: nowrap;
}

@media (max-width: 980px) {
    .rb-contact-premium-hero-grid,
    .rb-contact-premium-concierge-grid {
        grid-template-columns: 1fr;
    }
    .rb-contact-premium-card-grid {
        grid-template-columns: 1fr;
    }
    .rb-contact-premium-card {
        min-height: 320px;
    }
    .rb-contact-premium-note-inner {
        grid-template-columns: 1fr;
        gap: 24px;
        align-items: start;
    }
}
@media (max-width: 700px) {
    .rb-contact-premium-hero {
        padding: 34px 0 52px;
    }
    .rb-contact-premium-hero .rb-simple-breadcrumb {
        margin-bottom: 24px;
        font-size: 9px;
    }
    .rb-contact-premium-hero-grid {
        gap: 22px;
    }
    .rb-contact-premium-hero h1 {
        max-width: 345px;
        font-size: clamp(42px,12vw,52px);
        line-height: .98;
    }
    .rb-contact-premium-hero-grid > p {
        font-size: 13px;
        line-height: 1.78;
    }
    .rb-contact-premium-routes {
        padding: 64px 0 72px;
    }
    .rb-contact-premium-heading {
        margin-bottom: 26px;
    }
    .rb-contact-premium-heading h2 {
        font-size: 40px;
    }
    .rb-contact-premium-card-grid {
        gap: 14px;
    }
    .rb-contact-premium-card {
        min-height: 0;
        padding: 24px 22px 25px;
    }
    .rb-contact-premium-brand-icon,
    .rb-contact-premium-track-icon {
        width: 56px;
        height: 56px;
    }
    .rb-contact-premium-card h3 {
        margin: 44px 0 12px;
        font-size: 28px;
    }
    .rb-contact-premium-card p {
        font-size: 13px;
        line-height: 1.75;
    }
    .rb-contact-premium-concierge {
        padding: 70px 0;
    }
    .rb-contact-premium-concierge-grid {
        gap: 38px;
    }
    .rb-contact-premium-concierge-copy h2 {
        font-size: 43px;
    }
    .rb-contact-premium-concierge-copy > p {
        font-size: 13px;
        line-height: 1.8;
    }
    .rb-contact-premium-details > div {
        grid-template-columns: 95px minmax(0,1fr);
        gap: 12px;
    }
    .rb-contact-premium-actions {
        align-items: flex-start;
        flex-direction: column;
    }
    .rb-contact-premium-map,
    .rb-contact-premium-map iframe {
        min-height: 390px;
        height: 390px;
    }
    .rb-contact-premium-map-label {
        top: 14px;
        left: 14px;
    }
    .rb-contact-premium-map-open {
        right: 14px;
        bottom: 14px;
    }
    .rb-contact-premium-note {
        padding: 58px 0 66px;
    }
    .rb-contact-premium-note-inner {
        gap: 20px;
    }
    .rb-contact-premium-note h2 {
        font-size: 40px;
    }
    .rb-contact-premium-note p {
        font-size: 13px;
    }
}


/* Home routine card image visibility fix -------------------------------- */
.rb-routine-card {
    min-height: 500px;
    background: linear-gradient(180deg, #f6f0eb 0%, #ede4dd 100%);
}
.rb-routine-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 18px 18px 88px;
    box-sizing: border-box;
    background: transparent;
}
.rb-routine-card::after {
    background: linear-gradient(to top, rgba(0,0,0,.58), rgba(0,0,0,.18) 28%, transparent 58%);
}
.rb-routine-card > span {
    left: 18px;
    right: 18px;
    bottom: 18px;
}
.rb-routine-card strong {
    font-size: 23px;
    line-height: 1.12;
    text-shadow: 0 3px 12px rgba(0,0,0,.18);
}
.rb-routine-card em {
    margin-top: 8px;
    font-size: 11px;
    opacity: .95;
}

@media (max-width: 980px) {
    .rb-routine-card {
        min-height: 360px;
    }
    .rb-routine-card img {
        padding: 14px 14px 78px;
    }
}

@media (max-width: 700px) {
    .rb-routine-grid {
        gap: 10px;
    }
    .rb-routine-card {
        min-height: 330px;
    }
    .rb-routine-card img {
        padding: 12px 12px 82px;
    }
    .rb-routine-card > span {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }
    .rb-routine-card strong {
        font-size: 18px;
        line-height: 1.14;
    }
    .rb-routine-card em {
        font-size: 10px;
    }
}


/* Quality documents and certifications ---------------------------------- */
.rb-quality-documents-section {
    padding: 108px 0 116px;
    background: #f7f2ee;
    border-top: 1px solid #e6dcd5;
    border-bottom: 1px solid #e6dcd5;
}
.rb-quality-documents-heading {
    margin-bottom: 44px;
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(320px,.62fr);
    gap: clamp(45px,8vw,120px);
    align-items: end;
}
.rb-quality-documents-heading h2 {
    max-width: 760px;
    margin: 12px 0 0;
    color: #181411;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(46px,5vw,72px);
    line-height: 1.02;
    letter-spacing: -.035em;
}
.rb-quality-documents-heading > div:last-child p {
    margin: 0 0 20px;
    color: #625954;
    line-height: 1.85;
}
.rb-quality-documents-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
}
.rb-quality-document-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #e1d6cf;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rb-quality-document-card:hover {
    transform: translateY(-5px);
    border-color: #cdb8ac;
    box-shadow: 0 24px 60px rgba(43,30,24,.08);
}
.rb-quality-document-preview {
    position: relative;
    height: 370px;
    display: block;
    overflow: hidden;
    background: #f2ebe6;
}
.rb-quality-document-preview img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center top;
    padding: 22px;
    transition: transform .35s ease;
}
.rb-quality-document-card:hover .rb-quality-document-preview img { transform: scale(1.018); }
.rb-quality-document-preview > span {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 11px 13px;
    background: rgba(24,19,16,.92);
    color: #fff;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .08em;
}
.rb-quality-document-preview b { margin-left: 7px; font-size: 13px; }
.rb-quality-document-copy { padding: 25px 24px 28px; }
.rb-quality-document-meta {
    min-height: 44px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.rb-quality-document-meta small {
    color: #8a7266;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .12em;
}
.rb-quality-document-meta em {
    max-width: 155px;
    color: #655b56;
    text-align: right;
    font-size: 9px;
    font-style: normal;
    line-height: 1.4;
}
.rb-quality-document-card.is-current .rb-quality-document-meta em { color: #2e7652; }
.rb-quality-document-card.is-archived .rb-quality-document-meta em { color: #9a5d42; }
.rb-quality-document-card.is-report .rb-quality-document-meta em { color: #315f83; }
.rb-quality-document-copy h3 {
    min-height: 62px;
    margin: 18px 0 11px;
    color: #1b1613;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 28px;
    line-height: 1.08;
}
.rb-quality-document-copy p {
    min-height: 42px;
    margin: 0 0 12px;
    color: #625954;
    font-size: 12px;
    line-height: 1.65;
}
.rb-quality-document-copy strong {
    color: #8b7468;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .1em;
}
.rb-quality-documents-disclaimer {
    max-width: 930px;
    margin: 28px auto 0;
    color: #746963;
    text-align: center;
    font-size: 11px;
    line-height: 1.75;
}

/* Dedicated quality page */
.rb-quality-page { background: #fff; }
.rb-quality-page-hero {
    padding: 70px 0 84px;
    background: linear-gradient(135deg,#f8f3ef 0%,#fff 67%);
    border-bottom: 1px solid #e6dcd5;
}
.rb-quality-page-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(320px,.56fr);
    gap: clamp(50px,8vw,120px);
    align-items: end;
}
.rb-quality-page-hero .rb-simple-breadcrumb { margin-bottom: 40px; }
.rb-quality-page-hero h1 {
    max-width: 840px;
    margin: 14px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(56px,6vw,88px);
    line-height: .97;
    letter-spacing: -.04em;
}
.rb-quality-page-hero-grid > p {
    margin: 0 0 8px;
    color: #615853;
    font-size: 15px;
    line-height: 1.9;
}
.rb-quality-page-content { padding: 105px 0 118px; }
.rb-quality-page-grid { display: grid; gap: 24px; }
.rb-quality-page-card {
    display: grid;
    grid-template-columns: minmax(320px,.72fr) minmax(0,1.28fr);
    border: 1px solid #e1d6cf;
    background: #fff;
}
.rb-quality-page-image {
    min-height: 630px;
    padding: 30px;
    display: grid;
    place-items: center;
    background: #f3ece7;
    border-right: 1px solid #e1d6cf;
}
.rb-quality-page-image img {
    width: 100%;
    height: 100%;
    max-height: 570px;
    display: block;
    object-fit: contain;
    object-position: center top;
    box-shadow: 0 18px 45px rgba(38,27,21,.1);
}
.rb-quality-page-card-copy {
    padding: clamp(38px,5vw,72px);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.rb-quality-page-type {
    color: #8a7266;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .13em;
}
.rb-quality-page-card-copy h2 {
    max-width: 650px;
    margin: 16px 0 28px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(38px,4vw,58px);
    line-height: 1.04;
}
.rb-quality-page-card-copy dl { width: 100%; margin: 0 0 27px; border-top: 1px solid #e2d8d1; }
.rb-quality-page-card-copy dl > div {
    padding: 14px 0;
    display: grid;
    grid-template-columns: 170px minmax(0,1fr);
    gap: 22px;
    border-bottom: 1px solid #e2d8d1;
}
.rb-quality-page-card-copy dt {
    color: #8b7a71;
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: .12em;
}
.rb-quality-page-card-copy dd {
    margin: 0;
    color: #29211d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
}
.rb-quality-page-card-copy > p {
    max-width: 650px;
    margin: 0 0 28px;
    color: #665c57;
    line-height: 1.85;
}
.rb-quality-page-note {
    margin-top: 34px;
    padding: 30px 34px;
    background: #211a17;
    color: #fff;
}
.rb-quality-page-note p {
    max-width: 980px;
    margin: 12px 0 0;
    color: #d3c9c3;
    line-height: 1.8;
}

@media (max-width: 980px) {
    .rb-quality-documents-heading,
    .rb-quality-page-hero-grid,
    .rb-quality-page-card {
        grid-template-columns: 1fr;
    }
    .rb-quality-documents-grid { grid-template-columns: 1fr; }
    .rb-quality-document-card { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1fr); }
    .rb-quality-document-preview { height: 410px; }
    .rb-quality-page-image { border-right: 0; border-bottom: 1px solid #e1d6cf; }
}
@media (max-width: 700px) {
    .rb-quality-documents-section { padding: 68px 0 74px; }
    .rb-quality-documents-heading { margin-bottom: 28px; gap: 20px; }
    .rb-quality-documents-heading h2 { font-size: 42px; }
    .rb-quality-documents-heading > div:last-child p { font-size: 13px; line-height: 1.75; }
    .rb-quality-document-card { display: block; }
    .rb-quality-document-preview { height: 380px; }
    .rb-quality-document-preview img { padding: 16px; }
    .rb-quality-document-copy { padding: 22px 19px 25px; }
    .rb-quality-document-copy h3 { min-height: 0; font-size: 27px; }
    .rb-quality-document-copy p { min-height: 0; }
    .rb-quality-page-hero { padding: 34px 0 54px; }
    .rb-quality-page-hero .rb-simple-breadcrumb { margin-bottom: 24px; font-size: 9px; }
    .rb-quality-page-hero-grid { gap: 22px; }
    .rb-quality-page-hero h1 { font-size: 46px; }
    .rb-quality-page-hero-grid > p { font-size: 13px; line-height: 1.75; }
    .rb-quality-page-content { padding: 68px 0 76px; }
    .rb-quality-page-image { min-height: 0; padding: 16px; }
    .rb-quality-page-image img { height: auto; max-height: none; }
    .rb-quality-page-card-copy { padding: 28px 20px 32px; }
    .rb-quality-page-card-copy h2 { font-size: 38px; }
    .rb-quality-page-card-copy dl > div { grid-template-columns: 1fr; gap: 5px; }
    .rb-quality-page-card-copy > p { font-size: 13px; line-height: 1.75; }
    .rb-quality-page-note { padding: 25px 21px; }
    .rb-quality-page-note p { font-size: 12px; }
}


/* Final mobile shop alignment + all-image visibility --------------------- */
@media (max-width: 767px) {
    body.rawah-shop-archive .rb-shop-main ul.products,
    body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: 1fr !important;
        gap: 18px 12px !important;
        align-items: stretch !important;
    }

    body.rawah-shop-archive .rb-shop-main ul.products li.product,
    body.rawah-shop-archive .rb-shop-main ul.products li.product.rb-shop-card {
        display: flex !important;
        min-width: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
    }

    body.rawah-shop-archive .rb-shop-card-inner {
        width: 100% !important;
        height: 100% !important;
        display: grid !important;
        grid-template-rows: auto 1fr !important;
        border: 1px solid #e7ddd6 !important;
        background: #fff !important;
    }

    body.rawah-shop-archive .rb-shop-card-media {
        position: relative !important;
        width: 100% !important;
        aspect-ratio: 1 / 1.12 !important;
        overflow: hidden !important;
        background: #f5eee8 !important;
    }

    body.rawah-shop-archive .rb-shop-card-image {
        position: absolute !important;
        inset: 0 !important;
        display: grid !important;
        place-items: center !important;
        padding: 10px !important;
        box-sizing: border-box !important;
        background: #f5eee8 !important;
    }

    body.rawah-shop-archive .rb-shop-card-image img,
    body.rawah-shop-archive .rb-shop-card-image img.attachment-woocommerce_thumbnail {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: none !important;
        background: transparent !important;
    }

    body.rawah-shop-archive .rb-shop-card-content {
        min-width: 0 !important;
        height: 100% !important;
        padding: 12px 10px 10px !important;
        display: grid !important;
        grid-template-rows: auto 4.15em auto auto 44px !important;
        align-content: start !important;
        gap: 6px !important;
    }

    body.rawah-shop-archive .rb-shop-card-category {
        min-height: 12px !important;
        margin: 0 !important;
        font-size: 8px !important;
        line-height: 1.35 !important;
    }

    body.rawah-shop-archive .rb-shop-card .woocommerce-loop-product__title {
        height: 4.15em !important;
        min-height: 4.15em !important;
        max-height: 4.15em !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #171311 !important;
        font-family: "Playfair Display", Georgia, serif !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.38 !important;
        text-align: left !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    body.rawah-shop-archive .rb-shop-card-bottom {
        min-height: 48px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: grid !important;
        grid-template-rows: auto auto !important;
        align-content: start !important;
        gap: 5px !important;
    }

    body.rawah-shop-archive .rb-shop-card-price {
        min-height: 18px !important;
        width: 100% !important;
        margin: 0 !important;
        display: block !important;
        color: #171311 !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-align: left !important;
        overflow-wrap: anywhere !important;
    }

    body.rawah-shop-archive .rb-shop-card-price.is-empty-price {
        color: #726862 !important;
        font-size: 11px !important;
        font-weight: 500 !important;
    }

    body.rawah-shop-archive .rb-shop-stock {
        width: 100% !important;
        min-height: 16px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        color: #716965 !important;
        font-size: 9px !important;
        line-height: 1.25 !important;
        text-align: left !important;
        white-space: normal !important;
    }

    body.rawah-shop-archive .rb-shop-add {
        align-self: end !important;
        width: 100% !important;
        height: 44px !important;
        min-height: 44px !important;
        margin: 0 !important;
        padding: 8px 6px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 9px !important;
        line-height: 1.2 !important;
        text-align: center !important;
        white-space: normal !important;
    }

    body.rawah-shop-archive .rb-shop-card-rating {
        display: none !important;
    }
}

@media (max-width: 380px) {
    body.rawah-shop-archive .rb-shop-main ul.products,
    body.rawah-shop-archive .rb-shop-main ul.products[class*="columns-"] {
        gap: 16px 8px !important;
    }
    body.rawah-shop-archive .rb-shop-card-content {
        padding: 10px 8px 9px !important;
    }
    body.rawah-shop-archive .rb-shop-card .woocommerce-loop-product__title {
        font-size: 11px !important;
    }
}


/* Force-hide CookieYes floating revisit control ------------------------- */
html body .cky-btn-revisit-wrapper,
html body .cky-btn-revisit,
html body .cky-revisit-bottom-left,
html body .cky-revisit-bottom-right,
html body #cky-btn-revisit-wrapper,
html body #cky-btn-revisit,
html body [data-cky-tag="revisit-consent"],
html body [data-cky-tag="revisit-consent-button"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    transform: scale(0) !important;
}

/* WhatsApp floating dock */
.rb-whatsapp-dock {
    position: fixed;
    right: 22px;
    bottom: 26px;
    z-index: 9997;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    box-shadow: 0 18px 40px rgba(9, 28, 18, 0.32);
    text-decoration: none;
    border: 3px solid rgba(255,255,255,0.92);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.rb-whatsapp-dock:hover {
    color: #fff;
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 22px 48px rgba(9, 28, 18, 0.36);
}
.rb-whatsapp-dock:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}
.rb-whatsapp-dock-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    background: transparent;
}
.rb-whatsapp-dock-icon img {
    width: 34px;
    height: 34px;
    display: block;
}
.rb-whatsapp-dock-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
body.admin-bar .rb-whatsapp-dock {
    bottom: 58px;
}
@media (max-width: 921px) {
    .rb-whatsapp-dock {
        right: 14px;
        bottom: 90px;
        width: 58px;
        height: 58px;
    }
    body.admin-bar .rb-whatsapp-dock {
        bottom: 118px;
    }
    .rb-whatsapp-dock-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
    .rb-whatsapp-dock-icon img {
        width: 30px;
        height: 30px;
    }
}

/* Premium ratings + reviews dock ---------------------------------------- */
.rb-rating-row,
.rb-shop-card-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    min-height: 22px;
}
.rb-star-meter {
    --rb-rating-fill: 0%;
    position: relative;
    display: inline-block;
    color: transparent;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #b8860b var(--rb-rating-fill), #d8d2ce var(--rb-rating-fill));
    -webkit-background-clip: text;
    background-clip: text;
}
.rb-rating-average {
    color: #8a6310;
    font-size: 11px;
    font-weight: 700;
}
.rb-rating-count,
.rb-no-reviews {
    color: #756b66;
    font-size: 10px;
    line-height: 1.3;
}
.rb-shop-card-rating {
    margin: 0 0 9px;
}
.rb-shop-card-rating .rb-star-meter {
    font-size: 14px;
}
.rb-shop-card-rating .rb-rating-average {
    font-size: 11px;
}
.rb-shop-card-rating .rb-rating-count {
    font-size: 9px;
}

.rb-reviews-dock {
    position: fixed;
    z-index: 9996;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    min-width: 58px;
    height: 142px;
    min-height: 142px;
    padding: 12px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 999px;
    background: linear-gradient(180deg, #171210 0%, #241915 100%);
    color: #fff;
    box-shadow: 0 18px 44px rgba(17,11,8,.24);
    cursor: pointer;
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}
.rb-reviews-dock:hover {
    transform: translateY(-50%) translateX(-2px);
    background: linear-gradient(180deg, #211714 0%, #2b1f19 100%);
    box-shadow: 0 22px 52px rgba(17,11,8,.30);
}
.rb-reviews-dock span:last-child {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .22em;
    white-space: nowrap;
    line-height: 1;
}
.rb-reviews-dock-star {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(184,134,11,.20);
    color: #b8860b;
    font-size: 15px;
    line-height: 1;
    box-shadow: inset 0 0 0 1px rgba(184,134,11,.26);
    flex: 0 0 28px;
}
.rb-reviews-overlay {
    position: fixed;
    z-index: 10020;
    inset: 0;
    background: rgba(18,13,11,.46);
    backdrop-filter: blur(2px);
}
.rb-reviews-drawer {
    position: fixed;
    z-index: 10021;
    top: 0;
    right: 0;
    width: min(440px, 94vw);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: -26px 0 70px rgba(24,15,10,.2);
    transform: translateX(104%);
    transition: transform .32s ease;
    visibility: hidden;
}
.rb-reviews-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
}
body.rb-reviews-open {
    overflow: hidden;
}
body.rb-reviews-open .rb-reviews-dock {
    transform: translate(calc(100% + 16px), -50%);
}
.rb-reviews-drawer-head {
    padding: 30px 28px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
    border-bottom: 1px solid #e7ddd7;
}
.rb-reviews-drawer-head h2 {
    max-width: 300px;
    margin: 8px 0 0;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 35px;
    line-height: 1.02;
}
.rb-reviews-close {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    border: 1px solid #ddd0c9;
    border-radius: 50%;
    background: #fff;
    color: #181311;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
}
.rb-reviews-summary {
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: #f7f1ed;
    border-bottom: 1px solid #e7ddd7;
}
.rb-reviews-summary > strong,
.rb-review-empty-score {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 48px;
    line-height: 1;
}
.rb-reviews-summary > div {
    display: grid;
    gap: 7px;
}
.rb-star-meter-large {
    font-size: 19px;
}
.rb-reviews-summary small {
    color: #6f635d;
    font-size: 11px;
}
.rb-reviews-list {
    flex: 1;
    overflow-y: auto;
    padding: 8px 28px 30px;
}
.rb-review-drawer-card {
    padding: 24px 0;
    border-bottom: 1px solid #e8ded8;
}
.rb-review-drawer-card > p {
    margin: 14px 0 12px;
    color: #403834;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 19px;
    line-height: 1.55;
}
.rb-review-drawer-card > a {
    display: inline-block;
    margin-bottom: 14px;
    color: #6d574c;
    text-underline-offset: 4px;
    font-size: 11px;
    font-weight: 600;
}
.rb-review-drawer-card footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px 10px;
}
.rb-review-drawer-card footer strong {
    font-size: 11px;
}
.rb-review-drawer-card footer span {
    padding: 4px 7px;
    border-radius: 999px;
    background: #e7f4e9;
    color: #27693b;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .08em;
}
.rb-review-drawer-card footer time {
    margin-left: auto;
    color: #8c817b;
    font-size: 9px;
}
.rb-reviews-empty {
    min-height: 380px;
    padding: 54px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.rb-reviews-empty > span {
    color: #c99c3a;
    font-size: 42px;
}
.rb-reviews-empty h3 {
    margin: 16px 0 8px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 29px;
}
.rb-reviews-empty p {
    max-width: 290px;
    color: #6f655f;
    line-height: 1.75;
}
.rb-reviews-empty .rb-button {
    width: auto;
    margin-top: 18px;
    padding-inline: 22px !important;
}
.rb-reviews-drawer-foot {
    padding: 18px 28px;
    border-top: 1px solid #e7ddd7;
    background: #fff;
}
.rb-reviews-drawer-foot a {
    display: flex;
    justify-content: space-between;
    color: #171210;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
}

@media (max-width: 921px) {
    .rb-reviews-dock {
        top: auto;
        right: 0;
        bottom: 148px;
        width: 54px;
        min-width: 54px;
        height: 130px;
        min-height: 130px;
        padding: 10px 7px;
        border: 0;
        border-radius: 999px;
        transform: none;
        box-shadow: 0 14px 32px rgba(17,11,8,.24);
    }
    .rb-reviews-dock:hover {
        transform: translateY(-1px);
    }
    .rb-reviews-dock span:last-child {
        font-size: 8px;
        letter-spacing: .20em;
    }
    .rb-reviews-dock-star {
        width: 26px;
        height: 26px;
        font-size: 14px;
        flex-basis: 26px;
    }
    body.rb-reviews-open .rb-reviews-dock {
        transform: translateX(130%);
    }
    .rb-reviews-drawer {
        width: min(420px, 100vw);
    }
}
@media (max-width: 640px) {
    .rb-reviews-drawer-head {
        padding: 24px 20px 20px;
    }
    .rb-reviews-drawer-head h2 {
        font-size: 30px;
    }
    .rb-reviews-summary,
    .rb-reviews-list,
    .rb-reviews-drawer-foot {
        padding-left: 20px;
        padding-right: 20px;
    }
    .rb-review-drawer-card > p {
        font-size: 18px;
    }
}

/* Premium social links --------------------------------------------------- */
.rb-social-follow {
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.10);
}
.rb-social-follow > span {
    display: block;
    margin-bottom: 12px;
    color: #978d87;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .16em;
}
.rb-footer-luxury .rb-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.rb-footer-luxury .rb-socials .rb-social-link {
    width: auto;
    min-width: 44px;
    height: 44px;
    padding: 6px 12px 6px 7px;
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.025);
    color: #fff !important;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.rb-footer-luxury .rb-socials .rb-social-link:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.30);
    background: rgba(255,255,255,.07);
}
.rb-footer-luxury .rb-socials .rb-social-link img {
    width: 30px;
    height: 30px;
    display: block;
    flex: 0 0 30px;
    object-fit: contain;
    border-radius: 50%;
}
.rb-footer-luxury .rb-socials .rb-social-link-tiktok img {
    border-radius: 9px;
}
.rb-footer-luxury .rb-socials .rb-social-link b {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .02em;
}
.rb-mobile-socials {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e8dfd9;
}
.rb-mobile-socials > span {
    display: block;
    margin-bottom: 12px;
    color: #8d7b71;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
}
.rb-mobile-socials > div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.rb-mobile-socials a {
    width: 44px !important;
    height: 44px;
    padding: 0 !important;
    display: grid !important;
    place-items: center;
    border: 1px solid #e1d7d0 !important;
    border-radius: 50%;
    background: #fff;
}
.rb-mobile-socials a img {
    width: 29px;
    height: 29px;
    display: block;
    object-fit: contain;
}
.rb-mobile-socials a:first-child img,
.rb-mobile-socials a:nth-child(2) img {
    border-radius: 50%;
}
.rb-mobile-socials a:last-child img {
    border-radius: 8px;
}
@media (max-width: 700px) {
    .rb-social-follow {
        margin-top: 22px;
    }
    .rb-footer-luxury .rb-socials .rb-social-link {
        width: 44px;
        min-width: 44px;
        padding: 6px;
        justify-content: center;
    }
    .rb-footer-luxury .rb-socials .rb-social-link b {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0,0,0,0) !important;
        white-space: nowrap !important;
        border: 0 !important;
    }
}


/* Direct premium star reviews ------------------------------------------- */
.rb-direct-review {
    margin: 10px 0 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.rb-direct-review-label {
    color: #79675a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.rb-direct-review-stars {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
}
.rb-direct-review-star {
    color: #ccb78c !important;
    -webkit-text-fill-color: currentColor;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.55), 0 0 0 rgba(234,188,72,0);
    transition: color .18s ease, transform .18s ease, text-shadow .18s ease, filter .18s ease;
}
.rb-direct-review-star:visited {
    color: #ccb78c !important;
}
.rb-direct-review-star:hover,
.rb-direct-review-star:hover ~ .rb-direct-review-star,
.rb-direct-review-star:focus-visible,
.rb-direct-review-star:focus-visible ~ .rb-direct-review-star,
.rb-direct-review-star:active,
.rb-direct-review-star:active ~ .rb-direct-review-star {
    color: #b8860b !important;
    transform: translateY(-1px) scale(1.06);
    text-shadow: 0 2px 10px rgba(184,134,11,.28);
    filter: saturate(1.05);
}
.rb-direct-review-star:focus-visible {
    outline: 1px solid rgba(184,134,11,.55);
    outline-offset: 3px;
    border-radius: 3px;
}
.rb-direct-review.is-compact {
    margin: 6px 0 10px;
}
.rb-direct-review.is-compact .rb-direct-review-label {
    font-size: 9px;
}
.rb-direct-review.is-compact .rb-direct-review-star {
    font-size: 21px;
}

/* Product review form: refined gold rating controls. */
body.single-product #review_form_wrapper {
    scroll-margin-top: 120px;
}
body.single-product #review_form_wrapper p.stars {
    margin: 6px 0 18px !important;
}
body.single-product #review_form_wrapper p.stars a {
    color: #cdb98d !important;
    font-size: 28px !important;
    line-height: 1 !important;
    transition: color .18s ease, transform .18s ease, text-shadow .18s ease;
}
body.single-product #review_form_wrapper p.stars a:hover,
body.single-product #review_form_wrapper p.stars a.active,
body.single-product #review_form_wrapper p.stars a.selected {
    color: #b8860b !important;
    transform: translateY(-1px) scale(1.04);
    text-shadow: 0 2px 10px rgba(184,134,11,.24);
}
body.single-product #review_form_wrapper .comment-reply-title {
    color: #1d1815;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(26px, 3vw, 38px);
}
body.single-product #review_form_wrapper label {
    color: #332a26;
    font-weight: 600;
}

@media (max-width: 700px) {
    .rb-direct-review {
        margin: 8px 0 12px;
        gap: 7px;
    }
    .rb-direct-review-label {
        width: 100%;
        font-size: 9px;
    }
    .rb-direct-review-star {
        font-size: 20px;
    }
    body.rawah-shop-archive .rb-direct-review {
        min-height: 42px;
        align-content: flex-start;
    }
    body.rawah-shop-archive .rb-direct-review-label {
        margin-bottom: 2px;
    }
    body.rawah-shop-archive .rb-direct-review-star {
        font-size: 19px;
    }
    body.single-product #review_form_wrapper p.stars a {
        font-size: 30px !important;
    }
}


/* Review dock: flush with the right viewport edge */
.rb-reviews-dock {
    margin-right: 0 !important;
}
@media (max-width: 921px) {
    .rb-reviews-dock {
        right: 0 !important;
    }
}


/* Review dock v2.2.9: compact vertical pill without star */
.rb-reviews-dock {
    right: 0 !important;
    width: 46px !important;
    min-width: 46px !important;
    height: 112px !important;
    min-height: 112px !important;
    padding: 12px 0 !important;
    gap: 0 !important;
    border-radius: 999px !important;
}
.rb-reviews-dock span:last-child {
    font-size: 8px !important;
    letter-spacing: .20em !important;
    line-height: 1 !important;
}
.rb-reviews-dock-star {
    display: none !important;
}
body.rb-reviews-open .rb-reviews-dock {
    transform: translate(calc(100% + 8px), -50%) !important;
}
@media (max-width: 921px) {
    .rb-reviews-dock {
        right: 0 !important;
        bottom: 148px !important;
        width: 43px !important;
        min-width: 43px !important;
        height: 104px !important;
        min-height: 104px !important;
        padding: 10px 0 !important;
    }
    .rb-reviews-dock span:last-child {
        font-size: 7px !important;
        letter-spacing: .18em !important;
    }
    body.rb-reviews-open .rb-reviews-dock {
        transform: translateX(120%) !important;
    }
}
