.elementor-598 .elementor-element.elementor-element-76d7293{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-598 .elementor-element.elementor-element-76d7293{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-a5b740e *//* ================================
   Oak House Delivery & Payment Page
   ================================ */

.oh-delivery-page {
  --oh-cream: #fffaf1;
  --oh-cream-2: #f7efe2;
  --oh-text: #241914;
  --oh-muted: #675b51;
  --oh-green: #243b25;
  --oh-green-hover: #1b2f1d;
  --oh-brown: #7a4f2a;
  --oh-border: rgba(63, 46, 33, 0.14);

  background: var(--oh-cream);
  color: var(--oh-text);
}

.oh-delivery-page * {
  box-sizing: border-box;
}

.oh-delivery-page a {
  text-decoration: none;
}

/* Hero */

.oh-delivery-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 18% 0%, rgba(122, 79, 42, 0.13), transparent 34%),
    linear-gradient(135deg, #fffaf1 0%, #f7efe2 100%);
}

.oh-delivery-hero__inner {
  width: min(100% - 112px, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 48px;
  align-items: center;
}

.oh-delivery-hero__eyebrow,
.oh-delivery-section-head span,
.oh-delivery-mini-title,
.oh-deliveryoh-delivery-section-head span,
.oh-delivery-mini-title,
.oh-delivery-store__box > span,
.oh-delivery-cta span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(36, 59, 37, 0.09);
  color: var(--oh-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.oh-delivery-hero__title {
  max-width: 760px;
  margin: 0;
  color: var(--oh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 750;
}

.oh-delivery-hero__text {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(36, 25, 20, 0.74);
  font-size: 18px;
  line-height: 1.65;
  font-weight: 600;
}

.oh-delivery-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.oh-delivery-btn {
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--oh-text);
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  transition: 0.22s ease;
}

.oh-delivery-btn--primary {
  background: var(--oh-green);
  border: 1px solid var(--oh-green);
  color: #fffaf1 !important;
  box-shadow: 0 16px 32px rgba(36, 59, 37, 0.18);
}

.oh-delivery-btn--primary:hover {
  background: var(--oh-green-hover);
  border-color: var(--oh-green-hover);
  color: #fffaf1 !important;
  transform: translateY(-1px);
}

.oh-delivery-btn--secondary {
  background: #fff;
  border: 1px solid rgba(36, 25, 20, 0.16);
  color: var(--oh-text) !important;
}

.oh-delivery-btn--secondary:hover {
  background: var(--oh-cream-2);
  transform: translateY(-1px);
}

/* Hero card */

.oh-delivery-hero__card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 250, 241, 0.9);
  border: 1px solid rgba(122, 79, 42, 0.14);
  box-shadow: 0 22px 52px rgba(42, 28, 18, 0.1);
  backdrop-filter: blur(16px);
}

.oh-delivery-hero__card-top {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(36, 25, 20, 0.1);
}

.oh-delivery-hero__card-top span {
  display: block;
  margin-bottom: 8px;
  color: var(--oh-brown);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.oh-delivery-hero__card-top strong {
  display: block;
  color: var(--oh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.oh-delivery-hero__card ul,
.oh-delivery-store__side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.oh-delivery-hero__card li,
.oh-delivery-store__side li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  color: rgba(36, 25, 20, 0.72);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}

.oh-delivery-hero__card li:last-child,
.oh-delivery-store__side li:last-child {
  margin-bottom: 0;
}

.oh-delivery-hero__card li::before,
.oh-delivery-store__side li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--oh-green);
}

/* Section head */

.oh-delivery-methods,
.oh-delivery-payment,
.oh-delivery-store,
.oh-delivery-faq,
.oh-delivery-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.oh-delivery-methods {
  padding: 82px 0;
  background: var(--oh-cream);
}

.oh-delivery-methods__inner,
.oh-delivery-payment__inner,
.oh-delivery-store__inner,
.oh-delivery-faq__inner,
.oh-delivery-cta__inner {
  width: min(100% - 112px, 1280px);
  margin: 0 auto;
}

.oh-delivery-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.oh-delivery-section-head h2,
.oh-delivery-payment__content h2,
.oh-delivery-store__box h2,
.oh-delivery-cta h2 {
  margin: 0;
  color: var(--oh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 750;
}

.oh-delivery-section-head p,
.oh-delivery-payment__content p,
.oh-delivery-store__box p,
.oh-delivery-cta p {
  margin: 18px 0 0;
  color: rgba(36, 25, 20, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

/* Cards */

.oh-delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.oh-delivery-card {
  min-height: 230px;
  padding: 26px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(122, 79, 42, 0.11);
  box-shadow: 0 18px 44px rgba(42, 28, 18, 0.07);
}

.oh-delivery-card__number {
  margin-bottom: 34px;
  color: var(--oh-brown);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.oh-delivery-card h3 {
  margin: 0 0 10px;
  color: var(--oh-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.oh-delivery-card p {
  margin: 0;
  color: rgba(36, 25, 20, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

/* Payment */

.oh-delivery-payment {
  padding: 82px 0;
  background: var(--oh-cream-2);
}

.oh-delivery-payment__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: start;
}

.oh-delivery-payment__list {
  display: grid;
  gap: 14px;
}

.oh-delivery-pay-item {
  padding: 22px;
  border-radius: 22px;
  background: #fffaf1;
  border: 1px solid rgba(122, 79, 42, 0.12);
  box-shadow: 0 14px 34px rgba(42, 28, 18, 0.06);
}

.oh-delivery-pay-item strong {
  display: block;
  margin-bottom: 7px;
  color: var(--oh-text);
  font-size: 18px;
  font-weight: 900;
}

.oh-delivery-pay-item p {
  margin: 0;
  color: rgba(36, 25, 20, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

/* Store */

.oh-delivery-store {
  padding: 82px 0;
  background: var(--oh-cream);
}

.oh-delivery-store__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: stretch;
}

.oh-delivery-store__box,
.oh-delivery-store__side {
  padding: 30px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(122, 79, 42, 0.12);
  box-shadow: 0 18px 44px rgba(42, 28, 18, 0.07);
}

.oh-delivery-store__address {
  margin-top: 24px;
  padding: 20px;
  border-radius: 20px;
  background: #fffaf1;
  border: 1px solid rgba(36, 25, 20, 0.1);
}

.oh-delivery-store__address strong,
.oh-delivery-store__side strong {
  display: block;
  margin-bottom: 8px;
  color: var(--oh-text);
  font-size: 16px;
  font-weight: 900;
}

.oh-delivery-store__address p {
  margin: 0;
  color: rgba(36, 25, 20, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.oh-delivery-store__side {
  display: flex;
  align-items: center;
}

/* FAQ */

.oh-delivery-faq {
  padding: 82px 0;
  background: var(--oh-cream-2);
}

.oh-delivery-faq__list {
  display: grid;
  gap: 12px;
}

.oh-delivery-faq details {
  padding: 0;
  border-radius: 22px;
  background: #fffaf1;
  border: 1px solid rgba(122, 79, 42, 0.12);
  box-shadow: 0 14px 34px rgba(42, 28, 18, 0.05);
  overflow: hidden;
}

.oh-delivery-faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--oh-text);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.oh-delivery-faq details p {
  margin: 0;
  padding: 0 22px 20px;
  color: rgba(36, 25, 20, 0.68);
  font-size: 15px;
  line-height: 1.6;
}

/* CTA */

.oh-delivery-cta {
  padding: 72px 0 88px;
  background: var(--oh-cream);
}

.oh-delivery-cta__inner {
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(36, 59, 37, 0.96), rgba(27, 47, 29, 0.98));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  box-shadow: 0 22px 54px rgba(36, 59, 37, 0.18);
}

.oh-delivery-cta span {
  background: rgba(255, 250, 241, 0.12);
  color: #fffaf1;
}

.oh-delivery-cta h2 {
  color: #fffaf1;
}

.oh-delivery-cta p {
  max-width: 680px;
  color: rgba(255, 250, 241, 0.78);
}

.oh-delivery-cta .oh-delivery-btn--primary {
  background: #fffaf1;
  border-color: #fffaf1;
  color: var(--oh-green) !important;
  box-shadow: none;
}

.oh-delivery-cta .oh-delivery-btn--primary:hover {
  background: var(--oh-cream-2);
  color: var(--oh-green) !important;
}

/* Responsive */

@media (max-width: 1180px) {
  .oh-delivery-hero__inner,
  .oh-delivery-methods__inner,
  .oh-delivery-payment__inner,
  .oh-delivery-store__inner,
  .oh-delivery-faq__inner,
  .oh-delivery-cta__inner {
    width: min(100% - 72px, 1180px);
  }

  .oh-delivery-hero__inner,
  .oh-delivery-store__inner {
    grid-template-columns: 1fr;
  }

  .oh-delivery-payment__inner {
    grid-template-columns: 1fr;
  }

  .oh-delivery-hero__card {
    max-width: 620px;
  }
}

@media (max-width: 900px) {
  .oh-delivery-hero,
  .oh-delivery-methods,
  .oh-delivery-payment,
  .oh-delivery-store,
  .oh-delivery-faq,
  .oh-delivery-cta {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .oh-delivery-hero__inner,
  .oh-delivery-methods__inner,
  .oh-delivery-payment__inner,
  .oh-delivery-store__inner,
  .oh-delivery-faq__inner,
  .oh-delivery-cta__inner {
    width: min(100% - 40px, 100%);
  }

  .oh-delivery-hero__title {
    font-size: clamp(38px, 10vw, 52px);
  }

  .oh-delivery-hero__text,
  .oh-delivery-section-head p,
  .oh-delivery-payment__content p,
  .oh-delivery-store__box p,
  .oh-delivery-cta p {
    font-size: 16px;
    line-height: 1.6;
  }

  .oh-delivery-hero__actions {
    flex-direction: column;
  }

  .oh-delivery-btn {
    width: 100%;
  }

  .oh-delivery-grid {
    grid-template-columns: 1fr;
  }

  .oh-delivery-card {
    min-height: auto;
  }

  .oh-delivery-card__number {
    margin-bottom: 22px;
  }

  .oh-delivery-cta__inner {
    grid-template-columns: 1fr;
    padding: 26px;
  }
}

@media (max-width: 420px) {
  .oh-delivery-hero__inner,
  .oh-delivery-methods__inner,
  .oh-delivery-payment__inner,
  .oh-delivery-store__inner,
  .oh-delivery-faq__inner,
  .oh-delivery-cta__inner {
    width: min(100% - 28px, 100%);
  }

  .oh-delivery-hero__card,
  .oh-delivery-store__box,
  .oh-delivery-store__side,
  .oh-delivery-cta__inner {
    border-radius: 22px;
    padding: 22px;
  }

  .oh-delivery-section-head h2,
  .oh-delivery-payment__content h2,
  .oh-delivery-store__box h2,
  .oh-delivery-cta h2 {
    font-size: 32px;
  }
}/* End custom CSS */