/** Shopify CDN: Minification failed

Line 467:21 Unexpected "{"
Line 467:30 Expected ":"
Line 477:21 Unexpected "{"
Line 477:30 Expected ":"
Line 577:21 Unexpected "{"
Line 577:30 Expected ":"
Line 589:21 Unexpected "{"
Line 589:30 Expected ":"

**/
/*** Header ***/

.header__icons {
	display: none;
}

.social-btn {
	text-decoration: none;
	color: inherit;
}

.social-btn:focus,
.social-btn:active {
	outline: none;
}

.header {
	display: flex;
	justify-content: space-between;
  padding:6px 9%!important;
}

.top-nav {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: end;
	gap: 30px;
}

.list-menu--inline {
	align-items: baseline;
}

.custom-menu-bar {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.custom-menu-bar .social-icons {
	margin-bottom: -10px;
}

.nav-text,
.header__menu-item span,
.header__submenu li a,
.menu-drawer__menu-item {
	font-family: Jost, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	color: black;
  margin-top:2px;
}

.nav-item ,
.header__submenu li a{
	text-decoration: none;
}

.nav-item{
  display: flex;
  align-items: center;
  gap: 3px;
}

.header__submenu li:hover {
    color: black;
}

.header__submenu li a {
	color: #fc9e4f;
  border-top:1px solid #c4c4c4;
}

#HeaderMenu-contact {
	padding: 10px 20px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	overflow: hidden;
	position: relative;

	/* Hard split (no blending) */
	background: linear-gradient(to top,
			#fc9e4f 0%,
			#fc9e4f 50%,
			#000000 50%,
			#000000 100%);

	background-size: 100% 200%;
	background-position: 0% 0%;
	/* start at top */
	animation: bgSwipe 2s linear infinite;
}

#HeaderMenu-contact span {
	font-weight: bold;
	color: #ffffff;
}


@keyframes bgSwipe {
	from {
		background-position: 0% 0%;
	}

	to {
		background-position: 0% 100%;
	}
}
/* 
sticky-header{
    position:relative;
} */

@media screen and (max-width:990px) {
	.custom-menu-bar {
		display: none;
	}

	.header {
		flex-direction: row-reverse;
		justify-content: space-between;

	}

	.menu-drawer__menu-item--active {
		color: black;
	}

	.menu-drawer__menu-item {
		color: #fc9e4f;
	}

	.top-nav .social-icons {
		margin-bottom: -10px;
	}

	.top-nav {
		justify-content: start;
	}
    .progress-container{
        display:none;
    }
}


/*** slider ***/
.banner__heading.inline-richtext.h2{
    font-weight:400;
    margin-bottom:10px;
}

.banner__text.subheading{
    font-weight: 500; 
    line-height: 1.1; 
    letter-spacing: 0.05em; 
    color: #F9A85D; 
    text-transform: uppercase;
    font-size:45px;
}
.banner__text.subheading strong {
  position: relative;
  color: #FFFFFF;
  padding: 4px 12px;
  display: inline-block;
  font-weight: 500;
  overflow: hidden;
  margin-bottom:-12px;
}


.banner__text.subheading strong::before {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  z-index: -2;
  opacity: 0;
  animation: showBlack 0.3s ease forwards;
  animation-delay: 0.2s;
}

.banner__text.subheading strong::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #F9A85D;
  transform: translateY(100%); 
  z-index: -1;
  animation: swipeYellowUp 0.6s ease forwards;
  animation-delay: 0.5s;
}

 .slideshow  .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
animation-duration: 4.2s;
  }

@keyframes showBlack {
  to {
    opacity: 1;
  }
}

@keyframes swipeYellowUp {
  to {
    transform: translateY(0); /* move up */
  }
}

.banner__text.caption{
    font-size:16px;
    font-family: Jost, sans-serif;
    margin-top:unset!important;
}
.slider-container .slideshow__controls{
    display:none;
}

/*** Division section ***/
.rhine-container .slider-counter.caption ,
.featured-collection .slider-counter.caption{
	display:none;

}
.rhine-container .slideshow__controls{
	border:none;
	position: absolute;
    top: 50%;
    bottom: 50%;
	width:100%;
	justify-content: space-between!important;
}

.rhine-container .slider-button--prev,
.rhine-container .slider-button--next,
.featured-collection .slider-button--prev,
.featured-collection .slider-button--next{
	background: black;
  border-radius: 50%;
  color: white;
}

/*** Feaured collection ***/
 .featured-collection .collection__description{
	text-align:center;
	padding-bottom:15px;
}
.featured-collection {
    position: relative;
    background: url("/cdn/shop/files/bg.png?v=1776168907") center/cover no-repeat;
}

.featured-collection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 0;
    pointer-events: none;
}

.featured-collection > * {
    position: relative;
    z-index: 1;
}

.featured-collection .slider--desktop .slider__slide:first-child{
	margin-left:unset!important;
}

.featured-collection slider-component{
	padding:0 9%!important;
}

.featured-collection .card-wrapper.product-card-wrapper{
	background: #FFCDA4;
    border-bottom: 7px solid black;
}

.featured-collection .card {
	padding:8px;
}

.featured-collection .card__content{
	text-align:center;
}

.featured-collection .card__heading{
	font-family: Jost, sans-serif;
	text-transform:uppercase;
	font-size:20px;
  font-weight:800;
}

.featured-collection .collection__description{
  text-transform:uppercase;
}

.featured-collection .product-specification{
	font-size:14px;
	text-align:center;
}

.featured-collection .card-information{
	padding: 0 15px;
	text-align:center;
}

.featured-collection .badge{
  display:none;
}

.price__container .price-item--sale{
font-weight:700;
}


.featured-collection .slider-buttons{
    position: absolute;
    top: 50%;
    bottom: 50%;
	width:80%;
}

.featured-collection .slider-button--prev{
	left: 0%;
    position: absolute;
}

.featured-collection .slider-button--next{
	right: -2%;
    position: absolute;
}

.featured-collection .price__sale svg,
.featured-collection .instcok-text{
  display:none;
}

.featured-collection h2{
  font-size:30px!important;
}



.featured-collection .quick-add__submit,
.featured-collection .knowmore-submit{
background:black;
color:white;
}

@media screen and (max-width:749px){
.featured-collection .grid__item{
	width:100%!important;
}

.featured-collection slider-component{
  padding:0 15px!important;
}

.featured-collection .slider-buttons{
  width:90%;
}
.copyright__content{
  text-align:center;
  width:100%;
}

.featured-collection .knowmore-submit.button.button--secondary{
  margin-bottom:15px;
}
}

.copyright__content a:hover {
  color: #fc9e4f!important;
}

 
/*** Footer ***/
.footer__content-bottom{
padding:10px 0 30px 0!important;
background:black;
color:white;
margin-top:-1px;
}


.footer__copyright {
 display: flex;
 justify-content: space-between;
 width: 100%;
 padding:0 10%;
 flex-wrap:wrap;
}

.policies.list-unstyled li{
  color:#fc9e4f;
  font-family:Roboto, sans-serif;
}

.shopify-policy__container{
	max-width:100%;	
	padding:0;
}

.shopify-policy__title{
  padding:40px 0;
  background:#fc9e4f;
  text-transform:uppercase;
}

.shopify-policy__title h1{
  font-family:Roboto, sans-serif;
}

.shopify-policy__body{
	padding:20px 10%;
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 18%; 
  right: 10px;
  z-index: 100000000;
  border: none;
  outline: none;
  background-color:#fc9e4f;
  color: white;
  cursor: pointer;
width:36px;
height:36px;
  border-radius: 50%;
  font-size: 18px;
  transition: opacity 0.3s ease;
}


/*** Collection page ***/
.collection-hero__title::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 180px; 
  height: 3px;
  background-color:#FfF;
}

.image-with-section-{{ section.id }} .image-with-text{
background:#F9F9ED;
}

.image-with-text-container .page-width{
  padding:0!important;
  margin:0!important;
  max-width:100%;
}

.image-with-section-{{ section.id }} .image-with-text__grid{
  padding:5% 8% 0 8%;
}

.collection-grid-container{
  padding:0 20px;
}


.facets__form-vertical .facets__heading,
.facets__summary-label,
.facet-checkbox__text{
  font-weight:700;
}

.product-grid-container .card__heading{
  text-transform:uppercase;
  font-weight:500;
  font-size:12px;
}


.product-grid-container .price__sale{
  font-size:11px;
}

.product-grid-container .card-wrapper,
.facets-wrapper{
background:#edebee;
}

.active-facets.active-facets-desktop,
.active-facets.active-facets-mobile{
  display:none;
}

.mobile-facets__footer button{
  color:white;
}
.facets-container{
  padding:10px;
}

.product-grid-container .product-grid{
  margin-top:unset;
}
.product-grid-container .card-wrapper:hover{
background:#ffe7d2;
}

.product-grid-container .card.card--standard{
  padding:8px;
}

.product-grid-container .badge ,
.product-grid-container .product-specification,
.collection-grid-container .price-item.price-item--sale.price-item--last svg
.collection-grid-container .instcok-text,
.product-grid-container .price-item svg,
.product-grid-container .instcok-text{
  display:none;
}

.product-grid-container .quick-add__submit,
.product-grid-container .knowmore-submit {
  margin-bottom:10px;
  border:1px solid #fc9e4f;
  background:none;
  width:100%!important;
}

.product-grid-container .quick-add__submit:hover,
.product-grid-container .knowmore-submit:hover {
  border: 1px solid black;
  color: white;
  background-color: black;
}

.facets__label.facet-checkbox svg{
  display:none;
}
.facet-checkbox__text svg{
  display:block!important;
}
.facet-checkbox__text ,
.facet-checkbox__text-label{
  display:flex;
}


.product-grid-container .card__information ,
.product-grid-container .card-information{
  text-align:center;
}

.product-grid-container .quick-add{
  padding:0 20px;
}

@media screen and (max-width:750px){
.image-with-section-{{ section.id }} .image-with-text__content{
padding:20px 0!important;
}
.collection-grid-container,
.product-grid-container .quick-add{
  padding:0 15px;
}

.collection-grid-container .quick-add__submit,
.collection-grid-container .knowmore-submit{
  padding:0;
}
.image-with-section-{{ section.id }} .image-with-text__grid{
  padding:5% 15px 0 15px;
}
}


/*** Product page ***/
.main-product-container,
.quantity__button{
  background:#FEEEDF!important;
}

.quantity__button {
  color:#fc9e4f;
  stroke:#fc9e4f;
}

.main-product-container .grid__item.product__media-wrapper,
.main-product-container .product__info-wrapper{
  max-width:50%!important;
}

.main-product-container .product.product--medium{
  display:flex;
  justify-content:center;
}

.main-product-container .price-item--regular,
.quantity__label{
  display:none!important;
}

.main-product-container .price-item.price-item--sale.price-item--last,
.instcok-text{
  display: flex;
  gap: 10px;
}

.product__title h1{
  font-weight:600!important;
}
quantity-input,
.quantity__input{
  border:1px solid #e2e8f0;
}

.shopify-payment-button__button{
  color:white!important;
  text-transform:uppercase;
  font-weight:700;
}

.product-form__submit{
  margin-bottom:unset!important;
  background:#fc9e4f;
color:white;
font-weight:700;
}

.product-form__buttons{
  display:flex;
  align-items:center;
  width:100%;
  gap:15px;
  max-width:unset!important;
}

.product-form__submit,
.shopify-payment-button{
  width:48%;
  text-transform:uppercase;
}

.product .knowmore-submit{
  width:100%;
}

@media screen and (max-width:750px){
  .main-product-container .grid__item.product__media-wrapper,
.main-product-container .product__info-wrapper{
  max-width:100%!important;
}
}

/* product tab */
.product-tabs {
  border: 1px solid #f9e8d9;
  background-color: #fdf5ed; /* Light tan background */
  font-family: sans-serif;
}

.tab-nav {
  display: flex;
  background-color: #fce3cc; /* Slightly darker header */
}

.tab-link {
  padding: 12px 25px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: transparent;
  color: #333;
  text-transform: uppercase;
}

.tab-link.active {
  background-color: #ff9f43; /* Bright orange for active tab */
  color: white;
}

.tab-content {
  padding: 20px;
  line-height: 1.6;
  color: #222;
  border: 1px solid #ccc;
  font-size: 14px;
}

/*** Static pages ***/
.main-page-title{
  display:none;
}

/*** Contact Us page ***/
.contact.page-width{
  padding:0 5%;
  margin:0;
  max-width:100%;
    display:flex;
  width:100%;
 
}

.contact img,
.contact form{
  width:50%;
}
.contact form{
  padding:40px;
   background:#FEEEDF;
}

.label-block{
  display:flex;
  align-items:end;
  margin-right:10px;
      text-transform: uppercase;
    color: black;
    font-weight: 700;
}

.field.field--with-error{
display:contents;
}
.contact input{
background:#FEEEDF;
border-bottom:1px solid black;
} 

.contact-row{
  display:flex;
  align-items:center;
}

.email-field{
margin-bottom:14px;
}

.phone-field{
  margin-right:20px;
}

.message-block{
  display:flex;
  align-items:baseline;
}
.contact textarea{
 background:#FEEEDF;
}

.contact__button{
  display:flex;
  justify-content:center;
}

.contact__button button{
  background:none;
  color:black;
  text-transform:uppercase;
  font-weight:700;
}

.field__input.email-field{
  margin-top:-4px;

}

/* When input has value */
.field__input.email-field:not(:placeholder-shown) {
    margin-top: -18px !important;
}


  @media screen and (max-width:990px){
    .division-heading,
    .featured-collection h2 ,
    .testimonial-header .division-heading{
      font-size:24px!important;
    }
    .contact.page-width{
      flex-direction:column;
      padding:0;
    }
    .contact img,
.contact form{
  width:100%;
}
.contact form{
  padding:20px;
}
  }
#CartDrawer-Checkout,
.cart__warnings a{
  color:white;
}

#CartDrawer-Note{
  border:1px solid black;
}

.cart__warnings{
  margin-bottom:60px;
}

/***Global animation ***/
.slideshow  .banner__text.subheading,
.contact-text p{
font-family: Mulish, sans-serif;
}

.facets__form-vertical .facets__heading,
.facets__summary-label,
.facet-checkbox__text,
.product-grid-container .card__heading,
.product-grid-container .quick-add__submit,
.product-grid-container .knowmore-submit,
.product h1,
.main-product-container .price-item.price-item--sale.price-item--last,
.product-form__submit,
.shopify-payment-button,
.tab-link,
.info-label,
.sidebar-header,
.sidebar-row span{
font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif!important;
}

.elementor-widget-container,
.collection-mainHeading,
.product-title-underline {
  position: relative;
  padding-bottom:20px;
}

.elementor-widget-container::after,
.collection-mainHeading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px; 
  height: 3px;
  background-color:#FC9E4F;
}

.product-title-underline::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px; 
  height: 3px;
  background-color:#FC9E4F;
}

 .division-heading {
      display: flex;
      align-items: center;   
      justify-content: center; 
      gap: 12px;              
      line-height: normal;
	  text-transform:uppercase;
  }
.division-heading strong{
      position: relative;
      display: inline-flex;
      align-items: center;
      padding: 4px 12px;
      color: #f9f9ed !important;
      overflow: hidden;
      isolation: isolate;
      transform: translateY(-1px);
  }

  .division-heading strong::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #F9A85D !important;
    transform: translateY(100%);
    z-index: -1;
  }

  .division-heading strong::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000000 !important;
    z-index: -2;
    opacity: 0;
  }

  .division-heading.is-visible strong::before {
      animation: swipeAndVanish 0.8s ease forwards;
  }

  .division-heading.is-visible strong::after{
      animation: fadeInBlack 0.3s ease forwards;
      animation-delay: 0.4s;
  }

  @keyframes swipeAndVanish {
      0% { transform: translateY(100%); opacity: 1; }
      50% { transform: translateY(0%); opacity: 1; }
      100% { transform: translateY(0%); opacity: 0; }
  }

  @keyframes fadeInBlack {
      from { opacity: 0; }
      to { opacity: 1; }
  }


  /* know More Modal Wrapper */
/* .custom-km-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999; 
  display: flex !important; 
  align-items: center;
  justify-content: center;
}

.title-close-container{
  display: flex;
  justify-content: space-between;
  background: #fc9e4f;
  padding:10px 20px;
  align-items:center;
}

.custom-km-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.custom-km-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999; 
  display: none !important;
  align-items: center;
  justify-content: center;
  background-color: #000000d9;
  margin: 0 !important;
  padding: 0 !important;
}

.custom-km-modal__content {
  background: #ffffff;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
  text-align: left; 
}

.custom-km-modal__close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  color: white;
}

.custom-km-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  padding:0 20px;
}

.h1.knowmore-title{
	margin:unset!important;
	color:white;
	font-size:24px;
}

@media screen and (max-width: 749px) {
  .custom-km-grid { 
    grid-template-columns: 1fr;
    padding:0;
   }
  .custom-km-modal__content { 
    padding: 30px 15px; 
  }

  .title-close-container{
    padding:10px 0 10px 10px;
  }

}

.custom-km-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.custom-km-image{
  width:100%;
  max-width:260px; 
  margin:0 auto;
}

.custom-km-image img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
}

.custom-km-info h2 { margin: 0 0 15px 0; }
.custom-km-section { margin-bottom: 20px; }
.custom-km-section h3 { margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; } */

.custom-km-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: none !important;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.85);
  margin: 0 !important;
  padding: 15px !important;
  box-sizing: border-box;
}

.title-close-container h2{
  margin:0!important;
}

.custom-km-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(2px);
}

.custom-km-modal__content {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px;
  text-align: left;
  box-sizing: border-box;
  z-index: 2;
}

.title-close-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fc9e4f;
  padding: 12px 20px;
}

h1.knowmore-title{
  margin: 0 !important;
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
}

.custom-km-modal__close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  padding: 0;
}

.custom-km-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  padding: 20px;
  box-sizing: border-box;
}

.custom-km-image{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.custom-km-image img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}

.custom-km-info{
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
}

.custom-km-info h2{
  margin: 0 0 15px 0;
}

.custom-km-section{
  margin-bottom: 20px;
}

.custom-km-section h3{
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.title-close-container h2{
font-size:22px!important;
color:white;
}

@media screen and (max-width: 749px) {
 .custom-km-modal{
    padding: 10px !important;
  }
  
.title-close-container h2{
font-size:16px!important;
}
  .custom-km-modal__content{
    width: 100%;
    max-height: 90vh;
    border-radius: 8px;
  }

  .custom-km-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 15px;
  }

  .title-close-container{
    padding: 10px 15px;
  }

  h1.knowmore-title{
    font-size: 18px;
  }

  .custom-km-modal__close{
    font-size: 28px;
  }

  .custom-km-image{
    width: 100%;
  }

  .custom-km-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}


@media screen and (max-width: 989px){

  .featured-collection .slider.slider--tablet.grid--peek .grid__item{
    width: 100% !important;
    min-width: 100% !important;
  }

  .featured-collection .slider.slider--tablet{
    scroll-padding-left: 0 !important;
  }

  .featured-collection .slider--tablet.grid--peek{
    padding-left: 0 !important;
  }

}