/** Shopify CDN: Minification failed

Line 1078:0 Unexpected "}"
Line 1091:4 Unexpected "0%"
Line 1095:4 Unexpected "20%"
Line 1099:4 Unexpected "40%"
Line 1103:4 Unexpected "60%"

**/
/*=====================================================
FREQUENTLY BOUGHT TOGETHER PREMIUM
Compatible Shopify Sense
======================================================*/

/*=====================================================
VARIABLES
======================================================*/

:root{
    --primary:#FFAAFF;
    --primary-dark:#FF87EF;

    --text:#222;
    --text-light:#666;

    --border:#E8E8E8;
    --background:#FFFFFF;

    --radius:12px;
}

/*=====================================================
SECTION
======================================================*/

.fbt-wrapper{
    background:var(--background);
    padding:40px 0;
}

.fbt-container{
    width:100%;
}

/*=====================================================
HEADER
======================================================*/

.fbt-header{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    width:100%;
    margin:0 auto 40px;

    text-align:center;
}

.fbt-heading{
    margin:0;
    width:100%;

    color:var(--text);

    font-size:34px;
    font-weight:700;
    line-height:1.2;
    text-align:center;
}

.fbt-subtitle{
    width:100%;
    max-width:720px;

    margin:12px auto 0;

    color:var(--text-light);

    font-size:16px;
    line-height:1.5;
    text-align:center;
}

/*=====================================================
LAYOUT
======================================================*/

.fbt-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:40px;
    align-items:start;
}

/*=====================================================
ZONE PRODUITS
======================================================*/

.fbt-products{

    display:flex;

    justify-content:center;

    align-items:flex-start;

    width:100%;

    gap:18px;

}

/*=====================================================
COLONNES PRODUITS
======================================================*/

.fbt-item{

    flex:1 1 0;

    max-width:240px;

    min-width:0;

    display:flex;

}

/*=====================================================
PLUS ENTRE LES PRODUITS
======================================================*/

.fbt-plus-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;

    flex:0 0 34px;
}

.fbt-plus{
    display:flex;
    justify-content:center;
    align-items:center;

    width:34px;
    height:34px;

    flex:0 0 34px;

    margin-top:82px; /* Ajuste uniquement cette valeur si nécessaire */
}

.fbt-plus span{
    display:flex;
    justify-content:center;
    align-items:center;

    width:100%;
    height:100%;

    color:var(--primary);

    font-size:34px;
    font-weight:700;
    line-height:1;
}

/*=====================================================
CARTE PRODUIT
======================================================*/

.fbt-card{
    position:relative;

    display:flex;
    flex-direction:column;

    width:100%;
    height:100%;

    background:#fff;

    border:none;
    border-radius:var(--radius);

    overflow:hidden;

    transition:transform .25s ease;
}

.fbt-card:hover{
    transform:translateY(-4px);
}

/*=====================================================
IMAGE
======================================================*/

.fbt-image{
    display:block;

    width:100%;
    aspect-ratio:1/1;

    overflow:hidden;

    background:#fff;

    border:1px solid var(--border);
    border-radius:12px;

    margin-bottom:14px;
}

.fbt-image img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center;

    transition:transform .35s ease;
}

.fbt-card:hover .fbt-image img{
    transform:scale(1.05);
}

/*=====================================================
INFORMATIONS
======================================================*/

.fbt-info{
    display:flex;
    flex-direction:column;
    flex:1;

    padding:0 4px;

    text-align:center;
}

/*=====================================================
TITRE
======================================================*/

.fbt-title{
    display:flex;
    justify-content:center;
    align-items:flex-start;

    min-height:52px;

    margin:0 0 12px;

    text-align:center;
}

.fbt-title a{
    color:var(--text);

    font-size:15px;
    font-weight:600;
    line-height:1.35;

    text-decoration:none;

    transition:color .25s ease;
}

.fbt-title a:hover{
    color:var(--primary);
}

/*=====================================================
PRIX
======================================================*/

.fbt-prices{
    display:flex;
    justify-content:center;
    align-items:center;

    gap:8px;

    margin-top:auto;
    margin-bottom:10px;
}

.fbt-price{
    color:#111;

    font-size:22px;
    font-weight:700;
}

.fbt-old-price{
    color:#999;

    font-size:15px;

    text-decoration:line-through;
}
/*=====================================================
ECONOMIES
======================================================*/

.fbt-saving{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    align-self:center;

    margin-top:8px;
    padding:6px 12px;

    background:#EAF8EF;
    color:#16A34A;

    border-radius:999px;

    font-size:13px;
    font-weight:700;
}

/*=====================================================
NOTE
======================================================*/

.fbt-rating{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:6px;

    min-height:22px;
    margin-top:10px;
}

.fbt-stars{
    color:#FFC107;

    font-size:15px;
    line-height:1;

    letter-spacing:2px;
}

.fbt-score{
    color:#555;

    font-size:13px;
    font-weight:600;
}

/*=====================================================
STOCK
======================================================*/

.fbt-stock{
    display:flex;
    justify-content:center;
    align-items:center;

    min-height:22px;
    margin-top:10px;

    font-size:13px;
    font-weight:600;

    text-align:center;
}

.green{
    color:#16A34A;
}

.orange{
    color:#D97706;
}

.red{
    color:#DC2626;
}

/*=====================================================
RÉSUMÉ DU BUNDLE
======================================================*/

.fbt-summary{
    position:sticky;
    top:20px;

    width:100%;
}

.fbt-summary-card{
    display:flex;
    flex-direction:column;
    align-items:center;

    width:100%;

    box-sizing:border-box;

    padding:28px;

    background:#fff;

    border:1px solid #ECECEC;
    border-radius:22px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    overflow:hidden;
}

/*=====================================================
PRIX TOTAL
======================================================*/

.fbt-summary-price{
    width:100%;

    margin-bottom:14px;

    text-align:center;
}

#fbt-total-price{
    display:block;

    color:#222;

    font-size:42px;
    font-weight:800;
    line-height:1;

    letter-spacing:-1px;
}

/*=====================================================
ÉCONOMIES
======================================================*/

.fbt-total-saving{
    display:flex;
    justify-content:center;
    align-items:center;

    gap:6px;

    width:100%;

    margin-bottom:22px;

    color:#16A34A;

    font-size:16px;
    font-weight:700;

    text-align:center;
}

.fbt-total-saving strong{
    color:#16A34A;
}

/*=====================================================
LIVRAISON GRATUITE
======================================================*/

.fbt-shipping{
    width:100%;

    margin-bottom:24px;
}

.fbt-shipping-text{
    margin-bottom:10px;

    text-align:center;

    font-size:14px;
    line-height:1.5;
}

.fbt-progress{
    width:100%;
    height:10px;

    overflow:hidden;

    background:#ECECEC;

    border-radius:999px;
}

.fbt-progress-bar{
    width:0;
    height:100%;

    background:linear-gradient(
        90deg,
        var(--primary),
        var(--primary-dark)
    );

    transition:width .35s ease;
}

/*=====================================================
BOUTON CTA
======================================================*/

.fbt-button{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;

    width:100%;
    min-height:62px;

    padding:18px 20px;

    border:none;
    border-radius:18px;

    cursor:pointer;

    background:linear-gradient(
        180deg,
        var(--primary),
        var(--primary-dark)
    );

    color:#222;

    font-size:19px;
    font-weight:700;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.fbt-button:hover{
    transform:translateY(-2px);

    background:linear-gradient(
        180deg,
        #FFB8FF,
        #FF98EF
    );

    box-shadow:0 14px 28px rgba(255,170,255,.35);
}

.fbt-button:active{
    transform:scale(.98);
}

.fbt-button:disabled{
    opacity:.7;
    cursor:not-allowed;
}

.fbt-button.loading{
    pointer-events:none;
    opacity:.85;
}

.fbt-button.loading::after{
    content:"";

    width:16px;
    height:16px;

    margin-left:8px;

    border:2px solid rgba(255,255,255,.45);
    border-top-color:#FFF;

    border-radius:50%;

    animation:fbtSpin .8s linear infinite;
}

.fbt-button.success{
    background:#16A34A;
    color:#FFF;
}
/*=====================================================
GARANTIES
======================================================*/

.fbt-guarantees{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;

    gap:12px;

    width:100%;

    margin-top:18px;
}

.fbt-guarantee{
    display:flex;
    align-items:center;
    gap:6px;

    white-space:nowrap;

    font-size:14px;
    font-weight:600;
}

/*=====================================================
PAIEMENTS
======================================================*/

.fbt-payment-wrapper{
    width:100%;

    margin-top:22px;
}

.fbt-payment-icons{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    width:100%;

    padding-top:20px;

    border-top:1px solid var(--border);
}

.fbt-payment-title{
    margin-bottom:12px;

    color:#333;

    font-size:14px;
    font-weight:700;

    text-align:center;
}

.list-payment{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;

    gap:12px;

    margin:0;
    padding:0;

    list-style:none;
}

.list-payment__item{
    display:flex;
    justify-content:center;
    align-items:center;
}

.list-payment__item svg,
.list-payment__item img{
    width:40px;
    height:28px;

    object-fit:contain;

    transition:transform .25s ease;
}

.list-payment__item:hover svg,
.list-payment__item:hover img{
    transform:scale(1.08);
}

/*=====================================================
RESPONSIVE DESKTOP
======================================================*/

@media screen and (max-width:1200px){

    .fbt-grid{
        grid-template-columns:minmax(0,1fr) 330px;
        gap:32px;
    }

    .fbt-products{
        gap:16px;
    }

    .fbt-item{
        max-width:220px;
    }

    .fbt-plus-wrapper{
        flex:0 0 28px;
    }

    .fbt-plus{
        display:flex;
        justify-content:center;
        align-items:center;

        width:28px;
        height:28px;

        margin-top:78px;
    }

    .fbt-plus span{
        display:flex;
        justify-content:center;
        align-items:center;

        width:100%;
        height:100%;

        font-size:28px;
        line-height:1;
    }

}

/*=====================================================
RESPONSIVE TABLETTE
======================================================*/

@media screen and (max-width:990px){

    .fbt-grid{
        display:flex;
        flex-direction:column;
        gap:28px;
    }

    .fbt-summary{
        position:relative;
        top:auto;
        width:100%;
    }

    .fbt-summary-card{
        width:100%;
    }

    .fbt-heading{
        font-size:30px;
    }

    .fbt-subtitle{
        max-width:650px;
    }

    .fbt-products{
        display:flex;
        justify-content:center;
        align-items:flex-start;

        gap:14px;

        width:100%;
    }

    .fbt-item{
        flex:1 1 0;
        max-width:210px;
    }

    /*==================================
    PLUS ENTRE LES PRODUITS
    ==================================*/

    .fbt-plus-wrapper{
        display:flex;
        justify-content:center;
        align-items:flex-start;

        flex:0 0 26px;
    }

    .fbt-plus{
        display:flex;
        justify-content:center;
        align-items:center;

        width:26px;
        height:26px;

        margin-top:72px;
    }

    .fbt-plus span{
        display:flex;
        justify-content:center;
        align-items:center;

        width:100%;
        height:100%;

        font-size:26px;
        line-height:1;
    }

}

/*=====================================================
RESPONSIVE MOBILE
======================================================*/

@media screen and (max-width:749px){

    /* SECTION */

    .fbt-wrapper{
        padding:20px 0;
    }

    .fbt-container{
        width:100%;
        padding:0 14px;
        box-sizing:border-box;
    }

}/*=====================================================
RESPONSIVE MOBILE
======================================================*/

@media screen and (max-width:749px){

    /*==================================
    SECTION
    ==================================*/

    .fbt-wrapper{
        padding:20px 0;
    }

    .fbt-container{
        width:100%;
        padding:0 14px;
        box-sizing:border-box;
    }

    /*==================================
    HEADER
    ==================================*/

    .fbt-header{
        margin-bottom:24px;
    }

    .fbt-heading{
        font-size:24px;
        line-height:1.3;
        text-align:center;
    }

    .fbt-subtitle{
        max-width:100%;
        font-size:14px;
        line-height:1.45;
        text-align:center;
    }

    /*==================================
    LAYOUT
    ==================================*/

    .fbt-grid{
        display:flex;
        flex-direction:column;
        gap:22px;
    }

    /*==================================
    PRODUITS
    ==================================*/

    .fbt-products{
        display:flex;
        justify-content:center;
        align-items:flex-start;
        gap:6px;
        width:100%;
    }

    .fbt-item{
        flex:1 1 0;
        max-width:31%;
        min-width:0;
    }

    /*==================================
    PLUS ENTRE LES PRODUITS
    ==================================*/

    .fbt-plus-wrapper{
        display:flex;
        justify-content:center;
        align-items:flex-start;
        flex:0 0 18px;
    }

    .fbt-plus{
        display:flex;
        justify-content:center;
        align-items:center;

        width:18px;
        height:18px;

        margin-top:50px;
    }

    .fbt-plus span{
        display:flex;
        justify-content:center;
        align-items:center;

        width:100%;
        height:100%;

        font-size:18px;
        font-weight:700;
        line-height:1;
    }

    /*==================================
    IMAGE
    ==================================*/

    .fbt-image{
        margin-bottom:8px;
        border-radius:10px;
    }

    .fbt-image img{
        border-radius:10px;
    }

    /*==================================
    TITRE
    ==================================*/

    .fbt-title{
        min-height:34px;
    }

    .fbt-title a{
        font-size:11px;
        line-height:1.25;
    }

    /*==================================
    PRIX
    ==================================*/

    .fbt-prices{
        gap:5px;
        margin-bottom:8px;
    }

    .fbt-price{
        font-size:15px;
    }

    .fbt-old-price{
        font-size:11px;
    }

    .fbt-saving{
        padding:5px 8px;
        font-size:10px;
    }

    /*==================================
    NOTE
    ==================================*/

    .fbt-rating{
        margin-top:8px;
    }

    .fbt-stars{
        font-size:11px;
        letter-spacing:1px;
    }

    .fbt-score{
        font-size:10px;
    }

    /*==================================
    STOCK
    ==================================*/

    .fbt-stock{
        margin-top:6px;
        font-size:10px;
    }

    /*==================================
    SUMMARY
    ==================================*/

    .fbt-summary-card{
        padding:22px;
        border-radius:18px;
    }

    #fbt-total-price{
        font-size:34px;
    }

    .fbt-total-saving{
        font-size:15px;
    }

    /*==================================
    BOUTON
    ==================================*/

    .fbt-button{
        min-height:56px;
        font-size:16px;
        border-radius:16px;
    }

}
    /*=====================================================
GARANTIES MOBILE
======================================================*/

.fbt-guarantees{
    justify-content:center;
    gap:8px;
}

.fbt-guarantee{
    font-size:11px;
}

/*=====================================================
PAIEMENTS MOBILE
======================================================*/

.list-payment{
    gap:8px;
}

.list-payment__item svg,
.list-payment__item img{
    width:34px;
    height:24px;
}

}

/*=====================================================
PARTIE 4E
ANIMATIONS • ACCESSIBILITÉ • SHOPIFY
======================================================*/

/*=====================================================
ANIMATIONS
======================================================*/

@keyframes fbtBounce{

    0%,100%{
        transform:translateY(0);
    }

    20%{
        transform:translateY(-5px);
    }

    40%{
        transform:translateY(0);
    }

    60%{
        transform:translateY(-2px);
    }

}

@keyframes fbtSpin{

    to{
        transform:rotate(360deg);
    }

}

/*=====================================================
BOUTON
======================================================*/

.fbt-button{
    animation:fbtBounce 2.5s infinite;
    -webkit-tap-highlight-color:transparent;
}

.fbt-button:focus-visible{
    outline:2px solid var(--primary);
    outline-offset:3px;
}

/*=====================================================
CHECKBOX
======================================================*/

.fbt-checkbox span{
    transition:
        background .25s ease,
        border-color .25s ease,
        transform .20s ease;
}

.fbt-checkbox span:hover{
    transform:scale(1.06);
}

/*=====================================================
COMPATIBILITÉ SHOPIFY SENSE
======================================================*/

.fbt-wrapper *{
    box-sizing:border-box;
}

.fbt-card,
.fbt-summary-card{
    max-width:100%;
}

button{
    font:inherit;
}

img{
    max-width:100%;
    border-style:none;
    vertical-align:middle;
}

/*=====================================================
ACCESSIBILITÉ
======================================================*/

@media (prefers-reduced-motion:reduce){

    *,
    *::before,
    *::after{

        animation:none !important;
        transition:none !important;
        scroll-behavior:auto !important;

    }

}