/* Trend Store — Salla Custom CSS | v1.2.0 */

/* الهوية: خمري داكن، ذهبي كريمي، وخلفيات عاجية هادئة */


      #trend-size-trigger,
      #trend-size-drawer,
      #trend-size-panel,
      #lux-sizes,
      #lux-dynamic-panel,
      #luxFitModal {
        display: none !important;
        visibility: hidden !important;
      }

      :root {
        --bsf-primary: #7a0613;
        --bsf-primary-dark: #570008;
        --bsf-primary-soft: #fbf4e7;
        --bsf-primary-soft-2: #f2e3c6;
        --bsf-black: #181414;
        --bsf-ink: #292222;
        --bsf-muted: #776e6c;
        --bsf-line: #e7dbc7;
        --bsf-soft: #fdfaf4;
        --bsf-white: #ffffff;
      }

      #trend-size-trigger-v11,
      #trend-size-drawer-v11,
      #trend-size-panel-v11,
      #lux-sizes-v11 {
        box-sizing: border-box;
        font-family: inherit;
      }

      #trend-size-trigger-v11 *,
      #trend-size-drawer-v11 *,
      #trend-size-panel-v11 *,
      #lux-sizes-v11 * {
        box-sizing: border-box;
      }

      #trend-size-trigger-v11 {
        width: 100%;
        min-height: 42px;
        margin: 8px 0 12px;
        padding: 7px 10px;
        border: 1px solid #e4e4e4;
        border-radius: 10px;
        background: #fff;
        color: #171717;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        cursor: pointer;
        font: inherit;
        line-height: 1.25;
        box-shadow: none;
        transition: background .18s ease, border-color .18s ease;
      }
      #trend-size-trigger-v11::before { display: none !important; content: none !important; }
      #trend-size-trigger-v11:hover { background: #fdfaf4; border-color: #d7bd8d; box-shadow: none; transform: none; }
      #trend-size-trigger-v11:active { background: #f6f6f6; transform: none; }
      #trend-size-trigger-v11 .bsf-trigger-icon { width: 27px; height: 27px; flex: 0 0 27px; border: 1px solid #ddc69b; border-radius: 8px; background: #fbf4e7; display: grid; place-items: center; box-shadow: none; }
      #trend-size-trigger-v11 .bsf-trigger-icon svg { width: 18px; height: 18px; color: #7a0613; }
      #trend-size-trigger-v11 .bsf-trigger-copy { min-width: 0; display: flex; align-items: center; text-align: start; }
      #trend-size-trigger-v11 .bsf-trigger-copy strong { color: #171717; font-size: 12.5px; font-weight: 800; line-height: 1.35; }
      #trend-size-trigger-v11 .bsf-trigger-copy small,
      #trend-size-trigger-v11 .bsf-trigger-arrow { display: none !important; }

      #trend-size-drawer-v11 {
        position: fixed;
        inset: 0;
        z-index: 2147483000;
        display: none;
        direction: rtl;
      }

      #trend-size-drawer-v11.is-open { display: block; }

      #trend-size-drawer-v11 .bsf-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(35, 27, 24, .48);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        opacity: 0;
        transition: opacity .28s ease;
      }

      #trend-size-drawer-v11 .bsf-sheet {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(430px, 100%);
        background: #fff;
        overflow: hidden;
        box-shadow: 0 0 40px rgba(37, 27, 23, .22);
        transform: translateX(-105%);
        transition: transform .3s cubic-bezier(.22, .75, .28, 1);
        display: flex;
        flex-direction: column;
      }

      #trend-size-drawer-v11.is-visible .bsf-backdrop { opacity: 1; }
      #trend-size-drawer-v11.is-visible .bsf-sheet { transform: translateX(0); }

      .bsf-head {
        flex: 0 0 auto;
        min-height: 104px;
        padding: 20px 54px 16px;
        background: linear-gradient(180deg, #ffffff 0%, #faf3e6 100%);
        text-align: center;
        position: relative;
        border-bottom: 3px solid var(--bsf-primary);
      }

      .bsf-close {
        position: absolute;
        top: 18px;
        left: 18px;
        width: 32px;
        height: 32px;
        border: 0;
        padding: 0;
        background: transparent;
        color: #7a6d65;
        cursor: pointer;
        display: grid;
        place-items: center;
      }

      .bsf-close svg { width: 23px; height: 23px; }
      .bsf-brand { font-size: 10px; font-weight: 900; letter-spacing: 3px; color: var(--bsf-black); margin-bottom: 1px; }
      .bsf-head h2 { margin: 0; color: var(--bsf-black); font-size: 21px; font-weight: 850; line-height: 1.35; }
      .bsf-head p { margin: 4px 0 0; color: var(--bsf-muted); font-size: 12px; line-height: 1.55; }

      .bsf-scroll {
        flex: 1 1 auto;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 18px 18px 28px;
        scrollbar-width: thin;
        scrollbar-color: #d8c9bf transparent;
      }

      .bsf-figure-card {
        margin-top: 0;
        min-height: 278px;
        border: 1px solid var(--bsf-line);
        border-radius: 13px;
        background: linear-gradient(145deg, var(--bsf-primary-soft), #fdfaf4);
        overflow: hidden;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 44%;
        align-items: center;
        padding: 16px 16px 12px;
      }

      .bsf-figure-copy { align-self: center; }
      .bsf-step { margin: 0 0 12px; color: var(--bsf-black); }
      .bsf-step:last-child { margin-bottom: 0; }
      .bsf-step-title { display: flex; align-items: center; gap: 7px; font-size: 13.5px; font-weight: 800; }
      .bsf-step-num { width: 20px; height: 20px; border-radius: 50%; background: var(--bsf-black); color: #f1aaa6; display: inline-grid; place-items: center; font-size: 11px; font-weight: 900; box-shadow: 0 0 0 2px #efd5d3; }
      .bsf-step p { margin: 2px 27px 0 0; color: var(--bsf-muted); font-size: 11px; line-height: 1.5; }

      .bsf-model-wrap { height: 225px; display: grid; place-items: center; position: relative; }
      .bsf-model-wrap img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
      .bsf-model-fallback { display: none; width: 100%; height: 100%; place-items: center; color: #b08774; }
      .bsf-model-fallback svg { width: 90px; height: 190px; }
      .bsf-garment-visual { color: #8c7364; }
      .bsf-garment-visual svg { width: min(132px, 100%); height: 205px; }
      .bsf-figure-card[data-guide-visual="blouse"],
      .bsf-figure-card[data-guide-visual="skirt"] { min-height: 245px; }

      .bsf-form-title {
        margin: 16px 0 7px;
        padding-bottom: 8px;
        border-bottom: 1px solid var(--bsf-line);
        color: var(--bsf-black);
        font-size: 14px;
        font-weight: 800;
      }

      .bsf-unit-switch {
        display: inline-flex;
        gap: 2px;
        padding: 2px;
        margin-bottom: 9px;
        border-radius: 8px;
        background: var(--bsf-primary-soft-2);
      }

      .bsf-unit-switch button {
        border: 0;
        border-radius: 6px;
        background: transparent;
        color: #857972;
        padding: 5px 10px;
        font: inherit;
        font-size: 11px;
        font-weight: 700;
        cursor: pointer;
      }

      .bsf-unit-switch button.is-active { background: var(--bsf-black); color: #fff; box-shadow: 0 1px 5px rgba(0, 0, 0, .16); }
      .bsf-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
      .bsf-fields.bsf-fields-1 { grid-template-columns: minmax(0, 1fr); }
      .bsf-field label { display: flex; align-items: center; gap: 6px; color: var(--bsf-ink); font-size: 12px; font-weight: 800; margin-bottom: 6px; }
      .bsf-dot { width: 7px; height: 7px; border-radius: 2px; background: var(--bsf-primary); }
      .bsf-field:nth-child(2) .bsf-dot { background: var(--bsf-black); }
      .bsf-field:nth-child(3) .bsf-dot { background: var(--bsf-primary); }
      .bsf-input-wrap { position: relative; }
      .bsf-input-wrap input {
        width: 100%;
        height: 49px;
        border: 1px solid var(--bsf-line);
        border-radius: 10px;
        background: #fff;
        color: var(--bsf-ink);
        padding: 9px 47px 9px 13px;
        outline: 0;
        font: inherit;
        font-size: 16px;
        font-weight: 750;
        direction: ltr;
        text-align: right;
        transition: border-color .2s ease, box-shadow .2s ease;
      }

      .bsf-input-wrap input:focus { border-color: var(--bsf-primary); box-shadow: 0 0 0 3px rgba(189, 102, 98, .12); }
      .bsf-input-wrap span { position: absolute; top: 50%; left: 12px; transform: translateY(-50%); color: #a29790; font-size: 11px; pointer-events: none; }

      .bsf-calc {
        width: 100%;
        min-height: 48px;
        margin-top: 13px;
        border: 0;
        border-radius: 10px;
        background: linear-gradient(135deg, #201b1b, #0f0d0d);
        color: #fff;
        font: inherit;
        font-size: 15px;
        font-weight: 800;
        cursor: pointer;
        box-shadow: 0 7px 17px rgba(0, 0, 0, .16);
        border-bottom: 3px solid var(--bsf-primary);
      }

      .bsf-error { min-height: 19px; margin: 5px 2px 0; color: #b13e36; font-size: 11px; }
      .bsf-result { display: none; margin-top: 11px; }
      .bsf-result.is-visible { display: block; animation: bsf-rise .32s ease both; }
      @keyframes bsf-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

      .bsf-result-card {
        border-radius: 13px;
        padding: 17px 15px;
        color: #fff;
        text-align: center;
        background: linear-gradient(145deg, var(--bsf-black), #2a2a2a);
        box-shadow: 0 9px 22px rgba(0, 0, 0, .2);
      }

      .bsf-result-size { font-size: 47px; line-height: 1; font-weight: 800; direction: ltr; color: var(--bsf-primary); }
      .bsf-result-card > p { margin: 9px 0 10px; font-size: 12px; font-weight: 700; }
      .bsf-result-note { border-top: 1px solid rgba(255, 255, 255, .22); padding-top: 10px; font-size: 11px; line-height: 1.6; }

      .bsf-result-table-wrap { margin-top: 11px; border: 1px solid #e0d6cf; border-radius: 11px; overflow-x: auto; background: #fff; }
      .bsf-result-table-title { padding: 9px 11px; color: #413630; background: #f8f3ef; font-size: 12px; font-weight: 800; border-bottom: 1px solid #e6ddd7; }
      .bsf-result-table { border-collapse: collapse; width: 100%; min-width: 570px; text-align: center; direction: rtl; }
      .bsf-result-table th, .bsf-result-table td { border-inline-start: 1px solid #eee6e1; border-bottom: 1px solid #eee6e1; padding: 7px 5px; font-size: 10px; white-space: nowrap; }
      .bsf-result-table th:first-child, .bsf-result-table td:first-child { position: sticky; right: 0; z-index: 1; background: #faf7f4; font-weight: 800; }
      .bsf-result-table th { background: var(--bsf-black); color: #fff; }
      .bsf-result-table .is-rec { background: var(--bsf-primary); color: #fff; font-weight: 800; }
      .bsf-result-table tr:last-child td { border-bottom: 0; }

      .bsf-save-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 11px; color: #948981; font-size: 10px; }
      .bsf-save-row button { border: 1px solid #d7ccc5; border-radius: 7px; background: #fff; color: #50443e; padding: 6px 10px; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }

      #trend-size-panel-v11 {
        display: none;
        margin: 13px 0 18px;
        padding: 15px;
        border: 1px solid var(--bsf-line);
        border-radius: 14px;
        background: linear-gradient(145deg, #fff, var(--bsf-soft));
        color: var(--bsf-ink);
        direction: rtl;
        box-shadow: 0 7px 20px rgba(59, 42, 34, .06);
      }

      #trend-size-panel-v11.is-visible { display: block; animation: bsf-rise .28s ease both; }
      .bsf-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
      .bsf-panel-head h3 { margin: 0; font-size: 14px; font-weight: 800; }
      .bsf-panel-size { display: inline-flex; align-items: center; justify-content: center; min-width: 48px; min-height: 31px; border-radius: 8px; border: 2px solid var(--bsf-primary); background: var(--bsf-black); color: #fff; padding: 5px 9px; font-size: 14px; font-weight: 800; direction: ltr; }
      .bsf-panel-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
      .bsf-panel-grid.is-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .bsf-panel-stat { border-radius: 10px; background: #fff; border: 1px solid #eee5df; padding: 10px 6px; text-align: center; }
      .bsf-panel-stat span { display: block; color: #93877f; font-size: 10px; margin-bottom: 3px; }
      .bsf-panel-stat strong { display: block; font-size: 15px; direction: ltr; }
      .bsf-panel-actions { display: flex; gap: 7px; margin-top: 10px; }
      .bsf-panel-actions button { flex: 1; border: 0; border-radius: 8px; background: #f1ebe7; color: #554943; padding: 7px 8px; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }

      #lux-sizes-v11 { width: 100%; padding: 15px 4px; color: #3e332e; direction: rtl; }
      #lux-sizes-v11 .lux-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
      #lux-sizes-v11 h2 { margin: 0; font-size: 18px; font-weight: 800; }
      #lux-sizes-v11 .lux-unit { display: inline-flex; padding: 2px; border-radius: 8px; background: #f4efeb; }
      #lux-sizes-v11 .lux-unit button { border: 0; border-radius: 6px; background: transparent; padding: 6px 10px; color: #7c716a; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
      #lux-sizes-v11 .lux-unit button.is-active { background: var(--bsf-black); color: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.12); }
      #lux-sizes-v11 .lux-table-wrap { overflow-x: auto; border: 1px solid #e5dbd4; border-radius: 12px; }
      #lux-sizes-v11 table { width: 100%; min-width: 510px; border-collapse: collapse; text-align: center; }
      #lux-sizes-v11 th { background: var(--bsf-black); color: #fff; padding: 10px 7px; font-size: 11px; }
      #lux-sizes-v11 td { padding: 9px 7px; border-bottom: 1px solid #eee6e1; color: #514640; font-size: 11px; }
      #lux-sizes-v11 tr:last-child td { border-bottom: 0; }
      #lux-sizes-v11 .lux-open-finder { width: 100%; margin-bottom: 11px; border: 0; border-bottom: 3px solid var(--bsf-primary); border-radius: 9px; background: var(--bsf-black); color: #fff; padding: 10px 12px; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
      #lux-sizes-v11 .lux-note { color: #958981; font-size: 10px; text-align: center; margin: 8px 0 0; }

      @media (max-width: 520px) {
        #trend-size-trigger-v11 { min-height: 40px; margin: 7px 0 10px; padding: 6px 9px; }
        #trend-size-trigger-v11 .bsf-trigger-icon { width: 25px; height: 25px; flex-basis: 25px; }
        #trend-size-trigger-v11 .bsf-trigger-icon svg { width: 17px; height: 17px; }
        #trend-size-trigger-v11 .bsf-trigger-copy strong { font-size: 12px; }
        #trend-size-drawer-v11 .bsf-sheet { width: 100%; }
        .bsf-head { min-height: 90px; padding: 15px 46px 13px; }
        .bsf-head h2 { font-size: 18px; }
        .bsf-scroll { padding: 13px 14px 22px; }
        .bsf-figure-card { min-height: 255px; padding: 12px; grid-template-columns: minmax(0, 1fr) 43%; }
        .bsf-model-wrap { height: 205px; }
        .bsf-step p { font-size: 10px; }
        .bsf-result-size { font-size: 43px; }
      }

      @media (prefers-reduced-motion: reduce) {
        #trend-size-drawer-v11 .bsf-backdrop,
        #trend-size-drawer-v11 .bsf-sheet,
        .bsf-result,
        #trend-size-panel-v11 { transition: none !important; animation: none !important; }
      }
    

section.size-guide.details { display: none !important; }


      html body footer.store-footer:not(#trend-exact-footer),
      html body .store-footer:not(#trend-exact-footer),
      html body footer.salla-footer:not(#trend-exact-footer),
      html body .salla-footer:not(#trend-exact-footer),
      html body salla-footer:not(#trend-exact-footer),
      html body footer:not(#trend-exact-footer),
      html body .trend-native-footer-hidden {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
      }

      html body .trend-recently-viewed-hidden {
        display: none !important;
        visibility: hidden !important;
      }

      .trend-tax-under-price {
        display: block !important;
        width: 100% !important;
        margin: 1px 0 0 !important;
        padding: 0 !important;
        color: #777 !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        text-align: start !important;
        white-space: normal !important;
        opacity: 1 !important;
        visibility: visible !important;
      }

      @media (max-width: 520px) {
        .trend-tax-under-price {
          margin-top: 1px !important;
          font-size: 10px !important;
          line-height: 1.4 !important;
        }
      }

      #trend-smart-proof-wrapper,
      #trend-cart-trust-clean,
      .niceone-clone-bar {
        width: 100% !important;
        box-sizing: border-box !important;
        direction: rtl;
        font-family: inherit;
      }

      #trend-smart-proof-wrapper {
        margin: 15px 0;
      }

      #trend-smart-proof {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }

      .trend-stats-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 12px;
        border: 1px solid #e9ecef;
        border-radius: 50px;
        background: #f8f9fa;
        color: #333;
        font-size: 13px;
        font-weight: 650;
      }

      .trend-stat-item {
        display: flex;
        align-items: center;
        gap: 5px;
      }

      .trend-pulse-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #000;
        animation: trend-proof-pulse 1.5s infinite;
      }

      .trend-divider {
        width: 1px;
        height: 14px;
        margin: 0 10px;
        background: #ccc;
      }

      .trend-val {
        color: #000;
        font-size: 14px;
        font-weight: 850;
      }

      .trend-delivery-estimator {
        width: 100%;
        padding: 12px;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
        color: #111;
        box-shadow: 0 6px 18px rgba(0,0,0,.035);
      }

      .trend-delivery-head {
        display: flex;
        align-items: center;
        gap: 9px;
      }

      .trend-delivery-icon {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        display: grid;
        place-items: center;
        border: 1px solid #e8e8e8;
        border-radius: 9px;
        background: #fff;
        color: #111;
      }

      .trend-delivery-head-copy {
        min-width: 0;
        flex: 1 1 auto;
      }

      .trend-delivery-head-copy strong {
        display: block;
        color: #111;
        font-size: 12.5px;
        font-weight: 850;
        line-height: 1.4;
      }

      .trend-delivery-head-copy small {
        display: block;
        margin-top: 1px;
        color: #6d6d6d;
        font-size: 10px;
        font-weight: 600;
        line-height: 1.45;
      }

      .trend-delivery-badge {
        flex: 0 0 auto;
        margin-inline-start: auto;
        padding: 4px 7px;
        border-radius: 999px;
        background: #111;
        color: #fff;
        font-size: 9.5px;
        font-weight: 800;
        white-space: nowrap;
      }

      .trend-delivery-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        margin-top: 10px;
      }

      .trend-delivery-tab {
        min-width: 0;
        min-height: 36px;
        padding: 7px 6px;
        border: 1px solid #dedede;
        border-radius: 9px;
        background: #fff;
        color: #333;
        font: inherit;
        font-size: 10.5px;
        font-weight: 750;
        line-height: 1.25;
        cursor: pointer;
        transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
      }

      .trend-delivery-tab:hover {
        border-color: #bdbdbd;
        transform: translateY(-1px);
      }

      .trend-delivery-tab.is-active {
        border-color: #111;
        background: #111;
        color: #fff;
      }

      .trend-delivery-fields {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        margin-top: 8px;
      }

      .trend-delivery-field {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 4px;
      }

      .trend-delivery-field[hidden],
      .trend-delivery-fields[hidden] {
        display: none !important;
      }

      .trend-delivery-field > span {
        color: #555;
        font-size: 9.5px;
        font-weight: 750;
      }

      .trend-delivery-field select {
        width: 100%;
        min-width: 0;
        min-height: 40px;
        padding: 7px 9px;
        border: 1px solid #dedede;
        border-radius: 9px;
        background: #fff;
        color: #222;
        outline: none;
        font: inherit;
        font-size: 11px;
        font-weight: 650;
        line-height: 1.3;
        cursor: pointer;
        transition: border-color .2s ease, box-shadow .2s ease;
      }

      .trend-delivery-field select:focus {
        border-color: #111;
        box-shadow: 0 0 0 3px rgba(0,0,0,.06);
      }

      .trend-delivery-result {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        margin-top: 8px;
        padding: 10px 11px;
        border: 1px dashed #bdbdbd;
        border-radius: 10px;
        background: #fff;
      }

      .trend-delivery-result-icon {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #f1f1f1;
        color: #111;
        font-size: 13px;
        font-weight: 900;
      }

      .trend-delivery-result-copy {
        min-width: 0;
        flex: 1 1 auto;
      }

      .trend-delivery-result-copy small {
        display: block;
        color: #777;
        font-size: 9.5px;
        font-weight: 650;
        line-height: 1.3;
      }

      .trend-delivery-result-copy strong {
        display: block;
        margin-top: 2px;
        color: #111;
        font-size: 12.5px;
        font-weight: 900;
        line-height: 1.45;
      }

      .trend-delivery-result-copy span {
        display: block;
        margin-top: 2px;
        color: #5f5f5f;
        font-size: 9.8px;
        font-weight: 600;
        line-height: 1.55;
      }

      .trend-value-pop {
        animation: trend-value-pop .3s ease-out;
      }

      @keyframes trend-proof-pulse {
        0% { box-shadow: 0 0 0 0 rgba(0,0,0,.4); }
        70% { box-shadow: 0 0 0 6px rgba(0,0,0,0); }
        100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
      }

      @keyframes trend-value-pop {
        0% { transform: translateY(2px); opacity: .55; }
        50% { transform: translateY(-2px); opacity: 1; }
        100% { transform: translateY(0); }
      }

      body.trend-installments-active tamara-widget:not(.magic-overlay-element),
      body.trend-installments-active .tamara-product-widget:not(.magic-overlay-element),
      body.trend-installments-active tabby-promo:not(.magic-overlay-element),
      body.trend-installments-active .tabby-promo:not(.magic-overlay-element),
      body.trend-installments-active div[id^="tabby-promo"]:not(.magic-overlay-element) {
        position: absolute !important;
        left: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
      }

      .magic-overlay-element {
        position: absolute !important;
        inset: 0 !important;
        z-index: 5 !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        visibility: visible !important;
        opacity: 0 !important;
        cursor: pointer !important;
        pointer-events: auto !important;
      }

      .niceone-clone-bar {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 6px !important;
        margin: 15px 0 !important;
        padding: 8px !important;
        overflow: hidden !important;
        border: 1px solid #eaeaea !important;
        border-radius: 8px !important;
        background: #fcfcfc !important;
      }

      .niceone-clone-text {
        flex: 0 1 auto !important;
        min-width: 0 !important;
        max-width: 43% !important;
        color: #333 !important;
        font-size: 11.5px !important;
        font-weight: 750 !important;
        line-height: 1.3 !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
      }

      .niceone-clone-logos {
        flex: 1 1 57% !important;
        display: grid !important;
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
        align-items: center !important;
        gap: 5px !important;
        min-width: 0 !important;
        max-width: 57% !important;
      }

      .niceone-clone-btn {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 29px !important;
        padding: 5px 4px !important;
        overflow: hidden !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 6px !important;
        background: #fff !important;
        box-sizing: border-box !important;
      }

      .niceone-clone-btn > img {
        position: relative !important;
        z-index: 1 !important;
        display: block !important;
        width: auto !important;
        max-width: 43px !important;
        height: 14px !important;
        margin: 0 auto !important;
        object-fit: contain !important;
      }

      salla-loyalty-points-banner .s-loyalty-points-banner-container,
      salla-cashback-banner > div {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        margin: 10px 0 !important;
        padding: 12px 15px !important;
        border: 1px solid #f0f0f0 !important;
        border-radius: 6px !important;
        background: #fff !important;
        transition: border-color .2s ease, box-shadow .2s ease !important;
      }

      salla-loyalty-points-banner .s-loyalty-points-banner-container {
        border-inline-start: 3px solid #d4af37 !important;
      }

      salla-cashback-banner > div {
        border-inline-start: 3px solid #1a936f !important;
      }

      .s-loyalty-points-banner-label,
      .s-loyalty-points-banner-description {
        color: #333 !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
      }

      #trend-cart-trust-clean {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin: 10px 0;
      }

      #trend-cart-trust-clean .bc-trust-grid {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        overflow: hidden;
        border: 1px solid #eee;
        border-radius: 14px;
        background: #fafafa;
      }

      #trend-cart-trust-clean .bc-trust-item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        min-height: 44px;
        padding: 8px 9px;
        color: #222;
        font-size: 12px;
        font-weight: 750;
        text-align: center;
      }

      #trend-cart-trust-clean .bc-trust-item + .bc-trust-item {
        border-inline-start: 1px solid #e7e7e7;
      }

      #trend-cart-trust-clean .bc-delivery {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 9px 10px;
        border: 1px dashed #111;
        border-radius: 10px;
        background: #fff;
        color: #111;
        font-size: 12px;
        font-weight: 650;
      }

      #trend-cart-trust-clean .bc-highlight {
        padding: 5px 8px;
        border-radius: 6px;
        background: #000;
        color: #fff;
        font-size: 10.5px;
        font-weight: 800;
        text-align: center;
      }

      @media (max-width: 520px) {
        .trend-stats-bar {
          flex-direction: column;
          gap: 8px;
          padding: 10px;
          border-radius: 12px;
        }

        .trend-divider {
          width: 100%;
          height: 1px;
          margin: 2px 0;
        }

        .trend-stat-item {
          justify-content: center;
          width: 100%;
        }

        #trend-cart-trust-clean .bc-delivery {
          flex-direction: column;
          text-align: center;
        }

        .trend-delivery-estimator {
          padding: 10px;
        }

        .trend-delivery-fields {
          grid-template-columns: 1fr;
        }

        .trend-delivery-tab {
          min-height: 34px;
          padding: 6px 4px;
          font-size: 9.8px;
        }

        .trend-delivery-head-copy strong {
          font-size: 12px;
        }

        .trend-delivery-badge {
          padding: 4px 6px;
          font-size: 8.8px;
        }

        .niceone-clone-bar {
          gap: 5px !important;
          padding: 8px 7px !important;
        }

        .niceone-clone-text {
          max-width: 39% !important;
          font-size: 10.5px !important;
        }

        .niceone-clone-logos {
          flex-basis: 61% !important;
          max-width: 61% !important;
          gap: 4px !important;
        }

        .niceone-clone-btn > img {
          max-width: 36px !important;
          height: 13px !important;
        }

      }

      @media (prefers-reduced-motion: reduce) {
        .trend-pulse-dot,
        .trend-value-pop {
          animation: none !important;
        }
      }
    

:root{--bmu-bg:#fdfaf4;--bmu-surface:#ffffff;--bmu-surface-strong:#f5f5f5;--bmu-ink:#111111;--bmu-muted:#555555;--bmu-accent:#7a0613;--bmu-accent-dark:#111111;--bmu-line:rgba(0,0,0,.13);}/* Complete Trend footer: new visual system, same content */#trend-exact-footer{display:block!important;visibility:visible!important;width:100%!important;height:auto!important;margin:0!important;padding:54px 24px 24px!important;direction:rtl!important;background:var(--bmu-bg)!important;color:var(--bmu-ink)!important;border-top:1px solid var(--bmu-line)!important;font-family:inherit!important;}#trend-exact-footer,#trend-exact-footer *{box-sizing:border-box!important;}#trend-exact-footer a{color:inherit;text-decoration:none!important;}#trend-exact-footer .b-container{width:min(1180px,100%)!important;max-width:1180px!important;margin:0 auto!important;}#trend-exact-footer .b-brand-header{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:24px!important;margin:0 0 28px!important;padding:0 0 30px!important;border:0!important;border-bottom:1px solid var(--bmu-line)!important;background:transparent!important;}#trend-exact-footer .b-brand-logo{flex:0 0 155px!important;min-height:74px!important;display:flex!important;align-items:center!important;justify-content:center!important;}#trend-exact-footer .b-brand-logo img{width:auto!important;max-width:150px!important;height:auto!important;max-height:72px!important;object-fit:contain!important;}#trend-exact-footer .b-brand-slogan{flex:1 1 auto!important;max-width:670px!important;padding-inline-start:22px!important;border:0!important;border-inline-start:3px solid var(--bmu-accent)!important;color:var(--bmu-ink)!important;font-size:14.5px!important;font-weight:650!important;line-height:1.85!important;text-align:start!important;}#trend-exact-footer .b-verification-row{display:grid!important;grid-template-columns:1.45fr 2fr!important;align-items:stretch!important;gap:11px!important;width:100%!important;margin:0 0 30px!important;}#trend-exact-footer .b-sbc-card{width:auto!important;min-width:0!important;min-height:112px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:15px!important;padding:15px 18px!important;border:1px solid rgba(0,0,0,.22)!important;border-radius:13px!important;background:var(--bmu-surface)!important;color:var(--bmu-ink)!important;box-shadow:none!important;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease!important;}#trend-exact-footer .b-sbc-card:hover{transform:translateY(-2px)!important;border-color:rgba(122, 6, 19,.55)!important;background:var(--bmu-surface-strong)!important;box-shadow:0 8px 20px rgba(122, 6, 19,.08)!important;}#trend-exact-footer .b-sbc-info{min-width:0!important;text-align:start!important;}#trend-exact-footer .b-sbc-info strong{color:var(--bmu-ink)!important;font-size:12.5px!important;font-weight:850!important;}#trend-exact-footer .b-sbc-info span{color:var(--bmu-muted)!important;font-size:10.5px!important;}#trend-exact-footer .b-sbc-card img{width:auto!important;max-width:74px!important;height:auto!important;max-height:68px!important;object-fit:contain!important;}#trend-exact-footer .b-trust-grid{width:auto!important;min-width:0!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;}#trend-exact-footer .b-trust-card{min-width:0!important;min-height:112px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:12px 7px!important;border:1px solid rgba(0,0,0,.18)!important;border-radius:13px!important;background:var(--bmu-surface)!important;color:var(--bmu-ink)!important;transition:transform .2s ease,border-color .2s ease,background .2s ease!important;}#trend-exact-footer .b-trust-card:hover{transform:translateY(-2px)!important;border-color:rgba(122, 6, 19,.50)!important;background:var(--bmu-surface-strong)!important;}#trend-exact-footer .b-trust-card img{width:auto!important;max-width:52px!important;height:auto!important;max-height:50px!important;margin:0 0 3px!important;object-fit:contain!important;}#trend-exact-footer .b-trust-card span{margin:0!important;color:var(--bmu-ink)!important;font-size:10.5px!important;font-weight:800!important;line-height:1.4!important;}#trend-exact-footer .b-trust-card strong{color:var(--bmu-muted)!important;font-size:9.5px!important;line-height:1.4!important;word-break:break-word!important;}#trend-exact-footer .b-section-title{margin:26px 0 13px!important;color:var(--bmu-ink)!important;font-size:14px!important;font-weight:900!important;text-align:center!important;}#trend-exact-footer .b-section-title::after{content:""!important;display:block!important;width:56px!important;height:2px!important;margin:8px auto 0!important;border-radius:999px!important;background:linear-gradient(90deg,transparent,var(--bmu-accent),transparent)!important;}#trend-exact-footer .b-links-flex-container,#trend-exact-footer .b-links-flex-container.b-quick-links-v94{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;width:100%!important;max-width:none!important;margin:0 auto 18px!important;padding:0!important;border:0!important;overflow:visible!important;}#trend-exact-footer .b-link-item,#trend-exact-footer .b-links-flex-container.b-quick-links-v94 .b-link-item{width:auto!important;min-width:0!important;min-height:50px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:10px 9px!important;border:1px solid var(--bmu-line)!important;border-radius:11px!important;background:var(--bmu-surface)!important;color:var(--bmu-ink)!important;font-size:11px!important;font-weight:750!important;line-height:1.4!important;text-align:center!important;white-space:normal!important;overflow:hidden!important;transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease!important;}#trend-exact-footer .b-link-item:hover{transform:translateY(-2px)!important;border-color:rgba(122, 6, 19,.50)!important;background:var(--bmu-surface-strong)!important;color:var(--bmu-accent-dark)!important;}#trend-exact-footer .b-link-icon{width:18px!important;height:18px!important;flex:0 0 18px!important;opacity:.76!important;filter:grayscale(1) contrast(.95)!important;}#trend-exact-footer .b-link-label{display:block!important;min-width:0!important;max-width:100%!important;overflow-wrap:break-word!important;line-height:1.4!important;}#trend-exact-footer .b-contact-btn{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;margin:14px 0 18px!important;padding:12px 14px!important;border:1px solid var(--bmu-accent-dark)!important;border-radius:11px!important;background:var(--bmu-accent-dark)!important;color:#fff!important;font-size:12px!important;font-weight:850!important;box-shadow:0 7px 18px rgba(122, 6, 19,.18)!important;transition:transform .2s ease,background .2s ease,color .2s ease!important;}#trend-exact-footer .b-contact-btn:hover{transform:translateY(-2px)!important;background:transparent!important;color:var(--bmu-accent-dark)!important;}#trend-exact-footer .b-socials-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-wrap:wrap!important;margin:20px 0!important;}#trend-exact-footer .b-socials-row a{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border:1px solid var(--bmu-line)!important;border-radius:50%!important;background:var(--bmu-surface)!important;transition:transform .2s ease,border-color .2s ease,background .2s ease!important;}#trend-exact-footer .b-socials-row a:hover{transform:translateY(-3px)!important;border-color:rgba(122, 6, 19,.50)!important;background:var(--bmu-surface-strong)!important;}#trend-exact-footer .b-social-img{width:19px!important;height:19px!important;margin:0!important;object-fit:contain!important;opacity:.80!important;}#trend-exact-footer .b-footer-row-container{width:100%!important;min-height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:14px!important;flex-wrap:wrap!important;margin:9px 0!important;padding:12px 14px!important;border:1px solid var(--bmu-line)!important;border-radius:12px!important;background:var(--bmu-surface)!important;}#trend-exact-footer .b-footer-row-container p{margin:0!important;color:var(--bmu-muted)!important;font-size:11px!important;font-weight:650!important;line-height:1.55!important;text-align:center!important;}#trend-exact-footer .b-apps-img{width:auto!important;height:34px!important;max-width:112px!important;object-fit:contain!important;}#trend-exact-footer .b-shippings-img{width:auto!important;height:31px!important;max-width:78px!important;object-fit:contain!important;filter:grayscale(100%)!important;opacity:.72!important;}#trend-exact-footer .b-payments-img{width:auto!important;height:23px!important;max-width:57px!important;object-fit:contain!important;filter:none!important;-webkit-filter:none!important;opacity:1!important;mix-blend-mode:normal!important;}#trend-exact-footer .b-payments-img:hover{filter:none!important;-webkit-filter:none!important;opacity:1!important;}#trend-exact-footer .b-copyright-box{margin:20px 0 0!important;padding:18px 10px 0!important;border:0!important;border-top:1px solid var(--bmu-line)!important;border-radius:0!important;background:transparent!important;color:var(--bmu-muted)!important;font-size:10px!important;line-height:1.7!important;text-align:center!important;}@media(max-width:900px){#trend-exact-footer .b-verification-row{grid-template-columns:1fr!important;}#trend-exact-footer .b-trust-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}#trend-exact-footer .b-links-flex-container,#trend-exact-footer .b-links-flex-container.b-quick-links-v94{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}@media(max-width:767px){#trend-exact-footer{padding:30px 14px 18px!important;}#trend-exact-footer .b-brand-header{align-items:center!important;gap:13px!important;padding-bottom:22px!important;margin-bottom:20px!important;}#trend-exact-footer .b-brand-logo{flex-basis:112px!important;min-height:60px!important;}#trend-exact-footer .b-brand-logo img{max-width:110px!important;max-height:58px!important;}#trend-exact-footer .b-brand-slogan{padding-inline-start:13px!important;font-size:11.5px!important;line-height:1.7!important;}#trend-exact-footer .b-verification-row{gap:8px!important;margin-bottom:23px!important;}#trend-exact-footer .b-sbc-card{min-height:98px!important;padding:12px!important;}#trend-exact-footer .b-sbc-card img{max-width:62px!important;max-height:57px!important;}#trend-exact-footer .b-trust-grid{gap:7px!important;}#trend-exact-footer .b-trust-card{min-height:103px!important;padding:10px 5px!important;}#trend-exact-footer .b-trust-card img{max-width:44px!important;max-height:43px!important;}#trend-exact-footer .b-trust-card span{font-size:9.5px!important;}#trend-exact-footer .b-trust-card strong{font-size:8.5px!important;}#trend-exact-footer .b-section-title{font-size:13px!important;margin-top:22px!important;}#trend-exact-footer .b-link-item,#trend-exact-footer .b-links-flex-container.b-quick-links-v94 .b-link-item{min-height:58px!important;padding:9px 7px!important;flex-direction:column!important;gap:5px!important;font-size:9.8px!important;}#trend-exact-footer .b-link-icon{width:20px!important;height:20px!important;flex-basis:20px!important;}#trend-exact-footer .b-contact-btn{min-height:45px!important;margin-top:12px!important;}#trend-exact-footer .b-footer-row-container{gap:10px!important;padding:11px 9px!important;}#trend-exact-footer .b-footer-row-container p{width:100%!important;font-size:9.5px!important;}#trend-exact-footer .b-apps-img{height:30px!important;max-width:100px!important;}#trend-exact-footer .b-shippings-img{height:25px!important;max-width:62px!important;}#trend-exact-footer .b-payments-img{height:19px!important;max-width:46px!important;}}@media(max-width:390px){#trend-exact-footer .b-brand-logo{flex-basis:96px!important;}#trend-exact-footer .b-brand-slogan{font-size:10.5px!important;}#trend-exact-footer .b-trust-card{min-height:108px!important;}}

/* Footer brand statement */#trend-exact-footer .b-brand-slogan{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:4px!important;letter-spacing:0!important;}#trend-exact-footer .b-brand-slogan-main{display:block!important;color:#111111!important;font-size:inherit!important;font-weight:850!important;line-height:1.55!important;}#trend-exact-footer .b-brand-subline{display:block!important;margin:0!important;color:#666666!important;font-size:10.5px!important;font-weight:600!important;line-height:1.6!important;letter-spacing:0!important;}/* Contact button typography and layout fix */#trend-exact-footer .b-contact-btn{width:100%!important;min-height:64px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 30px!important;align-items:center!important;justify-content:stretch!important;gap:11px!important;margin:15px 0 19px!important;padding:10px 12px!important;border:1px solid #dfdfdf!important;border-radius:14px!important;background:linear-gradient(135deg,#ffffff 0%,#fdfaf4 100%)!important;color:#111111!important;font-family:inherit!important;font-size:13px!important;font-weight:800!important;line-height:1.45!important;letter-spacing:0!important;word-spacing:0!important;white-space:normal!important;text-align:start!important;box-shadow:0 8px 22px rgba(0,0,0,.065)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important;}#trend-exact-footer .b-contact-btn:hover{transform:translateY(-2px)!important;border-color:rgba(122, 6, 19,.42)!important;background:#ffffff!important;color:#111111!important;box-shadow:0 12px 27px rgba(122, 6, 19,.11)!important;}#trend-exact-footer .b-contact-icon-box{width:42px!important;height:42px!important;display:grid!important;place-items:center!important;border-radius:11px!important;border:1px solid rgba(122, 6, 19,.15)!important;background:#fbf4e7!important;}#trend-exact-footer .b-contact-icon-box .b-link-icon{width:19px!important;height:19px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;filter:invert(15%) sepia(95%) saturate(6935%) hue-rotate(335deg) brightness(91%) contrast(93%)!important;opacity:1!important;object-fit:contain!important;}#trend-exact-footer .b-contact-copy{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:1px!important;text-align:start!important;}#trend-exact-footer .b-contact-copy strong{display:block!important;color:#111111!important;font-size:13px!important;font-weight:900!important;line-height:1.45!important;letter-spacing:0!important;word-spacing:0!important;}#trend-exact-footer .b-contact-copy small{display:block!important;color:#6c6c6c!important;font-size:9.5px!important;font-weight:550!important;line-height:1.45!important;letter-spacing:0!important;}#trend-exact-footer .b-contact-arrow{width:30px!important;height:30px!important;display:grid!important;place-items:center!important;border:1px solid #e2e2e2!important;border-radius:50%!important;background:#f7f7f7!important;color:#111111!important;}#trend-exact-footer .b-contact-arrow svg{width:15px!important;height:15px!important;}html[dir="rtl"] #trend-exact-footer .b-contact-arrow svg{transform:rotate(180deg)!important;}@media(max-width:767px){#trend-exact-footer .b-brand-subline{font-size:9.5px!important;}#trend-exact-footer .b-contact-btn{min-height:60px!important;grid-template-columns:38px minmax(0,1fr) 28px!important;gap:9px!important;padding:9px 10px!important;}#trend-exact-footer .b-contact-icon-box{width:38px!important;height:38px!important;}#trend-exact-footer .b-contact-icon-box .b-link-icon{width:17px!important;height:17px!important;}#trend-exact-footer .b-contact-copy strong{font-size:12px!important;}#trend-exact-footer .b-contact-copy small{font-size:8.8px!important;}#trend-exact-footer .b-contact-arrow{width:28px!important;height:28px!important;}}

/* ===== Trend identity and responsive refinements ===== */
:root {
  --trend-wine: #7a0613;
  --trend-wine-dark: #4b0007;
  --trend-gold: #c8a96b;
  --trend-gold-soft: #ead9b5;
  --trend-ivory: #fdfaf4;
  --trend-cream: #f7eddd;
  --trend-ink: #241a1b;
  --trend-muted: #75686a;
  --trend-line: #e5d6bf;
}

html[dir="ltr"] #trend-size-drawer-v11 { direction: ltr; }
html[dir="ltr"] #trend-size-drawer-v11 .bsf-sheet { right: 0; left: auto; transform: translateX(105%); }
html[dir="ltr"] #trend-size-drawer-v11.is-visible .bsf-sheet { transform: translateX(0); }
html[dir="ltr"] .bsf-close { right: 18px; left: auto; }
html[dir="ltr"] .bsf-field { text-align: left; }
html[dir="ltr"] .bsf-input-wrap span { right: 12px; left: auto; }
html[dir="ltr"] #trend-size-panel-v11,
html[dir="ltr"] #lux-sizes-v11 { direction: ltr; }
html[dir="ltr"] #trend-exact-footer { direction: ltr !important; }

#trend-exact-footer {
  background: linear-gradient(180deg, #fdfaf4 0%, #f5e8d6 100%) !important;
  color: var(--trend-ink) !important;
  border-top: 3px solid var(--trend-wine) !important;
}

#trend-exact-footer .b-container { max-width: 1120px !important; }
#trend-exact-footer .b-brand-logo img {
  width: 100% !important;
  max-width: 190px !important;
  max-height: 92px !important;
  object-fit: contain !important;
}
#trend-exact-footer .b-brand-slogan-main { color: var(--trend-wine-dark) !important; }
#trend-exact-footer .b-brand-subline { color: var(--trend-muted) !important; }
#trend-exact-footer .b-section-title { color: var(--trend-wine-dark) !important; }
#trend-exact-footer .b-section-title::after { background: var(--trend-gold) !important; }
#trend-exact-footer .b-sbc-card,
#trend-exact-footer .b-trust-card,
#trend-exact-footer .b-link-item,
#trend-exact-footer .b-footer-row-container {
  background: rgba(255,255,255,.58) !important;
  border-color: rgba(122,6,19,.18) !important;
}
#trend-exact-footer .b-sbc-card:hover,
#trend-exact-footer .b-trust-card:hover,
#trend-exact-footer .b-link-item:hover {
  border-color: rgba(122,6,19,.44) !important;
  box-shadow: 0 10px 24px rgba(75,0,7,.09) !important;
}
#trend-exact-footer .b-trust-grid {
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
}
#trend-exact-footer .b-socials-row a {
  background: rgba(255,255,255,.66) !important;
  border-color: rgba(122,6,19,.22) !important;
}
#trend-exact-footer .b-socials-row a:hover {
  background: var(--trend-wine) !important;
  border-color: var(--trend-wine) !important;
}
#trend-exact-footer .b-socials-row a:hover img { filter: brightness(0) invert(1) !important; }
#trend-exact-footer .b-payment-title {
  width: 100%;
  margin: 0 0 3px;
  color: var(--trend-wine-dark);
  font-size: 12px;
  font-weight: 850;
  text-align: center;
}
#trend-exact-footer .b-copyright-box { border-top-color: rgba(122,6,19,.16) !important; }

#trend-size-trigger-v11 .bsf-trigger-icon,
.bsf-unit-switch,
.bsf-calc,
.bsf-panel-size,
.trend-delivery-tab.is-active {
  border-color: var(--trend-wine) !important;
}
.bsf-calc { background: var(--trend-wine) !important; }
.bsf-calc:hover { background: var(--trend-wine-dark) !important; }

@media (max-width: 767px) {
  #trend-exact-footer .b-brand-header { align-items: center !important; }
  #trend-exact-footer .b-brand-logo { flex-basis: 128px !important; }
  #trend-exact-footer .b-brand-logo img { max-width: 128px !important; max-height: 72px !important; }
  #trend-exact-footer .b-trust-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
}

@media (max-width: 390px) {
  #trend-exact-footer .b-brand-header { gap: 10px !important; }
  #trend-exact-footer .b-brand-logo { flex-basis: 105px !important; }
  #trend-exact-footer .b-brand-logo img { max-width: 105px !important; }
}

/* ===== Trend Product Experience V2 — distinctive product-card system ===== */
#trend-smart-proof-wrapper {
  margin: 16px 0 18px !important;
}

#trend-smart-proof {
  gap: 11px !important;
}

.trend-stats-bar {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--trend-ink) !important;
}

.trend-stat-item {
  position: relative !important;
  min-width: 0 !important;
  min-height: 62px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  padding: 11px 12px !important;
  overflow: hidden !important;
  border: 1px solid rgba(122, 6, 19, .14) !important;
  border-radius: 17px !important;
  background: linear-gradient(145deg, #ffffff 0%, #fff9ef 100%) !important;
  box-shadow: 0 8px 22px rgba(75, 0, 7, .055) !important;
  color: #514346 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

.trend-stat-item:nth-child(3) {
  border-color: rgba(200, 169, 107, .38) !important;
  background: linear-gradient(145deg, #ffffff 0%, #f8f1e4 100%) !important;
}

.trend-stat-item svg {
  width: 21px !important;
  height: 21px !important;
  flex: 0 0 21px !important;
  color: var(--trend-wine) !important;
}

.trend-pulse-dot {
  width: 11px !important;
  height: 11px !important;
  flex: 0 0 11px !important;
  background: var(--trend-wine) !important;
  box-shadow: 0 0 0 4px rgba(122, 6, 19, .10) !important;
}

.trend-divider {
  display: none !important;
}

.trend-val {
  color: var(--trend-wine) !important;
  font-size: 17px !important;
  font-weight: 950 !important;
}

.trend-delivery-estimator {
  width: 100% !important;
  padding: 0 0 14px !important;
  overflow: hidden !important;
  border: 1px solid rgba(122, 6, 19, .14) !important;
  border-radius: 19px !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(75, 0, 7, .075) !important;
}

.trend-delivery-head {
  gap: 11px !important;
  padding: 15px 16px !important;
  background: linear-gradient(135deg, var(--trend-wine-dark) 0%, var(--trend-wine) 72%, #941a28 100%) !important;
  color: #ffffff !important;
}

.trend-delivery-icon {
  width: 40px !important;
  height: 40px !important;
  flex-basis: 40px !important;
  border: 1px solid rgba(255, 255, 255, .34) !important;
  border-radius: 13px !important;
  background: var(--trend-gold-soft) !important;
  color: var(--trend-wine-dark) !important;
}

.trend-delivery-head-copy strong {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
}

.trend-delivery-head-copy small {
  color: rgba(255, 255, 255, .76) !important;
  font-size: 9.8px !important;
}

.trend-delivery-badge {
  padding: 5px 9px !important;
  background: var(--trend-gold-soft) !important;
  color: var(--trend-wine-dark) !important;
  font-size: 9px !important;
}

.trend-delivery-tabs {
  gap: 4px !important;
  margin: 12px 12px 0 !important;
  padding: 4px !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: var(--trend-cream) !important;
}

.trend-delivery-tab {
  min-height: 38px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #76676a !important;
  font-size: 10.5px !important;
}

.trend-delivery-tab:hover {
  transform: none !important;
  color: var(--trend-wine) !important;
}

.trend-delivery-tab.is-active {
  border: 0 !important;
  background: #ffffff !important;
  color: var(--trend-wine) !important;
  box-shadow: 0 5px 13px rgba(75, 0, 7, .10) !important;
}

.trend-delivery-fields {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  margin: 11px 12px 0 !important;
}

.trend-delivery-fields.has-city {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.trend-delivery-field > span {
  padding-inline-start: 3px !important;
  color: #6d5e61 !important;
  font-size: 9.5px !important;
}

.trend-delivery-field select {
  min-height: 43px !important;
  border: 1px solid rgba(122, 6, 19, .16) !important;
  border-radius: 12px !important;
  background: #fffdf9 !important;
  color: #3b3032 !important;
}

.trend-delivery-field select:focus {
  border-color: var(--trend-wine) !important;
  box-shadow: 0 0 0 3px rgba(122, 6, 19, .08) !important;
}

.trend-delivery-result {
  gap: 10px !important;
  margin: 10px 12px 0 !important;
  padding: 12px !important;
  border: 0 !important;
  border-inline-start: 4px solid var(--trend-gold) !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, #fffaf0 0%, #f8efdf 100%) !important;
}

.trend-delivery-result-icon {
  width: 29px !important;
  height: 29px !important;
  flex-basis: 29px !important;
  background: var(--trend-wine) !important;
  color: #ffffff !important;
}

.trend-delivery-result-copy strong {
  color: var(--trend-wine-dark) !important;
  font-size: 13px !important;
}

.trend-delivery-result-copy span {
  color: #6f6062 !important;
}

.trend-delivery-result.is-courier {
  border-inline-start-color: var(--trend-wine) !important;
  background: linear-gradient(135deg, #fff8f5 0%, #faeee7 100%) !important;
}

.trend-delivery-result.is-smsa {
  border-inline-start-color: var(--trend-gold) !important;
}

/* New Trend size action: a distinctive branded card. */
#trend-size-trigger-v11 {
  position: relative !important;
  min-height: 60px !important;
  margin: 11px 0 14px !important;
  padding: 10px 14px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: linear-gradient(135deg, var(--trend-wine-dark) 0%, var(--trend-wine) 76%, #941a28 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 11px 26px rgba(75, 0, 7, .17) !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

#trend-size-trigger-v11::before {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  width: 95px !important;
  height: 95px !important;
  inset-inline-end: -38px !important;
  top: -58px !important;
  border-radius: 50% !important;
  background: rgba(234, 217, 181, .15) !important;
  pointer-events: none !important;
}

#trend-size-trigger-v11::after {
  content: "‹" !important;
  position: relative !important;
  z-index: 1 !important;
  margin-inline-start: auto !important;
  color: var(--trend-gold-soft) !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

html[dir="ltr"] #trend-size-trigger-v11::after {
  content: "›" !important;
}

#trend-size-trigger-v11:hover {
  transform: translateY(-2px) !important;
  border: 0 !important;
  background: linear-gradient(135deg, #3f0006 0%, #720510 76%, #8b1421 100%) !important;
  box-shadow: 0 14px 30px rgba(75, 0, 7, .22) !important;
}

#trend-size-trigger-v11:active {
  transform: translateY(0) !important;
}

#trend-size-trigger-v11 .bsf-trigger-icon {
  position: relative !important;
  z-index: 1 !important;
  width: 39px !important;
  height: 39px !important;
  flex-basis: 39px !important;
  border: 1px solid rgba(255, 255, 255, .36) !important;
  border-radius: 13px !important;
  background: var(--trend-gold-soft) !important;
}

#trend-size-trigger-v11 .bsf-trigger-icon svg {
  width: 21px !important;
  height: 21px !important;
  color: var(--trend-wine-dark) !important;
}

#trend-size-trigger-v11 .bsf-trigger-copy {
  position: relative !important;
  z-index: 1 !important;
}

#trend-size-trigger-v11 .bsf-trigger-copy strong {
  color: #ffffff !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
}

.bsf-dress-measure-image {
  width: 100% !important;
  height: 100% !important;
  max-height: 220px !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  mix-blend-mode: multiply !important;
}

/* Rebuilt important-links grid: balanced on desktop and always two columns on phones. */
#trend-exact-footer nav .b-links-flex-container,
#trend-exact-footer nav .b-links-flex-container.b-quick-links-v94 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important;
}

#trend-exact-footer nav .b-link-item,
#trend-exact-footer nav .b-links-flex-container.b-quick-links-v94 .b-link-item {
  min-height: 66px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(122, 6, 19, .12) !important;
  border-inline-start: 3px solid var(--trend-wine) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .70) !important;
  color: var(--trend-ink) !important;
  box-shadow: 0 7px 18px rgba(75, 0, 7, .045) !important;
  text-align: start !important;
}

#trend-exact-footer nav .b-link-item:hover {
  transform: translateY(-2px) !important;
  background: #ffffff !important;
  border-color: rgba(122, 6, 19, .32) !important;
}

#trend-exact-footer nav .b-link-icon {
  width: 33px !important;
  height: 33px !important;
  flex: 0 0 33px !important;
  padding: 7px !important;
  border-radius: 10px !important;
  background: var(--trend-cream) !important;
  filter: none !important;
  opacity: .78 !important;
  object-fit: contain !important;
}

#trend-exact-footer nav .b-link-label {
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: start !important;
}

@media (max-width: 767px) {
  .trend-stat-item {
    min-height: 59px !important;
    padding: 9px 10px !important;
    font-size: 10px !important;
  }

  .trend-val {
    font-size: 15px !important;
  }

  .trend-delivery-head {
    padding: 13px 12px !important;
  }

  .trend-delivery-fields.has-city {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #trend-size-trigger-v11 {
    min-height: 57px !important;
    padding: 9px 11px !important;
  }

  #trend-size-trigger-v11 .bsf-trigger-icon {
    width: 37px !important;
    height: 37px !important;
    flex-basis: 37px !important;
  }

  #trend-exact-footer nav .b-links-flex-container,
  #trend-exact-footer nav .b-links-flex-container.b-quick-links-v94 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  #trend-exact-footer nav .b-link-item,
  #trend-exact-footer nav .b-links-flex-container.b-quick-links-v94 .b-link-item {
    width: auto !important;
    min-width: 0 !important;
    min-height: 72px !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 9px 7px !important;
    border-inline-start-width: 1px !important;
    text-align: center !important;
  }

  #trend-exact-footer nav .b-link-label {
    font-size: 9.8px !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }

  #trend-exact-footer nav .b-link-item:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    min-height: 62px !important;
    flex-direction: row !important;
  }
}

@media (max-width: 360px) {
  .trend-stats-bar {
    gap: 6px !important;
  }

  .trend-stat-item {
    padding: 8px !important;
    font-size: 9.3px !important;
  }

  .trend-delivery-fields.has-city {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  #trend-exact-footer nav .b-links-flex-container,
  #trend-exact-footer nav .b-links-flex-container.b-quick-links-v94 {
    gap: 6px !important;
  }
}
/* =========================================================
   TREND — MAIN CATEGORIES GRID
   ضع الكلاس التالي في خانة Classes لعنصر الأقسام الرئيسية:
   trend-main-categories
   ========================================================= */

.trend-main-categories {
  --trend-category-wine: var(--trend-wine, #7a0613);
  --trend-category-wine-dark: var(--trend-wine-dark, #4b0007);
  --trend-category-border: rgba(122, 6, 19, .18);
  --trend-category-shadow: rgba(75, 0, 7, .08);
}

/* ترتيب الشبكة مع الحفاظ على عدد الأعمدة الأصلي الذي يحدده قالب سلة */
.trend-main-categories .square-grid {
  align-items: stretch !important;
  gap: 10px !important;
}

/* بطاقة القسم */
.trend-main-categories .banner-square {
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--trend-category-border) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 5px 16px var(--trend-category-shadow) !important;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease !important;
}

/* الرابط داخل البطاقة */
.trend-main-categories .banner-square > a {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  flex: 0 0 auto !important;
  color: inherit !important;
  text-decoration: none !important;
}

/* الصورة تبقى كما هي بدون قص أو تغيير أبعادها الأصلية */
.trend-main-categories .banner-square img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

/* شريط اسم القسم تحت الصورة */
.trend-main-categories .banner-square .text-wrapper {
  position: relative !important;
  z-index: 2 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 39px !important;
  margin: 0 !important;
  padding: 7px 5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(
    135deg,
    var(--trend-category-wine-dark) 0%,
    var(--trend-category-wine) 100%
  ) !important;
  color: #ffffff !important;
  text-align: center !important;
}

/* توسيط النص وإظهاره بشكل واضح */
.trend-main-categories .banner-square .text-wrapper,
.trend-main-categories .banner-square .text-wrapper p,
.trend-main-categories .banner-square .text-wrapper span,
.trend-main-categories .banner-square .text-wrapper .w-full {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}

/* حركة خفيفة على الشاشات التي تدعم المؤشر */
@media (hover: hover) and (pointer: fine) {
  .trend-main-categories .banner-square:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(122, 6, 19, .42) !important;
    box-shadow: 0 10px 24px rgba(75, 0, 7, .13) !important;
  }
}

/* الجوال */
@media (max-width: 767px) {
  .trend-main-categories .square-grid {
    gap: 8px !important;
  }

  .trend-main-categories .banner-square {
    border-radius: 11px !important;
    box-shadow: 0 3px 10px rgba(75, 0, 7, .065) !important;
  }

  .trend-main-categories .banner-square .text-wrapper {
    min-height: 37px !important;
    padding: 6px 3px !important;
  }

  .trend-main-categories .banner-square .text-wrapper p,
  .trend-main-categories .banner-square .text-wrapper span {
    font-size: 9.5px !important;
    line-height: 1.35 !important;
  }
}

/* الشاشات الصغيرة جدًا */
@media (max-width: 360px) {
  .trend-main-categories .square-grid {
    gap: 6px !important;
  }

  .trend-main-categories .banner-square .text-wrapper {
    min-height: 35px !important;
    padding: 5px 2px !important;
  }

  .trend-main-categories .banner-square .text-wrapper p,
  .trend-main-categories .banner-square .text-wrapper span {
    font-size: 8.8px !important;
  }
}

/* الشاشات المتوسطة والكبيرة */
@media (min-width: 768px) {
  .trend-main-categories .square-grid {
    gap: 14px !important;
  }

  .trend-main-categories .banner-square .text-wrapper {
    min-height: 43px !important;
    padding: 8px 6px !important;
  }

  .trend-main-categories .banner-square .text-wrapper p,
  .trend-main-categories .banner-square .text-wrapper span {
    font-size: 12px !important;
  }
}