
.msland-modular-checkout-wrapper {
    margin-top: 10px;
    width: 100%;
    border: 1px solid var(--msland-brand, #355872);
    border-radius: var(--radius-lg);
    padding: 15px 15px 8px 15px;
    background: #fff;
}

.msland-modular-checkout-wrapper .msland-checkout-header {
    text-align: center;
    margin-bottom: 12px;
}

.msland-modular-checkout-wrapper .msland-checkout-header h3 {
    color: var(--msland-brand, #355872);
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 2px 0;
    text-transform: uppercase;
}

.msland-modular-checkout-wrapper .msland-checkout-header p {
    color: #6B7280;
    font-size: 0.8rem;
    margin: 0;
}

.msland-modular-checkout-wrapper .msland-quick-checkout-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.msland-modular-checkout-wrapper .msland-checkout-input-group {
    display: flex;
    align-items: stretch;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    height: 48px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.msland-modular-checkout-wrapper .msland-checkout-input-group:hover {
    border-color: #c4c9d4;
}

.msland-modular-checkout-wrapper .msland-checkout-input-group:focus-within {
    border-color: var(--msland-brand, #355872);
    box-shadow: 0 0 0 3px rgba(var(--msland-brand-rgb, 53, 88, 114), 0.08);
}

.msland-modular-checkout-wrapper .msland-icon-section {
    width: 44px;
    background: #f9fafb;
    border-right: 1.5px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #6b7280;
    transition: background 0.2s ease, color 0.2s ease;
}

.msland-modular-checkout-wrapper .msland-checkout-input-group:focus-within .msland-icon-section {
    background: color-mix(in srgb, var(--msland-brand, #355872) 6%, #f9fafb);
    color: var(--msland-brand, #355872);
    border-right-color: color-mix(in srgb, var(--msland-brand, #355872) 25%, #e5e7eb);
}

.msland-modular-checkout-wrapper .msland-icon-section svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
}

.msland-modular-checkout-wrapper .msland-flag-section {
    min-width: 88px;
    gap: 6px;
    padding: 0 10px 0 14px;
    background: #f9fafb;
    border-right: 1.5px solid #e5e7eb;
}

.msland-modular-checkout-wrapper .msland-flag-section svg {
    stroke: none;
    fill: none;
    width: 20px;
    height: 14px;
}

.msland-modular-checkout-wrapper .msland-country-code {
    font-weight: 700;
    font-size: 0.875rem;
    color: #111827;
}

.msland-modular-checkout-wrapper .msland-checkout-input-group input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    padding: 0 14px !important;
    font-size: 0.875rem !important;
    color: #111827 !important;
    outline: none !important;
    height: 100% !important;
    margin: 0 !important;
    font-family: inherit;
}

.msland-modular-checkout-wrapper .msland-checkout-input-group input::placeholder {
    color: #9ca3af;
}

.msland-modular-checkout-wrapper .msland-quantity-selector-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fdfdfd;
    border: 1px solid #f0f0f0;
    border-radius: var(--radius-lg);
    padding: 10px 15px;
    margin-top: 2px;
}

.msland-modular-checkout-wrapper .msland-qty-label {
    font-weight: 800;
    font-size: 0.8rem;
    color: #111827;
    text-transform: uppercase;
}

.msland-modular-checkout-wrapper .msland-quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: var(--radius-lg);
    background: #fff;
    height: 44px;
    overflow: hidden;
}

.msland-modular-checkout-wrapper .msland-qty-btn {
    width: 44px;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #111827;
    font-weight: 700;
}

.msland-modular-checkout-wrapper .msland-qty-btn:hover {
    background: #f9f9f9;
}

.msland-modular-checkout-wrapper .msland-qty-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    border: none !important;
    border-left: 1px solid #e5e7eb !important;
    border-right: 1px solid #e5e7eb !important;
    text-align: center;
    font-weight: 800;
    font-size: 0.9rem;
    line-height: 1;
    color: #111827;
    background: #fff;
    padding: 0;
    margin: 0;
    -moz-appearance: textfield;
    appearance: textfield;
}

.msland-modular-checkout-wrapper .msland-qty-input::-webkit-outer-spin-button,
.msland-modular-checkout-wrapper .msland-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.msland-modular-checkout-wrapper .msland-product-variations-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 5px 0;
}

.msland-modular-checkout-wrapper .msland-variation-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.msland-modular-checkout-wrapper .msland-variation-header {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.msland-modular-checkout-wrapper .msland-variation-label {
    font-size: 0.75rem;
    font-weight: 800;
    color: #4b5563;
    text-transform: uppercase;
}

.msland-modular-checkout-wrapper .msland-selected-variation-name {
    font-size: 0.75rem;
    font-weight: 700;
    color: #111827;
}

.msland-modular-checkout-wrapper .msland-swatches-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.msland-modular-checkout-wrapper .msland-swatch-item {
    min-width: 38px;
    height: 38px;
    border: 1.5px solid #e5e7eb;
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    padding: 2.5px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    user-select: none;
}

.msland-modular-checkout-wrapper .msland-swatch-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.msland-modular-checkout-wrapper .msland-swatch-item.active {
    border-color: var(--msland-brand, #355872);
    box-shadow: 0 0 0 1px var(--msland-brand, #355872);
    background: #fff;
}

.msland-modular-checkout-wrapper .msland-swatch-item img,
.msland-modular-checkout-wrapper .msland-swatch-color {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-lg);
    transition: transform 0.2s ease;
}

.msland-modular-checkout-wrapper .msland-swatch-item.active img,
.msland-modular-checkout-wrapper .msland-swatch-item.active .msland-swatch-color {
    transform: scale(1);
}

.msland-modular-checkout-wrapper .msland-swatch-text {
    font-size: 0.75rem;
    font-weight: 800;
    color: #111827;
    padding: 0 12px;
    white-space: nowrap;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8fafc;
    border-radius: var(--radius-lg);
    transition: all 0.2s ease;
}

.msland-modular-checkout-wrapper .msland-swatch-item.active .msland-swatch-text {
    background: rgba(var(--msland-brand-rgb, 53, 88, 114), 0.1);
    color: var(--msland-brand, #355872);
}

.msland-modular-checkout-wrapper .msland-swatch-item.out-of-stock {
    opacity: 0.4;
    cursor: not-allowed;
    background: #f1f5f9;
    border-style: solid;
    border-color: #e2e8f0;
}

.msland-modular-checkout-wrapper .msland-swatch-item.out-of-stock::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, transparent calc(50% - 1px), #94a3b8 50%, transparent calc(50% + 1px));
    pointer-events: none;
}

.msland-modular-checkout-wrapper .msland-order-summary-box {
    background: rgba(var(--msland-brand-rgb, 53, 88, 114), 0.04);
    border: 1px solid rgba(var(--msland-brand-rgb, 53, 88, 114), 0.1);
    border-radius: var(--radius-lg);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 2px;
}

.msland-modular-checkout-wrapper .msland-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #4b5563;
    font-weight: 500;
}

.msland-modular-checkout-wrapper .msland-total-row {
    margin-top: 2px;
    padding-top: 6px;
    border-top: 1px solid rgba(var(--msland-brand-rgb, 53, 88, 114), 0.1);
    font-size: 0.95rem;
    font-weight: 800;
    color: #111827;
}

.msland-modular-checkout-wrapper .msland-total-row span:last-child {
    color: var(--msland-brand, #355872);
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn {
    background-color: var(--msland-brand, #355872);
    color: #fff;
    border: none;
    border-radius: var(--radius-lg);
    padding: 10px;
    width: 100%;
    cursor: pointer;
    transition: opacity 0.2s;
    margin-top: 4px;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn:hover {
    opacity: 0.95;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.is-out-of-stock {
    background-color: #9ca3af !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn .msland-btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
    fill: none;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn .msland-btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn .msland-main-text {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn .msland-sub-text {
    font-size: 0.7rem;
    opacity: 0.9;
    font-weight: 400;
    margin-top: 1px;
}

.msland-modular-checkout-wrapper .msland-form-message {
    font-size: 0.8rem;
    text-align: center;
    font-weight: 600;
}
.msland-modular-checkout-wrapper .msland-form-message:empty {
    display: none;
}
.msland-modular-checkout-wrapper .msland-form-message:not(:empty) {
    margin-top: 5px;
}
.msland-modular-checkout-wrapper .msland-form-message.error { color: #dc2626; }
.msland-modular-checkout-wrapper .msland-form-message.success { color: #16a34a; }

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.loading {
    position: relative;
    cursor: not-allowed;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.loading .msland-btn-content {
    visibility: hidden;
    opacity: 0;
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    border: 2.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: msland-spin 0.6s linear infinite;
}

@keyframes msland-spin {
    to { transform: rotate(360deg); }
}

.msland-modular-checkout-wrapper .msland-checkout-input-group.has-error {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

.msland-modular-checkout-wrapper .msland-field-error-message {
    color: #dc2626;
    font-size: 0.65rem;
    font-weight: 700;
    margin-top: 4px;
    margin-bottom: 6px;
    margin-left: 10px;
    display: block !important;
    text-align: left;
    width: 100%;
}

@media (min-width: 992px) {
    .msland-modular-checkout-wrapper .msland-checkout-header {
        text-align: center;
    }
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.anim-pulse {
    animation: msland-pulse 4s infinite ease-in-out;
}
@keyframes msland-pulse {
    0%, 50%, 100% { transform: scale(1); }
    10%, 30% { transform: scale(1.04); }
    20%, 40% { transform: scale(1); }
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.anim-shake {
    animation: msland-shake 4s infinite ease-in-out;
}
@keyframes msland-shake {
    0%, 40%, 100% { transform: translateX(0); }
    5%, 15%, 25%, 35% { transform: translateX(-2px); }
    10%, 20%, 30% { transform: translateX(2px); }
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.anim-glow {
    animation: msland-glow 4s infinite ease-in-out;
}
@keyframes msland-glow {
    0%, 50%, 100% { box-shadow: 0 0 0 rgba(255, 255, 255, 0); }
    15%, 35% { box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 10px var(--msland-brand, #355872); }
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.anim-bounce {
    animation: msland-bounce 4s infinite ease-in-out;
}
@keyframes msland-bounce {
    0%, 10%, 25%, 40%, 50%, 100% { transform: translateY(0); }
    5%, 20% { transform: translateY(-5px); }
    15%, 30% { transform: translateY(-2px); }
}

.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.anim-shimmer {
    position: relative;
    overflow: hidden;
}
.msland-modular-checkout-wrapper .msland-confirm-checkout-btn.anim-shimmer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: msland-shimmer 4s infinite linear;
}
@keyframes msland-shimmer {
    0% { left: -150%; }
    40%, 100% { left: 150%; }
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    align-items: stretch;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn,
.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-whatsapp-checkout-btn {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-lg);
    cursor: pointer;
    font-family: inherit;
    transition: opacity 0.2s;
    box-sizing: border-box;
    margin-top: 0;
    width: auto;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn {
    background-color: rgba(var(--msland-brand-rgb, 53, 88, 114), 0.08);
    color: var(--msland-brand, #355872);
    border: 1.5px solid var(--msland-brand, #355872);
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn:hover {
    background-color: rgba(var(--msland-brand-rgb, 53, 88, 114), 0.14);
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn:active {
    background-color: rgba(var(--msland-brand-rgb, 53, 88, 114), 0.2);
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-whatsapp-checkout-btn {
    background-color: rgba(37, 211, 102, 0.08);
    color: #25D366;
    border: 1.5px solid #25D366;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-whatsapp-checkout-btn:hover {
    background-color: rgba(37, 211, 102, 0.14);
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-whatsapp-checkout-btn:active {
    background-color: rgba(37, 211, 102, 0.2);
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    overflow: hidden;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: var(--msland-brand, #355872);
    fill: none;
    display: block;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-whatsapp-checkout-btn svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: #25D366;
    stroke: none;
    display: block;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-main-text {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row.has-one .msland-add-to-cart-btn,
.msland-modular-checkout-wrapper .msland-secondary-btns-row.has-one .msland-whatsapp-checkout-btn {
    flex: none;
    width: 100%;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn.loading {
    position: relative;
    cursor: not-allowed;
    opacity: 0.7;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn.loading .msland-btn-content {
    visibility: hidden;
    opacity: 0;
}

.msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn.loading::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    border: 2px solid rgba(var(--msland-brand-rgb, 53, 88, 114), 0.3);
    border-radius: 50%;
    border-top-color: var(--msland-brand, #355872);
    animation: msland-spin 0.6s linear infinite;
}

.msland-modular-checkout-wrapper .msland-view-config-btn {
    background-color: transparent;
    color: #1e293b;
    border: 1px solid #cbd5e1;
    border-radius: var(--radius-lg);
    padding: 12px 10px;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s, transform 0.1s;
    margin-top: 6px; 
    display: block;
    box-sizing: border-box;
}

.msland-modular-checkout-wrapper .msland-view-config-btn:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
}

.msland-modular-checkout-wrapper .msland-view-config-btn:active {
    transform: scale(0.98);
}

.msland-modular-checkout-wrapper .msland-view-config-btn .msland-btn-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.msland-modular-checkout-wrapper .msland-view-config-btn .msland-btn-icon svg {
    width: 20px;
    height: 20px;
    stroke: #1e293b;
    fill: none;
    display: block;
}

.msland-modular-checkout-wrapper .msland-view-config-btn .msland-btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.msland-modular-checkout-wrapper .msland-view-config-btn .msland-main-text {
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}

.msland-modular-checkout-wrapper .msland-view-config-btn .msland-sub-text {
    font-size: 0.7rem;
    opacity: 0.8;
    font-weight: 400;
    margin-top: 2px;
}

.msland-view-config-btn.card-config-btn {
    width: calc(100% - 10px); 
    margin: 0 5px 5px; 
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #1e293b;
    border-radius: var(--radius-lg); 
    padding: 10px; 
    font-size: 12px; 
    font-weight: 600; 
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    min-height: 40px; 
    transition: background 0.2s, transform 0.1s;
    user-select: none;
    box-sizing: border-box;
}

.msland-view-config-btn.card-config-btn:hover {
    background-color: #f8fafc;
    border-color: #cbd5e1;
}

.msland-view-config-btn.card-config-btn:active {
    transform: scale(0.98);
}

.msland-view-config-btn.card-config-btn svg {
    width: 16px;
    height: 16px;
    stroke: #1e293b;
    fill: none;
    display: block;
}

@media (max-width: 767px) {
    .msland-view-config-btn.card-config-btn {
        font-size: 9px; 
        padding: 8px 5px; 
        gap: 4px; 
    }
}

.msland-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.msland-modal.active {
    display: flex;
}

.msland-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    transition: opacity 0.3s ease;
}

.msland-modal-container {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    z-index: 10;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
    animation: mslandModalFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid #e2e8f0;
}

@keyframes mslandModalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.96) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.msland-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #f1f5f9;
}

.msland-modal-header h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
}

.msland-modal-close {
    background: transparent;
    border: none;
    font-size: 26px;
    font-weight: 500;
    color: #64748b;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.2s, transform 0.2s;
}

.msland-modal-close:hover {
    color: #0f172a;
    transform: scale(1.1);
}

.msland-modal-body {
    padding: 20px 24px;
    overflow-y: auto;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #334155;
    font-family: 'Inter', sans-serif;
    white-space: normal;
}

body.msland-modal-open {
    overflow: hidden !important;
}

.msland-modal-body p,
.msland-modal-body li {
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.msland-modal-body ul,
.msland-modal-body ol {
    margin: 0 !important;
    padding-left: 16px !important;
}

.msland-modal-body br {
    display: block;
    content: "";
    margin-bottom: 4px;
}

.msland-checkout-info-cards-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px;
    margin-bottom: 8px;
    width: 100%;
}

.msland-checkout-info-card {
    background: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 3px rgba(0,0,0,0.015);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.msland-checkout-info-card:hover {
    border-color: #d2d2d2;
}

.msland-info-card-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.msland-info-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4f5f7;
    color: #4b5563;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msland-info-card-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.msland-info-card-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
}

.msland-info-card-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111827;
    font-family: 'Outfit', 'Inter', sans-serif;
    line-height: 1.25;
}

.msland-info-card-badge {
    font-size: 0.725rem;
    font-weight: 700;
    padding: 2.5px 8px;
    border-radius: 20px;
    background: #f3f4f6;
    color: #4b5563;
    display: inline-block;
    line-height: 1;
}

.msland-info-card-badge.badge-orange {
    background: #fff2e8 !important;
    color: #fa8c16 !important;
}

.msland-info-card-link {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--msland-brand, #355872);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.15s ease;
    font-family: 'Outfit', 'Inter', sans-serif;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.msland-info-card-link:hover {
    opacity: 0.8;
    text-decoration: none;
}

.msland-info-popup .msland-popup-container {
    max-width: 480px;
    border: none !important;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 10px 10px -5px rgba(0,0,0,0.04);
}

.msland-info-popup .msland-popup-content {
    padding: 24px;
}

.msland-popup-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f3f4f6;
    width: 100%;
}

.msland-header-icon-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f4f5f7;
    color: #374151;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.msland-header-icon-container svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.msland-popup-header-info h2 {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin: 0 !important;
    font-family: 'Outfit', 'Inter', sans-serif;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.msland-info-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 16px 0 0 0 !important;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.msland-info-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #f3f4f6;
    margin: 0 !important;
}

.msland-info-list li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.msland-list-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 1px;
}

.msland-list-icon.green-icon {
    color: #10b981;
}

.msland-list-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
}

.msland-list-text {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.4;
    font-family: 'Inter', sans-serif;
}

.msland-list-text strong {
    font-weight: 700;
    color: #111827;
}

.msland-popup-description {
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f4f6;
    font-family: 'Inter', sans-serif;
}

.msland-popup-description strong {
    color: #111827;
}

.msland-info-sections-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.msland-info-section-item {
    display: flex;
    gap: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f4f6;
}

.msland-info-section-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.msland-section-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 2px;
}

.msland-section-icon.orange-icon {
    color: #fa8c16;
}

.msland-section-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.msland-section-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
}

.msland-section-body h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #111827;
    margin: 0;
    font-family: 'Outfit', 'Inter', sans-serif;
    line-height: 1.2;
}

.msland-section-body p {
    font-size: 0.825rem;
    color: #4b5563;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-family: 'Inter', sans-serif;
    text-align: left;
    white-space: pre-line;
}

.msland-helper-text {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 1px;
    font-style: italic;
    font-family: 'Inter', sans-serif;
}

.msland-info-popup-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
}

.msland-info-popup-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'Outfit', 'Inter', sans-serif;
    letter-spacing: 0.2px;
}

.msland-btn-map {
    background: #1e293b;
    color: #ffffff !important;
    border: none;
}

.msland-btn-map:hover {
    background: #0f172a;
    text-decoration: none;
}

.msland-btn-store {
    background: #ffffff;
    color: #1e293b !important;
    border: 1.5px solid #e5e7eb;
}

.msland-btn-store:hover {
    background: #f9fafb;
    border-color: #cbd5e1;
    text-decoration: none;
}

.msland-info-popup-buttons svg {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
}

@media (max-width: 480px) {
    .msland-info-popup-buttons {
        grid-template-columns: 1fr;
    }
}

.msland-google-review-card .google-icon-bg {
    background: #ffffff !important;
    border: 1px solid #f0f0f0;
}

.msland-google-review-card .google-icon-bg svg {
    stroke: none !important;
    fill: initial !important;
    width: 18px !important;
    height: 18px !important;
}

.msland-google-review-card .google-stars-row {
    display: flex;
    align-items: center;
    gap: 2.5px;
    font-size: 1.15rem;
    line-height: 1;
}

.msland-google-review-card .google-stars-row .star-filled {
    color: #ffb700;
}

.msland-google-review-card .google-stars-row .star-half {
    position: relative;
    display: inline-block;
    color: #e0e0e0;
}

.msland-google-review-card .google-stars-row .star-half::before {
    content: "★";
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    overflow: hidden;
    color: #ffb700;
}

.msland-google-review-card .google-rating-text {
    font-size: 0.775rem;
    color: #4b5563;
    font-family: 'Outfit', 'Inter', sans-serif;
}

.msland-google-review-card .google-rating-text strong {
    font-weight: 700;
    color: #111827;
}

.msland-info-card-desc {
    font-size: 0.75rem;
    color: #6b7280;
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
}

.google-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

@media (max-width: 480px) {
    .msland-checkout-info-card {
        padding: 10px 12px !important;
    }
    .msland-info-card-left {
        gap: 8px !important;
    }
    .msland-info-card-icon {
        width: 30px !important;
        height: 30px !important;
    }
    .msland-info-card-icon svg {
        width: 14px !important;
        height: 14px !important;
        stroke-width: 2.2 !important;
    }
    .msland-info-card-title {
        font-size: 0.75rem !important;
    }
    .msland-info-card-badge {
        font-size: 0.625rem !important;
        padding: 2px 6px !important;
    }
    .msland-info-card-link {
        font-size: 0.75rem !important;
    }
    .msland-info-card-desc {
        font-size: 0.65rem !important;
    }
    .msland-google-review-card .google-rating-text {
        font-size: 0.675rem !important;
    }
    .msland-google-review-card .google-stars-row {
        font-size: 0.9rem !important;
        gap: 1.5px !important;
    }
    
    .msland-modular-checkout-wrapper .msland-secondary-btns-row {
        gap: 6px !important;
    }
    .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn,
    .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-whatsapp-checkout-btn {
        padding: 0 4px !important;
        height: 42px !important;
    }
    .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-btn-content {
        gap: 4px !important;
    }
    .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn svg,
    .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-whatsapp-checkout-btn svg {
        width: 14px !important;
        height: 14px !important;
    }
    .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-main-text {
        font-size: 0.64rem !important;
        letter-spacing: 0 !important;
    }
}

.msland-contact-popup .msland-popup-container {
    max-width: 820px !important;
    width: 95% !important;
    border-radius: 12px !important;
    background: #F6F6F6 !important;
}

.msland-popup-subtitle-tag {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--msland-brand, #355872);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.msland-popup-main-title {
    font-size: 1.85rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 24px 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.msland-contact-popup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
}

.msland-column-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: #111827;
}

.msland-column-header .header-icon {
    stroke: var(--msland-brand, #355872);
    flex-shrink: 0;
}

.msland-column-header h3 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
}

.msland-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #f3f4f6;
}

.msland-hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10.5px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.875rem;
}

.msland-hours-list li .day-name {
    font-weight: 600;
    color: #374151;
}

.msland-hours-list li .day-time {
    color: #4b5563;
    font-weight: 500;
    text-align: right;
}

.msland-hours-list li:first-child .day-name {
    color: var(--msland-brand, #355872);
}
.msland-hours-list li:first-child .day-time {
    color: var(--msland-brand, #355872);
    font-weight: 700;
}

.msland-hours-list li.closed-day .day-time {
    color: #ef4444;
    font-weight: 700;
}

.msland-support-notice {
    margin-top: 16px;
    font-size: 0.85rem;
    color: var(--msland-brand, #355872);
}

.msland-contact-cards-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.msland-contact-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.msland-contact-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    border-color: #d1d5db;
}

.msland-contact-card .card-icon-container {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(var(--msland-brand-rgb, 53, 88, 114), 0.08);
    color: var(--msland-brand, #355872);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.msland-contact-card .card-icon-container svg {
    display: block;
}

.msland-contact-card .card-icon-container.whatsapp-icon-color {
    background: rgba(37, 211, 102, 0.08);
    color: #25D366;
}

.msland-contact-card .card-text-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.msland-contact-card .card-label {
    font-size: 0.675rem;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.05em;
}

.msland-contact-card .card-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.4;
}

.msland-contact-card .card-note {
    font-size: 0.775rem;
    font-weight: 500;
    color: #6b7280;
}

.msland-contact-card .card-note.text-red {
    color: #ef4444;
}

@media (max-width: 768px) {
    .msland-contact-popup-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .msland-contact-popup .msland-popup-container {
        padding: 24px 16px !important;
    }
    
    .msland-popup-main-title {
        font-size: 1.5rem;
        margin-bottom: 18px;
    }
}

body.dark-mode .msland-modular-checkout-wrapper {
    background: transparent !important;
}

body.dark-mode .checkout-section {
    background-color: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .checkout-section-title {
    color: #ffffff !important;
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-order-item {
    background-color: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-swatch-item {
    background: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-swatch-item.active {
    background: var(--color-background-tertiary) !important;
    border-color: #ffffff !important;
}

body.dark-mode .msland-swatch-text {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-swatch-item.active .msland-swatch-text {
    color: #ffffff !important;
}

body.dark-mode .payment-method {
    background-color: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .payment-method.active {
    border-color: #ffffff !important;
}

body.dark-mode .payment-method-title {
    color: #ffffff !important;
}

body.dark-mode .payment-method-desc {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .checkout-input,
body.dark-mode .checkout-select,
body.dark-mode .checkout-textarea,
body.dark-mode .form-row input[type="text"],
body.dark-mode .form-row input[type="tel"],
body.dark-mode .form-row input[type="email"],
body.dark-mode .form-row select,
body.dark-mode .form-row textarea {
    background-color: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
    color: #ffffff !important;
}

body.dark-mode .checkout-input:focus,
body.dark-mode .checkout-select:focus,
body.dark-mode .checkout-textarea:focus {
    border-color: #ffffff !important;
}

body.dark-mode .msland-checkout-summary-wrapper {
    background-color: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-summary-row {
    color: var(--color-text-secondary) !important;
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-order-summary-box {
    background: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-order-summary-box .msland-total-row {
    color: #ffffff !important;
}

body.dark-mode .msland-support-notice {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-contact-card {
    background: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-contact-card-title {
    color: #ffffff !important;
}

body.dark-mode .msland-contact-card-desc {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-checkout-footer {
    background-color: var(--color-background-secondary) !important;
    border-top-color: var(--color-border) !important;
}

body.dark-mode .msland-submit-checkout-btn {
    background: #ffffff !important;
    color: #151111 !important;
}

body.dark-mode .msland-checkout-popup {
    background: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-popup-container {
    background: var(--color-background-secondary) !important;
    color: #ffffff !important;
}

body.dark-mode .msland-popup-main-title {
    color: #ffffff !important;
}

body.dark-mode .msland-form-card {
    background: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-form-card-title {
    color: #ffffff !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-checkout-input-group {
    background: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-icon-section {
    background: var(--color-background-secondary) !important;
    border-right-color: var(--color-border) !important;
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-checkout-input-group input {
    color: #ffffff !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-checkout-input-group input::placeholder {
    color: var(--color-text-tertiary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-checkout-input-group:focus-within {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-checkout-input-group:focus-within .msland-icon-section {
    background: var(--color-background-secondary) !important;
    color: #ffffff !important;
    border-right-color: var(--color-border) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-quantity-selector-box {
    background: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-qty-label {
    color: #ffffff !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-quantity-control {
    border-color: var(--color-border) !important;
    background: var(--color-background-tertiary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-qty-btn {
    color: #ffffff !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-qty-btn:hover {
    background: rgba(255, 255, 255, 0.05) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-qty-input {
    background: var(--color-background-tertiary) !important;
    color: #ffffff !important;
    border-left-color: var(--color-border) !important;
    border-right-color: var(--color-border) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-confirm-checkout-btn {
    background-color: #ffffff !important;
    color: #151111 !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-confirm-checkout-btn svg {
    stroke: #151111 !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-add-to-cart-btn svg {
    stroke: #ffffff !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-secondary-btns-row .msland-whatsapp-checkout-btn {
    background-color: rgba(37, 211, 102, 0.1) !important;
    color: #25D366 !important;
    border-color: #25D366 !important;
}

body.dark-mode .msland-checkout-info-card {
    background: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-checkout-info-card:hover {
    border-color: var(--color-border-hover) !important;
}

body.dark-mode .msland-info-card-icon {
    background: var(--color-background-tertiary) !important;
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-info-card-title {
    color: #ffffff !important;
}

body.dark-mode .msland-info-card-badge {
    background: var(--color-background-tertiary) !important;
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-info-card-badge.badge-orange {
    background: rgba(250, 140, 22, 0.1) !important;
    color: #ff9c6e !important;
}

body.dark-mode .msland-info-card-link {
    color: #3b82f6 !important;
}

body.dark-mode .google-stars-row {
    color: #ffb800 !important;
}

body.dark-mode .msland-info-card-desc {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-google-review-card .google-icon-bg {
    background: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-google-review-card .google-rating-text {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-google-review-card .google-rating-text strong {
    color: #ffffff !important;
}

body.dark-mode .google-stars-row .star-empty {
    color: rgba(255, 255, 255, 0.2) !important;
}

body.dark-mode .msland-turnstile-wrapper iframe {
    color-scheme: dark !important;
}

body.dark-mode .msland-info-popup .msland-popup-container {
    background: var(--color-background-secondary) !important;
    border: 1px solid var(--color-border) !important;
}

body.dark-mode .msland-popup-header-info {
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-popup-header-info h2 {
    color: #ffffff !important;
}

body.dark-mode .msland-header-icon-container {
    background: var(--color-background-tertiary) !important;
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-info-list li {
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-list-text {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-list-text strong {
    color: #ffffff !important;
}

body.dark-mode .msland-popup-description {
    color: var(--color-text-secondary) !important;
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-popup-description strong {
    color: #ffffff !important;
}

body.dark-mode .msland-info-sections-list {
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-info-section-item {
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-section-body h3 {
    color: #ffffff !important;
}

body.dark-mode .msland-section-body p {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-helper-text {
    color: var(--color-text-tertiary) !important;
}

body.dark-mode .msland-contact-popup .msland-popup-container {
    background: var(--color-background-secondary) !important;
}

body.dark-mode .msland-popup-subtitle-tag {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-column-header {
    color: #ffffff !important;
}

body.dark-mode .msland-column-header h3 {
    color: #ffffff !important;
}

body.dark-mode .msland-column-header .header-icon {
    stroke: var(--color-text-secondary) !important;
}

body.dark-mode .msland-hours-list {
    border-top-color: var(--color-border) !important;
}

body.dark-mode .msland-hours-list li {
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-hours-list li .day-name {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-hours-list li .day-time {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-hours-list li:first-child .day-name,
body.dark-mode .msland-hours-list li:first-child .day-time {
    color: #ffffff !important;
}

body.dark-mode .msland-hours-list li.closed-day .day-time {
    color: #ef4444 !important;
}

body.dark-mode .msland-contact-card .card-value {
    color: #ffffff !important;
}

body.dark-mode .msland-contact-card .card-note {
    color: var(--color-text-tertiary) !important;
}

body.dark-mode .msland-btn-map {
    background: #0f172a !important;
    color: #ffffff !important;
}

body.dark-mode .msland-btn-store {
    background: var(--color-background-tertiary) !important;
    color: #ffffff !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-btn-store:hover {
    background: var(--color-background-secondary) !important;
}

body.dark-mode .msland-checkout-popup-wrapper .msland-popup-header {
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-checkout-popup-wrapper .msland-popup-header p {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-checkout-popup-wrapper .msland-popup-top-bar h2 {
    color: #ffffff !important;
}

body.dark-mode .msland-checkout-popup-wrapper .msland-item-image {
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-modal-container {
    background: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-modal-header {
    border-bottom-color: var(--color-border) !important;
}

body.dark-mode .msland-modal-header h3 {
    color: #ffffff !important;
}

body.dark-mode .msland-modal-close {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-modal-close:hover {
    color: #ffffff !important;
}

body.dark-mode .msland-modal-body {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-view-config-btn {
    color: #ffffff !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-view-config-btn:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: var(--color-border-hover) !important;
}

body.dark-mode .msland-view-config-btn .msland-btn-icon svg {
    stroke: #ffffff !important;
}

body.dark-mode .msland-view-config-btn.card-config-btn {
    background: transparent !important;
    border-color: var(--color-border) !important;
    color: #ffffff !important;
}

body.dark-mode .msland-view-config-btn.card-config-btn:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: var(--color-border-hover) !important;
}

body.dark-mode .msland-view-config-btn.card-config-btn svg {
    stroke: #ffffff !important;
}

body.dark-mode .product-title {
    color: #ffffff !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-checkout-header p {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-flag-section {
    background: var(--color-background-secondary) !important;
    border-right-color: var(--color-border) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-country-code {
    color: var(--color-text) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-variation-label {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-selected-variation-name {
    color: var(--color-text) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-swatch-item {
    background: var(--color-background-tertiary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-swatch-item.active {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 1px #ffffff !important;
    background: var(--color-background-tertiary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-swatch-text {
    color: var(--color-text-secondary) !important;
    background: var(--color-background-tertiary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-swatch-item.active .msland-swatch-text {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-order-summary-box {
    background: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-summary-row {
    color: var(--color-text-secondary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-total-row {
    color: var(--color-text) !important;
    border-top-color: var(--color-border) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-swatch-item.out-of-stock {
    opacity: 0.3 !important;
    background: rgba(255, 255, 255, 0.02) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-swatch-item.out-of-stock::after {
    background: linear-gradient(to top right, transparent calc(50% - 1px), rgba(255, 255, 255, 0.2) 50%, transparent calc(50% + 1px)) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-confirm-checkout-btn.is-out-of-stock {
    background-color: var(--color-background-tertiary) !important;
    color: var(--color-text-tertiary) !important;
}

body.dark-mode .msland-modular-checkout-wrapper .msland-checkout-header h3 {
    color: #ffffff !important;
}

body.dark-mode .msland-checkout-info-cards-container .msland-checkout-info-card {
    background: var(--color-background-secondary) !important;
    border-color: var(--color-border) !important;
}

body.dark-mode .msland-checkout-info-cards-container .msland-checkout-info-card:hover {
    border-color: var(--color-border-hover) !important;
}
