#content {
  background-color: var(--gray)
}

#highlights {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
}

.highlight {
  position: relative;
  width: 100%;
}


.highlight::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(227, 228, 223, 1), rgba(217, 217, 217, 0), rgba(225, 224, 222, 1));
  z-index: 1;
}
#highlights 
.highlight iframe {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
#highlights .slick-slide img {
  width: 100%;
}

#highlights figure,
#highlights img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  height: 100svh;
  margin-bottom: 20px;
}

.groupsContainer {
  width: 93%;
  margin: 0 auto
}

.podcastContainer {
  width: 100%;
  display: block;
  position: relative
}

.podcastContainer img {
  width: 100%;
  display: block
}

.podcastContainer p {
  position: absolute
}

.widthContainer {
  width: 100%
}

#imageGroupTitle {
  font-size: 20px;
  font-weight: var(--regular);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #333234;
  text-align: center
}
.bankPrice,
.productViewPrice{
  display:none;
}
.slick-dots {
  bottom: -3.5rem;
}
#highlights .slick-dots{
  bottom: 2.5rem;
}
#highlights .slick-dots .slick-active{
  border: 1px solid var(--white);
} 
#highlights .slick-dots li button{
}
#highlights .slick-dots li button::before{
  background-color: var(--white);
}
.slick-dots li button:before {
  border: 1px solid #fff;
  border-radius:50px;
  width: 8px;
  height: 8px;
  margin: 10px;
  background-color: var(--base);
  color: transparent;
  opacity: 1;
  font-size: 0;
  top: -8px;
  left: -8px;
}

.slick-dots li {
  width: 14px;
  height: 14px;
  margin: 4px 8px;
}

.slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid transparent;
  line-height: 2rem;
}

.slick-dots li.slick-active {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid var(--base);
  border-radius: 50%;
}



.slick-dots li.slick-active button:before {
  opacity: 1;
  border: 1px solid var(--white);
  background: var(--base);
}
#mapDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  min-width: 1100px;
  margin-top: 20px
}

#contactDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #b2d6d1
}

#contactTitle {
  position: relative;
  margin-top: 80px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 20px
}

.contactInput {
  position: relative;
  float: left;
  width: 360px;
  padding-left: 15px;
  margin-top: 30px;
  height: 35px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px
}

.contactInput::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}

.contactInput:-moz-placeholder {
  color: #fff;
  opacity: 1
}

.contactInput::-moz-placeholder {
  color: #fff;
  opacity: 1
}

.contactInput:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

.contactInput::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

#contactName {
  margin-left: 150px;
  margin-right: 40px
}

#contactMessage {
  margin-left: 150px;
  width: 780px;
  padding-top: 10px;
  height: 200px;
  resize: none
}

#contactSend {
  position: relative;
  float: right;
  width: 300px;
  margin-right: 150px;
  margin-top: 20px;
  height: 40px;
  background-color: #84cdc4;
  color: #fff;
  text-align: center;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 60px;
  border-radius: 3px;
  border: 2px solid #84cdc4;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out
}

#contactSend:hover {
  background-color: #35b7a7;
  border: 2px solid #35b7a7
}

#imageGroups {
  width: 1165px;
  margin: 0 auto;
  margin-bottom: 30px
}

.videoTag {
  width: 100%;
  height: 100vh;
  object-fit: cover
}

#headerDummy.headerIndex{
  height: 0px;
}

.instagramImage {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.indexPromoContainer {
  background-color: var(--base)
}

.indexPromoTextContainer {
  position: relative;
  text-transform: uppercase;
  color: var(--white);
  width: 100%;
  animation: slide-left 30s linear infinite;
  display: flex;
  flex-shrink: 0;
  align-items: center
}

.indexPromoText {
  margin: 0 .5rem;
  float: left;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-family: var(--font2);
  line-height: 3.5rem
}

.groupsTotalContainer {
  width: 90%;
  margin: 0 auto
}

.look-slider-left-arrow,
.look-slider-right-arrow {
  background: var(--base)
}

.group-look-slider-title {
  text-transform: uppercase;
  margin-top: 35px;
  font-size: 17px;
  line-height: 21px
}


.blogTitleIndex {
  display: block;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 4%;
  font-size: calc(var(--base-font-size) + 9px);
  line-height: 50px;
  font-weight: 600;
  text-transform: inherit;
  margin-bottom: 3rem;
}

.blogSubtitleIndex {
  display: block;
  text-transform: inherit;
  font-size: calc(var(--base-font-size) + 3px);
  line-height: calc(var(--base-font-size) + 3px);
  width: 95%;
  margin: 0 auto 40px;
  position: relative;
  padding-top: 0%;
  padding-bottom: 0;
  overflow: hidden;
  font-weight: 500;
  text-align: center;
}

.blogCenteredContent.centeredContentIndex {
  width: 93%;
  display: block;
  gap: 15px;
  position: relative;
  margin: 0px auto 5rem;
  /* overflow: hidden; */
}

.blogSliderContainer {
  display: block;
  gap: 15px;
}

.blogSliderContainer .productSlide {
  width: calc(100% / 3);
}


.blogSliderContainer .blogPostRegular {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  position: relative;
}

.centeredContentIndex .blogPostVerMas {
  text-decoration: none
}

@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@media screen and (max-width: 768px) {
  *::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none
  }

  *::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none
  }

  #highlights {
    height: auto;
    /* margin-top: -95px; */
  }
.slick-dots {
    bottom: -2.5rem;
}
  .slick-dots li {
    margin: 4px 5px;
}
  .promoColumnImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px
  }

  .promoWideImages {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 10px;
    height: 200px;
    margin-top: 0
  }

  #promoShadow {
    width: 80%;
    margin-bottom: 10px
  }

  #paymentAndShipping {
    height: auto;
    overflow: hidden
  }

  #paymentOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    text-align: center
  }

  #deliveryOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 5px;
    overflow: hidden;
    text-align: center
  }

  #locationOptions {
    margin-top: 5px;
    height: auto;
    width: 100%;
    border-right: 0;
    position: relative;
    overflow: hidden
  }

  #deliveryOptions:hover,
  #locationOptions:hover {
    cursor: pointer
  }

  .paymentOption {
    height: 20px;
    margin-right: 4px;
    margin-left: 4px;
    float: none;
    margin-top: 15px;
    margin-bottom: 10px
  }

  #mobileCreditCard {
    display: block
  }

  #mobileDelivery {
    display: block;
    margin-top: 13px;
    width: 36px;
    float: left;
    margin-left: 20px;
    display: inline-block;
    margin-bottom: 8px
  }

  #mobileLocation {
    display: block;
    background-image: url(../../files/paymentLocationIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 18px;
    height: 24px;
    float: left;
    margin-left: 29px;
    display: inline-block;
    margin-bottom: 13px
  }

  #paymentOption2 {
    width: 26px;
    height: 18px;
    margin-top: 8px
  }

  #paymentText {
    display: none
  }

  #deliveryOptionIcon {
    display: none
  }

  #locationOptionIcon {
    display: none
  }

  #deliveryOptionText {
    margin-top: 17px;
    margin-left: 20px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px
  }

  #locationOptionText {
    margin-top: 17px;
    margin-left: 28px;
    font-size: 13px;
    float: left;
    top: 0;
    height: 20px
  }

  #specialOffers {
    display: none
  }

  .dots {
    display: none
  }

  #specialOffersMobile {
    display: block;
    padding-top: 0;
    padding-bottom: 10px
  }

  .specialOfferImg {
    margin-left: 0
  }

  #specialOffersTitle {
    margin-top: 25px;
    margin-bottom: 0
  }

  .specialOffer {
    height: auto;
    overflow: hidden
  }

  #offersLeftArrowContainer {
    position: absolute;
    margin-top: 41px;
    width: 15%;
    height: 250px
  }

  .imagesLeftArrow {
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%
  }

  #offersRightArrowContainer {
    width: 15%;
    height: 250px;
    position: absolute;
    right: 0;
    margin-top: 41px
  }

  .imagesRightArrow {
    height: 30%;
    width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30%;
    top: 30%
  }

  .indexPromoTextContainer {
    animation: slide-left 6s linear infinite
  }

  .mainImageSelect {
    background-size: cover
  }

  #imageGroups {
    width: 100%
  }

  .videoTag.mobileElement {
    object-fit: cover
  }

  .highlight {
    object-fit: cover;
    height: auto
  }
  .blogSliderContainer{
    width:100%;
  }
  .blogSliderContainer .productSlide {
      width:100%;
  }
  .groupsTotalContainer {
    width: 95%;
    margin: 0 auto
  }

  .group-look-slider .slick-dots {
    bottom: 0
  }

  .group-look-slider .slick-track {
    padding-bottom: 45px
  }

  .blogTitleIndex {
    margin: 0px auto 2%;
    width: 70%;
    padding: 60px 0 50px;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
  }
  .blogCenteredContent.centeredContentIndex{
    width:100%;
    margin: 0px auto 6rem;
  }
  .blogSubtitleIndex {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 5px;
  }

  .centeredContentIndex {
    width: 100%;
    display: flex;
    gap: 50px;
    flex-direction: column;
  }

  .centeredContentIndex .imgContainer,
  .centeredContentIndex .postPreviewFile {
    aspect-ratio: 349 / 240 !important;
  }

  .slick-dotted.slick-slider.look-slider-container .slick-dots li.slick-active button::before {
    color: var(--base);
  }

  .slick-dotted.slick-slider.look-slider-container .slick-dots li.slick-active button::before {
    background-color: var(--base);
  }

  .slick-dotted.slick-slider.look-slider-container .slick-dots li button::before {
    border-radius: 0;
  }

  .slick-dotted.slick-slider.look-slider-container {
    margin-bottom: 15px;
  }
  #highlights .highlight iframe {
    aspect-ratio: 390 / 500;
}
}