.et-cart-info {

}

.et-cart-info span:not(.show-gc-cart-counter) {
    display: none!important;
}

.et-cart-info span.show-gc-cart-counter {
    position: relative;
}

.et-cart-info span.show-gc-cart-counter small {
    position: absolute;
    font-size: 10px;
    background-color: #F28B2D;
    color: #2D2D2D;
    padding: 0 3px;
    border-radius: 500px;
    font-weight: bold;
    top: -3px;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: inherit;
}

/* Styles pour les filtres CBD unifiés */

.cbd-advanced-filters {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.filter-group {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.filter-group:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-group h4 {
    margin: 0 0 8px 0;
    color: #2c3e50!important;
    font-size: 16px!important;
    font-weight: 600!important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.filter-input {
    -webkit-appearance: none;
    background-color: #fff!important;
    width: 100%;
    border-width: 0!important;
    border-radius: 0;
    color: #999!important;
    font-size: 14px;
    padding: 16px!important;
}

.price-slider-values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 500;
}

.price-slider-values > span {
    color: #6c757d;
    font-size: 14px;
}

.price-slider {
    position: relative;
    height: 20px;
    margin-bottom: 15px;
}

.price-range {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    outline: none;
    -webkit-appearance: none;
}

.price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f28b2d;
    cursor: pointer;
}

.price-range::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #f28b2d;
    cursor: pointer;
    border: none;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.price-input {
    flex: 1;
    width: calc(50% - 10px);
    text-align: center;
    -webkit-appearance: none;
    background-color: #fff!important;
    border-width: 0!important;
    border-radius: 0;
    color: #999!important;
    font-size: 14px;
    padding: 16px!important;
}

.price-inputs span {
    color: #6c757d;
    font-weight: 500;
}

.checkbox-group {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 5px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    color: #6c757d;
    position: relative;
    padding-left: 30px;
}

.checkbox-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.checkmark {
    position: absolute;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 3px;
    transition: all 0.3s;
}

.checkbox-label input[type="checkbox"]:checked ~ .checkmark {
    background-color: #f28b2d;
    border-color: #f28b2d;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-label input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

.count {
    margin-left: auto;
    color: #6c757d;
    font-size: 12px;
}

.filter-actions {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.filter-submit {
    flex: 2;
    border: none;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff!important;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 700!important;
    background-color: #f28b2d!important;
    padding-top: 15px!important;
    padding-right: 40px!important;
    padding-bottom: 15px!important;
    padding-left: 40px!important;
    transition: background-color 0.3s;
}

.filter-submit:hover {
    background-color: #e07b1d!important;
}

.filter-reset {
    flex: 1;
    background: #2d2d2d;
    color: white;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
    border-width: 0px!important;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 700!important;
    padding-top: 15px!important;
    padding-right: 40px!important;
    padding-bottom: 15px!important;
    padding-left: 40px!important;
    transition: background-color 0.3s;
}

.filter-reset:hover {
    background: #1a1a1a;
    color: white;
}

@media (max-width: 768px) {
    .cbd-advanced-filters {
        padding: 15px;
    }

    .price-inputs {
        flex-direction: column;
        gap: 8px;
    }

    .price-input {
        width: 100%;
    }
}

.woocommerce-ordering > [ name="orderby"] {
    background-color: #fff!important;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #999!important;
    padding: 12px!important;
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce-info[role="status"] a {
    display: none;
}

.coupon.display button[name="apply_coupon"] {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

button[name="apply_coupon"] {
    font-size: 0!important;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 0;
    position: absolute!important;
    background-color: transparent!important;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

.coupon:before {
    content: "+"!important;
    position: absolute!important;
    top: 0;
    right: 0;
    background-color: #f28b2d;
    z-index: 1;
    display: flex!important;
    justify-content: center;
    align-items: center;
    font-size: 32px!important;
    font-weight: bold;
    color: #fff;
    width: 56px;
    height: 56px;
    transition: all 0.3s;
}

.coupon:hover:before {
    font-size: 42px!important;
}

button[name="update_cart"] {
    background-color: unset!important;
    color: #f28b2d!important;
    font-size: 12px!important;
    text-decoration: underline!important;
    border: none!important;
    padding: 0!important;
    letter-spacing: unset!important;
    text-transform: unset!important;
    font-weight: unset!important;
    display: block!important;
    width: 100%!important;
    text-align: center!important;
}

button[name="update_cart"]:disabled {
    opacity: 0.3!important;
}

button[name="update_cart"]:hover, button[name="update_cart"]:disabled:hover {
    background: none!important;
    color: #e07b1d!important;
}

button[name="update_cart"]:hover, button[name="apply_coupon"]:hover {
    background-color: unset!important;
    color: #e07b1d!important;
    padding: .3em 1em!important;
}

button[name="update_cart"]:after, button[name="apply_coupon"]:after {
    content: unset;
    display: none;
}

button[name="update_cart"]:hover:after, button[name="apply_coupon"]:hover:after {
    margin-left: 0!important;
    padding: .3em 1em!important;
}

.coupon {
    width: 100%;
    position: relative;
}

#coupon_code {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 72px;
}

.et_pb_column_empty {
    display: none;
}

.et_pb_wc_checkout_payment_info {
    background-color: transparent!important;
}

.et_pb_column_empty + div {
    width: 100%!important;
}

#gc-empty-cart-disclaimer:not(.display) {
    display: none!important;
}

.age-gate-wrapper, .age-gate__wrapper {
    z-index: 100001!important;
}

.age-gate__heading > img {
    width: 70%;
    margin-top: 30px;
}

.age-gate__headline {
    color: #e07b1d;
}

.age-gate__remember-text {
    color: #A1A1A1;
}

.age-gate__error {
    color: #e07b1d;
}

.age-gate__submit {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0!important;
    width: 100px;
}

.age-gate__submit--yes {
    background-color: #e07b1d!important;
}

.age-gate__challenge {
    margin-bottom: 10px;
}

#ppcp-recaptcha-v2-container {
    margin: 0!important;
}

.payment_box.payment_method_woocommerce_payments {
    background-color: #fff!important;
    border: 1px solid #eee!important;
}

.woocommerce-checkout-payment#payment {
    padding: 0!important;
}

.woocommerce-order .woocommerce-notice {
    margin-bottom: 4rem!important;
    text-align: center;
    width: 100%;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1em;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    padding: 0!important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details > li {
    margin-bottom: 10px!important;
}

#gc-empty-cart-disclaimer {
    padding-top: 0!important;
}

#gc-empty-cart-disclaimer h2, #gc-empty-cart-disclaimer p {
    text-align: center;
}

.woocommerce-message {
    font-size: 14px!important;
}

.woocommerce-terms-and-conditions-checkbox-text {
    color: #2D2D2D;
}

.age-gate-loader, .age-gate__loader {
    color: #fff!important;
}