.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 0 35px -14px #e4e4e4;
    background: #fff;
    width: 100%;
    margin: 0 auto;
}

div#customer_login h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 20px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    line-height: normal;
    border-radius: 12px;
    border: 1px solid #dedede;
    margin-top: 7px;
    padding: 7px 10px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: right;
    margin-left: 1em;
    border-radius: 12px;
    width: 100px;
    height: 45px;
    background: var(--adkh-primary-color);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.4s;
    border: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    background: var(--adkh-secondary-color);
    color: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 7px;
}

.woocommerce-LostPassword.lost_password a {
    color: var(--adkh-secondary-color);
}

.woocommerce-LostPassword.lost_password a:hover {
    color: var(--adkh-primary-color);
}

.woocommerce-Button.button,
.button.wc-forward,
.button.wc-backward,
button[name="apply_coupon"],
button[name="update_cart"],
button[name="apply_coupon"],
#place_order {
    background-color: var(--adkh-primary-color) !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    border-radius: 12px !important;
    padding: 15px 20px !important;
    transition: all 0.4s;
    border: none;
    height: 45px;
    line-height: 0;
}

.woocommerce-Button.button:hover,
.button.wc-forward:hover,
button[name="update_cart"]:hover,
.button.wc-backward:hover,
button[name="apply_coupon"]:hover,
button[name="apply_coupon"]:hover,
#place_order:hover {
    background-color: var(--adkh-secondary-color) !important;
    color: #ffffff !important;
    border: none;
}

.woocommerce-checkout #payment {
    border-radius: 15px;
}

.woocommerce-cart-form__cart-item.cart_item a {
    color: var(--adkh-secondary-color);
}

.woocommerce-cart-form__cart-item.cart_item a:hover {
    color: var(--adkh-primary-color);
}

#order_comments {
    height: 250px;
}

.woocommerce table.shop_table {
    border-radius: 12px;
}

.cart_totals {
    border-radius: 15px;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart-subtotal th {
    width: 100% !important;
}

#coupon_code {
    height: 45px;
    border-radius: 15px;
    width: 250px;
}

.woocommerce-info {
    border-radius: 12px;
    background: #fff;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
    box-shadow: 0 0 35px -14px #e4e4e4;
}

.showcoupon {
    position: absolute;
    left: 15px;
    color: var(--adkh-primary-color);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
    height: 45px;
    padding: 6px;
    border-radius: 15px;
}

.woocommerce-info .button.wc-forward {
    position: absolute;
    left: 12px;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
}

.woocommerce-info::before {
    color: var(--adkh-primary-color);
    top: 45px;
}

/* My Account layout is fully defined in assets/css/my-account.css. */

header.woocommerce-Address-title.title h2 {
    line-height: 35px;
    font-size: 18px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: auto;
    line-height: inherit;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.wc-block-components-sidebar-layout .wc-block-components-main {
    margin-left: 10px !important;
    width: calc(65% - 10px) !important;
}

.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block,
.wc-block-components-sidebar {
    margin-right: 10px !important;
    width: calc(35% - 10px) !important;
    height: fit-content;
    margin-top: unset !important;
}

.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block,
.wc-block-components-sidebar,
.wc-block-components-sidebar-layout .wc-block-components-main {

    padding-left: unset !important;
    background: #fff;
    padding: 35px !important;
    border-radius: 12px;
    box-shadow: 0 0 35px -14px #e4e4e4;
}

td.wc-block-cart-item__image img {
    border-radius: 12px;
}

.wc-block-components-product-badge {
    background: var(--adkh-primary-color);
    color: #fff;
    border: none;
}

a.wc-block-components-product-name {
    color: var(--adkh-secondary-color);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

del.wc-block-components-product-price__regular {
    color: var(--adkh-primary-color);
}

.wc-block-components-product-price__value.is-discounted {
    margin-right: .5em;
    color: var(--adkh-primary-color);
}

.wc-block-components-button:not(.is-link) {
    color: #fff;
    background: var(--adkh-primary-color);
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.4s !important;
    margin-top: 20px;
    border: none;
}

.wc-block-components-button:not(.is-link):hover {
    background: var(--adkh-secondary-color);
}

input#wc-block-components-totals-coupon__input-0 {
    border: 2px solid var(--adkh-primary-color);
    border-radius: 12px !important;
}

input#wc-block-components-totals-coupon__input-0:focus-visible,
input#wc-block-components-totals-coupon__input-0:focus {
    outline: none;
    box-shadow: none;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__container {
    border: 1px solid #cfcfcf !important;
    border-radius: 8px !important;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border: 1px solid #cfcfcf !important;
    border-radius: 8px !important;
    box-shadow: unset !important;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: none !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=password]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    outline: none !important;
    border: 2px solid var(--adkh-primary-color) !important;
    box-shadow: unset !important;
}



p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 25px;
    color: var(--adkh-secondary-color);
}

.woocommerce ul.order_details {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 25px;
    color: var(--adkh-secondary-color);
}

.woocommerce-order p {
    text-align: center;
    display: none;
}

.woocommerce-customer-details--email {
    text-align: start !important;
}


.woocommerce .woocommerce-customer-details address {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    border-radius: 12px;
    padding: 25px;
}

.woocommerce ul.order_details li {
    float: right;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px solid var(--adkh-primary-color);
    border-left: none;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.woocommerce ul.order_details li:last-of-type {
    border-right: 1px solid var(--adkh-primary-color);
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-right: 1.5em;
    text-align: start;
}


.custom-select-wrapper {
    border: 1.3px solid var(--adkh-primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: var(--adkh-button-border-radius);
    position: relative;
    float: left;
    padding: 0 8px;
}

.custom-select {
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
    color: var(--adkh-primary-color);
    font-size: 14px;
}

.custom-select .product-filters__icon {
    pointer-events: none;
    width: 20px;
    height: auto;
}

.custom-select.open .custom-options {
    max-height: 300px;
    min-width: 150px;
    max-width: 150px;
    opacity: 1;
    background: #FFFFFF;
    /* color-primary200 */
    border: 1px solid #A4834E;
    border-radius: 8px;
}

.custom-options {
    position: absolute;
    top: 115%;
    left: 0;
    right: auto;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    z-index: 10;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    list-style: none;
    padding: 10px;
    opacity: 0;
}

.custom-options li {
    padding: 8px;
    cursor: pointer;
    color: var(--adkh-body-text-color);
    font-size: 13px;
    border-radius: 8px;
}

.custom-options li:hover {
    background-color: var(--e-global-color-accent);
    color: var(--adkh-primary-color);
}


.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
    color: #fff !important;
    background: var(--adkh-primary-color) !important;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex !important;
    width: 100% !important;
    border: none !important;
    gap: 5px !important;
}

/* .woocommerce-pagination .page-numbers:hover {
    background: unset !important;
} */

.adkh-product {
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    max-width: 297px;
    padding: 1.5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}

.adkh-product .wrapper {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.adkh-product::before,
.adkh-product::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--adkh-border-radius);
    backface-visibility: hidden;
    transition: transform 0.8s ease;
}

.adkh-product::before {
    background-image: linear-gradient(180deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    transform: rotateY(0deg);
}

.adkh-product::after {
    background-image: linear-gradient(0deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -2;
    transform: rotateY(-90deg);
}

.adkh-product:hover::before {
    transform: rotateY(90deg);
}

.adkh-product:hover::after {
    transform: rotateY(0deg);
}


.adkh-product .adkh-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.adkh-product .adkh-thumbnail img {
    border-radius: 16px;
    max-height: 150px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter .3s ease
}

.adkh-product:hover .adkh-thumbnail img {
    filter: grayscale(0%)
}

span.onsale {
    left: 10% !important;
    top: 2% !important;
    border-radius: 0 0 20px 20px !important;
    background: var(--adkh-primary-color) !important;
}

.adkh-product .adkh-product-cat {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px;
    gap: 10px;
    width: fit-content;
    background: #FAF8F4;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: -0.03em;
    color: #676767;

}


.adkh-product .adkh-product-title h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: right;
    color: #494949;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    padding: 0 !important;

}

.adkh-product .price-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
}

.adkh-product .add_to_cart_button {
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 6px 12px !important;
    gap: 9px !important;
    width: fit-content !important;
    height: 40px !important;
    border: 1.4px solid var(--adkh-primary-color) !important;
    border-radius: 10px !important;
    background: transparent !important;
    outline: none !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 180% !important;
    display: flex !important;
    align-items: center !important;
    text-align: justify !important;
    color: var(--adkh-primary-color) !important;
    flex-direction: row-reverse !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin: 0 !important;
    transition: all 300ms !important;

}

.adkh-product .add_to_cart_button::after {
    display: none !important;
}

.adkh-product .add_to_cart_button:hover,
.adkh-product .add_to_cart_button.added {
    background: var(--adkh-primary-color) !important;
    color: #fff !important;
}

.woocommerce ul.products li.product .price {

    margin-bottom: 0;
    font-size: unset;
    color: unset;
    line-height: 18px;
}

.adkh-product span.price {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.adkh-product .price del .woocommerce-Price-amount.amount {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
    text-decoration-line: line-through;
    color: #676767;

}

.adkh-product .price ins {
    text-decoration: none;
}

.adkh-product .price ins .woocommerce-Price-amount.amount,
.adkh-product .price .woocommerce-Price-amount.amount {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    text-align: justify;
    color: var(--adkh-primary-color);
}

.adkh-product .price del .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    display: none;
}

.adkh-product .price ins .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
.adkh-product .price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    font-weight: 500;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: -0.03em;
    color: var(--adkh-secondary-color);
}

.adkh-product .adkh-product-details {
    margin-top: 10px;
}

.adkh-product a.added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: unset !important;
}

@media screen and (max-width: 1250px) and (min-width: 768px) {

    .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
    .wc-block-components-sidebar-layout .wc-block-components-main {
        margin-left: 10px !important;
        margin-right: 10px !important;
        width: calc(65% - 20px) !important;
    }

    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block,
    .wc-block-components-sidebar {
        width: calc(35% - 20px) !important;
        height: fit-content;
        margin-top: unset !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}

@media screen and (max-width: 720px) {

    .wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block,
    .wc-block-components-sidebar-layout .wc-block-components-main {
        width: 100% !important;
        margin: 0px !important;
    }

    .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block,
    .wc-block-components-sidebar {
        width: 100% !important;
        height: fit-content;
        margin: 0px !important;
        margin-top: 10px !important;
    }

    tr.wc-block-cart-items__row {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        width: 75px !important;
    }

    .wc-block-components-sidebar {
        margin-bottom: 10px !important;
    }

    .woocommerce ul.order_details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        align-content: flex-start;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .woocommerce-order {
        padding: 25px;
    }

    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 19px;
        text-align: start;
    }

    .woocommerce-order-details__title,
    .woocommerce .woocommerce-customer-details .woocommerce-column__title {
        text-align: start;
    }

    .woocommerce-order p {
        text-align: start;
    }

    .woocommerce ul.order_details li {
        margin: 0;
    }

}


.adkh-product-single .adkh-product-head {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #494949;
    gap: 8px;
}

.adkh-product-single .adkh-product-hero {
    width: 100%;
    transition: transform 0.8s ease;
    position: relative;
    padding: 1.5px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--adkh-border-radius);
}

.adkh-product-single .adkh-product-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--adkh-border-radius);
    backface-visibility: hidden;
    transition: transform 0.8s ease;
    background-image: linear-gradient(180deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    transform: rotateY(0deg);
}

.adkh-product-single .adkh-product-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--adkh-border-radius);
    backface-visibility: hidden;
    transition: transform 0.8s ease;
    background-image: linear-gradient(0deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -2;
    transform: rotateY(-90deg);
}

.adkh-product-single .adkh-product-hero:hover::after {
    transform: rotateY(0deg);
}

.adkh-product-single .adkh-product-hero:hover::before {
    transform: rotateY(90deg);
}

.adkh-product-single .adkh-product-hero .wrapper {
    background: #fff;
    border-radius: var(--adkh-border-radius);
    transition: all .3s ease;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}

.adkh-product-single .adkh-product-hero .product-title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #394856;
}

.adkh-product-single .adkh-product-hero .product-discount-percentage {
    width: 46px;
    background: var(--adkh-primary-color);
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    height: 32px;
}

.adkh-product-single .adkh-product-hero .product-sharing {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 28px;
    cursor: pointer;
}

.adkh-product-single .adkh-product-hero .product-details {
    width: 100%;
    background: #FAF8F4;
    border-radius: 12px;
    padding: 24px;
    box-sizing: border-box;
    max-width: 389px;
    float: left;
}

.adkh-product-single .adkh-product-hero .product-details .product-introduction {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: -3%;
    text-align: right;
    vertical-align: middle;
    color: rgba(73, 73, 73, 1);
}

.adkh-product-single .adkh-product-hero .product-details .product-price {
    margin-top: 20px;
}

.adkh-product-single .adkh-product-hero .product-details .product-price * {
    text-decoration: none !important;
}

.adkh-product-single span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -0.02em;
    color: var(--adkh-primary-color);
}

.adkh-product-single span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    font-family: 'Modam';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    text-align: right;
    color: #494949;
}


.adkh-product-single .adkh-product-hero .product-details .product-price del span.woocommerce-Price-currencySymbol {
    display: none !important;
}

.adkh-product-single .adkh-product-hero .product-details .product-price del span.woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    display: flex;
    align-items: center;
    text-align: right;
    color: #494949;
}


.adkh-product-single .adkh-product-hero .product-details .product-price ins {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: var(--adkh-primary-color);
}

.adkh-product-single .adkh-product-hero .product-details .product-price ins span.woocommerce-Price-currencySymbol {
    font-family: 'Modam';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
    text-align: right;
    color: #494949;
}

.adkh-inline-cart {
    margin-top: 24px;
    width: 100%;
}

.adkh-inline-cart__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.adkh-inline-cart__submit {
    min-height: 40px;
    border: 1.5px solid var(--adkh-primary-color) !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: var(--adkh-primary-color) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5.5px 16px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 180% !important;
    box-shadow: none !important;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.adkh-inline-cart__submit:hover,
.adkh-inline-cart__submit:focus {
    background: var(--adkh-primary-color) !important;
    color: #ffffff !important;
}

.adkh-inline-cart__submit:hover svg path {
    stroke: #fff;
}

.adkh-inline-cart__submit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -3px;
}


.adkh-inline-cart__qty {
    min-height: 40px;
    border: 1.5px solid var(--adkh-primary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px;
    box-sizing: border-box;
}

.adkh-inline-cart__qty .quantity {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.adkh-inline-cart__qty .quantity input.qty {
    width: 100%;
    max-width: 60px;
    height: 34px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    color: var(--adkh-primary-color) !important;
    -moz-appearance: textfield;
    outline: none;
    border: none;
}

.adkh-inline-cart__qty .quantity input.qty::-webkit-outer-spin-button,
.adkh-inline-cart__qty .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.adkh-inline-cart__qty-btn {
    width: 30px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: var(--adkh-primary-color);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 5px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;

}

.adkh-inline-cart__qty-btn:hover {
    opacity: 0.9;
}

.adkh-inline-cart__qty-btn:active {
    transform: scale(0.98);
}

.adkh-inline-cart--disabled {
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid #e0d2b5;
    border-radius: 20px;
    background: #faf7f1;
}

.adkh-inline-cart__stock-message {
    font-size: 15px;
    font-weight: 600;
    color: var(--adkh-primary-color);
}

.product-details .product-price {
    margin-bottom: 0;
}


.gallery-wrapper {
    width: 100%;
}

.gallery-main {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.gallery-siema .gallery-slide {
    width: 100%;
}

.gallery-link,
.gallery-single-link {
    display: block;
    width: 100%;
}

.gallery-wrapper {
    mix-blend-mode: Luminosity !important;
}

.gallery-image,
.gallery-single-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 16px;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, 1);
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    transition: 0.2s ease;
    box-shadow: 0px 0px 20px 0px rgba(8, 37, 83, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-prev {
    right: 15px;
}

.gallery-next {
    left: 15px;
}

.gallery-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}


.thumb-item {
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 10px;
    width: 95px;
    height: 95px;
    overflow: hidden;
    cursor: pointer;
    flex: 0 0 auto;
    transition: 0.2s;
    mix-blend-mode: Luminosity;

}

.thumb-item img {
    width: 100%;
    height: 100% !important;
    object-fit: cover !important;
}

.thumb-item:hover {
    opacity: 1;
    transform: translateY(-2px);
}


.gallery-empty {
    padding: 25px;
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
}

.gallery-single-image {
    border-radius: 16px;
}

.gallery-main .gallery-slide img {
    height: 292px !important;
    max-width: 100% !important;
    max-height: 292px !important;
    object-fit: cover !important;
}

.gallery-thumbs {
    display: flex;
    gap: 12px;
    margin-top: 5px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-top: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    border-radius: 16px;
}

.gallery-thumbs-wrapper {
    position: relative;
    overflow: hidden;
}

.gallery-thumbs-wrapper:after,
.gallery-thumbs-wrapper:before {
    content: '';
    background: linear-gradient(270deg, #F3F3F3 -2.91%, rgba(243, 243, 243, 0) 50%);
    position: absolute;
    width: 125px;
    height: 95px;
    left: 0px;
    top: 15px;
    transform: rotate(-180deg);
    z-index: 100;
}

.gallery-thumbs-wrapper:before {
    left: unset;
    right: 0;
    transform: rotate(0deg);
    background: linear-gradient(270deg, #F3F3F3 0, rgba(243, 243, 243, 0) 50%);
}

.gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.gallery-thumbs.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.gallery-thumbs.is-dragging .thumb-item {
    pointer-events: none;
}

.adkh-product-gallery {
    padding-left: 26px;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .adkh-inline-cart__inner {
        flex-direction: column;
    }

    .adkh-inline-cart__qty {
        flex: 0 0 auto;
        width: 100%;
    }

    .adkh-inline-cart__submit {
        width: 100%;
        min-height: 72px;
        font-size: 20px;
    }

    .adkh-inline-cart__qty {
        min-height: 72px;
    }

    .adkh-inline-cart__qty-btn {
        width: 52px;
        height: 52px;
        font-size: 28px;
    }

    .adkh-inline-cart__qty .quantity input.qty {
        height: 52px;
        font-size: 24px;
    }
}


/* --- Adalatkhane single product completion + compatibility fixes --- */
.woocommerce div.product.adkh-product-single {
    margin-bottom: 70px;
}

.adkh-product .adkh-product-title,
.adkh-product .adkh-product-title a {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: block;
    text-align: right;
    color: #494949;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 0;
    text-decoration: none;
}

.adkh-product .wrapper>a.woocommerce-LoopProduct-link,
.adkh-product .wrapper>a.woocommerce-loop-product__link {
    text-decoration: none;
    color: inherit;
}

.adkh-product .price-button-wrapper {
    gap: 10px;
}

.adkh-product .price-button-wrapper>a.woocommerce-LoopProduct-link,
.adkh-product .price-button-wrapper>a.woocommerce-loop-product__link {
    display: none;
}

.adkh-product .add_to_cart_button.added::after,
.adkh-product .add_to_cart_button.loading::after {
    display: none !important;
}

.adkh-product-info-card {
    background: #ffffff;
    border-radius: var(--adkh-border-radius);
    padding: 22px 24px 28px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(164, 131, 78, 0.16);
}

.adkh-product-info-tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #faf8f4;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 24px;
}

.adkh-product-info-tab {
    border: 0;
    background: transparent;
    border-radius: 10px;
    min-height: 46px;
    padding: 9px 24px;
    color: #676767;
    font-weight: 500;
    line-height: 1.8;
    transition: all 0.25s ease;
}

.adkh-product-info-tab.is-active {
    background: var(--adkh-primary-color);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(164, 131, 78, 0.14);
}

.adkh-product-info-tabs .product-sharing {
    margin-right: auto;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.adkh-product-info-panel {
    display: none;
    color: #494949;
    font-size: 15px;
    line-height: 2.15;
    text-align: justify;
}

.adkh-product-info-panel.is-active {
    display: block;
}

.adkh-product-info-panel p:last-child {
    margin-bottom: 0;
}

.adkh-product-feature-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 14px;
    margin: -14px 0 0;
    direction: rtl;
}

.adkh-product-feature-table th,
.adkh-product-feature-table td {
    background: #ffffff;
    border: 0;
    min-height: 48px;
    padding: 12px 18px;
    line-height: 1.8;
    vertical-align: middle;
}

.adkh-product-feature-table th {
    width: 145px;
    color: #676767;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    border-radius: 0 10px 10px 0;
    white-space: nowrap;
}

.adkh-product-feature-table td {
    color: #494949;
    font-size: 15px;
    font-weight: 400;
    text-align: right;
    border-radius: 10px 0 0 10px;
}

.adkh-product-feature-table a {
    color: var(--adkh-primary-color);
    text-decoration: none;
}

.adkh-product-meta-line {
    border-top: 1px solid rgba(164, 131, 78, 0.18);
    margin-top: 26px;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    color: #494949;
    font-size: 14px;
}

.adkh-product-meta-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.adkh-product-meta-item a {
    border: 1px solid var(--adkh-primary-color);
    color: var(--adkh-primary-color);
    border-radius: 8px;
    padding: 6px 15px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.adkh-product-meta-item a:hover {
    background: var(--adkh-primary-color);
    color: #ffffff;
}

.adkh-product-comments-wrap {
    margin-top: 70px;
}

.adkh-product-comments-wrap .post-comments,
.adkh-product-comments-wrap .user-comments {
    width: 100%;
}

.adkh-product-comments-wrap .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.adkh-single-product-section {
    margin-top: 70px;
}

.adkh-section-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.adkh-section-heading--with-link {
    justify-content: space-between;
}

.adkh-section-heading h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.8;
    color: #494949;
}

.adkh-section-archive-link {
    display: inline-flex;
    align-items: center;
    color: var(--adkh-primary-color);
    text-decoration: none;
    font-weight: 500;
}

.adkh-section-archive-link:hover {
    color: var(--adkh-secondary-color);
}

.adkh-product-carousel {
    position: relative;
    padding: 0 52px;
}

.adkh-products-siema {
    overflow: hidden;
}

.adkh-products-siema .product {
    padding: 4px 10px 12px;
    list-style: none;
}

.adkh-products-siema .adkh-product {
    max-width: 100%;
    margin: 0 auto;
}

.adkh-product-carousel__nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(164, 131, 78, 0.35);
    background: #ffffff;
    color: var(--adkh-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    box-shadow: 0 0 20px rgba(8, 37, 83, 0.10);
    transition: all 0.25s ease;
}


.adkh-product-carousel__nav span{
    height: 24px;
}

.adkh-product-carousel__nav svg path{
    stroke: var(--adkh-primary-color);
}

.adkh-product-carousel__nav:hover svg path{
    stroke: #fff;
}

.adkh-product-carousel__nav:hover {
    background: var(--adkh-primary-color);
    color: #ffffff;
}

.adkh-product-carousel__nav--prev {
    right: 0;
}

.adkh-product-carousel__nav--next {
    left: 0;
}

.adkh-copy-product-link {
    position: relative;
}

.adkh-copy-toast {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%) translateY(6px);
    background: #494949;
    color: #ffffff;
    white-space: nowrap;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease;
}

.adkh-copy-product-link.is-copied .adkh-copy-toast {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.woocommerce div.product.adkh-product-single .woocommerce-variation-add-to-cart,
.woocommerce div.product.adkh-product-single form.cart .variations_button {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce div.product.adkh-product-single table.variations select {
    border: 1px solid rgba(164, 131, 78, 0.25);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}

.adkh-shop-sidebar {
    padding-left: 24px;
}

.adkh-shop-widget {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    padding: 18px;
    margin-bottom: 18px;
}

.adkh-shop-widget__title {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 14px;
    color: #494949;
}

@media (max-width: 991px) {
    .adkh-product-single .adkh-product-hero .product-details {
        max-width: 100%;
        margin-top: 20px;
    }

    .adkh-product-gallery {
        padding-left: 0;
        margin-bottom: 24px;
    }

    .adkh-product-info-tabs {
        flex-wrap: wrap;
    }

    .adkh-product-info-tabs .product-sharing {
        margin-right: 0;
    }

    .adkh-product-feature-table,
    .adkh-product-feature-table tbody,
    .adkh-product-feature-table tr,
    .adkh-product-feature-table th,
    .adkh-product-feature-table td {
        display: block;
        width: 100%;
    }

    .adkh-product-feature-table th,
    .adkh-product-feature-table td {
        border-radius: 10px;
    }

    .adkh-product-feature-table td {
        margin-top: 6px;
    }

    .adkh-product-carousel {
        padding: 0 44px;
    }
}

@media (max-width: 575px) {
    .adkh-product-info-card {
        padding: 16px;
    }

    .adkh-product-info-tab {
        width: 100%;
    }

    .adkh-section-heading--with-link {
        align-items: flex-start;
        flex-direction: column;
    }

    .adkh-product-carousel {
        padding: 0 36px;
    }

    .adkh-product-carousel__nav {
        width: 34px;
        height: 34px;
    }
}

/* --- Single product v3: exact layout fixes, unique product comments, valid Woo cards in Siema --- */
.woocommerce.single-product #content,
.single-product #content {
    overflow: visible;
}

.woocommerce div.product.adkh-product-single {
    overflow: visible;
}

.adkh-product-single .container {
    position: relative;
}

.adkh-product-info-card {
    clear: both;
    position: relative;
    z-index: 2;
    margin-top: 36px;
    overflow: hidden;
}

.adkh-product-info-tabs {
    min-height: 62px;
    justify-content: flex-start;
}

.adkh-product-info-tabs .product-sharing {
    flex: 0 0 auto;
}

.adkh-product-info-panel {
    width: 100%;
    max-width: 100%;
    overflow: visible;
}

.adkh-product-info-panel[data-panel="description"] {
    min-height: 150px;
}

.adkh-product-info-panel> :first-child {
    margin-top: 0;
}

.adkh-product-feature-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 13px;
    margin: -13px 0 0;
    table-layout: fixed;
}

.adkh-product-feature-table tr {
    overflow: hidden;
}

.adkh-product-feature-table th,
.adkh-product-feature-table td {
    background: #faf8f4;
    border: 0;
    padding: 13px 22px;
    vertical-align: middle;
    line-height: 1.9;
}

.adkh-product-feature-table th {
    width: 170px;
    border-radius: 0 12px 12px 0;
    color: #676767;
    font-weight: 500;
    white-space: nowrap;
}

.adkh-product-feature-table td {
    border-radius: 12px 0 0 12px;
    color: #494949;
}

.adkh-product-meta-line {
    clear: both;
    position: relative;
    z-index: 1;
}

.adkh-product-comments {
    margin-top: 72px;
    clear: both;
    position: relative;
    z-index: 1;
    max-width: 1075px;
}

.adkh-product-comments-list-block,
.adkh-product-comment-form-block {
    width: 100%;
    margin: 0;
    padding: 0;
}

.adkh-product-comment-form-block {
    margin-top: 54px;
}

.adkh-product-comments-heading-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0 0 24px;
}

.adkh-product-comments-heading {
    margin: 0;
    padding: 0;
    color: #494949;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.8;
}

.adkh-product-comment-list,
.adkh-product-comment-list .children {
    list-style: none;
}

.adkh-product-comment-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.adkh-product-comment-list .children {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0 0;
    padding: 0 24px 0 0;
}

.adkh-product-comment-item {
    margin: 0;
    padding: 0;
}

.adkh-product-comment-card-gradient {
    border-radius: var(--adkh-border-radius);
    background: linear-gradient(180deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    padding: 1px;
}

.adkh-product-comment-card {
    background: #ffffff;
    border-radius: var(--adkh-border-radius);
}

.adkh-product-comment-inner {
    padding: 26px;
}

.adkh-product-comment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.adkh-product-comment-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.adkh-product-comment-avatar {
    flex: 0 0 auto;
}

.adkh-product-comment-avatar img,
.adkh-product-comment-avatar .avatar {
    width: 57px;
    height: 57px;
    border-radius: 10px;
    object-fit: cover;
}

.adkh-product-comment-author-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.adkh-product-comment-author {
    margin: 0;
    color: #494949;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.adkh-product-comment-role {
    color: var(--adkh-primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.adkh-product-comment-reply a {
    text-decoration: none;
}

.adkh-product-comment-reply-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--adkh-secondary-color);
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.4;
}

.adkh-product-comment-body {
    background: var(--adkh-partially-color);
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
    color: #494949;
}

.adkh-product-comment-body,
.adkh-product-comment-body * {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.adkh-product-comment-body p:last-child {
    margin-bottom: 0;
}

.adkh-product-comment-form {
    border-radius: var(--adkh-border-radius);
    background: linear-gradient(180deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    padding: 1px;
    margin: 0;
}

.adkh-product-comment-form-shell {
    background: #ffffff;
    width: 100%;
    border-radius: var(--adkh-border-radius);
}

.adkh-product-comment-form-inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.adkh-product-comment-fields {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
}

.adkh-product-comment-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.adkh-product-comment-field--author,
.adkh-product-comment-field--phone {
    width: 50%;
}

.adkh-product-comment-field label {
    color: #494949;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.adkh-product-comment-field label span {
    color: #d43c3c;
}

.adkh-product-comment-field input,
.adkh-product-comment-field textarea {
    width: 100%;
    border-radius: 12px;
    background: var(--adkh-partially-color);
    border: 0;
    outline: 0;
    box-shadow: none;
    color: #494949;
    font-family: 'IRANSansX', sans-serif;
    font-size: 15px;
    font-weight: 400;
    box-sizing: border-box;
}

.adkh-product-comment-field input {
    height: 50px;
    padding: 0 15px;
}

.adkh-product-comment-field textarea {
    min-height: 150px;
    resize: vertical;
    padding: 15px 15px 62px;
}

.adkh-product-comment-field--message {
    position: relative;
}

.adkh-product-comment-submit {
    font-family: 'IRANSansX', sans-serif;
    background: transparent;
    border: 1px solid var(--adkh-primary-color);
    border-radius: var(--adkh-button-border-radius);
    min-height: 40px;
    position: absolute;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    bottom: 15px;
    left: 15px;
    color: var(--adkh-primary-color);
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 12px;
    transition: all .2s ease;
}

.adkh-product-comment-submit:hover,
.adkh-product-comment-submit:focus {
    background: var(--adkh-primary-color);
    color: #ffffff;
}

.adkh-product-replying-to {
    color: #676767;
    font-size: 14px;
}

#adkh-product-cancel-reply {
    font-family: 'IRANSansX', sans-serif;
    color: var(--adkh-primary-color);
    background: none;
    border: none;
    cursor: pointer;
}

.adkh-product-carousel {
    position: relative;
    padding: 0 52px;
    clear: both;
}

.adkh-products-siema.products,
ul.adkh-products-siema.products {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.adkh-products-siema.products li.product {
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 4px 12px 14px;
    list-style: none;
    box-sizing: border-box;
}

.adkh-products-siema.products li.product .adkh-product {
    max-width: 100%;
    margin: 0;
}

.adkh-products-siema.products li.product .adkh-product .wrapper {
    min-height: 100%;
}

.adkh-product-carousel__nav {
    top: 50%;
}

@media (max-width: 991px) {
    .adkh-product-comments {
        margin-top: 54px;
    }

    .adkh-product-comment-fields {
        flex-wrap: wrap;
        gap: 16px;
    }

    .adkh-product-comment-field--author,
    .adkh-product-comment-field--phone {
        width: 100%;
    }

    .adkh-product-feature-table {
        table-layout: auto;
    }
}

@media (max-width: 575px) {

    .adkh-product-comment-inner,
    .adkh-product-comment-form-inner {
        padding: 18px;
    }

    .adkh-product-comment-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .adkh-product-comment-list .children {
        padding-right: 12px;
    }

    .adkh-product-comments-heading {
        font-size: 21px;
    }
}


/* --------------------------------------------------------------------------
   Single product details/specifications - v4 exact layout pass
   Scope: product information card only. Product gallery/slider selectors are
   intentionally not touched here.
-------------------------------------------------------------------------- */

:root {
    --adkh-product-spec-bg: #FAF8F4;
    --adkh-product-spec-white: #FFFFFF;
    --adkh-product-spec-gold: #A4834E;
    --adkh-product-spec-text: #676767;
    --adkh-product-spec-title: #494949;
    --adkh-product-spec-line: #DBDBDB;
}

.single-product .adkh-product-info-card {
    background: var(--adkh-product-spec-bg);
    border: 0;
    border-radius: 20px;
    box-shadow: none;
    padding: 24px;
    margin-top: 32px;
    overflow: hidden;
    box-sizing: border-box;
}

.single-product .adkh-product-info-tabs {
    background: var(--adkh-product-spec-white);
    border-radius: 12px;
    min-height: 64px;
    padding: 8px 12px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-sizing: border-box;
}

.single-product .adkh-product-info-tab {
    min-width: 168px;
    height: 48px;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    padding: 0 24px;
    background: transparent;
    color: var(--adkh-product-spec-text);
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
    box-shadow: none;
}

.single-product .adkh-product-info-tab.is-active {
    background: var(--adkh-product-spec-gold);
    color: var(--adkh-product-spec-white);
    box-shadow: none;
}

.single-product .adkh-product-info-tabs .product-sharing {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border: none;
    border-radius: 8px;
    background: var(--adkh-product-spec-white);
    margin-right: auto;
    padding: 0;
    box-shadow: none;
}

.single-product .adkh-product-info-tabs .product-sharing svg,
.single-product .adkh-product-info-tabs .product-sharing img {
    width: 22px;
    height: 22px;
}

.single-product .adkh-product-info-tabs .product-sharing svg path {
    stroke: var(--adkh-product-spec-gold);
}

.single-product .adkh-product-info-panel {
    color: var(--adkh-product-spec-title);
    font-size: 15px;
    font-weight: 400;
    line-height: 2.15;
    text-align: justify;
    padding: 0;
}

.single-product .adkh-product-info-panel[data-panel="description"] {
    padding: 0 4px;
}

.single-product .adkh-product-info-panel[data-panel="description"] h1,
.single-product .adkh-product-info-panel[data-panel="description"] h2,
.single-product .adkh-product-info-panel[data-panel="description"] h3,
.single-product .adkh-product-info-panel[data-panel="description"] h4,
.single-product .adkh-product-info-panel[data-panel="description"] h5,
.single-product .adkh-product-info-panel[data-panel="description"] h6 {
    color: var(--adkh-product-spec-title);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.9;
    margin: 0 0 14px;
}

.single-product .adkh-product-info-panel[data-panel="description"] p {
    margin: 0 0 22px;
}

.single-product .adkh-product-feature-table,
.single-product .adkh-product-feature-table tbody {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    direction: rtl;
}

.single-product .adkh-product-feature-table tr {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 14px;
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.single-product .adkh-product-feature-table tr:last-child {
    margin-bottom: 0;
}

.single-product .adkh-product-feature-table th,
.single-product .adkh-product-feature-table td {
    height: 48px;
    min-height: 48px;
    border: 0;
    background: var(--adkh-product-spec-white);
    border-radius: 12px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    line-height: 1.7;
    vertical-align: middle;
}

.single-product .adkh-product-feature-table th {
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    justify-content: flex-start;
    text-align: right;
    color: var(--adkh-product-spec-text);
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.single-product .adkh-product-feature-table td {
    flex: 1 1 auto;
    justify-content: flex-start;
    text-align: right;
    color: var(--adkh-product-spec-title);
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}

.single-product .adkh-product-feature-table td>*,
.single-product .adkh-product-feature-table td p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.single-product .adkh-product-feature-table a {
    color: var(--adkh-product-spec-title);
    text-decoration: none;
}

.single-product .adkh-product-meta-line {
    width: 100%;
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid var(--adkh-product-spec-line);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    color: var(--adkh-product-spec-title);
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

.single-product .adkh-product-meta-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    color: var(--adkh-product-spec-title);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.single-product .adkh-product-meta-item strong,
.single-product .adkh-product-meta-label {
    color: var(--adkh-product-spec-title);
    font-size: 14px;
    font-weight: 700;
}

.single-product .adkh-product-meta-item a {
    min-width: 82px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid var(--adkh-product-spec-gold);
    border-radius: 8px;
    background: transparent;
    color: var(--adkh-product-spec-gold);
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.single-product .adkh-product-meta-item a:hover {
    background: var(--adkh-product-spec-gold);
    color: var(--adkh-product-spec-white);
}

@media (max-width: 991px) {
    .single-product .adkh-product-info-card {
        padding: 18px;
        border-radius: 18px;
    }

    .single-product .adkh-product-info-tabs {
        min-height: auto;
        padding: 8px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .single-product .adkh-product-info-tab {
        min-width: 0;
        flex: 1 1 170px;
        height: 46px;
        min-height: 46px;
        line-height: 46px;
        font-size: 15px;
    }

    .single-product .adkh-product-info-tabs .product-sharing {
        order: 10;
        margin-right: 0;
    }

    .single-product .adkh-product-feature-table tr {
        gap: 8px;
        margin-bottom: 10px;
    }

    .single-product .adkh-product-feature-table th {
        width: 116px;
        min-width: 116px;
        max-width: 116px;
        font-size: 14px;
        padding: 0 14px;
    }

    .single-product .adkh-product-feature-table td {
        font-size: 14px;
        padding: 0 14px;
    }
}

@media (max-width: 575px) {
    .single-product .adkh-product-info-card {
        padding: 14px;
    }

    .single-product .adkh-product-info-tabs {
        border-radius: 10px;
    }

    .single-product .adkh-product-info-tab {
        flex-basis: 100%;
        width: 100%;
    }

    .single-product .adkh-product-feature-table tr {
        display: block;
        margin-bottom: 12px;
    }

    .single-product .adkh-product-feature-table th,
    .single-product .adkh-product-feature-table td {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 44px;
        justify-content: flex-start;
    }

    .single-product .adkh-product-feature-table td {
        margin-top: 6px;
    }

    .single-product .adkh-product-meta-item a {
        min-width: 76px;
    }
}

/* Shop archive sidebar and ordering polish */
.adkh-shop-archive>.d-flex {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
}

.adkh-shop-main {
    min-width: 0;
    flex: 1 1 auto;
}

.adkh-shop-sidebar {
    flex: 0 0 285px;
    max-width: 285px;
}

.adkh-shop-sidebar__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 110px;
}

.adkh-shop-search,
.adkh-shop-widget {
    background: #ffffff;
    border: 1px solid #eadfcd;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(41, 29, 12, 0.04);
}

.adkh-shop-search {
    position: relative;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 16px;
    overflow: hidden;
}

.adkh-shop-search__field {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 0 0 0 38px;
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    text-align: right;
}

.adkh-shop-search__field::placeholder {
    color: #a6a09a;
}

.adkh-shop-search__submit {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 0;
    outline: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--adkh-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease;
}

.adkh-shop-search__submit:hover,
.adkh-shop-search__submit:focus {
    background: #faf8f4;
    color: var(--adkh-secondary-color);
}

.adkh-shop-widget {
    padding: 18px 16px;
}

.adkh-shop-widget__title {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 800;
    color: #494949;
    line-height: 1.8;
}

.adkh-shop-widget__title--hidden {
    display: none;
}

.adkh-price-filter {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.adkh-price-filter__slider {
    --adkh-range-from: 0%;
    --adkh-range-to: 100%;
    position: relative;
    height: 26px;
    margin: 0 5px;
}

.adkh-price-filter__slider::before,
.adkh-price-filter__slider::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    height: 3px;
    border-radius: 999px;
    transform: translateY(-50%);
    pointer-events: none;
}

.adkh-price-filter__slider::before {
    background: #e8dfcf;
}

.adkh-price-filter__slider::after {
    right: var(--adkh-range-from);
    left: calc(100% - var(--adkh-range-to));
    background: var(--adkh-primary-color);
}

.adkh-price-filter__range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 26px;
    margin: 0;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.adkh-price-filter__range::-webkit-slider-runnable-track {
    height: 3px;
    background: transparent;
}

.adkh-price-filter__range::-moz-range-track {
    height: 3px;
    background: transparent;
}

.adkh-price-filter__range::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border: 2px solid var(--adkh-primary-color);
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0 1px 4px rgba(41, 29, 12, 0.18);
}

.adkh-price-filter__range::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border: 2px solid var(--adkh-primary-color);
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    pointer-events: auto;
    box-shadow: 0 1px 4px rgba(41, 29, 12, 0.18);
}

.adkh-price-filter__display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-height: 32px;
    padding: 4px 8px;
    border: 1px solid var(--adkh-primary-color);
    border-radius: 8px;
    color: var(--adkh-primary-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    white-space: nowrap;
}

.adkh-price-filter__display .adkh-currency {
    color: var(--adkh-primary-color);
    font-weight: 500;
}

.adkh-quick-filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.adkh-quick-filters label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.adkh-quick-filters input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin: 0;
    border: 1.5px solid #d8c8ad;
    border-radius: 6px;
    background: #faf8f4;
    accent-color: var(--adkh-primary-color);
    cursor: pointer;
}

.woocommerce .woocommerce-ordering.adkh-ordering {
    float: left;
    margin: 0 0 22px;
    position: relative;
    z-index: 2 !important;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 22px;
}

.custom-select.product-sort-filter {
    position: relative;
    box-sizing: border-box;
    width: fit-content;
    min-width: 132px;
    min-height: 40px;
    padding: 8px 13px;
    border: 1.3px solid var(--adkh-primary-color);
    border-radius: 8px;
    background: #ffffff;
    color: var(--adkh-primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    box-shadow: none;
}

.custom-select.product-sort-filter .selected {
    color: inherit;
    white-space: nowrap;
}

.custom-select.product-sort-filter .product-filters__icon {
    width: 20px;
    height: 20px;
    color: inherit;
    flex: 0 0 auto;
}

.custom-select.product-sort-filter .custom-options {
    top: calc(100% + 8px);
    left: auto;
    right: 0;
    min-width: 132px;
    max-width: 170px;
    padding: 8px;
    border: 1px solid var(--adkh-primary-color);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(41, 29, 12, 0.08);
    z-index: 99;
}

.custom-select.product-sort-filter.open .custom-options {
    max-height: 260px;
    opacity: 1;
}

.custom-select.product-sort-filter .custom-options li {
    padding: 8px 10px;
    color: #676767;
    font-size: 13px;
    line-height: 1.8;
    border-radius: 6px;
    white-space: nowrap;
}

.custom-select.product-sort-filter .custom-options li:hover {
    background: #faf8f4;
    color: var(--adkh-primary-color);
}

@media screen and (max-width: 991px) {

    .adkh-shop-archive>.d-flex,
    .d-flex.adkh-shop-layout {
        flex-direction: column;
    }

    .adkh-shop-sidebar,
    .adkh-shop-main {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .adkh-shop-sidebar__inner {
        position: static;
    }

    .woocommerce .adkh-shop-archive {
        padding: 0;
    }
}

/* --------------------------------------------------------------------------
 * Shop archive exact premium layout override (sidebar + sort + heading)
 * -------------------------------------------------------------------------- */
.woocommerce .adkh-shop-archive {
    --adkh-shop-gold: var(--adkh-primary-color, #A4834E);
    --adkh-shop-gold-light: #eadfcd;
    --adkh-shop-text: #494949;
    --adkh-shop-muted: #8d867d;
    --adkh-shop-soft: #FAF8F4;
    max-width: 1290px;
    padding-left: 12px;
    padding-right: 12px;
}

.woocommerce .adkh-shop-archive>.adkh-shop-layout,
.woocommerce .adkh-shop-archive>.d-flex {
    display: flex !important;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 24px;
    direction: rtl;
}

.woocommerce .adkh-shop-main,
.woocommerce .adkh-shop-main.col-12,
.woocommerce .adkh-shop-main.col-lg-9 {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    flex: 1 1 auto;
    padding: 0 16px 0 0 !important;
    direction: rtl;
}

.woocommerce .adkh-shop-sidebar,
.woocommerce .adkh-shop-sidebar.col-12,
.woocommerce .adkh-shop-sidebar.col-lg-3 {
    float: none !important;
    width: 286px !important;
    min-width: 286px;
    max-width: 286px !important;
    flex: 0 0 286px;
    padding: 0 !important;
    margin: 0 !important;
    direction: rtl;
}

.woocommerce .adkh-products-header {
    position: relative;
    margin: 0 0 13px;
    padding: 0;
    text-align: center;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce .adkh-products-header .page-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--adkh-shop-text);
    flex-direction: row-reverse;
}

.woocommerce .adkh-products-header .page-title::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 2px;
    transform: rotate(45deg);
    background: #009748;
    display: inline-block;
    flex: 0 0 7px;
}

.woocommerce .adkh-products-header .term-description,
.woocommerce .adkh-products-header .page-description {
    display: none;
}

.woocommerce .adkh-shop-main .woocommerce-result-count {
    display: none !important;
}

.woocommerce .woocommerce-ordering.adkh-ordering {
    float: left !important;
    clear: none !important;
    width: auto;
    height: 42px;
    margin: 0 0 20px !important;
    padding: 0;
    position: relative;
    z-index: 25;
    direction: rtl;
}

.woocommerce .adkh-shop-main ul.products.adkh-products-grid,
.woocommerce .adkh-shop-main ul.products {
    clear: both !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 24px;
    width: 100%;
    margin: 0 0 40px !important;
    padding: 0 !important;
    direction: rtl;
}

.woocommerce .adkh-shop-main ul.products::before,
.woocommerce .adkh-shop-main ul.products::after {
    content: none !important;
    display: none !important;
}

.woocommerce .adkh-shop-main ul.products li.product,
.woocommerce-page .adkh-shop-main ul.products li.product {
    float: none !important;
    clear: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce .adkh-shop-main .adkh-product {
    width: 100%;
    max-width: none;
    border-radius: 20px;
}

.woocommerce .adkh-shop-main .adkh-product .wrapper {
    padding: 18px;
    border-radius: 20px;
}

.woocommerce .adkh-shop-main .adkh-product .adkh-thumbnail img {
    width: 100%;
    height: 153px;
    max-height: 153px;
    object-fit: cover;
}

.woocommerce .adkh-shop-sidebar__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: sticky;
    top: 108px;
}

.woocommerce .adkh-shop-search {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    min-height: 60px;
    margin: 0;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;

    width: 100%;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
    padding: 1.5px;
    border-radius: var(--adkh-border-radius);
    border: none;
    z-index: 1;
    perspective: 800px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.8s ease;
}

.woocommerce .adkh-shop-search::before,
.woocommerce .adkh-shop-search::after,
.woocommerce .adkh-shop-filter-panel::after,
.woocommerce .adkh-shop-filter-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: var(--adkh-border-radius);
    backface-visibility: hidden;
    transition: transform 0.8s ease;
}

.woocommerce .adkh-shop-search::before,
.woocommerce .adkh-shop-filter-panel::before {
    background-image: linear-gradient(180deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    transform: rotateY(0deg);
}

.woocommerce .adkh-shop-search::after,
.woocommerce .adkh-shop-filter-panel::after {
    background-image: linear-gradient(0deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -2;
    transform: rotateY(-90deg);
}

.woocommerce .adkh-shop-search:hover::after,
.woocommerce .adkh-shop-filter-panel:hover:after {
    transform: rotateY(0deg);
}

.woocommerce .adkh-shop-search:hover::before,
.woocommerce .adkh-shop-filter-panel:hover::before {
    transform: rotateY(90deg);
}

.woocommerce .adkh-shop-search__field {
    width: 100%;
    height: 100%;
    padding: 0 16px 0 0;
    margin: 0;
    border: 0 !important;
    outline: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #676767;
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -0.02em;
    text-align: right;
    direction: rtl;
    z-index: 1;
    border-radius: var(--adkh-border-radius);
}

.woocommerce .adkh-shop-search__field::placeholder {
    color: #a9a39b;
    opacity: 1;
}

.woocommerce .adkh-shop-search__submit {
    position: absolute;
    left: 18px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--adkh-shop-gold);
    cursor: pointer;
    z-index: 2;
}

.woocommerce .adkh-shop-search__submit:hover,
.woocommerce .adkh-shop-search__submit:focus {
    background: transparent;
    color: var(--adkh-shop-gold);
}

.woocommerce .adkh-shop-widget.adkh-shop-filter-card {
    width: 100%;
    padding: 20px 16px 17px;
    margin: 0;
    background: #fff;
    border: 1px solid #eadfcd;
    border-radius: 18px;
    box-shadow: 0 7px 20px rgba(77, 56, 23, 0.035);
}

.woocommerce .adkh-shop-filter-card__price,
.woocommerce .adkh-shop-filter-card__quick {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.woocommerce .adkh-shop-filter-card .adkh-shop-widget__title {
    margin: 0 0 14px;
    padding: 0;
    color: var(--adkh-shop-text);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.9;
    letter-spacing: -0.03em;
    text-align: right;
}

.woocommerce .adkh-price-filter {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.woocommerce .adkh-price-filter__slider {
    --adkh-range-from: 0%;
    --adkh-range-to: 100%;
    position: relative;
    height: 24px;
    margin: 0 1px 1px;
}

.woocommerce .adkh-price-filter__slider::before,
.woocommerce .adkh-price-filter__slider::after {
    top: 50%;
    height: 3px;
    border-radius: 999px;
    transform: translateY(-50%);
}

.woocommerce .adkh-price-filter__slider::before {
    background: #e8dfcf;
}

.woocommerce .adkh-price-filter__slider::after {
    background: var(--adkh-shop-gold);
}

.woocommerce .adkh-price-filter__range {
    height: 24px;
}

.woocommerce .adkh-price-filter__range::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border: 2px solid var(--adkh-shop-gold);
    background: #fff;
    box-shadow: 0 1px 3px rgba(77, 56, 23, 0.22);
}

.woocommerce .adkh-price-filter__range::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: 2px solid var(--adkh-shop-gold);
    background: #fff;
    box-shadow: 0 1px 3px rgba(77, 56, 23, 0.22);
}

.woocommerce .adkh-price-filter__display {
    width: 100%;
    height: 39px;
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 12px;
    margin: 0;
    background: #fff;
    border: 1px solid var(--adkh-shop-gold);
    border-radius: 7px;
    color: var(--adkh-shop-gold);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    direction: ltr;
    white-space: nowrap;
}

.woocommerce .adkh-price-filter__display .adkh-currency {
    order: -1;
    color: var(--adkh-shop-gold);
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
}

.woocommerce .adkh-price-filter__display .adkh-sep {
    color: var(--adkh-shop-gold);
    opacity: .85;
    padding: 0 2px;
}

.woocommerce .adkh-shop-filter-card__quick {
    margin-top: 14px;
}

.woocommerce .adkh-quick-filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.woocommerce .adkh-quick-filters label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: #676767;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: -0.025em;
    text-align: right;
    cursor: pointer;
}

.woocommerce .adkh-quick-filters input[type="checkbox"] {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    border: 1.5px solid #d8c8ad;
    border-radius: 5px;
    background: #faf8f4;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.woocommerce .adkh-quick-filters input[type="checkbox"]:checked {
    border-color: var(--adkh-shop-gold);
    background: var(--adkh-shop-gold);
    box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce .adkh-quick-filters input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(164, 131, 78, .26);
    outline-offset: 2px;
}

.woocommerce .custom-select.product-sort-filter {
    position: relative;
    box-sizing: border-box;
    width: 160px;
    min-width: 160px;
    height: 42px;
    min-height: 42px;
    padding: 0 14px;
    margin: 0;
    border: 1px solid var(--adkh-shop-gold);
    border-radius: 7px;
    background: #fff;
    color: var(--adkh-shop-gold);
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    direction: rtl;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    flex-direction: row-reverse;
}

.woocommerce .custom-select.product-sort-filter .selected {
    order: 1;
    color: inherit;
    white-space: nowrap;
}

.woocommerce .custom-select.product-sort-filter .product-filters__icon {
    order: 2;
    width: 24px;
    height: 24px;
    color: inherit;
    flex: 0 0 auto;
}

.woocommerce .custom-select.product-sort-filter .custom-options {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    right: auto;
    min-width: 160px;
    max-width: 160px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 8px 18px rgba(77, 56, 23, 0.08);
    z-index: 100;
    direction: rtl;
    transition: opacity .16s ease, max-height .16s ease;
    background: #FFFFFF;
    border: 1px solid #A4834E;
    border-radius: 8px;
    padding: 10px;
}

.woocommerce .custom-select.product-sort-filter.open .custom-options {
    max-height: 280px;
    opacity: 1;

}

.woocommerce .custom-select.product-sort-filter .custom-options li {

    padding: 8px 12px;
    cursor: pointer;
    color: var(--adkh-body-text-color);
    font-size: 14px;
    border-radius: 8px;
    box-sizing: border-box;

}

.woocommerce .custom-select.product-sort-filter .custom-options li:hover {

    background-color: var(--e-global-color-accent);
    color: var(--adkh-primary-color);

}



@media screen and (max-width: 1199px) {

    .woocommerce .adkh-shop-main ul.products.adkh-products-grid,
    .woocommerce .adkh-shop-main ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 991px) {

    .woocommerce .adkh-shop-archive>.adkh-shop-layout,
    .woocommerce .adkh-shop-archive>.d-flex {
        flex-direction: column;
        gap: 20px;
    }

    .woocommerce .adkh-shop-sidebar,
    .woocommerce .adkh-shop-sidebar.col-12,
    .woocommerce .adkh-shop-sidebar.col-lg-3,
    .woocommerce .adkh-shop-main,
    .woocommerce .adkh-shop-main.col-12,
    .woocommerce .adkh-shop-main.col-lg-9 {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        flex: 0 0 auto;
    }

    .woocommerce .adkh-shop-sidebar__inner {
        position: static;
    }

    .woocommerce .adkh-shop-main ul.products.adkh-products-grid,
    .woocommerce .adkh-shop-main ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (max-width: 575px) {

    .woocommerce .adkh-shop-main ul.products.adkh-products-grid,
    .woocommerce .adkh-shop-main ul.products {
        grid-template-columns: 1fr;
    }

    .woocommerce .woocommerce-ordering.adkh-ordering {
        float: none !important;
        display: inline-flex;
    }
}

/* --------------------------------------------------------------------------
 * Shop sidebar exact filter card v2
 * -------------------------------------------------------------------------- */
.woocommerce .adkh-shop-archive {
    --adkh-shop-gold: var(--adkh-primary-color, #A4834E);
    --adkh-shop-gold-strong: #AE874D;
    --adkh-shop-border: #E8DDCB;
    --adkh-shop-text: #4E4E4E;
    --adkh-shop-muted: #6F6F6F;
    --adkh-shop-soft: #F4EEE4;
}

.woocommerce .adkh-shop-sidebar,
.woocommerce .adkh-shop-sidebar.col-12,
.woocommerce .adkh-shop-sidebar.col-lg-3 {
    width: 286px !important;
    min-width: 286px;
    max-width: 286px !important;
    flex: 0 0 286px;
}

.woocommerce .adkh-shop-sidebar__inner {
    gap: 16px;
}

.woocommerce .adkh-shop-filter-panel {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 8px 0px;
    z-index: 1;
    perspective: 800px;
    cursor: pointer;
    position: relative;
    padding: 1.5px;
    border-radius: var(--adkh-border-radius);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: none;
    overflow: hidden;
    transition: transform 0.8s;
    box-sizing: border-box;
}

.woocommerce .adkh-shop-filter-form {
    width: 100%;
    margin: 0;
    padding: 16px;
    border: 0;
    background: #fff;
    box-sizing: border-box;
    border-radius: var(--adkh-border-radius);
}

.woocommerce .adkh-shop-filter-form input[type="hidden"] {
    display: none !important;
}

.woocommerce .adkh-shop-filter-panel__title {
    margin: 0 0 17px;
    padding: 0;
    color: #3F3F3F;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: -0.025em;
    text-align: right;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__slider {
    --adkh-range-from: 0%;
    --adkh-range-to: 100%;
    position: relative;
    width: 100%;
    height: 24px;
    margin: 0 0 11px;
    padding: 0;
    direction: ltr;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__slider::before,
.woocommerce .adkh-shop-filter-panel .adkh-price-filter__slider::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 1;
    height: 2px;
    border-radius: 99px;
    transform: translateY(-50%);
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__slider::before {
    left: 0;
    right: 0;
    background: #E9E0D2;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__slider::after {
    left: var(--adkh-range-from);
    right: calc(100% - var(--adkh-range-to));
    background: var(--adkh-shop-gold-strong);
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__range {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
    outline: 0;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__range::-webkit-slider-runnable-track {
    height: 2px;
    background: transparent;
    border: 0;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__range::-moz-range-track {
    height: 2px;
    background: transparent;
    border: 0;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__range::-webkit-slider-thumb {
    width: 11px;
    height: 11px;
    margin-top: -4.5px;
    border: 2px solid var(--adkh-shop-gold-strong);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(64, 47, 20, 0.16);
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    appearance: none;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__range::-moz-range-thumb {
    width: 11px;
    height: 11px;
    border: 2px solid var(--adkh-shop-gold-strong);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(64, 47, 20, 0.16);
    cursor: pointer;
    pointer-events: auto;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__display {
    width: 100%;
    height: 42px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0 0 17px;
    color: var(--adkh-shop-gold-strong);
    background: #fff;
    border: 1px solid var(--adkh-shop-gold-strong);
    border-radius: 8px;
    box-shadow: none;
    direction: rtl;
    white-space: nowrap;
    overflow: hidden;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__value,
.woocommerce .adkh-shop-filter-panel .adkh-price-filter__currency,
.woocommerce .adkh-shop-filter-panel .adkh-price-filter__dash {
    color: var(--adkh-shop-gold-strong);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.025em;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__currency {
    margin-inline-start: 2px;
}

.woocommerce .adkh-shop-filter-panel .adkh-price-filter__dash {
    opacity: 0.92;
    margin: 0 2px;
}

.woocommerce .adkh-shop-filter-panel .adkh-quick-filters {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin: 0;
    padding: 0;
    border: 0;
}

.woocommerce .adkh-shop-filter-panel .adkh-quick-filters__item,
.woocommerce .adkh-shop-filter-panel .adkh-quick-filters label {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    column-gap: 13px;
    width: 100%;
    min-height: 28px;
    margin: 0;
    padding: 0;
    color: var(--adkh-shop-muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.025em;
    direction: ltr;
    cursor: pointer;
}

.woocommerce .adkh-shop-filter-panel .adkh-quick-filters__item span,
.woocommerce .adkh-shop-filter-panel .adkh-quick-filters label span {
    display: block;
    min-width: 0;
    color: var(--adkh-shop-muted);
    text-align: right;
    direction: rtl;
}

.woocommerce .adkh-shop-filter-panel .adkh-quick-filters input[type="checkbox"] {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 1.5px solid #D9CBB3;
    border-radius: 6px;
    background: var(--adkh-shop-soft);
    box-shadow: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px inset;
}

.woocommerce .adkh-shop-filter-panel .adkh-quick-filters input[type="checkbox"]:checked {
    border-color: var(--adkh-shop-gold-strong);
    background: var(--adkh-shop-gold-strong);
    box-shadow: inset 0 0 0 4px #fff;
}

.woocommerce .adkh-shop-filter-panel .adkh-quick-filters input[type="checkbox"]:focus-visible {
    outline: 2px solid rgba(174, 135, 77, .24);
    outline-offset: 2px;
}

@media screen and (max-width: 991px) {

    .woocommerce .adkh-shop-sidebar,
    .woocommerce .adkh-shop-sidebar.col-12,
    .woocommerce .adkh-shop-sidebar.col-lg-3 {
        width: 100% !important;
        min-width: 0;
        max-width: 100% !important;
        flex: 0 0 auto;
    }
}

/* =========================
   Custom WooCommerce cart page
   ========================= */
.woocommerce-cart .entry-content>.woocommerce,
.woocommerce-cart .site-main>.woocommerce,
.woocommerce-cart .woocommerce {
    direction: rtl;
}

.woocommerce-cart .adkh-cart-page,
.woocommerce-cart .adkh-cart-page * {
    box-sizing: border-box;
}

.adkh-cart-page {
    margin-top: 12px;
}

.adkh-cart-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    min-width: 0;
    direction: rtl;
}

.woocommerce .adkh-cart-main.woocommerce-cart-form {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    float: none;
}

.woocommerce .adkh-cart-summary.cart_totals {
    flex: 0 0 306px;
    width: 306px;
    max-width: 306px;
    margin: 0;
    float: none;
}

.adkh-cart-items-card,
.adkh-cart-coupon-card,
.adkh-cart-summary__card {
    background: #faf8f4;
    border: 0;
    box-shadow: none;
}

.adkh-cart-items-card {
    padding: 44px;
    border-radius: 22px;
}

.adkh-cart-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.adkh-cart-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    min-height: 132px;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    direction: rtl;
}

.adkh-cart-item>div {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 132px;
    padding: 18px 20px;
}

.adkh-cart-item__product-col {
    flex: 0 0 29.5%;
}

.adkh-cart-item__price-col {
    flex: 0 0 21.5%;
}

.adkh-cart-item__qty-col {
    flex: 0 0 20.5%;
    justify-content: center;
}

.adkh-cart-item__subtotal-col {
    flex: 0 0 19%;
}

.adkh-cart-item__remove-col {
    flex: 1 1 9.5%;
    justify-content: center;
}

.adkh-cart-item__price-col,
.adkh-cart-item__qty-col,
.adkh-cart-item__subtotal-col,
.adkh-cart-item__remove-col {
    border-inline-start: 1px solid #e8e5df;
}

.adkh-cart-item__meta-label {
    display: block;
    margin: 0 0 5px;
    color: #7e7c78;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
}

.adkh-cart-item__meta-value,
.adkh-cart-item__meta-value .amount,
.adkh-cart-item__meta-value .woocommerce-Price-amount {
    color: #44433f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    white-space: nowrap;
}

.adkh-cart-item__price-col,
.adkh-cart-item__subtotal-col {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.adkh-cart-item__product {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    min-width: 0;
}

.adkh-cart-item__thumb {
    display: block;
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 14px;
    background: #f2f0eb;
}

.adkh-cart-item__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.adkh-cart-item__product-info {
    min-width: 0;
    overflow: hidden;
}

.adkh-cart-item__name {
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: #454442;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adkh-cart-item__name:hover,
.adkh-cart-item__name:focus {
    color: var(--adkh-primary-color);
}

.adkh-cart-item__product-info dl.variation,
.adkh-cart-item__product-info .backorder_notification {
    margin: 4px 0 0;
    color: #85827d;
    font-size: 12px;
    line-height: 1.7;
}

.adkh-cart-item__product-info dl.variation {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 8px;
}

.adkh-cart-item__product-info dl.variation dt,
.adkh-cart-item__product-info dl.variation dd,
.adkh-cart-item__product-info dl.variation p {
    margin: 0;
}

.adkh-inline-cart--cart-page {
    width: auto;
    margin: 0;
}

.adkh-inline-cart--cart-page .adkh-inline-cart__qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 126px;
    min-width: 126px;
    height: 46px;
    min-height: 46px;
    padding: 4px;
    overflow: hidden;
    border: 1.5px solid var(--adkh-primary-color);
    border-radius: 13px;
    background: #fff;
}

.adkh-inline-cart--cart-page .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    margin: 0;
}

.adkh-inline-cart--cart-page .adkh-inline-cart__qty .quantity input.qty {
    width: 40px !important;
    min-width: 0 !important;
    max-width: 40px !important;
    height: 36px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--adkh-primary-color) !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    text-align: center !important;
    appearance: textfield;
    -moz-appearance: textfield;
}

.adkh-inline-cart--cart-page .adkh-inline-cart__qty .quantity input.qty::-webkit-outer-spin-button,
.adkh-inline-cart--cart-page .adkh-inline-cart__qty .quantity input.qty::-webkit-inner-spin-button {
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
}

.adkh-inline-cart--cart-page .adkh-inline-cart__qty-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 36px;
    min-width: 30px;
    min-height: 36px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--adkh-primary-color) !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family: Arial, sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    cursor: pointer;
}

.adkh-inline-cart--cart-page .adkh-inline-cart__qty-btn:hover,
.adkh-inline-cart--cart-page .adkh-inline-cart__qty-btn:focus {
    background: var(--adkh-primary-color) !important;
    color: #fff !important;
    filter: brightness(.97);
}

.adkh-inline-cart--cart-page .adkh-inline-cart__qty-btn.is-disabled {
    cursor: default;
    opacity: .65;
}

.adkh-cart-item__single-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 36px;
    color: var(--adkh-primary-color);
    font-size: 17px;
    font-weight: 500;
}

.adkh-cart-item__remove {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #777672 !important;
    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.adkh-cart-item__remove:hover,
.adkh-cart-item__remove:focus {
    background: transparent !important;
    color: var(--adkh-primary-color) !important;
}

.adkh-cart-actions {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 26px;
    direction: ltr;
}

.woocommerce button.button.adkh-cart-update,
.woocommerce a.button.adkh-cart-summary__checkout,
.woocommerce button.button.adkh-cart-coupon__button,
.woocommerce button.adkh-cart-summary__toggle {
    border: 1px solid var(--adkh-primary-color) !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--adkh-primary-color) !important;
    text-decoration: none !important;
}

.woocommerce button.button.adkh-cart-update {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 260px;
    min-width: 260px;
    max-width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0 18px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.woocommerce button.button.adkh-cart-update:disabled,
.woocommerce button.button.adkh-cart-update[disabled] {
    opacity: 1 !important;
}

.adkh-cart-update__icon {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.adkh-cart-coupon-card {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    min-height: 146px;
    margin-top: 36px;
    padding: 31px 32px;
    border-radius: 20px;
}

.adkh-cart-coupon__field-wrap {
    display: flex;
    flex: 0 0 290px;
    flex-direction: column;
    gap: 8px;
    max-width: 50%;
}

.adkh-cart-coupon__header {
    margin: 0;
    color: #4b4a47;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    text-align: right;
}

.woocommerce .adkh-cart-coupon__input.input-text {
    width: 290px !important;
    max-width: 100%;
    height: 48px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 10px !important;
    outline: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #5e5d59;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}

.woocommerce button.button.adkh-cart-coupon__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 128px;
    width: 128px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0 12px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.adkh-cart-summary__card {
    width: 100%;
    padding: 24px 22px;
    border-radius: 20px;
}

.adkh-cart-summary__lines {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.adkh-cart-summary__line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    color: #4c4b48;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
}

.adkh-cart-summary__line-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adkh-cart-summary__line-label a {
    color: inherit;
    text-decoration: none;
}

.adkh-cart-summary__line-label a:hover,
.adkh-cart-summary__line-label a:focus {
    color: var(--adkh-primary-color);
}

.adkh-cart-summary__line-value,
.adkh-cart-summary__line-value .amount,
.adkh-cart-summary__line-value .woocommerce-Price-amount {
    flex: 0 0 auto;
    color: #454440;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    white-space: nowrap;
}

.adkh-cart-summary__line .woocommerce-remove-coupon {
    display: none;
}

.woocommerce button.adkh-cart-summary__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 92px;
    height: 31px;
    min-height: 31px;
    margin: 14px 0 0;
    padding: 0 9px !important;
    border-radius: 7px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.woocommerce button.adkh-cart-summary__toggle:hover,
.woocommerce button.adkh-cart-summary__toggle:focus,
.woocommerce button.adkh-cart-summary__toggle.is-open {
    background: var(--adkh-primary-color) !important;
    color: #fff !important;
}

.adkh-cart-summary__toggle-icon {
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.woocommerce button.adkh-cart-summary__toggle.is-open .adkh-cart-summary__toggle-icon {
    filter: brightness(0) invert(1);
}

.adkh-cart-summary__shipping {
    display: none;
    margin: 13px 0 0;
    padding: 0;
}

.adkh-cart-summary__shipping.is-open {
    display: block;
}

.adkh-cart-summary__field {
    position: relative;
    width: 100%;
    margin: 0 0 10px;
}

.woocommerce .adkh-cart-summary__control,
.woocommerce .adkh-cart-summary__control.input-text,
.woocommerce select.adkh-cart-summary__control {
    display: block;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border: 0 !important;
    border-radius: 9px !important;
    outline: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    color: #5c5b57;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
}

.woocommerce select.adkh-cart-summary__control {
    appearance: none;
    -webkit-appearance: none;
    padding-left: 34px !important;
    background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
    background-position: 14px 19px, 19px 19px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
}

.adkh-cart-summary__field-label {
    position: absolute;
    top: 50%;
    right: 14px;
    z-index: 1;
    transform: translateY(-50%);
    color: #8a8883;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    pointer-events: none;
}

.adkh-cart-summary__field select+.adkh-cart-summary__field-label,
.adkh-cart-summary__field input:not(:placeholder-shown)+.adkh-cart-summary__field-label,
.adkh-cart-summary__field input:focus+.adkh-cart-summary__field-label {
    display: none;
}

.adkh-cart-summary__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid #dedad2;
}

.adkh-cart-summary__total-label {
    color: #454440;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
}

.adkh-cart-summary__total-value,
.adkh-cart-summary__total-value .amount,
.adkh-cart-summary__total-value .woocommerce-Price-amount {
    color: #454440;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    white-space: nowrap;
}

.woocommerce a.button.adkh-cart-summary__checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 19px 0 0;
    padding: 0 12px !important;
    border-radius: 9px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

.woocommerce button.button.adkh-cart-update:hover,
.woocommerce button.button.adkh-cart-update:focus,
.woocommerce a.button.adkh-cart-summary__checkout:hover,
.woocommerce a.button.adkh-cart-summary__checkout:focus,
.woocommerce button.button.adkh-cart-coupon__button:hover,
.woocommerce button.button.adkh-cart-coupon__button:focus {
    background: var(--adkh-primary-color) !important;
    color: #fff !important;
}

.adkh-cart-summary__checkout-icon {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.woocommerce a.button.adkh-cart-summary__checkout:hover .adkh-cart-summary__checkout-icon,
.woocommerce a.button.adkh-cart-summary__checkout:focus .adkh-cart-summary__checkout-icon,
.woocommerce button.button.adkh-cart-update:hover .adkh-cart-update__icon,
.woocommerce button.button.adkh-cart-update:focus .adkh-cart-update__icon {
    filter: brightness(0) invert(1);
}

.adkh-cart-layout.is-updating {
    cursor: progress;
}

.adkh-cart-layout.is-updating .adkh-cart-main,
.adkh-cart-layout.is-updating .adkh-cart-summary {
    opacity: .72;
    transition: opacity .15s ease;
}

.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop {
    padding: 24px;
    border-radius: 18px;
    background: #fff;
}

@media (max-width: 1199px) {
    .adkh-cart-items-card {
        padding: 32px;
    }

    .adkh-cart-item__thumb {
        flex-basis: 82px;
        width: 82px;
        height: 82px;
    }

    .adkh-cart-item__name {
        font-size: 16px;
    }

    .adkh-cart-item>div {
        padding-inline: 14px;
    }
}

@media (max-width: 991px) {
    .adkh-cart-layout {
        flex-direction: column;
    }

    .woocommerce .adkh-cart-main.woocommerce-cart-form,
    .woocommerce .adkh-cart-summary.cart_totals {
        width: 100%;
        max-width: 100%;
        flex-basis: auto;
    }

    .adkh-cart-summary__card {
        max-width: 420px;
    }

    .adkh-cart-item {
        flex-wrap: wrap;
        min-height: 0;
    }

    .adkh-cart-item>div {
        min-height: 78px;
    }

    .adkh-cart-item__product-col {
        flex-basis: 60%;
    }

    .adkh-cart-item__price-col {
        flex-basis: 40%;
    }

    .adkh-cart-item__qty-col,
    .adkh-cart-item__subtotal-col {
        flex-basis: 40%;
        border-top: 1px solid #e8e5df;
    }

    .adkh-cart-item__remove-col {
        flex-basis: 20%;
        border-top: 1px solid #e8e5df;
    }

    .adkh-cart-item__qty-col {
        border-inline-start: 0;
    }
}

@media (max-width: 640px) {

    .adkh-cart-items-card,
    .adkh-cart-coupon-card,
    .adkh-cart-summary__card {
        padding: 18px;
        border-radius: 16px;
    }

    .adkh-cart-items {
        gap: 14px;
    }

    .adkh-cart-item {
        display: grid;
        grid-template-columns: 1fr 44px;
        border-radius: 14px;
    }

    .adkh-cart-item>div {
        min-height: 0;
        padding: 12px 14px;
        border: 0;
    }

    .adkh-cart-item__product-col,
    .adkh-cart-item__price-col,
    .adkh-cart-item__qty-col,
    .adkh-cart-item__subtotal-col {
        grid-column: 1;
    }

    .adkh-cart-item__remove-col {
        grid-column: 2;
        grid-row: 1 / span 4;
        align-items: flex-start;
        padding-top: 18px;
        border-inline-start: 1px solid #e8e5df;
    }

    .adkh-cart-item__price-col,
    .adkh-cart-item__subtotal-col {
        align-items: flex-start;
    }

    .adkh-cart-item__qty-col {
        justify-content: flex-start;
    }

    .adkh-cart-item__thumb {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
        border-radius: 10px;
    }

    .adkh-cart-item__name {
        font-size: 15px;
    }

    .adkh-cart-item__price-col,
    .adkh-cart-item__qty-col,
    .adkh-cart-item__subtotal-col {
        border-top: 1px solid #eeeae3;
    }

    .adkh-cart-actions {
        margin-top: 18px;
    }

    .woocommerce button.button.adkh-cart-update {
        width: 100%;
        min-width: 0;
    }

    .adkh-cart-coupon-card {
        flex-direction: column;
        align-items: stretch;
        min-height: 0;
        margin-top: 18px;
    }

    .adkh-cart-coupon__field-wrap,
    .woocommerce .adkh-cart-coupon__input.input-text,
    .woocommerce button.button.adkh-cart-coupon__button {
        width: 100% !important;
        max-width: 100%;
        flex-basis: auto;
    }

    .adkh-cart-summary__card {
        max-width: none;
    }
}

/* AJAX shop filtering keeps the archive stable while its products and sidebar refresh. */
.adkh-shop-archive.is-filtering .adkh-shop-layout {
    opacity: .55;
    pointer-events: none;
    transition: opacity .18s ease;
}

.adkh-shop-archive.is-filtering .adkh-shop-main {
    cursor: progress;
}

/* =========================
   Custom WooCommerce checkout page
   ========================= */
.woocommerce-checkout:not(.woocommerce-order-received) .entry-content>.woocommerce,
.woocommerce-checkout:not(.woocommerce-order-received) .site-main>.woocommerce,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
    direction: rtl;
}

.woocommerce-checkout .adkh-checkout-page,
.woocommerce-checkout .adkh-checkout-page * {
    box-sizing: border-box;
}

.adkh-checkout-page {
    --adkh-checkout-sidebar-width: 306px;
    --adkh-checkout-column-gap: 24px;
    --adkh-checkout-coupon-gap: 26px;
    --adkh-checkout-coupon-space: 94px;
    width: 100%;
    margin: 0;
    direction: rtl;
}

.adkh-checkout-shell {
    position: relative;
    width: 100%;
    min-width: 0;
}

.woocommerce form.checkout.adkh-checkout-form {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.adkh-checkout-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--adkh-checkout-column-gap);
    width: 100%;
    min-width: 0;
    direction: ltr;
}

.adkh-checkout-sidebar {
    flex: 0 0 var(--adkh-checkout-sidebar-width);
    width: var(--adkh-checkout-sidebar-width);
    max-width: var(--adkh-checkout-sidebar-width);
    min-width: 0;
    direction: rtl;
}

.adkh-checkout-main {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding-top: var(--adkh-checkout-coupon-space);
    direction: rtl;
}

.adkh-checkout-shell.no-coupon .adkh-checkout-main {
    padding-top: 0;
}

/* Coupon: aligned exactly above the right checkout column while keeping the
   coupon form outside the checkout form to avoid invalid nested forms. */
.adkh-checkout-coupon-slot {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: calc(100% - var(--adkh-checkout-sidebar-width) - var(--adkh-checkout-column-gap));
    margin: 0;
    direction: rtl;
}

.adkh-checkout-coupon {
    width: 100%;
    min-height: 68px;
    overflow: hidden;
    border-radius: 18px;
    background: #faf8f4;
}

.woocommerce-checkout .adkh-checkout-coupon .woocommerce-form-coupon-toggle,
.woocommerce-checkout .adkh-checkout-coupon .woocommerce-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 68px;
    height: auto;
    margin: 0 !important;
    padding: 0 30px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.9;
}

.woocommerce-checkout .adkh-checkout-coupon .woocommerce-info::before {
    display: none !important;
}

.woocommerce-checkout .adkh-checkout-coupon .woocommerce-info .showcoupon {
    position: static !important;
    display: inline;
    margin-inline-start: 8px;
    color: var(--adkh-primary-color);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.woocommerce-checkout form.checkout_coupon.adkh-checkout-coupon__form {
    width: 100%;
    min-height: 106px;
    margin: 0 !important;
    padding: 14px 30px 25px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.woocommerce-checkout form.checkout_coupon.adkh-checkout-coupon__form::after {
    display: table;
    clear: both;
    content: '';
}

.woocommerce-checkout .adkh-checkout-coupon__form .form-row {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout .adkh-checkout-coupon__form .form-row-first {
    float: right !important;
    width: 42% !important;
}

.woocommerce-checkout .adkh-checkout-coupon__form .form-row-last {
    float: left !important;
    width: auto !important;
    text-align: left;
}

.woocommerce-checkout .adkh-checkout-coupon__form #coupon_code {
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 15px !important;
    border: 0 !important;
    border-radius: 9px !important;
    outline: 0 !important;
    background: #fff !important;
    color: #505050 !important;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 44px !important;
    box-shadow: none !important;
}

.woocommerce-checkout .adkh-checkout-coupon__form button[name="apply_coupon"] {
    min-width: 116px;
    height: 40px !important;
    min-height: 40px !important;
    margin: 2px 0 0 !important;
    padding: 0 18px !important;
    border: 1px solid var(--adkh-primary-color) !important;
    border-radius: 9px !important;
    background: transparent !important;
    color: var(--adkh-primary-color) !important;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 38px !important;
    box-shadow: none !important;
}

.woocommerce-checkout .adkh-checkout-coupon__form button[name="apply_coupon"]:hover,
.woocommerce-checkout .adkh-checkout-coupon__form button[name="apply_coupon"]:focus {
    background: var(--adkh-primary-color) !important;
    color: #fff !important;
}

/* Customer details card. Target desktop geometry at a 1296px content width:
   966px main column, 40px side padding, 430px fields and 24px field gap. */
.woocommerce-checkout #customer_details.adkh-checkout-details-card {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0 !important;
    padding: 96px 40px 44px !important;
    border: 1px solid rgba(177, 138, 73, .72) !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 4px 13px rgba(0, 0, 0, .05) !important;
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card::after {
    display: none !important;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.adkh-checkout-fields-section {
    margin: 0;
    padding: 0;
}

.adkh-checkout-fields-grid {
    display: flex;
    flex-flow: row wrap;
    gap: 24px;
    width: 100%;
    min-width: 0;
    direction: rtl;
}

.adkh-checkout-field-cell {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    min-width: 0;
}

.adkh-checkout-field-cell--wide,
.adkh-checkout-field-cell--country,
.adkh-checkout-field-cell--extension.adkh-checkout-field-cell--wide {
    flex-basis: 100%;
    width: 100%;
}

.adkh-checkout-field-cell:empty {
    display: none;
}

.woocommerce-checkout .adkh-checkout-native-hidden-field {
    display: none !important;
}

.woocommerce-checkout .adkh-checkout-native-field.form-row,
.woocommerce-checkout .woocommerce-additional-fields .form-row,
.woocommerce-checkout .woocommerce-account-fields .form-row {
    position: relative;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-checkout .adkh-checkout-native-field>label:not(.woocommerce-form__label-for-checkbox),
.woocommerce-checkout .adkh-checkout-order-note-field>label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.woocommerce-checkout .adkh-checkout-native-field .optional,
.woocommerce-checkout .adkh-checkout-native-field .required {
    display: none !important;
}

.woocommerce-checkout .adkh-checkout-native-field .woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-checkout .adkh-checkout-native-field input.input-text,
.woocommerce-checkout .adkh-checkout-native-field input[type="email"],
.woocommerce-checkout .adkh-checkout-native-field input[type="tel"],
.woocommerce-checkout .adkh-checkout-native-field input[type="text"],
.woocommerce-checkout .adkh-checkout-native-field select,
.woocommerce-checkout .adkh-checkout-shipping-address input.input-text,
.woocommerce-checkout .adkh-checkout-shipping-address select {
    display: block;
    width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 9px !important;
    outline: 0 !important;
    background: #faf8f4 !important;
    color: #575757 !important;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 44px !important;
    text-align: right;
    box-shadow: none !important;
}

.woocommerce-checkout .adkh-checkout-native-field input::placeholder,
.woocommerce-checkout .adkh-checkout-order-note-field textarea::placeholder {
    color: #9b9b9b !important;
    opacity: 1;
}

.woocommerce-checkout .adkh-checkout-native-field.woocommerce-invalid input.input-text,
.woocommerce-checkout .adkh-checkout-native-field.woocommerce-invalid select,
.woocommerce-checkout .adkh-checkout-native-field.woocommerce-invalid .select2-selection {
    box-shadow: inset 0 0 0 1px #c94141 !important;
}

.woocommerce-checkout .adkh-checkout-native-field.woocommerce-validated input.input-text,
.woocommerce-checkout .adkh-checkout-native-field.woocommerce-validated select,
.woocommerce-checkout .adkh-checkout-native-field.woocommerce-validated .select2-selection {
    box-shadow: inset 0 0 0 1px rgba(26, 149, 89, .35) !important;
}

.woocommerce-checkout .adkh-checkout-native-field .select2-container,
.woocommerce-checkout .adkh-checkout-native-field .selectWoo-container {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
}

.woocommerce-checkout .adkh-checkout-native-field .select2-container--default .select2-selection--single,
.woocommerce-checkout .adkh-checkout-native-field .select2-selection--single {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 9px !important;
    background: #faf8f4 !important;
    box-shadow: none !important;
}

.woocommerce-checkout .adkh-checkout-native-field .select2-selection--single .select2-selection__rendered {
    height: 44px !important;
    padding: 0 0 0 28px !important;
    color: #8f8f8f !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 44px !important;
    text-align: right;
}

.woocommerce-checkout .adkh-checkout-native-field .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
    right: auto !important;
    left: 8px !important;
    width: 28px !important;
    height: 44px !important;
}

/* One native-looking checkbox, exactly where it appears in the design. */
.adkh-checkout-ship-toggle {
    position: absolute;
    z-index: 3;
    top: 42px;
    right: 40px;
    margin: 0 !important;
    padding: 0 !important;
    color: #4c4c4c;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}

.adkh-checkout-ship-toggle label {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    margin: 0 !important;
    cursor: pointer;
}

.adkh-checkout-ship-toggle input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin: 0 !important;
    border: 1.5px solid var(--adkh-primary-color);
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

.adkh-checkout-ship-toggle input[type="checkbox"]:checked {
    background: var(--adkh-primary-color);
    box-shadow: inset 0 0 0 4px #fff;
}

.adkh-checkout-shipping-address {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #eee9e0;
}

.adkh-checkout-fields-grid--shipping {
    margin-top: 0;
}

.adkh-checkout-additional-fields {
    margin-top: 24px;
}

.woocommerce-checkout .adkh-checkout-order-note-field textarea,
.woocommerce-checkout #order_comments {
    display: block;
    width: 100% !important;
    height: 146px !important;
    min-height: 146px !important;
    margin: 0 !important;
    padding: 15px 16px !important;
    border: 0 !important;
    border-radius: 9px !important;
    outline: 0 !important;
    background: #faf8f4 !important;
    color: #575757 !important;
    font-family: inherit;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
    text-align: right;
    resize: vertical;
    box-shadow: none !important;
}

.adkh-checkout-account-fields {
    margin-top: 24px;
}

/* Payment card */
.adkh-checkout-payment-card {
    width: 100%;
    min-height: 292px;
    margin-top: 28px;
    padding: 0;
    border: 1px solid rgba(177, 138, 73, .72);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 4px 13px rgba(0, 0, 0, .04);
}

.woocommerce-checkout #payment.adkh-checkout-payment {
    width: 100%;
    min-height: 290px;
    margin: 0 !important;
    padding: 35px 40px 28px !important;
    border: 0 !important;
    border-radius: 18px !important;
    background: transparent !important;
    box-shadow: none !important;
}

.adkh-checkout-payment__title {
    margin: 0 0 21px !important;
    color: #454545;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.7 !important;
    text-align: right;
}

.woocommerce-checkout #payment ul.payment_methods.adkh-checkout-payment-methods {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    list-style: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    position: relative;
    min-height: 58px;
    margin: 0 !important;
    padding: 10px 0 !important;
    border: 0 !important;
    background: transparent !important;
    text-align: right;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>input.input-radio {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block !important;
    vertical-align: middle;
    width: 22px !important;
    height: 22px !important;
    margin: 0 0 0 13px !important;
    border: 1.5px solid #929292;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>input.input-radio:checked {
    border-color: var(--adkh-primary-color);
    background: var(--adkh-primary-color);
    box-shadow: inset 0 0 0 6px #fff;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    color: #4b4b4b;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.8 !important;
    cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label img {
    width: auto;
    max-width: 42px;
    max-height: 30px;
    margin: 0 8px 0 0 !important;
    object-fit: contain;
}

.woocommerce-checkout #payment div.payment_box {
    width: 100%;
    margin: 2px 0 0 !important;
    padding: 0 35px 0 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #6d6d6d !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 2 !important;
    text-align: right;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none !important;
}

.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}

/* Keep the native WooCommerce place-order control in the form for gateway and
   checkout-script compatibility. The visible design action lives in the
   summary card and triggers this native button. */
.woocommerce-checkout #payment .place-order.adkh-checkout-place-order {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.woocommerce-checkout #payment #place_order {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Order review sidebar: this table is the native WooCommerce AJAX fragment. */
.woocommerce-checkout .adkh-checkout-order-review {
    width: 100%;
    margin: 0;
}

.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table.adkh-checkout-summary-table {
    width: 100% !important;
    margin: 0 !important;
    padding: 24px 24px 22px !important;
    border: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 18px !important;
    background: #faf8f4 !important;
    box-shadow: none !important;
    table-layout: fixed;
}

.woocommerce-checkout .adkh-checkout-summary-table thead.screen-reader-text {
    position: absolute !important;
}

.woocommerce-checkout .adkh-checkout-summary-table th,
.woocommerce-checkout .adkh-checkout-summary-table td {
    padding: 7px 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #4c4c4c !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    vertical-align: top !important;
}

.woocommerce-checkout .adkh-checkout-summary-table th,
.woocommerce-checkout .adkh-checkout-summary-table td.product-name {
    width: 58%;
    padding-left: 8px !important;
    text-align: right !important;
}

.woocommerce-checkout .adkh-checkout-summary-table td,
.woocommerce-checkout .adkh-checkout-summary-table td.product-total {
    width: 42%;
    text-align: left !important;
}

.woocommerce-checkout .adkh-checkout-summary-table .product-quantity {
    color: #6a6a6a;
    font-weight: 400;
    white-space: nowrap;
}

.woocommerce-checkout .adkh-checkout-summary-table .variation,
.woocommerce-checkout .adkh-checkout-summary-table .wc-item-meta {
    margin: 3px 0 0;
    color: #888;
    font-size: 11px;
}

.woocommerce-checkout .adkh-checkout-summary-table ul#shipping_method,
.woocommerce-checkout .adkh-checkout-summary-table .woocommerce-shipping-methods {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.woocommerce-checkout .adkh-checkout-summary-table ul#shipping_method li,
.woocommerce-checkout .adkh-checkout-summary-table .woocommerce-shipping-methods li {
    margin: 0 0 6px !important;
    padding: 0 !important;
    text-indent: 0 !important;
    font-size: 12px;
}

.woocommerce-checkout .adkh-checkout-summary-table ul#shipping_method li:last-child,
.woocommerce-checkout .adkh-checkout-summary-table .woocommerce-shipping-methods li:last-child {
    margin-bottom: 0 !important;
}

.woocommerce-checkout .adkh-checkout-summary-table input.shipping_method {
    margin: 0 0 0 5px !important;
}

.woocommerce-checkout .adkh-checkout-summary-address-row td {
    padding-top: 8px !important;
    padding-bottom: 18px !important;
    text-align: right !important;
}

.adkh-checkout-summary-address {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 30px;
    min-height: 30px;
    margin: 0;
    padding: 0 9px;
    border: 1px solid var(--adkh-primary-color);
    border-radius: 7px;
    background: transparent;
    color: var(--adkh-primary-color);
    font-family: inherit;
    font-size: 11px;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}

.adkh-checkout-summary-address img {
    display: block;
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.woocommerce-checkout .adkh-checkout-summary-table tr.order-total th,
.woocommerce-checkout .adkh-checkout-summary-table tr.order-total td {
    padding-top: 25px !important;
    padding-bottom: 8px !important;
    border-top: 1px solid #dedbd5 !important;
    color: #414141 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.woocommerce-checkout .adkh-checkout-summary-table tr.order-total td strong,
.woocommerce-checkout .adkh-checkout-summary-table tr.order-total .woocommerce-Price-amount {
    font-weight: 700 !important;
}

.woocommerce-checkout .adkh-checkout-summary-payment-row td {
    padding-top: 17px !important;
    text-align: center !important;
}

.woocommerce-checkout .adkh-checkout-summary-payment-row .adkh-checkout-summary-payment {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 1px solid var(--adkh-primary-color) !important;
    border-radius: 9px !important;
    background: transparent !important;
    color: var(--adkh-primary-color) !important;
    font-family: inherit;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 38px !important;
    box-shadow: none !important;
}

.woocommerce-checkout .adkh-checkout-summary-payment-row .adkh-checkout-summary-payment img {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.woocommerce-checkout .adkh-checkout-summary-payment-row .adkh-checkout-summary-payment:hover,
.woocommerce-checkout .adkh-checkout-summary-payment-row .adkh-checkout-summary-payment:focus {
    background: var(--adkh-primary-color) !important;
    color: #fff !important;
}

.woocommerce-checkout .adkh-checkout-summary-payment-row .adkh-checkout-summary-payment:hover img,
.woocommerce-checkout .adkh-checkout-summary-payment-row .adkh-checkout-summary-payment:focus img {
    filter: brightness(0) invert(1);
}

/* Checkout notices and extension output */
.woocommerce-checkout .adkh-checkout-page .woocommerce-error,
.woocommerce-checkout .adkh-checkout-page .woocommerce-message,
.woocommerce-checkout .adkh-checkout-page .woocommerce-info:not(.adkh-checkout-coupon .woocommerce-info) {
    height: auto;
    min-height: 48px;
    margin: 0 0 18px;
    padding: 13px 18px 13px 42px;
    border-radius: 12px;
    box-shadow: none;
}

.woocommerce-checkout .adkh-checkout-page.is-updating .adkh-checkout-sidebar,
.woocommerce-checkout .adkh-checkout-page.is-updating .adkh-checkout-payment-card {
    opacity: .65;
    transition: opacity .16s ease;
}

.adkh-checkout-after-review {
    width: calc(100% - var(--adkh-checkout-sidebar-width) - var(--adkh-checkout-column-gap));
    margin: 24px 0 0 auto;
    direction: rtl;
}

@media (max-width: 1199px) {
    .adkh-checkout-page {
        --adkh-checkout-sidebar-width: 280px;
        --adkh-checkout-column-gap: 20px;
    }

    .woocommerce-checkout #customer_details.adkh-checkout-details-card {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .adkh-checkout-ship-toggle {
        right: 30px;
    }

    .woocommerce-checkout #payment.adkh-checkout-payment {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
}

@media (max-width: 991px) {
    .adkh-checkout-page {
        --adkh-checkout-coupon-space: 0px !important;
    }

    .adkh-checkout-coupon-slot {
        position: static;
        width: 100%;
        margin-bottom: 18px;
    }

    .adkh-checkout-layout {
        flex-direction: column;
        gap: 18px;
        direction: rtl;
    }

    .adkh-checkout-main,
    .adkh-checkout-sidebar {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .adkh-checkout-main {
        order: 1;
    }

    .adkh-checkout-sidebar {
        order: 2;
    }

    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table.adkh-checkout-summary-table {
        max-width: 420px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .adkh-checkout-after-review {
        width: 100%;
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .woocommerce-checkout .adkh-checkout-coupon .woocommerce-info {
        display: block;
        min-height: 68px;
        padding: 14px 18px !important;
    }

    .woocommerce-checkout .adkh-checkout-coupon .woocommerce-info .showcoupon {
        display: inline-block;
        margin: 4px 0 0;
    }

    .woocommerce-checkout form.checkout_coupon.adkh-checkout-coupon__form {
        min-height: 0;
        padding: 4px 18px 18px !important;
    }

    .woocommerce-checkout .adkh-checkout-coupon__form .form-row-first,
    .woocommerce-checkout .adkh-checkout-coupon__form .form-row-last {
        float: none !important;
        width: 100% !important;
    }

    .woocommerce-checkout .adkh-checkout-coupon__form .form-row-last {
        margin-top: 10px !important;
        text-align: right;
    }

    .woocommerce-checkout .adkh-checkout-coupon__form button[name="apply_coupon"] {
        width: 100%;
    }

    .woocommerce-checkout #customer_details.adkh-checkout-details-card {
        padding: 82px 18px 24px !important;
        border-radius: 15px !important;
    }

    .adkh-checkout-ship-toggle {
        top: 27px;
        right: 18px;
        left: 18px;
        font-size: 13px !important;
    }

    .adkh-checkout-fields-grid {
        gap: 12px;
    }

    .adkh-checkout-field-cell,
    .adkh-checkout-field-cell--wide,
    .adkh-checkout-field-cell--country,
    .adkh-checkout-field-cell--extension.adkh-checkout-field-cell--wide {
        flex-basis: 100%;
        width: 100%;
    }

    .adkh-checkout-additional-fields {
        margin-top: 12px;
    }

    .woocommerce-checkout .adkh-checkout-order-note-field textarea,
    .woocommerce-checkout #order_comments {
        height: 120px !important;
        min-height: 120px !important;
    }

    .adkh-checkout-payment-card {
        min-height: 0;
        margin-top: 18px;
        border-radius: 15px;
    }

    .woocommerce-checkout #payment.adkh-checkout-payment {
        min-height: 0;
        padding: 24px 18px !important;
        border-radius: 15px !important;
    }

    .adkh-checkout-payment__title {
        font-size: 16px !important;
    }

    .woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label {
        font-size: 14px !important;
    }

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

    .woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table.adkh-checkout-summary-table {
        max-width: none;
        padding: 19px 18px !important;
        border-radius: 15px !important;
    }
}


/* =========================
   Checkout design fidelity pass
   ========================= */
.adkh-checkout-page {
    width: 100%;
    max-width: 1296px;
    margin-right: auto;
    margin-left: auto;
}

/* Coupon geometry follows the reference in both collapsed and expanded states. */
.adkh-checkout-coupon {
    min-height: 48px;
    border-radius: 18px;
}

.woocommerce-checkout .adkh-checkout-coupon .woocommerce-form-coupon-toggle,
.woocommerce-checkout .adkh-checkout-coupon .woocommerce-info {
    min-height: 48px;
    padding: 0 24px !important;
    border-radius: 18px !important;
    font-size: 13px;
    line-height: 1.8;
}

.woocommerce-checkout form.checkout_coupon.adkh-checkout-coupon__form {
    min-height: 126px;
    padding: 26px 24px 24px !important;
}

.woocommerce-checkout .adkh-checkout-coupon__form-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    min-height: 50px;
    direction: rtl;
}

.woocommerce-checkout .adkh-checkout-coupon__form .adkh-checkout-coupon__field {
    float: none !important;
    flex: 0 0 290px;
    width: 290px !important;
    max-width: 290px;
}

.woocommerce-checkout .adkh-checkout-coupon__form .adkh-checkout-coupon__action {
    float: none !important;
    flex: 0 0 128px;
    width: 128px !important;
    text-align: left;
}

.woocommerce-checkout .adkh-checkout-coupon__form #coupon_code {
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    border-radius: 9px !important;
    line-height: 50px !important;
}

.woocommerce-checkout .adkh-checkout-coupon__form button[name="apply_coupon"] {
    width: 128px;
    min-width: 128px;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 14px !important;
    border-radius: 9px !important;
    line-height: 38px !important;
}

/* Reuse the login/register animated gradient-border language. The mask keeps
   the pseudo-elements limited to the border so native WooCommerce controls
   and extension output remain fully interactive. */
.woocommerce-checkout #customer_details.adkh-checkout-details-card,
.adkh-checkout-payment-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 0 !important;
    background: #fff !important;
    perspective: 800px;
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card::before,
.woocommerce-checkout #customer_details.adkh-checkout-details-card::after,
.adkh-checkout-payment-card::before,
.adkh-checkout-payment-card::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    z-index: 4;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    pointer-events: none;
    backface-visibility: hidden;
    transition: transform .8s ease;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card::before,
.adkh-checkout-payment-card::before {
    background: linear-gradient(180deg, var(--adkh-border-color-from, #A4834E) 0%, var(--adkh-border-color-to, #E8DED0) 100%);
    transform: rotateY(0deg);
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card::after,
.adkh-checkout-payment-card::after {
    background: linear-gradient(0deg, var(--adkh-border-color-from, #A4834E) 0%, var(--adkh-border-color-to, #E8DED0) 100%);
    transform: rotateY(-90deg);
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card:hover::before,
.adkh-checkout-payment-card:hover::before {
    transform: rotateY(90deg);
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card:hover::after,
.adkh-checkout-payment-card:hover::after {
    transform: rotateY(0deg);
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card--no-shipping-toggle {
    padding-top: 40px !important;
}

/* Payment card: tighter reference proportions and supplied SVG radio states. */
.adkh-checkout-payment-card {
    min-height: 210px;
    margin-top: 28px;
    border-radius: 18px;
    box-shadow: 0 4px 13px rgba(0, 0, 0, .04) !important;
}

.woocommerce-checkout #payment.adkh-checkout-payment {
    min-height: 208px;
    padding: 26px 40px 20px !important;
}

.adkh-checkout-payment__title {
    margin-bottom: 16px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method {
    min-height: 50px;
    padding: 7px 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>input.input-radio {
    appearance: none;
    -webkit-appearance: none;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    margin: 0 0 0 10px !important;
    border: 0 !important;
    border-radius: 50%;
    outline: 0;
    background-color: transparent !important;
    background-image: url('../img/checkout/tick-circle11.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 24px 24px !important;
    box-shadow: none !important;
    vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>input.input-radio:checked {
    border: 0 !important;
    background-color: transparent !important;
    background-image: url('../img/checkout/tick-circle.svg') !important;
    box-shadow: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method>label {
    gap: 8px;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.woocommerce-checkout #payment label[for="payment_method_cod"]::before {
    content: "";
    display: inline-block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: url('../img/checkout/house-2.svg') center / 24px 24px no-repeat;
}

.woocommerce-checkout #payment div.payment_box {
    margin-top: 0 !important;
    padding-right: 34px !important;
    font-size: 12px !important;
    line-height: 1.9 !important;
}

@media (max-width: 1335px) {
    .adkh-checkout-page {
        max-width: calc(100% - 48px);
    }
}

@media (max-width: 991px) {
    .adkh-checkout-page {
        max-width: calc(100% - 32px);
    }

    .woocommerce-checkout .adkh-checkout-coupon__form-inner {
        gap: 18px;
    }

    .woocommerce-checkout .adkh-checkout-coupon__form .adkh-checkout-coupon__field {
        flex: 1 1 auto;
        width: auto !important;
        max-width: none;
    }
}

@media (max-width: 640px) {
    .adkh-checkout-page {
        max-width: calc(100% - 24px);
    }

    .woocommerce-checkout .adkh-checkout-coupon .woocommerce-info {
        min-height: 58px;
        padding: 10px 16px !important;
    }

    .woocommerce-checkout form.checkout_coupon.adkh-checkout-coupon__form {
        min-height: 0;
        padding: 8px 16px 16px !important;
    }

    .woocommerce-checkout .adkh-checkout-coupon__form-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .woocommerce-checkout .adkh-checkout-coupon__form .adkh-checkout-coupon__field,
    .woocommerce-checkout .adkh-checkout-coupon__form .adkh-checkout-coupon__action {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: none;
    }

    .woocommerce-checkout .adkh-checkout-coupon__form button[name="apply_coupon"] {
        width: 100%;
    }

    .woocommerce-checkout #customer_details.adkh-checkout-details-card--no-shipping-toggle {
        padding-top: 24px !important;
    }

    .adkh-checkout-payment-card {
        min-height: 0;
    }

    .woocommerce-checkout #payment.adkh-checkout-payment {
        min-height: 0;
        padding: 22px 18px 18px !important;
    }
}


/* =========================
   Checkout animated borders — exact theme blog-card technique
   =========================
   Keep the checkout fields/gateways native; only the visual shell uses the
   same 1.5px rotating gradient layers as .blog-card and .adkh-product. */
.woocommerce-checkout #customer_details.adkh-checkout-details-card,
.adkh-checkout-payment-card {
    position: relative;
    box-sizing: border-box;
    padding: 1.5px !important;
    overflow: hidden;
    border: 0 !important;
    background: transparent !important;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08) !important;
    perspective: 800px;
    isolation: auto;
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card::before,
.woocommerce-checkout #customer_details.adkh-checkout-details-card::after,
.adkh-checkout-payment-card::before,
.adkh-checkout-payment-card::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    inset: 0;
    padding: 0 !important;
    border-radius: inherit;
    pointer-events: none;
    backface-visibility: hidden;
    transition: transform .8s ease;
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-mask-composite: initial !important;
    mask-composite: initial !important;
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card::before,
.adkh-checkout-payment-card::before {
    z-index: -1;
    background-image: linear-gradient(180deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotateY(0deg);
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card::after,
.adkh-checkout-payment-card::after {
    z-index: -2;
    background-image: linear-gradient(0deg, var(--adkh-border-color-from) 0%, var(--adkh-border-color-to) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotateY(-90deg);
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card:hover::before,
.adkh-checkout-payment-card:hover::before {
    transform: rotateY(90deg);
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card:hover::after,
.adkh-checkout-payment-card:hover::after {
    transform: rotateY(0deg);
}

/* White inner surfaces are the checkout equivalent of .blog-card__inner. */
.woocommerce-checkout #customer_details.adkh-checkout-details-card>.adkh-checkout-details-card__inner {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    padding: 96px 40px 44px;
    border-radius: inherit;
    background: #fff;
}

.woocommerce-checkout #customer_details.adkh-checkout-details-card--no-shipping-toggle>.adkh-checkout-details-card__inner {
    padding-top: 40px;
}

.adkh-checkout-payment-card>#payment.adkh-checkout-payment {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    border-radius: inherit !important;
    background: #fff !important;
}

@media (max-width: 1199px) {
    .woocommerce-checkout #customer_details.adkh-checkout-details-card>.adkh-checkout-details-card__inner {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 640px) {
    .woocommerce-checkout #customer_details.adkh-checkout-details-card>.adkh-checkout-details-card__inner {
        padding: 82px 18px 24px;
    }

    .woocommerce-checkout #customer_details.adkh-checkout-details-card--no-shipping-toggle>.adkh-checkout-details-card__inner {
        padding-top: 24px;
    }

    .adkh-product-carousel{
        padding: 0;
    }
}

.woocommerce ul.products li.product .onsale {
    top: 5px !important;
    z-index: 1 !important;
}

.d-flex.adkh-shop-layout {
    gap: 24px;
}

.adkh-shop-search__field::-webkit-search-decoration,
.adkh-shop-search__field::-webkit-search-cancel-button,
.adkh-shop-search__field::-webkit-search-results-button,
.adkh-shop-search__field::-webkit-search-results-decoration {
    display: none;
    -webkit-appearance: none;
    appearance: none;
}

.adkh-shop-search__field::-ms-clear,
.adkh-shop-search__field::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.adkh-product-carousel .adkh-products-siema.products li.product .adkh-product {
    margin-inline: 6px;
}

.adkh-product-carousel ul.products.adkh-products-grid.adkh-products-siema.siema {
    padding: 10px 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 1.5px solid #000 !important;
    border-radius: 100% !important;
    box-sizing: content-box !important;
    content: "" !important;
    display: block !important;
    height: 10px !important;
    right: 13px !important;
    top: 13px !important;
    position: absolute !important;
    width: 10px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #000 !important;
    border-radius: 6px !important;
    box-sizing: content-box !important;
    content: "" !important;
    display: block !important;
    height: 8px !important;
    right: 26px !important;
    position: absolute !important;
    top: 23px !important;
    transform: rotate(45deg) !important;
    width: 1px !important;
}