/**
 * 2019-2025 Team Ever
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 *  @author    Team Ever <https://www.team-ever.com/>
 *  @copyright 2019-2025 Team Ever
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Obfuscation */
.obfme,
.obfme img {
    cursor: pointer;
}
[data-obflink] {
    cursor: pointer;
}
/* Lookbook product markers */
.lookbook-marker {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid #f25b76;
    box-shadow: 0 12px 24px rgba(242, 91, 118, 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    color: #f25b76;
}

.lookbook-marker:focus,
.lookbook-marker:hover,
.lookbook-marker:active {
    transform: scale(1.05);
    box-shadow: 0 16px 32px rgba(242, 91, 118, 0.35);
    background-color: #f25b76;
    border-color: #f25b76;
    color: #fff;
}

.lookbook-marker:focus-visible {
    outline: 3px solid rgba(242, 91, 118, 0.35);
    outline-offset: 2px;
}

.prettyblock-lookbook {
    width: 100%;
    display: grid;
    gap: 1.5rem;
    align-items: start;
}

.prettyblock-lookbook.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prettyblock-lookbook.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prettyblock-lookbook .lookbook-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.prettyblock-lookbook .lookbook-item--main {
    padding: 0 1.5rem;
}

.lookbook-main-wrapper {
    max-width: 640px;
    margin: 0 auto;
}

.lookbook-image {
    margin-bottom: 3.5rem;
}

.lookbook-helper {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1rem 2.25rem;
    border-radius: 999px;
    background-color: #fff;
    border: 1px solid rgba(242, 91, 118, 0.25);
    box-shadow: 0 18px 36px rgba(242, 91, 118, 0.18);
    font-size: 0.95rem;
    color: #3a3a3a;
    z-index: 1;
    white-space: normal;
    text-align: left;
}

.lookbook-helper-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 2px solid #f25b76;
    background-color: #fff;
    color: #f25b76;
}

.lookbook-helper-svg {
    display: block;
}

.lookbook-helper-text {
    font-weight: 600;
    font-size: 0.85rem;
    line-height: 1;
    min-width: 0;
}

@media (max-width: 767.98px) {
    .prettyblock-lookbook.columns-2,
    .prettyblock-lookbook.columns-3 {
        grid-template-columns: 1fr;
    }

    .lookbook-helper {
        width: calc(100% - 3rem);
        max-width: 320px;
        padding: 0.85rem 1.75rem;
        justify-content: center;
        text-align: center;
    }

    .lookbook-helper-text {
        flex-basis: 100%;
    }
}

@media (min-width: 768px) {
    .lookbook-helper {
        flex-wrap: nowrap;
        padding: 1.25rem 3rem;
        white-space: nowrap;
    }

    .lookbook-helper-icon {
        width: 3.25rem;
        height: 3.25rem;
    }

    .lookbook-helper-text {
        font-size: 0.95rem;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .prettyblock-lookbook {
        gap: 0;
    }

    .prettyblock-lookbook .lookbook-item--main {
        padding: 0 3rem;
    }
}
/* Style pour le panier déroulant */
.ever-shopping-cart .dropdown-menu.cart-dropdown-content {
    padding: 15px;
    min-width: 200px;
    max-width: 300px;
    margin-top: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ajoutez une ombre pour mettre en relief le panier */
    border: 1px solid #dee2e6; /* Ajoutez une bordure */
    border-radius: 5px; /* Ajoutez des coins arrondis */
    background-color: #fff; /* Changez la couleur de fond */
}

.ever-shopping-cart .cart-product {
    margin-bottom: 10px;
}

.ever-shopping-cart .product-name {
    font-weight: bold;
}

.ever-shopping-cart .cart-total {
    margin-top: 10px;
    text-align: right;
    font-weight: bold;
}
/* Style pour les boutons de partage */

.everblock-sharer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
    padding: 10px;
}

.everblock-sharer a {
    text-decoration: none;
    margin-right: 10px;
}

.everblock-sharer a:last-child {
    margin-right: 0;
}

.everblock-sharer .social-share-button {
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

.everblock-sharer .social-share-button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.everblock-sharer .social-share-button img {
    width: 24px;
    height: 24px;
}

.everblock-social-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.everblock-social-links a,
.everblock-social-links span {
    display: inline-flex;
    align-items: center;
}

.everblock-social-links svg {
    width: 32px;
    height: 32px;
    display: block;
}
.everblock-gallery img {
    cursor: pointer;
}
.everblock-gallery-modal .modal-header,
.everblock-testimonial .text-center,
.everblock-parallax .text-center {
    text-align: center;
}
.everblock-parallax .parallax-container {
    position: relative;
    overflow: hidden;
}
.everblock-parallax .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transform: translateZ(0);
    z-index: 0;
}
.everblock-parallax .parallax-content {
    position: relative;
    z-index: 1;
    padding: 20px;
}
.everblock-overlay .image-overlay-container {
    position: relative;
    overflow: hidden;
}
.everblock-overlay .image-overlay-container img {
    width: 100%;
    height: auto;
}
.everblock-overlay .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
}

/* Média query pour les écrans de taille moyenne (tablettes) */
@media (max-width: 768px) {
    .everblock-overlay .overlay {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        text-align: center;
        padding: 10px;
    }
}

/* Média query pour les petits écrans (smartphones) */
@media (max-width: 576px) {
    .everblock-overlay .overlay {
        top: 0;
        width: 100%;
        text-align: center;
        padding: 10px;
    }
}
.nav-tabs .nav-item {
    list-style-type: none;
}
#everblockModal button.close {
    float: right;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

#everblockModal.modal {
    text-align: center;
}

#everblockModal .everblock-modal-dialog {
    display: inline-block;
    width: auto;
    max-width: 90vw;
    margin: 1.75rem auto;
}

#everblockModal .everblock-modal-dialog .modal-content {
    text-align: left;
}

#everblockModal .everblock-modal-media {
    display: flex;
    justify-content: center;
}

#everblockModal .everblock-modal-image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80vh;
}
.ever-model-product.card {
    border: 1px solid #dee2e6; /* même valeur que Bootstrap 4 */
    border-radius: 0.25rem;
    background-color: #fff;
}
.everblock-highlight {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.everblock-highlight:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
/* Responsive width */
/* SM ≥576px */
@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
}

/* MD ≥768px */
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}

/* LG ≥992px */
@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
}

/* XL ≥1200px */
@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
}

/* XXL ≥1400px */
@media (min-width: 1400px) {
    .w-xxl-25 {
        width: 25% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
}

/* Responsive height */
/* Height: 25%, 50%, 75%, 100% - Base (all sizes) */
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}

/* SM ≥576px */
@media (min-width: 576px) {
    .h-sm-25 {
        height: 25% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
}

/* MD ≥768px */
@media (min-width: 768px) {
    .h-md-25 {
        height: 25% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
}

/* LG ≥992px */
@media (min-width: 992px) {
    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
}

/* XL ≥1200px */
@media (min-width: 1200px) {
    .h-xl-25 {
        height: 25% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
}

/* XXL ≥1400px */
@media (min-width: 1400px) {
    .h-xxl-25 {
        height: 25% !important;
    }
    .h-xxl-50 {
        height: 50% !important;
    }
    .h-xxl-75 {
        height: 75% !important;
    }
    .h-xxl-100 {
        height: 100% !important;
    }
}

/* Masonry gallery */
.everblock-masonry-gallery {
    column-count: 3;
    column-gap: 0;
}
.everblock-masonry-gallery .masonry-item {
    break-inside: avoid;
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 768px) {
    .everblock-masonry-gallery {
        column-count: 2;
    }
}
@media (max-width: 576px) {
    .everblock-masonry-gallery {
        column-count: 1;
    }
}

/* Scroll video block */
.everblock-scroll-video img,
.everblock-scroll-video video {
    width: 100%;
    height: auto;
    display: block;
}

.everblock-scroll-video {
    position: relative;
}

.everblock-scroll-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.everblock-scroll-video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 1rem;
}

/* Cover block */
.prettyblock-cover-item {
    position: relative;
    overflow: hidden;
}

.prettyblock-cover-item--parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
}

.prettyblock-cover-item img.prettyblock-cover-image {
    width: 100%;
    height: auto;
    display: block;
}

.prettyblock-cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
}

.prettyblock-cover-overlay.position-desktop-top {
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.prettyblock-cover-overlay.position-desktop-bottom {
    justify-content: flex-end;
    align-items: center;
    text-align: center;
}

.prettyblock-cover-overlay.position-desktop-left {
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.prettyblock-cover-overlay.position-desktop-right {
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.prettyblock-cover-overlay.position-desktop-center {
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 767px) {
    .prettyblock-cover-item--parallax {
        background-attachment: scroll;
    }

    .prettyblock-cover-overlay.position-mobile-top {
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }

    .prettyblock-cover-overlay.position-mobile-bottom {
        justify-content: flex-end;
        align-items: center;
        text-align: center;
    }

    .prettyblock-cover-overlay.position-mobile-left {
        justify-content: center;
        align-items: flex-start;
        text-align: left;
    }

    .prettyblock-cover-overlay.position-mobile-right {
        justify-content: center;
        align-items: flex-end;
        text-align: right;
    }

    .prettyblock-cover-overlay.position-mobile-center {
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.prettyblock-cover-overlay .d-flex {
    flex-wrap: wrap;
}

/* Cover block slider */
.ever-cover-carousel .slick-slide {
    opacity: 0.5;
    transition: opacity 0.3s;
}
.ever-cover-carousel .slick-center {
    opacity: 1;
    position: relative;
}
.ever-cover-carousel .slick-prev,
.ever-cover-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 0;
    line-height: 0;
}
.ever-cover-carousel .slick-prev:before,
.ever-cover-carousel .slick-next:before {
    font-size: 2rem;
}
.ever-cover-carousel .slick-prev {
    left: 10px;
}
.ever-cover-carousel .slick-next {
    right: 10px;
}

/* Store locator adjustments */
#store_search {
    max-width: 400px;
    background-color: #fff;
}

.gm-style .gm-style-iw-c {
    /* Remove default padding so the close button aligns with the popup content */
    padding: 0 !important;
}

.gm-style-iw button.gm-ui-hover-effect {
    /* Position close cross flush with image and store name */
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    transform: translate(0, 0) !important;
    margin: 0 !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    margin-bottom: 1rem;
}

#everblock-storelocator {
    width: 100%;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid #4d1e168a;
}

#everblock-storelocator-wrapper.map-hidden #pane-map {
    display: none !important;
}

#everblock-storelocator-wrapper.map-hidden #pane-list {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#everblock-storelocator-wrapper.map-hidden #storeLocatorTabs {
    display: none !important;
}

@media (min-width: 768px) {
    #everblock-storelocator {
        /*    width: 50%!important;*/
    }
    #everblock-storelocator-wrapper #pane-list {
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    #storeLocatorTabs .nav-item {
        width: 50%;
    }
    #storeLocatorTabs .nav-link {
        width: 100%;
        text-align: center;
    }
    #store_search {
        margin-left: auto;
        margin-right: auto;
    }
    #pane-map,
    #pane-list {
        position: static;
    }
}

/* Podcasts block */
.everblock-podcasts {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.everblock-podcasts .podcast-item {
    display: flex;
    flex-direction: column;
}
.everblock-podcasts .podcast-cover {
    max-width: 100%;
    height: auto;
}
.everblock-podcasts .podcast-audio {
    width: 100%;
    margin-top: 0.5rem;
}
.everlist {
    list-style-type: none;
}

/* FAQ styles */
.faq-accordion .card-header,
.faq-accordion .accordion-header {
    background-color: #f7f7f7;
}
.faq-question i {
    transition: transform 0.3s ease;
}
.faq-accordion .accordion-button {
    background: none;
    box-shadow: none;
}
.faq-question[aria-expanded="true"] i {
    transform: rotate(180deg);
}
.faq-answer,
.faq-accordion .accordion-body {
    padding: 15px;
}

/* Table of Contents styles */
.pb-toc-toggle {
    cursor: pointer;
    text-align: left;
    width: 100%;
    background: none;
    border: none;
}
.pb-toc-toggle::after {
    content: "\25B6";
    float: right;
}
.pb-toc-toggle[aria-expanded="true"]::after {
    content: "\25BC";
}

/* Pricing table styles */
.everblock-pricing-table .pricing-plan {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    text-align: center;
}
.everblock-pricing-table .pricing-price {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0;
}
.everblock-pricing-table .pricing-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}
.everblock-pricing-table .pricing-features li {
    margin-bottom: 0.5rem;
}
.everblock-pricing-table .pricing-plan.highlight {
    border-width: 2px;
    border-color: #0d6efd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Downloads list styles */
.everblock-downloads {
    list-style: none;
    padding-left: 0;
}
.everblock-downloads li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}
.everblock-downloads .download-icon {
    margin-right: 0.5rem;
    width: 24px;
    height: 24px;
}
.everblock-downloads .download-description {
    margin: 0;
}

/* Video gallery */
.everblock-video-gallery img {
    cursor: pointer;
}
.everblock-video-thumbnail {
    display: inline-block;
}
.everblock-video-thumbnail img {
    display: block;
}
.everblock-video-thumbnail .everblock-video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.everblock-video-thumbnail .everblock-video-play-icon svg circle {
    fill: rgba(0, 0, 0, 0.55);
}
.everblock-video-thumbnail .everblock-video-play-icon svg polygon {
    fill: #fff;
}
.everblock-video-thumbnail:hover .everblock-video-play-icon {
    transform: translate(-50%, -50%) scale(1.05);
}
.everblock-video-gallery .video-description {
    margin-top: 0.5rem;
}

/* Video products */
.everblock-video-products img {
    cursor: pointer;
}

/* Counters */
.everblock-counter-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
}

/* Countdown */
.everblock-countdown-value {
    display: block;
    font-size: 3rem;
    font-weight: 700;
}
.everblock-countdown-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* Exit intent modal */
.ever-exit-intent-modal .modal-content {
    text-align: center;
}
.ever-exit-intent-modal img {
    max-width: 100%;
    height: auto;
}

/* Brand carousel arrows */
.featured-brands .carousel-control-prev {
    left: 1rem;
}

.featured-brands .carousel-control-next {
    right: 1rem;
}

/* Wheel of fortune */
.ever-wheel-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100vh;
}

.ever-wheel-canvas {
    transition: transform 4s cubic-bezier(.33, .66, .66, 1);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100vh;
    max-height: 100vh;
}

.ever-wheel-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #333;
    z-index: 10;
    pointer-events: none;
}
.ever-wheel-spin-container {
    display: flex;
    justify-content: center;
    width: 100%;
}
.ever-wheel-top-text,
.ever-wheel-bottom-text,
.ever-wheel-login-text {
    margin-bottom: 1rem;
}

.ever-wheel-bottom-text {
    margin-top: 1rem;
}

.ever-wheel-status-message {
    display: none;
    margin-bottom: 1.5rem;
}

.ever-wheel-status-text > :last-child {
    margin-bottom: 0;
}

.ever-wheel-countdown {
    display: none;
    font-weight: 600;
    margin-top: 0.5rem;
}

.ever-wheel-countdown-label {
    margin-right: 0.35rem;
}

.ever-scratch-card-block {
    max-width: 400px;
    margin: 0 auto;
}

.ever-scratch-status-message {
    margin-bottom: 1rem;
}

.ever-scratch-card-wrapper {
    display: flex;
    justify-content: center;
}

.ever-scratch-card {
    position: relative;
    width: 100%;
    max-width: 320px;
    aspect-ratio: 3 / 2;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(135deg, #1e1f26, #3b3f5c);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}

.ever-scratch-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.35), rgba(140, 140, 140, 0.35));
    mix-blend-mode: screen;
    pointer-events: none;
}

.ever-scratch-result {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

.ever-scratch-result-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.ever-scratch-result-image img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}

.ever-scratch-result-label {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-word;
}

.ever-scratch-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #d9d9d9, #b0b0b0);
    cursor: grab;
    touch-action: none;
    z-index: 2;
}

.ever-scratch-card-disabled .ever-scratch-overlay {
    filter: grayscale(100%);
    opacity: 0.7;
    pointer-events: none;
}

.ever-scratch-card--revealed .ever-scratch-overlay {
    pointer-events: none;
    opacity: 0;
}

.ever-scratch-instructions {
    font-size: 1rem;
}

.ever-scratch-login {
    margin-top: 1rem;
}

@media (max-width: 480px) {
    .ever-scratch-card-block {
        max-width: 100%;
    }

    .ever-scratch-card {
        max-width: 280px;
    }

    .ever-scratch-result-label {
        font-size: 1.1rem;
    }
}

/* Mystery boxes */
.ever-mystery-boxes {
    position: relative;
}

.ever-mystery-status-message {
    margin-bottom: 1rem;
}

.ever-mystery-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.ever-mystery-box {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 12px;
    border: 2px solid rgba(13, 110, 253, 0.15);
    background: transparent;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.ever-mystery-box:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.35);
}

.ever-mystery-box:not(.ever-mystery-box--disabled):hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.ever-mystery-box--disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.ever-mystery-box-front,
.ever-mystery-box-back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0.5rem;
    line-height: 1.4;
}

.ever-mystery-box-front {
    gap: 0.75rem;
}

.ever-mystery-box-back {
    display: none;
}

.ever-mystery-box--revealed .ever-mystery-box-front {
    display: none;
}

.ever-mystery-box--revealed .ever-mystery-box-back {
    display: flex;
}

.ever-mystery-box-result-label {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.35rem;
}

.ever-mystery-box-result-message {
    font-size: 0.9rem;
}

.ever-mystery-box-result-image {
    margin-bottom: 0.5rem;
}

.ever-mystery-box-front-label {
    font-weight: 700;
    font-size: 1.5rem;
    color: #5a3a10;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.ever-mystery-chest {
    position: relative;
    width: 100%;
    max-width: 110px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ever-mystery-chest-lid {
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #f8c784 0%, #d0822a 100%);
    border: 3px solid #7a4b14;
    border-bottom: none;
    border-radius: 18px 18px 6px 6px;
    position: relative;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.ever-mystery-chest-lid::before {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    top: 20%;
    height: 25%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0));
    border-radius: 50px;
}

.ever-mystery-chest-body {
    width: 100%;
    flex: 1;
    background: linear-gradient(180deg, #f7b55d 0%, #d27a1e 100%);
    border: 3px solid #7a4b14;
    border-top: none;
    border-radius: 6px 6px 16px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 6px 0 rgba(255, 255, 255, 0.2);
}

.ever-mystery-chest-body::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 18px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, rgba(255, 219, 139, 0.9), rgba(219, 156, 47, 0.9));
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(106, 66, 14, 0.45);
    z-index: 1;
    border-radius: 6px;
}

.ever-mystery-chest-band--vertical {
    position: absolute;
    top: -40%;
    bottom: -4px;
    left: 50%;
    width: 18%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #f2d083 0%, #c7922e 100%);
    border: 2px solid rgba(106, 66, 14, 0.55);
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-radius: 10px;
    z-index: 2;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.ever-mystery-chest-lock {
    position: relative;
    width: 28px;
    height: 32px;
    background: linear-gradient(180deg, #f2d083 0%, #c7922e 100%);
    border: 2px solid #a46a1e;
    border-radius: 6px 6px 12px 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.ever-mystery-chest-lock::before {
    content: '';
    position: absolute;
    top: -16px;
    width: 28px;
    height: 18px;
    border: 3px solid #a46a1e;
    border-bottom: none;
    border-radius: 50% 50% 0 0 / 70% 70% 0 0;
    background: rgba(247, 214, 142, 0.3);
}

.ever-mystery-chest-lock::after {
    content: '';
    width: 6px;
    height: 10px;
    border-radius: 3px;
    background: #5a3a10;
}

.ever-mystery-chest-shadow {
    width: 75%;
    height: 14px;
    margin-top: 8px;
    background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
    border-radius: 50%;
}

.ever-mystery-box:not(.ever-mystery-box--disabled):hover .ever-mystery-chest,
.ever-mystery-box:focus .ever-mystery-chest {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.ever-mystery-box--disabled .ever-mystery-chest {
    filter: grayscale(25%) brightness(0.95);
    opacity: 0.7;
    transform: none;
    box-shadow: none;
}

.ever-mystery-box-result-image img {
    max-width: 64px;
    max-height: 64px;
}

.ever-mystery-reveal-message {
    margin-top: 1.5rem;
    font-weight: 500;
}

.ever-mystery-empty {
    margin: 2rem 0;
}

/* Slot machine */
.ever-slot-machine {
    position: relative;
    text-align: center;
}

.ever-slot-status-message {
    margin-bottom: 1rem;
    display: none;
}

.ever-slot-status-text {
    font-size: 1rem;
}

.ever-slot-countdown {
    display: none;
    margin-top: 0.5rem;
    font-weight: 600;
}

.ever-slot-countdown-value {
    margin-left: 0.35rem;
}

.ever-slot-reels {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin-top: 1.5rem;
}

.ever-slot-reel {
    width: 110px;
    height: 110px;
    border-radius: 16px;
    border: 3px solid rgba(13, 110, 253, 0.2);
    background: linear-gradient(180deg, #ffffff 0%, #f0f3ff 100%);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ever-slot-reel--spinning {
    animation: ever-slot-spin 0.6s linear infinite;
}

@keyframes ever-slot-spin {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12%);
    }
    100% {
        transform: translateY(0);
    }
}

.ever-slot-symbol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.ever-slot-symbol-image {
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.ever-slot-symbol-label {
    font-weight: 600;
    font-size: 1rem;
    color: #212529;
}

.ever-slot-reels--disabled .ever-slot-reel {
    filter: grayscale(100%);
    opacity: 0.6;
    box-shadow: none;
}

.ever-slot-instructions {
    font-size: 1rem;
}

.ever-slot-actions {
    margin-top: 1.5rem;
}

.ever-slot-result {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.ever-slot-result-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.ever-slot-result-message {
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.ever-slot-result-details p {
    margin: 0 0 0.35rem;
}

.ever-slot-coupon {
    margin-top: 1rem;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    border-radius: 0.75rem;
    border: 1px dashed rgba(13, 110, 253, 0.45);
    background: #ffffff;
}

.ever-slot-coupon-code {
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 1.1rem;
}

.ever-slot-login {
    margin-top: 1.5rem;
}

.ever-slot-login-message {
    font-size: 0.95rem;
}

@media (max-width: 576px) {
    .ever-slot-reels {
        gap: 0.75rem;
    }

    .ever-slot-reel {
        width: 88px;
        height: 88px;
    }

    .ever-slot-symbol-image {
        max-width: 56px;
        max-height: 56px;
    }
}
