/* Main CSS */
main{
    text-align: left;
    width:90%;
    max-width:1280px;
    margin:0 auto;
    min-height:500px;
    padding:3rem 0
}

@media screen and (min-width:1920px){
    main{
        max-width:1440px;
    }
}
.product-tags-list{
    max-width:1200px;
    margin-left: auto;
    margin-right: auto
}
.product-tags-list .swiper{
    padding-bottom:3rem;
}
.product-tags-list .swiper-pagination{
    display: inline-flex;
    gap:0.25rem;
    justify-content: center
}
.product-tags-list .swiper-pagination-bullet{
    width: 12px; height: 12px;
}
.product-tags-list .swiper-pagination-bullet-active{
    background-color: var(--vert)
}
.product-tags-list .picto{
    border-radius:50%;
    overflow: clip;
    width:100px;
    height:100px;
    background-color: rgb(220,220,220);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
}
.product-tags-list a:hover .picto{
   opacity: 0.8
}
.product-tags-list .picto img{
    width:100%;
}
.product-tags-list .nom{
    font-size:0.65rem;
    text-transform: uppercase;
    padding:0.35rem 0;
    line-height:1.05
}
.product-tags-list a{
    color: var(--darkblue)
}
.notification-page{
    border-bottom: 1px solid var(--vert);
}
.notification-page span{
    font-weight: bold;
    display: inline-block;
    background-color: var(--vert);
    color: var(--blanc);
    padding:0.35rem 1.35rem;
    border-radius: 0 2rem 2rem 0;
    font-size: 0.9rem;
}

/*  woocommerce pages */

.woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
    list-style: none
}
.woocommerce-MyAccount-navigation ul li{
    padding:0.5rem 0;
    border-bottom: 1px solid var(--darkblue);
}
.woocommerce-MyAccount-navigation ul li.is-active{
    font-weight: bold;
    text-transform: uppercase;
    font-size:1.25rem;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: var(--darkblue);
}
.woocommerce-info{
    border-top: none;
    background-color: transparent;
}
.woocommerce-Button{
    background: var(--darkblue) !important;
    color: var(--blanc) !important
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: left !important;
  width: 48% !important;
  flex: none !important;
  max-width: 100%
}
.product-list a{
    color: var(--darkblue);
}
.product-list h3, .woocommerce-loop-product__title{
    font-size: 1rem;
    margin:0.5em 0;
}
.woocommerce-Price-amount{
    font-size:1.15rem;
    color: var(--darkblue);
}
.summary .woocommerce-Price-amount{
    font-size:2rem;
}
.product-card__info{
    padding:0.75rem 0.5rem
}
.product-card__image{
    background-color: rgb(235,235,235);
    border-radius: 0.85rem;
    display: flex;
    flex-direction: column;
    align-items: center
}
.product-card__image img, .woocommerce ul.products li.product a img{
    width:85%;
}
.product-card__price{
    margin:0.5em 0;
}
.woocommerce-Price-currencySymbol{
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  color: var(--darkblue);
}
.product .add_to_cart_button{
    display: none !important;
}
.woocommerce-products-header__title, .woocommerce-breadcrumb{
    text-align: center
}
.woocommerce-result-count{
    font-weight: bold;
    font-size:0.8rem;
}
.woocommerce-ordering select{
    background-color : var(--blanc);
    color: var(--darkblue);
    padding:0.35rem 0.5rem;
    border:1px solid var(--darkblue);
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}
.woocommerce-ordering select option{
    border-radius: 0;
}

/* Grille produits responsive */
.woocommerce ul.products[class*=columns-] li.product{
    width: 100% !important;
    margin-right: 0 !important;
}
@media screen and (min-width: 768px){
    .woocommerce ul.products[class*=columns-] li.product{
        width: 48% !important;
        margin-right: 4% !important;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n){
        margin-right: 0 !important;
    }
}
@media screen and (min-width: 992px){
    .woocommerce ul.products[class*=columns-] li.product{
        width: 30.66% !important;
        margin-right: 4% !important;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n){
        margin-right: 4% !important;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(3n){
        margin-right: 0 !important;
    }
}
@media screen and (min-width: 1024px){
    .woocommerce ul.products[class*=columns-] li.product{
        width: 22% !important;
        margin-right: 4% !important;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(3n){
        margin-right: 4% !important;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(4n){
        margin-right: 0 !important;
    }
}

.woocommerce-info::before {
  color: var(--darkblue) !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    color: var(--darkblue);
    font-weight: bold;
}
.woocommerce div.product{
    display: flex;
    flex-wrap: wrap;
    gap:2rem;
}
.woo-variation-product-gallery{
    flex: 1 0 45%;
    display: flex;
    flex-direction: column;
    max-width: 45% !important;
    width: auto;
}
@media screen and (max-width:768px){
   .woo-variation-product-gallery{
        flex: 1 0 100%;
        max-width: 100% !important;
    } 
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: var(--vert);
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: var(--darkblue);
}
.woocommerce div.product form.cart{
    display: flex;
    flex-direction:column;
    align-items: start;
    gap:0 1rem;
}
.woocommerce .quantity .qty{
    font-size:1.15rem;
}
.woo-variation-gallery-slider{
    border:1px solid rgb(230,230,230)
}
.woo-variation-gallery-thumbnail-slider{
    margin-top:1rem !important
}
.wvg-gallery-thumbnail-image > div{
    border: 1px solid rgb(180,180,180)
}

.product-card__image {
    position: relative;
}

.product-card__image .multiple-colors.test {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    z-index: 2;
    background: #000;
}

