/* FONT STYLING */

.blocks-column h4, .blocks-column h6 {
  font-family: 'Open Sans';
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.blocks-column h1, .blocks-column h2, .blocks-column h3, .blocks-column h4, .blocks-column h5, .blocks-column h6 {
  padding: 5px 0;
}


.embedded-checkout__cta .sage-btn--primary {
  font-family: 'Open Sans' !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 20px;
  padding: 15px 30px;
}

.single-lines p {
  margin-bottom: 0.2rem !important;
}

.double-lines li {
  margin-bottom: 1rem !important;
}


/* SPACING & ALIGNMENT */

.row-7 {
  justify-content: center;
}

#section-1744906803654 .container {
  max-width: 1150px !important;
}

#section-1744906803654 .sizer {
padding-top: 60px !important;
padding-bottom: 50px !important;
}



/* CHECKOUT FORM LAYOUT */

.sage-badge__value {
    display: none !important;
}

@media only screen and (min-width: 1023px) {

.embedded-checkout-price-display {
  display: flex;
  flex-direction: row;
}

.embedded-checkout-price-display__image-container {
  display: none;
}

.embedded-checkout-price-display__title-wrapper {
  display: none !important;
  width: 70%;
}

}

@media only screen and (max-width: 899px) {

.embedded-checkout-price-display__image-container {
    flex: auto !important;
}

}




/* ========================================
   ORDER BUMP
======================================== */

/* Stack image, content and button vertically */
pds-box:has(> .order-bump__thumbnail) {
  flex-direction: column !important;
  align-items: stretch !important;
}

/* Full-width thumbnail */
pds-box:has(> .order-bump__thumbnail) > .order-bump__thumbnail {
  width: 100% !important;
  flex: none !important;
}

/* Image fills thumbnail */
.order-bump__thumbnail img {
  display: block;
  width: 100% !important;
  height: auto !important;
}

/* Main content */
pds-box:has(> .order-bump__thumbnail) > pds-box:nth-child(2) {
  width: 100% !important;
  flex: none !important;
  align-items: center !important;
  text-align: center !important;
}

/* Heading */
pds-box:has(> .order-bump__thumbnail)
  > pds-box:nth-child(2)
  > pds-text:first-child {
  color: #c00000 !important;
  --color-text: #c00000 !important;
  --pine-color-text: #c00000 !important;
  --pine-font-size-body-md: 17px !important;
  text-align: center !important;
}

/* Description */
.order-bump-description {
  --pine-font-size-body-sm: 15px !important;
  text-align: center !important;
}

/* Price */
pds-box:has(> .order-bump__thumbnail)
  > pds-box:nth-child(2)
  > pds-text:last-child {
  --pine-font-size-body-md: 17px !important;
  align-self: flex-start !important;
  margin-top: 12px;
}

/* Button wrapper */
pds-box:has(> .order-bump__thumbnail) > pds-box:last-child {
  width: auto !important;
  flex: none !important;
  align-self: flex-end !important;
  justify-content: flex-end !important;

  /* Pull it up alongside the price */
  margin-top: -50px;
  min-height: 40px;
  align-items: center !important;
}






