/* Shared storefront corrections: scoped, reversible, and loaded after theme CSS. */
.ggux-announce {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10050;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  box-sizing: border-box;
  overflow: hidden;
  background: #102b49;
  color: #fff;
  text-align: center;
  font: 600 13px/1.2 Inter, system-ui, sans-serif;
}
.ggux-announce svg { width: 18px !important; height: 18px !important; flex: 0 0 18px; }
.ggux-announce strong { color: #fff; font-weight: 850; letter-spacing: .025em; }
body.admin-bar .ggux-announce { top: 32px; }

.ggux-brand-lockup-link { min-width: 0; }
.ggux-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.ggux-brand-lockup img { width: 116px; height: auto; display: block; }
.ggux-brand-lockup__divider { width: 1px; height: 26px; flex: 0 0 1px; background: #d5d5d5; }
.ggux-brand-lockup__name { color: #102b49; font-size: 13px; font-weight: 800; white-space: nowrap; }

.dn-drawer-arrow svg { width: 21px !important; height: 21px !important; }

/* Finance remains available where it belongs: the checkout payment selector. */
body:not(.woocommerce-checkout) .dr-tbi,
body:not(.woocommerce-checkout) .dr-installments,
body:not(.woocommerce-checkout) .dr-price-divider,
body:not(.woocommerce-checkout) .dr-installment-pill { display: none !important; }

.ggux-dromeas-facts {
  margin: 20px 0;
  padding: clamp(20px, 4vw, 36px);
  border: 1px solid #e2e7ec;
  border-radius: 16px;
  background: #fff;
  color: #15283c;
}
/* Defensive fallback for a cached or late-attached generic story renderer. */
body.dm-pdp .dm-story { display: none !important; }
.ggux-dromeas-facts__intro { max-width: 760px; }
.ggux-dromeas-facts__intro > span { color: #336691; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.ggux-dromeas-facts h2 { margin: 8px 0 10px; color: #102b49; font-size: clamp(23px, 3vw, 32px); line-height: 1.15; }
.ggux-dromeas-facts__intro p { margin: 0; color: #526170; line-height: 1.6; }
.ggux-dromeas-facts__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 24px 0 16px; }
.ggux-dromeas-facts__grid > div { padding: 15px; border: 1px solid #e4e9ee; border-radius: 10px; background: #f8fafc; }
.ggux-dromeas-facts dt { margin-bottom: 5px; color: #6a7785; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.ggux-dromeas-facts dd { margin: 0; color: #102b49; font-size: 14px; font-weight: 750; line-height: 1.35; }
.ggux-dromeas-facts__source { margin: 0; color: #708090; font-size: 12px; }
.ggux-dromeas-facts__source a { color: #174f80; font-weight: 750; }

@media (max-width: 782px) {
  body.admin-bar .ggux-announce { top: 46px; }
  .ggux-announce { height: 38px; gap: 6px; padding: 0 8px; font-size: 10.5px; }
  .ggux-announce svg { width: 16px !important; height: 16px !important; flex-basis: 16px; }
  .ggux-announce .dr-announce__txt { min-width: 0; white-space: nowrap; }
  .ggux-brand-lockup img { width: 102px; }
  .ggux-brand-lockup__name { font-size: 12px; }

  body.woocommerce-cart { overflow-x: hidden !important; }
  body.woocommerce-cart .wp-site-blocks,
  body.woocommerce-cart main,
  body.woocommerce-cart .entry-content,
  body.woocommerce-cart .wp-block-woocommerce-cart {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  body.woocommerce-cart .wp-block-woocommerce-cart { padding-inline: 10px !important; }
  body.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  body.woocommerce-cart table.wc-block-cart-items {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    table-layout: fixed !important;
  }
  body.woocommerce-cart .wc-block-cart-items thead { display: none !important; }
  body.woocommerce-cart .wc-block-cart-items tbody { display: block !important; width: 100% !important; }
  body.woocommerce-cart .wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 82px minmax(0, 1fr) !important;
    column-gap: 13px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 18px 14px !important;
    box-sizing: border-box !important;
  }
  body.woocommerce-cart .wc-block-cart-items__row td {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  body.woocommerce-cart .wc-block-cart-item__image { grid-column: 1 !important; grid-row: 1 / span 2 !important; }
  body.woocommerce-cart .wc-block-cart-item__image img { width: 82px !important; max-width: 82px !important; height: auto !important; }
  body.woocommerce-cart .wc-block-cart-item__product { grid-column: 2 !important; grid-row: 1 !important; padding-right: 0 !important; }
  body.woocommerce-cart .wc-block-cart-item__total {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin-top: 8px !important;
    text-align: left !important;
  }
  body.woocommerce-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
  }
  body.woocommerce-cart .wc-block-components-product-name,
  body.woocommerce-cart .wc-block-components-product-metadata,
  body.woocommerce-cart .wc-block-components-product-badge {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }
  body.woocommerce-cart .wc-block-components-product-badge { text-align: left !important; }
  body.woocommerce-cart .wc-block-cart__submit-container--sticky {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    padding-bottom: max(12px, env(safe-area-inset-bottom)) !important;
    box-sizing: border-box !important;
  }
  .ggux-dromeas-facts__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 420px) {
  .ggux-announce .dr-announce__rest { display: inline !important; }
  .ggux-dromeas-facts__grid { grid-template-columns: 1fr; }
  body.woocommerce-cart .wp-block-woocommerce-cart { padding-inline: 6px !important; }
  body.woocommerce-cart .wc-block-cart-items__row { grid-template-columns: 72px minmax(0, 1fr) !important; column-gap: 11px !important; padding: 16px 11px !important; }
  body.woocommerce-cart .wc-block-cart-item__image img { width: 72px !important; max-width: 72px !important; }
}
