/* ============================================================
   Refubly — product
   Split out of the old single refubly-theme.css, rule by rule: a selector
   rendered by exactly one page lives in that page's file, anything shared
   lives here. Media queries are re-wrapped per file, so each keeps only its
   own overrides.
   Load order: base -> chrome -> components -> <page>. Keep it.
   NOTE: theme sets html{font-size:62.5%} -> 1rem = 10px.
   ============================================================ */

/* ------------------------------------------------------------
   12b. Product detail page
   ------------------------------------------------------------ */

.product-single .product-gallery .product-single-swiper {
    border: 1px solid var(--rf-border);
    border-radius: var(--rf-radius);
    overflow: hidden;
    background: #fff;
}

.product-single .product-thumb {
    border-radius: var(--rf-radius-sm);
    overflow: hidden;
    border: 1px solid var(--rf-border);
    transition: border-color .2s;
}

.product-single .product-title {
    font-size: clamp(2rem, 1.6rem + 1.2vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.product-single .price-block .save-line {
    width: 100%;
    color: var(--rf-success);
    font-weight: 600;
}

.product-single .btn-cart {
    border-radius: 999px;
    background: var(--rf-primary);
    border-color: var(--rf-primary);
    font-weight: 700;
}

.product-single .btn-cart:hover,
.product-single .btn-cart:focus {
    background: var(--rf-primary-dark);
    border-color: var(--rf-primary-dark);
}

/* ── Buy-box assurance badges ── */

.pdp-badges { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1rem 0 .4rem; }

.pdp-assured, .pdp-cond {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.2rem;
    font-weight: 700;
    padding: .5rem 1rem;
    border-radius: 999px;
    line-height: 1;
}

.pdp-assured { color: var(--rf-primary); background: var(--rf-primary-soft); }

.pdp-cond { color: var(--rf-navy); background: #eef2f8; }

.pdp-badges i { font-size: 1.5rem; }

/* ── "You save" as a green pill ── */

.product-single .price-block .save-line {
    display: inline-block;
    width: auto;
    background: var(--rf-primary-soft);
    color: var(--rf-primary-dark);
    font-weight: 700;
    font-size: 1.3rem;
    padding: .4rem 1rem;
    border-radius: 999px;
    margin-top: .8rem;
}

/* ── Assurance trust points (2-col grid) ── */

.pdp-trust {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem 1.6rem;
    list-style: none;
    margin: 2rem 0 0;
    padding: 1.8rem 0 0;
    border-top: 1px solid var(--rf-border);
}

.pdp-trust li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.3rem;
    color: var(--rf-text);
    line-height: 1.25;
}

.pdp-trust i { font-size: 2.4rem; color: var(--rf-primary); flex-shrink: 0; }

.pdp-trust strong { color: var(--rf-ink); font-weight: 700; }

/* ── Highlights (top specs) ── */

.pdp-highlights { margin-top: 2.4rem; }

.pdp-hl-title {
    font-family: var(--rf-font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--rf-ink);
    margin: 0 0 1rem;
}

.pdp-hl-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--rf-border);
    border: 1px solid var(--rf-border);
    border-radius: var(--rf-radius-sm);
    overflow: hidden;
}

.pdp-hl {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    padding: 1rem 1.2rem;
    background: #fff;
}

.pdp-hl-label { font-size: 1.15rem; color: var(--rf-muted); }

.pdp-hl-value { font-size: 1.35rem; font-weight: 600; color: var(--rf-ink); }

@media (max-width: 479px) {
    .pdp-hl-grid { grid-template-columns: 1fr; }

    .pdp-trust { grid-template-columns: 1fr; }
}

.rf-stars--sm { font-size: 1.3rem; }

/* Buy-box rating line under the title */

.pdp-rating-line { display: inline-flex; align-items: center; gap: .6rem; margin: .4rem 0 .2rem; font-size: 1.4rem; color: var(--rf-ink); text-decoration: none; }

.pdp-rating-line strong { font-weight: 700; }

.pdp-rating-line .pdp-rating-count { color: var(--rf-muted); border-bottom: 1px solid transparent; }

.pdp-rating-line:hover .pdp-rating-count { border-bottom-color: currentColor; }

/* ========================================================================
   Condition variant selector (cards + Best Value ribbon)
   ======================================================================== */

.vsel-group--condition .vsel-options { gap: 10px; }

.vsel-label .vsel-hint { font-weight: 500; font-size: 1.2rem; margin-left: .8rem; color: var(--rf-primary); text-decoration: none; }

.vsel-label .vsel-hint:hover { text-decoration: underline; }

.vsel-option--card { position: relative; min-width: 92px; padding: 12px 18px; border-radius: var(--rf-radius-sm); border: 1.5px solid var(--rf-border); font-size: 1.4rem; overflow: visible; }

.vsel-option--card.vsel-selected { background: var(--rf-navy); border-color: var(--rf-navy); }

.vsel-option--card .vsel-ribbon { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--rf-green); color: #fff; font-size: 1rem; font-weight: 700; letter-spacing: .3px; padding: 2px 8px; border-radius: 999px; text-transform: uppercase; }

.rf-rv-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 2rem; }

.rf-rv-title { font-size: 2.2rem; font-weight: 700; color: var(--rf-ink); margin: 0; }

.rf-rv-flash { background: var(--rf-primary-soft); color: var(--rf-primary-dark); border: 1px solid var(--rf-primary); border-radius: var(--rf-radius-sm); padding: 1.2rem 1.6rem; margin-bottom: 1.6rem; font-weight: 600; }

.rf-rv-flash--error { background: #fdecec; color: #b42318; border-color: #e5484d; }

.rf-rv-gate { display: flex; align-items: center; gap: 1rem; background: var(--rf-bg-soft); border: 1px dashed var(--rf-border); border-radius: var(--rf-radius-sm); padding: 1.3rem 1.7rem; margin-bottom: 1.6rem; font-size: 1.35rem; color: var(--rf-text); }

.rf-rv-gate i { font-size: 1.8rem; color: var(--rf-muted); }

.rf-rv-gate a { color: var(--rf-primary); font-weight: 700; }

/* Summary block */

.rf-rv-summary { display: grid; grid-template-columns: minmax(180px, 220px) 1fr minmax(200px, 260px); gap: 2.4rem; align-items: start; background: var(--rf-bg-soft); border: 1px solid var(--rf-border); border-radius: var(--rf-radius); padding: 2.4rem; margin-bottom: 2.4rem; }

.rf-rv-score { text-align: center; }

.rf-rv-avg { font-size: 4.4rem; font-weight: 800; line-height: 1; color: var(--rf-ink); }

.rf-rv-total { color: var(--rf-muted); font-size: 1.3rem; }

.rf-rv-bars { display: flex; flex-direction: column; gap: .7rem; }

.rf-rv-bar-row { display: flex; align-items: center; gap: 1rem; font-size: 1.3rem; }

.rf-rv-bar-label { width: 34px; color: var(--rf-text); white-space: nowrap; }

.rf-rv-bar { flex: 1; height: 8px; background: #e7eaee; border-radius: 999px; overflow: hidden; }

.rf-rv-bar-fill { display: block; height: 100%; background: var(--rf-green); border-radius: 999px; }

.rf-rv-bar-count { width: 44px; text-align: right; color: var(--rf-muted); }

.rf-rv-sentiment h4 { font-size: 1.4rem; font-weight: 700; margin: 0 0 1rem; color: var(--rf-ink); }

.rf-rv-sent-row { display: flex; align-items: center; gap: .8rem; font-size: 1.25rem; margin-bottom: .7rem; }

.rf-rv-sent-label { width: 62px; color: var(--rf-text); }

.rf-rv-sent-bar { flex: 1; height: 7px; background: #e7eaee; border-radius: 999px; overflow: hidden; }

.rf-rv-sent-bar span { display: block; height: 100%; border-radius: 999px; }

.rf-rv-sent--positive .rf-rv-sent-bar span { background: var(--rf-green); }

.rf-rv-sent--neutral .rf-rv-sent-bar span { background: #f5a623; }

.rf-rv-sent--negative .rf-rv-sent-bar span { background: #e5484d; }

.rf-rv-sent-pct { width: 40px; text-align: right; color: var(--rf-muted); }

/* Pros / Cons */

.rf-rv-proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2.4rem; }

.rf-rv-pc { border: 1px solid var(--rf-border); border-radius: var(--rf-radius); padding: 1.8rem 2rem; }

.rf-rv-pc h4 { font-size: 1.5rem; font-weight: 700; margin: 0 0 1rem; }

.rf-rv-pc--pro h4 { color: var(--rf-green); }

.rf-rv-pc--con h4 { color: #e5484d; }

.rf-rv-pc ul { list-style: none; margin: 0; padding: 0; }

.rf-rv-pc li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .5rem 0; font-size: 1.35rem; color: var(--rf-text); border-bottom: 1px dashed var(--rf-border-soft); }

.rf-rv-pc li:last-child { border-bottom: 0; }

.rf-rv-pc li em { font-style: normal; font-weight: 700; color: var(--rf-muted); background: var(--rf-bg-soft); border-radius: 999px; padding: .1rem .8rem; font-size: 1.2rem; }

/* Media strip */

.rf-rv-media { margin-bottom: 2.4rem; }

.rf-rv-media h4 { font-size: 1.5rem; font-weight: 700; margin: 0 0 1rem; color: var(--rf-ink); }

.rf-rv-media-strip { display: flex; gap: 1rem; overflow-x: auto; padding-bottom: .5rem; }

.rf-rv-media-thumb { flex: 0 0 auto; }

.rf-rv-media-thumb img { width: 92px; height: 92px; object-fit: cover; border-radius: var(--rf-radius-sm); border: 1px solid var(--rf-border); }

/* Review list */

.rf-rv-list { display: flex; flex-direction: column; }

.rf-rv-item { padding: 2rem 0; border-top: 1px solid var(--rf-border); }

.rf-rv-item.rf-rv-hidden { display: none; }

.rf-rv-item-head { display: flex; align-items: center; gap: 1.2rem; margin-bottom: 1rem; }

.rf-rv-avatar { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: var(--rf-navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.6rem; }

/* A reviewer who has uploaded a profile picture gets it here; the lettered
   circle above stays as the fallback. */
.rf-rv-avatar--img { object-fit: cover; background: var(--rf-bg-soft); }

/* The reader's own review, called out above the list — and repeated inside it,
   where this tint is what marks it as theirs. */
.rf-rv-mine { margin: 0 0 2rem; padding: 1.6rem 1.8rem; border: 1px solid var(--rf-border); border-left: 3px solid var(--rf-green); border-radius: var(--rf-radius, 10px); background: var(--rf-bg-soft); }

.rf-rv-mine-title { font-size: 1.3rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--rf-muted); margin: 0 0 .4rem; }

.rf-rv-mine .rf-rv-item { padding-top: 0; border-top: 0; }

.rf-rv-item--mine { background: var(--rf-bg-soft); }

.rf-rv-list .rf-rv-item--mine { padding-left: 1.4rem; border-left: 3px solid var(--rf-green); }

/* Held for moderation: visible to its author only, so it says so. */
.rf-rv-pending { display: inline-flex; align-items: center; gap: .3rem; font-size: 1.1rem; font-weight: 600; color: #92400e; background: #fef3c7; padding: .1rem .7rem; border-radius: 999px; }

.rf-rv-author { font-weight: 700; color: var(--rf-ink); font-size: 1.45rem; display: flex; align-items: center; gap: .8rem; flex-wrap: wrap; }

.rf-rv-verified { display: inline-flex; align-items: center; gap: .3rem; font-size: 1.1rem; font-weight: 600; color: var(--rf-green); background: var(--rf-primary-soft); padding: .1rem .7rem; border-radius: 999px; }

.rf-rv-meta { display: flex; align-items: center; gap: 1rem; margin-top: .3rem; flex-wrap: wrap; }

.rf-rv-date { color: var(--rf-muted); font-size: 1.2rem; }

.rf-rv-chip { font-size: 1.15rem; font-weight: 600; color: var(--rf-text); background: var(--rf-bg-soft); border: 1px solid var(--rf-border); padding: .1rem .8rem; border-radius: 999px; }

.rf-rv-item-title { font-size: 1.5rem; font-weight: 700; color: var(--rf-ink); margin: 0 0 .5rem; }

.rf-rv-body { color: var(--rf-text); font-size: 1.4rem; line-height: 1.6; margin: 0 0 1rem; white-space: pre-line; }

.rf-rv-item-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1rem; }

.rf-rv-tag { font-size: 1.15rem; font-weight: 600; padding: .2rem .9rem; border-radius: 999px; }

.rf-rv-item-media { display: flex; gap: .8rem; flex-wrap: wrap; margin-bottom: 1rem; }

.rf-rv-item-media img { width: 72px; height: 72px; object-fit: cover; border-radius: var(--rf-radius-sm); border: 1px solid var(--rf-border); }

.rf-rv-reply { background: var(--rf-bg-soft); border-left: 3px solid var(--rf-primary); border-radius: var(--rf-radius-sm); padding: 1rem 1.4rem; font-size: 1.35rem; color: var(--rf-text); margin-bottom: 1rem; }

.rf-rv-item-foot { display: flex; align-items: center; gap: 1rem; }

.rf-rv-helpful { border: 1px solid var(--rf-border); background: #fff; color: var(--rf-text); border-radius: 999px; padding: .5rem 1.4rem; font-size: 1.3rem; font-weight: 600; cursor: pointer; transition: border-color .2s, color .2s; }

.rf-rv-helpful:hover { border-color: var(--rf-primary); color: var(--rf-primary); }

.rf-rv-helpful.voted { border-color: var(--rf-primary); color: var(--rf-primary); background: var(--rf-primary-soft); cursor: default; }

.rf-rv-more { display: block; margin: 2rem auto 0; background: #fff; border: 1.5px solid var(--rf-navy); color: var(--rf-navy); font-weight: 700; border-radius: 999px; padding: 1rem 2.6rem; font-size: 1.4rem; cursor: pointer; }

.rf-rv-more:hover { background: var(--rf-navy); color: #fff; }

.rf-rv-empty { text-align: center; padding: 3rem 1rem; color: var(--rf-muted); border: 1px dashed var(--rf-border); border-radius: var(--rf-radius); }

.rf-rv-empty i { font-size: 3rem; display: block; margin-bottom: 1rem; color: #ffb400; }

/* Write-a-review form */

.rf-rv-form { background: var(--rf-surface); border: 1px solid var(--rf-border); border-radius: var(--rf-radius); padding: 2.4rem; margin-bottom: 2.4rem; box-shadow: var(--rf-shadow); }

.rf-rv-form-title { font-size: 1.7rem; font-weight: 700; margin: 0 0 1.6rem; color: var(--rf-ink); }

.rf-rv-field { margin-bottom: 1.6rem; }

.rf-rv-field > label { display: block; font-weight: 600; font-size: 1.35rem; margin-bottom: .6rem; color: var(--rf-ink); }

.rf-rv-req { color: #e5484d; }

.rf-rv-field input[type="text"], .rf-rv-field input[type="email"], .rf-rv-field textarea, .rf-rv-field select { width: 100%; border: 1.5px solid var(--rf-border); border-radius: var(--rf-radius-sm); padding: 1.1rem 1.3rem; font-size: 1.4rem; background: #fff; color: var(--rf-ink); }

.rf-rv-field input:focus, .rf-rv-field textarea:focus, .rf-rv-field select:focus { outline: none; border-color: var(--rf-primary); box-shadow: 0 0 0 4px rgba(7, 166, 75, .1); }

.rf-rv-starinput { display: inline-flex; gap: .4rem; }

.rf-rv-star { background: none; border: none; font-size: 2.8rem; line-height: 1; color: #dfe3e8; cursor: pointer; padding: 0; }

.rf-rv-star.on { color: #ffb400; }

.rf-rv-tagpick { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }

.rf-rv-checks { display: flex; flex-wrap: wrap; gap: .6rem; }

.rf-rv-check { display: inline-flex; align-items: center; gap: .4rem; font-size: 1.25rem; font-weight: 500; background: var(--rf-bg-soft); border: 1px solid var(--rf-border); border-radius: 999px; padding: .4rem 1rem; cursor: pointer; margin: 0; }

.rf-rv-hint-txt { display: block; color: var(--rf-muted); font-size: 1.2rem; margin-top: .4rem; }

.rf-rv-err { display: block; color: #e5484d; font-size: 1.2rem; margin-top: .4rem; }

.rf-rv-form-actions { display: flex; gap: 1rem; margin-top: .5rem; }

.rf-rv-form-actions .btn-outline { background: #fff; border: 1.5px solid var(--rf-border); color: var(--rf-text); }

@media (max-width: 767px) {
    .rf-rv-summary { grid-template-columns: 1fr; gap: 1.8rem; }

    .rf-rv-proscons, .rf-rv-tagpick, .rf-rv-row2 { grid-template-columns: 1fr; }
}

/* ========================================================================
   PDP layout: full-width main content, sidebar widgets drop to a band below
   ======================================================================== */

.pdp-fullwidth { flex-wrap: wrap !important; }

.pdp-fullwidth .product-sidebar.right-sidebar { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; float: none !important; position: static !important; order: 2; margin-top: 3rem; padding-top: 3rem; border-top: 1px solid var(--rf-border); }

/* Trust icons: 3 across */

.pdp-fullwidth .widget-icon-box { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }

.pdp-fullwidth .widget-products .product-widget { margin: 0; padding: 1.2rem; border: 1px solid var(--rf-border); border-radius: var(--rf-radius-sm); }

@media (max-width: 991px) {
    .pdp-fullwidth .widget-icon-box { grid-template-columns: 1fr; }
}

/* ========================================================================
   Shared PDP section headings + live stock badge
   ======================================================================== */

.rf-section-title { font-size: 2.1rem; font-weight: 700; color: var(--rf-ink); margin: 0 0 1.6rem; }

.rf-section-head { margin-bottom: 1.6rem; }

.rf-section-head .rf-section-title { margin-bottom: .3rem; }

.rf-section-sub { color: var(--rf-primary); font-size: 1.4rem; margin: 0; }

.rf-stock { display: inline-flex; align-items: center; gap: .6rem; font-weight: 700; font-size: 1.35rem; margin: .2rem 0 1.2rem; padding: .5rem 1.2rem; border-radius: 999px; }

.rf-stock::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }

/* Top Specs */

.rf-topspecs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.4rem; }

.rf-topspec { border: 1px solid var(--rf-border); border-radius: var(--rf-radius-sm); padding: 1.4rem 1.6rem; background: var(--rf-surface); }

.rf-topspec-val { font-weight: 700; font-size: 1.5rem; color: var(--rf-ink); line-height: 1.3; }

.rf-topspec-label { color: var(--rf-muted); font-size: 1.25rem; margin-top: .3rem; }

/* Product Details accordions */

.rf-acc-item { border: 1px solid var(--rf-border); border-radius: var(--rf-radius-sm); margin-bottom: 1rem; overflow: hidden; }

.rf-acc-head { display: flex; justify-content: space-between; align-items: center; padding: 1.4rem 1.8rem; font-weight: 700; font-size: 1.5rem; color: var(--rf-ink); cursor: pointer; list-style: none; background: var(--rf-bg-soft); }

.rf-acc-head::-webkit-details-marker { display: none; }

.rf-acc-caret { transition: transform .2s; color: var(--rf-muted); font-size: 1.3rem; }

details[open] > .rf-acc-head .rf-acc-caret { transform: rotate(180deg); }

.rf-acc-body { padding: 0 1.8rem; }

.rf-spec-table { width: 100%; border-collapse: collapse; }

.rf-spec-table th, .rf-spec-table td { text-align: left; padding: 1.1rem 0; border-bottom: 1px solid var(--rf-border-soft); font-size: 1.4rem; vertical-align: top; }

.rf-spec-table th { width: 42%; font-weight: 600; color: var(--rf-muted); padding-right: 1.5rem; }

.rf-spec-table td { color: var(--rf-ink); }

.rf-spec-table tr:last-child th, .rf-spec-table tr:last-child td { border-bottom: 0; }

/* Description */

.rf-desc-body { color: var(--rf-text); font-size: 1.45rem; line-height: 1.7; }

.rf-desc-body h1, .rf-desc-body h2, .rf-desc-body h3, .rf-desc-body h4 { color: var(--rf-ink); margin: 1.6rem 0 .8rem; }

/* Refubly Trust panel (PDP).
   NOTE: named .rf-trustpanel, not .rf-trust — the homepage trust bar already
   owns .rf-trust for its <li> items, and those rules (display:flex, and a
   descendant icon size) were cascading into this section. */

.rf-trustpanel { background: var(--rf-bg-soft); border: 1px solid var(--rf-border); border-radius: var(--rf-radius); padding: 2.8rem; }

.rf-trustpanel > .rf-section-title { text-align: center; margin-bottom: 2.2rem; }

.rf-trust-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.6rem; }

.rf-trust-card { display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--rf-surface); border: 1px solid var(--rf-border); border-radius: var(--rf-radius); padding: 2.4rem 1.2rem; transition: box-shadow .25s, transform .25s, border-color .25s; }

.rf-trust-card:hover { box-shadow: var(--rf-shadow-hover); transform: translateY(-4px); border-color: transparent; }

.rf-trust-icon { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; border-radius: 50%; background: var(--rf-navy); color: #fff; font-size: 2.3rem; margin-bottom: 1.3rem; box-shadow: 0 8px 18px rgba(13, 27, 61, .22); }

.rf-trust-val { font-weight: 800; font-size: 1.8rem; color: var(--rf-ink); line-height: 1.15; }

.rf-trust-label { color: var(--rf-muted); font-size: 1.3rem; margin-top: .4rem; }

@media (max-width: 991px) {
    .rf-trustpanel { padding: 2rem; }

    .rf-trust-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 575px) {
    .rf-trust-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }

    .rf-trust-icon { width: 54px; height: 54px; font-size: 2rem; }
}

/* Why Choose Refubly */

.rf-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }

.rf-why-play { position: absolute; inset: 0; margin: auto; width: 54px; height: 54px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--rf-navy); display: flex; align-items: center; justify-content: center; font-size: 1.7rem; }

.rf-why-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.2rem 1.4rem; color: #fff; background: linear-gradient(transparent, rgba(0, 0, 0, .65)); font-weight: 600; font-size: 1.3rem; }

@media (max-width: 767px) {
    .rf-why-grid { grid-template-columns: 1fr; }
}

/* ══════════════════════════════════════════════════════════════════════════
   PDP REFRESH — spacing, rhythm and alignment pass
   Loaded after the Wolmart theme, so these are the last word on the product
   page. The aim is the clean editorial layout of the reference: one type
   scale, one gap scale, everything on a shared left edge.
   NOTE: theme sets html{font-size:62.5%} → 1rem = 10px.
   ══════════════════════════════════════════════════════════════════════════ */

.product-single {
    --pdp-gap: 1.6rem;
    --pdp-gap-lg: 2.8rem;
    row-gap: var(--pdp-gap-lg);
}

/* ── Gallery ───────────────────────────────────────────────────────────── */

.product-single .product-gallery {
    position: sticky;
    top: 9rem;
}

.product-single .product-gallery .product-single-swiper {
    border: 1px solid var(--rf-border);
    border-radius: 1.6rem;
    background: #fff;
    padding: 2.4rem;
}

.product-single .product-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* The zoom trigger reads as a quiet affordance, not a floating button. */

.product-single .product-gallery-btn {
    top: 1.6rem;
    right: 1.6rem;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--rf-bg-soft);
    color: var(--rf-ink);
    border: 1px solid var(--rf-border);
    transition: background .2s, color .2s;
}

.product-single .product-gallery-btn:hover {
    background: var(--rf-ink);
    color: #fff;
    border-color: var(--rf-ink);
}

.product-single .product-thumbs-wrap {
    margin-top: 1.2rem;
}

.product-single .product-thumb {
    border-radius: 1rem;
    border: 1.5px solid var(--rf-border);
    padding: .6rem;
    background: #fff;
}

.product-single .product-thumb img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.product-single .product-title {
    font-family: var(--rf-font-heading);
    font-size: clamp(2.2rem, 1.7rem + 1.3vw, 3rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.22;
    color: var(--rf-ink);
}

.product-single .product-divider {
    margin: .4rem 0;
    border: 0;
    border-top: 1px solid var(--rf-border);
}

.pdp-badges {
    margin: 0;
    gap: .7rem;
}

.product-single .price-block .save-line {
    flex-basis: 100%;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    width: auto;
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--rf-success);
}

.product-single .price-block .save-line::before {
    content: "\f02b";           /* fa-tag */
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2rem;
}

/* ── Live buy-box notices ──────────────────────────────────────────────────
   These carry the "choose a size first" / "not sold here" messages. They used
   to live inside .product-price, which is a baseline-aligned flex row in the
   36px price type — the hint rendered as a giant line that overflowed the
   card. Own block, own scale, wrapping text.                                */

.pdp-notice {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    margin: 0;
    padding: 1.1rem 1.4rem;
    border-radius: var(--rf-radius-sm);
    border: 1px solid transparent;
    font-size: 1.35rem;
    font-weight: 500;
    line-height: 1.5;
    /* The theme's price rules cascade into anything nearby; pin the basics. */
    letter-spacing: 0;
    text-transform: none;
    white-space: normal;
    overflow-wrap: anywhere;
}

.pdp-notice i,
.pdp-notice::before {
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1.4;
}

.pdp-notice--hint {
    color: #7a4d00;
    background: #fff8e8;
    border-color: #ffe3a8;
}

.pdp-notice--hint::before {
    content: "\f05a";           /* fa-info-circle */
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free";
    font-weight: 900;
    color: #c98a00;
}

.pdp-notice--warn {
    color: #9a2820;
    background: #fdecec;
    border-color: #f7c8c4;
}

.pdp-notice--warn i {
    color: #d0342c;
}

/* The old bare .vsel-oos / .js-variant-note styling is superseded. */

.product-single .vsel-oos {
    font-size: 1.35rem;
    font-weight: 600;
}

/* ── Stock pill ────────────────────────────────────────────────────────── */

.product-single .rf-stock {
    align-self: flex-start;
    margin: 0;
}

/* ── Short description ─────────────────────────────────────────────────── */

.product-single .product-short-desc {
    font-size: 1.45rem;
    line-height: 1.7;
    color: var(--rf-text);
}

.product-single .product-short-desc ul {
    margin: 0;
    padding-left: 1.8rem;
    list-style: disc outside;
}

.product-single .product-short-desc li {
    margin-bottom: .5rem;
}

/* ── Key specs summary (the reference's Brand / Size / Weight rows) ────── */

.pdp-highlights {
    margin: 0;
    border: 1px solid var(--rf-border);
    border-radius: var(--rf-radius);
    background: var(--rf-surface);
    overflow: hidden;
}

.pdp-hl-title {
    margin: 0;
    padding: 1.2rem 1.6rem;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--rf-muted);
    background: var(--rf-bg-soft);
    border-bottom: 1px solid var(--rf-border);
}

.pdp-hl-grid {
    display: block;
    padding: .4rem 1.6rem;
}

.pdp-hl {
    display: grid;
    grid-template-columns: minmax(9rem, 34%) 1fr;
    align-items: baseline;
    gap: 1.6rem;
    padding: 1.1rem 0;
    border: 0;
    border-bottom: 1px solid var(--rf-border-soft);
    background: none;
}

.pdp-hl:last-child {
    border-bottom: 0;
}

.pdp-hl-label {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--rf-muted);
}

.pdp-hl-value {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--rf-ink);
    line-height: 1.5;
}

.vsel-group {
    margin-bottom: 0;
}

.vsel-label {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: .9rem;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--rf-muted);
}

.vsel-options {
    gap: .9rem;
}

.vsel-option {
    padding: 1rem 1.7rem;
    border: 1.5px solid var(--rf-border);
    border-radius: 999px;
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--rf-ink);
    background: #fff;
    transition: border-color .18s, background .18s, color .18s, box-shadow .18s;
}

.vsel-option:hover:not(.vsel-disabled) {
    border-color: var(--rf-ink);
    color: var(--rf-ink);
}

.vsel-option.vsel-selected {
    background: var(--rf-ink);
    border-color: var(--rf-ink);
    color: #fff;
    box-shadow: 0 4px 12px rgba(13, 27, 61, .18);
}

/* Unavailable combinations are struck through, not just faded — dimming
   alone read as "loading" rather than "you cannot have this". */

.vsel-option.vsel-disabled {
    opacity: .45;
    color: var(--rf-muted);
    background: var(--rf-bg-soft);
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

/* ── Quantity + add to cart ────────────────────────────────────────────── */

.product-single .product-form {
    display: flex;
    align-items: stretch;
    gap: 1.2rem;
    padding: 0;
    max-width: none;
}

.product-single .product-qty-form {
    flex: 0 0 auto;
    margin: 0;
}

.product-single .product-qty-form .quantity {
    width: 5.4rem;
    height: 100%;
    border: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--rf-ink);
    background: transparent;
}

.product-single .product-qty-form button {
    width: 3.6rem;
    color: var(--rf-muted);
    background: transparent;
    border: 0;
    transition: color .18s;
}

.product-single .product-qty-form button:hover:not(:disabled) {
    color: var(--rf-ink);
}

.product-single .product-qty-form button:disabled {
    opacity: .35;
    cursor: not-allowed;
}

.product-single .btn-cart {
    flex: 1 1 auto;
    min-height: 5rem;
    padding-inline: 2.8rem;
    border-radius: 999px;
    background: var(--rf-primary);
    border-color: var(--rf-primary);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .01em;
    box-shadow: 0 6px 18px rgba(5, 128, 58, .22);
    transition: background .2s, box-shadow .2s, transform .12s;
}

.product-single .btn-cart:hover:not(:disabled),
.product-single .btn-cart:focus:not(:disabled) {
    background: var(--rf-primary-dark);
    border-color: var(--rf-primary-dark);
    box-shadow: 0 8px 22px rgba(5, 128, 58, .28);
}

.product-single .btn-cart:active:not(:disabled) {
    transform: translateY(1px);
}

/* A disabled CTA has to look unavailable, or shoppers click it and think the
   page is broken. It is disabled whenever a choice is still outstanding. */

.product-single .btn-cart:disabled {
    background: var(--rf-border);
    border-color: var(--rf-border);
    color: var(--rf-muted);
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

/* ── Trust strip ───────────────────────────────────────────────────────── */

.pdp-trust {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.8rem;
    margin: 0;
    padding: 1.8rem;
    list-style: none;
    border: 1px solid var(--rf-border);
    border-radius: var(--rf-radius);
    background: var(--rf-bg-soft);
}

.pdp-trust li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0;
    border: 0;
    font-size: 1.3rem;
    line-height: 1.4;
    color: var(--rf-text);
}

.pdp-trust i {
    font-size: 2rem;
    color: var(--rf-primary);
}

/* ── Share row ─────────────────────────────────────────────────────────── */

.product-single .social-links-wrapper {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin: 0;
    padding-top: .4rem;
}

.product-single .btn-wishlist {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    border: 1px solid var(--rf-border);
    color: var(--rf-muted);
    transition: color .18s, border-color .18s;
}

.product-single .btn-wishlist.added {
    color: #e0393e;
    border-color: #e0393e;
}

.rf-section-title {
    font-family: var(--rf-font-heading);
    font-size: clamp(1.9rem, 1.6rem + .7vw, 2.3rem);
    font-weight: 700;
    letter-spacing: -.02em;
}

.rf-section-sub {
    color: var(--rf-muted);
    font-size: 1.35rem;
}

/* Specs table reads as data, so the value column gets the ink. */

.rf-acc-item {
    border-radius: var(--rf-radius-sm);
}

.rf-spec-table th {
    width: 38%;
    font-weight: 600;
}

/* ── Responsive ────────────────────────────────────────────────────────── */

@media (max-width: 991px) {
    .product-single .product-gallery {
            position: static;
        }

    .product-single .product-gallery .product-single-swiper {
            padding: 1.6rem;
        }
}

@media (max-width: 575px) {
    .product-single {
            --pdp-gap: 1.4rem;
        }

    .pdp-trust {
            grid-template-columns: 1fr;
            padding: 1.4rem 1.6rem;
        }

    .pdp-hl {
            grid-template-columns: 1fr;
            gap: .3rem;
        }

    .product-single .product-form {
            flex-wrap: wrap;
        }

    .product-single .btn-cart {
            flex-basis: 100%;
        }
}

.product-single .product-qty-form .quantity::-webkit-outer-spin-button,
.product-single .product-qty-form .quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-single .product-qty-form .vsel-qty-minus,
.product-single .product-qty-form .vsel-qty-plus {
    /* The theme absolutely positions its own steppers; these are in flow. */
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--rf-muted);
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}

.product-single .product-qty-form .vsel-qty-minus { order: 1; }

.product-single .product-qty-form .vsel-qty-plus { order: 3; }

.product-single .product-qty-form .vsel-qty-minus:hover:not(:disabled),
.product-single .product-qty-form .vsel-qty-plus:hover:not(:disabled) {
    background: var(--rf-bg-soft);
    color: var(--rf-ink);
}

.product-single .product-qty-form .vsel-qty-minus:disabled,
.product-single .product-qty-form .vsel-qty-plus:disabled {
    opacity: .3;
    cursor: not-allowed;
}

.product-sticky-content.fixed .product-qty-form,
.product-sticky-content.fixed .btn-cart {
    flex: 0 0 auto;
}

/* A pinned bar has no room for "Select Upgrade Solid State Drive"; the label
   is capped and the full sentence stays in the tooltip and the buy-box hint. */

.product-single .btn-cart {
    max-width: 100%;
    overflow: hidden;
}

.product-single .btn-cart > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-sticky-content.fixed .btn-cart {
    min-width: 18rem;
    max-width: 26rem;
    padding-inline: 2rem;
}

@media (max-width: 767px) {
    .product-sticky-content.fixed .btn-cart {
            flex: 1 1 auto;
            min-width: 0;
            max-width: none;
        }
}

/* ══════════════════════════════════════════════════════════════════════════
   Quantity stepper + buy-row corrections
   ══════════════════════════════════════════════════════════════════════════ */
/* The theme's `w-icon-plus` / `w-icon-minus` glyphs render as hairlines at
   14px against a muted grey — on screen the stepper looked like an empty pill
   with a stray number in it. Real characters, at a real weight. */

.product-single .product-qty-form .vsel-qty-minus i,
.product-single .product-qty-form .vsel-qty-plus i {
    display: none;
}

.product-single .product-qty-form .vsel-qty-minus::before,
.product-single .product-qty-form .vsel-qty-plus::before {
    font-family: var(--rf-font);
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1;
    color: inherit;
}

.product-single .product-qty-form .vsel-qty-minus::before { content: "\2212"; }

/* − */

.product-single .product-qty-form .vsel-qty-plus::before  { content: "\002B"; }

/* + */

.product-single .product-qty-form .vsel-qty-minus,
.product-single .product-qty-form .vsel-qty-plus {
    color: var(--rf-ink);
}

/* ── Assurance strip: even columns, aligned icons ──────────────────────── */

.pdp-trust {
    gap: 1.4rem 2rem;
    padding: 1.6rem 1.8rem;
}

.pdp-trust li {
    align-items: center;
    gap: .9rem;
}

/* The four glyphs have very different intrinsic widths, so the labels never
   started on the same x. A fixed box fixes the column. */

.pdp-trust i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    flex: 0 0 2.4rem;
    font-size: 1.8rem;
}

.pdp-trust li > span {
    min-width: 0;
}

/* The theme centres its own steppers with `top:50%` + `translateY(-50%)`
   because they are absolutely positioned. These are in flow, so the transform
   was lifting them 23px clear of the pill — which has overflow:hidden, so
   both buttons were simply clipped away and the control looked like an empty
   box with a number in it. */

.product-single .product-qty-form .vsel-qty-minus,
.product-single .product-qty-form .vsel-qty-plus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
}

/* ══════════════════════════════════════════════════════════════════════════
   Assurance strip + CTA label alignment
   ══════════════════════════════════════════════════════════════════════════ */
/* The four assurance points read as a card of quiet facts, not a grey slab.
   Each is a fixed icon chip plus two lines, so all four labels start on the
   same x and the rows are the same height whether the text wraps or not. */

.pdp-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    background: var(--rf-surface);
    border: 1px solid var(--rf-border);
    border-radius: var(--rf-radius);
    overflow: hidden;
}

.pdp-trust li {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    padding: 1.4rem 1.6rem;
    border-right: 1px solid var(--rf-border-soft);
    border-bottom: 1px solid var(--rf-border-soft);
}

/* No rules on the outer edges of the 2×2. */

.pdp-trust li:nth-child(2n) { border-right: 0; }

.pdp-trust li:nth-last-child(-n+2) { border-bottom: 0; }

.pdp-trust i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.4rem;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 50%;
    background: var(--rf-primary-soft);
    color: var(--rf-primary);
    font-size: 1.5rem;
}

.pdp-trust li > span {
    display: flex;
    flex-direction: column;
    min-width: 0;
    font-size: 1.25rem;
    line-height: 1.35;
    color: var(--rf-muted);
}

/* "32-Point" leads, "Quality Check" is the caption under it. */

.pdp-trust strong {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--rf-ink);
}

@media (max-width: 575px) {
    .pdp-trust { grid-template-columns: 1fr; }

    .pdp-trust li { border-right: 0; }

    .pdp-trust li:nth-last-child(-n+2) { border-bottom: 1px solid var(--rf-border-soft); }

    .pdp-trust li:last-child { border-bottom: 0; }
}

/* Cart icon and label on one baseline. The button is a flex row, so the icon
   stops sitting above the text when the label is long enough to wrap. */

.product-single .btn-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    white-space: nowrap;
}

.product-single .btn-cart i {
    flex: 0 0 auto;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1;
}

.product-single .btn-cart > span {
    line-height: 1;
}

/* "See all specifications" link under the Highlights summary. */

.pdp-hl-more {
    display: block;
    padding: 1.1rem 1.6rem;
    border-top: 1px solid var(--rf-border);
    background: var(--rf-bg-soft);
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--rf-primary);
}

.pdp-hl-more:hover {
    background: var(--rf-primary-soft);
    color: var(--rf-primary-dark);
}

/* ══════════════════════════════════════════════════════════════════════════
   Gallery zoom + price typography corrections
   ══════════════════════════════════════════════════════════════════════════ */

/* jquery.zoom drops a magnified copy over the figure. It was inheriting the
   gallery's `mix-blend-mode: multiply` (which is there to sink white product
   backgrounds into the card), so the zoomed copy multiplied against the
   original still sitting underneath — the result read as a washed-out double
   exposure rather than a zoom. The overlay renders normally, on white. */
.product-single .product-image .zoomImg {
    mix-blend-mode: normal !important;
    background: #fff;
}

/* While zoomed, the original underneath has nothing to blend with either. */
.product-single .product-image:hover img:not(.zoomImg) {
    mix-blend-mode: normal;
}

/* ── Prices ────────────────────────────────────────────────────────────────
   The theme styles .product-price in Poppins at letter-spacing:-1.5px. Poppins
   is not one of the site's fonts (it is a leftover from the Wolmart demo) and
   at 13.5px that tracking crushes the characters together — which is why
   "You save ₹84,001.00 (69% off)" was unreadable. Prices use the body font
   with tabular figures so the digits line up column-wise.               */
.product-single .product-price,
.product-single .product-price .new-price,
.product-single .price-block .old-price,
.product-single .price-block .save-line {
    font-family: var(--rf-font);
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}

.product-single .product-price .new-price {
    font-size: clamp(2.6rem, 2rem + 1.4vw, 3.4rem);
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.product-single .price-block .old-price {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    color: var(--rf-muted);
}

.product-single .price-block .save-line {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    color: var(--rf-success);
}

/* ── Sustainability line under the price ("Saves ~70kg CO₂ · Learn how") ── */
.rf-eco { display: flex; align-items: center; gap: 1.2rem; margin: 0; padding: .8rem 1.4rem; border: 1px solid #cfe9d8; border-radius: 1.2rem; background: linear-gradient(90deg, #ecf8f0, #f6fcf8); flex: 1 1 26rem; max-width: 46rem; }
.rf-eco__icon { flex: 0 0 3.6rem; width: 3.6rem; height: 3.6rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #d8f0e1; color: var(--rf-success, #07a64b); font-size: 1.6rem; }
.rf-eco__body { display: flex; flex-direction: column; line-height: 1.25; min-width: 0; }
.rf-eco__title { font-size: 1.5rem; font-weight: 700; color: #14532d; letter-spacing: 0; }
.rf-eco__sub { font-size: 1.2rem; color: #4b5563; }
.rf-eco__link { margin-left: auto; white-space: nowrap; font-size: 1.3rem; font-weight: 700; color: var(--rf-success, #07a64b); text-decoration: none; }
.rf-eco__link:hover { text-decoration: underline; }
@media (max-width: 479px) { .rf-eco { flex-wrap: wrap; } .rf-eco__link { margin-left: 4.8rem; } }

/* ── PDP action row: share menu · wishlist heart · CO₂ saving ─────────── */
.rf-pdp-actions { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin: 1.2rem 0 1.6rem; }
.product-single .rf-pdp-iconbtn { display: inline-flex; align-items: center; justify-content: center; width: 4.4rem; height: 4.4rem; border-radius: 50%; border: 1px solid var(--rf-border, #e1e1e1); background: #fff; color: var(--rf-muted, #666); font-size: 1.6rem; cursor: pointer; transition: color .18s, border-color .18s, background .18s; padding: 0; }
.product-single .rf-pdp-iconbtn:hover, .product-single .rf-pdp-iconbtn[aria-expanded="true"] { color: var(--rf-primary, #07a64b); border-color: var(--rf-primary, #07a64b); }
.product-single .btn-wishlist.added { color: #e0393e; border-color: #e0393e; }
.product-single .btn-wishlist .w-icon-heart, .product-single .btn-wishlist .w-icon-heart-full { font-size: 1.8rem; line-height: 1; }
.product-single .btn-wishlist span:empty { display: none; }
.rf-share { position: relative; }
.rf-share__menu { position: absolute; top: calc(100% + .6rem); left: 0; z-index: 30; min-width: 18rem; padding: .5rem; background: #fff; border: 1px solid #e3e6ea; border-radius: 1.2rem; box-shadow: 0 1.2rem 3rem rgba(15, 23, 42, .16); }
.rf-share__item { display: flex; align-items: center; gap: 1rem; width: 100%; padding: .8rem 1rem; border: 0; background: none; border-radius: .8rem; color: #222; font-size: 1.35rem; font-weight: 600; text-decoration: none; cursor: pointer; text-align: left; }
.rf-share__item:hover { background: #f3f5f8; color: #111; }
.rf-share__item i { width: 2rem; text-align: center; font-size: 1.5rem; }
.rf-share__item[data-share="whatsapp"] i { color: #25d366; }
.rf-share__item[data-share="facebook"] i { color: #1877f2; }
.rf-share__item[data-share="linkedin"] i { color: #0a66c2; }
.rf-share__item[data-share="pinterest"] i { color: #e60023; }
@media (max-width: 575px) { .rf-eco { flex: 1 1 100%; order: 3; } }
