.themelogik-orders {
    position: relative;
    z-index: 0;
    width: 100%;
    display: block;
    min-height: 0;
    padding-block: clamp(6rem, 8vw, 7.25rem) clamp(3rem, 7vw, 5.25rem);
    background-color: color-mix(in srgb, var(--wp--preset--color--white, #fff) 88%, var(--wp--preset--color--black, #000) 12%);
    background-image: var(--themelogik-orders-background-image, none);
    background-position: center top;
    background-repeat: repeat;
    background-size: auto;
}

.themelogik-orders .themelogik-orders__section {
    width: 100%;
}

.themelogik-orders .themelogik-orders__inner {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding-inline: clamp(1rem, 5vw, 4rem);
    box-sizing: border-box;
}

.themelogik-orders .themelogik-orders__card {
    width: min(100%, 74rem);
    margin: 0 auto;
    padding: clamp(1.5rem, 4vw, 3rem);
    border-radius: 2rem;
    background: color-mix(in srgb, var(--wp--preset--color--white, #fff) 94%, transparent);
    box-shadow: 0 24px 60px color-mix(in srgb, var(--wp--preset--color--black, #000) 12%, transparent);
    box-sizing: border-box;
}

.themelogik-orders .themelogik-orders__title,
.themelogik-orders .themelogik-orders__intro > *,
.themelogik-orders .themelogik-orders__help,
.themelogik-orders .themelogik-orders__captcha-question,
.themelogik-orders .themelogik-orders__notice > * {
    margin: 0;
}

.themelogik-orders .themelogik-orders__title {
    margin-bottom: 0.85rem;
    color: var(--wp--preset--color--luminous-vivid-amber, currentColor);
    text-align: center;
    font-size: clamp(2rem, 3.8vw, 3rem);
    line-height: 1.02;
}

.themelogik-orders .themelogik-orders__intro {
    max-width: 44rem;
    margin: 0 auto 1.75rem;
    text-align: center;
    line-height: 1.65;
}

.themelogik-orders .themelogik-orders__notice {
    margin-bottom: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
    line-height: 1.6;
}

.themelogik-orders .themelogik-orders__notice--success {
    background: color-mix(in srgb, var(--wp--preset--color--vivid-green-cyan, currentColor) 12%, var(--wp--preset--color--white, #fff));
    border: 1px solid color-mix(in srgb, var(--wp--preset--color--vivid-green-cyan, currentColor) 25%, transparent);
}

.themelogik-orders .themelogik-orders__notice--error {
    background: color-mix(in srgb, var(--wp--preset--color--vivid-red, currentColor) 10%, var(--wp--preset--color--white, #fff));
    border: 1px solid color-mix(in srgb, var(--wp--preset--color--vivid-red, currentColor) 18%, transparent);
}

.themelogik-orders .themelogik-orders__form {
    display: grid;
    gap: 1.5rem;
}

.themelogik-orders .themelogik-orders__fields {
    display: grid;
    gap: 1.2rem 1.5rem;
    grid-template-columns: minmax(0, 1fr);
}

.themelogik-orders .themelogik-orders__field {
    width: 100%;
    display: grid;
    gap: 0.45rem;
}

.themelogik-orders .themelogik-orders__field--full,
.themelogik-orders .themelogik-orders__field--captcha,
.themelogik-orders .themelogik-orders__actions {
    grid-column: 1 / -1;
}

.themelogik-orders .themelogik-orders__label,
.themelogik-orders .themelogik-orders__products-title,
.themelogik-orders .themelogik-orders__product-name {
    font-weight: 600;
    line-height: 1.4;
}

.themelogik-orders .themelogik-orders__required {
    color: var(--wp--preset--color--vivid-red, currentColor);
}

.themelogik-orders .themelogik-orders__control {
    width: 100%;
    min-height: 3.3rem;
    padding: 0.95rem 1rem;
    border: 1px solid color-mix(in srgb, var(--wp--preset--color--black, #000) 10%, transparent);
    border-radius: 1.2rem;
    background: color-mix(in srgb, var(--wp--preset--color--black, #000) 4%, var(--wp--preset--color--white, #fff));
    color: inherit;
    box-sizing: border-box;
}

.themelogik-orders .themelogik-orders__control--textarea {
    min-height: 9.5rem;
    resize: vertical;
}

.themelogik-orders .themelogik-orders__control--quantity {
    min-width: 5.5rem;
    text-align: center;
}

.themelogik-orders .themelogik-orders__control:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.themelogik-orders .themelogik-orders__help {
    font-size: 0.92rem;
    line-height: 1.5;
    opacity: 0.72;
}

.themelogik-orders .themelogik-orders__products-block {
    display: grid;
    gap: 1rem;
}

.themelogik-orders .themelogik-orders__products-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.themelogik-orders .themelogik-orders__products-title {
    margin: 0;
}

.themelogik-orders .themelogik-orders__products-list {
    display: grid;
    gap: 0.9rem;
}

.themelogik-orders .themelogik-orders__product {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    padding: 1rem;
    border: 1px solid color-mix(in srgb, var(--wp--preset--color--black, #000) 10%, transparent);
    border-radius: 1.35rem;
    background: color-mix(in srgb, var(--wp--preset--color--white, #fff) 96%, var(--wp--preset--color--black, #000) 4%);
}

.themelogik-orders .themelogik-orders__product-media {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 1rem;
    background: color-mix(in srgb, var(--wp--preset--color--black, #000) 5%, var(--wp--preset--color--white, #fff));
}

.themelogik-orders .themelogik-orders__product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.themelogik-orders .themelogik-orders__product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    text-align: center;
    background: color-mix(in srgb, var(--wp--preset--color--luminous-vivid-amber, currentColor) 20%, var(--wp--preset--color--white, #fff));
}

.themelogik-orders .themelogik-orders__product-placeholder-text {
    line-height: 1.2;
    font-size: 0.9rem;
}

.themelogik-orders .themelogik-orders__product-main {
    min-width: 0;
}

.themelogik-orders .themelogik-orders__product-name {
    display: block;
}

.themelogik-orders .themelogik-orders__product-quantity {
    width: min(100%, 6.5rem);
}

.themelogik-orders .themelogik-orders__empty {
    padding: 1.25rem;
    border-radius: 1.25rem;
    background: color-mix(in srgb, var(--wp--preset--color--black, #000) 4%, var(--wp--preset--color--white, #fff));
    line-height: 1.6;
}

.themelogik-orders .themelogik-orders__captcha-question {
    font-weight: 600;
    line-height: 1.5;
}

.themelogik-orders .themelogik-orders__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.themelogik-orders .themelogik-orders__actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.35rem;
}

.themelogik-orders .themelogik-orders__submit {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    padding: 0.95rem 1.6rem;
    border: 1px solid color-mix(in srgb, var(--wp--preset--color--luminous-vivid-amber, currentColor) 90%, var(--wp--preset--color--black, #000) 10%);
    border-radius: 999px;
    background: var(--wp--preset--color--luminous-vivid-amber, currentColor);
    color: var(--wp--preset--color--black, inherit);
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.themelogik-orders .themelogik-orders__submit:hover,
.themelogik-orders .themelogik-orders__submit:focus-visible {
    background: color-mix(in srgb, var(--wp--preset--color--luminous-vivid-amber, currentColor) 72%, var(--wp--preset--color--white, #fff));
    color: var(--wp--preset--color--black, inherit);
    transform: translateY(-1px);
}

.themelogik-orders .themelogik-orders__submit:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.themelogik-orders .themelogik-orders__submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

@media (min-width: 900px) {
    .themelogik-orders .themelogik-orders__section {
        min-height: min(100vh - 12rem, 58rem);
        display: flex;
        align-items: center;
    }

    .themelogik-orders .themelogik-orders__fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .themelogik-orders .themelogik-orders__product {
        grid-template-columns: minmax(0, 1fr);
    }

    .themelogik-orders .themelogik-orders__product-media {
        width: 100%;
        height: 12rem;
    }

    .themelogik-orders .themelogik-orders__product-quantity {
        width: min(100%, 8rem);
    }
}

@media (max-width: 640px) {
    .themelogik-orders .themelogik-orders__inner {
        padding-inline: 1rem;
    }

    .themelogik-orders .themelogik-orders__card {
        padding: 1.25rem;
        border-radius: 1.25rem;
    }

    .themelogik-orders .themelogik-orders__actions {
        justify-content: stretch;
    }

    .themelogik-orders .themelogik-orders__submit {
        width: 100%;
    }
}

.themelogik-orders {
    background-color: color-mix(in srgb, var(--color-principal, #FCFCFC) 88%, var(--color-secundario, #54595F) 12%);
}

.themelogik-orders .themelogik-orders__card,
.themelogik-orders .themelogik-orders__product,
.themelogik-orders .themelogik-orders__empty {
    background: color-mix(in srgb, var(--color-principal, #FCFCFC) 94%, transparent);
}

.themelogik-orders .themelogik-orders__title {
    color: var(--color-enfasis, #BF9738);
    font-family: var(--font-principal-family, "Roboto", sans-serif);
    font-weight: var(--font-principal-weight, 600);
}

.themelogik-orders .themelogik-orders__intro,
.themelogik-orders .themelogik-orders__help,
.themelogik-orders .themelogik-orders__control,
.themelogik-orders .themelogik-orders__empty,
.themelogik-orders .themelogik-orders__product-placeholder-text {
    color: var(--color-texto, #7A7A7A);
    font-family: var(--font-texto-family, "Roboto", sans-serif);
    font-weight: var(--font-texto-weight, 400);
}

.themelogik-orders .themelogik-orders__label,
.themelogik-orders .themelogik-orders__products-title,
.themelogik-orders .themelogik-orders__product-name,
.themelogik-orders .themelogik-orders__captcha-question {
    color: var(--color-secundario, #54595F);
    font-family: var(--font-enfasis-family, "Roboto", sans-serif);
    font-weight: var(--font-enfasis-weight, 500);
}

.themelogik-orders .themelogik-orders__submit {
    border-color: var(--color-enfasis, #BF9738);
    background: var(--color-enfasis, #BF9738);
    color: var(--color-principal, #FCFCFC);
    font-family: var(--font-enfasis-family, "Roboto", sans-serif);
    font-weight: var(--font-enfasis-weight, 500);
}

.themelogik-orders .themelogik-orders__submit:hover,
.themelogik-orders .themelogik-orders__submit:focus-visible {
    background: var(--color-principal, #FCFCFC);
    color: var(--color-enfasis, #BF9738);
}
