/** Shopify CDN: Minification failed

Line 271:10 Unexpected "{"
Line 271:19 Expected ":"
Line 275:10 Unexpected "{"
Line 275:19 Expected ":"
Line 281:10 Unexpected "{"
Line 281:19 Expected ":"

**/
html[lang="fr"] #section-template--24692795080986__slider_Jea8qm .c-slider__content h2 {
  text-align: center !important;
  justify-content: center !important;
}




#insta-feed {
  background-image: url("/cdn/shop/files/blue_texture.png?v=1743058927");
  object-fit: contain !important;
  background-size: cover !important;
}


.product__custom-note {
  margin-top: 1rem;
}
.product__custom-note input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
    margin-bottom: 5rem;

}


.product__media {
  border-right: 1px solid black;
}
@media (max-width: 767px) {
  .product__media {
    border: none;
    border-bottom: 1px solid;
  }
}


.product-form__input input[type="radio"]:checked + label {
  background-color: #561705 !important;
}



.shopify-section-template--24661723873562__main 
.product-form__input [type="radio"]:checked + label {
  background-color: #75482B !important;
}



.shopify-section-template--24552314470682__ss_simple_faq_gmzfYp{
  border:black 1px;
}

/*------------------------------------
  PRODUCT PAGE THUMBNAILS
*------------------------------------*/

@media screen and (min-width:750px) {
.product--thumbnail_slider .thumbnail-slider{
display:flex !important;
position:absolute;
bottom:5%;
width:70%;
z-index:99;
left:50%;
translate:-50%;

}

.thumbnail-slider .thumbnail-list.slider--tablet-up {
display:flex !important;
align-items:center;
justify-content:center;
}

.product--thumbnail_slider .slider.slider--tablet-up .product__media-item {
max-height:none !important;
}

}


/*★★★★★★★★ Make sure the Image Slider fills up the entire screen ★★★★*/
@media screen and (min-width:750px) {

.product__media-item.slider__slide {
height:calc(100vh - 70px);
}

.product__media-item.slider__slide .product__modal-opener {
height:100%;
}

.product__media-item.slider__slide .product__media {
height:100%;
padding-top:0 !important;
position:absolute;
width:100%;

}

/*★★★★★★★★ Thumbnail Styles ★★★★*/
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
width:12% !important;
max-width:50px;
column-gap:2vw;


}

.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide .thumbnail {
border-radius:50%;
overflow:hidden;
}
.thumbnail-list.slider--tablet-up img {
width:100% !important;
object-fit:cover;
height:100% !important;
}


.slider.slider--tablet-up + .slider-buttons {
bottom:5% !important;
transform:unset !important;
top:unset !important;
pointer-events:none;

}

.slider.slider--tablet-up + .slider-buttons button {
 pointer-events:auto;
  
}

.thumbnail {
border:2px solid white;
}

}




/*★★★★★★★★ Mobile Product Slider  ★★★★*/

@media screen and (max-width:749px) {
.slider--mobile .grid__item .product__media {
  height:0;
  padding-bottom:100% !important;
  padding-top:0 !important;
  
}
 .product__media-wrapper .product__modal-opener {
    height:100%;
  }

 .product__media-wrapper .product__media {
    overflow:hidden;
    height:100%;
  }

 .product__media-wrapper .thumbnail-list img {
  width:100% !important;
  object-fit:cover;
  height:100% !important;
}


}



@media screen and (min-width:750px) {
.product__info-wrapper {
display:flex;
flex-direction:column;
justify-content:center;
}
}






.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: 9999px; /* Fully rounded */
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: 9999px; /* Fully rounded */
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 9999px; /* Fully rounded */
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset)
    var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
  z-index: -1;
}


.card__info-wrapper {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: left;
}

.card__info-wrapper h3 {
  font-size: 20px;
  margin: 0;
}

.card__info-wrapper .card-information {
  font-size: 16px;
  margin-top: 0rem;
  font-weight: 400;
}


.card-information .price-item--regular {
  font-size: 12px !important;
  font-weight: 400 !important;
  text-align: left;
  display: block;
}


/*------------------------------------
 *   ITEM LIST START
 *------------------------------------*/

/* Horizontal Layout: Tabs on Top */
#section-{{ section.id }}.horizontal .c-image-list {
  flex-direction: column;
}

#section-{{ section.id }}.horizontal .c-image-list__nav-wrapper {
  width: 100%;
  order: -1; /* Puts it above the content */
  padding-bottom: 0rem;
}

#section-{{ section.id }}.horizontal .c-image-list__media-wrapper {
  width: 100%;
}





/** Core CSS **/
.horizontal .c-image-list {
  flex-direction: column;
}

.horizontal ul.c-image-list__nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

/** Content Styles **/
.horizontal .c-image-list__media-item {
  border: 1px solid;
  padding: 3% !important;
}

.horizontal .c-image-list__nav {
  margin-top: 10px !important;
}

/** Content Widths **/

.horizontal .c-image-list__media {
  min-width:50% !important;
  flex-basis:50% !important;
}


/** Aspect Ration of Image **/
.horizontal .c-image-list__media {
  position: relative;
  height: 0 !important;
  padding-bottom: 50% !important; 
}

.horizontal .c-image-list__media img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  inset: 0;
}

/** Padding of Nav Items **/
.horizontal .c-image-list__nav li a {
  padding: 0.5rem 2rem;
  box-sizing: border-box;
}

.horizontal .c-image-list__nav li {
  position: relative;
  z-index: 2;
}

/** Active Item Bottom Border **/
.horizontal .c-image-list__nav li a::before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  inset: 0;
  background-color: yellow;
  background-color: rgb(var(--color-background));
  
  bottom: -1px;
  z-index: -1;
  opacity: 0;
  border-left: 1px solid;
  border-right: 1px solid;
}

.horizontal .c-image-list__nav li a.is-active::before {
  opacity: 1;
}

/** Nav Item Borders and Hover Transition **/
.horizontal .c-image-list__nav li a:hover::after {
  top: -5px;
}
.horizontal .c-image-list__nav li a::after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  inset: 0;
  background-color: transparent;
  bottom: -1px;
  z-index: -1;
  opacity: 1;
  border: 1px solid;
  border-bottom: 0px solid;
  transition: 0.2s;
}


/** Font Size **/
.horizontal .c-image-list__nav a span {
    font-size: 1.5rem !important;
}




/*------------------------------------
 *   ITEM LIST END
 *------------------------------------*/









/* Force this image-with-text section to go full width */
#shopify-section-template--24534885171482__image_with_text_pKDJec {
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}

/* Reset inner container constraints */
#shopify-section-template--24534885171482__image_with_text_pKDJec .page-width,
#shopify-section-template--24534885171482__image_with_text_pKDJec .image-with-text__grid {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}


/* Transparent header only on homepage */
.template-index .header-wrapper {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Solid background when scrolling on homepage */
.template-index.scrolled .header-wrapper {
  background-color: #561705!important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Always solid on non-homepage */
:not(.template-index) .header-wrapper {
  background-color: #561705!important;
}





#shopify-block-AMDNuSnUvV1hXaDRlU__instafeed_app_block_Kij4UC {
  background-image: url("/cdn/shop/files/blue_texture.png?v=1743058927");
  object-fit: contain !important;
  background-size: cover !important;
}



@media screen and (max-width:749px) {
section.fullheight-bg .section-background {
 position:absolute !important;
}
}



/*------------------------------------
 *   CUSTOM FONTS
 *------------------------------------*/

@font-face {
  font-family: 'ZTBrosOskon90s-Regular';
  src: url('/cdn/shop/files/ZTBrosOskon90s-Regular.woff?v=1770515610') format('woff');
  font-weight: normal;
  font-style: thin;
  font-display: swap;
}

@font-face {
  font-family: 'ZTBrosOskon90s-Italic';
  src: url('/cdn/shop/files/ZTBrosOskon90s-Italic.woff?v=1770515610') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}


em {
  font-family: ZTBrosOskon90s-Italic !important;
}

:root {
  --font-heading-family: "ZTBrosOskon90s-Regular", sans-serif;
}


h2 {
  font-family: ZTBrosOskon90s-Regular!important;
}


  

/*------------------------------------
 *   HERO SECTION
 *------------------------------------*/
section.hero {

}



.bordered video {
  border:2px solid black;
  border-radius:40px;
}


section.scattered h2 {
 font-size:clamp(10rem, 29vw + 1rem, 100rem);
}


@supports not (font-size:clamp(10rem, 29vw + 1rem, 100rem)) {
  section.scattered h2 {
   font-size:29vw;
  }
}
.grayscale-hover:hover .ss-inline-img {
  filter: grayscale(1);
}

.grayscale-hover:hover .ss-inline-img {
  transition: 0.5s;
}


/*------------------------------------
 *   END OF HERO SECTION
 *------------------------------------*/

