/* WooCommerce Base Styles */
.woocommerce {
    --primary: #E1723A;
    --primary-hover: #d15f28;
    --text: #333333;
    --light-text: #666666;
    --border: #e0e0e0;
    --background: #f8f8f8;
    --blue: #2A6478;
    --blue-hover: #1a4a5a;
}

/* Buttons */
.woocommerce .button {
    background-color: var(--primary) !important;
    color: #fff !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    transition: background-color 0.3s ease !important;
}

.woocommerce .button:hover {
    background-color: var(--primary-hover) !important;
}

/* Messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    border-radius: 4px;
    position: relative;
}

.woocommerce-message {
    background-color: #f0f9eb;
    color: #67c23a;
    border: 1px solid #c2e7b0;
}

.woocommerce-info {
    background-color: #f4f4f5;
    color: #909399;
    border: 1px solid #d3d4d6;
}

.woocommerce-error {
    background-color: #fef0f0;
    color: #f56c6c;
    border: 1px solid #fbc4c4;
}

/* Form Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 14px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 55px !important;
    width: 100% !important;
    font-size: 16px !important;
    color: #333 !important;
    background-color: #fff !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #2A6478 !important;
    box-shadow: 0 0 0 2px rgba(42, 100, 120, 0.2) !important;
    outline: none !important;
}

/* Price */
.woocommerce-Price-amount {
    color: var(--primary);
    font-weight: 600;
}

/* Tables */
.woocommerce table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1em;
}

.woocommerce table th,
.woocommerce table td {
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination {
    margin: 2em 0;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    border: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 8px 12px;
    background: var(--background);
    border-radius: 4px;
    color: var(--text);
    transition: all 0.3s ease;
}

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

/* Members Area */
.membership-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.membership-status {
    color: #666;
    margin: 0 0 10px 0;
}

.membership-dates {
    color: #999;
    font-size: 0.9em;
    margin: 0;
}

.membership-discount-progress {
    margin-top: 40px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.membership-discount-progress h2 {
    color: #2A6478;
    margin-bottom: 20px;
} 

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    border-radius: 55px !important;
    background-color: var(--blue) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt {
    float: right !important;
}

.custom-add-to-cart-button {
    box-sizing: border-box;
    width: 75%;
}

.lumise-customization-button {
    box-sizing: border-box;
    width: 95%;
}

#custom-lumise-btn {
    display: block;
    width: 80% !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: var(--blue-hover) !important;
}

/* Login Form Input Styles */
.woocommerce-form-login .register-form-input,
.woocommerce-form-login .woocommerce-Input,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 14px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 55px !important;
    width: 100% !important;
    font-size: 16px !important;
    color: #333 !important;
    background-color: #fff !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.woocommerce-form-login .register-form-input:focus,
.woocommerce-form-login .woocommerce-Input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: #2A6478 !important;
    box-shadow: 0 0 0 2px rgba(42, 100, 120, 0.2) !important;
    outline: none !important;
}

.woocommerce form.login {
    border: none !important;
}

dl.variation .variation-Quantity {
    display: none;
}

.testimonials-slider {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
}

.quantity-button-wrapper {
    display: flex;
    align-items: stretch;
    gap: 12px;
}

.quantity-button-wrapper .quantity {
    flex: 0 0 auto;
    min-width: 120px;
    margin: 0;
}

#custom-add-to-cart-btn,
#custom-lumise-btn .lumise-customize-button {
    flex: 1 1 0;
    width: 100%;
    min-width: 120px;
    box-sizing: border-box;
    margin-top: 0;
}
