/**
 * Copyright © 2026 Moogento. All rights reserved.
 * See LICENSE.txt for license details.
 */

.moogento-smartcart-container {
    margin: 24px 0 0;
    padding: 20px;
    border: 1px solid #bfd8f1;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(243, 249, 255, 0.98) 55%,
        rgba(231, 242, 252, 0.95) 100%
    );
    box-shadow: 0 18px 40px rgba(13, 67, 122, 0.08);
}

.smartcart-placement-cart {
    margin-top: 18px;
}

.moogento-smartcart-message {
    display: none;
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 600;
}

.moogento-smartcart-message.message-success {
    background: #eef8f0;
    color: #0c6b2d;
}

.moogento-smartcart-message.message-error {
    background: #fff1f0;
    color: #a61b1b;
}

.moogento-smartcart-offers {
    display: grid;
    gap: 16px;
}

.smartcart-offer-tile {
    position: relative;
    border: 1px solid #c5daee;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.98) 0%,
        rgba(241, 248, 255, 0.98) 100%
    );
    padding: 24px 28px;
    overflow: hidden;
    text-align: left;
    box-shadow: 0 12px 28px rgba(10, 59, 111, 0.06);
}

.smartcart-inline-row td {
    padding: 0 0 22px;
    border-top: 0;
}

.smartcart-inline-offers {
    display: grid;
    gap: 14px;
}

.smartcart-offer-tile-inline {
    padding: 16px 18px;
    border-radius: 14px;
    box-shadow: 0 10px 22px rgba(10, 59, 111, 0.08);
}

.smartcart-offer-body {
    display: grid;
    grid-template-columns: minmax(130px, 170px) minmax(0, 1fr) minmax(180px, 240px);
    gap: 24px;
    align-items: center;
}

.smartcart-offer-media {
    display: flex;
    align-items: center;
    justify-content: center;
}

.smartcart-offer-tile-inline .smartcart-offer-body {
    grid-template-columns: 86px minmax(0, 1fr) minmax(140px, 180px);
    gap: 18px;
}

.smartcart-dismiss {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(22, 101, 182, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #1a67c4;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 8px 18px rgba(17, 90, 181, 0.12);
}

.smartcart-dismiss:hover {
    color: #0a4ea6;
    background: #fff;
}

.smartcart-offer-image {
    display: block;
    width: 100%;
    max-width: 160px;
    border-radius: 14px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 12px 28px rgba(10, 59, 111, 0.12);
}

.smartcart-offer-tile-inline .smartcart-offer-image {
    max-width: 86px;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(10, 59, 111, 0.12);
}

.smartcart-offer-content {
    min-width: 0;
    display: grid;
    gap: 12px;
}

.smartcart-offer-tile-inline .smartcart-offer-content {
    gap: 6px;
}

.smartcart-offer-name {
    display: block;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #0f4d8a;
    text-decoration: none;
}

.smartcart-offer-tile-inline .smartcart-offer-name {
    font-size: 22px;
    line-height: 1.15;
}

.smartcart-offer-name:hover {
    color: #0b3b6a;
    text-decoration: none;
}

.smartcart-offer-actions {
    display: grid;
    gap: 14px;
    align-items: center;
    justify-items: stretch;
}

.smartcart-offer-tile-inline .smartcart-offer-actions {
    gap: 10px;
}

.smartcart-offer-price {
    font-size: 34px;
    font-weight: 700;
    color: #0f4d8a;
    text-align: right;
}

.smartcart-offer-tile-inline .smartcart-offer-price {
    font-size: 26px;
}

.smartcart-offer-price .price {
    color: inherit;
}

.smartcart-helper-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #335268;
    white-space: pre-line;
    font-style: normal;
}

.smartcart-offer-tile-inline .smartcart-helper-text {
    font-size: 15px;
    line-height: 1.45;
}

.smartcart-add-to-cart {
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid #1a67c4;
    border-radius: 999px;
    background: linear-gradient(180deg, #2f85e6 0%, #0f5ec0 100%);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(17, 90, 181, 0.22);
}

.smartcart-offer-tile-inline .smartcart-add-to-cart {
    min-height: 44px;
    padding: 0 18px;
}

.smartcart-add-to-cart:hover,
.smartcart-add-to-cart:focus {
    border-color: #0a4ea6;
    background: linear-gradient(180deg, #2474d3 0%, #0b4fa5 100%);
    color: #fff;
}

@media (max-width: 1199.98px) {
    .smartcart-offer-body {
        grid-template-columns: 140px minmax(0, 1fr);
    }

    .smartcart-offer-actions {
        grid-column: 2;
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: center;
    }

    .smartcart-offer-price {
        text-align: left;
    }

    .smartcart-offer-tile-inline .smartcart-offer-body {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .smartcart-offer-tile-inline .smartcart-offer-actions {
        grid-column: 2;
        grid-template-columns: auto auto;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .moogento-smartcart-container {
        padding: 18px;
    }

    .smartcart-offer-tile {
        padding: 22px 20px;
    }
}

@media (max-width: 767.98px) {
    .smartcart-offer-body {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .smartcart-offer-media {
        justify-content: flex-start;
    }

    .smartcart-offer-actions {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .smartcart-offer-name {
        font-size: 24px;
    }

    .smartcart-offer-price {
        font-size: 28px;
    }

    .smartcart-helper-text {
        font-size: 16px;
    }

    .smartcart-add-to-cart {
        min-height: 48px;
    }

    .smartcart-inline-row td {
        padding-bottom: 16px;
    }
}

@media (max-width: 575.98px) {
    .moogento-smartcart-container {
        margin-top: 14px;
        padding: 14px;
    }

    .smartcart-offer-tile {
        padding: 18px 16px;
    }

    .smartcart-offer-name {
        font-size: 20px;
    }

    .smartcart-helper-text {
        font-size: 15px;
    }

    .smartcart-offer-price {
        font-size: 24px;
    }

    .smartcart-dismiss {
        top: 12px;
        right: 12px;
    }
}

.smartcart-offer-tile-compact {
    padding: 16px 18px;
}

.smartcart-offer-tile-compact .smartcart-offer-body {
    grid-template-columns: 1fr;
    gap: 12px;
}

.smartcart-offer-tile-compact .smartcart-offer-actions {
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.smartcart-offer-tile-compact .smartcart-offer-price {
    font-size: 24px;
    text-align: left;
}

.smartcart-offer-tile-compact .smartcart-helper-text {
    font-size: 14px;
}

.smartcart-offer-tile-compact .smartcart-add-to-cart {
    min-height: 44px;
    padding: 0 16px;
    font-size: 13px;
    white-space: nowrap;
}
