.itchenking-upsell-wrapper {
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    border: 1px solid #eee;
    margin: 0 0 25px;
    clear: both;
}

.itchenking-header {
    margin-bottom: 18px;
}

.itchenking-message {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.itchenking-message strong {
    color: #193366;
}

.itchenking-sub-message {
    margin-top: 6px;
    color: #666;
    font-size: 14px;
}

.itchenking-progress {
    height: 14px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0 0;
}

.itchenking-progress-fill {
    height: 100%;
    background: #193366;
    border-radius: 20px;
    transition: width 0.25s ease;
}

.itchenking-product-card {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 14px;
    text-align: center;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.itchenking-product-image-wrap {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
    background: #fafafa;
}

.itchenking-product-card img,
.itchenking-product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    margin: 0;
}

.itchenking-product-title {
    font-size: 15px;
    line-height: 1.35;
    margin: 0;
    min-height: 42px;
    color: #242e42;
    font-weight: 600;
}

.itchenking-price {
    font-weight: 700;
    color: #242e42;
    margin-bottom: 2px;
}

.itchenking-product-card .button,
.itchenking-product-card button.button {
    background: #242e42 !important;
    color: #fff !important;
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    border: 0 !important;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    min-height: 42px;
    line-height: 1.2;
}

.itchenking-product-card .button:hover,
.itchenking-product-card button.button:hover {
    background: #193366 !important;
    color: #fff !important;
    opacity: 1;
}

.itchenking-product-card .button.loading,
.itchenking-product-card button.button.loading,
.itchenking-product-card .button:disabled,
.itchenking-product-card button.button:disabled,
.itchenking-add-variable-product.disabled,
.itchenking-add-variable-product:disabled,
.single_add_to_cart_button.disabled {
    background: #9ca3af !important;
    color: #fff !important;
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Variation form old wrapper support */
.itchenking-variation-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.itchenking-variation-field {
    text-align: left;
}

.itchenking-variation-field label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #242e42;
}

/* Variation form updated WooCommerce table support */
.itchenking-variable-form {
    margin: 0;
    width: 100%;
}

.itchenking-variation-table,
.itchenking-variable-form table.variations {
    width: 100%;
    margin: 0 0 10px;
    border: 0;
    border-collapse: collapse;
}

.itchenking-variation-table tr,
.itchenking-variable-form table.variations tr {
    display: block;
    margin-bottom: 8px;
}

.itchenking-variation-table td,
.itchenking-variable-form table.variations td {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    text-align: left;
}

.itchenking-variation-table td.label,
.itchenking-variable-form table.variations td.label {
    margin-bottom: 4px;
}

.itchenking-variation-table label,
.itchenking-variable-form table.variations label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #242e42;
    margin: 0 0 4px;
}

.itchenking-variation-field select,
.itchenking-variation-select,
.itchenking-variable-form select {
    width: 100%;
    min-height: 38px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 7px 9px;
    background: #fff;
    color: #242e42;
    font-size: 13px;
}

.itchenking-variable-form select:focus {
    outline: none;
    border-color: #193366;
}

.itchenking-variable-form .reset_variations {
    display: none !important;
}

.itchenking-card-message {
    min-height: 18px;
    color: #b91c1c;
    font-size: 12px;
    line-height: 1.35;
}

.itchenking-success-box,
.itchenking-empty-box {
    padding: 16px;
    border-radius: 14px;
    background: #f5f3ff;
    color: #193366;
    font-size: 16px;
}

.itchenking-success-box span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
}

.itchenking-swiper {
    padding: 5px 35px 10px;
}

.itchenking-swiper .swiper-button-next,
.itchenking-swiper .swiper-button-prev {
    color: #242e42 !important;
}

.itchenking-swiper .swiper-button-next::after,
.itchenking-swiper .swiper-button-prev::after {
    color: #242e42 !important;
    font-size: 22px;
    font-weight: 700;
}

.itchenking-swiper .swiper-button-next:hover,
.itchenking-swiper .swiper-button-prev:hover {
    color: #193366 !important;
}

@media (max-width: 767px) {
    .itchenking-upsell-wrapper {
        padding: 18px;
    }

    .itchenking-message {
        font-size: 16px;
    }

    .itchenking-swiper {
        padding-left: 5px;
        padding-right: 5px;
    }

    .itchenking-product-title {
        font-size: 14px;
        min-height: 38px;
    }

    .itchenking-product-card {
        padding: 12px;
    }
    .itchenking-swiper .swiper-slide {
        width: 100% !important;
    }
    
}