/** Shopify CDN: Minification failed

Line 97:1 Expected identifier but found "."
Line 1556:47 Unexpected "{"
Line 1556:56 Expected ":"
Line 1556:62 Unexpected ","

**/
.product .product__title {
  margin: 8px 0 0;
}

.product .product__info-container > * + * {
  margin: 8px 0 4px;
}

.oke-is-clickable {
  font-size: 12px;
}

.selected-value {
  font-weight: 600 !important;
}

.product .bundles-container {
  margin: 0 !important;
}

.product .product__title h1 {
  font-size: 22px;
  line-height: 30px;
  color: #288326;
  font-family: inherit;
  /* font-family: "New Spirit"; */
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}

.template-product-birdies-new-v2 .product .product__title h1 {
  font-family: "Original Sans", sans-serif;
}

.product .caption-with-letter-spacing {
  text-transform: none;
}

.template-product-birdies-new-v2 product-info .product__text.inline-richtext {
  display: none !important;
  margin: 0 !important;
}

.related-bundle {
  margin-bottom: 16px;
  padding: 0;
  border-radius: 5px;
}

.related-bundle-options {
  margin-top: 15px;
}

.related-bundle-option {
  margin-bottom: 15px;
}

.related-bundle-option-3 .option-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  margin-top: 5px;
}

.option-values input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.option-values label {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.label-pack .related-bundle-option-selected-price {
  color: #288326;
  padding: 6px 0;
}

..product-form__input {
  font-family: 'poppins';
}

.product-form__input input[type=radio]+label.label-pack {
  border-radius: 5px;
  background: white;
}

.related-bundle-option-3 label.label-pack>.related-bundle-option-3-tags {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.product-form__input input[type=radio]+label.label-bundle {
  border: 1px solid #DADCDA;
  font-family: 'poppins';
  border-radius: 5px;
  background: white;
  font-style: normal;
}

.option-values-bundle input[type="radio"]:checked+label.label-bundle {
  background: #FDF8F0;
  color: #242824;
}

.label-pack .pack-description {
  padding: 10px 0;
}

.product-form__input input[type=radio]:checked+label.label-pack {
  color: black
}

.option-values input[type=radio]:checked+label.label-pack {
  background: #FDF8F0;
}

.option-values input[type="radio"]:checked+label {
  border-color: #000;
  background-color: #f5f5f5;
}

.color-options label {
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.color-options input[type="radio"]:checked+label {
  border: 2px solid #000;
}

.color-swatch-with-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.related-bundle-variant-info {
  display: flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.related-bundle-variant-image {
  flex: 0 0 100px;
  margin-right: 20px;
}

.related-bundle-variant-image img {
  max-width: 100%;
  height: auto;
}

.related-bundle-variant-prices .related-bundle-variant-compare-at-price {
  text-decoration: line-through;
  color: #999;
  font-family: 'new-spirit';
  font-weight: 500;
}

.related-bundle-add-to-cart {
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.related-bundle-add-to-cart:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.related-bundle-option-3 input[type="radio"]:checked+label:not(.color-pill),
.related-bundle-option-3 input[type="radio"]+label:not(.color-pill) {
  height: auto;
  gap: 0;
}

.related-bundle-option-3 label {
  position: relative;
}

.related-bundle-option-3 label:not(.form__label) {
  display: grid !important;
  grid-template-rows: 3fr 4fr;
}

.related-bundle-option-3 .product-form__input input[type="radio"]:checked+label:not(.color-pill),
.related-bundle-option-3 .product-form__input input[type="radio"]+label:not(.color-pill) {
  gap: 0;
  justify-content: flex-start;
}

.related-bundle-option-3 label {
  padding: 0 !important;
  margin-bottom: 4rem;
}

.related-bundle-option-3 label>div {
  padding: 0 1rem;
}

.related-bundle-option-3 .related-bundle-option-free-shipping {
  font-size: 10px;
  background-color: #288326;
  width: 100%;
  color: #FDF8F0;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.2px;
}

.related-bundle-option-3 .related-bundle-option .discount-badge,
.related-bundle-option-3 .related-bundle-option .discount-percentage {
  font-size: 12px;
  line-height: normal;
  background-color: #288326;
  width: 100%;
}

.related-bundle-option-3 label>.related-bundle-option-3-tags {
  height: 100%;
  background-color: #288326;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top:8px;
  padding-bottom:8px;
  color: #fff;
  font-size: 10px;
  position: relative;
  width: 100%;
}

.related-bundle-option-selected-price {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 110%);
  align-items: center;
  justify-content: center;
  font-size: 12px;
  column-gap: 3px;
  font-weight: 500;
  font-family: new-spirit, sans-serif;
}

.related-bundle-option-3 input[type="radio"]:checked+label .related-bundle-option-selected-price {
  display: flex;
}

.related-bundle-variant-prices {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  align-items: center;
}

.related-bundle-variant-prices p {
  margin: 0;
}

.related-bundle-variant-prices .member-savings-signup {
  display: block;
  flex-basis: 100%;
  margin-top: 4px;
}

.related-bundle-variant-compare-at-price {
  font-family: "Poppins", sans-serif;
  color: #777e77;
  letter-spacing: -0.02em;
}

.related-bundle-variant-price {
  font-family: 'new-spirit';
  color: #f26641;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-size: 18px;
}

.related-bundle-variant-price.not-compare-price {
  color: #000;
}

.related-bundle-variant-discount {
  padding: 0 0.5rem;
  background-color: #fff5a0;
  font-size: 12px;
  height: min-content;
  border-radius: 3px;
  text-transform: none;
  color: #242824;
}

.related-bundle-short-description {
  max-width: 60ch;
  margin: 8px 0 0;
  color: #4A4F4A;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.related-bundle-option-3-tags .best-value-tag {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  transform: translateY(-100%);
  width: 100%;
  background-color: #FFF5A0;
  color: #3E433C;
  font-size: 12px;
  line-height: 120%;
  padding: 10px 8px;
  display: inline-block;
  margin-right: 5px;
  font-family: new-spirit, sans-serif;
  font-weight: 500;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.related-bundle-option-text {
  font-size: 14px;
  font-family: new-spirit, sans-serif;
  font-weight: 600;
  color: #3E433C;
}

.option-values input[type=radio]:checked+label.label-pack .related-bundle-option-price-each span {
  color: #3E433C;
}

.related-bundle-option-price-each {
  font-size: 10px;
  margin-top: 5px;
  color: #3E433C;
  font-family: inherit;
  /* font-family: "New Spirit"; */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.related-bundle-option-price-each span:last-child {
  color: #777e77;
}


.product .new-add-to-cart-wrapper .product-form__submit {
  min-height: 50px;
  margin-top: 2rem;
  font-weight: 500;
  /* display: none; */
}

.product .new-add-to-cart-wrapper {
  margin-top: 42px;
}

.product .discount-badge {
  margin-top: 3px;
}

.related-bundle-option-1 label,
.related-bundle-option-2 label {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .product .product__title h1 {
    font-size: 27px;
    line-height: 30px;
  }

  .related-bundle-option-3-tags .best-value-tag {
    z-index: -1;
  }
  

  .related-bundle-option-3 label>.related-bundle-option-3-tags {
    font-size: 12px;
    padding-top:0px;
    padding-bottom:0px;
  }

  .related-bundle-option-3 .related-bundle-option-free-shipping {
    font-size: 12px;
  }

  .related-bundle-option-text {
    font-size: 16px;
  }

  .product .new-add-to-cart-wrapper .product-form__submit {
    min-height: 57px;
  }

  .related-bundle-option-price-each {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .related-bundle-option-3 label>div {
    min-width: 177px;
  }
}

.pdp-switcher {
  margin: 12px 0;
}

.related-bundle-option {
  .group-products-list {
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    & li {
      border: 1px solid #DADCDA;
      border-radius: 5px;
      padding: 4px 12px;
      color: #242824;
      font-size: 14px;
      line-height: 1.5;
      &:hover {
        background: #f3f8f2;
        border: 0px solid #3e6b35;
        color: #000000;
        font-weight: 300;
      }
      &.current-product {
        background: #f3f8f2;
        border: 0px solid #3e6b35;
        color: #000000;
        font-weight: 300;
      }
      & a {
        color: #242824;
        text-decoration: none;
      }
    }
  }
}

/* =============================================================
   Epic Beds PDP info column refinements
   ============================================================= */

/* Title: tighter bottom margin so reviews sit close */
.template-product-birdies-new-v2 .product__title {
  margin-bottom: 4px;
}

/* Reviews + purchases meta row */
.template-product-birdies-new-v2 .product__title-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

/* Scale Okendo star widget down */
.template-product-birdies-new-v2 .product__okendo-summary {
  font-size: 1.2rem;
}

.template-product-birdies-new-v2 .product__okendo-summary [data-oke-star-rating-label],
.template-product-birdies-new-v2 .product__okendo-summary .oke-stars {
  font-size: 1.2rem !important;
}

/* Purchases last month */
.template-product-birdies-new-v2 .product__purchases-last-month {
  font-size: 1.3rem;
  color: #5a5f5a;
  margin: 0;
  line-height: 1.4;
}

/* Color swatches: 36px -> 28px */
.template-product-birdies-new-v2 .color-pill {
  width: 28px !important;
  height: 28px !important;
}

/* Variant option label spacing: tighten gap between swatches/buttons */
.template-product-birdies-new-v2 .product-form__input {
  margin-bottom: 10px;
}

/* Size buttons: smaller padding and font */
.template-product-birdies-new-v2 .product-form__input input[type='radio']:not(.color-pill) + label:not(.color-pill) {
  padding: 0.6rem 1.4rem;
  font-size: 1.3rem;
  margin: 0.4rem 0.4rem 0.2rem 0;
}

/* fieldset legend (Color: / Size: label) -- tighter */
.template-product-birdies-new-v2 fieldset.product-form__input .form__label {
  font-size: 1.4rem;
  margin-bottom: 4px;
}

.product-form__input .form__label {
  padding-left: 0;
  font-family: 'Poppins';
  color: #3e433c;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 135%;
  letter-spacing: -0.32px;
}

.product-form__input .form__label .selected-value {
  color: #3e433c;
  font-family: 'Poppins';
  font-size: 12px;
  font-style: normal;
  line-height: 135%;
  letter-spacing: -0.32px;
  margin-left: 4px;
}

/* =============================================================
   Purchase Options -- radio cards + ATC row
   ============================================================= */

.product-purchase-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}

/* Radio card base */
.purchase-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #DADCDA;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  background: #fff;
  transition: border-color 0.15s ease, background 0.15s ease;
  margin-bottom: 10px;
}

.purchase-option--selected {
  border: 2px solid #3e6b35;
  background: #f3f8f2;
}

/* Hide native radio */
.purchase-option__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Custom radio indicator */
.purchase-option__indicator {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #DADCDA;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.15s ease;
}

.purchase-option__indicator::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3E6B35;
  opacity: 0;
  transition: opacity 0.15s ease;
}

.purchase-option--selected .purchase-option__indicator {
  border-color: #3E6B35;
}

.purchase-option--selected .purchase-option__indicator::after {
  opacity: 1;
}

/* Label text */
.purchase-option__label {
  font-size: 1.5rem;
  font-weight: 600;
  color: #242824;
  line-height: 1.3;
}

/* Price -- pushed to right */
.purchase-option__price {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}

.purchase-option__price-amount {
  font-size: 1.6rem;
  font-weight: 700;
  color: #242824;
}

.purchase-option__price-each {
  font-size: 1.1rem;
  color: #5a5f5a;
}

/* Membership card body */
.purchase-option__membership-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.purchase-option__membership-header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.purchase-option__membership-sub {
  font-size: 10px;
  color: #5a5f5a;
  line-height: 1.3;
  font-family: 'Poppins';
}

/* Save badge */
.purchase-option__save-badge {
  font-size: 1.1rem;
  font-weight: 700;
  background: #FFF3B0;
  color: #242824;
  padding: 2px 7px;
  border-radius: 4px;
  white-space: nowrap;
  position: absolute;
  top: -10px;
  right: 12px;
  font-family: 'Poppins';
}

/* Membership price column */
.purchase-option__membership-price {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
}

.purchase-option__price-compare {
  font-size: 1.3rem;
  color: #9a9e9a;
  text-decoration: line-through;
}

/* Benefits panel -- renders below ATC row, hidden until membership selected */
.purchase-option__benefits {
  display: none;
  background: #F3F8F2;
  border: 1px solid #C8DEC4;
  border-radius: 8px;
  padding: 16px;
  margin-top: 4px;
}

.purchase-option__benefits--visible {
  display: block;
}

.purchase-option__benefits-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3E6B35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: "Original Sans", sans-serif;
}

.purchase-option__benefits-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
}

.purchase-option__benefits-list li {
  font-size: 1.3rem;
  color: #3E6B35;
  font-weight: 500;
  padding-left: 18px;
  position: relative;
}

.purchase-option__benefits-list li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%233E6B35' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.purchase-option__benefits-disclaimer {
  font-size: 10px;
  color: #5a5f5a;
  margin: 0;
  border-top: 1px solid #C8DEC4;
  padding-top: 10px;
  font-family: 'Poppins';
}

.purchase-option__benefits-disclaimer a {
  color: #3E6B35;
}

.membership-upsell {
  border: 1px solid #DADCDA;
  border-radius: 8px;
  background: #fff;
  margin-top: 6px;
  overflow: hidden;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.membership-upsell--selected {
  border-color: #3E6B35;
  background: #F3F8F2;
  box-shadow: 0 0 0 1px #3E6B35;
}

.membership-upsell__choice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px 10px;
  cursor: pointer;
}

.membership-upsell__checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.membership-upsell__control {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 2px solid #DADCDA;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.membership-upsell__control::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.membership-upsell__checkbox:focus-visible + .membership-upsell__control {
  outline: 2px solid #3E6B35;
  outline-offset: 2px;
}

.membership-upsell__checkbox:checked + .membership-upsell__control {
  border-color: #3E6B35;
  background: #3E6B35;
}

.membership-upsell__checkbox:checked + .membership-upsell__control::after {
  opacity: 1;
}

.membership-upsell__content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.membership-upsell__eyebrow {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #288326;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.membership-upsell__title {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: #242824;
}

.membership-upsell__sub {
  font-size: 1.1rem;
  line-height: 1.35;
  color: #5A5F5A;
  font-family: 'Poppins';
}

.membership-upsell__price {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  gap: 1px;
  margin-left: auto;
}

.membership-upsell__compare {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #8B918B;
  text-decoration: line-through;
}

.membership-upsell__amount {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #288326;
}

.membership-upsell__price-label {
  font-size: 1rem;
  line-height: 1.1;
  color: #5A5F5A;
  font-family: 'Poppins';
}

.membership-upsell__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px 14px 50px;
  border-top: 1px solid rgba(62, 107, 53, 0.18);
  font-size: 1.1rem;
  line-height: 1.35;
  color: #3E6B35;
  font-family: 'Poppins';
  font-weight: 600;
}

.membership-upsell__details {
  appearance: none;
  border: 0;
  background: transparent;
  color: #288326;
  text-decoration: underline;
  font: inherit;
  font-weight: 700;
  padding: 0;
  cursor: pointer;
  white-space: nowrap;
}

.membership-benefits-modal-is-open {
  overflow: hidden;
}

.membership-benefits-modal[hidden] {
  display: none;
}

.membership-benefits-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.membership-benefits-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.58);
  cursor: pointer;
}

.membership-benefits-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  max-height: min(680px, calc(100vh - 40px));
  overflow: auto;
  background: #fff;
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.membership-benefits-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid #DADCDA;
  border-radius: 50%;
  background: #fff;
  color: #242824;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.membership-benefits-modal__eyebrow {
  margin: 0 44px 6px 0;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #288326;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.membership-benefits-modal__title {
  margin: 0 44px 18px 0;
  font-size: 2.6rem;
  line-height: 1.05;
  color: #288326;
}

.membership-benefits-modal__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
}

.membership-benefits-modal__list li {
  position: relative;
  padding-left: 22px;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #242824;
  font-weight: 600;
  font-family: 'Poppins';
}

.membership-benefits-modal__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%233E6B35' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.membership-benefits-modal__disclaimer {
  margin: 0 0 16px;
  padding-top: 16px;
  border-top: 1px solid #DADCDA;
  font-size: 10px;
  line-height: 1.45;
  color: #5A5F5A;
  font-family: 'Poppins';
}

.membership-benefits-modal__link {
  color: #288326;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: 'Poppins';
}

.epic-purchase-support {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #E3E5E1;
}

.epic-purchase-support__delivery {
  margin: 0 0 10px;
  color: #288326;
  font-family: 'Poppins';
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.epic-purchase-support__honest-pricing {
  margin: 0 0 12px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fdf8f0;
  color: #288326;
  font-family: 'Original Sans';
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: capitalize;
  text-align: center;
}

.epic-purchase-support__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  gap: 0;
}

.epic-purchase-support__proof-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  padding: 10px 8px;
  text-align: center;
}

.epic-purchase-support__proof-item + .epic-purchase-support__proof-item {
  border-left: 1px solid #D5E3D0;
}

.epic-purchase-support__proof-item strong {
  color: #242824;
  font-size: 1.35rem;
  line-height: 1.15;
  font-weight: 700;
}

.epic-purchase-support__proof-item span {
  color: #6B736B;
  font-family: 'Poppins';
  font-size: 1.05rem;
  line-height: 1.25;
  font-weight: 500;
}

.epic-setup-upsell {
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #FDF8F0;
}

.epic-setup-upsell__header {
  padding: 14px 16px 0px;
  border-bottom: 0;
  background: #FDF8F0;
}

.epic-setup-upsell__title {
  margin: 0 0 4px;
  color: #288326;
  font-family: "Original Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.epic-setup-upsell__subtitle {
  margin: 0;
  color: #5A665A;
  font-family: 'Poppins';
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.35;
}

.epic-setup-upsell__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
}

.epic-setup-upsell__card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  border: 0;
  border-radius: 8px;
  background: #FFF;
  transition: background 0.15s ease;
}

.epic-setup-upsell__card:hover {
  background: #FBF2E7;
}

.epic-setup-upsell__media {
  display: flex;
  width: 100%;
  min-height: 84px;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  border: 0;
}

.epic-setup-upsell__media img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.epic-setup-upsell__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  min-width: 0;
}

.epic-setup-upsell__content h3 {
  margin: 0;
  color: #242824;
  font-size: 1.32rem;
  font-weight: 700;
  line-height: 1.25;
}

.epic-setup-upsell__content h3 a {
  color: inherit;
  text-decoration: none;
}

.epic-setup-upsell__content h3 a:hover {
  text-decoration: underline;
}

.epic-setup-upsell__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: #288326;
  font-family: 'Poppins';
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
}

.epic-setup-upsell__price s {
  color: #8B918B;
  font-size: 1.1rem;
  font-weight: 500;
}

.epic-setup-upsell__button {
  grid-column: 1 / -1;
  align-self: flex-start;
  min-width: 68px;
  min-height: 34px;
  margin-top: 0;
  padding: 0 16px;
  border: 1.5px solid #288326;
  border-radius: 999px;
  background: #fff;
  color: #288326;
  font-family: 'Poppins';
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.epic-setup-upsell__button:hover,
.epic-setup-upsell__button:focus-visible {
  background: #174E17;
  border-color: #174E17;
  color: #fff;
}

.epic-setup-upsell__button[disabled] {
  border-color: #C9CDC8;
  color: #8B918B;
  cursor: not-allowed;
}

@media screen and (min-width: 990px) {
  .template-product-birdies-new-v2 [id^="MainProduct-"] .product__media-wrapper {
    align-self: stretch;
  }

  .template-product-birdies-new-v2 [id^="MainProduct-"] .product__media-wrapper > .new-gallery {
    position: sticky;
    top: calc(var(--epic-wayfinder-top, 0px) + 64px);
    z-index: 2;
  }
}

.epic-pdp-wayfinder {
  position: fixed;
  top: var(--epic-wayfinder-top, 0);
  right: 0;
  left: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #E3E5E1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.epic-pdp-wayfinder--visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.epic-pdp-wayfinder__inner {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.epic-pdp-wayfinder__scroller {
  display: flex;
  gap: 4px;
  align-items: center;
  min-height: 44px;
  overflow-x: auto;
  scrollbar-width: none;
}

.epic-pdp-wayfinder__scroller::-webkit-scrollbar {
  display: none;
}

.epic-pdp-wayfinder__link {
  flex: 0 0 auto;
  padding: 10px 12px;
  border-radius: 999px;
  color: #4C564C;
  font-family: 'Poppins';
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.epic-pdp-wayfinder__link:hover,
.epic-pdp-wayfinder__link:focus-visible,
.epic-pdp-wayfinder__link--active {
  background: #F3F8F2;
  color: #288326;
}

/* Actions row: quantity + ATC button */
.purchase-option__actions {
  display: flex;
  align-items: stretch;
  gap: 12px;
  margin-top: 8px;
}

.purchase-option__quantity {
  flex-shrink: 0;
}

.purchase-option__form {
  flex: 1;
  min-width: 0;
}

.purchase-option__form .product-form__buttons {
  height: 100%;
}

.purchase-option__atc {
  width: 100% !important;
  height: 100%;
  min-height: 52px;
}

/* Installments */
.purchase-option__installments {
  margin-top: 4px;
  text-align: center;
}

/* Mobile: stack quantity above ATC */
@media screen and (max-width: 480px) {
  .purchase-option__actions {
    flex-direction: column;
  }

  .purchase-option__quantity {
    width: 100%;
    justify-content: center;
  }

  .membership-upsell__choice {
    align-items: flex-start;
  }

  .membership-upsell__price {
    display: none;
  }

  .membership-upsell__footer {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 16px;
  }

  .membership-benefits-modal {
    align-items: flex-end;
    padding: 12px;
  }

  .membership-benefits-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 24px 20px;
  }

  .membership-benefits-modal__list {
    grid-template-columns: 1fr;
  }

  .epic-purchase-support__delivery {
    text-align: left;
  }

  .epic-purchase-support__proof {
    grid-template-columns: 1fr;
  }

  .epic-purchase-support__proof-item {
    align-items: flex-start;
    text-align: left;
  }

  .epic-purchase-support__proof-item + .epic-purchase-support__proof-item {
    border-top: 1px solid #E0E3DE;
    border-left: 0;
  }

  .epic-setup-upsell__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }

  .epic-setup-upsell__grid {
    grid-template-columns: 1fr;
  }

  .epic-setup-upsell__media {
    width: 100%;
    height: auto;
    min-height: 112px;
    aspect-ratio: 4 / 3;
  }

  .epic-setup-upsell__media img {
    width: 82%;
    height: 82%;
  }

  .epic-setup-upsell__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .epic-setup-upsell__button {
    align-self: flex-start;
  }
}

/* =============================================================
   Quantity input + button overrides
   ============================================================= */

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity .quantity__button:not(:focus-visible):not(.focused),
.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity .quantity__input:not(:focus-visible):not(.focused),
.template-product-birdies_new_v2 .product-purchase-options .purchase-option__quantity .quantity__button:not(:focus-visible):not(.focused),
.template-product-birdies_new_v2 .product-purchase-options .purchase-option__quantity .quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: none;
  background-color: inherit;
  font-family: "Original Sans", sans-serif;
}

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity.quantity input,
.template-product-birdies_new_v2 .product-purchase-options .purchase-option__quantity.quantity input {
  width: 34px;
  height: 40px;
  flex: 0 0 34px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  padding: 0 2px;
}

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity.quantity,
.template-product-birdies_new_v2 .product-purchase-options .purchase-option__quantity.quantity {
  background: #fff;
  width: auto;
  min-width: 100px;
  max-width: 130px;
  min-height: 52px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 0;
  border-radius: 999px;
}

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity.quantity::before,
.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity.quantity::after,
.template-product-birdies_new_v2 .product-purchase-options .purchase-option__quantity.quantity::before,
.template-product-birdies_new_v2 .product-purchase-options .purchase-option__quantity.quantity::after {
  content: none;
}

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity .quantity__button,
.template-product-birdies_new_v2 .product-purchase-options .purchase-option__quantity .quantity__button {
  flex-shrink: 0;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
  border: 1px solid #DADCDA;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin: 0;
}

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity .quantity__button svg,
.template-product-birdies_new_v2 .product-purchase-options .purchase-option__quantity .quantity__button svg {
  width: 12px;
}

/* =============================================================
   Breadcrumbs
   ============================================================= */

.breadcrumbs {
  margin-top: 10px;
}

/* =============================================================
   Main product section padding override for the current Epic Beds launch template
   ============================================================= */

.template-product-birdies-new-v2 #MainProduct-{{ section.id }},
.template-product-birdies-new-v2 [id^="MainProduct-"] {
  padding-top: 10px !important;
}

@media screen and (min-width: 750px) {
  .template-product-birdies-new-v2 [id^="MainProduct-"] {
    padding-top: 10px !important;
  }
}

/* ============================================================
   PDP Media Extras: Callout Review + Video Rail
   Scoped to the current Epic Beds launch template via .template-product-birdies-new-v2
   ============================================================ */

.template-product-birdies-new-v2 .product__media-item {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url("https://shop.epicgardening.com/cdn/shop/t/464/assets/button-mask.svg") !important;
  mask-image: url("https://shop.epicgardening.com/cdn/shop/t/464/assets/button-mask.svg") !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}

.template-product-birdies-new-v2 .product__media-item .global-media-settings,
.template-product-birdies-new-v2 .product__media-item img,
.template-product-birdies-new-v2 .thumbnail-list__item,
.template-product-birdies-new-v2 .thumbnail-list__item img {
  -webkit-mask-image: url("https://shop.epicgardening.com/cdn/shop/t/464/assets/button-mask.svg") !important;
  mask-image: url("https://shop.epicgardening.com/cdn/shop/t/464/assets/button-mask.svg") !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}

.template-product-birdies-new-v2 .pdp-gallery-mask {
  display: none;
}

.template-product-birdies-new-v2 .pdp-gallery-mask__img {
  width: 100%;
  height: auto;
  display: block;
}

.pdp-media-extras {
  margin-top: 2.4rem;
  width: 100%;
}

/* Desktop: show under gallery, hide in info column */
.pdp-media-extras--media {
  display: block;
}

.pdp-media-extras--info {
  display: none;
}

.pdp-media-extras--support {
  margin-top: 12px;
}

@media screen and (max-width: 749px) {
  .pdp-media-extras--media {
    display: block;
  }

  .pdp-media-extras--info {
    display: block;
    margin-top: 3.2rem;
  }
}

[data-epic-pdp-hero] .product__media-wrapper {
  position: relative;
}

[data-epic-pdp-hero] #smartwishlist {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 12;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 !important;
  border-radius: 50%;
  background: #fff;
}

[data-epic-pdp-hero] #smartwishlist #sw_wishlist_label,
[data-epic-pdp-hero] #smartwishlist #bookmarkcount,
[data-epic-pdp-hero] #smartwishlist #wishlist_message {
  display: none !important;
}

[data-epic-pdp-hero] #smartwishlist > * {
  margin: 0 !important;
}

[data-epic-pdp-hero] #smartwishlist #bookmarkit {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

[data-epic-pdp-hero] #smartwishlist #bookmarkit .fa-heart-o,
[data-epic-pdp-hero] #smartwishlist #bookmarkit .fa-heart {
  margin-right: 0;
  font-size: 16px !important;
}

[data-epic-pdp-hero] #smartwishlist #bookmarkit:focus-visible {
  outline: 2px solid #288326;
  outline-offset: 2px;
  border-radius: 50%;
}

.purchase-option__shipping {
  margin: 10px 0 0;
  color: #288326;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

/* ---- Callout Review ---- */
.pdp-callout-review {
  background: #f4f8f2;
  border: 0;
  border-radius: 8px;
  padding: 2.4rem 2.8rem;
  -webkit-mask-image: url("https://shop.epicgardening.com/cdn/shop/t/464/assets/button-mask.svg");
  mask-image: url("https://shop.epicgardening.com/cdn/shop/t/464/assets/button-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.pdp-callout-review__stars {
  display: flex;
  gap: 0.3rem;
  margin-bottom: 1rem;
  color: #288326;
}

.pdp-callout-review__star--empty {
  color: #d6d6d6;
}

.pdp-callout-review__quote {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  color: #288326;
  border-left: 0 !important;
  padding-left: 0 !important;
}

.pdp-callout-review__quote p {
  margin: 0;
}

.pdp-callout-review__quote p::before {
  content: '\201C';
}

.pdp-callout-review__quote p::after {
  content: '\201D';
}

.pdp-callout-review__attribution {
  font-size: 10px;
  color: #288326;
  font-weight: 600;
  font-family: 'Poppins';
  margin-top: 8px;
}

.pdp-callout-review__attribution cite {
  font-style: normal;
}

/* ---- Video Rail ---- */
.pdp-video-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.6vw, 8.8rem);
  margin-top: 1.6rem;
  padding: 0 7%;
}

.pdp-media-extras--support .pdp-video-rail {
  gap: 8px;
  margin-top: 0;
  padding: 0;
}

.pdp-video-rail__thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  overflow: hidden;
  background: #111;
  border: 3px solid #111111;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.pdp-video-rail__thumb:focus-visible {
  outline: 2px solid #2d6a2d;
  outline-offset: 2px;
}

.pdp-video-rail__thumb--empty {
  cursor: default;
  opacity: 1;
}

.pdp-video-rail__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pdp-video-rail__thumb-placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 34% 70%, rgba(46, 125, 37, 0.95) 0 12%, transparent 13%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 68%, rgba(46, 125, 37, 0.35) 68% 100%),
    linear-gradient(135deg, #17301b, #102112);
  display: block;
}

.pdp-video-rail__thumb[data-video-slot="2"] .pdp-video-rail__thumb-placeholder {
  background:
    radial-gradient(circle at 40% 70%, rgba(46, 125, 37, 0.95) 0 10%, transparent 11%),
    radial-gradient(circle at 62% 72%, rgba(46, 125, 37, 0.85) 0 8%, transparent 9%),
    linear-gradient(180deg, transparent 0 64%, rgba(196, 164, 116, 0.36) 64% 86%, transparent 86%),
    linear-gradient(135deg, #133d5b, #102635);
}

.pdp-video-rail__thumb[data-video-slot="3"] .pdp-video-rail__thumb-placeholder {
  background:
    radial-gradient(circle at 34% 72%, rgba(197, 159, 84, 0.95) 0 5%, transparent 6%),
    radial-gradient(circle at 66% 72%, rgba(197, 159, 84, 0.95) 0 5%, transparent 6%),
    linear-gradient(180deg, transparent 0 70%, rgba(196, 164, 116, 0.36) 70% 86%, transparent 86%),
    linear-gradient(135deg, #3b2413, #1f140d);
}

.pdp-video-rail__thumb[data-video-slot="4"] .pdp-video-rail__thumb-placeholder {
  background:
    radial-gradient(circle at 30% 72%, rgba(197, 159, 84, 0.95) 0 5%, transparent 6%),
    radial-gradient(circle at 50% 72%, rgba(197, 159, 84, 0.95) 0 5%, transparent 6%),
    radial-gradient(circle at 70% 72%, rgba(197, 159, 84, 0.95) 0 5%, transparent 6%),
    linear-gradient(180deg, transparent 0 70%, rgba(196, 164, 116, 0.36) 70% 86%, transparent 86%),
    linear-gradient(135deg, #3b250d, #211509);
}

.pdp-video-rail__play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d6a2d;
  pointer-events: none;
}

@media screen and (max-width: 749px) {
  .pdp-callout-review {
    padding: 2rem;
  }

  .pdp-callout-review__quote {
    font-size: 16px;
  }

  .pdp-video-rail {
    gap: 1.2rem;
    padding: 0;
  }
}

/* ---- Video Modal ---- */
.pdp-video-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.68);
}

.pdp-video-modal[hidden] {
  display: none;
}

.pdp-video-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  cursor: pointer;
}

.pdp-video-modal__inner {
  position: relative;
  z-index: 1;
  width: min(90vw, 800px);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pdp-video-modal__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

.pdp-video-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 4.8rem;
  height: 4.8rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
}

.pdp-video-modal__nav--prev {
  left: 1.6rem;
}

.pdp-video-modal__nav--next {
  right: 1.6rem;
}

.pdp-video-modal__nav:focus-visible {
  outline: 2px solid #288326;
  outline-offset: 2px;
}

.pdp-video-modal__nav svg {
  width: 2.4rem;
  height: 2.4rem;
}

.pdp-video-modal__nav[hidden] {
  display: none;
}

.pdp-video-modal__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.pdp-video-modal__video-wrap {
  width: 100%;
}

.pdp-video-modal__iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.pdp-video-modal__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.pdp-video-modal__video {
  width: 100%;
  display: block;
}

.pdp-video-modal__credit {
  padding: 1.2rem 1.6rem;
  margin: 0;
  font-size: 1.3rem;
  color: #3e433c;
  background: #fff;
  text-align: center;
}

/* =============================================================
   Birdies v2 ATF visual refresh
   ============================================================= */

.template-product-birdies-new-v2 [id^="MainProduct-"] .page-width {
  max-width: 1520px;
}

.template-product-birdies-new-v2 [id^="MainProduct-"] .product.grid {
  align-items: stretch;
  column-gap: 0;
}

.template-product-birdies-new-v2 .new-gallery .product-gallery {
  max-width: none;
  gap: 16px;
}

.template-product-birdies-new-v2 .new-gallery .thumbnail-container {
  width: 86px;
}

.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper .swiper-slide,
.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper img {
  width: 84px;
  height: 84px;
  border-radius: 8px;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper .swiper-slide {
  background: #d9d9d9;
  box-shadow: none;
  border: 1px solid transparent;
}

.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper .swiper-slide-thumb-active {
  border-color: #242824;
  box-shadow: none;
}

.template-product-birdies-new-v2 .new-gallery .main-image-container,
.template-product-birdies-new-v2 .new-gallery .main-swiper img,
.template-product-birdies-new-v2 .gallery-slide,
.template-product-birdies-new-v2 .product__media-item,
.template-product-birdies-new-v2 .product__media-item .global-media-settings,
.template-product-birdies-new-v2 .product__media-item img,
.template-product-birdies-new-v2 .thumbnail-list__item,
.template-product-birdies-new-v2 .thumbnail-list__item img {
  border-radius: 8px;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}

.template-product-birdies-new-v2 .new-gallery .main-image-container {
  background: #d9d9d9;
}

.template-product-birdies-new-v2 .product__hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 14px;
}

.template-product-birdies-new-v2 .product__hero-badge {
  display: inline-flex !important;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: #d2f5cf;
  color: #288326;
  font-family: "Original Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.template-product-birdies-new-v2 .product .product__title h1 {
  color: #288326;
  font-family: "New Spirit", "Original Sans", sans-serif;
  font-size: clamp(28px, 2.25vw, 34px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

.template-product-birdies-new-v2 .product__title-meta {
  margin-bottom: 8px;
}

.template-product-birdies-new-v2 .related-bundle-variant-info {
  margin-bottom: 14px;
}

.template-product-birdies-new-v2 [data-epic-pdp-hero] .related-bundle-variant-price,
.template-product-birdies_new_v2 [data-epic-pdp-hero] .related-bundle-variant-price {
  color: #111 !important;
  font-family: "New Spirit", new-spirit, serif;
  font-size: 24px;
  font-weight: 700;
  /* Intelligems can hide its price hook until all page scripts finish. */
  opacity: 1 !important;
}

.template-product-birdies-new-v2 [data-epic-pdp-hero] .epic-purchase-support__proof-item:nth-child(3) .epic-purchase-support__proof-icon img {
  filter: brightness(0) saturate(100%) invert(40%) sepia(51%) saturate(1168%) hue-rotate(72deg) brightness(87%) contrast(94%);
}

.template-product-birdies-new-v2 [data-epic-pdp-hero] .related-bundle-variant-compare-at-price,
.template-product-birdies_new_v2 [data-epic-pdp-hero] .related-bundle-variant-compare-at-price,
.template-product-birdies-new-v2 [data-epic-pdp-hero] .related-bundle-variant-discount,
.template-product-birdies_new_v2 [data-epic-pdp-hero] .related-bundle-variant-discount {
  opacity: 1 !important;
}

.template-product-birdies-new-v2 .pdp-switcher .form__label,
.template-product-birdies-new-v2 .related-bundle-option-2 .form__label {
  margin-bottom: 10px;
  color: #111;
  font-size: 14px;
  font-weight: 800;
}

.template-product-birdies-new-v2 .related-bundle-option .group-products-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.template-product-birdies-new-v2 .related-bundle-option .group-products-list li {
  min-height: 52px;
  padding: 10px 16px;
  border: 1px solid #9f9f9f;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-family: "Original Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.template-product-birdies-new-v2 .related-bundle-option .group-products-list li.current-product {
  border: 2px solid #206D1F;
  background: #edf9ec;
  color: #111;
}

.template-product-birdies-new-v2 .related-bundle-option .group-products-list a,
.template-product-birdies-new-v2 .related-bundle-option .group-products-list span.current-product {
  display: block;
  color: inherit;
  font-weight: inherit;
}

.template-product-birdies-new-v2 .related-bundle-option__subtitle {
  display: block;
  margin-top: 3px;
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.template-product-birdies-new-v2 .color-options {
  display: flex;
  gap: 18px;
  align-items: center;
}

.template-product-birdies-new-v2 .color-pill {
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  box-shadow: none;
}

.template-product-birdies-new-v2 .color-options input[type="radio"]:checked + label {
  border-color: #FFF !important;
}

.template-product-birdies-new-v2 .purchase-option__actions {
  gap: 12px;
  margin-top: 18px;
}

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity.quantity {
  min-width: 124px;
  min-height: 54px;
  padding: 0 12px;
  border: 1px solid #bfc2bf;
  border-radius: 8px;
  background: #fff;
  gap: 8px;
}

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity .quantity__button {
  width: 28px;
  height: 40px;
  border: 0;
  border-radius: 0;
  color: #9da39d;
  background: transparent;
}

.template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity.quantity input {
  width: 32px;
  flex-basis: 32px;
  height: 40px;
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.template-product-birdies-new-v2 .purchase-option__atc {
  min-height: 54px;
  border-radius: 8px !important;
  background: #151064 !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.template-product-birdies-new-v2 .purchase-option__shipping {
  margin-top: 14px;
  color: #f26641;
  text-align: left;
}

.template-product-birdies-new-v2 .epic-purchase-support {
  margin-top: 18px;
  padding-top: 18px;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof {
  gap: clamp(16px, 3vw, 46px);
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item {
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: #288326;
  text-align: left;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 3px solid #1f7a35;
  border-radius: 50%;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item + .epic-purchase-support__proof-item {
  border-left: 0;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item strong {
  color: #288326;
  font-family: "New Spirit", "Original Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item span {
  display: none;
}

.template-product-birdies-new-v2 .pdp-media-extras--media {
  max-width: 1520px;
  margin: 28px auto 0;
  padding: 0 1.5rem;
}

.template-product-birdies-new-v2 .pdp-video-rail__heading {
  margin: 0 0 22px;
  color: #111;
  font-family: "New Spirit", "Original Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
}

.template-product-birdies-new-v2 .pdp-video-rail {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
  padding: 0;
}

.template-product-birdies-new-v2 .pdp-video-rail__thumb {
  aspect-ratio: 0.82 / 1;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  background: #cfcfcf;
  box-shadow: none;
}

.template-product-birdies-new-v2 .pdp-video-rail__thumb::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.36));
  pointer-events: none;
}

.template-product-birdies-new-v2 .pdp-video-rail__play-icon {
  inset: 18px auto auto 18px;
  width: 34px;
  height: 34px;
  color: #d9d9d9;
}

.template-product-birdies-new-v2 .pdp-video-rail__play-icon svg {
  width: 34px;
  height: 34px;
}

.template-product-birdies-new-v2 .pdp-video-rail__meta {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  text-align: left;
}

.template-product-birdies-new-v2 .pdp-video-rail__title {
  font-family: "New Spirit", "Original Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}

.template-product-birdies-new-v2 .pdp-video-rail__duration {
  min-height: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.template-product-birdies-new-v2 .pdp-video-modal__inner {
  width: min(92vw, 460px);
  max-height: calc(100vh - 36px);
  background: #111;
}

.template-product-birdies-new-v2 .pdp-video-modal__iframe-wrap {
  height: auto;
  padding-bottom: 0;
  aspect-ratio: 9 / 16;
}

.template-product-birdies-new-v2 .pdp-video-modal__video {
  max-height: calc(100vh - 128px);
  background: #111;
}

.template-product-birdies-new-v2 .pdp-video-modal__caption {
  padding: 12px 16px;
  background: #fff;
}

.template-product-birdies-new-v2 .pdp-video-modal__title,
.template-product-birdies-new-v2 .pdp-video-modal__credit {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #242824;
  text-align: left;
}

.template-product-birdies-new-v2 .pdp-video-modal__title {
  font-size: 15px;
  font-weight: 800;
}

.template-product-birdies-new-v2 .pdp-video-modal__credit {
  margin-top: 2px;
  font-size: 12px;
  color: #5a5f5a;
}

@media screen and (max-width: 989px) {
  .template-product-birdies-new-v2 [id^="MainProduct-"] .product__media-wrapper,
  .template-product-birdies-new-v2 [id^="MainProduct-"] .product__info-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .template-product-birdies-new-v2 .pdp-video-rail {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-bottom: 8px;
  }

  .template-product-birdies-new-v2 .pdp-video-rail__thumb {
    flex: 0 0 210px;
    scroll-snap-align: start;
  }
}

@media screen and (max-width: 749px) {
  .template-product-birdies-new-v2 .new-gallery .product-gallery {
    gap: 10px;
  }

  .template-product-birdies-new-v2 .new-gallery .thumbnail-container {
    width: 100%;
  }

  .template-product-birdies-new-v2 .new-gallery .thumbnail-swiper .swiper-slide,
  .template-product-birdies-new-v2 .new-gallery .thumbnail-swiper img {
    width: 64px;
    height: 64px;
  }

  .template-product-birdies-new-v2 .related-bundle-option .group-products-list {
    grid-template-columns: 1fr;
  }

  .template-product-birdies-new-v2 .purchase-option__actions {
    flex-direction: row;
  }

  .template-product-birdies-new-v2 .product-purchase-options .purchase-option__quantity.quantity {
    min-width: 112px;
  }
}

/* =============================================================
   Birdies v2 ATF screenshot alignment
   ============================================================= */

.template-product-birdies-new-v2 .new-gallery .product-gallery,
.template-product-birdies-new-v2 .new-gallery .main-image-container,
.template-product-birdies-new-v2 .new-gallery .main-swiper,
.template-product-birdies-new-v2 .new-gallery .main-swiper .swiper-slide,
.template-product-birdies-new-v2 .new-gallery .main-swiper img,
.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper,
.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper .swiper-slide,
.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper img,
.template-product-birdies-new-v2 .gallery-slide,
.template-product-birdies-new-v2 .product__media-item,
.template-product-birdies-new-v2 .product__media-item .global-media-settings,
.template-product-birdies-new-v2 .product__media-item img,
.template-product-birdies-new-v2 .thumbnail-list__item,
.template-product-birdies-new-v2 .thumbnail-list__item img {
  -webkit-mask: none !important;
  mask: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  clip-path: none !important;
}

.template-product-birdies-new-v2 .new-gallery .main-image-container,
.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper .swiper-slide {
  border-radius: 8px;
  background: #d9d9d9;
}

.template-product-birdies-new-v2 .new-gallery .main-image-container {
  aspect-ratio: 1 / 1;
}

.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper .swiper-slide {
  overflow: hidden;
  border: 1px solid transparent;
}

.template-product-birdies-new-v2 .new-gallery .thumbnail-swiper .swiper-slide-thumb-active {
  border-color: #242824;
}

.template-product-birdies-new-v2 .related-bundle-short-description--atf {
  margin: 16px 0 0;
  padding-top: 18px;
  border-top: 1px solid #d8d8d8;
  color: #111;
}

.template-product-birdies-new-v2 .related-bundle-short-description__heading {
  margin: 0 0 12px;
  color: #111;
  font-family: "Original Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.template-product-birdies-new-v2 .related-bundle-short-description--atf p {
  margin: 0;
  color: #3e433c;
  font-family: "Original Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.template-product-birdies-new-v2 .purchase-option__atc {
  min-height: 54px;
  border-radius: 8px !important;
  background: #151064 !important;
  color: #fff !important;
  font-family: "Original Sans", sans-serif !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.04em;
}

.template-product-birdies-new-v2 .purchase-option__shipping {
  margin: 12px 0 0;
  color: #ff5a36;
  font-family: "Original Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

.template-product-birdies-new-v2 .epic-purchase-support {
  margin-top: 12px;
  padding-top: 0;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 4vw, 48px);
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item {
  display: flex;
  min-width: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0;
  border: 0 !important;
  color: #288326;
  text-align: left;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 3px solid #1f7a35;
  border-radius: 50%;
  background: #fff;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item strong {
  color: #288326;
  font-family: "Original Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.template-product-birdies-new-v2 .epic-purchase-support__proof-item span {
  display: none;
}

.template-product-birdies-new-v2 .pdp-media-extras--media {
  max-width: 1520px;
  margin: 30px auto 0;
  padding: 0 1.5rem;
}

.template-product-birdies-new-v2 .pdp-video-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scrollbar-width: none;
}

.template-product-birdies-new-v2 .pdp-video-rail::-webkit-scrollbar {
  display: none;
}

.template-product-birdies-new-v2 .pdp-video-rail__thumb {
  width: 100%;
  min-width: 0;
  aspect-ratio: 0.82 / 1;
  border-radius: 8px;
  background: #cfcfcf;
  box-shadow: none;
}

.template-product-birdies-new-v2 .pdp-video-rail__thumb-img,
.template-product-birdies-new-v2 .pdp-video-rail__thumb-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.template-product-birdies-new-v2 .pdp-video-rail__thumb .pdp-video-rail__thumb-placeholder {
  background: linear-gradient(180deg, #d9d9d9 0%, #c5c5c5 56%, #9b9b9b 100%) !important;
}

.template-product-birdies-new-v2 .pdp-video-rail__play-icon {
  top: 18px;
  right: auto;
  bottom: auto;
  left: 18px;
  width: 34px;
  height: 34px;
  color: #d9d9d9;
}

.template-product-birdies-new-v2 .pdp-video-rail__meta {
  right: 18px;
  bottom: 16px;
  left: 18px;
}

.template-product-birdies-new-v2 .pdp-video-rail__title {
  font-family: "Original Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}

.template-product-birdies-new-v2 .pdp-video-rail__duration {
  color: #fff;
  font-family: "Original Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

@media screen and (max-width: 989px) {
  .template-product-birdies-new-v2 .pdp-video-rail {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .template-product-birdies-new-v2 .pdp-video-rail__thumb {
    flex: 0 0 210px;
    scroll-snap-align: start;
  }
}

@media screen and (max-width: 749px) {
  .template-product-birdies-new-v2 .epic-purchase-support__proof {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .template-product-birdies-new-v2 .pdp-video-rail__thumb {
    flex: 0 0 210px;
  }
}

/* =============================================================
   Birdies v2 live template compatibility
   The storefront body class is template-product-birdies-v2-pdp.
   These section-scoped rules keep the ATF design from depending on body class naming.
   ============================================================= */

[data-epic-pdp-hero] .new-gallery .product-gallery,
[data-epic-pdp-hero] .new-gallery .main-image-container,
[data-epic-pdp-hero] .new-gallery .main-swiper,
[data-epic-pdp-hero] .new-gallery .main-swiper .swiper-slide,
[data-epic-pdp-hero] .new-gallery .main-swiper img,
[data-epic-pdp-hero] .new-gallery .thumbnail-swiper,
[data-epic-pdp-hero] .new-gallery .thumbnail-swiper .swiper-slide,
[data-epic-pdp-hero] .new-gallery .thumbnail-swiper img,
[data-epic-pdp-hero] .gallery-slide,
[data-epic-pdp-hero] .product__media-item,
[data-epic-pdp-hero] .product__media-item .global-media-settings,
[data-epic-pdp-hero] .product__media-item img,
[data-epic-pdp-hero] .thumbnail-list__item,
[data-epic-pdp-hero] .thumbnail-list__item img {
  -webkit-mask: none !important;
  mask: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  clip-path: none !important;
}

[data-epic-pdp-hero] .new-gallery .main-image-container,
[data-epic-pdp-hero] .new-gallery .thumbnail-swiper .swiper-slide,
[data-epic-pdp-hero] .new-gallery .thumbnail-swiper img,
[data-epic-pdp-hero] .gallery-slide {
  border-radius: 8px !important;
}

[data-epic-pdp-hero] .new-gallery .main-image-container {
  aspect-ratio: 1 / 1;
  background: #d9d9d9;
}

[data-epic-pdp-hero] .product__hero-badges {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 14px !important;
}

[data-epic-pdp-hero] .product__hero-badge {
  display: inline-flex !important;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 8px;
  background: #d2f5cf;
  color: #288326;
  font-family: "Original Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

[data-epic-pdp-hero] .product .product__title h1 {
  color: #288326;
  font-family: 'new-spirit';
  font-size: clamp(26px, 2.25vw, 26px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
}

[data-epic-pdp-hero] .related-bundle-option .group-products-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

[data-epic-pdp-hero] .related-bundle-option .group-products-list li {
  min-height: 45px;
  width: fit-content;
  padding: 10px 40px 10px 10px;
  border: 1px solid #9f9f9f;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-family: 'new-spirit';
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

[data-epic-pdp-hero] .related-bundle-option .group-products-list li.current-product {
  border: 2px solid #206D1F;
  background: #edf9ec;
}

[data-epic-pdp-hero] .related-bundle-option .group-products-list a,
[data-epic-pdp-hero] .related-bundle-option .group-products-list span.current-product {
  display: block;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

[data-epic-pdp-hero] .related-bundle-option__subtitle {
  display: block;
  margin-top: 3px;
  color: rgb(17, 17, 17);
  font-family: 'Poppins' !important;
  font-size: 9px;
  font-weight: 200 !important;
  line-height: 1.2;
  letter-spacing: 0 !important;
}

[data-epic-pdp-hero] .purchase-option__atc {
  min-height: 54px;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #151064 !important;
  color: #fff !important;
  font-family: "Original Sans", sans-serif !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-mask: none !important;
  mask: none !important;
  -webkit-mask-image: none !important;
  mask-image: none !important;
  transition: background-color var(--duration-default) ease,
    transform var(--duration-short) var(--ease-out-slow),
    opacity var(--duration-short) ease !important;
}

[data-epic-pdp-hero] .purchase-option__atc:active:not([disabled]) {
  transform: scale(0.98);
}

[data-epic-pdp-hero] .purchase-option__atc::before,
[data-epic-pdp-hero] .purchase-option__atc::after {
  border: 0 !important;
  box-shadow: none !important;
}

[data-epic-pdp-hero] .purchase-option__atc:hover,
[data-epic-pdp-hero] .purchase-option__atc:focus-visible {
  border: 0 !important;
  background: rgb(43 40 101) !important;
}

[data-epic-pdp-hero] .purchase-option__atc:hover::before,
[data-epic-pdp-hero] .purchase-option__atc:hover::after,
[data-epic-pdp-hero] .purchase-option__atc:focus-visible::before,
[data-epic-pdp-hero] .purchase-option__atc:focus-visible::after {
  border: 0 !important;
  box-shadow: none !important;
}

[data-epic-pdp-hero] .purchase-option__shipping {
  margin: 12px 0 0;
  color: #ff5a36;
  font-family: "Original Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
}

[data-epic-pdp-hero] .product-purchase-options:has(.x-pd-atc-form--preorder) > .purchase-option__shipping,
[data-epic-pdp-hero] .product-purchase-options--preorder > .purchase-option__shipping {
  display: none;
}

[data-epic-pdp-hero] .product-purchase-options--preorder-veto > .purchase-option__shipping {
  display: block !important;
}

[data-epic-pdp-hero] .product-purchase-options--preorder-veto #pd-waitlist-info {
  display: none !important;
}

[data-epic-pdp-hero] .product-purchase-options--custom-preorder #pd-waitlist-info {
  display: none !important;
}

[data-epic-pdp-hero] .purchase-option__custom-preorder-timeline {
  margin: 12px 0 0;
  color: #ff5a36;
  font-family: "Original Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
}

[data-epic-pdp-hero] .purchase-option__custom-preorder-timeline .metafield-rich_text_field > :first-child {
  margin-top: 0;
}

[data-epic-pdp-hero] .purchase-option__custom-preorder-timeline .metafield-rich_text_field > :last-child {
  margin-bottom: 0;
}

[data-epic-pdp-hero] .purchase-option__form #pd-waitlist-info > #pd-dispatch-date {
  margin: 12px 0 0 !important;
  color: #ff5a36 !important;
  font-family: "Original Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: left !important;
}

[data-epic-pdp-hero] .purchase-option__form #pd-waitlist-info purple-dot-learn-more p {
  font-size: 12px !important;
}

[data-epic-pdp-hero] .related-bundle-short-description--atf {
  margin: 16px 0 0;
  padding-top: 18px;
  border-top: 1px solid #d8d8d8;
}

[data-epic-pdp-hero] .related-bundle-short-description__heading {
  margin: 0 0 12px;
  color: #111;
  font-family: "Original Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

[data-epic-pdp-hero] .related-bundle-short-description--atf p {
  margin: 0;
  color: #3e433c;
  font-family: "Original Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

[data-epic-pdp-hero] .epic-purchase-support {
  margin-top: 12px;
  padding-top: 0;
}

[data-epic-pdp-hero] .epic-purchase-support__short-description {
  margin: 0 0 18px;
  padding-top: 18px;
  border-top: 1px solid #d8d8d8;
  color: #3e433c;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

[data-epic-pdp-hero] .epic-purchase-support__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 4vw, 48px);
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item {
  display: flex;
  min-width: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0;
  border: 0 !important;
  color: #288326;
  text-align: left;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item::before {
  content: "";
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 3px solid #1f7a35;
  border-radius: 50%;
  background: #fff;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item strong {
  color: #288326;
  font-family: "Original Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item span {
  display: none;
}

[data-epic-pdp-hero] .epic-purchase-support__hero-accordions {
  margin-top: 18px;
  border-top: 1px solid #d9dcdf;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion {
  border-bottom: 1px solid #d9dcdf;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  cursor: pointer;
  list-style: none;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-summary::-webkit-details-marker {
  display: none;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-title {
  color: #1a1b79;
  font-family: "Original Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-icon::before,
[data-epic-pdp-hero] .epic-purchase-support__accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #111111;
  transform: translate(-50%, -50%);
  transition: opacity var(--duration-short) ease, transform var(--duration-short) ease;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

[data-epic-pdp-hero] .epic-purchase-support__accordion[open] .epic-purchase-support__accordion-icon::after {
  opacity: 0;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-content {
  padding: 0 0 22px;
  color: #111111;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

@supports selector(details::details-content) {
  [data-epic-pdp-hero] .epic-purchase-support__accordion::details-content {
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity var(--duration-default) ease,
      transform var(--duration-default) var(--ease-out-slow),
      content-visibility var(--duration-default) allow-discrete;
  }

  [data-epic-pdp-hero] .epic-purchase-support__accordion[open]::details-content {
    opacity: 1;
    transform: translateY(0);
  }

  @starting-style {
    [data-epic-pdp-hero] .epic-purchase-support__accordion[open]::details-content {
      opacity: 0;
      transform: translateY(-6px);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-epic-pdp-hero] .purchase-option__atc {
    transform: none !important;
    transition: opacity var(--duration-short) ease !important;
  }

  [data-epic-pdp-hero] .purchase-option__atc:active:not([disabled]) {
    opacity: 0.88;
    transform: none;
  }

  [data-epic-pdp-hero] .epic-purchase-support__accordion::details-content {
    transform: none;
    transition: opacity var(--duration-short) ease,
      content-visibility var(--duration-short) allow-discrete;
  }

  [data-epic-pdp-hero] .epic-purchase-support__accordion-icon::before,
  [data-epic-pdp-hero] .epic-purchase-support__accordion-icon::after {
    transition: opacity var(--duration-short) ease;
  }
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-content > :first-child {
  margin-top: 0;
}

[data-epic-pdp-hero] .epic-purchase-support__accordion-content > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 990px) {
  [data-epic-pdp-hero] .product.grid {
    align-items: stretch;
  }

  [data-epic-pdp-hero] .product__media-wrapper {
    align-self: stretch;
  }

  [data-epic-pdp-hero] .product__info-container.product__column-sticky {
    position: static;
    top: auto;
  }

  [data-epic-pdp-hero] .product__media-wrapper > .new-gallery {
    position: sticky;
    top: calc(var(--epic-wayfinder-top, 0px) + 64px);
    z-index: 2;
  }
}

body.template-product-birdies-v2-pdp .pdp-media-extras--media {
  max-width: 1520px;
  margin: 16px auto 0;
  padding: 0 1.5rem;
}

body.template-product-birdies-v2-pdp .pdp-video-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 1fr;
  grid-auto-flow: column;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  scrollbar-width: none;
}

body.template-product-birdies-v2-pdp .pdp-video-rail::-webkit-scrollbar {
  display: none;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__thumb {
  width: 100%;
  min-width: 0;
  aspect-ratio: 0.82 / 1;
  border-radius: 8px;
  background: #cfcfcf;
  box-shadow: none;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__thumb .pdp-video-rail__thumb-placeholder {
  background: linear-gradient(180deg, #d9d9d9 0%, #c5c5c5 56%, #9b9b9b 100%) !important;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__play-icon {
  top: 18px;
  right: auto;
  bottom: auto;
  left: 18px;
  width: 34px;
  height: 34px;
  color: #d9d9d9;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__title,
body.template-product-birdies-v2-pdp .pdp-video-rail__duration {
  font-family: "Original Sans", sans-serif;
}

@media screen and (max-width: 989px) {
  body.template-product-birdies-v2-pdp .pdp-video-rail {
    display: flex;
    flex-wrap: nowrap;
  }

  body.template-product-birdies-v2-pdp .pdp-video-rail__thumb {
    flex: 0 0 210px;
  }
}

@media screen and (max-width: 749px) {
  [data-epic-pdp-hero] .epic-purchase-support__proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  [data-epic-pdp-hero] .epic-purchase-support__accordion-summary {
    padding: 18px 0;
  }

  [data-epic-pdp-hero] .epic-purchase-support__accordion-title {
    font-size: 15px;
  }
}

/* Birdies v2 ATF fine tuning */
[data-epic-pdp-hero] .epic-purchase-support {
  margin-top: 8px;
  padding-top: 0;
  border-top: 0;
}

[data-epic-pdp-hero] .related-bundle-option .group-products-list {
  display: grid;
  width: min(100%, 292px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

[data-epic-pdp-hero] .related-bundle-option .group-products-list li {
  min-height: 45px;
  width: 100%;
  padding: 6px 10px;
  font-family: 'new-spirit';
  font-size: 12px;
}

[data-epic-pdp-hero] .related-bundle-option__subtitle {
  display: block;
  margin-top: 3px;
  color: rgb(17, 17, 17);
  font-family: 'Poppins' !important;
  font-size: 9px;
  font-weight: 200 !important;
  line-height: 1.2;
  letter-spacing: 0 !important;
}

[data-epic-pdp-hero] .product .product__title h1 {
  font-family: 'new-spirit';
  font-size: clamp(26px, 2.25vw, 26px);
}

[data-epic-pdp-hero] input[type="radio"].js-variant-option:checked + .color-pill {
  border-color: #FFF !important;
}

/* Larger, clearer variant and quantity controls for the Epic Beds PDP. */
[data-epic-pdp-hero] .related-bundle-option-2 .form__label {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1;
}

[data-epic-pdp-hero] .related-bundle-option-2 .form__label .selected-value {
  font-weight: 400 !important;
}

[data-epic-pdp-hero] .pdp-switcher .form__label {
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1;
}

[data-epic-pdp-hero] .pdp-switcher .form__label .selected-value {
  font-weight: 400 !important;
}

[data-epic-pdp-hero] .related-bundle-option .group-products-list {
  width: min(100%, 336px);
}

[data-epic-pdp-hero] .related-bundle-option .group-products-list li {
  min-height: 48px;
  height: 48px;
  padding: 7px 16px;
  border-radius: 10px;
}

/* Epic Beds PDP uses flat surfaces instead of decorative shadows. */
.template-product-birdies-new-v2 [data-epic-pdp-hero] .membership-upsell--selected,
.template-product-birdies_new_v2 [data-epic-pdp-hero] .membership-upsell--selected,
.template-product-birdies-new-v2 .membership-benefits-modal__dialog,
.template-product-birdies_new_v2 .membership-benefits-modal__dialog,
.template-product-birdies-new-v2 [data-epic-pdp-hero] #smartwishlist,
.template-product-birdies_new_v2 [data-epic-pdp-hero] #smartwishlist,
.template-product-birdies-new-v2 [data-epic-pdp-hero] #smartwishlist > *,
.template-product-birdies_new_v2 [data-epic-pdp-hero] #smartwishlist > *,
.template-product-birdies-new-v2 .pdp-video-modal__nav,
.template-product-birdies_new_v2 .pdp-video-modal__nav {
  box-shadow: none;
}

.template-product-birdies-new-v2 [data-epic-pdp-hero] #smartwishlist > *,
.template-product-birdies_new_v2 [data-epic-pdp-hero] #smartwishlist > * {
  border: 0;
}

[data-epic-pdp-hero] .color-options {
  gap: 12px;
}

[data-epic-pdp-hero] .color-pill {
  width: 36px !important;
  height: 36px !important;
  border: 0 !important;
  box-shadow: none;
  transition: transform 180ms ease;
}

[data-epic-pdp-hero] .color-pill:hover {
  transform: scale(1.04);
}

[data-epic-pdp-hero] input[type="radio"].js-variant-option:checked + .color-pill {
  border: 0 !important;
  box-shadow: none;
  outline: 3px solid #1f7a35;
  outline-offset: 2px;
}

[data-epic-pdp-hero] input[type="radio"].js-variant-option:focus-visible + .color-pill {
  outline: 2px solid #151064;
  outline-offset: 4px;
}

[data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity.quantity {
  flex: 0 0 124px;
  width: 124px;
  min-width: 124px;
  max-width: 124px;
  min-height: 54px;
  padding: 0 12px;
  gap: 8px;
  border: 1px solid #bfc2bf;
  border-radius: 8px;
  background: #fff;
}

[data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity .quantity__button {
  width: 28px;
  height: 40px;
  flex: 0 0 28px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #a9aaa9;
  transition: color 150ms ease, background-color 150ms ease;
}

[data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity .quantity__button:hover {
  color: #151064;
  background: transparent;
}

[data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity .quantity__button:focus-visible {
  outline: 2px solid #151064;
  outline-offset: -3px;
  border-radius: 6px;
}

[data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity.quantity input {
  width: 32px;
  height: 40px;
  flex: 0 0 32px;
  padding: 0;
  color: #142033;
  font-size: 14px;
  font-weight: 600;
}

[data-epic-pdp-hero] .purchase-option__actions {
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px;
}

[data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity.quantity {
  height: 54px;
  align-self: flex-start;
}

[data-epic-pdp-hero] .purchase-option__form .product-form__buttons {
  height: auto;
}

[data-epic-pdp-hero] .purchase-option__atc {
  height: 54px;
  min-height: 54px;
}

@media screen and (max-width: 749px) {
  [data-epic-pdp-hero] .related-bundle-option-2 .form__label {
    font-size: 12px;
  }

  [data-epic-pdp-hero] .color-pill {
    width: 34px !important;
    height: 34px !important;
  }

  [data-epic-pdp-hero] .color-options {
    gap: 12px;
  }

  [data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity.quantity {
    flex-basis: 112px;
    width: 112px;
    min-width: 112px;
    max-width: 112px;
    height: 52px;
    min-height: 52px;
    padding: 0 8px;
    border-radius: 8px;
  }

  [data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity .quantity__button,
  [data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity.quantity input {
    height: 40px;
  }

  [data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity .quantity__button {
    width: 26px;
    flex-basis: 26px;
  }

  [data-epic-pdp-hero] .product-purchase-options .purchase-option__quantity.quantity input {
    width: 28px;
    flex-basis: 28px;
    font-size: 14px;
  }

  [data-epic-pdp-hero] .purchase-option__actions {
    gap: 12px;
  }

  [data-epic-pdp-hero] .purchase-option__atc {
    height: 52px;
    min-height: 52px;
  }
}

[data-epic-pdp-hero] .product .product-form__buttons .purchase-option__atc,
[data-epic-pdp-hero] .purchase-option__form .product-form__buttons .purchase-option__atc,
[data-epic-pdp-hero] .purchase-option__atc {
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: #151064 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important;
}

[data-epic-pdp-hero] .purchase-option__atc *,
[data-epic-pdp-hero] .purchase-option__atc span {
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 130% !important;
}

[data-epic-pdp-hero] .purchase-option__atc::before,
[data-epic-pdp-hero] .purchase-option__atc::after {
  border: 0 !important;
  box-shadow: none !important;
}

[data-epic-pdp-hero] .purchase-option__atc:hover,
[data-epic-pdp-hero] .purchase-option__atc:focus-visible {
  border: 0 !important;
  background: rgb(43 40 101) !important;
}

[data-epic-pdp-hero] .purchase-option__atc:hover::before,
[data-epic-pdp-hero] .purchase-option__atc:hover::after,
[data-epic-pdp-hero] .purchase-option__atc:focus-visible::before,
[data-epic-pdp-hero] .purchase-option__atc:focus-visible::after {
  border: 0 !important;
  box-shadow: none !important;
}

[data-epic-pdp-hero] .purchase-option__installments,
[data-epic-pdp-hero] .purchase-option__installments * {
  font-size: 10px !important;
  line-height: 1.35;
}

[data-epic-pdp-hero] .purchase-option__installments {
  display: block !important;
  margin: 2px 0 0;
  text-align: left;
}

[data-epic-pdp-hero] .related-bundle-short-description--atf p {
  color: #3e433c;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 200;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item strong {
  font-family: "new-spirit", "Original Sans", sans-serif;
  font-size: 14px;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 1px 12px;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item::before {
  grid-column: 1;
  grid-row: 1 / span 2;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item strong {
  grid-column: 2;
  grid-row: 1;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item span {
  display: block;
  grid-column: 2;
  grid-row: 2;
  color: #4f6550;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

/* Figma "New order" trust row: exact Figma icons and three concise proof points. */
[data-epic-pdp-hero] .epic-purchase-support__short-description > p {
  margin: 0;
}

[data-epic-pdp-hero] .epic-purchase-support__short-description > p + p {
  margin-top: 12px;
}

[data-epic-pdp-hero] .epic-purchase-support__short-description strong {
  color: #101810;
  font-weight: 700;
}

[data-epic-pdp-hero] .epic-purchase-support__proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item {
  grid-template-columns: 32px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: start;
  gap: 3px 10px;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item::before {
  display: none;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item > .epic-purchase-support__proof-icon {
  display: grid;
  width: 32px;
  height: 32px;
  grid-column: 1;
  grid-row: 1 / span 2;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item > .epic-purchase-support__proof-icon svg,
[data-epic-pdp-hero] .epic-purchase-support__proof-item > .epic-purchase-support__proof-icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item > .epic-purchase-support__proof-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item strong {
  min-width: 0;
  font-size: 14px;
  line-height: 1.1;
}

[data-epic-pdp-hero] .epic-purchase-support__proof-item span:not(.epic-purchase-support__proof-icon) {
  min-width: 0;
  font-size: 11px;
  line-height: 1.25;
}

@media screen and (max-width: 749px) {
  [data-epic-pdp-hero] .epic-purchase-support__proof {
    gap: 14px 12px;
  }
}

@media screen and (max-width: 420px) {
  [data-epic-pdp-hero] .epic-purchase-support__proof {
    grid-template-columns: 1fr;
  }
}

body.template-product-birdies-v2-pdp .pdp-video-rail__heading,
.template-product-birdies-new-v2 .pdp-video-rail__heading {
  margin: 0 0 22px;
  color: #111;
  font-family: "new-spirit", "Original Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__header,
.template-product-birdies-new-v2 .pdp-video-rail__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 14px;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__controls,
.template-product-birdies-new-v2 .pdp-video-rail__controls {
  display: none;
  align-items: center;
  gap: 10px;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__arrow,
.template-product-birdies-new-v2 .pdp-video-rail__arrow {
  display: inline-flex;
  width: 18px;
  height: 24px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #333;
  cursor: pointer;
  font-family: "Original Sans", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__arrow:focus-visible,
.template-product-birdies-new-v2 .pdp-video-rail__arrow:focus-visible {
  outline: 2px solid #206D1F;
  outline-offset: 2px;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__arrow svg,
.template-product-birdies-new-v2 .pdp-video-rail__arrow svg {
  width: 18px;
  height: 18px;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__thumb::after,
.template-product-birdies-new-v2 .pdp-video-rail__thumb::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.36));
  pointer-events: none;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__meta,
.template-product-birdies-new-v2 .pdp-video-rail__meta {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #fff;
  text-align: left;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__title,
body.template-product-birdies-v2-pdp .pdp-video-rail__duration,
.template-product-birdies-new-v2 .pdp-video-rail__title,
.template-product-birdies-new-v2 .pdp-video-rail__duration {
  color: #fff;
  font-family: "new-spirit", "Original Sans", sans-serif;
  font-weight: 800;
  line-height: 1.1;
  text-align: left;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__title,
.template-product-birdies-new-v2 .pdp-video-rail__title {
  font-size: 16px;
}

body.template-product-birdies-v2-pdp .pdp-video-rail__duration,
.template-product-birdies-new-v2 .pdp-video-rail__duration {
  min-height: 14px;
  font-size: 12px;
}

@media screen and (max-width: 1199px) {
  body.template-product-birdies-v2-pdp .pdp-video-rail__heading,
  .template-product-birdies-new-v2 .pdp-video-rail__heading {
    margin: 0;
  }

  body.template-product-birdies-v2-pdp .pdp-video-rail__controls,
  .template-product-birdies-new-v2 .pdp-video-rail__controls {
    display: inline-flex;
  }

  body.template-product-birdies-v2-pdp .pdp-video-rail,
  .template-product-birdies-new-v2 .pdp-video-rail {
    display: flex !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    grid-template-columns: none !important;
    grid-auto-flow: initial !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }

  body.template-product-birdies-v2-pdp .pdp-video-rail__thumb,
  .template-product-birdies-new-v2 .pdp-video-rail__thumb {
    flex: 0 0 210px !important;
    width: 210px !important;
    min-width: 210px !important;
    max-width: 210px;
    scroll-snap-align: start;
  }
}

@media screen and (max-width: 749px) {
  [data-epic-pdp-hero] .product__hero-badges {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    margin: 14px 0 8px !important;
  }

  [data-epic-pdp-hero] .product .product__title h1 {
    font-family: 'new-spirit';
    font-size: clamp(24px, 2.25vw, 24px);
  }

  [data-epic-pdp-hero] .product .product-form__input,
  [data-epic-pdp-hero] .product-form__input {
    margin-bottom: 0;
  }

  [data-epic-pdp-hero] .purchase-option__atc *,
  [data-epic-pdp-hero] .purchase-option__atc span {
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 130% !important;
  }

  [data-epic-pdp-hero] .breadcrumbs__link,
  [data-epic-pdp-hero] .breadcrumbs__item a,
  body.template-product-birdies-v2-pdp .breadcrumbs__link,
  body.template-product-birdies-v2-pdp .breadcrumbs__item a {
    text-decoration: none;
    font-size: 10px;
    color: #333333 !important;
  }
}

@media screen and (max-width: 480px) {
  [data-epic-pdp-hero] .purchase-option__actions {
    flex-direction: row;
  }
}

@media screen and (min-width: 1280px) {
  [data-epic-pdp-hero] .product .product__title h1 {
    font-size: clamp(23px, calc(1.875vw - 1px), 26px);
    letter-spacing: -0.5px;
    white-space: nowrap;
  }
}

body[class*="template-product-birdies-new-v2"] [data-oke-widget]::before,
body[class*="template-product-birdies_new_v2"] [data-oke-widget]::before {
  content: "What Our Customers Are Saying";
  display: block;
  color: #288326;
  font-family: var(--font-heading-family);
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.96px;
  margin: 20px auto;
  text-transform: uppercase;
}

/* Keep the v2 bed purchase path compact and visually connected. */
[data-epic-bed-v2] .related-bundle-options {
  margin-top: 10px;
}

[data-epic-bed-v2] .pdp-switcher {
  margin: 8px 0 10px;
}

[data-epic-bed-v2] .related-bundle-option {
  margin-bottom: 10px;
}

[data-epic-bed-v2] .related-bundle-option-2 {
  margin-bottom: 0;
}

[data-epic-bed-v2] .product-purchase-options {
  margin-top: 24px;
}

[data-epic-bed-v2] .purchase-option__actions {
  margin-top: 0;
}

.epic-pdp-early-access {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 10px;
  padding: 16px;
  border: 1px solid #c9ddc7;
  border-radius: 12px;
  background: #f3f8f2;
  color: #101810;
}

.epic-pdp-early-access__header {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 8px;
  min-width: 0;
  text-align: center;
}

.epic-pdp-early-access__badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 6px;
  margin-bottom: 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: #d2f5cf;
  color: #288326;
  font-family: "Original Sans", sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.epic-pdp-early-access__badge svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  fill: currentColor;
}

.epic-pdp-early-access__title {
  margin: 0;
  color: #288326;
  font-family: "new-spirit", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: none;
}

.epic-pdp-early-access__message {
  margin: 0;
  color: #3e433c;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
}

.epic-pdp-early-access__countdown {
  display: grid;
  width: fit-content;
  max-width: 100%;
  grid-template-columns: minmax(38px, 1fr) auto minmax(38px, 1fr) auto minmax(38px, 1fr) auto minmax(38px, 1fr);
  align-items: start;
  justify-self: center;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #e4f1e2;
}

.epic-pdp-early-access__time {
  display: grid;
  justify-items: center;
  gap: 2px;
  min-width: 0;
}

.epic-pdp-early-access__time strong {
  color: #288326;
  font-family: "Original Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.epic-pdp-early-access__time small {
  color: #53634f;
  font-family: "Poppins", sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.epic-pdp-early-access__separator {
  padding-top: 1px;
  color: #7a9376;
  font-family: "Original Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.epic-pdp-early-access__actions {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.epic-pdp-early-access__cta {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  border: 0;
  border-radius: 10px;
  background: #151064;
  color: #fff;
  font-family: "Original Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.epic-pdp-early-access__cta:hover,
.epic-pdp-early-access__cta:focus-visible {
  background: #2b2865;
  color: #fff;
  text-decoration: none;
}

.epic-pdp-early-access__cta::before,
.epic-pdp-early-access__cta::after {
  border: 0;
  box-shadow: none;
}

.epic-pdp-early-access__cta:focus-visible {
  outline: 2px solid #151064;
  outline-offset: 3px;
}

.epic-pdp-early-access__cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.epic-pdp-early-access__signin {
  margin: 0;
  color: #53634f;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 1.3;
  text-align: center;
}

.epic-pdp-early-access__signin a {
  color: #288326;
  font-weight: 700;
  text-underline-offset: 2px;
}

@media screen and (min-width: 990px) {
  .epic-pdp-early-access__cta {
    max-width: fit-content;
    margin: 0 auto;
  }

  .epic-pdp-early-access__message {
    max-width: 40ch;
  }
}

@media screen and (max-width: 374px) {
  .epic-pdp-early-access {
    padding: 14px 12px;
  }

  .epic-pdp-early-access__countdown {
    gap: 3px;
    padding-inline: 8px;
  }

  .epic-pdp-early-access__time strong {
    font-size: 18px;
  }
}

@media screen and (max-width: 989px) {
  [data-epic-pdp-hero] .product__hero-badges {
    margin-top: 24px !important;
  }
}
