[data-bs-theme="dark"] .darkmode-textwhite {
    color: white;
}

[data-bs-theme="dark"] .darkmode-texblack {
    color: black !important;
}

/* TRUSTPILOT */
.trustpilot-widgets {
    background: transparent;
    font-family: "Segoe UI";
    color: #333;
    padding: 30px 0 25px 0;
    overflow: hidden;
}

.trustpilot-widgets .wrapper-left a {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}

.trustpilot-widgets .wrapper-left {
    text-align: center;
}

.trustpilot-widgets .wrapper-left .title {
    color: #333;
    font-size: 24px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

.trustpilot-widgets .wrapper-left .rating img {
    max-width: 160px;
    margin: auto;
}

.trustpilot-widgets .wrapper-left .info {
    color: #333;
    font-size: 13px;
    line-height: 45px;
}

.trustpilot-widgets .wrapper-left .brand-logo img {
    max-width: 25px;
    margin: auto;
    margin-top: -10px;
    display: inline-block;
}

.trustpilot-widgets .wrapper-left .brand-logo p {
    font-size: 18px;
    line-height: 35px;
    color: #333;
    text-align: center;
    display: inline-block;
}

.trustpilot-widgets .reviews {
    margin-left: 2%
}

/* The controlsy */
.trustpilot-widgets .carousel-control {
    height: 25px;
    width: 25px;
    border: 1px solid #9E9E9E;
    border-radius: 50%;
    margin-top: 60px;
    font-size: 25px;
    background: transparent;
    line-height: 18px;
}

.trustpilot-widgets .carousel-control.right {
    margin-right: -50px;
    color: #333;
    text-shadow: none;
}

.trustpilot-widgets .carousel-control.left {
    left: -70px;
    color: #333;
    text-shadow: none;
}

.trustpilot-widgets .carousel-control.right:hover,
.trustpilot-widgets .carousel-control.left:hover {
    color: #333;
}

.trustpilot-widgets .carousel-inner .rating img {
    max-width: 110px
}

.trustpilot-widgets .carousel-inner {
    overflow: hidden
}

.trustpilot-widgets .carousel-inner .date,
.trustpilot-widgets .carousel-inner .name {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.trustpilot-widgets .carousel-inner .title {
    margin: 15px 0 10px 0;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.trustpilot-widgets .carousel-inner .descriptions {
    min-height: 42px;
}

.trustpilot-widgets .carousel-inner .name {
    margin-top: 25px
}

[data-bs-theme="dark"] .trustpilot-widgets {
    color: #fff;
    /* Couleur de texte pour le mode dark */
}

[data-bs-theme="dark"] .trustpilot-widgets .wrapper-left a {
    color: #fff;
    /* Couleur de lien pour le mode dark */
}

[data-bs-theme="dark"] .trustpilot-widgets .wrapper-left .title,
[data-bs-theme="dark"] .trustpilot-widgets .wrapper-left .info,
[data-bs-theme="dark"] .trustpilot-widgets .wrapper-left .brand-logo p,
[data-bs-theme="dark"] .trustpilot-widgets .carousel-inner .date,
[data-bs-theme="dark"] .trustpilot-widgets .carousel-inner .name {
    color: #ccc;
    /* Couleur de texte secondaire pour le mode dark */
}

[data-bs-theme="dark"] .trustpilot-widgets .carousel-control.right,
[data-bs-theme="dark"] .trustpilot-widgets .carousel-control.left {
    color: #ccc;
    /* Couleur de contrôle pour le mode dark */
}

[data-bs-theme="dark"] .trustpilot-widgets .carousel-control.right:hover,
[data-bs-theme="dark"] .trustpilot-widgets .carousel-control.left:hover {
    color: #fff;
    /* Couleur de contrôle au survol pour le mode dark */
}

.trustpilot-widgets .carousel-control-prev {
    left: -110px;
    /* Ajustez cette valeur selon vos besoins */
}

.trustpilot-widgets .carousel-control-next {
    right: -50px;
    /* Ajustez cette valeur selon vos besoins */
}


/* Mode Clair */
.trustpilot-widgets .carousel-control-prev-icon,
.trustpilot-widgets .carousel-control-next-icon {
    filter: invert(1);
    /* Inverse la couleur */
}

/* Mode Dark */
[data-bs-theme="dark"] .trustpilot-widgets .carousel-control-prev-icon,
[data-bs-theme="dark"] .trustpilot-widgets .carousel-control-next-icon {
    filter: invert(0);
    /* Retour à la couleur originale */
}




/* Button Base Styles */
.btn-order {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 160px;
}

/* Available Order Button */
.btn-order--available {
    background: linear-gradient(135deg, #38b2ac 0%, #2c7a7b 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(56, 178, 172, 0.2);
}

.btn-order--available:hover {
    background: linear-gradient(135deg, #319795 0%, #285e61 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(56, 178, 172, 0.3);
    color: white;
    text-decoration: none;
}

/* Out of Stock Button */
.btn-order--out-of-stock {
    background: linear-gradient(135deg, #fc8181 0%, #e53e3e 100%);
    color: white;
    border: none;
    box-shadow: 0 4px 6px rgba(229, 62, 62, 0.2);
    opacity: 0.9;
    cursor: not-allowed;
}

.btn-order--out-of-stock:hover {
    background: linear-gradient(135deg, #f56565 0%, #c53030 100%);
    color: white;
    text-decoration: none;
}

/* Button Icon */
.btn-order__icon {
    font-size: 1.1em;
    transition: transform 0.3s ease;
}

/* Button Icon Animation */
.btn-order:hover .btn-order__icon {
    transform: translateX(3px);
}

/* Button Text */
.btn-order__text {
    font-size: 0.95em;
    letter-spacing: 0.5px;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .btn-order {
        min-width: 140px;
        padding: 8px 16px;
    }
    
    .btn-order__icon {
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .btn-order {
        min-width: 120px;
        padding: 8px 12px;
    }
}