.page-tabbed-heading {
  padding: 112px 0 80px;
}
.page-tabbed-heading__title {
  color: #130049;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 0 24px;
  /* 57.6px */
}

.page-tabbed {
  padding: 0 0 112px;
}

.collapsible-content__wrapper {
  padding: 0 !important;
}

.accordion summary {
  padding: 20px 0;
}
.accordion__title {
  color: #130049;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}

.accordion__content {
  padding: 0;
}

.accordion__content p {
  color: #130049;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.collapsible-content summary:hover {
  background-color: transparent !important;
}

.page-tabbed-heading__description {
  color: #130049;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.locations-wrapper {
  display: grid;
  gap: 40px;
}

.locations__right-container {
  overflow: clip;
}

.locations__card {
  border-left: 2px solid transparent;
  padding: 24px 32px;
  cursor: pointer;
}

.locations__card:not(.active) {
  padding: 12px 32px;
}

.locations__card p {
  margin: 0;
}

.locations__left-container .locations__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  color: #130049;
  /* 2.1rem */
}

.locations__card.active .locations__card-details div:first-child {
  margin-top: 16px;
}

.locations__card.active {
  background: white;
  border-color: #00F;
}

.locations__card .locations__card-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.locations__card .locations__card-details a {
  text-decoration: none;
  color: rgb(var(--color-foreground));
}

.locations__detail-item {
  display: flex;
  align-items: start;
  gap: 10px;
}

.locations__card:not(.active) .locations__card-details,
.google-map-iframe:not(.active) {
  display: none;
}

.page-tabbed {
  .locations__right-container {
  .page-width {
    padding: 0;
    .product {
      max-width: none;
      gap: 0;
      .product--no-media .product-form>.form {
        width: 100%;
      }
      .product__info-container {
        max-width: none;
        .recipient-form {
          max-width: 50rem;
        }
        .product--no-media .product__title {
          text-align: left;
        }
        .product--no-media .price {
          text-align: left;
        }
        .product--no-media .product__tax {
          text-align: left;
        }
        .product--no-media .product-form__quantity {
          order: 1;
        }
        .product-form-buy-buttons-inner {
          order: 2;
        }
        .product-form-buy-buttons {
          flex-direction: column;
        }
        .buy-now-button-wrapper {
          display: none;
        }
        .product-form-buy-buttons {
          align-items: start;
        }
        .product--no-media .product-form {
          align-items: start;
        }
      }
      }
    }
  }
  
}

@media screen and (min-width: 750px) {
  
}

@media screen and (min-width: 950px) {
  .locations-wrapper {
    grid-template-columns: 0.6fr 1fr;
    gap: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .locations__card {
    padding: 12px 20px;
  }
}
