/* Viefe: the shared storefront palette and the first homepage design. */

.vf-shop {
    --vf-blue: #417394;
    --vf-blue-dark: #294f68;
    --vf-sky: #77bed2;
    --vf-yellow: #ffb321;
    --vf-ink: #263b47;
    --vf-muted: #667781;
    --vf-line: #dce4e8;
    --vf-paper: #f5f7f7;
    --blue: var(--vf-blue);
    --orange: var(--vf-yellow);
    --orange2: var(--vf-blue);
    --footer-bg-color: #203a4b;
    --footer-hover-color: var(--vf-yellow);
    --hover-accent-color: var(--vf-blue-dark);
    --cart-text-color: var(--vf-blue);
    --slider-color: var(--vf-blue);
    --ribbon-bg-color: var(--vf-blue);
    --main-search-first-line-bg-color: var(--vf-blue);
    --product-category-link-bg-color: var(--vf-blue);
    --cart-button-bg-color: var(--vf-yellow);
    --cart-button-txt-color: var(--vf-ink);
    --filter-label-txt-color: var(--vf-blue);
    --product-group-txt-color: var(--vf-blue);
    color: var(--vf-ink);
    font-family: 'Poppins', sans-serif;
    background: #fff;
    -webkit-user-select: text;
    user-select: text;
}

.vf-shop a {
    text-decoration: none;
}

.vf-shop a:focus-visible, .vf-shop button:focus-visible, .vf-shop input:focus-visible, .vf-shop select:focus-visible {
    outline: 3px solid var(--vf-blue) !important;
    outline-offset: 4px;
}

.vf-shop .txt-color-orange {
    color: var(--vf-yellow) !important;
}

.vf-wordmark {
    display: inline-flex;
    align-items: baseline;
    white-space: nowrap;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.2;
    letter-spacing: -1.3px;
}

.vf-wordmark-name {
    color: var(--vf-blue);
    font-size: 36px;
    font-weight: 700;
}

.vf-wordmark-name i {
    margin-right: 1px;
    font-weight: inherit;
}

.vf-wordmark-domain {
    color: var(--vf-yellow);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.7px;
}

.vf-wordmark-footer {
    margin: 0 0 24px;
}

.vf-wordmark-footer .vf-wordmark-name {
    color: #fff;
}

.vf-wordmark-footer .vf-wordmark-domain {
    color: var(--vf-yellow);
}

.vf-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: var(--vf-blue);
    font-size: 19px;
    cursor: pointer;
}

.vf-icon-button:hover {
    background: #edf3f6;
}

.vf-shop #header {
    height: auto !important;
    padding: 12px 36px 18px !important;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid var(--vf-line);
    box-shadow: 0 3px 15px rgb(27 52 67 / 4%);
}

.vf-shop #header > .col-12.d-xl-block {
    padding: 0 0 14px !important;
}

.vf-shop #header > .col-12.d-xl-block > div {
    font-size: 12px !important;
    gap: 24px !important;
}

.vf-shop .vf-logo-desktop {
    padding: 0 !important;
    flex: 0 0 320px;
}

.vf-shop .vf-header-actions {
    padding: 0 0 0 28px !important;
}

.vf-shop .vf-header-actions > a {
    display: block;
    padding: 12px 18px;
    border: 1px solid var(--vf-line);
    border-radius: 6px;
}

.vf-shop .vf-search-column {
    padding: 0 !important;
    flex: 1 1 280px;
    max-width: 560px;
}

.vf-shop #mainsearchinput {
    height: 48px;
    border: 1px solid var(--vf-line) !important;
    border-radius: 6px !important;
    background: var(--vf-paper);
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: var(--vf-ink) !important;
}

.vf-shop #mainsearchinput::placeholder {
    color: var(--vf-muted);
}

.vf-search-submit {
    position: absolute;
    left: 4px;
    top: 3px;
}

.vf-search-clear {
    position: absolute;
    right: 4px;
    top: 3px;
    font-size: 14px;
}

.vf-shop #mainsearchwrapper {
    top: 55px !important;
    z-index: 10;
    border-color: var(--vf-line);
    box-shadow: 0 16px 36px rgb(30 53 66 / 12%);
}

.vf-shop #mainsearchwrapper .searchmainprice {
    width: 115px !important;
    flex-shrink: 0;
}

.vf-shop #headerMessage {
    margin: -12px -36px 12px;
    width: calc(100% + 72px);
    padding: 10px 40px !important;
    background: #eaf2f6;
    color: var(--vf-blue-dark);
    border: 0 !important;
}

.vf-shop .top-category-container {
    margin-top: 0;
    min-height: 54px;
    align-items: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    box-shadow: none !important;
    border-bottom: 1px solid var(--vf-line);
}

.vf-shop .top-category-button {
    border: 0 !important;
    background: transparent !important;
    color: var(--vf-ink) !important;
    font-weight: 500;
    font-size: 12px !important;
}

.vf-shop .top-category-button:hover {
    color: var(--vf-blue) !important;
    background: #edf3f6 !important;
}

.vf-shop #mobilmenu__header {
    background: #fff;
}

.vf-shop #mobilmenu__header .vf-wordmark {
    margin-top: 12px;
}

.vf-shop #mobilmenu__header .vf-wordmark-name {
    font-size: 28px;
}

.vf-shop #mobilmenu__header .vf-wordmark-domain {
    font-size: 18px;
}

.vf-shop #mobilmenu__header__icon-cancel {
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 20px;
}

.vf-shop #mobilmenu__menu {
    background: #fff;
}

.vf-shop #footer {
    padding: 40px 28px 16px;
    margin-top: 0;
}

.vf-shop #footer a {
    color: #dde7ed;
}

.vf-shop #footer a:hover {
    color: var(--vf-yellow);
}

.vf-shop #footer .font-size-1-2 {
    font-size: 15px !important;
    font-weight: 500;
    margin-bottom: 18px !important;
}

.vf-shop #footer .txt-color-footer-white {
    color: #c3d1d9 !important;
}

.vf-shop #footer [style*="width:300px"] {
    width: auto !important;
    flex: 1;
}

.vf-shop #footer [style*="width:100px"] {
    width: 86px !important;
    flex-shrink: 0;
}

.vf-shop #productGroup, .vf-shop #filter {
    display: none !important;
}

.vf-shop #maincontent {
    padding: 28px 0 0 !important;
    min-height: 0 !important;
    max-width: 1440px;
    margin: 0 auto;
}

.vf-shop #content > .row:not(.top-category-container) {
    padding-inline: 36px !important;
}

.vf-home {
    font-size: 14px;
    line-height: 1.75;
}

.vf-home h1, .vf-home h2, .vf-home h3 {
    display: block !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
    color: var(--vf-ink) !important;
}

.vf-home h2 {
    font-size: clamp(24px, 2.7vw, 34px) !important;
    line-height: 1.25 !important;
    letter-spacing: -1px;
}

.vf-eyebrow {
    margin: 0 0 16px;
    color: var(--vf-blue);
    font-size: 10px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 2px;
}

.vf-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    background: #f3f4f1;
    border-radius: 8px;
    overflow: hidden;
    min-height: 440px;
}

.vf-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px clamp(24px, 2.5vw, 40px);
}

.vf-home h1 {
    font-size: clamp(28px, 2.7vw, 40px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
    letter-spacing: -1px;
}

.vf-home h1 span {
    color: var(--vf-blue);
}

.vf-hero-description {
    max-width: 440px;
    margin: 24px 0 0;
    color: #5b6b71;
    font-size: 14px;
    line-height: 1.8;
}

.vf-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.vf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px 21px;
    min-height: 48px;
    border: 1px solid var(--vf-blue);
    border-radius: 4px;
    background: var(--vf-blue);
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    transition: background .2s ease, border-color .2s ease;
}

.vf-button:hover {
    background: var(--vf-blue-dark);
    border-color: var(--vf-blue-dark);
}

.vf-text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    min-height: 44px;
    color: var(--vf-blue) !important;
    font-size: 12px;
    font-weight: 500;
}

.vf-text-link:hover {
    color: var(--vf-blue-dark) !important;
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.vf-hero-note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
    font-size: 10px;
    color: var(--vf-muted);
}

.vf-hero-note > span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--vf-yellow);
    flex-shrink: 0;
}

.vf-hero-photo {
    position: relative;
    min-height: 0;
    background: #292b2b;
}

.vf-hero-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.vf-photo-caption {
    position: absolute;
    bottom: 24px;
    left: 26px;
    color: #fff;
    font-size: 10px;
    letter-spacing: .6px;
    padding: 9px 14px;
    background: rgb(20 26 26 / 65%);
    border: 1px solid rgb(255 255 255 / 25%);
    border-radius: 3px;
}

.vf-benefits {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding: 27px 10px;
    border-bottom: 1px solid var(--vf-line);
    gap: 26px;
}

.vf-benefit {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 11px;
    color: var(--vf-muted);
}

.vf-benefit > i {
    font-size: 22px;
    color: var(--vf-blue);
    flex: 0 0 30px;
}

.vf-benefit p {
    margin: 0;
}

.vf-benefit a {
    color: var(--vf-blue);
}

.vf-section {
    margin-block: 68px;
    scroll-margin-top: 190px;
}

.vf-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.vf-section-heading .vf-eyebrow {
    margin-bottom: 11px;
}

.vf-collections {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.vf-collection {
    display: block;
    color: inherit;
}

.vf-collection-image {
    overflow: hidden;
    aspect-ratio: 1.18;
    border-radius: 5px;
    background: var(--vf-paper);
}

.vf-collection img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 75%;
    transition: transform .35s ease;
}

.vf-collection:hover img {
    transform: scale(1.035);
}

.vf-collection-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0 0;
}

.vf-collection-caption span {
    font-size: 9px;
    letter-spacing: 1.4px;
    color: var(--vf-muted);
}

.vf-home .vf-collection-caption h3 {
    margin-top: 5px !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    letter-spacing: -.4px;
}

.vf-collection-caption > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 1px solid var(--vf-line);
    border-radius: 50%;
    color: var(--vf-blue);
    flex-shrink: 0;
}

.vf-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.vf-featured-item {
    min-width: 0;
}

.vf-featured-item .vf-product-card {
    display: block;
    height: 100%;
}

.vf-featured-item .vf-product-card > div {
    margin-top: 0 !important;
    border: 1px solid var(--vf-line) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    background: #fff;
    height: 100%;
}

.vf-featured-item .vf-product-card:hover > div {
    border-color: #9bb9cb !important;
}

.vf-featured-item .vf-product-card > div > img.object-fit-contain {
    height: 200px !important;
    background: #f7f8f8;
    padding: 20px;
}

.vf-featured-item .vf-product-card h2 {
    font-size: 13px !important;
    line-height: 1.55 !important;
    letter-spacing: 0;
}

.vf-featured-item .vf-product-card .height-63 {
    height: 76px !important;
    margin-bottom: 8px !important;
    padding: 13px 14px 0 !important;
}

.vf-featured-item .vf-product-card .font-size-1-1 {
    padding-inline: 14px !important;
    font-size: 16px !important;
}

.vf-featured-item .vf-product-card .bg-color-green {
    background: #eaf2ee !important;
    color: #356149 !important;
    font-size: 10px !important;
    font-weight: 500 !important;
}

.vf-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--vf-blue-dark);
    border-radius: 6px;
    overflow: hidden;
    margin-block: 76px;
}

.vf-story-photo {
    min-height: 390px;
    background: #fff;
}

.vf-story-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 55% center;
}

.vf-story-copy {
    padding: 48px;
}

.vf-story .vf-eyebrow {
    color: var(--vf-yellow);
}

.vf-home .vf-story h2 {
    color: #fff !important;
    font-size: clamp(24px, 2.5vw, 35px) !important;
    line-height: 1.35 !important;
}

.vf-story-copy > p:not(.vf-eyebrow) {
    color: #d4e2eb;
    font-size: 13px;
    margin: 22px 0 28px;
}

.vf-button-light {
    background: #fff;
    color: var(--vf-blue-dark) !important;
    border-color: #fff;
}

.vf-button-light:hover {
    background: #e8f0f4;
    border-color: #e8f0f4;
}

.vf-help {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
    padding: 42px 0 60px;
    border-top: 1px solid var(--vf-line);
}

.vf-help p:not(.vf-eyebrow) {
    max-width: 640px;
    color: var(--vf-muted);
    font-size: 13px;
    margin-top: 18px;
}

.vf-button-outline {
    flex-shrink: 0;
    color: var(--vf-blue) !important;
    background: #fff;
}

.vf-button-outline:hover {
    background: #edf3f6;
}

@media (min-width:1600px) {
    .vf-shop #header {
        padding-inline: max(36px, calc((100vw - 1440px) / 2)) !important;
    }
}

@media (max-width:1199px) {
    .vf-shop #header {
        padding: 10px 24px 14px !important;
        row-gap: 6px;
    }
    .vf-shop .vf-logo-mobile {
        padding: 0 !important;
        height: auto !important;
    }
    .vf-shop .vf-logo-mobile .vf-wordmark-name {
        font-size: 32px;
    }
    .vf-shop .vf-logo-mobile .vf-wordmark-domain {
        font-size: 22px;
    }
    .vf-shop .vf-search-column {
        flex-basis: 100%;
        max-width: none;
        order: 5;
    }
    .vf-shop .vf-header-actions {
        padding-left: 8px !important;
    }
    .vf-shop #headerMessage {
        margin: -10px -24px 8px;
        width: calc(100% + 48px);
    }
    .vf-hero-copy {
        padding: 28px 24px;
    }
    .vf-hero {
        min-height: 460px;
    }
    .vf-hero-photo {
        min-height: 0;
    }
    .vf-featured-grid {
        gap: 16px;
    }
    .vf-benefits {
        gap: 16px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vf-hero {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

@media (max-width:767px) {
    .vf-shop #content > .row:not(.top-category-container) {
        padding-inline: 18px !important;
    }
    .vf-shop #maincontent {
        padding-top: 18px !important;
    }
    .vf-hero {
        grid-template-columns: 1fr;
    }
    .vf-hero-copy {
        padding: 32px 25px;
    }
    .vf-home h1 {
        font-size: 32px !important;
        letter-spacing: -1px;
    }
    .vf-hero-description {
        margin: 20px 0 0;
        font-size: 13px;
    }
    .vf-hero-photo {
        min-height: 0;
        aspect-ratio: 12 / 5;
    }
    .vf-hero-photo img {
        object-position: center;
    }
    .vf-hero-note {
        margin-top: 22px;
    }
    .vf-benefits {
        grid-template-columns: repeat(2,1fr);
        padding: 24px 0;
        gap: 20px;
    }
    .vf-benefit {
        font-size: 10px;
        gap: 9px;
    }
    .vf-benefit > i {
        flex-basis: 24px;
        font-size: 19px;
    }
    .vf-section {
        margin-block: 44px;
    }
    .vf-section-heading {
        align-items: start;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }
    .vf-collections {
        gap: 30px;
        grid-template-columns: 1fr;
    }
    .vf-collection-image {
        aspect-ratio: 1.3;
    }
    .vf-collection-caption {
        padding-top: 14px;
    }
    .vf-featured-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 12px;
    }
    .vf-featured-item .vf-product-card > div > img.object-fit-contain {
        height: 150px !important;
        padding: 12px;
    }
    .vf-featured-item .vf-product-card .font-size-1-1 {
        padding-inline: 8px !important;
        font-size: 14px !important;
    }
    .vf-featured-item .vf-product-card .height-63 {
        padding: 10px 8px 0 !important;
    }
    .vf-story {
        grid-template-columns: 1fr;
        margin-block: 46px;
    }
    .vf-story-photo {
        min-height: 200px;
        max-height: 240px;
    }
    .vf-story-copy {
        padding: 32px 25px;
    }
    .vf-help {
        flex-direction: column;
        align-items: start;
        padding: 32px 0 44px;
        gap: 18px;
    }
    .vf-shop #footer {
        padding-inline: 16px;
    }
}

@media (max-width:575px) {
    .vf-shop #header {
        padding: 6px 16px 12px !important;
    }
    .vf-shop #header > div[style="width:50px;"] {
        width: 38px !important;
        padding: 0 !important;
    }
    .vf-shop #header > div[style="width:50px;"] > .font-size-0-65 {
        display: none;
    }
    .vf-shop #header > .d-sm-none {
        padding: 0 !important;
        width: 40px;
    }
    .vf-shop .vf-logo-mobile .vf-wordmark-name {
        font-size: 27px;
    }
    .vf-shop .vf-logo-mobile .vf-wordmark-domain {
        font-size: 18px;
    }
    .vf-shop #headerMessage {
        margin-inline: -16px;
        width: calc(100% + 32px);
    }
    .vf-shop #mainsearchinput {
        font-size: 12px;
    }
    .vf-wordmark-footer .vf-wordmark-name {
        font-size: 30px;
    }
    .vf-wordmark-footer .vf-wordmark-domain {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vf-collection img, .vf-button {
        transition: none;
    }
}

.vf-shop .vf-mobile-actions {
    display: none !important;
}

.vf-shop .top-category-container {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    gap: 8px;
    padding-inline: 28px !important;
}

.vf-shop .top-category-container > * {
    width: auto !important;
    max-width: 100%;
    margin: 0;
}

.vf-shop .top-category-container > button {
    width: 32px !important;
    height: 32px !important;
    border: 1px solid var(--vf-line);
    background: #fff !important;
    color: var(--vf-blue) !important;
    border-radius: 50% !important;
    padding: 0 !important;
    justify-content: center;
    opacity: 1;
}

.vf-shop .top-category-container > button:hover {
    background: var(--vf-paper) !important;
}

@media (max-width:767px) {
    .vf-shop .top-category-container {
        padding-inline: 12px !important;
        gap: 4px;
    }
}

.vf-benefit-link {
    display: flex;
    align-items: center;
    gap: 15px;
    color: inherit;
}

.vf-benefit-link > i {
    font-size: 22px;
    flex: 0 0 30px;
    color: var(--vf-blue);
}

.vf-shop .btn-primary {
    --bs-btn-bg: var(--vf-blue);
    --bs-btn-border-color: var(--vf-blue);
    --bs-btn-hover-bg: var(--vf-blue-dark);
    --bs-btn-hover-border-color: var(--vf-blue-dark);
    --bs-btn-active-bg: var(--vf-blue-dark);
    --bs-btn-active-border-color: var(--vf-blue-dark);
}

.vf-shop .swal2-styled.swal2-confirm {
    background-color: var(--vf-blue);
}

