

#navbar{
    background-color: #ffffff !important;
}

.breaking-bar{
    background-color: #4A1D1D;
    color: #fff;
    
    font-weight: 400;
    text-transform: uppercase;
}

h1{
    text-transform: uppercase;
    font-family: 'Comorant Garamond';
    font-weight: 400;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}


section{
    width: 100%;
    padding-top: 40px;
}
.section-inner{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#hero-section{
    background-color: #FFF9F4;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

#sidebar{
    background-color: #fff;
}
#sidebar .selected{
    background-color: #f3f3f3;
}



#hero-gif{
    max-width: 100%;
}
@media (max-width: 768px) {
  #hero-gif{
        width: calc(100%);
    }

}

.image-carousel {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .section-inner{
      flex-direction: row;
  }
  #hero-btn-desktop{
      display: flex !important;
  }
  #hero-btn-mobile{
      display: none;
  }
  .image-carousel{
      max-width: 600px;
  }
  #h1-section{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }

}

.image-carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.image-carousel img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  filter: saturate(110%);
  filter: brightness(1.05);
}








.custom-button{
    color: #fff ;
    background-color: #4A1D1D;
    border-radius: 8px;
    height: 48px;
    font-weight: 300;
}


h2{
    font-family: 'italiana';
    font-weight: 400;
    margin-top: 50px;
    font-size: 28px;
    width: 80%;
    margin-bottom: 30px;
}

p{
    font-family: 'Comorant Garamond';
    font-size: 17px;
}

.h2-type-2{
    text-transform: uppercase;
    font-family: 'Comorant Garamond';
    font-weight: 400;
    width: 80%;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 60px;
    font-size: 24px;
}


#section-two{
    background-color: #1A0E0E;
    color: #FFFADE;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding-bottom: 100px;
}

.s2p{
    max-width: 1300px;
    padding: 0px 16px;
    text-align: center;
}







img {
  -webkit-user-drag: none;
  user-select: none;
}


.carousel-wrapper {
  overflow: hidden;
  width: 100%;
  touch-action: pan-y;
}

.carousel {
  display: flex;
  gap: 20px;
  cursor: grab;
  user-select: none;
  will-change: transform;
}

.carousel:active {
  cursor: grabbing;
}

.item {
  width: 180px;
  height: max-content;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.item img,
.item video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.item.text {
  padding: 12px;
  font-size: 14px;
  width: calc(180px - 26px) !important;
  text-align: center;
  background: #f5f5f5;
  display: block;
  text-align: left;
  padding-top: 12px;

  background: #463333;
    background: -webkit-linear-gradient(127deg, rgba(70, 51, 51, 1) 0%, rgba(31, 17, 5, 1) 100%);
    background: -moz-linear-gradient(127deg, rgba(70, 51, 51, 1) 0%, rgba(31, 17, 5, 1) 100%);
    background: linear-gradient(127deg, rgba(70, 51, 51, 1) 0%, rgba(31, 17, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#463333", endColorstr="#1F1105", GradientType=0);
    border: 1px solid #73635C;
}
.review-title{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Comorant Garamond';
    color: #fff;
    margin-top: 4px;
}
.review-text{
    font-family: 'Comorant Garamond';
    color: #fff;
}
.review-user{
    font-family: 'Oooh Baby';
    color: #fff;
    margin-bottom: 2px;
    margin-top: 7px;
}


/* infinite auto-scroll */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



.product{
    border-radius: 20px;
    background-color: #381919;
    overflow: hidden;
    border: none;
    font-family: 'Comorant Garamond' !important;
    color: #fff !important;
}
.product-price{
    font-family: 'Fustat';
    color: #fff;
    font-weight: 300;
    margin-top: 4px;
    font-size: 15px;
}




#reviews-container .review-title{
    color: #000;
}
#reviews-container .review-text{
    color: #000;
}
.verified-badge{
    font-family: 'Fustat';
    background-color: #048300;
    border-radius: 20px;
}

.review-name{
    font-family: 'Oooh Baby';
}
.review-name svg{
    color: #000 !important;
    background: #fff !important;
}

body{
    background-color: #fff;
}




