#section1 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url('../assets/images/ProductsPage/ProductPageHeader.jpg') center center/ cover no-repeat;
}

.section1_content{
  height: 100svh;
  width: 100%;
  position: relative;
  align-content: end;
  padding-left: 6.25svw;
  padding-bottom: 20svh;
}

@keyframes fadeInUp {
  0% {
    opacity: 1;
    height: 100px;
  }

  50% {
    opacity: 0;
    height: 0px;
  }

  100% {
    height: 100px;
    opacity: 1;
  }
}

.fadeInUp-animation {
  animation: 1s fadeInUp;
}

@keyframes slideRightFadeIn {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  25% {
    opacity: 0;
    transform: translateX(calc(-100vw));
  }
  50% {
    opacity: 0;
    transform: translateX(calc(100vw));
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.slide-right-animation {
  animation: slideRightFadeIn 0.8s ease-out;
}

@keyframes slideLeftFadeIn {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  25% {
    opacity: 0;
    transform: translateX(calc(100vw));
  }
  50% {
    opacity: 0;
    transform: translateX(calc(-100vw - 100px));
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.slide-left-animation {
  animation: slideLeftFadeIn 0.8s ease-out;
}

.image-stack {
  display: flex;
  /* flex-direction: column; */
  width: 100svw;
}

.bg-block {
  flex: 1;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100svh;
  /* Full screen per image */

  background-size: cover;
  background-position: center;
  width: 100svw;
  height: 100svh;
}


.img1 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url('../assets/images/ProductsPage/ProductPageAccordion3.jpg') center center/ cover no-repeat;
}

.img2 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url('../assets/images/ProductsPage/ProductPageAccordion1.png') center center/ cover no-repeat;
}

.img3 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url('../assets/images/ProductsPage/ProductPageAccordion_2.png') center center/ cover no-repeat;
}

.img4 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url('../assets/images/ProductsPage/ProductPageAccordion5.jpg') center center/ cover no-repeat;
}

.img5 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url('../assets/images/ProductsPage/ProductPageAccordion6.jpg') center center/ cover no-repeat;
}

.img6 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%), url('../assets/images/ProductsPage/ProductPageAccordion4.jpg') center center/ cover no-repeat;
}

/* Main CSS starts here */
/* Section1 */
#section1 .content {
  text-align: start;
}

#section1 .content .caption {
  font-family: "BentonSans Book";
  color: #c9c2c2;
  font-weight: 400;
  font-size: 36px;
  line-height: 38.9px;
  letter-spacing: 2px;
}

#section1 .content .title {
  font-family: 'Times New Roman', Times, serif;
  font-size: 6rem;
}

#section1 .content .title {
  text-align: left;

  line-height: 1.1;

  margin-top: 10px;
  background-image: linear-gradient(86.47deg, #855F39 -7.89%, #FFAC59 41.22%);
  color: transparent;
  background-clip: text;
}

.italic {
  font-style: italic;
}

/* Section2 */
#section2 .bg-block {
  position: relative;

  transition: all 0.6s ease;
}

#section2 .bg-block .info p {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#section2 .bg-block:hover .info p {
  opacity: 1;
  transition-delay: 0.4s;
}


#section2 .bg-block:hover {
  flex: 2;
  object-fit: cover;
}

#section2 .bg-block:hover .info {
  opacity: 1;
  visibility: visible;

  height: 222px;
}

#section2 .bg-block:hover .title {
  padding: 0px 32px 16px 32px;

  background-image: linear-gradient(86.47deg, #855F39 -7.89%, #FFAC59 41.22%);
  color: transparent;
  background-clip: text;

  font-size: 2rem;
}

#section2 .content {
  position: absolute;
  bottom: 0px;
  color: #656464;
  text-align: left;
}

#section2 .title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0px 32px 90px 32px;
}

#section2 .title {
  width: 100%;
}

#section2 .info {
  background-color: #101115;
  padding: 26px 32px;

  height: 300px;

  font-family: "Opensans", sans-serif;

  opacity: 0;
  visibility: hidden;
  height: 0px;

  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
}

/* Section3 */
#section3 {
  /* background: radial-gradient(58.62% 58.62% at 66.91% 41.38%, #FFE5B7 0%, #FFFFFF 100%) */
  background: radial-gradient(73.62% 83.62% at 57.91% 51.38%, #FFE5B7 0%, #FFFFFF 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
}

#section3 .content .title,
#section4 .content .title {
  text-align: left;
}

.arrow-wrapper, .arrow-wrapper2{
  height: 18px;
}
#section3 .content .arrow-right-wrapper,
#section4 .content .arrow-right-wrapper
{
  position: absolute;
  top: 20%;
  right: 0;

  padding: 200px 10px;

  display: flex;
  justify-content: center;
  align-items: center;

  /* background-color: rgba(0, 0, 0, 0.08); */

  display: none;
}
#section3 .content .arrow-left-wrapper,
#section4 .content .arrow-left-wrapper
{
  position: absolute;
  top: 20%;
  left: 0;

  padding: 200px 10px;

  display: flex;
  justify-content: center;
  align-items: center;

  /* background-color: rgba(0, 0, 0, 0.08); */

  display: none;
}

#section4 .content .arrow-right-wrapper,
#section4 .content .arrow-left-wrapper
{
  /* background-color: rgba(255, 255, 255, 0.08); */
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(323deg) brightness(104%) contrast(102%);
}
#section3 .content {
  color: #000;
  padding: 0px 140px;

  margin-bottom: 100px;
}
 #section3 .content .title-wrapper,
 #section4 .content .title-wrapper
 {
    display: flex;
    align-items: center;
  }

  #section3 .content .title-wrapper .product-number
  {
    font-size: 34px;
    font-weight: bolder;

    margin-right: 8px;

    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 2%;


    background-image: linear-gradient(88.61deg, #855F39 9.56%, #FFAC59 99.84%);

    color: transparent;
    background-clip: text;
}

#section3 .content .row {
  display: flex;
}

#section3 .content .row .col1 {
  flex: 2;

  display: flex;
  align-items: center;
}

#section3 .content .row .col2 {
  flex: 3;
}

#section3 .content .row .col1 {
  text-align: left;
}

#section3 .content .title {
  font-family: 'Times New Roman', Times, serif;
  ;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 2%;

  margin-bottom: 36px;

  background-image: linear-gradient(88.61deg, #855F39 9.56%, #FFAC59 59.84%);

  color: transparent;
  background-clip: text;
}

#section3 .content .title .underline {
  height: 2px;
  width: 16%;

  margin-top: 6px;

  background: linear-gradient(90deg, #855F39 49.47%, rgba(255, 172, 89, 0) 112.06%);
  opacity: 0.8;
}

#section3 .content .row .col1 .selected-product .product-title {
  font-family: "Opensans", sans-serif;

  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2%;
  line-height: 1.3;

  color: #565656;
}

#section3 .content .row .col1 .selected-product .product-info {
  margin: 32px 0px;
  padding: 0px 80px 0px 0px;

  font-family: "Opensans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  color: #787878;
}

#section3 .content .row .col2 .img {
  text-align: center;
  width: 100%;

  position: relative;
  z-index: 1;
}



#section3 .content .row .col2 .img img {
  width: 80%;
  height: 100%;

  border: 2px solid;
  border-image: linear-gradient(94.81deg, #FFAC59 3.15%, #855F39 46.82%, #FFAC59 89.09%) 1;
  border-image-slice: 1;
}


/* Slider */
.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.arrow {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1;
}

.slider {
  width: 1400px;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.4s ease;
}

.slider-item,
.slider-item2 {
  flex: 0 0 calc(100% / 7);
  /* 7 items visible */
  text-align: center;
  opacity: 0.5;
  font-size: 15px;
  transition: transform 0.3s, opacity 0.3s;
}

.slider-item.active {
  opacity: 1;
  font-weight: bold;
  color: #A0624A;
}

.slider-item2.active {
  opacity: 1;
  font-weight: bold;
  color: #FFF7E8
}

.slider-item2 {
  color: #9D9D9D;
}

.slider-buttons {
  text-align: right;
  position: absolute;
  right: 12px;
  top: -5px;
}

.slider-wrapper {
  /* this is based on initial content margin */
  left: 140px;
  right: 140px;
  position: absolute;

  bottom: 100px;
}

.slider-line {
  height: 1px;
  margin-top: 30px;

  background-image: linear-gradient(90deg, rgba(160, 98, 74, 0) 0%, #A0624A 63.29%, rgba(160, 98, 74, 0) 100%);
  position: relative;
}

.slider-line .page-status{
  position: absolute;
  right: 95px;
  bottom: 15px;

  color: #A0624A;
}

.slider-line .page-status p{
  font-size: 14px;
  letter-spacing: 1px;
}

.slider-line .vertical-line {
  position: absolute;
  height: 100px;
  width: 2px;
  /* You need a width since we use background image now */
  bottom: 0;
  left: 50%;
  z-index: 0;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='200' viewBox='0 0 2 200'%3E%3Cline x1='1' y1='0' x2='1' y2='200' stroke='%23A0624A' stroke-width='2' stroke-dasharray='12, 6' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: center;

  /* Fade only from top */
  -webkit-mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0) 10%,
      rgba(0, 0, 0, 0.1) 20%,
      rgba(0, 0, 0, 0.1) 30%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.6) 60%,
      rgba(0, 0, 0, 0.8) 70%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 1) 100%);
  mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.0) 10%,
      rgba(0, 0, 0, 0.1) 20%,
      rgba(0, 0, 0, 0.1) 30%,
      rgba(0, 0, 0, 0.2) 40%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.6) 60%,
      rgba(0, 0, 0, 0.8) 70%,
      rgba(0, 0, 0, 1) 80%,
      rgba(0, 0, 0, 1) 100%);

}



/* Section4 */
#section4 {
  background: radial-gradient(73.62% 83.62% at 57.91% 51.38%, #4D3E15 0%, #261F0B 43.7%, #000000 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
}

#section4 .content {
  color: #000;
  padding: 0px 140px;

  margin-bottom: 100px;
}

#section4 .content .row {
  display: flex;
}

#section4 .content .row .col1 {
  flex: 2;
  display: flex;
  align-items: center;
}

#section4 .content .row .col2 {
  flex: 3;
}

#section4 .content .row .col1 {
  text-align: left;
}

#section4 .content .title-wrapper .product-number2
  {
    font-size: 34px;
    font-weight: bolder;

    margin-right: 8px;

    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 2%;


    background-image: linear-gradient(270.52deg, #855F39 -6.01%, #FFAC59 51.81%);

    color: transparent;
    background-clip: text;
  }
#section4 .content .title {
  font-family: 'Times New Roman', Times, serif;
  ;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  letter-spacing: 2%;

  margin-bottom: 10px;

  background-image: linear-gradient(270.52deg, #855F39 -6.01%, #FFAC59 51.81%);
  color: transparent;
  background-clip: text;
}

#section4 .content .title .underline {
  width: 16%;
  height: 2px;

  margin-top: 6px;

  background: linear-gradient(90deg, #855F39 49.47%, rgba(255, 172, 89, 0) 112.06%);

  opacity: 0.8;
}

#section4 .content .row .col1 .selected-product .product-title {
  font-family: "Opensans", sans-serif;

  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2%;
  line-height: 1.3;

  color: #fff !important;
}

#section4 .content .row .col1 .selected-product .product-info {
  margin: 32px 0px;
  padding: 0px 80px 0px 0px;

  font-family: "Opensans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  color: #D5D5D5 !important;
}

#section4 .content .row .col2 .img {
  text-align: center;
  width: 100%;
  z-index: 2;

  position: relative;
}
#section4 .slider-line .page-status{
  color: #FFF;
}

#section4 .content .row .col2 .img img {
  width: 80%;
  height: 100%;

  border: 2px solid;
  border-image: linear-gradient(94.81deg, #FFAC59 3.15%, #855F39 46.82%, #FFAC59 89.09%) 1;
  border-image-slice: 1;
}

#section4 .slider-line {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 63.29%, rgba(255, 255, 255, 0) 100%);
}

#section4 .vertical-line {
  z-index: 0;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='200' viewBox='0 0 2 200'%3E%3Cline x1='1' y1='0' x2='1' y2='200' stroke='%23FFFFFF' stroke-width='2' stroke-dasharray='12, 6' /%3E%3C/svg%3E");
  background-repeat: repeat-y;
  background-position: center;
}

#section4 .arrow.left2 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(323deg) brightness(104%) contrast(102%);
}

#section4 .arrow.right2 {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(323deg) brightness(104%) contrast(102%);
}



@media screen and (max-width: 1280px) {
  #section1 .content .caption {
    font-size: 1.5rem;
    font-weight: 400;
  }

  #section1 .content .title {
    font-size: 4rem;
  }

  #section2 .title {
    font-size: 1.1rem;
  }

  #section2 .bg-block:hover .title {
    font-size: 1.5rem;
  }

  #section2 .info {
    font-size: 14px;
  }

  #section3 .content,
  #section4 .content {
    padding: 0px 100px;
    margin-bottom: 100px;
  }

  #section .content .title-wrapper .product-number,
  #section4 .content .title-wrapper .product-number2{
    font-size: 24px;
  }
  #section3 .content .title,
  #section4 .content .title {
    font-size: 14px;
  }

  #section3 .content .row .col1 .selected-product .product-title,
  #section4 .content .row .col1 .selected-product .product-title {
    font-size: 20px;
  }

  #section3 .content .row .col1 .selected-product .product-info,
  #section4 .content .row .col1 .selected-product .product-info {
    font-size: 14px;
  }



  #section3 .content .title,
  #section4 .content .title {
    margin-bottom: 40px;
  }

  .slider-item,
  .slider-item2 {
    font-size: 12px;
  }


}

@media screen and (max-width: 1536px) {
  .slider-line .page-status{
    bottom: 18px;
    right: 80px;
  }
  .slider-line .page-status p{
    font-size: 12px;
  }
  #section2 .bg-block:hover .info {
    height: 215px;
  }

  .arrow {
    width: 18px;
  }

  #section3 .content .row .col2 .img {
    width: 94%;
  }

  #section4 .content .row .col2 .img {
    width: 94%;
  }

  .slider-line .vertical-line {
    height: 65px;
  }
  #section .content .title-wrapper .product-number,
  #section4 .content .title-wrapper .product-number2{
    font-size: 24px;
  }
  #section3 .content .title,
  #section4 .content .title {
    font-size: 16px;
  }

  #section3 .content,
  #section4 .content {
    margin-bottom: 60px;
  }

  #section3 .content .title .underline {
    margin-top: 12px;
  }

  #section1 .content .caption {
    font-size: 2rem;
    font-weight: 400;
  }

  #section1 .content .title {
    font-size: 5rem;

  }

  #section3 .content .title,
  #section4 .content .title {

    margin-bottom: 12px;
  }

  #section3 .content .row .col1 .selected-product .product-title {
    font-size: 20px;
  }

  #section3 .content .row .col1 .selected-product .product-info {
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0;
  }

  #section4 .content .title,
  #section4 .content .title {

    margin-bottom: 20px;
  }

  #section4 .content .row .col1 .selected-product .product-title {
    font-size: 20px;
  }

  #section4 .content .row .col1 .selected-product .product-info {
    font-size: 12px;
    line-height: 18px;
    margin: 12px 0;
  }

  .slider-wrapper {
    bottom: 60px;
  }

}

@media screen and (max-width: 1024px) {
  #section1 .content .caption {
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
    letter-spacing: 1px;
  }

  #section1 .content .title {
    font-size: 4rem;
  }

  #section2 .title {
    font-size: 1rem;
    padding: 0px 16px 90px 16px;

  }

  #section2 .bg-block:hover .title {
    font-size: 1.4rem;
    padding: 0px 16px 14px 16px;
  }

  #section2 .info {
    font-size: 14px;
    padding: 26px 16px;
  }

  #section3 .content,
  #section4 .content {
    padding: 0px 70px;
    margin-bottom: 100px;
  }

  #section3 .content .row,
  #section4 .content .row {
    display: flex;
    flex-direction: column;
  }

  #section3 .content .row .col1,
  #section4 .content .row .col1 {
    flex: 1;
  }

  #section3 .content .row .col2,
  #section4 .content .row .col2 {
    flex: 1;
  }

  #section3 .content .row .col2 .img img,
  #section4 .content .row .col2 .img img {
    max-width: 70%;
    height: 100%;
  }

  #section3 .content .title,
  #section4 .content .title {
    font-size: 14px;
  }

  #section3 .content .row .col1 .selected-product .product-title,
  #section4 .content .row .col1 .selected-product .product-title {
    font-size: 18px;
  }

  #section3 .content .row .col1 .selected-product .product-info,
  #section4 .content .row .col1 .selected-product .product-info {
    font-size: 14px;
    margin: 10px 0px;
    padding: 0px;
  }

  #section3 .content .title,
  #section4 .content .title {
    margin-bottom: 40px;
  }

  .slider-item,
  .slider-item2 {
    font-size: 14px;
  }

  .slider-wrapper {
    /* this is based on initial content margin */
    left: 70px;
    right: 70px;
    position: absolute;

    bottom: 100px;
  }
}





@media screen and (max-width: 768px) {

  #section3 .content .row .col2 .img,
  #section4 .content .row .col2 .img {
    width: 100% !important;
  }

  .slider-line .page-status{
    bottom: 0px;
  }

  #section1 {
    background-position: 60% center;
    /* shift image slightly to the right */
  }

  #section1 .content .caption {
    font-size: 1.5rem;
    font-weight: 400;
  }

  #section1 .content .title {
    font-size: 4rem;
  }

  #section2 .title {
    font-size: 1rem;
    padding: 0px 16px 90px 16px;
  }

  #section2 .bg-block:hover .title {
    font-size: 1.4rem;
    padding: 0px 16px 14px 16px;
  }

  #section2 .info {
    font-size: 14px;
    padding: 26px 16px;
  }

  #section3 .content,
  #section4 .content {
    padding: 0px 70px;
    margin-bottom: 100px;
  }

  #section3 .content .row,
  #section4 .content .row {
    display: flex;
    flex-direction: column;
  }

  #section3 .content .row .col1,
  #section4 .content .row .col1 {
    flex: 1;
  }

  #section3 .content .row .col2,
  #section4 .content .row .col2 {
    flex: 1;
  }

  #section3 .content .row .col2 .img img,
  #section4 .content .row .col2 .img img {
    max-width: 70%;
    height: 100%;
  }

  #section3 .content .title,
  #section4 .content .title {
    font-size: 14px;
  }

  #section3 .content .row .col1 .selected-product .product-title,
  #section4 .content .row .col1 .selected-product .product-title {
    font-size: 18px;
  }

  #section3 .content .row .col1 .selected-product .product-info,
  #section4 .content .row .col1 .selected-product .product-info {
    font-size: 14px;
    margin: 5px 0px;
    padding: 0px;
  }

  #section3 .content .title,
  #section4 .content .title {
    margin-bottom: 40px;
  }

  .slider-item,
  .slider-item2 {
    font-size: 14px;
  }

  .slider-wrapper {
    /* this is based on initial content margin */
    left: 70px;
    right: 70px;
    position: absolute;
    bottom: 100px;
  }
  .slider-line .page-status p{
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  #section1 {
    display: flex;
    align-items: flex-end;

    width: 100svw;
    height: 100svh;
    padding-bottom: 8rem;
  }

  #section1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;

    background: linear-gradient(to top,
        rgba(0, 0, 0, 1) 0%,

        rgba(0, 0, 0, 0.85) 60%,

        rgba(0, 0, 0, 0.6) 80%,

        rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }

  #section1 .content {
    z-index: 2;
  }

  #section1 .content .caption {

    z-index: 10;
    font-weight: 400;
    font-size: 18px;
    line-height: 0px;
    letter-spacing: 1px;
  }

  #section1 .content .title {
    font-size: 2.5rem;
    z-index: 10;
  }

  .image-stack {
    display: flex;
    flex-direction: column;

    width: 100%;
    height: 100%;
  }

  #section2 .title {
    font-size: 1.2rem;
    padding: 0px 16px 20px 16px;

    z-index: 2;
    position: relative;
  }


  #section2 .info {
    max-height: 150px;
  }

  #section2 .bg-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;

    background: linear-gradient(to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.85) 40%,
        rgba(0, 0, 0, 0.70) 60%,
        rgba(0, 0, 0, 0) 100%);

    pointer-events: none;
    z-index: 1;
  }

  #section2 .bg-block:hover .title {
    font-size: 1.3rem;
    padding: 0px 16px 14px 16px;
    z-index: 2;
    position: relative;
  }

  #section2 .bg-block:hover {
    flex: 2;
    object-fit: cover;
  }

  #section2 .bg-block:hover .info {
    height: 125px;
  }

  #section2 .info {
    font-size: 14px;
    padding: 5px 16px 10px 16px;
    z-index: 2;

    position: relative;
  }

  #section3 {
    background: radial-gradient(60% 40% at 50% 60%, #FFE5B7 0%, #FFFFFF 100%);
  }

  #section4 {
    background: radial-gradient(60% 40% at 50% 60%, #4D3E15 0%, #261F0B 43.7%, #000000 100%);
  }

  #section3,
  #section4 {
    display: flex;
    align-items: flex-start;
  }

  #section3 .content,
  #section4 .content {
    padding: 0px 35px 40px 35px;
    margin-bottom: 20px;
  }

  #section3 .content .title .underline,
  #section4 .content .title .underline {
    margin-top: 2.2px;
    height: 1.4px;
    opacity: 1;
  }

  #section3 .content .row,
  #section4 .content .row {
    display: flex;
    flex-direction: column;
  }

  #section3 .content .row .col1,
  #section4 .content .row .col1 {
    flex: 1;
  }

  #section3 .content .row .col2,
  #section4 .content .row .col2 {
    flex: 1;
  }

  #section3 .content .row .col2 .img img,
  #section4 .content .row .col2 .img img {
    max-width: 100%;
    width: 100%;
    max-height: auto;
  }

  #section3 .content .title,
  #section4 .content .title {
    font-size: 11px;
    margin-bottom: 20px;
  }

  #section3 .content .row .col1 .selected-product .product-title,
  #section4 .content .row .col1 .selected-product .product-title {
    font-size: 14px;
    font-weight: 600;
  }

  #section3 .content .row .col1 .selected-product .product-info,
  #section4 .content .row .col1 .selected-product .product-info {
    font-size: 11px;
    margin: 5px 0px;
    padding: 0px;

    line-height: 1.6;
  }

  #section3 .content .title,
  #section4 .content .title {
    margin-bottom: 20px;
  }

  .slider-item,
  .slider-item2 {
    font-size: 11px;
  }

  .slider-wrapper {
    left: 5px;
    right: 5px;
    position: absolute;

    bottom: 3.5svh;
  }


  .slider-buttons {
    /* position: fixed;
    bottom: 1.5svh;
    width: 32svw;
    text-align: center;
    height: 7svh;
    z-index: 2;
    align-content: center; */
    display: none;
  }

  .slider-line {
    z-index: 5;
  }

  #section3 .slider-buttons {
    background: white;
  }

  #section4 .slider-buttons {
    background: black;
  }

  #section2,
  #section4 {
    padding-top: 11svh;
    background: black;
  }

  #section3 {
    padding-top: 11svh;
    background: white;
  }
  #section3 .content .arrow-right-wrapper,
  #section4 .content .arrow-right-wrapper{
    display: block;
  }
  #section3 .content .arrow-left-wrapper,
  #section4 .content .arrow-left-wrapper{
    display: block;
  }
  #section4 .content .title-wrapper .product-number2,
  #section3 .content .title-wrapper .product-number
  {
    font-size: 20px;
    margin-right: 4px;
  }
  .slider-line .page-status{
    right: 40px;
  }
}