/*
Theme Name: UI
Author: Saison d'Or
Description: UI Theme
Template: betheme
Version: 1.6.3
*/

/* --- Header --- */
#Top_bar .top_bar_right {
    margin-bottom: 20px;
}

#Top_bar.is-sticky .top_bar_right {
    top: -15px;
}

#Top_bar .top_bar_right_wrapper {
    top: 28px !important;
}

#Top_bar a#header_cart {
    top: 3px !important;
    font-family: brother-1816-printed, sans-serif;
    font-size: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

#Top_bar a#header_cart img {
    display: inline-block;
    width: 27px;
    height: 30px;
    vertical-align: middle;
}

#Top_bar .top_bar_right_wrapper a.action_button {
    top: -5px;
    margin-left: 46px;
}

.menu-float-left {
    float: left !important;
}

/* --- Home ---- */
.products-anchor-link {
    display: none;
}

@media screen and (min-width: 768px) {
    .products-anchor-link {
        display: inline-block;
        width: 406px;
        height: 135px;
        position: fixed;
        z-index: 2;
        right: 0;
        bottom: 50px;
        background-image: url('/wp-content/themes/ui/images/acheter.svg');
        background-position: right center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .products-anchor-link span {
        display: none;
    }
}

/* --- product page --- */
.product-banner {
    max-height: 422px;
    overflow: hidden;
    position: relative;
}

.product-banner img {
    width: 100%;
    height: auto;
}

.product-banner * {
    font-family: brother-1816-printed !important;
    font-weight: 800;
}

.product-banner .title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
}

.product-banner .title-wrapper .title-text {
    font-size: 45px !important;
    line-height: 46px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.product-banner .title-wrapper h1 {
    font-size: 56px !important;
    line-height: 58px;
    color: #ffffff !important;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .product-banner .title-wrapper .title-text {
        font-size: 40px !important;
        line-height: 41px;
    }

    .product-banner .title-wrapper h1 {
        font-size: 50px !important;
        line-height: 51px;
    }
}
@media screen and (max-width: 500px) {
    .product-banner .title-wrapper .title-text {
        font-size: 20px !important;
        line-height: 21px;
    }

    .product-banner .title-wrapper h1 {
        font-size: 30px !important;
        line-height: 31px;
    }
}

body.single-product .post-nav.minimal {
    width: 100%;
    height: 70px !important;
    margin: 0 !important;
}
body.single-product .post-nav.minimal a {
    top: 20px !important;
}
body.single-product .post-nav.minimal a.home {
    display: none;
}

body.single-product .summary hr {
    border-bottom: 1px solid #20410E;
}

body.single-product .summary h1.product_title {
    margin-bottom: 30px !important;
    font-size: 50px !important;
    font-weight: bold;
    line-height: 87px !important;
    color: #20410E !important;
    text-transform: uppercase !important;
}

body.single-product h1.product_title::after {
    width: 100% !important;
    border-color: #20410E !important;
}

body.single-product .price {
    font-size: 30px;
    font-weight: bold;
    line-height: 67px;
}

body.single-product .woocommerce-product-details__short-description {
    font-size: 20px;
    line-height: 26px;
}

body.single-product form.cart {
    display: flex;
    margin-top: 50px;
}

body.single-product form.cart input {
    margin-bottom: 0;
}

body.single-product form.cart input {
    font-size: 20px;
    border: 2px solid #20410E !important;
    border-radius: 500px;
}

body.single-product form.cart input::-webkit-outer-spin-button,
body.single-product form.cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body.single-product form.cart input[type=number] {
  -moz-appearance: textfield;
}

body.single-product form.cart button {
    flex-grow: 1;
}

body.single-product .product_image_wrapper {
    pointer-events: none !important; /* Disable zoom */
}

body.single-product .upsells {
    border: none !important;
}
body.single-product .upsells h2 {
    display: none;
}

/* 3 botles on footer */
.footer-anim {
    text-align: center;
    position: relative;
    z-index: 2;
}
.footer-anim .title {
    font-family: brother-1816-printed;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
}
.footer-anim .img-wrapper {
    background-image: url('/wp-content/themes/ui/images/bg_footer_anim.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.footer-anim img {
    display: inline-block;
    max-width: 454px;
    transition: all 1.5s;
    opacity: 0;
    position: relative;
    top: -200px;

}
@media screen and (max-width: 768px) {
    .footer-anim img {
        max-width: 80%;
    }
}

.footer-anim.active img {
    top: 0;
    opacity: 1;
}

footer {
    margin-top: -314px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    footer {
        margin-top: -268px;
    }
}

/* --- shortcode : [single_product_infos] --- */
a.single-product-infos-link {
    display: block;
    color: #20410E;
    text-decoration: none;
    cursor: pointer;
}

.single-product-infos {
    display: flex;
    justify-content: center;
    background-color: #FAFCF3;
}
@media screen and (max-width: 1240px) {
    .single-product-infos {
        flex-wrap: wrap;
    }
}

.single-product-infos p {
    font-family: brother-1816, sans-serif !important;
    font-size: 16px;
    list-style: 36px;
    text-transform: none !important;
}

.single-product-infos > .textwidget {
    flex-basis: 25%;
    padding: 40px 20px;
    text-align: center;
    transition: opacity 0.25s;
}
.single-product-infos > .textwidget:hover {
    opacity: 0.75;
}

.single-product-infos .elementor-widget-wrap > div {
    margin-left: auto;
    margin-right: auto;
}

.single-product-infos svg {
    height: 55px;
}

.single-product-infos h3 {
    margin-top: 40px;
    margin-bottom: 4px;
    font-family: brother-1816, sans-serif !important;
    font-weight: 700;
    color: #20410E;
    text-transform: uppercase;
    white-space: nowrap;
}

/* --- Product teasers --- */

.products-section .elementor-widget-wrap {
    background-color: transparent !important;
}

.products_wrapper li.product,
.slick-slide li.product {
    box-sizing: border-box;
    padding: 20px 10px !important;
    background-color: rgba(162, 198, 23, 0.05);
}

.slick-slide li.product {
    border: 5px solid #ffffff;
}

.products_wrapper li.product .image_frame,
.slick-slide li.product .image_frame {
    border: none;
}

.products_wrapper li.product .mask,
.slick-slide li.product .mask {
    box-shadow: none;
}

.products_wrapper li.product .desc,
.slick-slide li.product .desc {
    text-align: center;
    background-color: transparent !important;
}

.products_wrapper li.product .desc h4 a,
.slick-slide li.product .desc h4 a {
    font-family: brother-1816;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 36px;
    color:#20410E !important;
}

.products_wrapper li.product .desc p,
.slick-slide li.product .desc p {
    font-family: brother-1816;
}

.products_wrapper li.product .desc p.small,
.slick-slide li.product .desc p.small {
    font-size: 13px;
}

.products_wrapper li.product .desc .price,
.slick-slide li.product .desc .price {
    display: block;
    font-size: 30px !important;
    line-height: 36px !important;
}

.products_wrapper li.product .desc .add_to_cart_button,
.slick-slide li.product .desc .add_to_cart_button {
    display: inline-block;
    padding: 8px 30px;
    margin-top: 25px;
    background-color: #20410E;
    color: #ffffff;
    font-size: 15px;
    border-radius: 500px;
}

.shop_slider .blog_slider_header {
    position: relative;
}

.shop_slider .slider_navigation {
    position: absolute;
    right: 0;
}
@media screen and (max-width: 768px) {
    .shop_slider .slider_navigation {
        position: static;
        width: 100%;
        text-align: center;
    }
}

.shop_slider h4.title {
    width: 100%;
    text-align: center;
}

.shop_slider .slider_navigation a {
    border: none;
    color: #20410E;
    font-size: 24px;;
}
