bilberry-product-list {
  max-width: fit-content;
  margin-inline: auto;
}

.bilberry-hero {
  position: relative;
  display: flex;  
  padding-block: 30vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}

.bilberry-hero__overlay {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, .2);
}

.bilberry-hero__container {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  width: 100%;
  max-width: 1180px;
  padding-inline: var(--global-content-edge-padding, 1.5rem);
  place-content: center;
  text-align: center;
}

.bilberry-hero__title {
  color: inherit;
  position: relative;
  text-shadow: 0 0 5px rgba(0,0,0,.1);
}

.bilberry-hero__title,
.bilberry-hero__text {  
  position: relative;
  display: inline;
  z-index: 1;
}

.bilberry-hero__text {
  font-size: 1.35rem;
  text-shadow: 0 0 5px rgba(0,0,0,.8);
  margin-bottom: 3.5rem;
}

.bilberry-hero__title:after,
.bilberry-hero__text:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.25);
  content: '';
  border-radius: 25px;
  filter: blur(45px);
  z-index: -1;
  display: block;
}

.bilberry-gallery__image {
  border-radius: 25px;
}

.bilberry-gallery .splide {
  position: relative;
  visibility: hidden;
}

.bilberry-gallery .splide.is-initialized,
.bilberry-gallery .splide.is-rendered {
  visibility: visible;
}

.bilberry-gallery .splide__track {
  overflow: hidden;
}

.bilberry-gallery .splide__arrows {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bilberry-gallery .splide__arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  border: 0;
  border-radius: 999px;
  color: #1f2937;
  cursor: pointer;
  display: inline-flex;
  height: 2.75rem;
  justify-content: center;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  z-index: 2;
}

.bilberry-gallery .splide__arrow--prev {
  left: 0.75rem;
}

.bilberry-gallery .splide__arrow--next {
  right: 0.75rem;
}

.bilberry-gallery .splide__arrow svg {
  fill: currentColor;
  height: 1.25rem;
  width: 1.25rem;
}

.bilberry-gallery .splide__arrow--prev svg {
  transform: scaleX(-1);
}

.bilberry-gallery .splide__arrow:disabled {
  cursor: default;
  opacity: 0.45;
}

.bilberry-gallery .splide__list {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.bilberry-gallery .splide__slide {
  box-sizing: border-box;
  flex: 0 0 auto;
  list-style: none !important;
  margin: 0;
}

.bilberry-gallery .splide__slide > a {
  display: block;
  height: 100%;
}

.bilberry-gallery .splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bilberry-icons {
  padding: 2.5rem var(--global-edge-padding, 1.5rem);
  background: var(--global-palette4);
  color: #fff;
  font-size: .9rem;
}

.bilberry-icons--card {
  padding: 0;
  background: transparent;
  color: inherit;
}

.bilberry-icons__container {
  display: flex;
  justify-content: center;
  gap: 6rem;
}

.bilberry-icons--card .bilberry-icons__container {
  justify-content: flex-start;
  gap: 2.5rem;
}

.bilberry-icons--card .bilberry-icon__image-element {
  filter: none;
}

.bilberry-icon {
  text-align: center;
}

.bilberry-icon__label {
  font-weight: 700;
  font-size: .8em;
  margin-bottom: .25rem;
  opacity: .9;
}

.bilberry-icon__label:after {
  content: ":"
}

.bilberry-icon__image {
  margin-bottom: 1rem !important;;
}

.bilberry-icon__image-element {
  margin-inline: auto;
  width: 2.5rem;
  filter: invert(35%) sepia(28%) saturate(3200%) hue-rotate(-18deg) brightness(101%) contrast(109%);
}

.bilberry-related-product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25vh 1.5rem;
  background-color: var(--global-palette8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bilberry-related-product__card {
  width: 100%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  margin-left: 4rem;
  padding: 2.5rem var(--global-edge-padding, 1.5rem);
  border-radius: 25px;
}

.bilberry-related-product__title {
  font-size: 1rem;
  text-transform: uppercase;
  opacity: .8;
  letter-spacing: 1px;
}

.bilberry-related-product__name {
  margin-top: 0;
}

.bilberry-related-product__text {
  margin-bottom: 1.5rem;
}

.bilberry-related-product__cta {
  margin-top: 1.5rem;
}

.bilberry-related-product__button {
  display: inline-block;
  background: var(--global-palette1, #0b3a42);
  color: #fff;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
}

.bilberry-related-product__button:hover,
.bilberry-related-product__button:focus {
  filter: brightness(0.95);
}

.bilberry-details {
  background: var(--global-palette1);
  color: #fff;
  font-size: 1.15rem;
  padding: 2rem;
  border-radius: 25px;
}

.bilberry-details__cta:only-child {
  text-align: center;  
}

.bilberry-details__cta:not(:only-child) {
  margin-left: 1.75rem;
  margin-top: 2rem;
}

.bilberry-detail {
  margin-bottom: 1.5rem;
}

.bilberry-detail__label {
  font-weight: 700;
}

.bilberry-upcoming-tours__container {
  margin-inline: auto;
  max-width: var(--global-content-width, 1640px);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  padding-top: var(--global-kb-spacing-3xl, 6.5rem);
  padding-bottom: var(--global-kb-spacing-3xl, 6.5rem);
}

.bilberry-upcoming-tours__title {
  margin-bottom: var(--global-kb-spacing-xl, 4rem);
  text-align: center;
}

.goverlay {
  background: rgba(0, 0, 0, 0.75) !important;
}
