.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2486 .elementor-element.elementor-element-8a6d814{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ca3c6a2 *//* SHIPPING POLICY PAGE - THIMBLES FABRICS & CRAFTS */

.tf-shipping-page {
  font-family: Georgia, "Times New Roman", serif;
  color: #164f5c;
  background: #ffffff;
}

.tf-container {
  width: min(1180px, 92%);
  margin: 0 auto;
}

/* HERO */
.tf-shipping-hero {
  min-height: 420px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("YOUR-SHIPPING-HERO-IMAGE-URL-HERE") center/cover no-repeat;
  display: flex;
  align-items: center;
}

.tf-shipping-hero-content {
  width: min(760px, 90%);
  margin-left: 7%;
  background: rgba(255, 255, 255, 0.92);
  padding: 45px 50px;
  border-left: 6px solid #df6aa2;
}

.tf-shipping-hero-content span,
.tf-section-heading span,
.tf-international-box span,
.tf-shipping-cta span {
  display: block;
  color: #df6aa2;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tf-shipping-hero-content h1 {
  font-size: 48px;
  line-height: 1.15;
  color: #0b4d5a;
  margin: 0 0 18px;
}

.tf-shipping-hero-content p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

/* INTRO */
.tf-shipping-intro {
  padding: 65px 0 45px;
  text-align: center;
}

.tf-shipping-intro h2,
.tf-section-heading h2,
.tf-international-box h2,
.tf-shipping-cta h2 {
  font-size: 34px;
  line-height: 1.25;
  color: #123f49;
  margin: 0 0 16px;
}

.tf-shipping-intro p {
  max-width: 850px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.8;
}

/* SHIPPING RATES */
.tf-shipping-rates {
  padding: 45px 0 80px;
  background: #f8f3f5;
}

.tf-section-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}

.tf-section-heading p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.tf-table-wrap {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid #eadce1;
  box-shadow: 0 14px 35px rgba(0, 60, 70, 0.08);
}

.tf-shipping-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.tf-shipping-table th {
  background: #004f5e;
  color: #ffffff;
  padding: 20px 18px;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.4px;
}

.tf-shipping-table td {
  padding: 18px;
  font-size: 16px;
  border-bottom: 1px solid #eadce1;
  color: #164f5c;
}

.tf-shipping-table tbody tr:nth-child(even) {
  background: #fbf7f8;
}

.tf-shipping-table tbody tr:hover {
  background: #fff0f6;
}

.tf-shipping-table strong {
  color: #df6aa2;
}

/* DELIVERY OPTIONS */
.tf-shipping-options {
  padding: 75px 0;
  background: #ffffff;
}

.tf-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.tf-option-card {
  background: #ffffff;
  border: 1px solid #e6dce0;
  padding: 34px 28px;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 60, 70, 0.06);
  transition: 0.3s ease;
}

.tf-option-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(0, 60, 70, 0.12);
}

.tf-option-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #004f5e;
  color: #ffffff;
  display: grid;
  place-items: center;
  font-size: 25px;
}

.tf-option-card h3 {
  font-size: 24px;
  color: #123f49;
  margin: 0 0 14px;
}

.tf-option-card p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

/* INTERNATIONAL */
.tf-international-shipping {
  padding: 80px 0;
  background: #004f5e;
}

.tf-international-box {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 45px 35px;
  color: #ffffff;
}

.tf-international-box h2,
.tf-international-box p {
  color: #ffffff;
}

.tf-international-box p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 18px;
}

.tf-price-highlight {
  display: inline-block;
  background: #df6aa2;
  color: #ffffff;
  padding: 16px 30px;
  font-size: 24px;
  font-weight: 700;
}

/* CTA */
.tf-shipping-cta {
  background: #df6aa2;
  color: #ffffff;
  text-align: center;
  padding: 75px 0;
}

.tf-shipping-cta h2 {
  color: #ffffff;
}

.tf-shipping-cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  font-size: 17px;
  line-height: 1.8;
}

.tf-btn {
  display: inline-block;
  background: #ffffff;
  color: #004f5e;
  padding: 14px 32px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  transition: 0.3s ease;
}

.tf-btn:hover {
  background: #003f4b;
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tf-options-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .tf-shipping-hero {
    min-height: 360px;
  }

  .tf-shipping-hero-content {
    margin: 0 auto;
    padding: 35px 25px;
  }

  .tf-shipping-hero-content h1 {
    font-size: 34px;
  }

  .tf-shipping-intro h2,
  .tf-section-heading h2,
  .tf-international-box h2,
  .tf-shipping-cta h2 {
    font-size: 28px;
  }

  .tf-shipping-intro,
  .tf-shipping-options,
  .tf-international-shipping,
  .tf-shipping-cta {
    padding: 55px 0;
  }

  .tf-shipping-table th,
  .tf-shipping-table td {
    padding: 15px;
    font-size: 15px;
  }
}/* End custom CSS */