/** Shopify CDN: Minification failed

Line 262:1 Unexpected "/"
Line 304:1 Unexpected "/"
Line 329:1 Unexpected "/"

**/
:root {
  --header-height: 65px; /* 105px si topbar */
}

@media(orientation:portrait){
    :root {
  --header-height: 0px;
}
}


.section-header{
    z-index:3000 !important;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/*

.home .viewport {
    height: 100dvh;
    overflow-y: auto;
    overflow-x:hidden;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    left: 0;
    top: 0;
    width: 100vw;
    position:relative;
    z-index:1;
    position:fixed;
    top:var(--header-height);
}

.home .viewport .shopify-section,
.panel {
    scroll-snap-align: start;
    overflow-x:hidden;
}

.home .viewport .shopify-section:nth-child(4){
.product-card-media-gallery-block {
    position: relative;
    transform: scale(.8);
}
}

.home .viewport .shopify-section:not(.footer-section):not(.section-custom-section){
    position:relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 140px;
    padding-top:0px;
    height:calc(100dvh - var(--header-height));
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.home .product-card-group{
    opacity:0 !important;
}
    
.anchor_id{
    position:absolute;
    top:-120px;
}

*/

.shopify-section{
    position:relative;
}

/* ----- */

.shopify-section:nth-child(1){
    z-index:1000;
    position:relative;
}

.product-section__product-info {
    position: sticky;
    top: 120px;
}

.product-section__content.page-width {
    align-items: flex-start;
}

h3, .h3, .text-block.h3>*{
    font-weight: 900 !important;
    letter-spacing: -1px !important;
}



button:not(.filter-dropdown-toggle,.splide__arrow,.header__menu-mobile), button.shopify-payment-button__button,
.variant-picker__option-value input+label {
    border-radius: 0 20px 0 20px !important;
}

.header__menu-mobile:hover{
    background:transparent !important;
}

.filter-dropdown-toggle{
    padding-left:8px !important;
}

.size-guide-tabs button{
    border-radius:0 !important;

}

.badge {
    border-radius: 0 10px 0 10px !important;
}


.shopify-payment-button__button:hover,
button:hover{
    background:#00FF00;
    background: rgb(0, 255, 30);
    color:black;
}


.variant-picker__option-value:hover label{
    background:#00FF00;
    background: rgb(0, 255, 30);
    color:black;
}

.header__menu-link{
    padding:2px 8px;
    border-radius: 0 6px 0 6px !important;
}


.header__menu-link.current{
    background: rgb(0, 255, 30);
}

.header__menu a {
    font-weight: 900 !important;
    letter-spacing: -.5px !important;
}



/* product page */

.product-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: center;
}

@media (max-width:480px){
    .product-bg {
        width: 100vw;
        height: 100vw;
    }

    .product-section__content.page-width {
     padding: 0;
    }

    .product-section__product-info {
    padding: 0 var(--page-margin-mobile);
    }

    .splide__arrow--next {
    right: 3em;
    }

    .splide__arrow--prev {
        left: 3em;
    }

}


product-media-gallery{
    position:relative;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    margin-right: 10px;
    width: 90px;
    height: 90px;
    border: none;
    border-bottom: 5px solid #09fe3f;
}

/* hide opetion if only one */
.variant-picker__option{
    display:none;
}



.collection-featured{
    background:transparent !important;
}

 

.home-nav {
    position: fixed;
    z-index:100;
    bottom: 5vh;
    left: 50%;
    transform: translate(-50%);
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:7px;
    transition:all .4s ease-in-out;
}

.home-nav.off{
    opacity:0;
    pointer-events:none;
}

.home-nav-top {
    background: #000;
    height: 46px;
    width: 340px;
    border-radius: 0 20px!important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
    align-items: center;
    border: 1px solid black;
}

.home-nav-top span{
    color:rgb(0, 255, 30)!important;
}
*/
.splide__pagination__page.is-active{
        background:rgb(0, 255, 30)!important;
}

.home-nav-title {
    cursor: pointer;
    text-align: center;
    line-height: 100%;
}

.home-nav-bottom{
    border:1px solid #bebebe;
    height:46px;
    width:330px;
    border-radius: 0 20px 0 20px !important;
    font-weight:600;
    text-transform:uppercase;
    display:flex;
    justify-content: center;
    align-items: center;
    gap:32px;
    background:white;
}

.home-nav-text {
    padding: 16px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition:all 1s ease-in-out;
}
.home-nav-text.white{
    color:white;
}

.arrow-left{
    transform:scaleX(-1);
}

*/

.arrow-left,.arrow-right{
    cursor:pointer;
}

.arrow-left svg,.arrow-right svg{
pointer-events:none;
}

.home-nav-link{
    opacity:.25;
    cursor:pointer;
    transition:all .Zs ease-in-out !important;
}

.home-nav-link:hover{
        color:rgb(0, 255, 30)!important;
        opacity:1;
}

.home-nav-link.active-nav{
    opacity:1;
}

*/

.policy-list__links{  
      justify-content: center !important;
    }

.product-add-to-cart-button .button {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    animation:shadow 1s alternate infinite ease-in-out;
    font-weight:700;
    text-transform:uppercase;
}

.product-add-to-cart-button .button:hover {
    box-shadow: 0px 0px 10px rgba(0, 255, 30,0);
    animation:shadowHover 1s alternate infinite ease-in-out;
}


@keyframes shadow{
    0%{
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
    }
    100%{
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }
}

@keyframes shadowHover{
    0%{
            box-shadow: 0px 0px 10px rgba(0, 255, 30, 0);
    }
    100%{
            box-shadow: 0px 0px 10px rgba(0, 255, 30, 1);
    }
}

.text-block.h2 h1{
    letter-spacing: -1px !important;
    font-weight: 600 !important;
    border-bottom: #00FF1C 8px solid;
    line-height: 100%;

}

span.accordion__heading-title {
    font-weight: 700;
}

/* css arthur */

.product-media {
    /*background: #afafaf!important;*/
}

button.splide__arrow {
    background:rgb(0, 255, 30)!important;
    border-color:rgb(0, 255, 30)!important;
}

.variant-picker__option-values {
    gap: 6px;
}

.variant-picker__option-value input + label {
    padding: 10px 12px!important;
    min-width: auto!important;
}

.toggle-cross-sell__product-price-container {
    display: none!important;
}


/* patch module pack */

.this-pack-contains_product-list {
    max-width: 90vw;
}

/*

.preload{
    position:fixed;
    width:100%;
    height:100dvh;
    z-index:2147483001;
    background:rgb(0, 255, 30)!important;
    display:flex;
    justify-content:center;
    align-items:center;
}

.preload.off{
    opacity:0;
    pointer-events:none;
    transition:all .8s ease-in-out;
}

.preloader-logo{
    max-width:70vw;
    min-width:20vw;
    transition:all .4s ease-in-out;
}

.preloader-logo.off{
    transform:scale(.9);
    opacity:0;
}

.off .preloader-logo{
        transform:scale(1.1);
            opacity:0;
}

/* custo puce */

.see-more__content--expanded ul li::marker {
  content:"+ ";
  font-size: 1.3em;
}

.see-more__content--expanded {
  max-height: 300px!important;
}

.see-more__content ul li::marker {
  content:"+ ";
  font-size: 1.3em;
}

/* custo nav page collection */

#shopify-section-template--27716363059543__navigation_eHNLje, .tabs__navigation {
    position: sticky;
    z-index: 10;
    top: 65.5px;
    background: WHITE;
    padding: 0px 0px;
}

/* custo nav page hp bis */

#shopify-section-template--27716363419991__navigation_tp68z7, .tabs__navigation {
    position: sticky;
    z-index: 10;
    top: 65.5px;
    background: WHITE;
    padding: 0px 0px;
}

.navigation--row .navigation-item.navigation-item--with-image {
border-radius: 0px 20px!important;
}

.navigation--row .navigation-item img {
    border-radius: 0px 0px 0px 12px!important;
}

.nav-link-active {
  background-color: #000!important;
}

.nav-link-active .navigation__title {
  color:rgb(0, 255, 34)!important;
}

html {
  scroll-behavior: smooth;
}

.splide__arrow .icon--arrow_back, .splide__arrow .icon--arrow_forward {
    color: rgb(0 0 0);
}


/* custo message listing pour release party */

.product-card-group p {
    background: #00FF1C;
    padding: 2px 2px 2px 4px;
    border-radius: 0px 10px!important;
    font-size: 10px!important;
    text-align: center;
}

/* custo footer photos */

.footer__content.page-width {
    width: 100%;
    margin: 0px!important;
    padding: 0px!important;
}

/* custo guide des tailles */

.ks-table-cell {
    padding: 4px!important;
    min-width: 30px!important;
    text-align: center;
}

/* custo bannière releaseparty */ 

#releaseparty .page-width {
    min-width: 100%!important;
    padding: 0px!important;
    margin: 0px!important;
}

@media only screen and (min-width: 1500px) { 
    #releaseparty .image-card__content-wrapper .image-card__content {
    width: 65%;
    margin: auto;
}
}

@media only screen and (min-width: 1079px) { 
    #releaseparty .image-card__content {
    width: 85%;
    margin: auto;
}
}

/* custo footer */ 

.footer__content.page-width {
    width: 100%;
    margin: auto!important;
    padding: 0px !important;
}

.boutonfooteraide {
    border-radius: 0px 20px!important;
}

/* menu */ 

.header-drawer-menu-under-menu .image-card__image img, .image-card__image .placeholder-image {
    border-radius: 0px 20px;
}

.header__mobile-menu-link {
    border-bottom: solid 1px #252525;
}

.header__mobile-menu-link-text {
    font-weight: 900;
    font-size: 20px;
}


