.product {
  margin: 2.875rem auto 4.75rem;
  max-width: var(--xl-width);
  
  @media (min-width: 1025px) {
    padding: 0 var(--xs-gap);
  }
}

.product__top {
  overflow: hidden;
  background-color: var(--aloe);
  
  @media (min-width: 1025px) {
    border-radius: 10px 10px 0 0;  
  }
}

.product__bottom {
  position: relative;
  overflow: hidden;
  padding: 4.75rem var(--xs-gap) var(--xs-gap);
  background-color: var(--ocean-very-light);
  
  @media (min-width: 1025px) {
    padding: 4.75rem 5.625rem;
    border-radius: 0 0 10px 10px;
  }
}

.product__breadcrumb {
  position: absolute;
  width: fit-content;
  height: fit-content;
  inset: 1rem 0 0 var(--xs-gap);
  font-size: .875rem;
  --pen: var(--black)
}

.product__description {
  margin-bottom: 3rem;
  max-width: var(--xs-width);
}

.product__description a {
  font-weight: 500;
}

.product__calendar {
  scroll-margin-top: 1rem;
}

.product__calendar .scheduled-product-selector {
  margin-top: -1.5rem;
}

.product__calendar .scheduled-product-selector label {
  margin-left: 1.2rem;
}

.product__calendar .accordeon {
  margin-bottom: 2rem;
  margin-left: 2rem;
}

.product__calendar .accordeon-item {
  border-top: none;
  border-bottom: 1px solid var(--aloe);
}

.product__calendar .accordeon-item__header {
  min-height: 50px;
}

.product__calendar .accordeon-item--open .accordeon-item__content {
  padding-bottom: 0;
}