.at-shop-app {
    max-width: 1050px;
    margin: 0 auto;
    color: #222;
    font-family: inherit;
}

.at-shop-card {
    background: #fff;
    border: 1px solid #e7dfdb;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    overflow: hidden;
    margin-bottom: 24px;
}

.at-shop-banner-wrap {
    width: 100%;
    background: #500000;
}

.at-shop-banner {
    min-height: 92px;
    padding: 18px 24px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.at-shop-banner img {
    display: block;
    max-height: 60px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.at-shop-banner-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    opacity: .92;
    margin: 0;
}

.at-shop-header {
    background: #500000;
    color: #fff;
    padding: 24px;
    text-align: center;
}

.at-shop-header h2 {
    color: #fff;
    margin: 0;
    font-size: 28px;
}

.at-shop-header p {
    margin: 8px 0 0;
    opacity: .9;
}

.at-shop-empty {
    padding: 22px;
}

.at-shop-table-wrap {
    overflow-x: auto;
}

.at-shop-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.at-shop-table th {
    background: #faf7f5;
    color: #500000;
    text-align: left;
    padding: 13px 14px;
    border-bottom: 1px solid #e7dfdb;
    font-weight: 600;
}

.at-shop-table td {
    padding: 14px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.at-shop-article strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.at-shop-desc {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 1.35;
}

.at-shop-price {
    white-space: nowrap;
    font-weight: 600;
}

.at-shop-qty {
    width: 78px;
    padding: 9px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
}

.at-shop-form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    border-top: 1px solid #eee;
}

.at-shop-field label {
    display: block;
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
}

.at-shop-field input,
.at-shop-field textarea,
.at-shop-field select {
    width: 100%;
    box-sizing: border-box;
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 9px;
    font-size: 15px;
}

.at-shop-summary {
    padding: 22px;
    border-top: 1px solid #eee;
}

.at-shop-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
}

.at-shop-total {
    border-top: 1px solid #e7dfdb;
    padding-top: 12px;
    margin-top: 12px;
    font-size: 21px;
    font-weight: 700;
}

.at-shop-checkbox {
    margin: 14px 0;
    font-size: 14px;
    line-height: 1.45;
}

.at-shop-checkbox a {
    color: #500000;
    text-decoration: underline;
    margin-left: 4px;
}

.at-shop-button {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 14px 20px;
    background: #500000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.at-shop-button:disabled {
    opacity: .45;
    cursor: not-allowed;
}

.at-shop-note {
    font-size: 13px;
    color: #666;
    margin-top: 10px;
}

@media (max-width: 700px) {
    .at-shop-banner {
        min-height: 78px;
        padding: 14px 16px 12px;
    }

    .at-shop-banner img {
        max-height: 52px;
    }

    .at-shop-banner-text {
        font-size: 13px;
    }

    .at-shop-header h2 {
        font-size: 23px;
    }
}
.at-shop-field label {
    display: block;
    font-size: inherit;
    font-weight: 400;
    color: #333;
    margin-bottom: 6px;
}
.at-shop-revocation-button {
    width: 100%;
    display: block;
    margin-top: 12px;
}
.at-shop-success {
    margin-top: 18px;
    padding: 12px 14px;
    background: #eef8ef;
    border: 1px solid #badfbd;
    border-radius: 10px;
    color: #245b2a;
}

.at-shop-separator {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid #e7dfdb;
}

.at-shop-accordion {
    margin-top: 20px;
    border: 1px solid #e7dfdb;
    border-radius: 10px;
    overflow: hidden;
}

.at-shop-accordion summary {
    cursor: pointer;
    padding: 14px 18px;
    font-weight: 600;
    background: #faf7f5;
    color: #500000;
    list-style: none;
}

.at-shop-accordion summary::-webkit-details-marker {
    display: none;
}

.at-shop-revocation {
    padding: 18px;
    background: #fff;
}

.at-shop-revocation-button {
    width: 100%;
    display: block;
    margin-top: 12px;
}