@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/css/Montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/css/Montserrat/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/css/Montserrat/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/css/Montserrat/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --vhome-legacy-ink: #f8efe0;
    --vhome-legacy-muted: #b8a98f;
    --vhome-legacy-dark: #111111;
    --vhome-legacy-darker: #090909;
    --vhome-legacy-brown: #573724;
    --vhome-legacy-cocoa: #573724;
    --vhome-legacy-ruby: #5e211d;
    --vhome-legacy-gold: #cba052;
    --vhome-legacy-green: #134428;
    --vhome-legacy-cream: #f4ead6;
    --vhome-legacy-paper: #fbf8ef;
    --vhome-legacy-red: #573724;
    --vhome-legacy-line: rgba(196, 162, 75, .28);

    --vhome-black: #000000;
    --vhome-white: #ffffff;
    --vhome-gold: #cba052;
    --vhome-logo-brown: #6b3a26;
    --vhome-web-brown: #4f3529;
    --vhome-web-beige: #dcc8b6;
    --vhome-web-panna: #f3e5ce;
    --vhome-section-gap-desktop: 72px;
    --vhome-cream-soft: #f6f0e4;
    --vhome-ink: var(--vhome-white);
    --vhome-muted: rgba(255, 255, 255, .72);
    --vhome-dark: var(--vhome-black);
    --vhome-darker: var(--vhome-black);
    --vhome-brown: var(--vhome-black);
    --vhome-cocoa: var(--vhome-black);
    --vhome-ruby: var(--vhome-black);
    --vhome-green: var(--vhome-black);
    --vhome-cream: var(--vhome-cream-soft);
    --vhome-paper: var(--vhome-white);
    --vhome-red: var(--vhome-black);
    --vhome-line: rgba(196, 162, 75, .32);
    --vhome-serif: Georgia, "Times New Roman", serif;
    --vhome-sans: Montserrat, GothamPro, Arial, sans-serif;
}

.vhome,
.vhome *,
.vhome *::before,
.vhome *::after {
    box-sizing: border-box;
}

html.vhome-page-root {
    background: #211109;
}

html.vhome-page-root {
    overflow: visible !important;
}

body.vhome-page {
    margin: 0;
    color: var(--vhome-ink);
    font-family: var(--vhome-sans);
    overflow-x: hidden;
    background:
        radial-gradient(circle at 16px 12px, rgba(196, 162, 75, .16) 0 2px, transparent 2px) 0 0 / 48px 48px,
        linear-gradient(180deg, #1a1a1a, #0d0d0d 70%);
}

body.vhome-page,
body.vhome-page form#form1 {
    height: auto !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

html.vhome-page-root body.vhome-page {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

body.vhome-page .header,
body.vhome-page .footer:not(.vhome-footer),
body.vhome-page .torna-su,
body.vhome-page .newsletterfooter,
body.vhome-page .footer-bottom,
body.vhome-page .footer-color {
    display: none !important;
}

body.vhome-page #mainContent {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
}

body.vhome-page #mainContent .vhome {
    position: relative;
    isolation: isolate;
    overflow: visible;
}

body.vhome-page #mainContent .vhome-scroll-cover .vhome-hero ~ * {
    position: relative;
    z-index: 3 !important;
}

body.vhome-page #mySidebar {
    color: #111111;
    background: #ffffff !important;
}

body.vhome-page #CarrPrew,
body.vhome-page #CarrPrew .mini-cart-row,
body.vhome-page #CarrPrew .mini-cart-row-content,
body.vhome-page #CarrPrew .mini-cart-row-title {
    color: #111111;
}

body.vhome-page #CarrPrew .mini-cart-row-title:hover {
    color: var(--vhome-gold);
}

body.vhome-page #ModalLogin,
body.vhome-page #ModalReg,
body.vhome-page #ModalRecuperaPassword {
    color: #111111;
}

body.vhome-page #ModalLogin .modal-content,
body.vhome-page #ModalReg .modal-content,
body.vhome-page #ModalRecuperaPassword .modal-content {
    color: #111111;
    background: #ffffff;
}

body.vhome-page #ModalReg [tkey="cliccandoaccetti"],
body.vhome-page #ModalReg [tkey="cliccandoaccetti2"] {
    color: #111111 !important;
    visibility: visible !important;
}

.vhome a {
    color: inherit;
    text-decoration: none;
}

.vhome button,
.vhome input {
    font: inherit;
}

.vhome a:focus,
.vhome a:active,
.vhome button:focus,
.vhome button:active {
    outline: 0;
}

.vhome {
    width: min(100%, 430px);
    min-height: 100vh;
    margin: 0 auto;
    overflow: visible;
    background: var(--vhome-dark);
    box-shadow: none;
}

body.vhome-legacy-chrome .header,
body.vhome-legacy-chrome .footer:not(.vhome-footer),
body.vhome-legacy-chrome .torna-su,
body.vhome-legacy-chrome .newsletterfooter,
body.vhome-legacy-chrome .footer-bottom,
body.vhome-legacy-chrome .footer-color {
    display: none !important;
}

body.vhome-legacy-chrome #mainContent {
    padding-top: 0 !important;
}

body.vhome-legacy-chrome #mainContent #topLink {
    display: block;
    padding-top: 18px;
}

.vhome.vhome-legacy-layout {
    width: 100%;
    min-height: 0;
    max-width: none;
    margin: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    font-family: var(--vhome-sans);
}

body.vhome-legacy-chrome .vhome-legacy-layout,
body.vhome-legacy-chrome .vhome-legacy-layout * {
    font-family: Montserrat, GothamPro, Arial, sans-serif !important;
}

.vhome-header,
.vhome-header *,
.vhome-search,
.vhome-search *,
.vhome-mobile-menu,
.vhome-mobile-menu *,
.vhome-footer,
.vhome-footer * {
    font-family: Montserrat, GothamPro, Arial, sans-serif !important;
}

.vhome-legacy-layout--top {
    position: relative;
    z-index: 1000;
}

body.vhome-legacy-chrome .vhome-legacy-layout--top .vhome-search {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1001;
}

body.vhome-legacy-chrome .vhome-legacy-layout--top .vhome-search:not(.vhome-search--open) {
    display: none !important;
}

.vhome-legacy-layout--bottom {
    clear: both;
    color: var(--vhome-ink);
}

.vhome-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
    padding: 8px 18px 8px 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .98), rgba(0, 0, 0, .9));
    backdrop-filter: blur(12px);
}

.vhome-header__brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: max-content;
}

.vhome-header__brand img {
    display: block;
    width: auto;
    height: 48px;
    max-height: 48px;
    object-fit: contain;
}

.vhome-header__nav {
    display: none;
}

.vhome-menu,
.vhome-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vhome-header__tools {
    display: flex;
    align-items: center;
    gap: 13px;
}

.vhome-header__tools .vhome-icon-button {
    flex: 0 0 29px;
    align-items: center;
    justify-content: center;
    display: grid !important;
    color: #f3eadc !important;
    line-height: 0;
    opacity: 1;
    visibility: visible;
}

.vhome-header__tools .vhome-icon--user-img {
    width: 18px;
    height: 18px;
}

.vhome-search {
    display: none;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    justify-content: center;
    margin-top: 0;
    padding: 10px 14px 12px;
    background: #100806;
    border-bottom: 1px solid var(--vhome-line);
}

.vhome-search--open {
    display: grid;
    border-top: 0;
}

.vhome-search:not(.vhome-search--open) {
    display: none !important;
}

.vhome-mobile-menu {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 40;
    width: min(86vw, 360px);
    padding: 22px;
    overflow-y: auto;
    background: #100806;
    border-left: 1px solid var(--vhome-line);
    box-shadow: none;
    transform: translateX(100%);
    transition: transform .24s ease;
}

.vhome-mobile-menu--open {
    box-shadow: -30px 0 70px rgba(0, 0, 0, .45);
    transform: translateX(0);
}

.vhome-mobile-menu > div {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 18px;
}

.vhome-mobile-menu button {
    width: 36px;
    height: 36px;
    border: 1px solid var(--vhome-line);
    border-radius: 50%;
    color: var(--vhome-ink);
    background: transparent;
    font-size: 26px;
    line-height: 1;
}

.vhome-mobile-menu details,
.vhome-mobile-menu > a {
    border-bottom: 1px solid var(--vhome-line);
}

.vhome-mobile-menu summary,
.vhome-mobile-menu a {
    display: block;
    padding: 15px 0;
    color: var(--vhome-ink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vhome-mobile-menu details details {
    margin-left: 14px;
    border-bottom: 0;
}

.vhome-mobile-menu details a {
    padding-left: 18px;
    color: var(--vhome-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: none;
}

.vhome-mobile-menu summary.is-active,
.vhome-mobile-menu a.is-active {
    color: var(--vhome-gold);
}

.vhome-search select,
.vhome-search input,
.vhome-search button {
    min-width: 0;
    height: 38px;
    border: 1px solid rgba(244, 234, 214, .22);
    border-radius: 999px;
    color: var(--vhome-ink);
    background: rgba(255, 255, 255, .04);
    outline: 0;
}

.vhome-account {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    color: #111111;
    background: rgba(0, 0, 0, .52);
}

.vhome-account--open {
    display: block;
}

.vhome-account__panel {
    width: 100%;
    min-height: 100vh;
    padding: 34px 18px 28px;
    overflow-y: auto;
    background: #ffffff;
}

.vhome-account__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.vhome-account__head h2 {
    margin: 0;
    color: #111111;
    font-family: var(--vhome-sans);
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.vhome-account__head button {
    width: 36px;
    height: 36px;
    border: 0;
    color: #111111;
    background: transparent;
    font-size: 32px;
    line-height: 1;
}

.vhome-account__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 48px;
}

.vhome-account__tabs button {
    min-height: 46px;
    border: 2px solid transparent;
    border-radius: 999px;
    padding: 0 27px;
    color: #666666;
    background: #f1f1f1;
    font-size: 18px;
}

.vhome-account__tabs button.is-active {
    border-color: #111111;
    color: #111111;
    background: #ffffff;
}

.vhome-auth-panel {
    display: none;
}

.vhome-auth-panel.is-active {
    display: block;
}

.vhome-auth-form {
    display: grid;
    gap: 22px;
}

.vhome-auth-form label {
    display: grid;
    gap: 12px;
    color: #666666;
    font-size: 17px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.vhome-auth-form input {
    width: 100%;
    height: 64px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 0 18px;
    color: #111111;
    background: #ffffff;
    font-size: 22px;
    letter-spacing: 0;
    text-transform: none;
}

.vhome-auth-form label span {
    position: relative;
    display: block;
}

.vhome-auth-form label span a {
    position: absolute;
    right: 18px;
    top: 50%;
    max-width: 44%;
    transform: translateY(-50%);
    color: #666666;
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
}

.vhome-auth-form button,
.vhome-account-logout {
    height: 58px;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    background: #000000;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.vhome-auth-panel > p {
    margin: 28px 0 0;
    border-top: 1px solid #d5d5d5;
    padding-top: 24px;
    color: #777777;
    font-size: 18px;
}

.vhome-auth-panel > p a {
    color: #111111;
}

.vhome-account__promo {
    display: grid;
    min-height: 78px;
    margin-top: 28px;
    place-items: center;
    border-radius: 5px;
    color: #3f3f3f;
    background: #f0f0f0;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .08);
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.vhome-account-dashboard {
    display: grid;
    gap: 14px;
}

.vhome-account-mobilebar {
    display: grid;
    grid-template-columns: 1fr repeat(3, 34px);
    align-items: center;
    gap: 8px;
    padding: 0 0 16px;
    border-bottom: 1px solid #dedede;
}

.vhome-account-mobilebar img {
    width: 28px;
}

.vhome-account-mobilebar span {
    display: block;
    height: 34px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f7f7f7);
}

.vhome-account-dashboard__welcome h3 {
    margin: 0;
    font-family: var(--vhome-sans);
    font-size: 17px;
    font-weight: 900;
}

.vhome-account-dashboard__welcome p {
    margin: 4px 0 0;
    font-size: 12px;
}

.vhome-account-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.vhome-account-stats article,
.vhome-account-wallet {
    border-radius: 7px;
    padding: 12px;
    background: #f4f2ec;
}

.vhome-account-stats span,
.vhome-account-stats small,
.vhome-account-wallet span,
.vhome-account-wallet small {
    display: block;
    font-size: 11px;
}

.vhome-account-stats strong,
.vhome-account-wallet strong {
    display: block;
    color: #1b7c2c;
    font-size: 24px;
}

.vhome-account-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
}

.vhome-account-actions a {
    display: grid;
    min-height: 58px;
    place-items: center;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    color: #111111;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}

.vhome-account-wallet {
    background: #e8f4da;
}

.vhome-account-wallet i {
    display: block;
    width: 76%;
    height: 4px;
    margin: 8px 0;
    border-radius: 999px;
    background: #236b28;
}

.vhome-account-section {
    display: grid;
    gap: 8px;
}

.vhome-account-section header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.vhome-account-section h4 {
    margin: 0;
    font-family: var(--vhome-sans);
    font-size: 13px;
    font-weight: 900;
}

.vhome-account-section header a {
    color: #1f47a6;
    font-size: 11px;
}

.vhome-account-section article {
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    padding: 11px;
    background: #ffffff;
}

.vhome-account-section article strong,
.vhome-account-section article small {
    display: block;
}

.vhome-account-section article strong {
    font-size: 12px;
}

.vhome-account-section article small,
.vhome-account-section article p {
    margin: 2px 0 0;
    color: #333333;
    font-size: 11px;
    line-height: 1.35;
}

.vhome-account-section article div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 9px;
}

.vhome-account-section article div a {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    padding: 0 12px;
    color: #111111;
    font-size: 11px;
    font-weight: 800;
}

.vhome-account-section--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vhome-account-section--split header {
    grid-column: 1 / -1;
}

.vhome-account-list {
    display: grid;
    gap: 7px;
}

.vhome-account-list a {
    position: relative;
    display: block;
    min-height: 54px;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    padding: 10px 36px 10px 54px;
    color: #111111;
    background: #ffffff;
}

.vhome-account-list a::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    border-radius: 7px;
    background: #f2efe8;
}

.vhome-account-list a::after {
    content: ">";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #555555;
}

.vhome-account-list span {
    display: block;
    font-size: 13px;
    font-weight: 900;
}

.vhome-account-list small {
    display: block;
    color: #222222;
    font-size: 11px;
}

.vhome-search select {
    padding: 0 26px 0 10px;
    font-size: 9px;
    text-transform: uppercase;
}

.vhome-search select option {
    color: #111111;
    background: #ffffff;
}

.vhome-search input {
    padding: 0 13px;
    color: #111111;
    background: #ffffff;
    font-size: 12px;
}

.vhome-search button {
    padding: 0 14px;
    border-color: var(--vhome-gold);
    color: #211109;
    background: var(--vhome-gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vhome-icon-button {
    position: relative;
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border: 0;
    padding: 0;
    color: var(--vhome-ink);
    background: transparent;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}

.vhome-icon {
    display: block;
    position: relative;
    color: currentColor;
    opacity: 1;
    visibility: visible;
}

.vhome .vhome-icon,
.vhome .vhome-icon::before,
.vhome .vhome-icon::after {
    box-sizing: border-box;
}

.vhome-icon--search {
    width: 16px;
    height: 16px;
    border: 1.5px solid currentColor;
    border-radius: 50%;
}

.vhome-icon--search::after {
    content: "";
    position: absolute;
    right: -5.5px;
    bottom: -5.5px;
    width: 7.5px;
    height: 1.5px;
    background: currentColor;
    transform: rotate(45deg);
}

.vhome-icon--bag {
    width: 14.5px;
    height: 17px;
    border: 1.5px solid currentColor;
    border-radius: 2px;
}

.vhome-icon--bag::before {
    content: "";
    position: absolute;
    left: 3px;
    top: -5.5px;
    width: 7px;
    height: 7px;
    border: 1.5px solid currentColor;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}

.vhome-icon--user {
    width: 19px;
    height: 19px;
}

.vhome-icon--user::before,
.vhome-icon--user::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1.5px solid currentColor;
}

.vhome-icon--user::before {
    top: 0;
    width: 8.5px;
    height: 8.5px;
    border-radius: 50%;
}

.vhome-icon--user::after {
    bottom: 1px;
    width: 18px;
    height: 8px;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.vhome-icon--user-img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
    opacity: .86;
    object-fit: contain;
}

.vhome-icon--menu,
.vhome-icon--menu::before,
.vhome-icon--menu::after {
    width: 17px;
    height: 1.5px;
    background: currentColor;
}

.vhome-icon--menu::before,
.vhome-icon--menu::after {
    content: "";
    position: absolute;
    left: 0;
}

.vhome-icon--menu::before {
    top: -6px;
}

.vhome-icon--menu::after {
    top: 6px;
}

.vhome-cart__count {
    position: absolute;
    right: -9px;
    top: -9px;
    min-width: 17px;
    height: 17px;
    border-radius: 999px;
    color: #2a170c;
    background: var(--vhome-gold);
    font-size: 10px;
    font-weight: 800;
    line-height: 17px;
    text-align: center;
}

.vhome-cart__count:empty {
    display: none;
}

.vhome-cart__count--empty {
    display: none !important;
}

.vhome-hero {
    position: sticky;
    top: 64px;
    z-index: 0;
    min-height: 530px;
    padding: 0 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    isolation: isolate;
    background: var(--vhome-white);
}

.vhome-hero::before {
    content: "";
    display: block;
    width: 100%;
    min-height: 330px;
}

.vhome-hero > * {
    position: relative;
    z-index: 1;
}

.vhome-hero::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 0;
    left: 22px;
    z-index: 2;
    height: 1px;
    background: rgba(0, 0, 0, .14);
}

.vhome-hero__slot {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: grid;
    width: 100%;
    min-height: 0;
    place-items: center;
    overflow: hidden;
    background: var(--vhome-white);
    box-shadow: none;
}

.vhome-hero__slides {
    position: absolute;
    inset: 0;
    display: none;
}

.vhome-hero__slot[data-empty="false"] .vhome-hero__slides,
.vhome-hero__slides:not(:empty) {
    display: block;
}

.vhome-hero__slides .item,
.vhome-hero__slides .item.active,
.vhome-hero__slides .oggettoslide {
    width: 100%;
    height: 100%;
}

.vhome-hero__slides .item > img,
.vhome-hero__slides .oggettoslide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vhome-hero__slot[data-empty="false"] .vhome-hero__fallback,
.vhome-hero__slides:not(:empty) + .vhome-hero__fallback {
    display: none;
}

.vhome-hero__fallback {
    display: grid;
    width: min(82%, 560px);
    place-items: center;
}

.vhome-hero__fallback img {
    display: block;
    width: 100%;
    height: auto;
}

.vhome-kicker,
.vhome-label {
    margin: 0 0 14px;
    color: var(--vhome-gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.vhome-kicker {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vhome-kicker span {
    width: 22px;
    height: 1px;
    background: var(--vhome-gold);
}

.vhome h1,
.vhome h2,
.vhome h3 {
    margin: 0;
    font-family: var(--vhome-serif);
    font-weight: 500;
    letter-spacing: 0;
}

.vhome-hero h1 {
    max-width: 320px;
    font-size: 47px;
    line-height: .9;
}

.vhome em {
    color: var(--vhome-gold);
    font-style: italic;
}

.vhome-hero__actions,
.vhome-wallet__actions,
.vhome-b2b__actions {
    display: flex;
    width: 100%;
    gap: 10px;
}

.vhome-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(244, 234, 214, .55);
    border-radius: 999px;
    padding: 0 21px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vhome-button span,
.vhome-newsletter button span {
    width: 10px;
    height: 1px;
    background: currentColor;
}

.vhome-button--light {
    flex: 1;
    color: #2a160d;
    background: var(--vhome-cream);
}

.vhome-button--outline {
    flex: 1;
    color: var(--vhome-ink);
    background: rgba(255, 255, 255, .02);
}

.vhome-button--gold {
    flex: 1;
    border-color: var(--vhome-black);
    color: var(--vhome-black) !important;
    background: var(--vhome-gold);
}

.vhome-button--white {
    flex: 1;
    border-color: var(--vhome-black);
    color: var(--vhome-black) !important;
    background: var(--vhome-white);
}

.vhome-section {
    position: relative;
    z-index: 2;
    padding: 44px 22px;
    background: var(--vhome-dark);
}

.vhome-section--best {
    color: var(--vhome-logo-brown);
    background: var(--vhome-white);
}

.vhome-section--best .vhome-label,
.vhome-section--best .vhome-link {
    color: var(--vhome-gold);
}

.vhome-section--best .vhome-label {
    font-size: 11px;
}

.vhome-section--best .vhome-link {
    font-size: 11px;
}

.vhome-section--best .vhome-section__head {
    margin-bottom: 44px;
}

.vhome-section--best .vhome-link::after {
    content: "";
}

.vhome-section--best h2 {
    color: var(--vhome-logo-brown);
}

.vhome-section--best .vhome-product-card {
    box-shadow: none;
}

.vhome-section--collections {
    color: var(--vhome-logo-brown);
    background: var(--vhome-web-panna);
}

.vhome-section--collections .vhome-link {
    margin-left: auto;
    color: #9f7624;
    font-weight: 900;
}

.vhome-section--collections .vhome-link::after {
    content: "";
}

.vhome-section--collections h2 {
    color: var(--vhome-logo-brown);
}

.vhome-section--tight {
    padding-top: 28px;
}

.vhome-section__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.vhome-section h2,
.vhome-wallet h2,
.vhome-proof h2,
.vhome-b2b h2 {
    font-size: 31px;
    line-height: 1.05;
}

.vhome-link,
.vhome-wallet__more {
    color: var(--vhome-gold);
    border-bottom: 1px solid currentColor;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vhome-link::after,
.vhome-wallet__more::after {
    content: " ->";
}

.vhome-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.vhome-dynamic-products {
    display: none;
}

.vhome-dynamic-products--ready {
    display: block;
}

.vhome-dynamic-products #exampleSlider {
    overflow: hidden;
}

.vhome-dynamic-products #exampleSlider .MS-content {
    display: flex !important;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    overflow-x: hidden !important;
    padding-bottom: 8px;
    scroll-snap-type: none;
    white-space: normal !important;
}

.vhome-dynamic-products #exampleSlider .item {
    display: block !important;
    flex: 0 0 calc((100% - 12px) / 2);
    width: auto !important;
    max-width: calc((100% - 12px) / 2);
    min-width: 0;
    height: auto !important;
    overflow: visible !important;
    scroll-snap-align: start;
    white-space: normal !important;
}

.vhome-dynamic-products #exampleSlider .item > div {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.vhome-dynamic-products #exampleSlider .item > .vhome-product-card {
    width: 100% !important;
    height: 100% !important;
}

.vhome-dynamic-products .vhome-product-card {
    cursor: pointer;
}

.vhome-dynamic-products .vhome-product-card h3 {
    display: block;
    max-width: 100%;
    overflow: hidden;
    min-height: 38px;
    max-height: calc(1.25em * 2);
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.vhome-dynamic-products .vhome-product-card__body div {
    gap: 10px;
}

.vhome-dynamic-products .vhome-product-card__price {
    line-height: 1;
    white-space: nowrap;
}

.vhome-dynamic-products .vhome-product-card__price .b1 {
    font-size: 13px !important;
}

.vhome-dynamic-products .vhome-product-card__price .b2 {
    font-size: 22px !important;
}

.vhome-dynamic-products .vhome-product-card__price .b3 {
    font-size: 11px !important;
}

.vhome-dynamic-products figure {
    display: grid;
    grid-template-rows: 132px auto auto;
    align-content: start;
    min-height: 268px;
    margin: 0;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    color: var(--vhome-black);
    background: var(--vhome-white);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08);
}

.vhome-dynamic-products figure img:not(#Es):not(#inEs):not(#inOf) {
    width: 100% !important;
    height: 130px;
    object-fit: contain;
    mix-blend-mode: normal;
}

.vhome-dynamic-products figcaption {
    color: var(--vhome-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.vhome-dynamic-products .figcaption1 {
    display: block;
    max-width: 100%;
    height: 44px;
    max-height: 44px;
    min-height: 44px;
    margin-top: 10px;
    overflow: hidden;
    color: var(--vhome-logo-brown);
    font-family: var(--vhome-serif);
    font-size: 17px;
    font-style: italic;
    line-height: 1.04;
    letter-spacing: 0;
    text-transform: none;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.vhome-dynamic-products .figcaption2 {
    align-self: end;
    margin-top: 10px;
    color: var(--vhome-black);
    font-size: 12px;
    letter-spacing: 0;
    text-transform: none;
}

.vhome-dynamic-products .figcaption2 .b1 {
    font-size: 13px !important;
}

.vhome-dynamic-products .figcaption2 .b2 {
    font-size: 22px !important;
}

.vhome-dynamic-products .figcaption2 .b3 {
    font-size: 11px !important;
}

.vhome-product-card {
    position: relative;
    min-height: 0;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 6px;
    background: var(--vhome-white);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08);
    isolation: isolate;
}

.vhome-product-card__status {
    display: none;
}

.vhome-product-card--normalized .vhome-product-card__status {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border: 1px solid rgba(159, 118, 36, .34);
    border-radius: 4px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    pointer-events: none;
}

.vhome-product-card--normalized .vhome-product-card__status img {
    display: block;
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.vhome-product-card__body {
    position: static;
    margin-top: 14px;
}

.vhome-b2b__cards p {
    margin: 0 0 7px;
    color: var(--vhome-gold);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vhome-product-card h3 {
    min-height: 0;
    max-height: calc(1.25em * 2);
    overflow: hidden;
    color: var(--vhome-logo-brown);
    font-family: var(--vhome-sans);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.vhome-product-card__body div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
    padding-right: 2px;
    padding-left: 2px;
}

.vhome-product-card strong {
    color: var(--vhome-black);
    font-size: 17px;
}

.vhome-product-card a {
    color: var(--vhome-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vhome-product-card a::after {
    content: "";
}

.vhome-product-card__media {
    display: grid;
    aspect-ratio: 1;
    width: 100%;
    place-items: center;
    overflow: hidden;
    border: 0;
    background: var(--vhome-white);
}

.vhome-product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vhome-product-card--normalized .vhome-product-card__media img {
    width: 100%;
    height: 100%;
}

.vhome-price-stack {
    display: flex;
    min-height: 34px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 2px;
    line-height: 1;
    white-space: nowrap;
}

.vhome-price-old {
    color: var(--vhome-black);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    opacity: .48;
    text-decoration: line-through;
}

.vhome-price-current {
    display: block;
    color: var(--vhome-black);
    line-height: .9;
}

.vhome-price-stack--discount .vhome-price-current,
.vhome-dynamic-products .vhome-product-card__price .vhome-price-stack--discount .vhome-price-current .b1,
.vhome-dynamic-products .vhome-product-card__price .vhome-price-stack--discount .vhome-price-current .b2,
.vhome-dynamic-products .vhome-product-card__price .vhome-price-stack--discount .vhome-price-current .b3 {
    color: #9f7624;
}

.vhome-product-card__body a {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 78px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vhome-logo-brown);
    border-radius: 999px;
    padding: 0 12px;
    color: var(--vhome-logo-brown);
    background: transparent;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.1px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.vhome-marquee {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 10px;
    padding: 18px 0;
    overflow: hidden;
    border-top: 1px solid var(--vhome-line);
    border-bottom: 1px solid var(--vhome-line);
    color: var(--vhome-gold);
    font-family: var(--vhome-serif);
    font-size: 18px;
    font-style: italic;
    white-space: nowrap;
    background: #100806;
}

.vhome-marquee span::after {
    content: " -";
}

.vhome-rail {
    display: grid;
    grid-auto-columns: 64%;
    grid-auto-flow: column;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.vhome-rail::-webkit-scrollbar {
    display: none;
}

.vhome-rail > * {
    scroll-snap-align: start;
}

.vhome-collection-card {
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
    min-height: 0;
    padding: 12px;
    overflow: hidden;
    border: 1px solid var(--vhome-logo-brown);
    border-radius: 6px;
    background: var(--vhome-white);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08);
}

.vhome-collection-card__media {
    display: grid;
    flex: 0 0 auto;
    align-self: center;
    aspect-ratio: 1;
    width: min(56%, 170px);
    margin: 0 auto;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .08);
    background: var(--vhome-white);
}

.vhome-collection-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vhome-collection-card__body {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
    flex-direction: column;
    padding-top: 8px;
}

.vhome-collection-card h3 {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--vhome-logo-brown);
    font-family: var(--vhome-sans);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-overflow: clip;
    text-transform: uppercase;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.vhome-collection-card__link {
    display: inline-flex;
    flex: 0 0 auto;
    align-self: center;
    margin-top: auto;
    min-width: 104px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--vhome-logo-brown);
    border-radius: 999px;
    padding: 0 18px;
    color: var(--vhome-logo-brown);
    background: transparent;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.4px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.vhome-newsletter,
.vhome-proof {
    position: relative;
    z-index: 2;
    padding: 54px 22px;
    color: #4a2418;
    text-align: center;
    background: var(--vhome-web-beige);
}

.vhome-newsletter {
    display: flex;
    min-height: 360px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.vhome-newsletter__cabossa {
    position: absolute;
    top: -12px;
    right: -8px;
    z-index: 0;
    width: clamp(190px, 20vw, 320px);
    max-width: none;
    height: auto !important;
    max-height: none !important;
    object-fit: contain;
    opacity: .68;
    pointer-events: none;
}

.vhome-newsletter > :not(.vhome-newsletter__cabossa) {
    position: relative;
    z-index: 1;
}

.vhome-newsletter .vhome-kicker {
    position: absolute;
    top: 26px;
    left: 50%;
    justify-content: center;
    margin-bottom: 0;
    color: #9f7624;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

.vhome-newsletter__offer {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    gap: 14px;
    max-width: 100%;
    margin: 0 0 48px;
}

.vhome-newsletter h2,
.vhome-newsletter__offer p {
    margin: 0;
    font-family: var(--vhome-serif);
    font-size: clamp(38px, 11vw, 56px);
    font-style: italic;
    line-height: .82;
}

.vhome-newsletter h2 {
    color: var(--vhome-gold);
    font-size: clamp(46px, 13vw, 68px);
}

.vhome-newsletter__offer p {
    color: #4a2418;
    font-family: var(--vhome-serif);
    font-style: normal;
    line-height: 1;
    overflow-wrap: anywhere;
}

.vhome-newsletter__form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 430px;
    margin: 0 auto 12px;
    padding: 5px;
    overflow: hidden;
    border: 1.25px solid #3b1a11;
    border-radius: 999px;
    background: var(--vhome-white);
    box-shadow: none;
    isolation: isolate;
}

.vhome-newsletter__form::before {
    content: none;
}

.vhome-newsletter input {
    position: relative;
    z-index: 1;
    min-width: 0;
    flex: 1;
    height: 39px;
    border: 0;
    padding: 0 14px;
    color: #3b1a11;
    background: var(--vhome-white);
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
}

.vhome-newsletter button {
    position: relative;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 39px;
    border: 0;
    border-radius: 999px;
    padding: 0 16px;
    color: var(--vhome-cream);
    background: #1f0f0a;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    -webkit-appearance: none;
    appearance: none;
}

.vhome-newsletter button:disabled {
    cursor: not-allowed;
    opacity: .52;
    pointer-events: none;
}

.vhome-newsletter__submit {
    position: relative;
    display: inline-flex;
}

.vhome-newsletter__privacy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    max-width: 560px;
    margin: 0 auto;
    color: rgba(74, 36, 24, .78);
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
}

.vhome-newsletter__privacy input {
    min-width: 0;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin: 1px 0 0;
    padding: 0;
    border: 1px solid rgba(74, 36, 24, .48);
    border-radius: 2px;
    background: var(--vhome-white);
    -webkit-appearance: auto;
    appearance: auto;
    accent-color: var(--vhome-gold);
}

.vhome-newsletter__privacy a {
    color: #4a2418;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.vhome-tooltip {
    position: fixed;
    z-index: 90;
    max-width: min(280px, calc(100vw - 32px));
    padding: 10px 12px;
    border-radius: 4px;
    color: var(--vhome-white);
    background: rgba(0, 0, 0, .92);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity .15s ease, transform .15s ease;
}

.vhome-tooltip::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid rgba(0, 0, 0, .92);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateX(-50%);
}

.vhome-tooltip.is-visible {
    opacity: 1;
    transform: translate(-50%, -12px);
}

.vhome-popup {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 95;
    max-width: min(340px, calc(100vw - 36px));
    padding: 16px 18px;
    border: 1px solid rgba(196, 162, 75, .42);
    border-radius: 6px;
    color: var(--vhome-white);
    background: rgba(0, 0, 0, .94);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .18s ease, transform .18s ease;
}

.vhome-popup.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.vhome-wallet,
.vhome-reviews,
.vhome-b2b,
.vhome-footer {
    position: relative;
    z-index: 2;
    padding: 52px 22px;
    background:
        radial-gradient(circle at 18px 18px, rgba(196, 162, 75, .08) 0 2px, transparent 2px) 0 0 / 34px 34px,
        #100806;
}

.vhome-wallet {
    display: grid;
    gap: 30px;
    color: var(--vhome-logo-brown);
    text-align: center;
    background: var(--vhome-white);
}

.vhome-wallet .vhome-kicker {
    color: var(--vhome-gold);
}

.vhome-wallet h2,
.vhome-wallet h2 em {
    color: var(--vhome-logo-brown);
}

.vhome-b2b h2 {
    color: var(--vhome-logo-brown);
}

.vhome-b2b h2 em {
    color: var(--vhome-gold);
}

.vhome-wallet__intro > p:not(.vhome-kicker),
.vhome-b2b > p {
    color: #cdbda7;
    font-family: var(--vhome-serif);
    font-size: 15px;
    font-style: italic;
    line-height: 1.55;
}

.vhome-wallet__intro > p:not(.vhome-kicker) {
    color: var(--vhome-logo-brown);
}

.vhome-wallet__actions {
    margin: 24px 0 24px;
}

.vhome-wallet__actions .vhome-button--outline {
    border-color: var(--vhome-black);
    color: var(--vhome-black);
    background: var(--vhome-white);
}

.vhome-wallet__panel {
    padding: 26px 18px 24px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 4px;
    text-align: left;
    background: var(--vhome-web-panna);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08);
}

.vhome-wallet__panel h3 {
    margin-bottom: 28px;
    color: var(--vhome-logo-brown);
    font-size: 25px;
    font-style: italic;
}

.vhome-wallet__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 34px;
}

.vhome-wallet__steps article {
    min-width: 0;
}

.vhome-wallet__steps article span {
    display: grid;
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
    place-items: center;
    border: 1px solid var(--vhome-line);
    border-radius: 50%;
    color: var(--vhome-logo-brown);
    font-size: 15px;
    font-weight: 900;
}

.vhome-wallet__steps strong {
    display: block;
    color: var(--vhome-logo-brown);
    font-family: var(--vhome-serif);
    font-size: 17px;
    font-style: italic;
    line-height: 1.08;
}

.vhome-wallet__more::after {
    content: "";
}

.vhome-proof h2 {
    color: var(--vhome-logo-brown);
    margin-bottom: 28px;
}

.vhome-proof-labelbar {
    position: relative;
    z-index: 2;
    padding: 18px 22px 24px;
    color: var(--vhome-logo-brown);
    text-align: right;
    background: var(--vhome-white);
}

.vhome-proof-labelbar .vhome-label {
    margin: 0;
    color: #9f7624;
}

.vhome-proof {
    color: var(--vhome-logo-brown);
    overflow: hidden;
    background-color: var(--vhome-white);
}

.vhome-proof::before,
.vhome-proof::after {
    content: "";
    position: absolute;
    right: 22px;
    left: 22px;
    z-index: 2;
    height: 1px;
    background: rgba(0, 0, 0, .14);
}

.vhome-proof::before {
    top: 0;
}

.vhome-proof::after {
    bottom: 0;
}

.vhome-proof__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .32;
}

.vhome-proof > *:not(.vhome-proof__background) {
    position: relative;
    z-index: 1;
}

.vhome-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.vhome-proof article {
    display: grid;
    justify-items: center;
    min-width: 0;
    min-height: 104px;
    padding: 0 10px;
    border-right: 1px solid rgba(74, 36, 24, .18);
}

.vhome-proof__rainforest {
    align-items: center;
}

.vhome-proof .vhome-proof__rainforest img {
    align-self: center;
    max-width: 82px;
    max-height: 78px;
    margin-bottom: 0;
    filter: none;
}

.vhome-proof__rainforest strong {
    align-self: center;
}

.vhome-proof article:last-child {
    border-right: 0;
}

.vhome-proof img {
    align-self: end;
    max-width: 38px;
    max-height: 38px;
    margin-bottom: 11px;
}

.vhome-proof .vhome-proof__background {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: 0;
    align-self: auto;
    object-fit: cover;
}

.vhome-proof article:nth-child(2)::before {
    content: "";
}

.vhome-proof strong {
    display: block;
    align-self: center;
    color: var(--vhome-red);
    font-family: var(--vhome-serif);
    font-size: 16px;
    font-style: italic;
    line-height: 1.05;
    text-align: center;
}

.vhome-proof article:nth-child(2) strong {
    font-size: 30px;
}

.vhome-proof__chocolate {
    align-content: center;
    gap: 10px;
}

.vhome-proof article.vhome-proof__chocolate strong {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--vhome-red);
    font-family: var(--vhome-serif);
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    text-align: center;
    text-transform: none;
}

.vhome-proof__chocolate strong span {
    display: block;
    min-width: 0;
    align-self: auto;
    margin: 0;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
    white-space: nowrap;
}

.vhome-proof__flag {
    display: block;
    width: 100%;
    height: 7px;
    align-self: end;
    margin: 5px 0 0;
    background: linear-gradient(90deg, #008c45 0 33.333%, #ffffff 33.333% 66.666%, #cd212a 66.666% 100%);
    box-shadow: 0 0 0 1px rgba(74, 36, 24, .1);
}

.vhome-proof span {
    display: block;
    align-self: center;
    margin-top: 7px;
    color: rgba(74, 36, 24, .65);
    font-size: 10px;
    line-height: 1.25;
    text-align: center;
}

.vhome-reviews {
    color: var(--vhome-logo-brown);
    text-align: center;
    background: var(--vhome-white);
    padding-top: 44px;
    padding-bottom: 46px;
}

.vhome-review-write {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #00b67a;
    border-radius: 2px;
    padding: 0 22px;
    color: var(--vhome-white);
    background: #00b67a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.vhome-review-write:hover,
.vhome-review-write:focus {
    color: var(--vhome-white);
    background: #009b69;
    text-decoration: none;
}

.vhome-trustpilot-widget {
    width: min(100%, 620px);
    margin: 0 auto;
}

.vhome-review-divider {
    width: min(100%, 760px);
    height: 1px;
    margin: 22px auto 24px;
    background: rgba(0, 0, 0, .16);
}

.vhome-review-slider {
    position: relative;
    min-height: 0;
}

.vhome-review-track,
.vhome-review-slider .MS-content {
    display: flex;
    gap: 14px;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    text-align: left;
}

.vhome-review-track::-webkit-scrollbar,
.vhome-review-slider .MS-content::-webkit-scrollbar {
    display: none;
}

.vhome-review-track > *,
.vhome-review-slider .MS-content > .item {
    flex: 0 0 min(78%, 360px);
    scroll-snap-align: start;
}

.vhome-review-slider .item,
.vhome-review-card {
    display: block !important;
    width: auto !important;
    max-width: none;
    justify-self: stretch;
    min-height: 132px;
    height: auto !important;
    padding: 18px;
    color: var(--vhome-logo-brown);
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 6px;
    background: var(--vhome-white);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .08);
}

.vhome-review-slider .MS-content .item {
    min-height: 132px !important;
    height: auto !important;
    margin: 0 !important;
}

.vhome-review-slider .item .col-xs-12,
.vhome-review-slider .block-text {
    padding: 0 !important;
}

.vhome-review-slider .item p,
.vhome-review-card p {
    margin: 0;
    color: rgba(74, 36, 24, .78);
    font-family: var(--vhome-serif);
    font-size: 13px;
    font-style: italic;
    line-height: 1.45;
}

.vhome-review-slider .item p:first-child {
    margin-bottom: 12px;
    font-family: var(--vhome-sans);
    font-style: normal;
    font-weight: 800;
}

.vhome-review-slider .mark {
    margin: 0 0 14px;
    color: var(--vhome-gold);
    background: transparent;
}

.vhome-review-slider .rating-input,
.vhome-stars {
    color: var(--vhome-gold);
    letter-spacing: 2px;
}

.vhome-review-slider .glyphicon-star::before,
.vhome-review-slider .glyphicon-star-empty::before {
    content: "★";
}

.vhome-review-slider .glyphicon-star-empty {
    opacity: .25;
}

.vhome-review-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: none;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 50%;
    color: var(--vhome-black);
    background: var(--vhome-white);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .10);
    font-size: 24px;
    line-height: 1;
    transform: translateY(-50%);
}

.vhome-review-control--prev {
    left: -18px;
}

.vhome-review-control--next {
    right: -18px;
}

.vhome-reviews--legacy {
    position: relative;
    z-index: 2;
    color: #111111;
    background: #ffffff;
    text-align: left;
    padding: 24px 0 46px;
}

.vhome-reviews--legacy .container {
    width: 100% !important;
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}

.vhome-reviews__trustpilot {
    box-sizing: border-box;
    width: 100%;
    max-width: 1320px;
    margin: 18px auto 44px;
    padding-right: 22px;
    padding-left: 22px;
}

.vhome-reviews--legacy .vhome-legacy-review-heading {
    margin-top: 0;
}

.vhome-reviews--legacy #diconoDiNoi {
    color: #111111;
    font-family: GothamProBolder, GothamPro, Arial, sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.vhome-reviews--legacy #cmmrdc {
    font-family: GothamPro, Arial, sans-serif !important;
    text-transform: none;
}

.vhome-reviews--legacy .rigaHomePage0 {
    border-color: #111111 !important;
}

.vhome-reviews--legacy #commentSlider {
    margin-bottom: 18px;
}

.vhome-reviews--legacy #exampleSliderRec {
    position: relative;
    overflow: visible;
}

.vhome-reviews--legacy #exampleSliderRec .MS-content {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    text-align: left;
}

.vhome-reviews--legacy #exampleSliderRec .MS-content > .item,
.vhome-reviews--legacy #exampleSliderRec .item {
    min-height: 0 !important;
    height: auto !important;
    color: #626262;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.vhome-reviews--legacy .block-text {
    background-color: #ffffff;
    border-radius: 5px;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px !important;
    font-family: GothamPro, Arial, sans-serif !important;
}

.vhome-reviews--legacy .block-text p {
    margin: 0 0 10px;
    color: #585858;
    font-family: GothamPro, Arial, sans-serif !important;
    font-size: 18px;
    font-style: normal;
    line-height: 30px;
    text-align: justify;
}

.vhome-reviews--legacy .block-text p:first-child {
    margin-bottom: 10px;
    font-family: GothamPro, Arial, sans-serif !important;
    font-style: normal;
    font-weight: normal;
}

.vhome-reviews--legacy .block-text b {
    color: #585858;
    font-family: GothamPro, Arial, sans-serif !important;
    font-size: 18px;
    line-height: 30px;
}

.vhome-reviews--legacy .mark {
    margin: 0;
    padding: 12px 0 15px !important;
    color: inherit;
    background: none !important;
    background-color: #ffffff !important;
}

.vhome-reviews--legacy .rating-input {
    color: inherit;
    font-size: 20px;
    letter-spacing: 0;
}

.vhome-reviews--legacy .glyphicon-star {
    color: #ead200;
}

.vhome-reviews--legacy .glyphicon-star-empty {
    color: #bbbbbb;
    opacity: 1;
}

.vhome-reviews--legacy .glyphicon-star::before,
.vhome-reviews--legacy .glyphicon-star-empty::before {
    font-family: "Glyphicons Halflings";
}

.vhome-reviews--legacy .glyphicon-star::before {
    content: "\e006";
}

.vhome-reviews--legacy .glyphicon-star-empty::before {
    content: "\e007";
}

.vhome-reviews--legacy #recTotal {
    color: #111111;
    font-family: GothamPro, Arial, sans-serif !important;
}

.vhome-reviews--legacy #recTotal .rating-input {
    color: inherit;
}

.vhome-reviews--legacy .carousel-control.left,
.vhome-reviews--legacy .carousel-control.right {
    width: 25px;
    background: #ffffff;
    background-image: none !important;
    opacity: 1;
}

.vhome-reviews--legacy .carousel-control.left {
    left: -25px;
}

.vhome-reviews--legacy .carousel-control.right {
    right: -25px;
}

.vhome-reviews--legacy .carousel-control .glyphicon {
    color: #c4a24b;
}

.vhome-b2b {
    background: var(--vhome-web-panna);
    text-align: center;
}

.vhome-b2b > p {
    max-width: 520px;
    margin-right: auto;
    margin-left: auto;
}

.vhome-b2b__media {
    display: block;
    height: 280px;
    min-height: 280px;
    margin: 34px auto 36px;
    overflow: hidden;
    border-radius: 6px;
    background: var(--vhome-white);
}

.vhome-b2b__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vhome-b2b__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 30px;
    text-align: left;
}

.vhome-b2b__cards article {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 245px;
    padding: 18px 14px;
    border: 1px solid var(--vhome-line);
    border-radius: 4px;
    color: var(--vhome-black);
    background: var(--vhome-white);
}

.vhome-b2b__cards article:nth-child(2) {
    color: var(--vhome-black);
    background: var(--vhome-white);
}

.vhome-b2b__card-body {
    display: flex;
    min-height: 0;
    flex-direction: column;
    justify-content: space-between;
}

.vhome-b2b__cards h3 {
    margin: 0 0 16px;
    color: var(--vhome-black);
    font-size: 23px;
    font-style: italic;
    line-height: .98;
}

.vhome-b2b__cards a {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 39px;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    width: min(100%, 174px);
    margin-top: 18px;
    border-radius: 999px;
    padding: 0 12px;
    color: #211109;
    background: var(--vhome-gold);
    font-size: clamp(7.5px, 2.15vw, 9px);
    font-weight: 900;
    letter-spacing: 1.1px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.vhome-b2b__actions {
    align-items: center;
    margin-top: 18px;
}

.vhome-b2b__actions a {
    width: auto;
    min-width: 112px;
    margin-top: 0;
}

.vhome-b2b__actions .vhome-button--outline {
    border-color: var(--vhome-black);
    color: var(--vhome-black);
    background: var(--vhome-white);
}

.vhome-b2b__cards span {
    display: block;
    color: rgba(0, 0, 0, .64);
    font-size: 12px;
    line-height: 1.45;
}

.vhome-b2b__cards article:nth-child(2) span {
    color: rgba(0, 0, 0, .64);
}

.vhome-contact-modal {
    color: var(--vhome-black);
}

.vhome-contact-modal__dialog {
    width: min(100% - 44px, 860px);
    margin: 70px auto;
}

.vhome-contact-modal__panel {
    width: 100%;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    border: 1px solid rgba(196, 162, 75, .42);
    border-radius: 8px;
    padding: 26px 22px 22px;
    overflow: hidden;
    background: #fbf8ef;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.vhome-contact-modal__head {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(196, 162, 75, .34);
    padding-bottom: 14px;
}

.vhome-contact-modal__head h2 {
    margin: 0;
    font-family: var(--vhome-sans);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.vhome-contact-modal__head button {
    width: 36px;
    height: 36px;
    margin: 0;
    border: 1px solid var(--vhome-black);
    border-radius: 50%;
    color: var(--vhome-white);
    background: var(--vhome-black);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    text-shadow: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.vhome-contact-modal__head button:hover,
.vhome-contact-modal__head button:focus {
    border-color: var(--vhome-logo-brown);
    color: var(--vhome-logo-brown);
    background: var(--vhome-gold);
    opacity: 1;
    outline: 0;
    transform: scale(1.04);
}

.vhome-contact-modal__body {
    display: grid;
    gap: 20px;
    padding: 14px 12px 10px;
}

.vhome-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.vhome-contact-form__row,
.vhome-contact-form__note,
.vhome-contact-form button {
    grid-column: span 2;
}

.vhome-contact-form__row:not(.vhome-contact-form__row--wide) {
    grid-column: span 1;
}

.vhome-contact-form label {
    display: block;
    margin-bottom: 6px;
    color: var(--vhome-logo-brown);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.vhome-contact-form input,
.vhome-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: 4px;
    padding: 13px 14px;
    color: var(--vhome-black);
    background: var(--vhome-white);
    font: inherit;
}

.vhome-contact-form textarea {
    resize: none;
}

.vhome-contact-form__note {
    margin: 4px 0 0;
    color: #8a6421;
    font-size: 12px;
    font-weight: 700;
}

.vhome-contact-form input:focus,
.vhome-contact-form textarea:focus {
    border-color: var(--vhome-gold);
    box-shadow: 0 0 0 2px rgba(196, 162, 75, .22);
    outline: 0;
}

.vhome-contact-form button {
    min-height: 44px;
    border: 1px solid var(--vhome-black);
    border-radius: 4px;
    padding: 0 22px;
    color: var(--vhome-black);
    background: var(--vhome-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.vhome-contact-form button:hover,
.vhome-contact-form button:focus {
    color: var(--vhome-white);
    background: var(--vhome-black);
    outline: 0;
}

@media (max-width: 767px) {
    .vhome-b2b__actions {
        flex-direction: column;
        align-items: flex-start;
        max-width: 156px;
    }

    .vhome-b2b__actions a {
        width: 100%;
        max-width: none;
        flex: 0 0 auto;
    }

    .vhome-contact-modal.in,
    .vhome-contact-modal.vhome-contact-modal--open {
        display: flex !important;
        align-items: center;
        justify-content: center;
        padding: 14px !important;
    }

    .vhome-contact-modal__dialog {
        width: 100%;
        max-width: calc(100vw - 28px);
        margin: 0 auto;
    }

    .vhome-contact-modal__panel {
        max-height: calc(100vh - 28px);
        padding: 18px 14px 16px;
        overflow-y: auto;
    }

    .vhome-contact-modal__head {
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

    .vhome-contact-modal__head h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }

    .vhome-contact-modal__body {
        gap: 14px;
        padding: 10px 6px 6px;
    }

    .vhome-contact-form {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .vhome-contact-form__row,
    .vhome-contact-form__row:not(.vhome-contact-form__row--wide),
    .vhome-contact-form__note,
    .vhome-contact-form button {
        grid-column: 1;
    }

    .vhome-contact-form input,
    .vhome-contact-form textarea {
        padding: 11px 12px;
        font-size: 14px;
    }

    .vhome-contact-form textarea {
        min-height: 104px;
    }

    .vhome-contact-form button {
        width: 100%;
        min-height: 46px;
    }
}

.vhome-footer {
    padding-top: 0;
    text-align: center;
}

.vhome-footer__accordion {
    margin: 0 -22px 44px;
}

.vhome-footer__accordion div {
    border-bottom: 1px solid var(--vhome-line);
}

.vhome-footer__identity {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 34px 22px 28px;
    border-bottom: 0 !important;
}

.vhome-footer__accordion strong,
.vhome-footer__accordion a,
.vhome-footer__accordion span {
    display: flex;
    min-height: 55px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.vhome-footer__accordion strong {
    color: var(--vhome-gold);
}

.vhome-footer__accordion a,
.vhome-footer__accordion span {
    min-height: 42px;
    color: var(--vhome-muted);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.vhome-footer__accordion div:not(.vhome-footer__identity) a,
.vhome-footer__accordion div:not(.vhome-footer__identity) span {
    display: none;
}

.vhome-footer__accordion div.vhome-footer__group--open a,
.vhome-footer__accordion div.vhome-footer__group--open span {
    display: flex;
}

.vhome-footer__accordion strong::after {
    content: ">";
    color: var(--vhome-gold);
}

.vhome-footer__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(294px, 86vw);
    min-height: 86px;
}

.vhome-footer__brand img {
    display: block;
    width: 100%;
    max-height: 86px;
    object-fit: contain;
}

.vhome-footer__social {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 20px 0 34px;
}

.vhome-footer__social a {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border: 1px solid var(--vhome-line);
    border-radius: 50%;
    color: var(--vhome-gold);
    font-size: 11px;
    font-weight: 900;
}

.vhome-footer__social img {
    display: block;
    width: 23px;
    height: 23px;
    margin: auto;
    object-fit: contain;
}

.vhome-footer__payments {
    padding: 26px 0;
    border-bottom: 1px solid var(--vhome-line);
}

.vhome-footer__payments-main > strong,
.vhome-footer__pickup > strong,
.vhome-footer__company > strong {
    display: block;
    margin-bottom: 18px;
    color: var(--vhome-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.vhome-payments {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    border-radius: 18px;
    padding: 16px;
    background: #fffaf0;
}

.vhome-payments span {
    display: grid;
    min-height: 34px;
    place-items: center;
    border-radius: 6px;
    color: #171717;
    background: transparent;
    font-size: 10px;
    font-weight: 900;
}

.vhome-payments__text {
    font-family: var(--vhome-sans);
    font-size: 14px !important;
    letter-spacing: 0;
    text-transform: none;
}

.vhome-payments img {
    display: block;
    width: auto;
    max-width: 74px;
    max-height: 24px;
    object-fit: contain;
}

.vhome-payments .vhome-payments__img--gpay {
    max-width: 58px;
    max-height: 24px;
}

.vhome-payments .vhome-payments__img--apay {
    max-width: 58px;
    max-height: 30px;
}

.vhome-payments__cards {
    display: inline-flex !important;
    gap: 7px;
}

.vhome-payments__cards img {
    max-width: 42px;
    max-height: 27px;
}

.vhome-payments .vhome-payments__img--klarna {
    max-width: 68px;
    max-height: 18px;
}

.vhome-payments .vhome-payments__bank {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: #171717;
    font-size: 10px;
    line-height: 1.1;
    text-align: center;
}

.vhome-payments__bank b {
    max-width: 70px;
    font: inherit;
    font-weight: 900;
    text-align: center;
    text-transform: none;
}

.vhome-payments .vhome-payments__img--bank {
    max-width: 32px;
    max-height: 32px;
}

.vhome-footer__company {
    margin-top: 26px;
    color: rgba(247, 235, 216, .72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.vhome-footer__pickup {
    margin-top: 26px;
    color: rgba(247, 235, 216, .72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.vhome-footer__right {
    margin-top: 26px;
}

.vhome-footer__certifications {
    display: block;
    margin-top: 24px;
    color: rgba(247, 235, 216, .72);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
}

.vhome-footer__certifications > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--vhome-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.vhome-footer__certifications p {
    margin: 0 0 12px;
}

.vhome-footer__certification-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.vhome-footer__certification-icons img {
    display: block;
    width: auto;
    max-width: 48px;
    max-height: 38px;
    object-fit: contain;
}

.vhome-footer__certification-icons img:nth-child(4) {
    max-width: 36px;
}

.vhome-footer__certification-icons img[src*="Rainforest-Alliance"] {
    filter: invert(24%) sepia(31%) saturate(1084%) hue-rotate(140deg) brightness(83%) contrast(90%);
}

.vhome-footer__pickup p,
.vhome-footer__company p {
    margin: 0 0 6px;
}

.vhome-footer__pickup a,
.vhome-footer__company a,
.vhome-footer__company span {
    color: rgba(247, 235, 216, .86);
}

.vhome-footer__legal {
    margin: 28px 0 0;
    color: rgba(247, 235, 216, .58) !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: 1.55;
    text-transform: none !important;
}

.vhome-footer__legal a,
.vhome-footer__legal strong {
    color: var(--vhome-gold);
    font-weight: 800;
}

.vhome-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

body.vhome-page #ModalReg .vhome-reg-consent-row {
    display: flex;
    align-items: center;
}

body.vhome-page #ModalReg .vhome-reg-consent-row > .col-xs-12:first-child,
body.vhome-page #ModalReg .vhome-reg-consent-row > [tkey="cliccandoaccetti"],
body.vhome-page #ModalReg .vhome-reg-consent-row > [tkey="cliccandoaccetti2"] {
    display: flex;
    align-items: center;
    padding-top: 2px;
}

body.vhome-page #ModalReg .vhome-reg-consent-row .button-checkbox,
body.vhome-page #ModalReg .vhome-reg-consent-row .button-checkbox .btn {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 779px) {
    .vhome-newsletter {
        min-height: 0;
        padding: 54px 18px 46px;
    }

    .vhome-newsletter .vhome-kicker {
        top: 24px;
        width: calc(100% - 36px);
        font-size: 11px;
        letter-spacing: 2.2px;
    }

    .vhome-newsletter__offer {
        display: block;
        margin-bottom: 24px;
        white-space: normal;
    }

    .vhome-newsletter h2 {
        margin-bottom: 4px;
        font-size: 54px;
        line-height: .9;
    }

    .vhome-newsletter__offer p {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
        font-size: 38px;
        line-height: 1;
    }

    .vhome-newsletter__form {
        max-width: min(354px, calc(100vw - 36px));
        flex-direction: row;
        gap: 0;
        padding: 3px;
        overflow: hidden;
        border: 1.25px solid #3b1a11;
        border-radius: 999px;
        background: var(--vhome-white);
    }

    .vhome-newsletter__form::before {
        content: none;
    }

    .vhome-newsletter__submit {
        flex: 0 0 auto;
        width: auto;
    }

    .vhome-newsletter__form input {
        width: auto;
        min-width: 0;
        height: 30px;
        border: 0;
        border-radius: 0;
        padding-right: 10px;
        padding-left: 13px;
        font-size: 14px;
    }

    .vhome-newsletter__form button {
        width: auto;
        justify-content: center;
        height: 30px;
        padding-right: 13px;
        padding-left: 13px;
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    .vhome-newsletter__privacy {
        max-width: min(354px, calc(100vw - 36px));
        align-items: flex-start;
        justify-content: center;
        gap: 8px;
        margin-top: 0;
        font-size: 10.5px;
        line-height: 1.35;
    }

    .vhome-newsletter__privacy input[type="checkbox"] {
        flex: 0 0 14px;
        width: 14px;
        min-width: 14px;
        height: 14px;
        margin-top: 1px;
        padding: 0;
        border: 1px solid rgba(74, 36, 24, .55);
        border-radius: 2px;
        background: var(--vhome-white);
        -webkit-appearance: auto;
        appearance: auto;
    }

    .vhome-newsletter__privacy span {
        display: block;
        min-width: 0;
    }

    body.vhome-page #ModalReg .vhome-reg-required-note {
        margin-top: -8px;
        margin-bottom: 20px;
        padding-right: 15px !important;
        padding-left: 15px !important;
        color: #cd0909 !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
        text-align: left !important;
    }

    body.vhome-page #ModalReg .vhome-reg-consent-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
        margin-left: 0;
        gap: 6px;
    }

    body.vhome-page #ModalReg .vhome-reg-consent-row > .col-xs-12:first-child {
        flex: 0 0 auto;
        width: auto !important;
        min-width: 0;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    body.vhome-page #ModalReg .vhome-reg-consent-row > [tkey="cliccandoaccetti"],
    body.vhome-page #ModalReg .vhome-reg-consent-row > [tkey="cliccandoaccetti2"] {
        flex: 0 0 auto;
        width: 100% !important;
        padding-left: 0 !important;
    }

    body.vhome-page #ModalReg .vhome-reg-consent-row .button-checkbox {
        float: none !important;
        display: inline-flex;
    }

    body.vhome-page #ModalReg [tkey="cliccandoaccetti"],
    body.vhome-page #ModalReg [tkey="cliccandoaccetti2"] {
        display: block !important;
        min-height: 0 !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-left: 10px !important;
        color: #111111 !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
        text-align: left !important;
        white-space: normal !important;
        visibility: visible !important;
    }

    body.vhome-page #ModalReg #b_t_and_c,
    body.vhome-page #ModalReg #btnPubblicita {
        min-width: 40px;
        min-height: 32px;
        padding: 6px 8px !important;
        color: #111111 !important;
        background: #ffffff;
    }

    body.vhome-page #ModalReg #t_and_c,
    body.vhome-page #ModalReg #chkPubblicita {
        display: inline-block !important;
        width: 14px !important;
        height: 14px !important;
        margin: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .vhome-footer__certification-icons {
        justify-content: center;
    }
}

@media (min-width: 780px) {
    html.vhome-page-root,
    html.vhome-page-root body.vhome-page,
    body.vhome-page {
        background: var(--vhome-white);
        scrollbar-color: rgba(0, 0, 0, .35) var(--vhome-white);
    }

    body.vhome-page::-webkit-scrollbar {
        width: 12px;
    }

    body.vhome-page::-webkit-scrollbar-track {
        background: var(--vhome-white);
    }

    body.vhome-page::-webkit-scrollbar-thumb {
        border: 3px solid var(--vhome-white);
        border-radius: 999px;
        background: rgba(0, 0, 0, .35);
    }

    .vhome {
        width: 100%;
        max-width: none;
        background: var(--vhome-white);
        box-shadow: none;
    }

    .vhome-mobile-menu {
        display: none;
        box-shadow: none;
    }

    .vhome-header {
        --vhome-header-height: 75px;
        height: var(--vhome-header-height);
        min-height: 75px;
        display: grid;
        grid-template-columns: minmax(150px, 1fr) minmax(0, 2.8fr) minmax(150px, 1fr);
        align-items: center;
        column-gap: 24px;
        padding: 0 max(29px, calc((100vw - 1320px) / 2));
        border-bottom: 1px solid var(--vhome-line);
        background: rgba(0, 0, 0, .94);
    }

    .vhome-header__brand img {
        width: auto;
        height: 62px;
        max-height: 62px;
    }

    .vhome-header__brand {
        display: flex;
        height: var(--vhome-header-height);
        align-items: center;
        align-self: stretch;
        justify-self: start;
    }

    .vhome-header__nav {
        position: static;
        display: flex;
        height: var(--vhome-header-height);
        align-items: center;
        align-self: stretch;
        justify-content: center;
        width: 100%;
        min-width: 0;
        justify-self: center;
    }

    .vhome-menu {
        display: flex;
        height: var(--vhome-header-height);
        min-height: 0;
        align-items: center;
        align-self: center;
        justify-content: center;
        gap: clamp(10px, 1vw, 16px);
    }

    .vhome-menu li {
        position: relative;
    }

    .vhome-menu > li {
        display: flex;
        box-sizing: border-box;
        height: var(--vhome-header-height);
        min-height: 0;
        align-items: center;
        padding: 0 !important;
    }

    .vhome-header__nav a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #f3eadc !important;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 1.1px;
        line-height: 1;
        text-transform: uppercase;
    }

    .vhome-menu > li > a {
        box-sizing: border-box;
        height: var(--vhome-header-height);
        min-height: 0;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 1;
    }

    .vhome-menu ul {
        position: absolute;
        top: 100%;
        left: 50%;
        min-width: 220px;
        padding: 14px 0;
        border: 1px solid var(--vhome-line);
        background: #100806;
        box-shadow: 0 18px 44px rgba(0, 0, 0, .38);
        opacity: 0;
        pointer-events: none;
        transform: translate(-50%, 8px);
        transition: opacity .16s ease, transform .16s ease;
        z-index: 30;
    }

    .vhome-menu li:hover > ul,
    .vhome-menu li:focus-within > ul {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }

    .vhome-menu ul ul {
        top: -15px;
        left: 100%;
        transform: translate(8px, 0);
    }

    .vhome-menu ul li:hover > ul,
    .vhome-menu ul li:focus-within > ul {
        transform: translate(0, 0);
    }

    .vhome-menu ul a {
        display: block;
        height: auto;
        padding: 11px 18px;
        color: var(--vhome-muted) !important;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: none;
        white-space: nowrap;
    }

    .vhome-menu ul a:hover,
    .vhome-menu ul a:focus {
        color: var(--vhome-gold) !important;
    }

    .vhome-header__nav a.is-active {
        color: var(--vhome-gold) !important;
    }

    .vhome-header__nav a.is-active::after {
        content: none;
    }

    .vhome-header__nav .vhome-menu > li > a:not(.is-active) {
        color: #f3eadc !important;
    }

    body.vhome-legacy-chrome .vhome-legacy-layout .vhome-header__nav .vhome-menu > li > a:not(.is-active),
    body.vhome-legacy-chrome .vhome-legacy-layout .vhome-header__nav .vhome-menu > li:hover > a:not(.is-active),
    body.vhome-legacy-chrome .vhome-legacy-layout .vhome-header__nav .vhome-menu > li:focus-within > a:not(.is-active),
    body.vhome-legacy-chrome .vhome-legacy-layout .vhome-header__nav .vhome-menu > li > a:not(.is-active):hover,
    body.vhome-legacy-chrome .vhome-legacy-layout .vhome-header__nav .vhome-menu > li > a:not(.is-active):focus,
    body.vhome-legacy-chrome .vhome-legacy-layout .vhome-header__nav .vhome-menu > li > a:not(.is-active):active {
        color: #f3eadc !important;
    }

    .vhome-header__nav .vhome-menu > li > a.is-active {
        color: var(--vhome-gold) !important;
    }

    .vhome-header__tools {
        height: var(--vhome-header-height);
        align-self: stretch;
        align-items: center;
        justify-self: end;
        gap: 24px;
    }

    .vhome-icon-button {
        width: 31px;
        height: 31px;
    }

    .vhome-icon--user-img {
        width: 29px;
        height: 29px;
    }

    [data-vhome-menu-toggle] {
        display: none !important;
    }

    .vhome-header__tools [data-vhome-menu-toggle].vhome-icon-button {
        display: none !important;
    }

    .vhome-search {
        position: sticky;
        top: 75px;
        z-index: 19;
        grid-template-columns: minmax(260px, 520px) 110px;
        justify-content: center;
        padding: 10px 18px 18px;
    }

    .vhome-account__panel {
        width: min(100%, 980px);
        min-height: 0;
        max-height: calc(100vh - 64px);
        margin: 32px auto;
        border-radius: 8px;
        padding: 32px;
    }

    .vhome-account__tabs {
        margin-bottom: 28px;
    }

    .vhome-auth-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vhome-auth-form label,
    .vhome-auth-form button,
    .vhome-account__promo {
        grid-column: span 2;
    }

    .vhome-auth-panel[data-vhome-auth-panel="login"] .vhome-auth-form label,
    .vhome-auth-panel[data-vhome-auth-panel="login"] .vhome-auth-form button {
        grid-column: auto;
    }

    .vhome-auth-panel[data-vhome-auth-panel="login"] .vhome-auth-form button {
        align-self: end;
    }

    .vhome-account-dashboard {
        grid-template-columns: 190px minmax(0, 1fr);
        gap: 14px;
    }

    .vhome-account-dashboard__welcome,
    .vhome-account-stats,
    .vhome-account-actions,
    .vhome-account-wallet,
    .vhome-account-section,
    .vhome-account-list,
    .vhome-account-logout {
        grid-column: 2;
    }

    .vhome-account-dashboard::before {
        content: "Principale\A\A0Dashboard\A\A0I miei ordini\A\A0Recensioni\A\A Account\A\A0Profilo\A\A0Indirizzi\A\A0Customer Care\A\A Fedelta\A\A0Wallet Vanoir\A\A0Liste desideri\A\A0Calendario";
        grid-column: 1;
        grid-row: 1 / span 7;
        white-space: pre-line;
        border-right: 1px solid #d7d7d7;
        padding: 12px 18px 0 0;
        color: #111111;
        font-size: 13px;
        line-height: 2.1;
    }

    .vhome-account-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vhome-account-mobilebar {
        display: none;
    }

    .vhome-label,
    .vhome-kicker {
        color: #9f7624;
        font-size: 13px;
        letter-spacing: 2.6px;
    }

    .vhome-section--best .vhome-label,
    .vhome-wallet .vhome-kicker,
    .vhome-proof .vhome-label,
    .vhome-b2b .vhome-label,
    .vhome-newsletter .vhome-kicker {
        color: #9f7624;
    }

    .vhome-link,
    .vhome-wallet__more {
        color: #9f7624;
        font-size: 12px;
        letter-spacing: 1.6px;
    }

    .vhome-kicker {
        gap: 0;
    }

    .vhome-kicker span {
        display: none;
    }

    .vhome-hero {
        top: 75px;
        min-height: calc(100vh - 150px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 28px;
        padding: 0 max(58px, calc((100vw - 1320px) / 2)) 34px;
        text-align: center;
        background: var(--vhome-white);
    }

    .vhome-hero::after {
        right: max(58px, calc((100vw - 1320px) / 2));
        left: max(58px, calc((100vw - 1320px) / 2));
    }

    .vhome-proof::before,
    .vhome-proof::after {
        right: max(58px, calc((100vw - 1320px) / 2));
        left: max(58px, calc((100vw - 1320px) / 2));
    }

    .vhome-hero__slot {
        min-height: 0;
    }

    .vhome-hero::before {
        min-height: clamp(300px, 46vh, 430px);
    }

    .vhome-hero__fallback {
        width: min(58vw, 620px);
    }

    .vhome-hero__actions {
        width: auto;
        max-width: none;
        justify-content: center;
        gap: 14px;
    }

    .vhome-hero__actions .vhome-button {
        flex: 0 0 auto;
        min-width: 190px;
        min-height: 48px;
        border-radius: 999px;
        font-size: 12px;
    }

    .vhome-section,
    .vhome-wallet,
    .vhome-reviews,
    .vhome-b2b,
    .vhome-footer {
        padding-right: max(58px, calc((100vw - 1320px) / 2));
        padding-left: max(58px, calc((100vw - 1320px) / 2));
    }

    .vhome-section {
        padding-top: 78px;
        padding-bottom: 78px;
    }

    .vhome-section--best {
        background: var(--vhome-white);
    }

    .vhome-section--collections {
        background: var(--vhome-web-panna);
    }

    .vhome-reviews--legacy {
        box-sizing: border-box;
        width: 100vw;
        max-width: none;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-top: 38px;
        padding-bottom: 0;
        background: var(--vhome-white);
    }

    .vhome-reviews__trustpilot {
        width: 100vw;
        max-width: none;
        margin-bottom: 54px;
        padding-right: max(58px, calc((100vw - 1320px) / 2));
        padding-left: max(58px, calc((100vw - 1320px) / 2));
    }

    .vhome-reviews--legacy > .container {
        box-sizing: border-box;
        width: 100vw !important;
        max-width: none !important;
        margin: 0 !important;
        padding-right: max(58px, calc((100vw - 1320px) / 2));
        padding-left: max(58px, calc((100vw - 1320px) / 2));
    }

    .vhome-reviews--legacy > .container > .col-xs-1 {
        display: none;
    }

    .vhome-reviews--legacy > .container > .col-xs-10 {
        float: none !important;
        width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }

    .vhome-section--tight {
        padding-top: 28px;
    }

    .vhome-section--best .vhome-label {
        margin-bottom: 64px;
        font-size: 13px;
    }

    .vhome-section--best .vhome-link {
        color: #9f7624;
        font-size: 12px;
        letter-spacing: 1.6px;
        margin-top: 0;
        align-self: flex-end;
    }

    .vhome-section--best {
        padding-bottom: 54px;
    }

    .vhome-section h2,
    .vhome-wallet h2,
    .vhome-proof h2,
    .vhome-b2b h2 {
        font-size: 66px;
    }

    .vhome-section__head {
        margin-bottom: 34px;
    }

    .vhome-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 32px;
        border: 0;
    }

    .vhome-product-card {
        display: grid;
        grid-template-rows: auto 1fr;
        min-height: 0;
        border: 1px solid rgba(0, 0, 0, .14);
        border-radius: 6px;
        padding: 12px;
    }

    .vhome-product-card h3 {
        min-height: 0;
        font-size: 16px;
    }

    .vhome-product-card__status {
        position: absolute;
        top: 14px;
        right: 14px;
        z-index: 2;
        display: grid;
        width: 42px;
        height: 42px;
        place-items: center;
        border: 1px solid rgba(159, 118, 36, .34);
        border-radius: 4px;
        background: rgba(255, 255, 255, .92);
        box-shadow: 0 10px 26px rgba(0, 0, 0, .08);
        pointer-events: none;
    }

    .vhome-product-card__status img {
        display: block;
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .vhome-product-card__status span {
        display: none;
    }

    .vhome-product-card__media {
        aspect-ratio: 1;
        height: auto;
    }

    .vhome-product-card__media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .vhome-product-card__body {
        display: flex;
        min-height: 112px;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 10px;
    }

    .vhome-product-card__body div {
        min-height: 40px;
        align-items: flex-end;
        margin-top: 6px;
    }

    .vhome-dynamic-products .vhome-product-card__price {
        display: block;
        color: var(--vhome-black);
    }

    .vhome-price-stack {
        display: flex;
        min-height: 42px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 2px;
        line-height: 1;
        white-space: nowrap;
    }

    .vhome-price-old {
        color: var(--vhome-black);
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        opacity: .48;
        text-decoration: line-through;
    }

    .vhome-price-current {
        display: block;
        color: var(--vhome-black);
        line-height: .9;
    }

    .vhome-price-stack--discount .vhome-price-current,
    .vhome-dynamic-products .vhome-product-card__price .vhome-price-stack--discount .vhome-price-current .b1,
    .vhome-dynamic-products .vhome-product-card__price .vhome-price-stack--discount .vhome-price-current .b2,
    .vhome-dynamic-products .vhome-product-card__price .vhome-price-stack--discount .vhome-price-current .b3 {
        color: #9f7624;
    }

    .vhome-dynamic-products .vhome-product-card__price .vhome-price-current .b1 {
        font-size: 16px !important;
    }

    .vhome-dynamic-products .vhome-product-card__price .vhome-price-current .b2 {
        font-size: 32px !important;
    }

    .vhome-dynamic-products .vhome-product-card__price .vhome-price-current .b3 {
        font-size: 15px !important;
    }

    .vhome-product-card__body a,
    .vhome-collection-card__link {
        display: inline-flex;
        flex: 0 0 auto;
        min-width: 104px;
        min-height: 36px;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 1px solid var(--vhome-logo-brown);
        border-radius: 999px;
        padding: 0 18px;
        color: var(--vhome-logo-brown);
        background: transparent;
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 1.4px;
        line-height: 1;
        text-transform: uppercase;
    }

    .vhome-dynamic-products #exampleSlider .MS-content {
        gap: 32px;
        justify-content: center;
        overflow-x: hidden !important;
    }

    .vhome-dynamic-products #exampleSlider .item {
        flex-basis: calc((100% - 96px) / 4);
        max-width: calc((100% - 96px) / 4);
    }

    .vhome-dynamic-products figure {
        grid-template-rows: 190px auto auto;
        min-height: 318px;
    }

    .vhome-dynamic-products figure img:not(#Es):not(#inEs):not(#inOf) {
        height: 205px;
    }

    .vhome-rail {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-columns: unset;
        grid-auto-flow: row;
        overflow: visible;
    }

    .vhome-rail--collections {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 32px;
    }

    .vhome-collection-card {
        aspect-ratio: auto;
        padding: 12px;
    }

    .vhome-collection-card__media {
        width: min(100%, 300px);
        margin: 0 auto;
    }

    .vhome-collection-card__body {
        display: flex;
        min-height: 100px;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 18px;
        padding-top: 0;
    }

    .vhome-collection-card h3 {
        display: flex;
        flex: initial;
        justify-content: center;
        padding: 0;
        font-family: var(--vhome-sans);
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.25;
        text-transform: uppercase;
        text-align: center;
        white-space: normal;
    }

    .vhome-collection-card__link {
        align-self: center;
        margin-top: 0;
    }

    .vhome-collection-card__link::after {
        content: "";
    }

    .vhome-newsletter,
    .vhome-proof {
        padding: 78px max(58px, calc((100vw - 1320px) / 2));
    }

    .vhome-proof-labelbar {
        padding: 22px max(58px, calc((100vw - 1320px) / 2)) 34px;
    }

    .vhome-newsletter {
        min-height: 416px;
        background: var(--vhome-web-beige);
    }

    .vhome-newsletter__cabossa {
        top: -24px;
        right: clamp(-26px, -1.8vw, -12px);
        width: clamp(230px, 19vw, 318px);
        height: auto !important;
        max-width: none;
        opacity: .68;
    }

    .vhome-newsletter__offer {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .vhome-newsletter .vhome-kicker {
        top: 34px;
        left: 50%;
        margin-bottom: 0;
    }

    .vhome-newsletter h2 {
        font-size: clamp(68px, 7.4vw, 104px);
    }

    .vhome-newsletter__offer p {
        font-size: clamp(68px, 7.4vw, 104px);
    }

    .vhome-newsletter__form {
        max-width: 430px;
    }

    .vhome-wallet {
        grid-template-columns: minmax(0, 1fr) minmax(480px, 690px);
        align-items: center;
        gap: 44px;
        padding-top: 96px;
        padding-bottom: 54px;
        text-align: left;
        background: var(--vhome-white);
    }

    .vhome-wallet__intro {
        padding-top: 0;
    }

    .vhome-wallet__intro .vhome-kicker {
        position: absolute;
        top: 34px;
        left: max(58px, calc((100vw - 1320px) / 2));
        justify-content: flex-start;
        margin: 0;
    }

    .vhome-wallet__actions {
        max-width: 320px;
        margin-top: 36px;
    }

    .vhome-wallet__panel {
        padding: 34px 56px 30px 40px;
        background: var(--vhome-web-panna);
    }

    .vhome-wallet__steps {
        gap: 8px;
    }

    .vhome-wallet__steps article span {
        width: 56px;
        height: 56px;
        margin-bottom: 18px;
        font-size: 17px;
    }

    .vhome-wallet__steps strong {
        font-size: 23px;
        white-space: nowrap;
    }

    .vhome-proof__grid {
        max-width: 900px;
        margin: 42px auto 0;
    }

    .vhome-proof {
        overflow: hidden;
        background-color: var(--vhome-white);
    }

    .vhome-proof img {
        max-width: 56px;
        max-height: 56px;
    }

    .vhome-proof .vhome-proof__background {
        max-width: none;
        max-height: none;
    }

    .vhome-proof strong {
        font-size: 22px;
    }

    .vhome-proof__chocolate {
        gap: 0;
        justify-items: center;
    }

    .vhome-proof article.vhome-proof__chocolate strong {
        display: flex;
        width: 100%;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        grid-row: 2;
        color: var(--vhome-red);
        font-family: var(--vhome-serif);
        font-size: 21px;
        font-style: italic;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.12;
        overflow: hidden;
        text-align: center;
        text-transform: none;
    }

    .vhome-proof__chocolate strong span {
        display: block;
        min-width: 0;
        align-self: auto;
        margin: 0;
        color: inherit;
        font: inherit;
        line-height: inherit;
        text-align: inherit;
        white-space: nowrap;
    }

    .vhome-proof__flag {
        display: block;
        grid-row: 3;
        width: 100%;
        height: 7px;
        align-self: center;
        margin: 7px 0 0;
        background: linear-gradient(90deg, #008c45 0 33.333%, #ffffff 33.333% 66.666%, #cd212a 66.666% 100%);
        box-shadow: 0 0 0 1px rgba(74, 36, 24, .1);
    }

    .vhome-reviews {
        padding-top: 52px;
        padding-bottom: 54px;
    }

    .vhome-review-track,
    .vhome-review-slider .MS-content {
        gap: 16px;
    }

    .vhome-review-track > *,
    .vhome-review-slider .MS-content > .item {
        flex-basis: calc((100% - 32px) / 3);
    }

    .vhome-review-slider:hover .vhome-review-control,
    .vhome-review-slider:focus-within .vhome-review-control {
        display: grid;
        place-items: center;
    }

    .vhome-b2b {
        padding-top: 78px;
        padding-bottom: 78px;
        background: var(--vhome-web-panna);
    }

    .vhome-b2b > .vhome-label {
        color: #9f7624;
        font-family: var(--vhome-sans);
        font-size: 13px;
        font-style: normal;
        font-weight: 900;
        letter-spacing: 2.6px;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .vhome-b2b__media {
        display: block;
        max-width: 1320px;
    }

    .vhome-b2b__cards {
        grid-template-columns: 1fr 1fr;
        max-width: none;
        gap: 22px;
    }

    .vhome-b2b__cards article {
        min-height: 258px;
        padding: 34px 38px;
    }

    .vhome-b2b__cards p {
        margin-bottom: 12px;
        font-size: 10px;
        letter-spacing: 2.2px;
    }

    .vhome-b2b__cards h3 {
        margin-bottom: 18px;
        font-size: 27px;
        line-height: 1;
    }

    .vhome-b2b__cards span {
        font-size: 14px;
        line-height: 1.45;
    }

    .vhome-b2b__cards a {
        min-height: 42px;
        width: min(100%, 176px);
        padding: 0 18px;
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .vhome-b2b__actions {
        width: auto;
        max-width: 410px;
        gap: 12px;
        margin-top: 24px;
    }

    .vhome-b2b__actions a {
        flex: 0 1 146px;
        min-width: 134px;
    }

    .vhome-section,
    .vhome-section--tight,
    .vhome-section--best,
    .vhome-newsletter,
    .vhome-wallet,
    .vhome-proof,
    .vhome-reviews--legacy,
    .vhome-b2b {
        padding-top: var(--vhome-section-gap-desktop);
        padding-bottom: var(--vhome-section-gap-desktop);
    }

    .vhome-section--best {
        padding-top: 22px;
    }

    .vhome-section--best .vhome-label {
        margin-bottom: 4px;
        font-size: 16px;
    }

    .vhome-section--best h2 {
        margin-top: 0;
    }

    body.vhome-page.vhome-homepage .vhome-section--best .vhome-section__head {
        align-items: flex-start;
    }

    body.vhome-page.vhome-homepage .vhome-section--best .vhome-label {
        margin-bottom: clamp(76px, 9vh, 104px);
    }

    body.vhome-page.vhome-homepage .vhome-section--best .vhome-link {
        margin-top: clamp(76px, 9vh, 104px);
    }

    .vhome-reviews__trustpilot {
        margin-top: 0;
        margin-bottom: 34px;
    }

    .vhome-contact-modal__panel {
        width: min(100%, 860px);
        min-height: 0;
        max-height: calc(100vh - 68px);
        margin: 0 auto;
        border-radius: 8px;
        padding: 32px;
        overflow: auto;
    }

    .vhome-footer {
        padding-top: 76px;
        padding-bottom: 34px;
    }

    .vhome-footer__accordion {
        display: grid;
        grid-template-columns: 1.95fr 1.1fr 1.2fr 1.05fr .95fr;
        gap: 46px;
        margin: 0 0 58px;
        border-top: 0;
        text-align: left;
    }

    .vhome-footer__accordion div {
        border-bottom: 0;
    }

    .vhome-footer__identity {
        padding: 0;
    }

    .vhome-footer__accordion strong,
    .vhome-footer__accordion a,
    .vhome-footer__accordion span {
        min-height: auto;
        justify-content: flex-start;
        padding: 0;
    }

    .vhome-footer__accordion strong {
        margin-bottom: 22px;
        font-size: 11px;
    }

    .vhome-footer__accordion strong::after {
        content: "";
    }

    .vhome-footer__accordion a,
    .vhome-footer__accordion span {
        display: flex !important;
        margin-bottom: 14px;
        font-size: 13px;
    }

    .vhome-footer__brand {
        justify-content: flex-start;
        width: 259px;
        min-height: 72px;
    }

    .vhome-footer__brand img {
        max-height: 67px;
    }

    .vhome-footer__identity .vhome-footer__social {
        justify-content: center;
        width: 259px;
        margin: 26px 0 0;
    }

    .vhome-footer__payments {
        display: grid;
        box-sizing: border-box;
        grid-template-columns: 172px minmax(280px, .8fr) minmax(210px, .58fr) minmax(280px, .68fr);
        align-items: center;
        gap: 34px;
        padding: 34px 0;
        padding-left: clamp(72px, 6.8vw, 92px);
        padding-right: clamp(72px, 6.8vw, 92px);
        text-align: left;
    }

    .vhome-footer__payments-main {
        display: contents;
        min-width: 0;
    }

    .vhome-footer__payments-main > strong {
        margin: 0;
        padding-left: 0;
        align-self: center;
        justify-self: center;
        width: 172px;
        text-align: center;
    }

    .vhome-payments {
        grid-template-columns: repeat(3, minmax(68px, 1fr));
        justify-self: start;
        width: min(100%, 330px);
        max-width: none;
        margin: 0;
        padding: 14px 16px;
        border-radius: 16px;
    }

    .vhome-footer__pickup {
        align-self: start;
        grid-column: 3;
        max-width: none;
        margin-top: 0;
        padding-left: 28px;
        font-size: 14px;
        line-height: 1.45;
    }

    .vhome-footer__right {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
        gap: 10px;
        align-self: start;
        justify-self: end;
        grid-column: 4;
        width: 100%;
        margin-top: 0;
        min-width: 0;
    }

    .vhome-footer__company {
        max-width: none;
        margin-top: 0;
        font-size: 14px;
        line-height: 1.45;
    }

    .vhome-footer__pickup > strong,
    .vhome-footer__company > strong,
    .vhome-footer__certifications > strong {
        margin-bottom: 10px;
    }

    .vhome-footer__certifications {
        display: block;
        margin-top: 0;
        min-width: 0;
        text-align: left;
        color: rgba(247, 235, 216, .72);
        font-size: 14px;
        font-weight: 600;
        line-height: 1.35;
    }

    .vhome-footer__certifications > strong {
        display: block;
        color: var(--vhome-gold);
        font-size: 11px;
        font-weight: 900;
        letter-spacing: 2.2px;
        text-transform: uppercase;
    }

    .vhome-footer__certifications p {
        margin: 0 0 12px;
    }

    .vhome-footer__certification-icons {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        min-width: 0;
    }

    .vhome-footer__certification-icons img {
        display: block;
        width: auto;
        max-width: 52px;
        max-height: 42px;
        object-fit: contain;
    }

    .vhome-footer__certification-icons img:nth-child(4) {
        max-width: 38px;
    }

    .vhome-footer__legal {
        max-width: 980px;
        margin: 30px auto 0;
        text-align: center;
    }
}

@media (min-width: 780px) and (max-width: 1150px) {
    .vhome-section--best {
        padding-bottom: 46px;
    }

    .vhome-dynamic-products #exampleSlider .MS-content {
        display: flex;
        flex-wrap: nowrap;
        gap: clamp(12px, 1.8vw, 24px);
        justify-content: center;
        overflow-x: hidden !important;
    }

    .vhome-dynamic-products #exampleSlider .item {
        flex: 0 1 calc((100% - (clamp(12px, 1.8vw, 24px) * 3)) / 4) !important;
        max-width: calc((100% - (clamp(12px, 1.8vw, 24px) * 3)) / 4) !important;
        min-width: 0;
    }

    .vhome-product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: clamp(12px, 1.8vw, 24px);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    .vhome-product-card {
        padding: clamp(7px, 1vw, 10px);
    }

    .vhome-product-card__media img {
        width: 100%;
        height: 100%;
    }

    .vhome-product-card__status {
        top: clamp(8px, 1.2vw, 12px);
        right: clamp(8px, 1.2vw, 12px);
        width: clamp(28px, 3.3vw, 36px);
        height: clamp(28px, 3.3vw, 36px);
    }

    .vhome-product-card__status img {
        width: clamp(16px, 2vw, 21px);
        height: clamp(16px, 2vw, 21px);
    }

    .vhome-product-card__body {
        min-height: clamp(82px, 9.4vw, 96px);
        margin-top: clamp(6px, .8vw, 8px);
    }

    .vhome-product-card h3 {
        font-size: clamp(11px, 1.35vw, 14px);
        line-height: 1.2;
    }

    .vhome-product-card__body div {
        gap: clamp(4px, .8vw, 8px);
        min-height: clamp(32px, 3.6vw, 36px);
        margin-top: clamp(4px, .7vw, 6px);
    }

    .vhome-price-stack {
        min-height: clamp(32px, 3.8vw, 38px);
    }

    .vhome-price-old {
        font-size: clamp(10px, 1.2vw, 13px);
    }

    .vhome-dynamic-products .vhome-product-card__price .vhome-price-current .b1 {
        font-size: clamp(10px, 1.3vw, 14px) !important;
    }

    .vhome-dynamic-products .vhome-product-card__price .vhome-price-current .b2 {
        font-size: clamp(20px, 2.7vw, 28px) !important;
    }

    .vhome-dynamic-products .vhome-product-card__price .vhome-price-current .b3 {
        font-size: clamp(9px, 1.2vw, 13px) !important;
    }

    .vhome-product-card__body a {
        min-width: clamp(54px, 7.8vw, 74px);
        min-height: clamp(27px, 3.2vw, 30px);
        padding-right: clamp(7px, 1vw, 11px);
        padding-left: clamp(7px, 1vw, 11px);
        font-size: clamp(8px, 1vw, 10px);
        letter-spacing: clamp(.4px, .08vw, 1px);
    }

    .vhome-newsletter {
        min-height: 330px;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .vhome-newsletter__cabossa {
        top: -18px;
        right: clamp(-18px, -1.8vw, -8px);
        width: clamp(160px, 21vw, 218px);
        height: auto !important;
        max-width: none;
        opacity: .64;
    }

    .vhome-newsletter .vhome-kicker {
        top: 26px;
        font-size: clamp(10px, 1.2vw, 12px);
        letter-spacing: clamp(1.8px, .24vw, 2.4px);
    }

    .vhome-newsletter__offer {
        align-self: center;
        gap: clamp(10px, 1.4vw, 16px);
        width: auto;
        max-width: calc(100vw - 72px);
        justify-content: center;
        margin-bottom: clamp(28px, 3.8vw, 42px);
        white-space: nowrap;
    }

    .vhome-newsletter h2 {
        font-size: clamp(46px, 5.7vw, 70px);
    }

    .vhome-newsletter__offer p {
        font-size: clamp(40px, 5.1vw, 66px);
    }

    .vhome-newsletter__form {
        max-width: clamp(360px, 48vw, 430px);
        padding: 4px;
    }

    .vhome-newsletter input {
        height: clamp(32px, 4vw, 38px);
        padding-right: 12px;
        padding-left: 12px;
        font-size: clamp(14px, 1.9vw, 18px);
    }

    .vhome-newsletter button {
        height: clamp(32px, 4vw, 38px);
        padding-right: clamp(13px, 1.8vw, 16px);
        padding-left: clamp(13px, 1.8vw, 16px);
        font-size: clamp(8px, 1vw, 10px);
        letter-spacing: clamp(1px, .14vw, 1.5px);
    }

    .vhome-newsletter__privacy {
        max-width: clamp(430px, 62vw, 560px);
        gap: 7px;
        font-size: clamp(9px, 1.2vw, 11px);
        line-height: 1.35;
    }

    .vhome-newsletter__privacy input {
        width: 12px;
        height: 12px;
        margin-top: 1px;
    }

    .vhome-wallet {
        grid-template-columns: minmax(0, .76fr) minmax(340px, 1.24fr);
        align-items: center;
        gap: clamp(14px, 2vw, 26px);
        padding-top: 62px;
        padding-bottom: 62px;
        text-align: left;
    }

    .vhome-wallet__intro {
        padding-top: 0;
    }

    .vhome-wallet__intro .vhome-kicker {
        position: static;
        justify-content: flex-start;
        margin: 0 0 24px;
        font-size: clamp(10px, 1.2vw, 12px);
        letter-spacing: clamp(1.8px, .24vw, 2.4px);
    }

    .vhome-wallet h2 {
        font-size: clamp(42px, 5.8vw, 64px);
    }

    .vhome-wallet__intro > p:not(.vhome-kicker) {
        max-width: 430px;
        font-size: clamp(12px, 1.35vw, 14px);
    }

    .vhome-wallet__actions {
        max-width: 280px;
        gap: 8px;
        margin-top: 22px;
        margin-bottom: 0;
    }

    .vhome-wallet__actions .vhome-button {
        min-height: 36px;
        padding-right: 14px;
        padding-left: 14px;
        font-size: 9px;
        letter-spacing: 1.2px;
    }

    .vhome-wallet__panel {
        width: 100%;
        max-width: none;
        padding: clamp(18px, 2.4vw, 24px) clamp(22px, 2.8vw, 28px);
    }

    .vhome-wallet__panel h3 {
        margin-bottom: 18px;
        font-size: clamp(21px, 2.5vw, 27px);
    }

    .vhome-wallet__steps {
        gap: clamp(10px, 1.5vw, 16px);
        margin-bottom: 24px;
    }

    .vhome-wallet__steps article span {
        width: clamp(42px, 5vw, 50px);
        height: clamp(42px, 5vw, 50px);
        margin-bottom: 10px;
        color: var(--vhome-logo-brown);
        font-size: clamp(13px, 1.55vw, 16px);
    }

    .vhome-wallet__steps strong {
        font-size: clamp(14px, 1.7vw, 18px);
        line-height: 1.05;
        white-space: nowrap;
    }

    .vhome-wallet__more {
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    .vhome-b2b {
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .vhome-b2b > .vhome-label {
        font-size: clamp(10px, 1.2vw, 12px);
        letter-spacing: clamp(1.8px, .24vw, 2.4px);
    }

    .vhome-b2b h2 {
        font-size: clamp(44px, 6.2vw, 68px);
    }

    .vhome-b2b__media {
        height: clamp(190px, 23vw, 250px);
        min-height: 0;
        margin-top: clamp(24px, 3vw, 34px);
        margin-bottom: clamp(24px, 3vw, 34px);
    }

    .vhome-b2b__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(12px, 1.8vw, 20px);
        margin-top: 24px;
    }

    .vhome-b2b__cards article {
        min-height: clamp(190px, 22vw, 236px);
        padding: clamp(18px, 2.6vw, 28px);
    }

    .vhome-b2b__cards p {
        margin-bottom: clamp(8px, 1vw, 12px);
        font-size: clamp(8px, 1vw, 10px);
        letter-spacing: clamp(1.5px, .18vw, 2px);
    }

    .vhome-b2b__cards h3 {
        margin-bottom: clamp(12px, 1.6vw, 16px);
        font-size: clamp(20px, 2.8vw, 26px);
        line-height: 1;
    }

    .vhome-b2b__cards span {
        font-size: clamp(11px, 1.35vw, 13px);
        line-height: 1.38;
    }

    .vhome-b2b__cards a {
        min-height: clamp(34px, 4vw, 40px);
        width: min(100%, 156px);
        padding-right: clamp(12px, 1.6vw, 16px);
        padding-left: clamp(12px, 1.6vw, 16px);
        font-size: clamp(8px, 1vw, 10px);
        letter-spacing: clamp(1px, .14vw, 1.3px);
    }

    .vhome-b2b__actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        max-width: 320px;
        margin-top: clamp(16px, 2vw, 22px);
    }

    .vhome-b2b__actions a {
        flex: 1 1 118px;
        min-width: 112px;
        max-width: 148px;
    }

    .vhome-footer {
        padding-top: 58px;
        padding-bottom: 30px;
    }

    .vhome-footer__accordion {
        grid-template-columns: minmax(150px, 1.35fr) repeat(4, minmax(92px, 1fr));
        gap: clamp(18px, 2.4vw, 30px);
        margin-bottom: 42px;
    }

    .vhome-footer__brand {
        width: clamp(180px, 22vw, 228px);
        min-height: 58px;
    }

    .vhome-footer__brand img {
        max-height: 67px;
    }

    .vhome-footer__identity .vhome-footer__social {
        width: clamp(180px, 22vw, 228px);
        gap: 10px;
        margin-top: 20px;
    }

    .vhome-footer__social a {
        width: 34px;
        height: 34px;
    }

    .vhome-footer__social img {
        width: 18px;
        height: 18px;
    }

    .vhome-footer__accordion strong {
        margin-bottom: 16px;
        font-size: 10px;
        letter-spacing: 1.8px;
    }

    .vhome-footer__accordion a,
    .vhome-footer__accordion span {
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 1.3;
    }

    .vhome-footer__legal {
        max-width: 760px;
        margin-top: 24px;
        font-size: 10px;
        line-height: 1.45;
    }

    .vhome-footer__payments {
        grid-template-columns: clamp(118px, 16vw, 148px) minmax(158px, .72fr) minmax(150px, .52fr) minmax(170px, .62fr);
        gap: clamp(14px, 2vw, 24px);
        padding-top: 26px;
        padding-bottom: 26px;
        padding-left: clamp(48px, 6.4vw, 72px);
        padding-right: clamp(48px, 6.4vw, 72px);
    }

    .vhome-footer__payments-main {
        display: contents;
    }

    .vhome-footer__payments-main > strong {
        justify-self: center;
        width: clamp(118px, 16vw, 148px);
        text-align: center;
    }

    .vhome-footer__payments-main > strong,
    .vhome-footer__pickup > strong,
    .vhome-footer__company > strong,
    .vhome-footer__certifications > strong {
        font-size: 10px;
        letter-spacing: 1.8px;
    }

    .vhome-payments {
        grid-template-columns: repeat(3, minmax(42px, 1fr));
        width: min(100%, 230px);
        gap: 4px;
        padding: 10px;
        border-radius: 12px;
    }

    .vhome-payments span {
        min-width: 0;
        min-height: 24px;
        font-size: 8px;
        overflow: hidden;
    }

    .vhome-payments img {
        max-width: 100%;
        max-height: 15px;
    }

    .vhome-payments .vhome-payments__img--gpay,
    .vhome-payments .vhome-payments__img--apay {
        max-width: 34px;
        max-height: 16px;
    }

    .vhome-payments__cards {
        gap: 3px;
    }

    .vhome-payments__cards img {
        max-width: 22px;
        max-height: 15px;
    }

    .vhome-payments .vhome-payments__img--klarna {
        max-width: 36px;
        max-height: 12px;
    }

    .vhome-payments .vhome-payments__img--bank {
        max-width: 16px;
        max-height: 16px;
    }

    .vhome-payments__bank b {
        max-width: 40px;
        font-size: 7px;
        line-height: 1.05;
    }

    .vhome-footer__right {
        grid-template-columns: minmax(0, 1fr);
        gap: 8px;
    }

    .vhome-footer__pickup,
    .vhome-footer__company,
    .vhome-footer__certifications {
        font-size: 11px;
        line-height: 1.35;
    }

    .vhome-footer__pickup {
        grid-column: 3;
        padding-left: 0;
    }

    .vhome-footer__right {
        grid-column: 4;
    }

    .vhome-footer__company p,
    .vhome-footer__certifications p {
        margin-bottom: 7px;
    }

    .vhome-footer__certification-icons {
        gap: 5px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .vhome-footer__certification-icons img {
        max-width: 31px;
        max-height: 24px;
    }

    .vhome-footer__certification-icons img:nth-child(4) {
        max-width: 24px;
    }
}
