.lcy-production-ribbon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 34px;
    padding: 7px 18px;
    color: #fff;
    background: #302528;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.lcy-production-ribbon span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #cce5db;
    box-shadow: 0 0 0 4px rgba(204,229,219,.14);
}

.lcy-home-returns-entry {
    width: min(1160px, calc(100% - 32px));
    margin: 18px auto 8px;
    color: #302528;
    font-family: inherit;
}

.lcy-home-returns-entry a {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 74px;
    padding: 14px 20px;
    color: inherit;
    border: 1px solid #eadcdf;
    border-radius: 14px;
    background: linear-gradient(100deg, #fbf4f5, #fff 70%);
    box-shadow: 0 7px 22px rgba(48,37,40,.07);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lcy-home-returns-entry a:hover,
.lcy-home-returns-entry a:focus-visible {
    color: inherit;
    border-color: #caaeb5;
    box-shadow: 0 10px 26px rgba(48,37,40,.11);
    transform: translateY(-1px);
}

.lcy-home-returns-icon {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
    background: #75404d;
    font-size: 25px;
    line-height: 1;
}

.lcy-home-returns-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.lcy-home-returns-copy strong {
    font-size: 16px;
    line-height: 1.3;
}

.lcy-home-returns-copy small {
    color: #786e71;
    font-size: 13px;
    line-height: 1.35;
}

.lcy-home-returns-action {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: auto;
    color: #75404d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.lcy-home-returns-action b {
    font-size: 20px;
    font-weight: 400;
}

.lcy-rma-production .lcy-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.lcy-rma-production .lcy-product-image {
    overflow: hidden;
    background: #f5eded;
}

.lcy-rma-production .lcy-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lcy-rma-production textarea {
    width: 100%;
    min-height: 112px;
    resize: vertical;
    padding: 14px 15px;
    color: var(--lcy-ink);
    border: 1px solid var(--lcy-line);
    border-radius: 10px;
    background: #fff;
    font: inherit;
}

.lcy-rma-production textarea:focus {
    outline: 2px solid rgba(117,60,74,.18);
    border-color: var(--lcy-wine);
}

.lcy-rma-production .lcy-field small {
    display: block;
    margin-top: 7px;
    color: var(--lcy-muted);
    font-size: 12px;
    line-height: 1.45;
}

.lcy-rma-production .lcy-forgot-box {
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 14px;
    padding: 16px;
}

.lcy-rma-production .lcy-forgot-box[hidden] {
    display: none;
}

.lcy-review-box {
    margin-top: 18px;
}

.lcy-rma-production .lcy-form-error {
    position: relative;
    z-index: 7;
    scroll-margin-block: 120px;
}

.lcy-spinner {
    width: 17px;
    height: 17px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: lcy-spin .7s linear infinite;
}

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

.lcy-primary-button.is-loading {
    justify-content: center;
    opacity: .72;
    cursor: wait;
}

.lcy-success-payment {
    display: inline-flex;
    margin-top: 22px;
    text-decoration: none;
}

.lcy-rma-production .lcy-summary-line strong {
    max-width: 58%;
    overflow-wrap: anywhere;
}

.lcy-rma-production .lcy-choice > span {
    min-width: 0;
}

.lcy-rma-production .lcy-demo-warning,
.lcy-rma-production .lcy-success-payment {
    overflow-wrap: anywhere;
    text-align: center;
}

@media (max-width: 680px) {
    .lcy-home-returns-entry {
        width: calc(100% - 24px);
        margin: 12px auto 4px;
    }

    .lcy-home-returns-entry a {
        min-height: 68px;
        gap: 11px;
        padding: 12px 14px;
        border-radius: 12px;
    }

    .lcy-home-returns-icon {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 22px;
    }

    .lcy-home-returns-copy strong {
        font-size: 14px;
    }

    .lcy-home-returns-copy small {
        display: none;
    }

    .lcy-home-returns-action {
        font-size: 11px;
    }

    .lcy-rma-production .lcy-forgot-box {
        grid-template-columns: 1fr;
    }

    .lcy-rma-production .lcy-form-error:not([hidden]) {
        display: block;
        margin: 18px 0 14px;
        padding: 13px 15px;
        line-height: 1.45;
    }

    .lcy-rma-production .lcy-panel-actions {
        margin-top: 14px;
    }

    .lcy-rma-production .lcy-success-payment {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lcy-spinner { animation-duration: 1.4s; }
}

