/** Shopify CDN: Minification failed

Line 242:13 Expected identifier but found whitespace
Line 242:20 Unexpected ";"

**/
/* HEADER */

/* Update for Final */
/* Currency Convertor */
.buckscc-floating-box {
    display: none;
}

.footer_lower_img {
  width: 40px !important;
  height: 100%;
}

.announcement-bar-section {
    display: block;
}

#close-drawer-202020 {
  width: 25px;
  height: auto;
}

input, textarea, button, select, a, * {
    -webkit-tap-highlight-color: transparent;
}

.swiper-button-prev:focus, 
.swiper-button-next:focus, 
.swiper-button-prev:active,
.swiper-button-next:active {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

.section-header {
    position: absolute;
    margin-bottom: 0px;
    background: transparent !important;
    width: 100%;
}

.header-wrapper {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.header__heading-link .h2,
.header__icon {
    color: black;
    text-decoration: none;
}

.header.page-width {
    padding: 20px 20px;
}

@media screen and (max-width: 750px){
 .header.page-width {
    padding: 10px 20px;
 } 
}


/* SLIDES */

.slider-1-container,
.slider-2-container,
.slider-3-container{
  height: 100vh;
}

.slide_1,
.slide_2,
.slide_3 {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.slide_1.desk_slide,
.slide_2.desk_slide,
.slide_3.desk_slide {
 display: block;
}
.slide_1.mob_slide,
.slide_2.mob_slide,
.slide_3.mob_slide {
 display: none;
}


.slide_text {
    position: absolute;
    z-index: 2;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.gallery-video {
    height: 100vh;
    width: 100%;
}


/* SINGLE-SCROLL SLIDER */

[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "untitled-font-1";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-up-open-big { display: inline-block; }

.icon-up-open-big:after {
  content: "a";
  font-size: 2.5em;
  display: block;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  color: black;
  -webkit-transition: color .3s;
          transition: color .3s;
}

.icon-up-open-big:hover:after {
  color: white;	
}

.scroll-icon {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 0 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}



/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.l-left {
  float: left;
}

.l-right {
  float: right;
}

.end {
  margin-top: 30px;
  font-size: 3em;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: opacity, -webkit-transform 1s;
          transition: opacity, transform 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}



/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
  background: white;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #24221F;
}

.vertical-scrolling {
  /* height: 100vh !important; */
  background-color: transparent !important;
}


/* .single_product_images{
  background: blue;
  height: 600px !important;
  display: grid;
  overflow: auto;
  scroll-snap-type: y mandatory;
} */

/* .single_product_images .image{
  height: 600px !important;
} */


/* .container {
  height: 100vh; /* Full viewport height */
  overflow-y: scroll; /* Enable vertical scrolling */
  scroll-snap-type: y mandatory; /* Enable snap behavior on y-axis */
  scroll-behavior: smooth;
} */

/* .section {
  height: 100vh; /* Each section takes full viewport height */
  scroll-snap-align: start; /* Snap to the start of each section */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #ccc;
} */

/* .section .image {
  height: 100vh;
} */



/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 768px) {
  .scroll-icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slide_1.desk_slide,
  .slide_2.desk_slide,
  .slide_3.desk_slide {
   display: none;
  }
  .slide_1.mob_slide,
  .slide_2.mob_slide,
  .slide_3.mob_slide {
   display: block;
  }
}


.custom_footer{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.custom_footer .newsletter .heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.custom_footer .newsletter .footer-block__newsletter {
  display: flex;
  justify-content: center;
}

.custom_footer .socialIconsFooter { 
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-top: 4rem;
}

.custom_footer .socialIconsFooter a { color: transparent !important;}

.custom_footer .socialIconsFooter svg{
  color: black;
  width: 2rem;
}

.newsletter-form__field-wrapper .field__input {
  background-color: transparent;
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 400px;
}

.newsletter-form__field-wrapper .field__label::placeholder {
  text-align: center;
}

.newsletter-form__field-wrapper .field:after {
  border-bottom: 1px solid black;
}

.newsletter-form__field-wrapper .field:after, .newsletter-form__field-wrapper  .field:hover.field:after {
  box-shadow: none !important;
}

.custom_footer .newsletter_wrapper {
  margin-bottom: 100px;
}

.custom_footer .footer_main {
  background: black;
  color: white;
  text-transform: none;
}

.custom_footer .footer_main .quick_links {
    padding: 30px 30px;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    /* font-size: large; */
}

.custom_footer .footer_main .quick_links .Col {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
  font-size: 13px;
}

.custom_footer .footer_main .quick_links .Col.help {
  text-align: end;
}

.custom_footer .footer_main .quick_links .Col a {
  color: white;
  text-decoration: none;
}

.custom_footer .footer_main .utility_content {
  background: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 50px;
  padding-bottom: 10px;
  font-size: 13px;
}

.footer-slide .fp-tableCell {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 992px) {
  .custom_footer .footer_main .quick_links {
    padding: 30px 40px;
    flex-direction: row;
    display: flex;
    /* font-size: large; */
  }
}

@media screen and (max-width: 768px) {
  .custom_footer .footer_main .quick_links .Col.about{
    display: none;
  }
  
  .custom_footer .footer_main .quick_links {
      padding: 30px 40px;
      flex-direction: row;
      display: flex;
      align-items: center;
      height: 30vh;
    }

  .custom_footer .footer_main .quick_links .Col.help {
    margin: 0;
  }
}
  
@media screen and (max-width: 480px) {
  .custom_footer .footer_main .quick_links {
    padding: 20px 20px;
  }
  .custom_footer .footer_main .quick_links .Col {
    width: unset;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-right: 0px;
  }
}

@media screen and (max-width: 440px) {
  .newsletter-form__field-wrapper .field__input{
    width: 300px;
  }

  .newsletter-form__field-wrapper .field__label {
    left: 28% !important;
   }
}

@media screen and (max-width: 400px) {
  .custom_footer .newsletter_wrapper {
    margin-bottom: 25px;
  }
  .custom_footer .socialIconsFooter {
    gap: 24px;
  }
  .custom_footer .socialIconsFooter {
    margin-top: 2.5rem;
  }
  .custom_footer .newsletter .heading {
    font-size: 20px;
  }
}

.product-grid-container .grid__item{
  /* display: none; */
}


.video_tag{
  height: 100% !important;
}