.elementor-29069 .elementor-element.elementor-element-7ecb0751{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-7f009423 *//* ==========================================================
   Shipping Options & Delivery Timelines Table
   Desktop: standard table layout
   Mobile (<768px): each row becomes a stacked card, with the
   country name as a dark header bar and each cell showing its
   label (via data-label attribute) above its value.
   ========================================================== */

.shipping-table-wrap {
  overflow-x: auto;
  margin: 20px 0;
}

.shipping-table--timelines {
  width: 100%;
  border-collapse: collapse;
  background-color: #faf6f0;
  font-size: 15px;
}

.shipping-table--timelines caption {
  caption-side: top;
  text-align: left;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  color: #2b2b2b;
}

.shipping-table--timelines th,
.shipping-table--timelines td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid #e3d5c3;
}

.shipping-table--timelines thead th {
  background-color: #1a1a1a;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.03em;
}

.shipping-table--timelines tbody th[scope="row"] {
  background-color: #faf6f0;
  font-weight: 700;
  color: #2b2b2b;
  white-space: nowrap;
}

.shipping-table--timelines tbody tr:nth-child(even) {
  background-color: #f3ece2;
}

.shipping-table--timelines tbody tr:nth-child(even) th[scope="row"] {
  background-color: #f3ece2;
}

.cl-ddp-flag {
  color: #b3542a;
  font-weight: 700;
}

.cl-ddp-footnote {
  font-size: 14px;
  color: #6b5c4d;
  margin-top: 8px;
}

/* ==========================================================
   Mobile responsive view (<768px)
   Transforms the table into stacked cards: one card per row,
   with the country name (th) as a dark header bar, and each
   td shown as a labeled line below it using data-label.
   ========================================================== */

@media (max-width: 767px) {

  .shipping-table--timelines,
  .shipping-table--timelines thead,
  .shipping-table--timelines tbody,
  .shipping-table--timelines tr,
  .shipping-table--timelines th,
  .shipping-table--timelines td {
    display: block;
    width: 100%;
  }

  /* Hide the desktop column header row entirely on mobile */
  .shipping-table--timelines thead {
    display: none;
  }

  /* Each row becomes its own card with spacing and rounded corners */
  .shipping-table--timelines tbody tr {
    margin-bottom: 16px;
    border: 1px solid #e3d5c3;
    border-radius: 8px;
    overflow: hidden;
    background-color: #faf6f0;
  }

  /* Country name becomes a dark header bar at the top of the card */
  .shipping-table--timelines tbody th[scope="row"] {
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 16px;
    border: none;
    white-space: normal;
  }

  /* Each data cell shows its label (from data-label) above the value */
  .shipping-table--timelines tbody td {
    border: none;
    border-top: 1px solid #e3d5c3;
    padding: 10px 16px;
    background-color: transparent;
  }

  .shipping-table--timelines tbody td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #a67c52;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
  }

  /* Remove the even-row background override on mobile, since each
     row is now its own visually distinct card */
  .shipping-table--timelines tbody tr:nth-child(even) {
    background-color: #faf6f0;
  }

  .shipping-table--timelines tbody tr:nth-child(even) th[scope="row"] {
    background-color: #1a1a1a;
  }
}/* End custom CSS */