/*
 * Olivenmeer — Fase 17 final correcta
 */

body.oma-phase17-final {
    --om17-page: 1600px;
    --om17-main: 1400px;

    --om17-green: #17291f;
    --om17-green-dark: #0d1912;
    --om17-green-mid: #536451;
    --om17-green-light: #dce8d2;

    --om17-ivory: #fbf9f4;
    --om17-cream: #f1ede4;
    --om17-white: #fffefa;

    --om17-text: #20251f;
    --om17-muted: #656b63;
    --om17-line: rgba(62, 76, 65, 0.14);

    --om17-serif:
        "Libre Caslon Text",
        "Cormorant Garamond",
        Charter,
        Georgia,
        serif;

    --om17-sans:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    margin: 0;
    overflow-x: clip;
    background: #f7f5f1;
    color: var(--om17-text);
}

body.oma-phase17-final #header,
body.oma-phase17-final .site-header,
body.oma-phase17-final #footer,
body.oma-phase17-final .site-footer,
body.oma-phase17-final .ct-footer,
body.oma-phase17-final .ct-trending-block,
body.oma-phase17-final [data-id="trending"],
body.oma-phase17-final .om-utility-footer,
body.oma-phase17-final .oma-home-footer,
body.oma-phase17-final .omx-utility-footer,
body.oma-phase17-final .page-title,
body.oma-phase17-final .entry-header {
    display: none !important;
}

body.oma-phase17-final
:is(
    #main,
    .site-main,
    .content-area,
    .ct-container-full,
    article.page,
    article.type-page,
    .entry-content
) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.oma-phase17-final .entry-content > * {
    width: 100%;
    max-width: none;
    margin: 0;
}

.oma17f-home,
.oma17f-home * {
    box-sizing: border-box;
}

.oma17f-home {
    min-height: 100vh;
    font-family: var(--om17-sans);
}

.oma17f-frame {
    width: min(100%, var(--om17-page));
    margin: 0 auto;
    background: var(--om17-ivory);
    box-shadow:
        0 0 55px rgba(28, 38, 29, 0.09);
}

.oma17f-home h1,
.oma17f-home h2,
.oma17f-home h3,
.oma17f-home p,
.oma17f-home dl,
.oma17f-home dt,
.oma17f-home dd {
    margin: 0;
}

.oma17f-home h1,
.oma17f-home h2,
.oma17f-home h3 {
    font-family: var(--om17-serif);
    font-weight: 400;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.oma17f-home a {
    text-decoration: none;
}

.oma17f-header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    width: min(100%, var(--om17-page));
    transform: translateX(-50%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    transition:
        background-color 240ms ease,
        color 240ms ease,
        border-color 240ms ease,
        box-shadow 240ms ease;
}

.admin-bar .oma17f-header {
    top: 32px;
}

.oma17f-header.is-scrolled,
.oma17f-header.is-menu-open {
    border-color: rgba(62, 76, 65, 0.12);
    background: rgba(251, 249, 244, 0.92);
    color: var(--om17-green);
    box-shadow:
        0 10px 35px rgba(22, 33, 25, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.oma17f-header__inner {
    position: relative;
    display: grid;
    min-height: 82px;
    grid-template-columns:
        minmax(0, 1fr)
        auto
        minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    padding: 0 clamp(24px, 3.5vw, 55px);
}

.oma17f-header__nav {
    display: flex;
    align-items: center;
    gap: clamp(19px, 2vw, 32px);
}

.oma17f-header__nav a {
    color: currentColor;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    white-space: nowrap;
}

.oma17f-header__nav a:hover,
.oma17f-header__nav a:focus-visible {
    opacity: 0.66;
}

.oma17f-header__brand {
    color: currentColor;
    font-family: var(--om17-serif);
    font-size: clamp(27px, 2.2vw, 37px);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.oma17f-header__actions {
    display: flex;
    justify-content: flex-end;
}

.oma17f-cart {
    position: relative;
    display: flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.oma17f-cart svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.oma17f-cart span {
    position: absolute;
    top: 1px;
    right: -1px;
    display: flex;
    min-width: 17px;
    height: 17px;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border-radius: 99px;
    background: var(--om17-green-light);
    color: var(--om17-green);
    font-size: 8px;
    font-weight: 800;
}

.oma17f-menu-button {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    background: transparent;
    color: currentColor;
    cursor: pointer;
}

.oma17f-menu-button span {
    width: 23px;
    height: 1.5px;
    background: currentColor;
    transition:
        transform 180ms ease,
        opacity 180ms ease;
}

.oma17f-header.is-menu-open
.oma17f-menu-button span:first-child {
    transform:
        translateY(3.75px)
        rotate(45deg);
}

.oma17f-header.is-menu-open
.oma17f-menu-button span:last-child {
    transform:
        translateY(-3.75px)
        rotate(-45deg);
}

.oma17f-mobile-menu {
    display: none;
}

.oma17f-section {
    position: relative;
}

.oma17f-hero {
    min-height: 930px;
    overflow: hidden;
    background: var(--om17-green-dark);
    color: #fff;
}

.oma17f-hero__video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oma17f-hero__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(6, 15, 9, 0.88) 0%,
            rgba(8, 17, 11, 0.67) 44%,
            rgba(8, 16, 11, 0.25) 74%,
            rgba(7, 13, 9, 0.45) 100%
        ),
        linear-gradient(
            180deg,
            rgba(4, 10, 6, 0.28) 0%,
            rgba(4, 11, 7, 0.03) 40%,
            rgba(4, 11, 7, 0.66) 100%
        );
}

.oma17f-hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 850px;
    max-width: 870px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding:
        150px
        clamp(40px, 4vw, 70px)
        190px;
}

.oma17f-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--om17-green-mid);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.oma17f-kicker--light {
    color: rgba(235, 239, 219, 0.88);
}

.oma17f-hero h1 {
    max-width: 850px;
    margin-top: 19px;
    color: #fff;
    font-size: clamp(63px, 6.7vw, 105px);
    line-height: 0.94;
}

.oma17f-hero h1 em {
    display: block;
    color: #e8e1c4;
    font-weight: 400;
}

.oma17f-hero__content > p {
    max-width: 680px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.79);
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.65;
}

.oma17f-hero__buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 34px;
}

.oma17f-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 13px 27px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        color 180ms ease,
        border-color 180ms ease;
}

.oma17f-button--light {
    background: var(--om17-green-light);
    color: var(--om17-green);
}

.oma17f-button--dark {
    background: var(--om17-green);
    color: #fff;
}

.oma17f-button--glass {
    border: 1px solid rgba(255, 255, 255, 0.43);
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}

.oma17f-button:hover,
.oma17f-button:focus-visible {
    transform: translateY(-2px);
}

.oma17f-button--light:hover,
.oma17f-button--light:focus-visible {
    background: #fff;
    color: var(--om17-green);
}

.oma17f-button--dark:hover,
.oma17f-button--dark:focus-visible {
    background: #294236;
    color: #fff;
}

.oma17f-button--glass:hover,
.oma17f-button--glass:focus-visible {
    background: #fff;
    color: var(--om17-green);
}

.oma17f-video-button {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    background: rgba(8, 15, 10, 0.52);
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.oma17f-hero-product {
    position: absolute;
    z-index: 4;
    right: clamp(37px, 4vw, 66px);
    bottom: 153px;
    display: grid;
    width: min(330px, 27vw);
    min-height: 430px;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 29px;
    background:
        linear-gradient(
            145deg,
            rgba(80, 76, 65, 0.50),
            rgba(33, 35, 28, 0.32)
        );
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
}

.oma17f-hero-product header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 21px 22px 0;
}

.oma17f-hero-product header span {
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--om17-green-light);
    color: var(--om17-green);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.oma17f-hero-product header small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
    letter-spacing: 0.08em;
}

.oma17f-hero-product__image {
    display: flex;
    min-height: 235px;
    align-items: center;
    justify-content: center;
    padding: 5px 24px 0;
}

.oma17f-hero-product__image img {
    display: block;
    width: auto;
    max-width: 75%;
    height: 225px;
    object-fit: contain;
    filter:
        drop-shadow(
            0 24px 17px rgba(0, 0, 0, 0.33)
        );
}

.oma17f-hero-product__body {
    padding: 20px 22px 23px;
}

.oma17f-hero-product__body h2 {
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
}

.oma17f-hero-product__body > p {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
}

.oma17f-hero-product__body > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.oma17f-hero-product__body strong {
    color: #f0e8ca;
    font-family: var(--om17-serif);
    font-size: 18px;
}

.oma17f-hero-product__body strong del {
    display: none;
}

.oma17f-hero-product__body strong ins {
    text-decoration: none;
}

.oma17f-hero-product__body a {
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.oma17f-facts {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: 80px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 10px;
    padding:
        11px
        clamp(30px, 4vw, 65px);
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(2, 8, 4, 0.86);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.oma17f-facts > div {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
}

.oma17f-facts > div > span {
    display: flex;
    width: 35px;
    height: 35px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(220, 232, 210, 0.12);
    color: var(--om17-green-light);
    font-size: 13px;
}

.oma17f-facts p {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.oma17f-facts small {
    color: rgba(255, 255, 255, 0.45);
    font-size: 8px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.oma17f-facts strong {
    overflow: hidden;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oma17f-main {
    width: min(
        calc(100% - 80px),
        var(--om17-main)
    );
    margin: 0 auto;
    padding: 55px 0 70px;
}

.oma17f-signature {
    display: grid;
    grid-template-columns:
        minmax(0, 2fr)
        minmax(350px, 1fr);
    gap: 22px;
}

.oma17f-featured,
.oma17f-process {
    overflow: hidden;
    border: 1px solid var(--om17-line);
    border-radius: 29px;
    background: var(--om17-white);
    box-shadow:
        0 10px 25px rgba(25, 38, 28, 0.05);
}

.oma17f-featured {
    display: grid;
    min-height: 520px;
    grid-template-columns:
        minmax(340px, 1fr)
        minmax(360px, 1fr);
    align-items: center;
}

.oma17f-featured__visual {
    position: relative;
    display: flex;
    height: 100%;
    min-height: 500px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(
            circle,
            rgba(213, 224, 202, 0.46),
            transparent 47%
        );
}

.oma17f-featured__glow {
    position: absolute;
    width: 65%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(218, 228, 207, 0.30);
    filter: blur(50px);
}

.oma17f-featured__visual img {
    position: relative;
    z-index: 2;
    display: block;
    width: auto;
    max-width: 73%;
    height: 425px;
    object-fit: contain;
    filter:
        drop-shadow(
            0 28px 17px rgba(22, 32, 23, 0.20)
        );
    transition: transform 320ms ease;
}

.oma17f-featured:hover
.oma17f-featured__visual img {
    transform: translateY(-5px) scale(1.015);
}

.oma17f-featured__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding:
        45px
        clamp(32px, 4vw, 62px);
}

.oma17f-featured h2,
.oma17f-process h2 {
    margin-top: 13px;
    font-size: clamp(39px, 3.6vw, 58px);
    line-height: 1.02;
}

.oma17f-featured__content > p,
.oma17f-process > div:first-child > p {
    margin-top: 19px;
    color: var(--om17-muted);
    font-size: 14px;
    line-height: 1.65;
}

.oma17f-featured dl {
    width: 100%;
    margin-top: 27px;
    border-top: 1px solid var(--om17-line);
}

.oma17f-featured dl > div {
    display: grid;
    grid-template-columns:
        minmax(100px, 0.7fr)
        minmax(0, 1.3fr);
    gap: 20px;
    padding: 13px 0;
    border-bottom: 1px solid var(--om17-line);
}

.oma17f-featured dt {
    color: var(--om17-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.oma17f-featured dd {
    color: var(--om17-green);
    font-size: 12px;
    font-weight: 750;
    text-align: right;
}

.oma17f-featured dd del {
    opacity: 0.5;
}

.oma17f-featured dd ins {
    text-decoration: none;
}

.oma17f-featured .oma17f-button {
    width: 100%;
    margin-top: 25px;
}

.oma17f-process {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: space-between;
    padding:
        40px
        34px
        34px;
}

.oma17f-process__items {
    display: grid;
    gap: 11px;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid var(--om17-line);
}

.oma17f-process__items article {
    display: grid;
    grid-template-columns:
        43px
        minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    padding: 13px;
    border: 1px solid rgba(62, 76, 65, 0.11);
    border-radius: 16px;
    background: #fcfbf8;
}

.oma17f-process__items article > span {
    display: flex;
    width: 41px;
    height: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(220, 232, 210, 0.68);
    color: var(--om17-green);
    font-size: 9px;
    font-weight: 800;
}

.oma17f-process__items p {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.oma17f-process__items strong {
    color: var(--om17-green);
    font-size: 11px;
}

.oma17f-process__items small {
    color: var(--om17-muted);
    font-size: 10px;
    line-height: 1.4;
}

.oma17f-story {
    min-height: 565px;
    margin-top: 46px;
    overflow: hidden;
    border-radius: 29px;
    background: var(--om17-green);
    box-shadow:
        0 13px 30px rgba(22, 34, 24, 0.10);
}

.oma17f-story > img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms ease;
}

.oma17f-story:hover > img {
    transform: scale(1.025);
}

.oma17f-story__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(13, 25, 18, 0.86) 0%,
            rgba(13, 25, 18, 0.51) 50%,
            rgba(13, 25, 18, 0.08) 100%
        ),
        linear-gradient(
            0deg,
            rgba(13, 25, 18, 0.58),
            transparent 62%
        );
}

.oma17f-story__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 565px;
    max-width: 760px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding:
        55px
        53px;
}

.oma17f-story h2 {
    margin-top: 14px;
    color: #fff;
    font-size: clamp(48px, 5vw, 76px);
    line-height: 0.98;
}

.oma17f-story p {
    max-width: 650px;
    margin-top: 19px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.67;
}

.oma17f-story .oma17f-button {
    margin-top: 28px;
}

.oma17f-products {
    margin-top: 54px;
    padding:
        55px
        0
        15px;
    background: var(--om17-white);
}

.oma17f-products__header {
    display: grid;
    grid-template-columns:
        minmax(100px, 1fr)
        auto
        minmax(100px, 1fr);
    align-items: center;
    gap: 25px;
    padding: 0 20px;
}

.oma17f-products__header h2 {
    font-size: clamp(37px, 4vw, 57px);
    line-height: 1;
    text-align: center;
}

.oma17f-carousel-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.oma17f-carousel-controls button {
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--om17-line);
    border-radius: 50%;
    background: #fff;
    color: var(--om17-green);
    cursor: pointer;
    box-shadow:
        0 6px 16px rgba(28, 39, 30, 0.06);
}

.oma17f-carousel-controls button:disabled {
    cursor: not-allowed;
    opacity: 0.28;
}

.oma17f-carousel-controls span {
    min-width: 42px;
    color: var(--om17-muted);
    font-size: 9px;
    font-weight: 700;
    text-align: center;
}

.oma17f-product-grid {
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 17px;
    padding:
        110px
        18px
        0;
}

.oma17f-product-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 310px;
    flex-direction: column;
    padding:
        125px
        14px
        14px;
    border: 1px solid var(--om17-line);
    border-radius: 16px;
    background:
        linear-gradient(
            180deg,
            #fffefa,
            #f8f6f0
        );
    box-shadow:
        0 11px 23px rgba(31, 42, 33, 0.07);
    transition:
        transform 230ms ease,
        box-shadow 230ms ease;
}

.oma17f-product-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 18px 32px rgba(31, 42, 33, 0.11);
}

.oma17f-product-card[hidden] {
    display: none;
}

.oma17f-product-card__visual {
    position: absolute;
    top: -96px;
    left: 50%;
    display: flex;
    width: calc(100% - 20px);
    height: 225px;
    align-items: flex-end;
    justify-content: center;
    transform: translateX(-50%);
}

.oma17f-product-card__visual img {
    display: block;
    width: auto;
    max-width: 82%;
    height: 215px;
    object-fit: contain;
    filter:
        drop-shadow(
            0 24px 15px rgba(22, 31, 23, 0.22)
        )
        drop-shadow(
            0 5px 16px rgba(22, 31, 23, 0.09)
        );
    transition:
        transform 260ms ease;
}

.oma17f-product-card:hover
.oma17f-product-card__visual img {
    transform:
        translateY(-5px)
        scale(1.018);
}

.oma17f-product-card__badge {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    max-width: calc(100% - 12px);
    overflow: hidden;
    padding: 6px 9px;
    border-radius: 5px;
    background: var(--om17-green-mid);
    color: #fff;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.07em;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.oma17f-product-card.is-inquiry
.oma17f-product-card__badge {
    background: #8b6721;
}

.oma17f-product-card.is-unavailable
.oma17f-product-card__badge {
    background: #687067;
}

.oma17f-product-card__content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center;
}

.oma17f-product-card h3 {
    display: flex;
    min-height: 57px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.16;
}

.oma17f-product-card h3 a {
    color: var(--om17-text);
}

.oma17f-product-card__price {
    display: flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    color: var(--om17-green);
    font-size: 13px;
    font-weight: 750;
}

.oma17f-product-card__price del {
    margin-right: 5px;
    opacity: 0.45;
}

.oma17f-product-card__price ins {
    text-decoration: none;
}

.oma17f-card-button {
    display: flex;
    width: 100%;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding: 9px;
    border: 1px solid var(--om17-line);
    border-radius: 7px;
    background: transparent;
    color: var(--om17-green);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition:
        background-color 180ms ease,
        border-color 180ms ease,
        color 180ms ease;
}

.oma17f-card-button:hover,
.oma17f-card-button:focus-visible {
    border-color: var(--om17-green);
    background: var(--om17-green);
    color: #fff;
}

.oma17f-product-card.is-inquiry
.oma17f-card-button {
    border-color: #8b6721;
    background: #8b6721;
    color: #fff;
}

.oma17f-products__all {
    display: flex;
    justify-content: center;
    padding: 35px 0 25px;
}

.oma17f-products__all a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(23, 41, 31, 0.42);
    color: var(--om17-green);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.oma17f-footer {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:
        65px
        25px;
    border-top: 1px solid var(--om17-line);
    background: #f8f7f3;
    text-align: center;
}

.oma17f-footer__brand {
    color: var(--om17-green);
    font-family: var(--om17-serif);
    font-size: clamp(38px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: -0.04em;
}

.oma17f-footer > p {
    max-width: 530px;
    margin-top: 17px;
    color: var(--om17-muted);
    font-size: 13px;
    line-height: 1.6;
}

.oma17f-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px 26px;
    margin-top: 25px;
}

.oma17f-footer nav a {
    color: var(--om17-text);
    font-size: 11px;
}

.oma17f-footer > small {
    margin-top: 27px;
    color: var(--om17-muted);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .oma17f-header__nav {
        gap: 16px;
    }

    .oma17f-header__nav a {
        font-size: 8px;
    }

    .oma17f-hero-product {
        width: 290px;
    }

    .oma17f-main {
        width: calc(100% - 48px);
    }

    .oma17f-signature {
        grid-template-columns: minmax(0, 1fr);
    }

    .oma17f-process {
        min-height: auto;
    }

    .oma17f-process__items {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

    .oma17f-process__items article {
        grid-template-columns: minmax(0, 1fr);
        align-items: flex-start;
    }

    .oma17f-product-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .oma17f-header__inner {
        min-height: 72px;
        grid-template-columns:
            52px
            1fr
            52px;
        padding: 0 17px;
    }

    .oma17f-header__nav {
        display: none;
    }

    .oma17f-menu-button {
        display: flex;
    }

    .oma17f-header__brand {
        justify-self: center;
    }

    .oma17f-mobile-menu {
        display: grid;
        max-height: 0;
        overflow: hidden;
        background: rgba(251, 249, 244, 0.98);
        transition:
            max-height 240ms ease,
            padding 240ms ease;
    }

    .oma17f-header.is-menu-open
    .oma17f-mobile-menu {
        max-height: 420px;
        padding: 10px 22px 25px;
    }

    .oma17f-mobile-menu a {
        padding: 13px 0;
        border-bottom: 1px solid var(--om17-line);
        color: var(--om17-green);
        font-size: 11px;
        font-weight: 750;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

    .oma17f-hero {
        min-height: 960px;
    }

    .oma17f-hero__content {
        min-height: 630px;
        max-width: none;
        justify-content: flex-end;
        padding:
            130px
            32px
            80px;
    }

    .oma17f-hero h1 {
        font-size: clamp(55px, 10vw, 82px);
    }

    .oma17f-hero-product {
        right: 32px;
        bottom: 108px;
        width: 280px;
        min-height: 300px;
    }

    .oma17f-hero-product__image {
        min-height: 150px;
    }

    .oma17f-hero-product__image img {
        height: 145px;
    }

    .oma17f-facts {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        min-height: 108px;
        padding: 13px 28px;
    }

    .oma17f-featured {
        grid-template-columns: minmax(0, 1fr);
    }

    .oma17f-featured__visual {
        min-height: 440px;
    }

    .oma17f-story__shade {
        background:
            linear-gradient(
                0deg,
                rgba(13, 25, 18, 0.89),
                rgba(13, 25, 18, 0.35) 70%,
                rgba(13, 25, 18, 0.08)
            );
    }

    .oma17f-product-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .admin-bar .oma17f-header {
        top: 46px;
    }

    .oma17f-frame {
        width: 100%;
    }

    .oma17f-hero {
        min-height: 1010px;
    }

    .oma17f-hero__content {
        min-height: 590px;
        padding:
            115px
            21px
            55px;
    }

    .oma17f-hero h1 {
        font-size: clamp(48px, 15vw, 70px);
    }

    .oma17f-hero__content > p {
        font-size: 14px;
    }

    .oma17f-hero__buttons {
        flex-wrap: wrap;
    }

    .oma17f-button--light {
        width: 100%;
    }

    .oma17f-hero-product {
        right: 20px;
        bottom: 134px;
        left: 20px;
        width: auto;
        min-height: 285px;
    }

    .oma17f-hero-product__image {
        min-height: 125px;
    }

    .oma17f-hero-product__image img {
        height: 120px;
    }

    .oma17f-hero-product__body {
        padding-top: 10px;
    }

    .oma17f-facts {
        min-height: 122px;
        gap: 9px;
        padding: 12px 16px;
    }

    .oma17f-facts > div {
        gap: 8px;
    }

    .oma17f-facts > div > span {
        width: 31px;
        height: 31px;
    }

    .oma17f-facts strong {
        font-size: 8px;
    }

    .oma17f-main {
        width: calc(100% - 24px);
        padding-top: 24px;
    }

    .oma17f-featured,
    .oma17f-process,
    .oma17f-story {
        border-radius: 22px;
    }

    .oma17f-featured__visual {
        min-height: 350px;
    }

    .oma17f-featured__visual img {
        height: 310px;
    }

    .oma17f-featured__content,
    .oma17f-process {
        padding: 33px 22px;
    }

    .oma17f-featured h2,
    .oma17f-process h2 {
        font-size: 42px;
    }

    .oma17f-featured dl > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }

    .oma17f-featured dd {
        text-align: left;
    }

    .oma17f-process__items {
        grid-template-columns: minmax(0, 1fr);
    }

    .oma17f-process__items article {
        grid-template-columns:
            43px
            minmax(0, 1fr);
    }

    .oma17f-story {
        min-height: 540px;
        margin-top: 24px;
    }

    .oma17f-story__content {
        min-height: 540px;
        padding: 35px 22px;
    }

    .oma17f-story h2 {
        font-size: 49px;
    }

    .oma17f-products {
        margin-top: 24px;
        padding-top: 42px;
    }

    .oma17f-products__header {
        grid-template-columns: minmax(0, 1fr);
    }

    .oma17f-products__header > div:first-child {
        display: none;
    }

    .oma17f-products__header h2 {
        font-size: 43px;
    }

    .oma17f-carousel-controls {
        justify-content: center;
    }

    .oma17f-product-grid {
        max-width: 410px;
        grid-template-columns: minmax(0, 1fr);
        margin: 0 auto;
        padding-top: 105px;
    }

    .oma17f-product-card {
        min-height: 325px;
    }

    .oma17f-product-card__visual img {
        height: 220px;
    }

    .oma17f-footer {
        min-height: 360px;
        padding-right: 22px;
        padding-left: 22px;
    }
}

@media (max-width: 300px) {
    .oma17f-header__brand {
        font-size: 25px;
    }

    .oma17f-hero__content {
        padding-right: 14px;
        padding-left: 14px;
    }

    .oma17f-hero-product {
        right: 10px;
        left: 10px;
    }

    .oma17f-facts {
        padding-right: 9px;
        padding-left: 9px;
    }

    .oma17f-facts > div > span {
        display: none;
    }

    .oma17f-featured__content,
    .oma17f-process,
    .oma17f-story__content {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oma17f-home *,
    .oma17f-home *::before,
    .oma17f-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* OM17 REMOVE ANNOUNCEMENT START */

/*
 * Elimina únicamente en la Home la franja promocional superior
 * de envío gratuito y coloca el hero en el borde de la pantalla.
 */
body.oma-phase17-final
:is(
    .ct-header-top,
    .ct-top-bar,
    .ct-header-text,
    .top-bar,
    .header-top,
    .announcement-bar,
    .site-announcement,
    .shipping-bar,
    .free-shipping-bar,
    .promo-bar,
    .header-notice,
    .store-notice,
    [data-row="top"],
    [data-id="top-row"],
    [class*="announcement"],
    [class*="free-shipping"]
) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
}

body.oma-phase17-final {
    padding-top: 0 !important;
}

body.oma-phase17-final .oma17f-header {
    top: 0 !important;
}

body.admin-bar.oma-phase17-final .oma17f-header {
    top: 32px !important;
}

body.oma-phase17-final .oma17f-frame,
body.oma-phase17-final .oma17f-hero {
    margin-top: 0 !important;
}

/* OM17 REMOVE ANNOUNCEMENT END */


/* V8.6 — CONTRASTE DEL HÉROE HOME */
body.omeds-home .oma17f-hero h1 {
    color: #f7f1df !important;
}

body.omeds-home .oma17f-hero h1 em {
    color: #f0e4bf !important;
}


/* V8.9.4 — TEXTOS, TIPOGRAFÍA Y ALINEACIÓN HOME */

body.oma-phase17-final {
    --om17-page: 100%;
    --om17-main: 1660px;
    --om17-gutter: clamp(20px, 4vw, 64px);
    --om17-reading: 720px;
    --om17-section-space: clamp(72px, 8vw, 132px);
    --om17-serif:
        ui-serif,
        "Iowan Old Style",
        "Palatino Linotype",
        "Book Antiqua",
        Palatino,
        Georgia,
        "Times New Roman",
        serif;
    --om17-sans:
        ui-sans-serif,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        sans-serif;
}

.oma17f-frame {
    width: 100%;
    max-width: none;
    box-shadow: none;
}

.oma17f-header {
    width: 100%;
}

.oma17f-home {
    font-family: var(--om17-sans);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

.oma17f-home :is(h1, h2, h3) {
    font-family: var(--om17-serif);
    font-synthesis: none;
}

.oma17f-header__inner {
    width: min(100%, var(--om17-main));
    margin-inline: auto;
    padding-inline: var(--om17-gutter);
}

.oma17f-hero__content {
    width: min(100%, var(--om17-main));
    max-width: none;
    margin-inline: auto;
    padding-left: var(--om17-gutter);
    padding-right: clamp(360px, 35vw, 650px);
}

.oma17f-hero__content > :is(
    h1,
    p,
    .oma17f-kicker,
    .oma17f-hero__buttons
) {
    max-width: var(--om17-reading);
}

.oma17f-facts {
    padding-inline: max(
        var(--om17-gutter),
        calc(
            (100vw - var(--om17-main)) / 2
            + var(--om17-gutter)
        )
    );
}

.oma17f-main {
    width: min(
        calc(100% - 2 * var(--om17-gutter)),
        var(--om17-main)
    );
    padding-top: clamp(56px, 6vw, 96px);
    padding-bottom: clamp(72px, 8vw, 128px);
}

.oma17f-products__header {
    padding-inline: 0;
}

.oma17f-home p {
    line-height: 1.65;
}

.oma17f-home :is(
    .oma17f-kicker,
    .oma17f-header__nav a,
    .oma17f-button,
    .oma17f-card-button,
    .oma17f-product-card__badge
) {
    font-family: var(--om17-sans);
}

.oma17f-hero h1 {
    max-width: 820px;
    font-size: clamp(54px, 7vw, 112px);
    line-height: 0.92;
    letter-spacing: -0.045em;
}

.oma17f-featured__content h2,
.oma17f-process h2,
.oma17f-story h2,
.oma17f-products__header h2 {
    letter-spacing: -0.04em;
}

.oma17f-process__items strong {
    font-size: clamp(16px, 1.25vw, 19px);
}

.oma17f-process__items small {
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 1100px) {
    .oma17f-hero__content {
        padding-right: var(--om17-gutter);
    }
}

@media (max-width: 782px) {
    .oma17f-hero__content,
    .oma17f-facts {
        padding-inline: var(--om17-gutter);
    }
}


/* V8.9.5 — HOME EMOCIONAL E HISTORIA DE JAÉN */

.oma17f-hero__content > p {
    max-width: 700px;
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.72;
}

.oma17f-story__content .oma17f-story__lead {
    margin-bottom: 22px;
    font-size: clamp(18px, 1.45vw, 23px);
    line-height: 1.62;
}

.oma17f-story__content > p:not(.oma17f-story__lead) {
    max-width: 680px;
}

.oma17f-story__quote {
    max-width: 640px;
    margin: clamp(26px, 4vw, 42px) 0 0;
    padding: 4px 0 4px clamp(18px, 2.3vw, 30px);
    border-left: 2px solid rgba(75, 103, 74, 0.55);
    color: var(--om17-ink, currentColor);
    font-family: var(--om17-serif);
    font-size: clamp(22px, 2.4vw, 36px);
    font-style: italic;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.18;
    text-wrap: balance;
}

.oma17f-process__items small {
    max-width: 250px;
}

@media (max-width: 782px) {
    .oma17f-story__quote {
        font-size: clamp(22px, 7.2vw, 31px);
    }
}

