<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#small-pack-id-container{
    /* padding: 0 var(--container-space) 0 0; */
    display: flex;
    z-index: 9999;
    width: 100%;
}
.placeholder-column{
    width: 30%;
}
.offer-column{
    width: 70%;
}
.small-packs {
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    color: #000;
    padding-right: 1em;
    border-radius: 20px;
}

.small-packs-container {
    display: flex;
    flex-direction: column;
    padding: 1.3em 0;
    text-align: center;
    position: relative;
}

.pack-black{
    background: linear-gradient(#222223, #222223) padding-box, linear-gradient(to right, #3023AE, #C86DD7) border-box;
    border: 3px solid transparent;
    color: #fff;
}

.fixed {
    position: fixed;
    top: 20px;
    margin-left: 720px;
    background-color: #0f0 ! important;
}

.small-packs-container .bandeau-violet {
    position: absolute;
    right: -1px;
    top: 0;
}

.small-packs-container .bandeau-violet div {
    height: 100%;
    width: 100%;
}

.small-packs-container .bandeau-violet img {
    transform: scale(1.07);
}

.small-packs-container .bandeau-violet div p {
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    z-index: 99999;
    font-size: 0.6em;
    transform: rotate(45deg);
    right: -10%;
    bottom: 50%;
    margin-bottom: 0;
    width: 100%;
    line-height: 1;
    font-weight: 800;
}

.small-packs-container__header {
    position: relative;
}
.small-packs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 1em;
}
.small-packs-container__pack_title {
    color: var(--wp--preset--color--bleu-ciel);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 1vh;
    white-space: nowrap;
    line-height: 1;
}
.small-packs-container__short_description {
    margin-bottom: 2vh;
}

.small-packs-container__pack_price {
    font-size: clamp(2em, 2.2vw, 6em);
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.small-packs-container__pack_price span {
    font-weight: bold;
    font-size: 0.3em;
    margin-left: 0.7em;
}

.small-packs-container__button {
    margin: 0 auto;
    height: 30px;
    width: 30px;
    line-height: 0;
    border: 2px solid #3023AE;
    border-radius: 57%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 1em;
    font-weight: 500;
}

.small-packs-container__example {
    background: -webkit-linear-gradient(289deg, #3023AE 0%, #C86DD7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
@media only screen and (max-width: 1441px) {
    .small-packs-examples a{
        font-size: 0.7em;
    }
    .small-packs-container__pack_title{
        font-size: 1.2em;
    }
    .is-style-third-columns{
        gap: 4em!important;
    }
}
@media only screen and (max-width: 1367px) {
    .small-packs-examples a{
        font-size: 0.7em;
    }
    .small-packs-container__pack_title{
        font-size: 1.2em;
    }
    .small-packs{
        gap: 1em;
        padding: 0.5em;
    }
    .small-pack-button{
        font-size: clamp(10px, 0.9em, 11px)!important;
    }
}
@media only screen and (max-width: 1024px) {
    .small-packs-container__pack_title {
        font-size: 1.1em;
    }
}
@media only screen and (max-width: 992px) {
    .small-packs-container:hover {
        transform: translateY(-10px);
    }
    .small-packs-container .bandeau-violet {
        position: absolute;
        right: -5px;
        top: -4px;
    }
    .small-packs{
        gap: 1em;
    }
    .small-packs-container .bandeau-violet img{
        transform: scale(0.95);
    }
}

@media only screen and (max-width: 992px) {
    .small-packs .SoSlider__track {
        gap: 1em;
        padding-left: 2em;
    }

    .SoSlider__arrows {
        position: absolute;
        bottom: -60px;
        z-index: 3;
        cursor: pointer;
        transform: translateY(0);
        top: auto;
    }

    .SoSlider__leftArrow {
        right: 50px;
        left: auto;
    }

    .SoSlider__rightArrow {
        right: 0;
    }
}
@media only screen and (max-width: 769px) {
    .small-packs-container__pack_title {
        font-size: 1.1em;
    }
    .small-packs-content {
        padding: 0 0.6em;
    }
    .small-packs-container__pack_title {
        font-size: 0.8em;
        font-weight: 700;
    }
    .small-pack-button {
        font-size: 10px!important;
    }
}
@media only screen and (max-width: 992px) {
    .small-packs-container__pack_price{
        font-size: clamp(1.6em, 2vw, 6em);
    }
}</pre></body></html>