/**
 * Theme Name:        Kaman Store
 * Theme URI:         https://kamanstore.ir
 * Description:       Kaman Store Theme
 * Version:           0.8.15
 * Author:            Sina Kazemi
 * Author URI:        https://Sina-Kazemi.ir
 * Text Domain:       fabled-sunset
 * Domain Path:       /assets/lang
 * Requires at least: 6.2
 * Requires PHP:      8.1
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

@font-face {
    font-family: 'Dana2';
    src: url('assets/fonts/Dana2_Variable.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    direction: rtl;
    font-family: 'Dana2', sans-serif;
    margin: 0;
    background-color: #ffffff;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
}

.kaman-cart-page {
    padding: 30px 0 60px;
}

.kaman-cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 20px;
}

.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 11px;
}

.kaman-cart-header__title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.kaman-cart-header__count {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 500;
}

.kaman-cart-header__clear {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #c62828;
    display: none;
}

.kaman-cart-header__clear-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.kaman-cart-header__clear-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.kaman-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 10px;
    align-items: start;
}

.kaman-cart-empty-state {
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    padding: 48px 20px;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.kaman-cart-empty-state__icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background-color: #fff0f0;
    margin-bottom: 18px;
}

.kaman-cart-empty-state__title {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #202020;
}

.kaman-cart-empty-state__text {
    margin: 0;
    color: #6d6d6d;
    font-size: 15px;
    line-height: 1.9;
}

.kaman-cart-empty-state__cta {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 12px 22px;
    border-radius: 10px;
    background: #ef3f3e;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}

.kaman-cart-empty-state__cta:hover {
    background: #dd3231;
}

.kaman-cart-items {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.kaman-cart-item {
    display: grid;
    grid-template-columns: 170px 1fr 240px;
    gap: 24px;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    margin-top: 10px;
}

.kaman-cart-item__image {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.kaman-cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.kaman-cart-item__details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kaman-cart-item__title {
    font-size: 16px;
    font-weight: 700;
    color: #202020;
}

.kaman-cart-item__title a {
    color: inherit;
}

.kaman-cart-item__offer-change {
    font-size: 12px;
    line-height: 1.7;
    border-radius: 8px;
    padding: 8px 10px;
}

.kaman-cart-item__offer-change--increase {
    background: #fff3f1;
    color: #b42318;
}

.kaman-cart-item__offer-change--decrease {
    background: #ecfdf3;
    color: #067647;
}

.kaman-cart-item__meta {
    list-style: none;
    display: grid;
    gap: 10px;
    font-size: 13px;
    color: #666;
}

.kaman-cart-item__meta li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kaman-cart-item__meta-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    color: #7b7b7b;
}

.kaman-cart-item__meta-icon svg {
    width: 100%;
    height: 100%;
}

.kaman-cart-item__addon {
    border-top: 1px solid #ededed;
    padding-top: 14px;
}

.kaman-cart-addon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 10px 12px;
    background: #fafafa;
}

.kaman-cart-addon__checkbox {
    width: 16px;
    height: 16px;
    accent-color: #2e7d32;
    margin-top: 4px;
}

.kaman-cart-addon__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 13px;
}

.kaman-cart-addon__title {
    font-weight: 600;
    color: #303030;
}

.kaman-cart-addon__price {
    color: #8a8a8a;
}

.kaman-cart-addon__more {
    color: #d32f2f;
    font-weight: 600;
}

.kaman-cart-item__summary {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.kaman-cart-item__price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.kaman-cart-item__price-current {
    font-size: 18px;
    font-weight: 700;
    color: #202020;
}

.kaman-cart-item__price-regular {
    font-size: 13px;
    color: #9a9a9a;
    text-decoration: line-through;
}

.kaman-cart-item__discount-badge {
    background: #d32f2f;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 700;
}

.kaman-cart-item__quantity {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 8px 12px;
    background-color: #ffffff;
    min-width: 110px;
}

.kaman-cart-item__quantity input.qty {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: #1b1b1b;
    background: transparent;
    padding: 0;
    margin: 0;
}

.kaman-cart-item__quantity .add-to-cart-trash,
.kaman-cart-item__quantity .add-to-cart-minus,
.kaman-cart-item__quantity .add-to-cart-plus {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.kaman-cart-item__quantity .add-to-cart-trash {
    text-decoration: none;
}

.kaman-cart-summary__card {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kaman-cart-summary__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #4a4a4a;
}

.kaman-cart-summary__row--discount {
    color: #c62828;
}

.kaman-cart-summary__row--total {
    font-weight: 700;
    font-size: 16px;
    color: #1f1f1f;
    border-top: 1px solid #ececec;
    padding-top: 10px;
}

.kaman-cart-summary__cta {
    background: #b30f0f;
    color: #fff !important;
    text-align: center;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
    margin-top: 15px;
}


.kaman-checkout-content.is-hidden {
    display: none;
}

.kaman-checkout-payment-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kaman-checkout-payment-panel[hidden],
.kaman-checkout-coupon[hidden],
.kaman-checkout-payment__loading[hidden] {
    display: none !important;
}

.kaman-checkout-payment-panel__header {
    font-size: 16px;
    font-weight: 800;
}

.kaman-checkout-payment {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.kaman-checkout-payment__error,
.kaman-checkout-payment__errors .woocommerce-error,
.kaman-checkout-payment__errors .woocommerce-message {
    background: #fff2f2;
    border: 1px solid #f5b8b8;
    color: #9a1b1b;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    margin: 0;
    list-style: none;
}

.kaman-checkout-payment__loading {
    font-size: 13px;
    color: #666;
}

.kaman-checkout-payment__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kaman-checkout-payment__group-title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.kaman-checkout-payment__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kaman-checkout-payment__item {
    border: 1px solid #dfe3eb;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    flex-direction: row-reverse;
}

.kaman-checkout-payment__item.is-selected {
    border-color: #8f97a8;
    border: 2px solid;
}

.kaman-checkout-payment__meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kaman-checkout-payment__title {
    font-size: 14px;
    font-weight: 700;
}

.kaman-checkout-payment__desc {
    font-size: 13px;
    color: #7b7b7b;
}

.kaman-checkout-coupon {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}

.kaman-checkout-coupon__title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.kaman-checkout-coupon__form {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

.kaman-checkout-coupon__submit {
    border: 1px solid #a60000;
    border-radius: 8px;
    background: #fff;
    color: #a60000;
    font-weight: 700;
    min-width: 85px;
    height: 45px;
    font-family: inherit;
}

.kaman-checkout-coupon__input {
    flex: 1;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0 14px;
    height: 45px;
    font-family: inherit;
}

.kaman-checkout-coupon__message {
    font-size: 13px;
}

.kaman-checkout-coupon__message.is-error {
    color: #b91c1c;
}

.kaman-checkout-coupon__message.is-success {
    color: #047857;
}

.kaman-checkout-page {
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.kaman-checkout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.kaman-checkout-header__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2f2f2f;
    font-size: 14px;
}

.kaman-checkout-header__icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
}

.kaman-checkout-header__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.kaman-checkout-header__title {
    font-size: 18px;
    font-weight: 700;
}

.kaman-checkout-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.kaman-checkout-address-card {
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.kaman-checkout-address-card .kaman-checkout-address-list {
    width: 100%;
}

.kaman-checkout-address-card__button {
    border: 1px solid #a64c4c;
    border-radius: 8px;
    padding: 10px 20px;
    background: #fff;
    color: #a64c4c;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-family: inherit;
}

.kaman-checkout-address-card__plus {
    font-size: 18px;
}

.kaman-checkout-address-list {
    /* border: 1px solid #e7e7e7; */
    border-radius: 8px;
    background: #fff;
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.kaman-checkout-address-list__item {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    gap: 8px 12px;
    align-items: start;
    padding: 10px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    cursor: pointer;
}

.kaman-checkout-address-list__item.is-selected {
    border-color: #b8b8b8;
}

.kaman-checkout-address-list__item input {
    margin-top: 4px;
}

.kaman-checkout-address-list__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.kaman-checkout-address-list__title {
    font-weight: 700;
    font-size: 14px;
    color: #2f2f2f;
}

.kaman-checkout-address-list__meta {
    font-size: 12px;
    color: #6b7280;
}

.kaman-checkout-address-list__actions {
    display: inline-flex;
    gap: 6px;
}

.kaman-checkout-address-list__action {
    border: 1px solid #d1d5db;
    background: #fff;
    color: #374151;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
}

.kaman-checkout-address-list__action--danger {
    border-color: #fca5a5;
    color: #b91c1c;
}

.kaman-checkout-address-list__empty,
.kaman-checkout-address-list__loading {
    margin: 0;
    font-size: 13px;
    color: #9ca3af;
    text-align: center;
}

.kaman-checkout-address-list__loading {
    color: #6b7280;
}

.kaman-checkout-address-list__empty.is-hidden,
.kaman-checkout-address-list__loading.is-hidden {
    display: none;
}

.kaman-address-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.kaman-address-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.kaman-address-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.5);
}

.kaman-address-modal__dialog {
    position: relative;
    background: #fff;
    width: min(560px, 92vw);
    max-height: 86vh;
    overflow-y: auto;
    border-radius: 12px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.kaman-address-modal__close {
    position: absolute;
    top: 12px;
    left: 12px;
    border: none;
    background: none;
    font-size: 22px;
    cursor: pointer;
    color: #111827;
}

.kaman-address-modal__title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.kaman-address-modal__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kaman-address-modal__form .form-row {
    margin-bottom: 0;
}

.kaman-national-code-modal input[data-national-code-input] {
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 10px 12px;
    width: 100%;
}

.kaman-national-code-modal__message {
    min-height: 20px;
    margin: 0;
    font-size: 12px;
    color: #b91c1c;
}

.kaman-address-modal__submit {
    background: #b30000;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.kaman-modal-open {
    overflow: hidden;
}

.kaman-checkout-note {
    background: #fff4de;
    color: #b36a1c;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 13px;
    text-align: center;
}

.kaman-checkout-orders {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.kaman-checkout-orders__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #585858;
    padding: 0 4px;
}

.kaman-checkout-orders__meta {
    background: #f2f2f2;
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 600;
    font-size: 12px;
}

.kaman-checkout-shipment {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kaman-checkout-shipment__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
}

.kaman-checkout-shipment__title {
    font-weight: 700;
}

.kaman-checkout-badge {
    background: #f2f2f2;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    color: #4a4a4a;
}

.kaman-checkout-shipment__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-direction: column;
}

.kaman-checkout-shipment__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 13px;
    color: #3a3a3a;
    min-width: 240px;
}

.kaman-checkout-shipment__label {
    color: #b30f0f;
    font-weight: 700;
    margin-left: 6px;
}

.kaman-checkout-pill {
    background: #f0f0f0;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 12px;
    color: #444;
}

.kaman-checkout-shipment__products {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.kaman-checkout-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-width: 120px;
}

.kaman-checkout-product__thumb {
    width: 110px;
    height: 110px;
    border-radius: 12px;
    background: #f5f5f5;
    overflow: hidden;
}

.kaman-checkout-product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.kaman-checkout-product__thumb--alt {
    background: #eef6ee;
}

.kaman-checkout-product__thumb--fridge {
    width: 120px;
    height: 140px;
    background: #f5f5f5;
}

.kaman-checkout-product__meta {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    font-size: 12px;
    color: #3a3a3a;
}

.kaman-checkout-product__color {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 4px 8px;
    background: #fff;
}

.kaman-checkout-product__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #222;
    display: inline-block;
}

.kaman-checkout-product__dot--green {
    background: #92a36a;
}

.kaman-checkout-product__controls {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #b30f0f;
    font-weight: 700;
    flex-direction: row-reverse;
}

.kaman-checkout-product__action {
    border: none;
    background: transparent;
    color: inherit;
    font-size: 14px;
    cursor: pointer;
}

.kaman-checkout-product__action--trash {
    color: #b30f0f;
}

.kaman-checkout-product__qty {
    color: #444;
    min-width: 12px;
    text-align: center;
}

@media (max-width: 1024px) {
    .kaman-cart-layout {
        grid-template-columns: 1fr;
    }


    .kaman-checkout-shipment__body {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 768px) {

    body.woocommerce-cart .kaman-cart-summary,
    body.woocommerce-checkout .kaman-cart-summary {
        position: fixed;
        right: 0;
        left: 0;
        bottom: calc(var(--kam-mobile-menu-height, 69px) + env(safe-area-inset-bottom, 0px));
        z-index: 9998;
        /* padding: 0 12px 12px; */
        background-color: #fff;
    }

    .kaman-checkout-coupon {
    padding: 0 18px;
}

    .kaman-cart-summary__cta {
        margin-top: 0;
        border-radius: 0;
    }

    body.woocommerce-cart .kaman-cart-summary__card,
    body.woocommerce-checkout .kaman-cart-summary__card {
        border-radius: 0;
        /* box-shadow: 0 -8px 22px rgba(0, 0, 0, 0.12); */
    }

    body.woocommerce-cart .kaman-cart-page,
    body.woocommerce-checkout .kaman-checkout-page {
        /* padding-bottom: 240px; */
        padding-right: 12px;
        padding-left: 12px;
    }

    .kaman-cart-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .kaman-cart-item {
        grid-template-columns: 1fr;
    }

    .kaman-cart-item__summary {
        align-items: flex-start;
    }

    .kaman-checkout-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .kaman-checkout-orders__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1760px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-head {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}

#site-content,
#main {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/* Elementor layout: allow true full-width sections while keeping boxed content at 1620px */
body.elementor-page #site-content,
body.elementor-page #main {
    max-width: 100%;
    min-width: 0;
    padding: 0;
}

body.elementor-page .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1620px;
}

body.elementor-page .elementor-section.elementor-section-full_width > .elementor-container,
body.elementor-page .elementor-section.elementor-section-stretched > .elementor-container {
    max-width: 100%;
}

@media (min-width: 1760px) {
    #site-content,
    #main {
        min-width: 1620px;
        max-width: 1620px;
    }
    /* .home #site-content {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
    } */
}

.kaman-footer {
    background-color: #fff;
    color: #555;
    padding-top: 30px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.footer-top {
    padding-bottom: 20px;
}

.top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.brand-name {
    color: #D32F2F;
    font-weight: 900;
    font-size: 24px;
    margin: 0;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #444;
}

.separator {
    color: #ccc;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-right: 15px;
}

.social-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.whatsapp {
    background-color: #25D366;
}

.telegram {
    background-color: #2CA5E0;
}


.footer-main {
    padding: 30px 0;
}

.main-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-links {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.link-column h4 {
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.link-column ul li {
    margin-bottom: 10px;
}

.link-column ul li a {
    color: #777;
    font-size: 13px;
}

.link-column ul li a:hover {
    color: #D32F2F;
}

.footer-certificates {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.cert-box {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.cert-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cert-box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cert-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-description {
    text-align: right;
    padding: 10px 15px;
}

.footer-description hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.footer-top hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;

}

.footer-description h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.footer-description .description-text {
    color: #666;
    line-height: 1.8;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.footer-description .description-text>*:last-child {
    margin-bottom: 0;
}

.footer-description.expanded .description-text {
    display: block;
    -webkit-line-clamp: unset;
}

.read-more {
    color: #D32F2F;
    font-weight: bold;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.footer-description .read-more i {
    transition: transform 0.2s ease;
}

.footer-description.expanded .read-more i {
    transform: rotate(180deg);
}

/* Ã˜Â¨Ã˜Â®Ã˜Â´ ÃšÂ©Ã™Â¾Ã›Å’ Ã˜Â±Ã˜Â§Ã›Å’Ã˜Âª */
.footer-bottom {
    padding-bottom: 20px;
    text-align: right;
    color: #4D4D4D;
    font-size: 14px;
}

@media (max-width: 768px) {
    .top-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .contact-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .separator {
        display: none;
    }

    .main-grid {
        flex-direction: column;
    }

    .footer-links {
        gap: 30px;
        width: 100%;
        justify-content: space-between;
    }

    .footer-certificates {
        margin-top: 30px;
        justify-content: center;
    }
}

.contact-info-footer {
    font-size: 13px;
    color: #62666d;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Breadcrumbs single product */
.breadcrumbs {
    color: var(--text-gray);
    font-size: 12px;
    margin-bottom: 20px;
    display: flex;
    gap: 5px;
    margin-top: 25px;
}

/* Main Layout Grid */
.product-page {
    display: grid;
    grid-template-columns: minmax(320px, 530px) minmax(0, 1fr) minmax(320px, 470px);
    /* Gallery - Details - Sidebar */
    gap: 20px;
    align-items: start;
}

.product-page>* {
    min-width: 0;
}

@media (max-width: 1400px) {
    .product-page {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
        gap: 18px;
    }

    .gallery-section {
        grid-column: 1;
        grid-row: 1;
    }

    .details-section {
        grid-column: 1;
        grid-row: 2;
    }

    .sidebar-section {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media (max-width: 1200px) {
    .product-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-section {
        grid-column: 1;
        grid-row: 1;
    }

    .details-section {
        grid-column: 2;
        grid-row: 1;
        padding: 0 8px;
    }

    .sidebar-section {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 992px) {
    .product-page {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .gallery-section,
    .details-section,
    .sidebar-section {
        grid-column: auto;
        grid-row: auto;
    }

    .details-section {
        padding: 0 6px;
    }
}

@media (max-width: 768px) {
    .product-page {
        gap: 12px;
    }

    .details-section {
        padding: 0;
    }

    .sidebar-section {
        gap: 12px;
    }

    .buy-box,
    .buy-box-header {
        padding: 10px;
    }
}

.product-trust-strip {
    margin-top: 24px;
    padding: 16px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    flex-wrap: wrap;
}

.product-trust-strip .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1d3769;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    flex: 1 1 180px;
}

.product-trust-strip .trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-trust-strip .trust-icon svg {
    width: 28px;
    height: 28px;
}

.seller-offers {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.seller-offers__section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #FAFAFA;
    padding: 20px;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
}

.seller-offers__title {
    font-size: 15px;
    font-weight: 700;
    color: #1d1d1f;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.seller-offers__close {
    border: 0;
    background: transparent;
    color: #6b7280;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    font-family: inherit;
}

.seller-offers__close:hover {
    background: #f3f4f6;
}

.seller-offers__card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 14px 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    margin-top: 5px;
}

.seller-offers__row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.seller-offers__seller {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 140px;
}

.seller-offers__name {
    font-weight: 700;
    color: #111827;
}

.seller-offers__rating {
    font-size: 12px;
    color: #6b7280;
}

.seller-offers__rating span {
    color: #16a34a;
    font-weight: 600;
}

.seller-offers__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.seller-offers__badge--cash {
    background: #2563eb;
    color: #fff;
}

.seller-offers__badge--installment {
    background: #1d4ed8;
    color: #fff;
}

.seller-offers__delivery,
.seller-offers__warranty {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #374151;
    font-size: 13px;
    min-width: 170px;
}

.seller-offers__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.seller-offers__price {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
}

.seller-offers__price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #111827;
}

.seller-offers__price-value {
    font-size: 18px;
}

.seller-offers__currency {
    font-size: 12px;
    color: #6b7280;
}

.seller-offers__discount {
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 8px;
}

.seller-offers__price-old {
    color: #9ca3af;
    font-size: 12px;
    text-decoration: line-through;
}

.seller-offers__price-note {
    color: #dc2626;
    font-size: 12px;
    font-weight: 600;
}

.seller-offers__btn {
    background: #AA0002;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(179, 0, 0, 0.2);
    font-family: inherit;
}

.seller-offers__btn:hover {
    background: #9f0000;
}

.product-details {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 25px;
}

input {
    font-family: inherit !important;
}

.product-details__tabs {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #DBDBDB;
    padding: 10px 0 0;
    font-family: inherit;
    background: #FAFAFA;
    border-radius: 8px 8px 0 0;
    position: sticky;
    top: 70px;
}

.product-details__tab {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    padding: 6px 10px 12px;
    border-bottom: 2px solid transparent;
    font-family: inherit;
}

.product-details__tab.is-active {
    color: #b30000;
    border-color: #b30000;
}

.product-details__layout {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.product-details__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.product-details__section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04);
}

.product-details__title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.product-details__text {
    font-size: 13px;
    line-height: 2;
    color: #4b5563;
}

.product-details__section--intro .product-details__text {
    max-height: 160px;
    overflow: hidden;
}

.product-details__section--intro.is-expanded .product-details__text {
    display: block;
    max-height: none;
    overflow: visible;
}

.product-details__more {
    align-self: center;
    background: #f3f4f6;
    color: #1d4ed8;
    border: none;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}

.product-details__feature-list {
    display: flex;
    flex-direction: column;
}

.product-details__feature-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #eef0f2;
    font-size: 13px;
    color: #111827;
}

.product-details__feature-row.is-hidden {
    display: none;
}

.product-details__feature-list.is-expanded .product-details__feature-row.is-hidden {
    display: flex;
}

.product-details__feature-key {
    color: #6b7280;
    font-weight: 600;
}

.product-details__reviews {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.product-details__reviews-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-details__reviews-more {
    align-self: center;
    background: #f3f4f6;
    color: #1d4ed8;
    border: none;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}


.product-details__review-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
}

.product-details__review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #6b7280;
}

.product-details__review-author {
    font-weight: 600;
    color: #111827;
}

.product-details__review-rating {
    display: inline-flex;
    gap: 4px;
    font-size: 13px;
}

.product-details__star {
    color: #d1d5db;
}

.product-details__star.is-filled {
    color: #fbbf24;
}

.product-details__review-text {
    font-size: 12px;
    line-height: 2;
    color: #374151;
}

.product-details__review-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #6b7280;
}

.product-details__review-actions button {
    border: none;
    background: none;
    color: #6b7280;
    cursor: pointer;
}

.product-details__review-like {
    font-weight: 600;
    color: #111827;
}

.product-details__reviews-summary {
    width: 220px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04);
}

.product-details__rating-score {
    font-size: 32px;
    font-weight: 800;
    color: #b30000;
}

.product-details__rating-label {
    font-size: 12px;
    color: #6b7280;
}

.product-details__rating-hint {
    font-size: 12px;
    color: #6b7280;
    text-align: center;
}

.product-details__rating-btn {
    background: #b30000;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
}

@media (max-width: 768px) {
    .product-details {
        margin-top: 24px;
        gap: 16px;
    }

    .product-details__tabs {
        gap: 8px;
        padding: 10px 8px 0;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: thin;
    }

    .product-details__tab {
        flex: 0 0 auto;
        padding: 6px 8px 10px;
        font-size: 13px;
    }

    .product-details__layout {
        display: block;
    }

    .product-details__main {
        min-width: 0;
        gap: 16px;
    }

    .product-details__section {
        padding: 16px;
        gap: 12px;
    }

    .product-details__text {
        font-size: 12px;
        line-height: 1.9;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .product-details__text img,
    .product-details__text iframe,
    .product-details__text video {
        max-width: 100%;
        height: auto;
    }

    .product-details__text table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    .product-details__feature-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}

.product-review-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.product-review-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.product-review-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.5);
}

.product-review-modal__dialog {
    position: relative;
    background: #fff;
    width: min(420px, 92vw);
    border-radius: 8px;
    padding: 20px 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.product-review-modal__close {
    position: absolute;
    top: 12px;
    left: 12px;
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
    color: #111827;
}

.product-review-modal__title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.product-review-modal__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 14px;
    gap: 12px;
    flex-direction: row-reverse;
}

.product-review-modal__product-title {
    font-size: 12px;
    font-weight: 600;
    color: #111827;
    line-height: 1.7;
    flex: 1;
}

.product-review-modal__product-image img {
    width: 58px;
    height: auto;
}

.product-review-modal__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.product-review-modal__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-review-modal__label {
    font-size: 12px;
    font-weight: 600;
    color: #6b7280;
}

.product-review-modal__rating {
    display: inline-flex;
    gap: 10px;
    justify-content: center;
}

.product-review-modal__rating-item {
    /* flex: 1; */
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #9ca3af;
    font-size: 11px;
    padding: 4px 2px;
}

.product-review-modal__rating-item.is-active {
    color: #fbbf24;
}

.product-review-modal__rating-item.is-active .product-review-modal__rating-label {
    color: #111827;
}

.product-review-modal__star {
    font-size: 18px;
}

.product-review-modal__textarea {
    min-height: 120px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    padding: 10px;
    font-size: 12px;
    resize: vertical;
}

.product-review-modal__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6b7280;
}

.product-review-modal__message {
    font-size: 12px;
    color: #b30000;
    min-height: 16px;
}

.product-review-modal__message.is-success {
    color: #047857;
}

.product-review-modal__submit {
    background: #b30000;
    color: #fff;
    border: none;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.product-details__aside {
    width: 280px;
    display: none;
}

.product-details__aside-card {
    position: sticky;
    top: 24px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.04);
}

.product-details__aside-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.product-details__aside-title {
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    line-height: 1.8;
}

.product-details__aside-image img {
    width: 120px;
    height: auto;
}

.product-details__aside-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
}

.product-details__aside-links a {
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 600;
}

.product-details__aside-price {
    border-top: 1px dashed #e5e7eb;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.product-details__aside-discount {
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    font-weight: 700;
}

.product-details__aside-price-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    color: #111827;
}

.product-details__aside-price-value {
    font-size: 16px;
}

.product-details__aside-price-currency {
    font-size: 11px;
    color: #6b7280;
}

.product-details__aside-old-price {
    font-size: 11px;
    color: #9ca3af;
    text-decoration: line-through;
}

.product-details__aside-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-details__aside-btn {
    background: #fff;
    color: #b30000;
    border: 1px solid #b30000;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.product-details__aside-qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
}

.product-details__aside-qty button {
    background: none;
    border: none;
    color: #b30000;
    font-weight: 700;
    cursor: pointer;
}

/* --- Gallery Section (Right) --- */
.gallery-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.main-image {
    width: 100%;
    max-width: 530px;
    aspect-ratio: 1 / 1;
    height: auto;
    margin-bottom: 20px;
    padding: clamp(10px, 2vw, 20px);
}

.main-image .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.main-image .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thumbnails {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

.thumb {
    width: clamp(64px, 10vw, 112px);
    height: clamp(64px, 10vw, 112px);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .main-image {
        max-width: 100%;
        margin-bottom: 14px;
        padding: 8px;
    }

    .thumbnails {
        padding: 0 8px;
    }

    .thumb {
        width: clamp(56px, 18vw, 80px);
        height: clamp(56px, 18vw, 80px);
        padding: 4px;
    }
}

.product-gallery-thumbs .swiper-button-prev,
.product-gallery-thumbs .swiper-button-next {
    display: none;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--border-color);
    color: var(--text-dark);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

@media (min-width: 992px) {
    .thumbnails {
        padding: 0 45px;
    }

    .product-gallery-thumbs .swiper-button-prev,
    .product-gallery-thumbs .swiper-button-next {
        display: flex;
        position: absolute;
        /* top: 50%;
        transform: translateY(-50%); */
    }

    .product-gallery-thumbs .swiper-button-prev {
        left: 0;
    }

    .product-gallery-thumbs .swiper-button-next {
        right: 0;
    }

    .product-gallery-thumbs.thumbs-static .swiper-button-prev,
    .product-gallery-thumbs.thumbs-static .swiper-button-next {
        display: none;
    }
}

.actions-icon {
    position: absolute;
    right: 20px;
    top: 0;
    display: flex;
    gap: 10px;
    color: var(--text-dark);
    z-index: 100;
}

/* --- Details Section (Middle) --- */
.details-section {
    padding: 0 15px;
}

h1.product-title {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}

.subtitle {
    color: var(--text-gray);
    font-size: 12px;
    margin-bottom: 20px;
}

.section-title {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #AA0002;
}

.title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.kaman-reviews {
    font-size: 12px;
}

.kaman-reviews-num {
    color: #AA0002;
}

/* Product Attributes */
.kaman-attributes {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.kaman-attribute-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.kaman-attribute-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-dark);
}

.kaman-attribute-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kaman-attribute-option {
    border: 1px solid var(--border-color);
    background: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    color: var(--text-dark);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.kaman-attribute-option.is-hidden {
    display: none;
}

.kaman-attribute-options--default .kaman-attribute-option {
    min-width: 36px;
    justify-content: center;
}

.kaman-attribute-option.is-selected {
    border-color: #AA0002;
    box-shadow: 0 0 0 1px #AA0002;
}

.kaman-attribute-swatch {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #d6d6d6;
    display: inline-block;
}

.kaman-attribute-swatch--placeholder {
    background: #e5e5e5;
}

.kaman-attribute-image {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

.kaman-attribute-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kaman-attribute-selected {
    font-size: 12px;
    color: #6b6b6b;
}

.kaman-attribute-select {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

/* Colors */
.color-selection {
    margin-bottom: 25px;
}

.color-label {
    font-size: 14px;
    margin-bottom: 10px;
}

.color-options {
    display: flex;
    gap: 10px;
}

.color-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}

.color-circle.selected::after {
    content: 'Ã¢Å“â€œ';
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

/* Sizes */
.size-selection {
    margin-bottom: 25px;
}

.size-options {
    display: flex;
    gap: 10px;
}

.size-box {
    border: 1px solid var(--border-color);
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    color: var(--text-dark);
}

.size-box.selected {
    border-color: var(--text-dark);
    border-width: 2px;
}

/* Insurance Box */
.insurance-box {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.insurance-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.insurance-price {
    font-weight: 700;
}

/* Specs Table */
.specs-preview {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 10px 15px;
    background: #FAFAFA;
}

.spec-row {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
    gap: 20px;
}

.spec-row:last-child {
    border-bottom: none;
}

.spec-key {
    color: var(--text-gray);
}

/* --- Sidebar Section (Left) --- */
.sidebar-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Buy Box */
.buy-box {
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    padding: 12px;
    background: #fafafa;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
    display: none;
    flex-direction: column;
    gap: 12px;
}

body.offers-inactive .buy-box,
body.offers-inactive .calculator-card,
body.offers-inactive .seller-offers,
body.offers-inactive .product-details__aside {
    display: none !important;
}

body.offers-active .buy-box {
    display: flex !important;
}

.buy-box-unavailable {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.buy-box-unavailable__header {
    background: #a40000;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 12px;
    font-size: 14px;
}

.buy-box-unavailable__body {
    padding: 16px 12px;
    color: #3f3f3f;
    font-size: 13px;
    line-height: 1.9;
}

.buy-box-unavailable__body p {
    margin: 0 0 12px;
}

.buy-box-unavailable__notify {
    border: 1px solid #a40000;
    color: #a40000;
    background: #ffffff;
    border-radius: 8px;
    padding: 10px 16px;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}

.buy-box-unavailable__notify:hover {
    background: #fdf3f3;
}

.buy-box-header {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.seller-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seller-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #00243d;
    font-weight: 700;
}

.seller-count {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #AA0002;
    font-weight: 700;
    font-size: 13px;
}

.buy-box-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4a4a4a;
}

.meta-item-icon {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #00243d;
}

.meta-accent {
    color: #AA0002;
    font-weight: 400;
    font-size: 12px;
}

.buy-box-divider {
    border: none;
    border-top: 1px solid #e4e4e4;
    margin: 14px 0;
}

.checkbox-bime {
    display: flex;
    height: 80px;
    border-left: 1px solid #e0e0e2;
    padding-left: 15px;
}

.installment-banner {
    background: #f2f2f2;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
    color: #2c2c2c;
    font-size: 13px;
}

.installment-title {
    color: #08124F;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.installment-dec {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.buy-box-header ul {
    font-size: 12px;
    color: #696969;
    list-style: disc;
    margin-right: 15px;
}

.plans-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    color: #AA0002;
    font-weight: 700;
    flex-direction: row-reverse;
    gap: 3.5px;
}

.plans-action {
    color: #AA0002;
    display: flex;
    align-items: center;
    gap: 6px;
}

.plans-chevron {
    display: inline-block;
    transform: translateY(-1px);
    font-size: 16px;
}

.plans-title {
    color: #2c2c2c;
    font-weight: 800;
}

.discount-card {
    border: 2px dashed #ef394e;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
    margin-bottom: 12px;
}

.discount-card .is-hidden {
    display: none;
}

.discount-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9a9a9a;
    font-size: 12px;
    flex-direction: row-reverse;
    gap: 12px;
}

.discount-old-price {
    color: #9a9a9a;
    text-decoration: line-through;
    font-weight: 700;
}

.discount-badge {
    background: #ef394e;
    color: white;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 800;
}

.discount-price {
    font-size: 20px;
    font-weight: 900;
    color: #2b2b2b;
    text-align: right;
}

.discount-subtotal {
    color: #707070;
    font-size: 14px;
    text-decoration: line-through;
}

.cashback-note {
    background: #f4fff6;
    border: 1px solid #c5e6cb;
    color: #1b8a2b;
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
    width: 100%;
}

.currency {
    font-size: 12px;
    margin-right: 5px;
    color: #696969;
}

.add-to-cart-btn {
    width: 100%;
    background-color: #c81010;
    color: white;
    border: none;
    padding: 11px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.add-to-cart-default {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.add-to-cart-added {
    display: none;
    align-items: center;
    justify-content: space-between;

    gap: 12px;
    width: 100%;
}

.add-to-cart-view {
    flex: 1;
    border: 1.5px solid #c81010;
    border-radius: 8px;
    padding: 10px 16px;
    color: #c81010;
    font-weight: 700;
    text-align: center;
    background-color: #ffffff;
}

.add-to-cart-qty {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 8px 12px;
    background-color: #ffffff;
    min-width: 110px;
}

.add-to-cart-qty .is-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.add-to-cart-qty .is-hidden {
    display: none;
}

.add-to-cart-count {
    font-size: 15px;
    font-weight: 700;
    color: #1b1b1b;
}

.add-to-cart-plus {
    font-size: 18px;
    font-weight: 700;
    color: #6b6b6b;
    line-height: 1;
}

.add-to-cart-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.315);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.add-to-cart-btn.is-loading .add-to-cart-spinner {
    display: inline-block;
}

.add-to-cart-btn.is-loading {
    cursor: progress;
}

.add-to-cart-btn.is-loading .add-to-cart-qty {
    opacity: 0.7;
    pointer-events: none;
}

.add-to-cart-btn:hover {
    background-color: #d32f2f;
}

.add-to-cart-btn.is-added {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.add-to-cart-btn.is-added:hover {
    background-color: transparent;
}

.add-to-cart-btn.is-added:hover .add-to-cart-view {
    background-color: #fff5f5;
    border-color: #b20707;
}

.add-to-cart-btn.is-added .add-to-cart-default {
    display: none;
}

.add-to-cart-btn.is-added .add-to-cart-added {
    display: flex;
    flex-direction: row-reverse;
}

.add-to-cart-btn.is-animating {
    animation: cartPulse 0.6s ease;
}

.product-details__review-replies {
    background: #f3f3f3;
    padding: 20px 20px 17px 20px;
    border-radius: 8px;
}


@media (max-width: 768px) {
    .seller-offers {
        display: none;
    }

    .seller-offers.is-mobile-open {
        position: fixed;
        inset: 0;
        z-index: 10001;
        margin-top: 0;
        padding: 0;
        background: #ffffff;
        display: block;
        overflow-y: auto;
    }

    .seller-offers.is-mobile-open .seller-offers__section {
        min-height: 100%;
        border: 0;
        border-radius: 0;
        padding: 16px;
        background: #ffffff;
        gap: 12px;
    }

    .seller-offers.is-mobile-open .seller-offers__close {
        display: inline-flex;
    }

    body.seller-offers-modal-open {
        overflow: hidden;
    }
}

@media (prefers-reduced-motion: reduce) {
    .add-to-cart-btn.is-animating {
        animation: none;
    }
}

@keyframes cartPulse {
    0% {
        transform: scale(1);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    }

    40% {
        transform: scale(1.04);
        box-shadow: 0 6px 16px rgba(16, 120, 54, 0.35);
    }

    100% {
        transform: scale(1);
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.kaman-store-notices {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: min(360px, calc(100vw - 48px));
}

.kaman-store-notices .kaman-store-notice {
    background: #ffffff;
    border-radius: 8px;
    padding: 14px 16px;
    box-shadow: 0 12px 28px rgba(20, 27, 45, 0.18);
    border: 1px solid #eef0f6;
    font-size: 14px;
    line-height: 1.6;
    color: #17233f;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    animation: noticeSlideIn 0.25s ease;
}

.kaman-store-notices .woocommerce-message {
    border-right: 4px solid #1b9a5a;
    background: linear-gradient(135deg, #f3fff7 0%, #ffffff 100%);
}

.kaman-store-notices .woocommerce-info {
    border-right: 4px solid #1d4ed8;
    background: linear-gradient(135deg, #eef4ff 0%, #ffffff 100%);
}

.kaman-store-notices .woocommerce-error {
    border-right: 4px solid #dc2626;
    background: linear-gradient(135deg, #fff1f2 0%, #ffffff 100%);
}

.kaman-store-notice__close {
    border: none;
    background: #f1f2f6;
    color: #2a2f44;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: auto;
    transition: background 0.2s ease;
}

.kaman-store-notice__close:hover {
    background: #e3e6ee;
}

.kaman-store-notices .kaman-store-notice.is-leaving {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.woocommerce-notices-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0 ;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info {
    margin: 0;
    border-radius: 8px;
    padding: 14px 16px;
    box-shadow: 0 8px 20px rgba(20, 27, 45, 0.08);
    border: 1px solid #eef0f6;
    font-size: 13px;
    line-height: 1.7;
    color: #17233f;
}

.woocommerce-notices-wrapper .woocommerce-message {
    border-right: 4px solid #1b9a5a;
    background: linear-gradient(135deg, #f3fff7 0%, #ffffff 100%);
}

.woocommerce-notices-wrapper .woocommerce-info {
    border-right: 4px solid #1d4ed8;
    background: linear-gradient(135deg, #eef4ff 0%, #ffffff 100%);
}

.woocommerce-notices-wrapper .woocommerce-error {
    border-right: 4px solid #dc2626;
    background: linear-gradient(135deg, #fff1f2 0%, #ffffff 100%);
}

.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-message li,
.woocommerce-notices-wrapper .woocommerce-info li {
    list-style: none;
}

@keyframes noticeSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 600px) {
    .kaman-store-notices {
        right: 16px;
        left: 16px;
        bottom: 16px;
        max-width: none;
    }
}

/* Installment Calculator */
.calculator-card {
    border: 1px solid #e6e7eb;
    border-radius: 8px;
    padding: 18px 16px;
    background: #FAFAFA;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.icc-header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
}

.icc-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00243d;
    font-size: 15px;
    font-weight: 800;
}

.icc-title svg {
    flex-shrink: 0;
}

.icc-title .icc-share {
    border: none;
    background: transparent;
    padding: 0;
    margin-right: 4px;
    cursor: pointer;
    display: inline-flex;
}

.icc-subtitle {
    color: #6e6f82;
    font-size: 13px;
    font-weight: 600;
}

.icc-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    margin: 10px 0 14px;
}

.icc-pill {
    padding: 9px 14px;
    border-radius: 8px;
    border: 1px solid #dedfe3;
    background: #fbfcff;
    color: #7a7b8e;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
}

.icc-pill.is-active {
    background: #fff;
    color: #d02026;
    border-color: #d02026;
}

.icc-summary {
    background: #ffffff;
    border: 1px solid #eceef2;
    border-radius: 8px;
    padding: 12px 10px 10px;
    text-align: center;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icc-footer-text {
    text-wrap-mode: nowrap;
}

.icc-price-label {
    font-size: 13px;
    color: #7b7c8c;
    margin-bottom: 6px;
}

.icc-price-value {
    color: #292a38;
    font-size: 18px;
    font-weight: 900;
}

.icc-price-value span {
    font-size: 13px;
    color: #8a8b98;
    font-weight: 600;
    margin-right: 4px;
}

.icc-primary-btn {
    width: 100%;
    padding: 11px 10px;
    border-radius: 8px;
    border: 1px solid #d62027;
    background: #ffffff;
    color: #d62027;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
    text-align: center;
}

.icc-primary-btn:hover {
    background: #d62027;
    color: #fff;
}

.icc-footer {
    display: flex;
    gap: 20px;
    color: #8c8d9b;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}

.icc-footer svg {
    flex-shrink: 0;
}

span.product-details__feature-value {
    width: 260px;
}

/* Helper for icons (simulated) */

.icon-truck::before {
    content: "Ã°Å¸Å¡Å¡";
    margin-left: 5px;
}

:root {
    --primary-red: #ef394e;
    --text-dark: #3f4064;
    --text-gray: #81858b;
    --border-color: #e0e0e2;
    --bg-gray: #f0f0f1;
    --white: #ffffff;
    --blue: #19bfd3;
}

/* Archive (Category) */
.kaman-archive {
    padding: 30px 0 70px;
    background: #ffffff;
}

.kaman-archive__breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #8b8b8b;
    margin-bottom: 14px;
    margin-top: 15px;
}

.kaman-archive__breadcrumb a {
    color: #8b8b8b;
    text-decoration: none;
}

.kaman-archive__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    margin-bottom: 18px;
    text-wrap-mode: nowrap;
}

.kaman-archive__chip {
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #4a4a4a;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
}

.kaman-archive__layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    grid-template-areas: "filters content";
    gap: 20px;
    align-items: start;
    flex-direction: row-reverse;
}

.kaman-archive__content {
    grid-area: content;
}

.kaman-archive__toolbar {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 16px;
    background: #fafafa;
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-bottom: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.kaman-archive__count {
    font-size: 12px;
    color: #7a7a7a;
}

.kaman-archive__sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
}

.kaman-archive__sort-label {
    color: #8b8b8b;
}

.kaman-archive__sort-btn {
    border: none;
    background: none;
    color: #5a5a5a;
    font-size: 12px;
    cursor: pointer;
}

.kaman-archive__sort-btn.is-active {
    color: #b30f0f;
    font-weight: 700;
}

.kaman-archive__toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #6c6c6c;
}

.kaman-archive__toggle input {
    width: 36px;
    height: 20px;
    appearance: none;
    border-radius: 999px;
    background: #d9d9d9;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.kaman-archive__toggle input::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 2px;
    right: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.kaman-archive__toggle input:checked {
    background: #b30f0f;
}

.kaman-archive__toggle input:checked::after {
    transform: translateX(-16px);
}

.kaman-archive__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.kaman-archive-card {
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.kaman-archive-card__old {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.kaman-archive-card.is-out {
    opacity: 0.7;
}

.kaman-archive-card.is-hidden {
    display: none;
}

.kaman-archive-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #E53935;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.kaman-archive-card__countdown {
    position: absolute;
    top: 18px;
    left: 14px;
    color: #ef394e;
    font-size: 14px;
    font-weight: 700;
}

.kaman-archive-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px;
    margin-top: 20px;
}

.kaman-archive-card__colors {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.kaman-archive-card__dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    background: #e9e9e9;
}

.kaman-archive-card__title {
    font-size: 13px;
    color: #6d6d6d;
    line-height: 1.7;
    min-height: 60px;
}

.kaman-archive-card__title a {
    color: inherit;
    text-decoration: none;
}

.kaman-archive-card__title a:hover,
.kaman-archive-card__title a:focus {
    color: inherit;
    text-decoration: none;
}

.kaman-archive-card__old-price {
    font-size: 12px;
    color: #b0b0b0;
    text-decoration: line-through;
}

.kaman-archive-card__price-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.kaman-archive-card__status {
    border-top: 1px solid #ededed;
    padding-top: 14px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #6b6b6b;
}

.kaman-archive-card__price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
    font-weight: 700;
    color: #1f1f1f;
    font-size: 15px;
}

.kaman-archive-card__price small {
    font-size: 11px;
    color: #8d8d8d;
}

.kaman-archive-card__percent {
    background: #ef394e;
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 10px;
}

.kaman-archive__filters {
    position: sticky;
    top: 75px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    grid-area: filters;
}

.kaman-archive__filters-trigger {
    display: none;
    grid-area: filters;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #2f2f2f;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
}

.kaman-archive__filters-mobile-header {
    display: none;
}

.kaman-filter-card,
.kaman-filter-panel {
    border: 1px solid #ededed;
    border-radius: 8px;
    background: #ffffff;
    padding: 14px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.03);
}

.kaman-filter-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.kaman-filter-card__header h3 {
    font-size: 14px;
    color: #333;
}

.kaman-filter-card__header button {
    background: none;
    border: none;
    color: #9b9b9b;
    font-size: 12px;
    cursor: pointer;
    font-family: inherit;
}

.kaman-filter-card__applied {
    border-top: 1px solid #f0f0f0;
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    color: #7a7a7a;
}

.kaman-filter-card__applied[hidden] {
    display: none;
}

.kaman-filter-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kaman-filter-card__tags button {
    background: #b53a3a;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    cursor: pointer;
    font-family: inherit;
}

.kaman-filter-panel__row {
    width: 100%;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 13px;
    color: #444;
    cursor: pointer;
    font-family: inherit;
}

.kaman-filter-panel__toggle {
    width: 34px;
    height: 18px;
    border-radius: 999px;
    background: #e5e5e5;
    position: relative;
}

.kaman-filter-panel__row.is-active .kaman-filter-panel__toggle {
    background: #b53a3a;
}

.kaman-filter-panel__row.is-active .kaman-filter-panel__toggle::after {
    right: 18px;
}

.kaman-filter-panel__toggle::after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 2px;
    right: 2px;
}

.kaman-filter-panel__chevron {
    font-size: 12px;
    color: #9c9c9c;
    transition: transform 0.2s ease;
}

.kaman-filter-panel__row.is-expanded .kaman-filter-panel__chevron {
    transform: rotate(180deg);
}

.kaman-filter-panel__content {
    display: none;
}

.kaman-filter-panel__content.is-open {
    display: block;
}

.kaman-filter-panel__attribute {
    border-top: 1px solid #f1f1f1;
    padding: 10px 0 6px;
}

.kaman-filter-panel__search input {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 12px;
    background: #fafafa;
    margin-bottom: 8px;
}

.kaman-filter-panel__options {
    max-height: 220px;
    overflow-y: auto;
    padding-left: 6px;
    border-left: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kaman-filter-panel__option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
    font-size: 13px;
    cursor: pointer;
}

.kaman-filter-panel__option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #b53a3a;
}

.kaman-filter-panel__price {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.kaman-filter-panel__price label {
    display: grid;
    grid-template-columns: 24px 1fr auto;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #777;
}

.kaman-filter-panel__price input {
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
    background: #fafafa;
}

.kaman-filter-panel__price small {
    font-size: 11px;
    color: #9a9a9a;
}

.kaman-filter-panel__range {
    position: relative;
    height: 24px;
    display: flex;
    align-items: center;
}

.kaman-filter-panel__range input[type="range"] {
    position: absolute;
    inset: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

#kaman-price-range-min {
    z-index: 4;
}

#kaman-price-range-max {
    z-index: 3;
}

.kaman-filter-panel__range-line {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #b53a3a;
    border-radius: 999px;
}

.kaman-filter-panel__range-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #b53a3a;
    border: 2px solid #fff;
    position: absolute;
    top: 4px;
    z-index: 5;
    pointer-events: auto;
}

.kaman-filter-panel__range-handle:first-of-type {
    right: 0;
}

.kaman-filter-panel__range-handle:last-of-type {
    left: 0;
}

.kaman-filter-panel__range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #9a9a9a;
}

.kaman-filter-panel__apply {
    width: 100%;
    border: none;
    border-radius: 8px;
    background: #b53a3a;
    color: #fff;
    font-size: 13px;
    font-family: inherit;
    padding: 10px;
    margin-top: 12px;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .kaman-archive__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .kaman-archive__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "filters"
            "content";
    }

    .kaman-archive__filters {
        position: static;
        order: -1;
    }

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

    .kaman-archive__toolbar {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}

@media (max-width: 640px) {
    .kaman-archive__chips {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 4px;
    }

    .kaman-archive__chips::-webkit-scrollbar {
        display: none;
    }

    body.kaman-archive-filters-open {
        overflow: hidden;
    }

    .kaman-archive__filters-trigger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-bottom: 8px;
    }

    .kaman-archive__filters {
        position: fixed;
        inset: 0;
        z-index: 999;
        display: none;
        background: #fff;
        padding: 16px;
        overflow-y: auto;
        top: 0;
    }

    .kaman-archive__filters.is-open {
        display: flex;
    }

    .kaman-archive__filters-mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .kaman-archive__filters-mobile-header h3 {
        font-size: 16px;
        color: #222;
    }

    .kaman-archive__filters-close {
        border: none;
        background: none;
        font-size: 20px;
        line-height: 1;
        color: #555;
        cursor: pointer;
        font-family: inherit;
    }

    .kaman-filter-card__header {
        display: none;
    }

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

.kaman-account-page {
    padding: 30px 0 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.kaman-account-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.kaman-account-main {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.kaman-account-card {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.kaman-account-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    gap: 12px;
}

.kaman-account-card__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
}

.kaman-account-card__icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    color: #2c2c2c;
}

.kaman-account-card__icon svg,
.kaman-account-card__link-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.kaman-account-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #d32f2f;
    font-size: 13px;
    font-weight: 600;
}

.kaman-account-card__link-icon {
    width: 14px;
    height: 14px;
    display: inline-flex;
}

.kaman-account-info__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
}

.kaman-account-info__item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    color: #6a6a6a;
}

.kaman-account-info__label {
    color: #8f8f8f;
}

.kaman-account-info__value {
    font-weight: 600;
    color: #2c2c2c;
}

.kaman-account-order__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    padding: 12px 16px;
    background: #fafafa;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.kaman-account-order__status {
    background: #e7f6ec;
    color: #2e7d32;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
}

.kaman-account-order__meta {
    display: flex;
    gap: 18px;
    font-size: 12px;
    color: #6b6b6b;
    flex-wrap: wrap;
}

.kaman-account-order__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.kaman-account-order__items {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.kaman-account-order__thumb {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: #f2f2f2;
    border: 1px solid #ededed;
}

.kaman-account-order__details {
    color: #d32f2f;
    font-size: 13px;
    font-weight: 600;
}

.kaman-account-sidebar {
    flex: 0 0 280px;
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.kaman-account-wallet {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kaman-account-wallet__name {
    font-weight: 700;
    font-size: 14px;
}

.kaman-account-wallet__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #6b6b6b;
}

.kaman-account-wallet__charge {
    font-size: 12px;
    font-weight: 600;
    color: #d32f2f;
    align-self: flex-end;
}

.kaman-account-nav {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.kaman-account-nav__item {
    padding: 10px 16px;
    font-size: 13px;
    color: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.2s ease;
}

.kaman-account-nav__item:hover,
.kaman-account-nav__item.is-active {
    background: #fff3f3;
    color: #d32f2f;
}

.kaman-account-recent {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
}

.kaman-account-recent__header h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.kaman-account-recent__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.kaman-account-product {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    min-height: 220px;
}

.kaman-account-product__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffecec;
    color: #d32f2f;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 8px;
}

.kaman-account-product__image {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    background: #f2f2f2;
}

.kaman-account-product__title {
    font-size: 12px;
    font-weight: 600;
    color: #2c2c2c;
}

.kaman-account-product__meta {
    font-size: 11px;
    color: #8a8a8a;
}

.kaman-account-product__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    font-weight: 700;
    font-size: 13px;
}

.kaman-account-product__price-unit {
    font-size: 11px;
    color: #8a8a8a;
}

.kaman-account-main .woocommerce-notices-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kaman-account-main .woocommerce-message,
.kaman-account-main .woocommerce-error,
.kaman-account-main .woocommerce-info {
    margin: 0;
    border-radius: 8px;
    border: 1px solid #ececec;
    background: #fff;
    padding: 12px 16px;
    font-size: 13px;
}

.kaman-account-main .woocommerce-MyAccount-content > :not(section):not(.woocommerce-notices-wrapper) {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    padding: 20px;
    margin-bottom: 20px;
}

.kaman-account-main .woocommerce-MyAccount-content > :last-child {
    margin-bottom: 0;
}

.kaman-account-main .woocommerce-MyAccount-content h2,
.kaman-account-main .woocommerce-MyAccount-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 14px;
}

.kaman-account-main .woocommerce-MyAccount-content p,
.kaman-account-main .woocommerce-MyAccount-content label {
    font-size: 13px;
    color: #5b5b5b;
}

.kaman-account-main .woocommerce-MyAccount-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.kaman-account-main .woocommerce-MyAccount-content table th,
.kaman-account-main .woocommerce-MyAccount-content table td {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 8px;
    text-align: right;
}

.kaman-account-main .woocommerce-MyAccount-content table th {
    font-weight: 700;
    color: #2d2d2d;
    background: #fcfcfc;
}

.kaman-account-main .woocommerce-MyAccount-content table td {
    color: #5d5d5d;
}

.kaman-account-main .woocommerce-MyAccount-content form .form-row {
    margin-bottom: 14px;
}

.kaman-account-main .woocommerce-MyAccount-content input,
.kaman-account-main .woocommerce-MyAccount-content select,
.kaman-account-main .woocommerce-MyAccount-content textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 13px;
    color: #2c2c2c;
    background: #fff;
}

.kaman-account-main .woocommerce-MyAccount-content input:focus,
.kaman-account-main .woocommerce-MyAccount-content select:focus,
.kaman-account-main .woocommerce-MyAccount-content textarea:focus {
    outline: none;
    border-color: #d32f2f;
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.12);
}

.kaman-account-main .woocommerce-MyAccount-content .button,
.kaman-account-main .woocommerce-MyAccount-content button,
.kaman-account-main .woocommerce-MyAccount-content input[type="submit"] {
    border: none;
    border-radius: 8px;
    background: #d32f2f;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    cursor: pointer;
}

.kaman-account-main .woocommerce-MyAccount-content .button:hover,
.kaman-account-main .woocommerce-MyAccount-content button:hover,
.kaman-account-main .woocommerce-MyAccount-content input[type="submit"]:hover {
    background: #ba2828;
}

.kaman-account-main .woocommerce-MyAccount-content .button.is-secondary,
.kaman-account-main .woocommerce-MyAccount-content .woocommerce-Button--view {
    background: #fff3f3;
    color: #d32f2f;
    border: 1px solid #f6d2d2;
}

.kaman-account-main .woocommerce-MyAccount-content .button.is-secondary:hover,
.kaman-account-main .woocommerce-MyAccount-content .woocommerce-Button--view:hover {
    background: #ffeaea;
}

.kaman-account-main .woocommerce-Addresses {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kaman-account-main .woocommerce-Address {
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 16px;
    background: #fcfcfc;
}

.kaman-account-main .woocommerce-column__title,
.kaman-account-main .woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.kaman-archive__pagination {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    padding: 14px 18px;
    border-top: 1px solid #e8e8e8;
}

.kaman-archive__pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    direction: rtl;
    flex-wrap: wrap;
}

.kaman-archive__pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    border-radius: 999px;
    color: #444;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s ease;
}

.kaman-archive__pagination .page-numbers:hover {
    color: #b10a0a;
}

.kaman-archive__pagination .page-numbers.current {
    background: #b10a0a;
    color: #fff;
    font-weight: 700;
}

.kaman-archive__pagination .page-numbers.dots {
    min-width: auto;
    height: auto;
    padding: 0 4px;
    border-radius: 0;
}

.kaman-archive__pagination .page-numbers.prev,
.kaman-archive__pagination .page-numbers.next {
    min-width: auto;
    height: 34px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #b10a0a;
    gap: 40px;
    padding: 0 8px;
}

.kaman-archive__pagination .page-numbers.prev::before {
    content: "<";
    font-size: 16px;
}

.kaman-archive__pagination .page-numbers.next::after {
    content: ">";
    font-size: 16px;
}

.kaman-cart-item:first-child {
    margin-top: 0;
}

.kaman-checkout-payment__group-title:last-child {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .kaman-account-layout {
        flex-direction: column;
    }

    .kaman-account-main,
    .kaman-account-sidebar {
        width: 100%;
        flex: 1 1 auto;
    }

    .kaman-account-recent__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .kaman-account-info__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kaman-account-order__body {
        flex-direction: column;
        align-items: flex-start;
    }

    .kaman-account-recent__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kaman-account-main .woocommerce-Addresses {
        grid-template-columns: 1fr;
    }

    .kaman-account-main .woocommerce-MyAccount-content table {
        font-size: 12px;
    }
}

@media (max-width: 520px) {
    .kaman-account-info__grid {
        grid-template-columns: 1fr;
    }

    .kaman-account-recent__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mobile-purchase-dock {
        position: fixed;
        right: 0;
        left: 0;
        bottom: calc(68px + env(safe-area-inset-bottom, 0px));
        z-index: 9998;
        background: #ffffff;
        border-top: 1px solid #ececec;
        box-shadow: 0 -4px 8px rgb(0 0 0 / 8%);
        padding: 10px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        display: flex;
        flex-direction: column;
        gap: 10px;
        bottom: 0;
    }

    body.single-product {
        padding-bottom: 220px;
    }

    .mobile-purchase-dock .discount-card {
        border: none;
        padding: 5px;
        margin: 0;
    }

    .mobile-purchase-dock .discount-badge {
        border-radius: 999px;
        padding: 5px 12px;
        background: #e53945;
    }

    .mobile-purchase-dock .add-to-cart-btn {
        min-height: 44px;
        border-radius: 8px;
    }

    
    .kaman-checkout-address-list__item{
        flex-direction: column;
        display: flex;
    }

    .product-details__reviews {
        flex-direction: column-reverse;
    }
    
    .product-details__reviews-summary {
        width: 100%;
    }
}
.kaman-thankyou-page {
    max-width: 920px;
    margin: 32px auto 64px;
    padding: 0 16px;
}

.kaman-thankyou-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.kaman-thankyou-card__header {
    text-align: center;
    margin-bottom: 22px;
}

.kaman-thankyou-card__header.is-failed .kaman-thankyou-card__icon {
    background: #ffebee;
    color: #d32f2f;
}

.kaman-thankyou-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf7ed;
    color: #2e7d32;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.kaman-thankyou-card__title {
    margin: 0;
    font-size: 24px;
    color: #1f1f1f;
}

.kaman-thankyou-card__subtitle {
    margin: 12px 0 0;
    font-size: 14px;
    color: #737373;
    line-height: 1.8;
}

.kaman-thankyou-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
}

.kaman-thankyou-meta__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}

.kaman-thankyou-meta__item:nth-child(even) {
    background: #fafafa;
}

.kaman-thankyou-meta__item:last-child {
    border-bottom: 0;
}

.kaman-thankyou-meta__label {
    color: #787878;
    font-size: 13px;
}

.kaman-thankyou-meta__value {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 14px;
}

.kaman-thankyou-card__actions {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.kaman-thankyou-card__button {
    min-width: 180px;
    text-align: center;
    border-radius: 8px;
    padding: 11px 18px;
    background: #e53945;
    color: #fff;
    font-weight: 700;
    border: 1px solid #e53945;
    transition: all 0.2s ease;
}

.kaman-thankyou-card__button:hover {
    background: #cc2e39;
    border-color: #cc2e39;
    color: #fff;
}

.kaman-thankyou-card__button.is-secondary {
    background: #fff;
    color: #333;
    border-color: #d8d8d8;
}

.kaman-thankyou-card__button.is-secondary:hover {
    background: #f7f7f7;
    color: #222;
}

.kaman-checkout-payment__fields p {
    display: none;
}

fieldset#wc-tara360-cc-form {
    display: none;
}

@media (max-width: 640px) {
    .kaman-thankyou-card {
        padding: 20px 16px;
    }

    .kaman-thankyou-card__title {
        font-size: 20px;
    }

    .kaman-thankyou-meta__item {
        flex-direction: column;
        align-items: flex-start;
    }

    .kaman-thankyou-card__button {
        width: 100%;
    }
}
