
  /* No `order` here. It used to carry order:100 as insurance against snippet 407, which
     column-flexes form.cart and orders its tail 98/99 — harmless while this block was a
     sibling of the form. Now that it prints as a child of the Elementor container 2ce3082,
     which IS a flex column, that value applied for real and threw the notice past the
     accordions to the bottom of the product column. */
  /* Margins are 0: both blocks are now flex children of the Elementor product column,
     which supplies its own gap. Adding to it double-spaced them against everything else
     in the column. */
  .ym-atc-below{margin:0;display:flex;flex-direction:column;gap:14px}
  /* --- scarcity notice --- */
  .ym-atc-notice{display:flex;align-items:flex-start;gap:14px;
    background:#eef1fe;border-radius:16px;padding:20px 22px}
  .ym-atc-notice-icon{flex:0 0 auto;width:32px;height:32px;border-radius:50%;
    background:#4a52e0;color:#fff;
    display:flex;align-items:center;justify-content:center;
    font-size:19px;font-weight:800;line-height:1;margin-top:1px}
  .ym-atc-notice-body{min-width:0;flex:1}
  .ym-atc-notice-lead{margin:0;color:#1f2937;font-size:16px;line-height:1.45;font-weight:400}
  .ym-atc-notice-lead strong{font-weight:800;color:#111827}
  .ym-atc-notice-list{margin:10px 0 0;padding-inline-start:20px;list-style:disc}
  .ym-atc-notice-list li{color:#4a52e0;
    font-size:16px;font-weight:700;line-height:1.45}
  .ym-atc-notice-list li::marker{font-size:1.1em}
  /* --- shipping bar --- */
  .ym-atc-ship{display:flex;align-items:center;justify-content:space-between;gap:14px;
    flex-wrap:wrap;background:#f4f4f5;border-radius:16px;padding:14px 20px;
    color:#1f2937;font-size:15.5px;line-height:1.4}
  .ym-atc-ship-date,.ym-atc-ship-free{display:inline-flex;align-items:center;gap:9px;min-width:0}
  .ym-atc-ship strong{font-weight:700;color:#111827}
  .ym-atc-dot{width:13px;height:13px;border-radius:50%;background:#8fc9a4;flex:0 0 auto}
  .ym-atc-flag{font-size:17px;line-height:1}
  /* --- trust row, adopted from the bottom of the page ---
     It was authored as a full-width three-up and now lives in the ~560px product column,
     where three columns of body copy would be four words wide. Everything here is scoped
     to .ym-atc-trust, the class the container carries in the template, so it is untouched
     anywhere else the container is used. */
  body.single-product .ym-atc-trust{width:100%;max-width:100%;margin:0;
    background:#f4f4f5;border-radius:16px;padding:2px 18px;align-self:stretch}
  /* One item per row. --e-con-grid-template-columns is the variable Elementor's own
     responsive rules write, so setting it beats them without !important. Every selector
     below carries the .e-grid ancestor for the same reason: it lifts them one class above
     the `.elementor-27262 .elementor-element.elementor-element-<id>` rules they replace,
     so the win does not depend on which stylesheet the browser reads last. */
  body.single-product .ym-atc-trust .e-grid{--e-con-grid-template-columns:1fr;
    --e-con-grid-template-rows:auto;--gap:0px;--row-gap:0px;--column-gap:0px}
  /* Each item is icon + text on one line. */
  body.single-product .ym-atc-trust .e-grid > .e-con{--width:100%;--flex-direction:row;
    --flex-wrap:nowrap;--align-items:center;--gap:0px 14px;--row-gap:0px;--column-gap:14px;
    --padding-top:12px;--padding-bottom:12px;--padding-left:0px;--padding-right:0px}
  /* The icon column was authored at 33% of a full-width row, which in this column is a
     third of the width spent on a 40px glyph. */
  body.single-product .ym-atc-trust .e-grid > .e-con > .e-con:first-child{--width:40px;
    --flex-grow:0;--flex-shrink:0;--align-items:center;--justify-content:center}
  body.single-product .ym-atc-trust .e-grid > .e-con > .e-con:last-child{--width:auto;
    --flex-grow:1;--flex-shrink:1}
  body.single-product .ym-atc-trust .e-grid .elementor-widget-lottie.elementor-element{
    --lottie-container-width:40px;--lottie-container-max-width:40px;
    --align-self:center;--flex-grow:0;--flex-shrink:0;width:40px}
  body.single-product .ym-atc-trust .e-grid .elementor-icon-box-title{font-size:15.5px;
    line-height:1.3;margin-bottom:2px}
  body.single-product .ym-atc-trust .e-grid .elementor-icon-box-description{font-size:13.5px;
    line-height:1.45}
  /* Hairlines between the three, none after the last. */
  body.single-product .ym-atc-trust .e-grid > .e-con + .e-con{border-top:1px solid #e4e4e7}
  @media (max-width:600px){
    .ym-atc-notice{padding:16px 16px;gap:11px}
    .ym-atc-notice-icon{width:27px;height:27px;font-size:16px}
    .ym-atc-notice-lead,.ym-atc-notice-list li{font-size:14.5px}
    .ym-atc-ship{padding:12px 15px;font-size:14px;gap:8px}
    body.single-product .ym-atc-trust{padding:2px 15px}
    body.single-product .ym-atc-trust .e-grid .elementor-icon-box-title{font-size:14.5px}
    body.single-product .ym-atc-trust .e-grid .elementor-icon-box-description{font-size:13px}
  }
  /* Arabic: the page is already RTL, so only the numerals need pinning LTR. */
  html[lang="ar"] .ym-atc-below bdi{direction:ltr;unicode-bidi:isolate}
