.overflow-x-auto {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.overflow-x-auto::-webkit-scrollbar {
  display: none;
}

#product-header {
  height: 40dvh;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center center;
}

#product-page-nav {
  background: #fff;
  margin-top: -30px;
  border-radius: 20px 20px 0 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

@media (min-width: 992px) {
  #product-page-nav .container {
    max-width: unset;
    width: 100%;
  }
}

#product-header .gallery-img::after {
  content: "";
  background-image: linear-gradient(to bottom, transparent, #00000059);
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

#product-header #product-gallery img {
  width: 100dvw;
  height: 40dvh;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  #product-header #product-gallery img {
    width: 33dvw;
  }
}

#product-header .navbar {
  transition: all 300ms;
}

#product-header .stuck {
  background: #fff;
}

#product-header .stuck * {
  color: var(--title-text-color) !important;
}

#product-header nav.stuck .opacity-100-for-stuck {
  opacity: 1 !important;
}

#product-page-nav .nav-pills,
#profile-tabs.nav-pills {
  --bs-nav-pills-link-active-bg: var(--blush) !important;
  --bs-nav-pills-border-radius: 99px;
  --bs-nav-pills-link-active-color: var(--title);
}

#product-page-nav .nav,
#profile-tabs.nav {
  --bs-nav-link-color: var(--title);
  --bs-nav-link-hover-color: var(--title);
}

#product-page-nav .nav-link.active {
  background-color: var(--blush) !important;
}

#product-page-nav .container {
  background: #fff;
}

#product-page-nav.stuck .container {
  position: fixed !important;
  padding-bottom: 5px;
}

#product-gallery.is-fullscreen {
  z-index: 2030;
}

#close-fullscreen {
  z-index: 2040;
}

#purchase-bar a {
  border-color: var(--btn-green-bg) !important;
  background-color: var(--btn-green-bg) !important;
  color: var(--btn-purchase-text-color);
  font-weight: bold;
}

#purchase-bar i {
  color: var(--btn-purchase-text-color);
}

ul.product-variations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

li.product-variation__item {
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 15px;
}

.product-variation__item label {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.price-information ins {
  font-weight: bold;
  text-decoration: none;
  font-size: 1.7em;
}

.flatpickr-weekdaycontainer,
.dayContainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

#bookingDate {
  display: none;
}

.flatpickr-month {
  display: flex;
  flex: 1;
}

.flatpickr-months {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  margin-bottom: 1.5em;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 99px;
  overflow: hidden;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  padding: 5px 10px;
}

.flatpickr-current-month {
  display: flex;
  justify-content: center;
  width: 100%;
}

.flatpickr-current-month select {
  border: unset;
}

.flatpickr-current-month input {
  border: unset;
  background: unset;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 1em;
}

span.flatpickr-weekday {
  font-weight: bold;
  padding: 10px 0;
  line-height: 1;
}

.flatpickr-day {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  border-radius: 99px;
}

.nextMonthDay,
.prevMonthDay {
  opacity: 0.5;
}

.flatpickr-disabled {
  pointer-events: none;
  opacity: 0.2;
  color: red;
}

.flatpickr-day.selected {
  background: var(--btn-purchase-bg);
  color: var(--btn-purchase-text-colo);
  font-weight: bold;
}

.flatpickr-weekdaycontainer {
  border-bottom: solid 1px #f1f1f1;
  margin-bottom: 10px;
}

.flickity-fullscreen-button {
  display: none !important;
}

.is-flickity-fullscreen #product-header #product-gallery img {
  height: 85dvh;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  #desktopPopup {
    display: none;
  }
}

.stars i {
  font-size: 2em;
  cursor: pointer;
}

.alert {
  transition: 0.3s;
}

.alert-purple > *,
.alert-pink > *,
.alert-purple strong,
.alert-pink strong {
  color: #fff;
}

/*Campanha de páscoa*/
