/* JYSK Home Page Styles */

#new-address .feedback {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: red;
}

.product-box {
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 20px;
}

.checkout-box {
    border: 1px solid #dedede;
    border-radius: 5px;
}

.product-title {
    font-size: 24px !important;
    font-weight: 400 !important;
}

.product-description {
    font-size: 16px !important;
}

.product-price {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.numberitem .number {
    float: none !important;
    margin-left: 40px;
}

.numberitem.border {
    border: none !important;
    background-color: #fafbfc !important;
}

.centered-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info {
    font-size: 14px;
    top: 2px;
    color: #9baebf;
}

.btn-full {
    width: 100%
}

#ddl-store {
    color: #9baebf
}

#ddl-store * {
    color: #1d1d1b !important
}

.content > * {
    width: 90% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
}

.content > section {
    display: inline-block;
    width: auto;
    padding: 0;
    box-sizing: border-box;
}

section .container {
    margin-left: -20px;
}

table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.fancybox-inner {
    overflow-x: hidden !important;
}

/* ===== Voucher Section - Uses order-card.css styles ===== */
#instant-voucher-section {
    padding: 0 5px;
}

/* Applied Voucher Banner uses .campaign class from order-card.css */

/* ===== Discount Price Styling ===== */
.original-price {
    text-decoration: line-through;
    color: #9BA4B1;
    font-size: 14px;
    margin-left: 8px;
}

.discounted-price {
    color: #0F9918 !important;
}

.discount-info {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}

.discount-label {
    color: #6A778B;
    font-size: 14px;
}

.discount-value {
    color: #0F9918;
    font-size: 14px;
    font-weight: 600;
}

/* ===== Custom Voucher Modal - Same as MrUsta inputs.css ===== */
#custom-voucher-modal .input-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 10px;
    margin-top: 8px;
}

#custom-voucher-modal .input-wrapper i {
    font-size: 26px;
    color: var(--gray-500, #667085);
    cursor: pointer;
    margin-right: 10px;
}

#custom-voucher-modal .input-wrapper input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    padding-left: 0px;
    background: transparent;
    min-width: 0;
    box-shadow: none !important;
}

#custom-voucher-modal .input-label {
    color: var(--gray-700, #42526B);
    font-size: 14px;
    font-weight: 500;
}

