:root {
    --vf-ink: #424242;
    --vf-ink-soft: #626262;
    --vf-paper: #ffffff;
    --vf-surface: #f5f5f5;
    --vf-line: #bdbdbd;
    --vf-rose: #e89db0;
    --vf-rose-dark: #b94f6d;
    --vf-rose-soft: #fbedf1;
    --vf-leaf: #2f6b3f;
    --vf-leaf-light: #8bbf6a;
    --vf-muted: #626262;
    --vf-white: #ffffff;
    --vf-shadow: 0 12px 32px rgba(185, 79, 109, .14);
    --vf-radius: 12px;
    --vf-container: 1180px;
}

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--vf-ink);
    background: var(--vf-paper);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
}

body, button, input, select, textarea { letter-spacing: 0; }

h1, h2, h3, h4, h5, h6, .section-title, .widget-title {
    color: var(--vf-ink);
    font-family: "Nunito", "Poppins", Arial, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
}

h1 { font-size: clamp(2.6rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p, label, li, small { color: var(--vf-ink-soft); }

a {
    color: var(--vf-rose-dark);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

a:hover, a:focus {
    color: var(--vf-rose);
    text-decoration: none;
}

img { max-width: 100%; }

.container {
    width: min(100% - 40px, var(--vf-container));
    max-width: var(--vf-container);
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.nav-container {
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--vf-line);
    box-shadow: 0 3px 18px rgba(49, 32, 40, .06);
    backdrop-filter: blur(12px);
}

.sub-navbar {
    min-height: 6px !important;
    height: 6px;
    padding: 0 !important;
    background: var(--vf-rose) !important;
    overflow: hidden;
}

.nav-container .navbar {
    min-height: 76px;
    padding: 8px 0;
    background: var(--vf-paper) !important;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
    padding: 0;
}

.navbar-brand img {
    width: 132px;
    height: 52px;
    object-fit: contain;
}

.vf-main-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.vf-main-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 14px;
    border-radius: 10px;
    color: var(--vf-ink);
    font-family: "Nunito", "Poppins", Arial, sans-serif;
    font-size: .92rem;
    font-weight: 600;
}

.vf-main-nav a:hover, .vf-main-nav a:focus {
    color: var(--vf-rose-dark);
    background: var(--vf-rose-soft);
}

.navbar-icons .li-icon {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--vf-line);
    border-radius: 50%;
    color: var(--vf-ink);
    background: var(--vf-white);
}

.navbar-icons .li-icon:hover {
    border-color: var(--vf-rose);
    color: var(--vf-rose-dark);
}

.shopping-cart .badge { background: var(--vf-rose) !important; color: var(--vf-ink) !important; }

.dropdown-menu {
    border: 1px solid var(--vf-line) !important;
    border-radius: var(--vf-radius);
    box-shadow: var(--vf-shadow) !important;
}

.btn, button, input[type="submit"] {
    min-height: 44px;
    border-radius: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    border-color: var(--vf-rose);
    background: var(--vf-rose);
    color: var(--vf-ink);
}

.btn-primary:hover, .btn-primary:focus {
    border-color: var(--vf-rose-dark);
    background: var(--vf-rose-dark);
    color: var(--vf-white);
}

.form-control, select, textarea {
    min-height: 46px;
    border: 1px solid #d9cfd3;
    border-radius: 6px;
    color: var(--vf-ink);
    background: var(--vf-white);
    box-shadow: none;
}

textarea.form-control { min-height: 132px; }

.form-control:focus, select:focus, textarea:focus {
    border-color: var(--vf-rose-dark);
    box-shadow: 0 0 0 3px rgba(232, 157, 176, .28);
}

.form-group label {
    margin-bottom: 7px;
    color: var(--vf-ink);
    font-size: .9rem;
    font-weight: 700;
}

.card, .product, .product-item, .single-product, .login-form, .register-form {
    border: 1px solid var(--vf-line);
    border-radius: var(--vf-radius);
    background: var(--vf-white);
    box-shadow: 0 5px 18px rgba(49, 32, 40, .05);
}

.product:hover, .product-item:hover, .single-product:hover {
    border-color: #d7bdc6;
    box-shadow: var(--vf-shadow);
    transform: translateY(-2px);
}

.product img, .product-item img, .single-product img {
    background: var(--vf-surface);
    object-fit: contain;
}

#divproducts .product {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

#divproducts .product-thumbnail {
    min-height: 215px;
}

#divproducts .product-thumbnail img {
    height: 205px;
}

.table {
    color: var(--vf-ink);
    background: var(--vf-white);
}

.table thead th {
    border-top: 0;
    border-bottom: 1px solid var(--vf-line);
    color: var(--vf-ink);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.table td, .table th {
    border-color: var(--vf-line);
    vertical-align: middle;
}

.breadcrumb {
    border-radius: 0;
    background: var(--vf-surface);
}

.alert { border-radius: var(--vf-radius); }

.page-head {
    margin-top: 0;
    padding: 26px 0;
    border-bottom: 1px solid var(--vf-line);
    background: var(--vf-surface);
}

.page-head .breadcrumb { margin: 0; font-size: .88rem; }
.page-head .breadcrumb-item.active { color: var(--vf-ink-soft); }
.page-wrapper { min-height: 45vh; background: var(--vf-paper); }
.vf-page-intro { max-width: 700px; margin-bottom: 38px; }
.vf-page-intro .eyebrow {
    margin-bottom: 10px;
    color: var(--vf-rose-dark);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}
.vf-page-intro h1 { margin-bottom: 16px; font-size: clamp(2.4rem, 4vw, 4rem); }
.vf-content-panel {
    height: 100%;
    padding: 30px;
    border: 1px solid var(--vf-line);
    border-radius: var(--vf-radius);
    background: var(--vf-white);
}
.vf-content-panel h2, .vf-content-panel h3 { margin-top: 0; }
.vf-about-image {
    width: 100%;
    height: 100%;
    min-height: 360px;
    border-radius: var(--vf-radius);
    object-fit: cover;
}

.vf-about-page {
    overflow: hidden;
}

.vf-about-intro {
    max-width: 820px;
    margin-bottom: 56px;
}

.vf-about-intro > p:last-child {
    max-width: 680px;
    color: var(--vf-ink-soft);
    font-size: 1.08rem;
    line-height: 1.75;
}

.vf-about-story {
    row-gap: 36px;
}

.vf-about-copy {
    max-width: 590px;
    padding-right: clamp(0px, 3vw, 42px);
}

.vf-about-kicker,
.vf-about-values-heading > p {
    margin-bottom: 10px;
    color: var(--vf-rose-dark);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.vf-about-copy h2 {
    margin-bottom: 18px;
    font-size: clamp(2rem, 3vw, 3.15rem);
}

.vf-about-lead {
    color: var(--vf-ink);
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.7;
}

.vf-about-actions {
    display: flex;
    gap: 18px;
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.vf-ribbon-link {
    min-width: 172px;
    padding: 13px 34px !important;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
    color: var(--vf-ink) !important;
    background: linear-gradient(180deg, #f0b0c0 0%, #e89db0 100%) !important;
    box-shadow: 0 9px 20px rgba(185, 79, 109, .22);
}

.vf-ribbon-link:hover,
.vf-ribbon-link:focus {
    color: var(--vf-white) !important;
    background: var(--vf-rose-dark) !important;
    transform: translateY(-2px);
}

.vf-about-secondary {
    min-width: 150px;
    border: 1px solid var(--vf-leaf) !important;
    border-radius: 8px !important;
    color: var(--vf-leaf) !important;
    background: var(--vf-white) !important;
}

.vf-about-secondary:hover,
.vf-about-secondary:focus {
    border-color: var(--vf-leaf) !important;
    color: var(--vf-leaf) !important;
    background: #eef6e9 !important;
}

.vf-about-figure {
    position: relative;
    margin: 0;
}

.vf-about-figure::before {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 42%;
    height: 48%;
    border-radius: 8px;
    content: "";
    background: var(--vf-rose);
}

.vf-about-figure .vf-about-image {
    position: relative;
    min-height: 460px;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(66, 66, 66, .16);
}

.vf-about-figure figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 14px 18px;
    border-radius: 6px;
    color: var(--vf-leaf);
    background: rgba(238, 246, 233, .94);
    box-shadow: 0 8px 20px rgba(47, 107, 63, .12);
    font-size: .88rem;
    font-weight: 700;
}

.vf-about-purpose {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-top: 72px;
}

.vf-about-purpose article {
    position: relative;
    padding: 30px 32px 26px 86px;
    border-top: 3px solid var(--vf-rose);
    border-radius: 0 0 8px 8px;
    background: var(--vf-white);
    box-shadow: 0 10px 28px rgba(66, 66, 66, .08);
}

.vf-about-purpose h3 {
    margin-bottom: 8px;
    font-size: 1.35rem;
}

.vf-about-purpose p {
    margin-bottom: 0;
}

.vf-about-number {
    position: absolute;
    top: 28px;
    left: 28px;
    color: var(--vf-rose-dark);
    font-size: 1.15rem;
    font-weight: 800;
}

.vf-about-values {
    padding: 72px 0;
    background: #eef6e9;
}

.vf-about-values-heading {
    max-width: 660px;
    margin-bottom: 34px;
}

.vf-about-values-heading h2 {
    margin-bottom: 0;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.vf-about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.vf-about-values-grid > div {
    display: grid;
    gap: 6px;
    align-content: start;
}

.vf-about-values-grid i {
    margin-bottom: 8px;
    color: var(--vf-leaf);
    font-size: 34px;
}

.vf-about-values-grid strong {
    color: var(--vf-leaf);
    font-size: 1rem;
}

.vf-about-values-grid span {
    color: var(--vf-ink-soft);
    font-size: .88rem;
    line-height: 1.55;
}

@media (max-width: 991.98px) {
    .vf-about-intro {
        margin-bottom: 42px;
    }

    .vf-about-copy {
        max-width: none;
        padding-right: 0;
    }

    .vf-about-purpose {
        margin-top: 52px;
    }

    .vf-about-values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .vf-about-intro {
        margin-bottom: 32px;
    }

    .vf-about-intro h1 {
        font-size: 2.35rem;
    }

    .vf-about-actions {
        gap: 12px;
        align-items: stretch;
        flex-direction: column;
    }

    .vf-about-actions .btn {
        width: 100%;
    }

    .vf-ribbon-link {
        padding-right: 38px !important;
        padding-left: 38px !important;
        clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
    }

    .vf-about-figure::before {
        top: -10px;
        right: -10px;
    }

    .vf-about-figure .vf-about-image {
        min-height: 330px;
    }

    .vf-about-figure figcaption {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 11px 13px;
    }

    .vf-about-purpose {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 42px;
    }

    .vf-about-purpose article {
        padding: 24px 22px 22px 66px;
    }

    .vf-about-number {
        top: 23px;
        left: 22px;
    }

    .vf-about-values {
        padding: 50px 0;
    }

    .vf-about-values-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .vf-about-values-grid > div {
        grid-template-columns: 42px 1fr;
        column-gap: 12px;
    }

    .vf-about-values-grid i {
        grid-row: 1 / span 2;
        margin-bottom: 0;
    }
}
.vf-contact-list { margin: 0; padding: 0; list-style: none; }
.vf-contact-list li { padding: 12px 0; border-bottom: 1px solid var(--vf-line); }
.vf-contact-list strong { display: block; color: var(--vf-ink); font-size: .82rem; }
.vf-contact-form .form-control { margin-bottom: 14px; }
.vf-contact-form .btn { min-width: 150px; }

.vf-contact-page {
    background: linear-gradient(180deg, var(--vf-paper) 0%, #fff 62%, #eef6e9 100%);
}

.vf-contact-intro {
    max-width: 780px;
    margin-bottom: 52px;
}

.vf-contact-intro > p:last-child {
    max-width: 680px;
    color: var(--vf-ink-soft);
    font-size: 1.05rem;
    line-height: 1.7;
}

.vf-contact-layout .row {
    row-gap: 24px;
}

.vf-contact-info,
.vf-contact-form-panel {
    height: 100%;
    padding: clamp(26px, 4vw, 42px);
    border-radius: 8px;
}

.vf-contact-info {
    color: var(--vf-ink);
    background: #eef6e9;
}

.vf-contact-form-panel {
    border: 1px solid var(--vf-line);
    background: var(--vf-white);
    box-shadow: 0 16px 38px rgba(66, 66, 66, .09);
}

.vf-contact-kicker {
    margin-bottom: 8px;
    color: var(--vf-rose-dark);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.vf-contact-info h2,
.vf-contact-form-panel h2 {
    margin-bottom: 24px;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.vf-contact-details {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vf-contact-details li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(47, 107, 63, .14);
}

.vf-contact-details i {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    place-items: center;
    color: var(--vf-leaf);
    background: var(--vf-white);
    font-size: 21px;
}

.vf-contact-details span {
    display: block;
    margin-bottom: 2px;
    color: var(--vf-leaf);
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.vf-contact-details a,
.vf-contact-details p {
    margin: 0;
    color: var(--vf-ink);
    overflow-wrap: anywhere;
}

.vf-contact-details a:hover,
.vf-contact-details a:focus {
    color: var(--vf-rose-dark);
}

.vf-contact-hours {
    margin-top: 28px;
}

.vf-contact-hours h3 {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    align-items: center;
    color: var(--vf-leaf);
    font-size: 1.05rem;
}

.vf-contact-hours dl {
    margin: 0;
}

.vf-contact-hours dl > div {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px dashed rgba(47, 107, 63, .16);
}

.vf-contact-hours dt,
.vf-contact-hours dd {
    margin: 0;
    font-size: .84rem;
}

.vf-contact-hours dd {
    color: var(--vf-ink-soft);
    text-align: right;
}

.vf-contact-form-lead {
    margin-top: -14px;
    margin-bottom: 28px;
    color: var(--vf-ink-soft);
}

.vf-contact-form label {
    display: block;
    margin-bottom: 7px;
    color: var(--vf-ink);
    font-size: .82rem;
    font-weight: 700;
}

.vf-contact-form .form-control {
    min-height: 50px;
    margin-bottom: 18px;
    border: 1px solid var(--vf-line);
    border-radius: 8px;
    background: #fafafa;
}

.vf-contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.vf-contact-form .form-control:focus {
    border-color: var(--vf-rose);
    background: var(--vf-white);
    box-shadow: 0 0 0 3px rgba(232, 157, 176, .18);
}

.vf-contact-form .form-control.is-invalid {
    border-color: var(--vf-rose-dark);
}

.vf-contact-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vf-contact-submit {
    margin-top: 8px;
}

@media (max-width: 991.98px) {
    .vf-contact-intro {
        margin-bottom: 40px;
    }

    .vf-contact-info,
    .vf-contact-form-panel {
        height: auto;
    }
}

@media (max-width: 575.98px) {
    .vf-contact-intro {
        margin-bottom: 30px;
    }

    .vf-contact-intro h1 {
        font-size: 2.35rem;
    }

    .vf-contact-info,
    .vf-contact-form-panel {
        padding: 24px 20px;
    }

    .vf-contact-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .vf-contact-hours dl > div {
        gap: 8px;
    }

    .vf-contact-hours dt,
    .vf-contact-hours dd {
        font-size: .79rem;
    }

    .vf-contact-submit {
        width: 100%;
    }
}
.vf-auth-shell { max-width: 560px; margin: 0 auto; }
.vf-auth-card {
    padding: clamp(24px, 5vw, 44px);
    border: 1px solid var(--vf-line);
    border-radius: var(--vf-radius);
    background: var(--vf-white);
    box-shadow: var(--vf-shadow);
}
.vf-auth-card h1 { margin-bottom: 8px; font-size: clamp(2.2rem, 4vw, 3.3rem); }
.vf-auth-card > p { margin-bottom: 28px; }
.vf-auth-card .register-form { padding: 0; border: 0; box-shadow: none; }
.vf-auth-links {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 18px;
    font-size: .9rem;
}
#productos { scroll-margin-top: 90px; }

.vf-carousel-slide {
    min-height: min(720px, 72vh);
    background-position: center;
    background-size: cover;
}

.vf-carousel-slide .slide-item-info {
    max-width: 610px;
}

.vf-carousel-slide .vf-carousel-eyebrow {
    margin-bottom: 14px;
    color: var(--vf-rose-dark);
    font-size: .8rem;
    font-weight: 800;
    text-transform: uppercase;
}

.vf-carousel-slide .slide-title {
    color: var(--vf-ink);
    font-size: clamp(3rem, 5.2vw, 5.4rem);
    line-height: 1;
}

.vf-carousel-slide h5.slide-title {
    max-width: 560px;
    font-size: clamp(2rem, 3.2vw, 3.4rem) !important;
    line-height: 1.08 !important;
}

.vf-carousel-slide .slide-brief p {
    max-width: 510px;
    color: var(--vf-ink-soft);
    font-size: 1.08rem;
}

.vf-carousel-slide .vf-carousel-cta {
    display: inline-flex !important;
    min-width: 190px;
    min-height: 50px;
    padding: 12px 28px !important;
    border: 1px solid var(--vf-rose) !important;
    border-radius: 6px !important;
    align-items: center;
    justify-content: center;
    color: var(--vf-white) !important;
    background: var(--vf-rose) !important;
    box-shadow: 0 10px 24px rgba(145, 54, 83, .2);
    font-family: "DM Sans", "Manrope", Arial, sans-serif !important;
    font-size: .92rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
}

.vf-carousel-slide .vf-carousel-cta:hover,
.vf-carousel-slide .vf-carousel-cta:focus {
    border-color: var(--vf-rose-dark) !important;
    color: var(--vf-white) !important;
    background: var(--vf-rose-dark) !important;
    box-shadow: 0 12px 28px rgba(145, 54, 83, .28);
    transform: translateY(-2px);
}

.vf-carousel-slide .vf-carousel-eyebrow,
.vf-carousel-slide .slide-title,
.vf-carousel-slide .slide-brief,
.vf-carousel-slide .btn-wrapper {
    opacity: 0;
    transform: translateY(22px);
}

.slick-active.vf-carousel-slide .vf-carousel-eyebrow {
    animation: vf-slide-content-in .65s .12s ease-out forwards;
}

.slick-active.vf-carousel-slide .slide-title {
    animation: vf-slide-content-in .75s .24s ease-out forwards;
}

.slick-active.vf-carousel-slide .slide-brief {
    animation: vf-slide-content-in .75s .38s ease-out forwards;
}

.slick-active.vf-carousel-slide .btn-wrapper {
    animation: vf-slide-content-in .75s .52s ease-out forwards;
}

.ltn__slide-one-active .slick-dots button {
    transition: width .25s ease, background-color .25s ease;
}

.ltn__slide-one-active .slick-dots .slick-active button {
    background: var(--vf-rose) !important;
}

@keyframes vf-slide-content-in {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ltn__product-tab-area {
    position: relative;
    padding: 72px 0 52px;
    border-top: 1px solid var(--vf-line);
    border-bottom: 1px solid var(--vf-line);
    background: var(--vf-surface);
}

.vf-promo-banners {
    padding: 0 5px;
}

.vf-promo-grid {
    margin-right: -5px;
    margin-left: -5px;
}

.vf-promo-grid > [class*="col-"] {
    padding: 5px;
}

.vf-promo-banner {
    position: relative;
    display: block;
    height: 100%;
    min-height: 260px;
    overflow: hidden;
    border: 1px solid var(--vf-line);
    border-radius: 6px;
    background: var(--vf-white);
}

.vf-promo-banner img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    transition: transform .4s ease;
}

.vf-promo-copy {
    position: absolute;
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 12px 14px;
    color: var(--vf-ink);
    background: rgba(255, 253, 253, .92);
    border-left: 3px solid var(--vf-rose);
}

.vf-promo-copy strong,
.vf-promo-copy small {
    display: block;
}

.vf-promo-copy strong {
    margin-bottom: 2px;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.3rem;
    line-height: 1.1;
}

.vf-promo-copy small {
    color: var(--vf-muted);
    font-family: "Manrope", Arial, sans-serif;
    font-size: .72rem;
    font-weight: 700;
}

.vf-promo-banner:hover img,
.vf-promo-banner:focus img {
    transform: scale(1.035);
}

.vf-promo-banner:focus {
    outline: 2px solid var(--vf-rose);
    outline-offset: 2px;
}

.vf-category-heading {
    max-width: 680px;
    margin: 0 auto 30px;
}

.vf-category-heading .vf-category-kicker {
    display: block;
    margin-bottom: 6px;
    color: var(--vf-rose-dark);
    font-family: "Manrope", Arial, sans-serif;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vf-category-heading h2 {
    margin-bottom: 8px;
    color: var(--vf-ink);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.vf-category-heading p {
    margin: 0;
    color: var(--vf-muted);
}

.ltn__product-tab-area .vf-category-nav {
    display: flex;
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
}

.ltn__product-tab-area .vf-category-nav a {
    display: inline-flex;
    min-height: 44px;
    padding: 8px 14px;
    border: 1px solid var(--vf-line);
    border-radius: 999px;
    align-items: center;
    gap: 9px;
    color: var(--vf-ink);
    background: var(--vf-white);
    box-shadow: 0 5px 18px rgba(62, 45, 48, .06);
    font-family: "Brittany Signature", Histeagin, "Brush Script MT", cursive;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ltn__product-tab-area .vf-category-nav a span {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border: 2px solid var(--vf-rose);
    border-radius: 50%;
    background: transparent;
}

.ltn__product-tab-area .vf-category-nav a:hover,
.ltn__product-tab-area .vf-category-nav a:focus {
    border-color: var(--vf-rose);
    color: var(--vf-rose-dark);
    box-shadow: 0 8px 22px rgba(138, 70, 82, .13);
    outline: none;
    transform: translateY(-2px);
}

.ltn__product-tab-area .vf-category-nav a.active {
    border-color: var(--vf-rose-dark);
    color: var(--vf-white) !important;
    background: var(--vf-rose-dark);
    box-shadow: 0 8px 22px rgba(138, 70, 82, .2);
}

.ltn__product-tab-area .vf-category-nav a.active span {
    border-color: var(--vf-white);
    background: var(--vf-white);
}
.ltn__feature-item-box-wrap {
    border: 1px solid var(--vf-line) !important;
    border-radius: var(--vf-radius);
    background: var(--vf-surface) !important;
}
.ltn__feature-item h4 {
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.single-product-wrapper .row {
    align-items: flex-start;
}

.product-images,
.product-details {
    border: 1px solid var(--vf-line);
    border-radius: var(--vf-radius);
    background: var(--vf-white);
}

.product-images {
    padding: 20px;
}

.product-thumbnail {
    display: grid;
    min-height: 430px;
    margin: 0;
    place-items: center;
    border-radius: 6px;
    background: var(--vf-surface);
    overflow: hidden;
}

.product-thumbnail img {
    width: 100%;
    height: 410px;
    object-fit: contain;
}

.product-images-carousel {
    margin-top: 14px;
}

.product-images-carousel .item {
    display: grid;
    height: 82px;
    margin: 0;
    place-items: center;
    border: 1px solid var(--vf-line);
    border-radius: 6px;
    overflow: hidden;
}

.product-images-carousel img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.product-details {
    padding: clamp(24px, 4vw, 42px);
}

.product-details .product-meta {
    color: var(--vf-ink-soft);
    font-size: .82rem;
}

.product-details .product-name {
    margin-bottom: 10px;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.product-details .product-available {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--vf-leaf);
    background: #e7f1ed;
    font-size: .76rem;
    font-weight: 800;
}

.product-details .description {
    margin: 22px 0;
}

.product-details .price {
    margin: 24px 0;
}

.product-details .price .amount {
    color: var(--vf-rose-dark);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
}

.product-actions .btn {
    min-width: 220px;
}

.product-share {
    display: flex;
    gap: 8px 18px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--vf-line);
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: .86rem;
}

.vf-checkout-form {
    padding: clamp(20px, 3vw, 34px);
}

.vf-checkout-form > .col-sm-12 {
    padding-right: 0;
    padding-left: 0;
}

.vf-checkout-form .row > [class*="col-"] {
    margin-bottom: 14px;
}

.vf-checkout-form .title {
    margin: 42px 0 18px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
}

#tableitems > thead > tr > th,
#tableitems > tbody > tr > td {
    padding: 8px 10px;
    vertical-align: middle;
}

#tableitems .product-thumbnail {
    display: table-cell;
    width: 72px;
    min-width: 72px;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
}

#tableitems .product-thumbnail img {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    object-fit: cover;
}

.vf-checkout-form .alert .container {
    width: 100%;
    padding: 0;
}

.vf-checkout-map {
    width: 100%;
    height: 400px;
    border: 1px solid var(--vf-line);
    border-radius: var(--vf-radius);
    background: var(--vf-surface);
    overflow: hidden;
}

.vf-checkout-summary {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.vf-checkout-summary > tbody > tr:first-child {
    display: none;
}

.vf-checkout-summary > tbody > tr:nth-child(2) > td {
    padding: 0;
}

.vf-checkout-summary .cart-totals {
    width: min(100%, 430px);
    margin-left: auto;
    padding: 22px;
    border: 1px solid var(--vf-line);
    border-radius: var(--vf-radius);
    background: var(--vf-surface);
}

#paypal-button-container {
    width: min(100%, 520px);
    margin: 22px auto 0;
}

.modal-content {
    border: 0;
    border-radius: var(--vf-radius) !important;
    overflow: hidden;
}

.modal-header.bg-primary {
    background: var(--vf-rose) !important;
}

.modal-title {
    color: var(--vf-white);
    font-family: "Manrope", Arial, sans-serif;
    font-weight: 800;
}

.modal-footer .rounded-pill,
.modal-header.rounded-top-4 {
    border-radius: 0 !important;
}

#divLoading {
    position: fixed;
    inset: 0;
    z-index: 90000;
    display: none;
    background: rgba(255, 253, 253, .78) !important;
    backdrop-filter: blur(3px);
}

#divLoading p {
    position: absolute !important;
    inset: 0;
    display: grid;
    place-items: center;
    margin: 0;
}

#divLoading img {
    width: 96px;
    height: 96px;
    max-width: none;
    object-fit: contain;
}

.shopping-cart .dropdown-wrap .product-title,
.shopping-cart .dropdown-wrap .product-title a {
    font-size: 8px !important;
    line-height: 1.25;
}

.shopping-cart .dropdown-wrap .product-details {
    padding: 6px 8px !important;
}

.promotions {
    margin-top: 0;
    padding: 58px 0 !important;
    border-top: 1px solid var(--vf-line);
    background: var(--vf-surface);
}

.promotion {
    height: 100%;
    margin: 0;
    padding: 22px;
    border-left: 3px solid var(--vf-rose);
    background: transparent;
}

.promotion i { color: var(--vf-leaf); }

.promotion .media-heading {
    margin-bottom: 8px;
    font-family: "Manrope", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.promotion p {
    margin-bottom: 0;
    font-size: .9rem;
}

.footer {
    padding: 64px 0 24px;
    color: rgba(255, 255, 255, .78);
    background: var(--vf-ink);
}

.footer h3, .footer .widget-title { color: var(--vf-white); }
.footer p, .footer a { color: rgba(255, 255, 255, .72); }
.footer a:hover { color: #f1a9bf; }

.footer .social {
    display: flex;
    margin-top: 18px;
    gap: 10px;
}

.footer .social li,
.footer .social li + li {
    margin: 0;
}

.footer .social li a {
    display: grid;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    place-items: center;
    color: var(--vf-white) !important;
    background: rgba(255, 255, 255, .08);
    font-size: 22px;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.footer .social li a:hover,
.footer .social li a:focus {
    border-color: var(--vf-rose);
    color: var(--vf-white) !important;
    background: var(--vf-rose);
    outline: none;
    transform: translateY(-2px);
}

.footer .copyright {
    margin-top: 42px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.go-to-top {
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    color: var(--vf-white);
    background: var(--vf-rose);
}

@media (max-width: 991.98px) {
    .container { width: min(100% - 28px, var(--vf-container)); }
    .nav-container .navbar { min-height: 68px; }
    .navbar-brand { margin-right: auto; }
    .navbar-brand img { width: 112px; height: 46px; }
    .vf-main-nav {
        width: 100%;
        padding: 12px 0 16px;
        align-items: stretch;
        flex-direction: column;
    }
    .vf-main-nav a { width: 100%; }
    .navbar-collapse { order: 4; width: 100%; }
    .section { padding-top: 58px; padding-bottom: 58px; }
    .promotion { margin-bottom: 18px; }
    .product-thumbnail { min-height: 360px; }
    .product-thumbnail img { height: 340px; }
}

@media (max-width: 575.98px) {
    body { font-size: 15px; }
    .container { width: min(100% - 22px, var(--vf-container)); }
    h1 { font-size: 2.65rem; }
    h2 { font-size: 2.1rem; }
    .section { padding-top: 44px; padding-bottom: 44px; }
    .btn { width: 100%; }
    .table-responsive {
        border: 1px solid var(--vf-line);
        border-radius: var(--vf-radius);
    }
    .vf-content-panel { padding: 22px; }
    .vf-auth-links { align-items: flex-start; flex-direction: column; }
    .single-product-wrapper { padding-top: 28px; }
    .product-images, .product-details { padding: 16px; }
    .product-thumbnail { min-height: 300px; }
    .product-thumbnail img { height: 280px; }
    .product-actions, .product-actions .btn { width: 100%; }
    .product-share { align-items: flex-start; flex-direction: column; }
    .vf-checkout-form { padding: 16px; }
    .vf-checkout-map { height: 290px; }
    .vf-checkout-form .table-responsive {
        width: calc(100vw - 54px);
        -webkit-overflow-scrolling: touch;
    }
    .vf-checkout-form .cart-table {
        min-width: 760px;
    }
    .vf-checkout-summary .cart-totals { padding: 16px; }
    .modal-dialog { margin: 10px; }
    .modal-body { padding: 16px; }
    .modal-body .table { min-width: 620px; }
    .vf-carousel-slide {
        min-height: 650px;
        background-position: 62% center;
    }
    .vf-carousel-slide::before {
        position: absolute;
        inset: 0;
        content: "";
        background: rgba(255, 253, 253, .78);
    }
    .vf-carousel-slide .ltn__slide-item-inner {
        position: relative;
    }
    .vf-carousel-slide .slide-item-info {
        max-width: 92%;
    }
    .vf-carousel-slide .slide-title {
        font-size: 3.2rem;
    }
    .vf-carousel-slide h5.slide-title {
        font-size: 2.25rem !important;
    }
    .vf-carousel-slide .slide-brief p {
        font-size: .98rem;
    }
    .ltn__product-tab-area {
        padding: 52px 0 38px;
    }
    .vf-promo-banner,
    .vf-promo-banner img {
        min-height: 230px;
    }
    .vf-category-heading {
        margin-bottom: 24px;
    }
    .ltn__product-tab-area .vf-category-nav {
        width: calc(100vw - 22px);
        margin-left: calc(50% - 50vw + 11px);
        padding: 4px 11px 12px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }
    .ltn__product-tab-area .vf-category-nav a {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .vf-carousel-slide .vf-carousel-eyebrow,
    .vf-carousel-slide .slide-title,
    .vf-carousel-slide .slide-brief,
    .vf-carousel-slide .btn-wrapper {
        opacity: 1;
        animation: none !important;
        transform: none;
    }
}

/* Purchase confirmation shown after a successful PayPal payment. */
.swal2-popup.vf-order-popup {
    max-height: calc(100vh - 24px);
    padding: 0 0 24px;
    overflow: hidden;
    border: 1px solid var(--vf-line);
    border-radius: 8px;
    background: var(--vf-white);
    box-shadow: 0 24px 64px rgba(66, 66, 66, .22);
}

.vf-order-popup-title {
    margin: 0 !important;
    padding: 24px 28px 12px !important;
    color: var(--vf-ink) !important;
    font-family: "Nunito", "Poppins", Arial, sans-serif !important;
    font-size: 1.75rem !important;
}

.vf-order-popup-content {
    margin: 0 !important;
    padding: 0 28px !important;
    overflow-y: auto;
}

.vf-order-receipt { color: var(--vf-ink-soft); text-align: left; }

.vf-order-status {
    display: inline-flex;
    gap: 7px;
    padding: 7px 12px;
    border-radius: 999px;
    align-items: center;
    color: var(--vf-leaf);
    background: #eef6e9;
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.vf-order-status i { font-size: 17px; }
.vf-order-thanks { margin: 14px 0 20px; font-size: .94rem; }

.vf-order-summary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 20px;
    border-left: 4px solid var(--vf-rose);
    background: #fbf7f9;
}

.vf-order-summary > div { padding: 15px 18px; }
.vf-order-summary > div:last-child { text-align: right; }

.vf-order-summary span,
.vf-order-meta span {
    display: block;
    margin-bottom: 4px;
    color: var(--vf-ink-soft);
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
}

.vf-order-summary strong { color: var(--vf-ink); font-size: 1.08rem; }
.vf-order-summary > div:last-child strong { color: var(--vf-rose-dark); }

.vf-order-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.vf-order-meta p { margin: 0; }
.vf-order-meta strong { color: var(--vf-ink); font-size: .86rem; }
.vf-order-receipt h3 { margin-bottom: 10px; color: var(--vf-ink); font-size: 1.05rem; }

.vf-order-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--vf-line);
    border-radius: 6px;
    -webkit-overflow-scrolling: touch;
}

.vf-order-table {
    width: 100%;
    min-width: 580px;
    border-collapse: collapse;
    font-size: .78rem;
}

.vf-order-table th {
    padding: 10px 12px;
    color: var(--vf-leaf);
    background: #eef6e9;
    font-size: .66rem;
    text-align: left;
    text-transform: uppercase;
}

.vf-order-table th:not(:first-child),
.vf-order-table td:not(:first-child) { text-align: right; }

.vf-order-table td {
    padding: 11px 12px;
    border-bottom: 1px solid var(--vf-line);
    color: var(--vf-ink);
    vertical-align: top;
}

.vf-order-table tbody tr:last-child td { border-bottom: 0; }
.vf-order-extra { display: block; margin-top: 3px; color: var(--vf-ink-soft); font-size: .7rem; }
.vf-order-center { text-align: center !important; }
.vf-order-money { white-space: nowrap; }
.vf-order-shipping-row td { background: #fafafa; }
.vf-order-empty { padding: 18px !important; color: var(--vf-ink-soft) !important; text-align: center !important; }
.vf-order-note { margin: 14px 0 0; color: var(--vf-ink-soft); font-size: .76rem; text-align: center; }

.swal2-actions .vf-order-confirm {
    min-width: 210px;
    padding: 12px 30px !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--vf-ink) !important;
    background: linear-gradient(180deg, #f0b0c0 0%, #e89db0 100%) !important;
    box-shadow: 0 9px 20px rgba(185, 79, 109, .22) !important;
    clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
    font-family: "Nunito", "Poppins", Arial, sans-serif !important;
    font-weight: 800 !important;
}

@media (max-width: 575.98px) {
    .vf-order-popup-title {
        padding: 20px 18px 10px !important;
        font-size: 1.45rem !important;
    }

    .vf-order-popup-content { padding: 0 18px !important; }
    .vf-order-summary { grid-template-columns: 1fr; }
    .vf-order-summary > div:last-child { padding-top: 0; text-align: left; }
    .vf-order-meta { grid-template-columns: 1fr; gap: 10px; }
    .swal2-actions .vf-order-confirm { min-width: 190px; }
}

/* Vida Flores brand system: natural, close and professional. */
.vf-carousel-slide .vf-carousel-eyebrow,
.vf-category-heading .vf-category-kicker,
.vf-page-intro .eyebrow {
    color: var(--vf-rose-dark);
    font-family: "Open Sans", Arial, sans-serif;
}

.vf-carousel-slide .slide-title,
.vf-carousel-slide h5.slide-title,
.vf-promo-copy strong,
.vf-category-heading h2,
.vf-category-heading h5,
.section-title h3,
.product-details .product-name {
    font-family: "Poppins", Arial, sans-serif !important;
    font-style: normal;
}

.vf-carousel-slide .vf-carousel-cta {
    border-color: var(--vf-rose) !important;
    border-radius: 8px !important;
    color: var(--vf-ink) !important;
    background: var(--vf-rose) !important;
    box-shadow: 0 10px 24px rgba(185, 79, 109, .22);
    font-family: "Open Sans", Arial, sans-serif !important;
}

.vf-carousel-slide .vf-carousel-cta:hover,
.vf-carousel-slide .vf-carousel-cta:focus {
    border-color: var(--vf-rose-dark) !important;
    color: var(--vf-white) !important;
    background: var(--vf-rose-dark) !important;
    box-shadow: 0 12px 28px rgba(185, 79, 109, .3);
}

.ltn__slide-one-active .slick-dots .slick-active button {
    background: var(--vf-rose) !important;
}

.ltn__product-tab-area {
    padding-top: 80px;
    padding-bottom: 80px;
    background: var(--vf-surface);
}

.vf-promo-banners {
    margin-top: 80px !important;
    margin-bottom: 80px;
    padding-right: 16px;
    padding-left: 16px;
}

.vf-promo-grid {
    row-gap: 24px;
    margin-right: -12px;
    margin-left: -12px;
}

.vf-promo-grid > [class*="col-"] {
    padding: 0 12px;
}

.vf-promo-banner {
    border-color: #dedede;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(66, 66, 66, .08);
}

.vf-promo-copy {
    border-left-color: var(--vf-rose);
    background: rgba(255, 255, 255, .94);
}

.vf-promo-copy small,
.ltn__feature-item p,
.vf-category-heading p {
    font-family: "Open Sans", Arial, sans-serif;
}

.ltn__product-tab-area .vf-category-nav {
    gap: 12px;
}

.ltn__product-tab-area .vf-category-nav a {
    border-color: #d8d8d8;
    border-radius: 8px;
    font-family: "Poppins", Arial, sans-serif;
    font-size: .88rem;
    font-weight: 600;
}

.ltn__product-tab-area .vf-category-nav a span {
    border-color: var(--vf-rose);
}

.ltn__product-tab-area .vf-category-nav a:hover,
.ltn__product-tab-area .vf-category-nav a:focus {
    border-color: var(--vf-rose-dark);
    color: var(--vf-rose-dark);
    box-shadow: 0 8px 22px rgba(185, 79, 109, .14);
}

.ltn__product-tab-area .vf-category-nav a.active {
    border-color: var(--vf-rose-dark);
    background: var(--vf-rose-dark);
    box-shadow: 0 8px 22px rgba(185, 79, 109, .22);
}

.ltn__feature-area {
    margin-top: 80px;
    margin-bottom: 80px;
}

.ltn__feature-item-box-wrap {
    gap: 24px;
    border-color: #dedede !important;
    background: var(--vf-white) !important;
}

.ltn__feature-item h4 {
    color: var(--vf-rose-dark);
    font-family: "Poppins", Arial, sans-serif;
}

#divproducts {
    margin-top: 32px;
    margin-bottom: 80px;
}

.vf-products-listing {
    padding-top: 48px;
}

#divproducts .row {
    row-gap: 32px;
}

#divproducts .product {
    border-color: #dedede;
    border-radius: 8px;
}

.product-details .price .amount {
    color: var(--vf-rose-dark);
    font-family: "Open Sans", Arial, sans-serif;
}

.product-details .product-available {
    color: var(--vf-leaf);
    background: #eef6e9;
}

.btn-outline-primary,
.btn-secondary {
    border: 1px solid var(--vf-rose-dark) !important;
    border-radius: 8px !important;
    color: var(--vf-rose-dark) !important;
    background: var(--vf-white) !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-secondary:hover,
.btn-secondary:focus {
    color: var(--vf-white) !important;
    background: var(--vf-rose-dark) !important;
}

.modal-header.bg-primary {
    background: var(--vf-rose-dark) !important;
}

.promotions {
    padding-top: 80px;
    padding-bottom: 80px !important;
    background: var(--vf-surface);
}

.promotion {
    border-left: 3px solid var(--vf-rose);
    border-radius: 8px;
    background: var(--vf-white);
}

.promotion .media-heading,
.footer h3,
.footer .widget-title {
    font-family: "Poppins", Arial, sans-serif;
}

.footer {
    background: #74364a;
}

.footer a:hover,
.footer a:focus {
    color: var(--vf-rose);
}

.footer .social li a {
    border-color: rgba(255, 255, 255, .5);
    color: var(--vf-white) !important;
}

.footer .social li a:hover,
.footer .social li a:focus {
    border-color: var(--vf-rose);
    color: #74364a !important;
    background: var(--vf-rose);
}

.footer .widget-newsletter .form-control {
    border-color: rgba(255, 255, 255, .45);
}

@media (max-width: 991.98px) {
    .vf-main-nav {
        align-items: stretch;
    }

    .vf-main-nav a {
        width: 100%;
        min-height: 42px;
    }

    .vf-promo-banners,
    .ltn__product-tab-area,
    .promotions {
        margin-top: 64px !important;
        margin-bottom: 64px;
        padding-top: 64px;
        padding-bottom: 64px !important;
    }
}

@media (max-width: 575.98px) {
    .container {
        width: min(100% - 28px, var(--vf-container));
    }

    .vf-promo-banners {
        padding-right: 14px;
        padding-left: 14px;
    }

    .vf-promo-grid {
        row-gap: 24px;
    }

    .ltn__product-tab-area .vf-category-nav {
        gap: 8px;
    }

    .ltn__product-tab-area .vf-category-nav a {
        min-height: 40px;
        padding: 7px 11px;
        font-size: .8rem;
    }

    #divproducts .row {
        row-gap: 24px;
    }

    .vf-products-listing {
        padding-top: 32px;
    }
}


/* Category section uses the natural green accent. */
.ltn__product-tab-area {
    border-color: #d6e5ce;
    background: linear-gradient(90deg, #eef6e9 0%, #f5f5f5 48%, #fbedf1 76%, #e89db0 100%);
}

.ltn__product-tab-area .vf-category-heading .vf-category-kicker {
    color: var(--vf-leaf);
}

.ltn__product-tab-area .vf-category-heading h2,
.ltn__product-tab-area .vf-category-heading h5 {
    color: var(--vf-leaf);
}

.ltn__product-tab-area .vf-category-nav a {
    border-color: #c9ddbd;
    color: var(--vf-leaf);
    background: var(--vf-white);
}

.ltn__product-tab-area .vf-category-nav a span {
    border-color: var(--vf-leaf-light);
}

.ltn__product-tab-area .vf-category-nav a:hover,
.ltn__product-tab-area .vf-category-nav a:focus {
    border-color: var(--vf-leaf);
    color: var(--vf-leaf);
    background: #f8fcf5;
    box-shadow: 0 8px 22px rgba(47, 107, 63, .14);
}

.ltn__product-tab-area .vf-category-nav a.active {
    border-color: var(--vf-leaf);
    color: var(--vf-white) !important;
    background: var(--vf-leaf);
    box-shadow: 0 8px 22px rgba(47, 107, 63, .22);
}

.ltn__product-tab-area .vf-category-nav a.active span {
    border-color: var(--vf-white);
    background: var(--vf-white);
}

/* Compact green identity band below the main carousel. */
.vf-feature-soft-green .ltn__feature-item-box-wrap {
    padding: 8px 20px;
    border-color: #d6e5ce !important;
    background: #eef6e9 !important;
    box-shadow: 0 12px 28px rgba(47, 107, 63, .12);
}

.vf-feature-soft-green .ltn__feature-item {
    min-height: 0;
    padding: 12px 20px;
    border-color: rgba(47, 107, 63, .16);
}

.vf-feature-soft-green .ltn__feature-icon {
    width: 42px;
    margin-right: 14px;
}

.vf-feature-soft-green .ltn__feature-icon img {
    width: 36px;
    height: 36px;
}

.vf-feature-soft-green .ltn__feature-item h4,
.vf-feature-soft-green .ltn__feature-item p {
    color: var(--vf-leaf);
}

.vf-feature-soft-green .ltn__feature-item h4 {
    margin-bottom: 2px;
    font-size: .9rem;
}

.vf-feature-soft-green .ltn__feature-item p {
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 1.35;
}

.vf-feature-soft-green .ltn__feature-icon img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(18%) saturate(1419%) hue-rotate(82deg) brightness(91%) contrast(90%);
}

/* Shipping benefits displayed as a gently waving fabric banner. */
.vf-shipping-flag .ltn__feature-item-box-wrap {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding-top: 16px;
    padding-right: 34px;
    padding-bottom: 16px;
    padding-left: 34px;
    border: 0 !important;
    border-radius: 0 !important;
    clip-path: polygon(0 9%, 9% 3%, 19% 8%, 30% 2%, 42% 7%, 54% 2%, 66% 8%, 78% 3%, 90% 7%, 100% 2%, 97% 50%, 100% 91%, 91% 97%, 80% 92%, 68% 98%, 56% 93%, 44% 98%, 32% 92%, 20% 97%, 9% 92%, 0 98%, 3% 50%);
    animation: vf-flag-wave 5s ease-in-out infinite alternate;
}

.vf-shipping-flag .ltn__feature-item-box-wrap::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    pointer-events: none;
    background: linear-gradient(105deg, transparent 8%, rgba(255, 255, 255, .34) 22%, transparent 38%, rgba(47, 107, 63, .08) 55%, transparent 72%, rgba(255, 255, 255, .28) 88%, transparent);
    background-size: 180% 100%;
    animation: vf-flag-light 5s ease-in-out infinite alternate;
}

@keyframes vf-flag-wave {
    from {
        clip-path: polygon(0 9%, 9% 3%, 19% 8%, 30% 2%, 42% 7%, 54% 2%, 66% 8%, 78% 3%, 90% 7%, 100% 2%, 97% 50%, 100% 91%, 91% 97%, 80% 92%, 68% 98%, 56% 93%, 44% 98%, 32% 92%, 20% 97%, 9% 92%, 0 98%, 3% 50%);
    }
    to {
        clip-path: polygon(0 4%, 9% 9%, 19% 3%, 30% 8%, 42% 2%, 54% 7%, 66% 3%, 78% 8%, 90% 2%, 100% 7%, 97% 50%, 100% 97%, 91% 92%, 80% 98%, 68% 93%, 56% 98%, 44% 92%, 32% 97%, 20% 92%, 9% 98%, 0 93%, 3% 50%);
    }
}

@keyframes vf-flag-light {
    from { background-position: 100% 0; }
    to { background-position: 0 0; }
}

@media (prefers-reduced-motion: reduce) {
    .vf-shipping-flag .ltn__feature-item-box-wrap,
    .vf-shipping-flag .ltn__feature-item-box-wrap::after {
        animation: none;
    }
}

@media (max-width: 575.98px) {
    .vf-feature-soft-green .ltn__feature-item-box-wrap {
        padding: 6px 12px;
    }

    .vf-feature-soft-green .ltn__feature-item {
        padding: 10px 12px;
    }

    .vf-shipping-flag .ltn__feature-item-box-wrap {
        padding-top: 14px;
        padding-right: 24px;
        padding-bottom: 14px;
        padding-left: 24px;
    }

    .ltn__product-tab-area {
        background: linear-gradient(180deg, #eef6e9 0%, #fbedf1 100%);
    }
}

/* Softer geometry and rounded display typography. */
.vf-main-nav a,
.vf-carousel-slide .slide-title,
.vf-carousel-slide h5.slide-title,
.vf-promo-copy strong,
.vf-category-heading h2,
.vf-category-heading h5,
.section-title h3,
.product-details .product-name,
.ltn__product-tab-area .vf-category-nav a,
.ltn__feature-item h4,
.promotion .media-heading,
.footer h3,
.footer .widget-title,
.btn,
button,
input[type="submit"] {
    font-family: "Nunito", "Poppins", Arial, sans-serif !important;
}

.btn,
button,
input[type="submit"],
.form-control,
select,
textarea,
.ltn__product-tab-area .vf-category-nav a {
    border-radius: 10px !important;
}

.card,
.product,
.product-item,
.single-product,
.login-form,
.register-form,
.vf-content-panel,
.vf-auth-card,
.product-images,
.product-details,
.vf-checkout-map,
.vf-checkout-summary .cart-totals,
.promotion,
.ltn__feature-item-box-wrap,
.vf-feature-soft-green .ltn__feature-item-box-wrap {
    border-radius: 12px !important;
}

.vf-promo-banner,
.product-thumbnail,
.product-images-carousel .item,
.dropdown-menu,
.modal-content {
    border-radius: 12px !important;
}

.vf-promo-copy {
    right: 14px;
    bottom: 14px;
    left: 14px;
    border-radius: 10px;
}

.vf-product-image-link {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: inherit;
    place-items: center;
    border-radius: inherit;
    cursor: pointer;
}

.vf-product-image-link:focus-visible {
    outline: 3px solid var(--vf-rose-dark);
    outline-offset: -3px;
}

.vf-product-image-link img {
    transition: transform .25s ease;
}

.vf-product-image-link:hover img,
.vf-product-image-link:focus-visible img {
    transform: scale(1.035);
}

#divproducts .inner-product {
    cursor: pointer;
}

#divproducts .inner-product a,
#divproducts .inner-product button {
    cursor: pointer;
}

/* Soft floral gradient for the primary navigation. */
.nav-container .navbar {
    background: linear-gradient(90deg, #ffffff 0%, #fbedf1 52%, #e89db0 100%) !important;
}

.nav-container .navbar::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(185, 79, 109, .4));
}

.vf-main-nav a:hover,
.vf-main-nav a:focus {
    color: var(--vf-rose-dark);
    background: rgba(255, 255, 255, .64);
}

@media (max-width: 991.98px) {
    .nav-container .navbar {
        background: linear-gradient(180deg, #ffffff 0%, #fbedf1 100%) !important;
    }

    .navbar-collapse {
        padding: 8px 0 12px;
    }
}

/* Ribbon-style calls to action in the main carousel. */
.vf-carousel-slide .vf-carousel-cta {
    position: relative;
    z-index: 1;
    min-width: 220px;
    margin-right: 0;
    margin-left: 0;
    padding: 13px 38px !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    color: var(--vf-ink) !important;
    background: linear-gradient(180deg, #f0b0c0 0%, #e89db0 100%) !important;
    box-shadow: 0 9px 20px rgba(185, 79, 109, .22);
    clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
}

.vf-carousel-slide .vf-carousel-cta::before,
.vf-carousel-slide .vf-carousel-cta::after {
    display: none;
}

.vf-carousel-slide .vf-carousel-cta:hover,
.vf-carousel-slide .vf-carousel-cta:focus {
    color: var(--vf-white) !important;
    background: linear-gradient(180deg, #c86682 0%, #b94f6d 100%) !important;
    box-shadow: 0 12px 26px rgba(185, 79, 109, .3);
    transform: translateY(-2px);
}

.vf-carousel-slide .vf-carousel-cta:hover::before,
.vf-carousel-slide .vf-carousel-cta:hover::after,
.vf-carousel-slide .vf-carousel-cta:focus::before,
.vf-carousel-slide .vf-carousel-cta:focus::after {
    background: #984058;
}

@media (max-width: 575.98px) {
    .vf-carousel-slide .vf-carousel-cta {
        width: auto;
        min-width: 190px;
        margin-right: 0;
        margin-left: 0;
        padding-right: 32px !important;
        padding-left: 32px !important;
        clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%);
    }
}
