:root {
    --black: #101010;
    --gray: #6d6d6d;
    --light: #f7f4ef;
    --cream: #f1eadf;
    --border: #e7e1d6;
    --gold: #b79a66;
    --white: #fff;
    --shadow: 0 20px 60px rgba(0, 0, 0, .10);
    --radius: 24px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    color: var(--black);
    background: #fff;
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%
}

.section {
    padding: 74px 0
}

.bg-cream {
    background: var(--light)
}

.kicker {
    font-size: .75rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--gold);
    margin-bottom: 10px
}

.title {
    font-family: 'Marcellus', serif;
    font-size: clamp(2.1rem, 4vw, 3.6rem);
    line-height: 1;
    font-weight: 700
}

.subtitle {
    color: var(--gray);
    max-width: 640px
}

.btn-vt {
    border: 1px solid var(--black);
    background: var(--black);
    color: #fff;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 800;
    transition: .25s
}

.btn-vt:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
    transform: translateY(-2px)
}

.btn-glass {
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 800;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px)
}

.btn-glass:hover {
    background: #fff;
    color: var(--black)
}

.topbar {
    background: var(--black);
    color: rgba(255, 255, 255, .82);
    font-size: .82rem
}

.topbar a {
    color: rgba(255, 255, 255, .88)
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid var(--border)
}

.head-row {
    min-height: 86px
}

.vittora-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px
}

.v-mark {
    position: relative;
    width: 42px;
    height: 42px;
    display: inline-block
}

.v-mark:before,
.v-mark:after {
    content: "";
    position: absolute;
    top: 7px;
    width: 19px;
    height: 33px;
    border-top: 2px solid var(--black);
    transform-origin: top
}

.v-mark:before {
    left: 5px;
    border-left: 8px solid var(--black);
    border-radius: 22px 0 18px 22px;
    transform: skewX(20deg)
}

.v-mark:after {
    right: 5px;
    border-right: 3px solid var(--black);
    border-radius: 0 22px 22px 18px;
    transform: skewX(-20deg)
}

.v-star {
    position: absolute;
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    background: var(--gold);
    transform: translateX(-50%) rotate(45deg);
    clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%)
}

.v-name {
    display: block;
    font-family: 'Marcellus', serif;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .18em;
    text-transform: uppercase;
    line-height: .85
}

.v-sub {
    display: block;
    font-size: .62rem;
    letter-spacing: .45em;
    text-transform: uppercase;
    color: var(--gray);
    margin-top: 6px
}

.search-box {
    position: relative;
    max-width: 560px;
    margin: auto
}

.search-box input {
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--border);
    padding: 0 110px 0 48px;
    background: #fafafa
}

.search-box i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gray)
}

.search-box button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 38px;
    border: 0;
    border-radius: 999px;
    background: var(--black);
    color: #fff;
    font-weight: 800;
    padding: 0 18px
}

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

.icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .22s
}

.icon-btn:hover {
    background: var(--black);
    color: #fff;
    transform: translateY(-2px)
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--gold);
    color: #fff;
    border-radius: 999px;
    min-width: 18px;
    height: 18px;
    font-size: .68rem;
    font-weight: 900
}

.h-select {
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 999px;
    padding: 0 10px;
    background: #fff;
    font-size: .82rem
}

.main-nav {
    border-top: 1px solid var(--border);
    position: relative
}

.main-nav>.container {
    position: relative
}

.nav-menu {
    display: flex;
    justify-content: center;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0
}

.nav-menu>li {
    position: static
}

.nav-menu>li>a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 17px 14px;
    font-size: .82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .075em;
    white-space: nowrap
}

.nav-menu>li>a:hover {
    color: var(--gold)
}

.mega {
    position: absolute;
    top: 100%;
    left: 12px;
    right: 12px;
    width: auto;
    max-width: calc(100vw - 24px);
    margin: auto;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 0 0 30px 30px;
    box-shadow: var(--shadow);
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: .24s;
    overflow: hidden
}

.nav-menu>li:hover .mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0)
}

.mega:before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent)
}

.mega-title {
    font-size: .7rem;
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 12px
}

.mega ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mega li {
    position: relative
}

.mega li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    color: #3f3f3f;
    font-size: .92rem;
    transition: .18s
}

.mega li a:hover {
    color: var(--gold);
    padding-left: 5px
}

.level-3 {
    background: var(--light);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 8px 12px;
    margin: 5px 0 8px 8px
}

.level-3 a {
    font-size: .82rem !important;
    padding: 5px 0 !important;
    color: #666 !important
}

.mega-card {
    min-height: 235px;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .25)), url('https://images.unsplash.com/photo-1574258495973-f010dfbb5371?auto=format&fit=crop&w=900&q=80') center/cover;
    color: #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.mega-card h4 {
    font-family: 'Marcellus', serif;
    font-size: 2rem;
    font-weight: 400
}

.hero .item {
    min-height: 620px;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    background: #111;
    overflow: hidden
}

.hero .item:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .28), rgba(0, 0, 0, .08));
    z-index: 1
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    padding: 90px 0
}

.hero-title {
    font-family: 'Marcellus', serif;
    font-size: clamp(3.2rem, 8vw, 6.7rem);
    font-weight: 400;
    line-height: .88
}

.hero-text {
    font-size: 1.08rem;
    color: rgba(255, 255, 255, .82);
    max-width: 540px
}

.hero-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px
}

.hero-badges span {
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .12);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: .82rem
}

.hero.owl-theme .owl-nav {
    position: absolute;
    right: 38px;
    bottom: 38px;
    z-index: 3
}

.hero.owl-theme .owl-nav button {
    width: 46px;
    height: 46px;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    background: rgba(255, 255, 255, .14) !important;
    color: #fff !important
}

.hero.owl-theme .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 38px;
    transform: translateX(-50%);
    z-index: 3
}

.hero.owl-theme .owl-dots .owl-dot span {
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .45)
}

.hero.owl-theme .owl-dots .owl-dot.active span {
    background: var(--gold)
}

.service-strip {
    margin-top: -42px;
    position: relative;
    z-index: 5
}

.service-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, .08);
    display: flex;
    gap: 14px;
    align-items: center
}

.service-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--light);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem
}

.service-card h6 {
    font-weight: 900;
    margin: 0 0 4px
}

.service-card p {
    margin: 0;
    color: var(--gray);
    font-size: .86rem
}

.cat-card {
    min-height: 315px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    color: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .1)
}

.cat-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .05));
    z-index: 1
}

.cat-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s
}

.cat-card:hover img {
    transform: scale(1.08)
}

.cat-card div {
    position: relative;
    z-index: 2
}

.cat-card h3 {
    font-family: 'Marcellus', serif;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0
}

.product-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    overflow: hidden;
    transition: .24s
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .09);
    border-color: rgba(183, 154, 102, .45)
}

.product-img {
    position: relative;
    aspect-ratio: 1/1;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.product-img img {
    width: 86%;
    height: 86%;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: .3s
}

.product-card:hover .product-img img {
    transform: scale(1.06)
}

.badge-vt {
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 2;
    background: var(--black);
    color: #fff;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: .7rem;
    font-weight: 900
}

.badge-sale {
    background: #9d1f1f
}

.product-actions {
    position: absolute;
    right: 14px;
    top: 14px;
    display: grid;
    gap: 8px;
    opacity: 0;
    transform: translateX(8px);
    transition: .22s
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: none
}

.p-action {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-action:hover {
    background: #111;
    color: #fff
}

.product-info {
    padding: 18px
}

.brand {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
    color: var(--gold);
    margin-bottom: 6px
}

.p-name {
    font-size: 1rem;
    font-weight: 900;
    margin: 0 0 6px
}

.meta {
    font-size: .83rem;
    color: var(--gray);
    margin-bottom: 9px
}

.rating {
    color: var(--gold);
    font-size: .78rem;
    margin-bottom: 9px
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.price {
    font-weight: 900
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: .84rem;
    margin-left: 5px
}

.add-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 0;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.add-btn:hover {
    background: var(--gold)
}

.promo {
    min-height: 430px;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .22)), url('https://images.unsplash.com/photo-1511499767150-a48a237f0083?auto=format&fit=crop&w=1600&q=80') center/cover;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 52px;
    box-shadow: var(--shadow)
}

.promo h2 {
    font-family: 'Marcellus', serif;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    font-weight: 700;
    line-height: .95
}

.promo p {
    max-width: 540px;
    color: rgba(255, 255, 255, .82)
}

.brand-item {
    height: 120px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Marcellus', serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .09em;
    transition: .22s
}

.brand-item:hover {
    color: var(--gold);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .08);
    transform: translateY(-4px)
}

.editorial-card {
    height: 100%;
    border: 1px solid var(--border);
    border-radius: 28px;
    overflow: hidden;
    background: #fff;
    transition: .23s
}

.editorial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .08)
}

.editorial-card img {
    height: 250px;
    width: 100%;
    object-fit: cover
}

.editorial-card .body {
    padding: 24px
}

.editorial-card h4 {
    font-family: 'Marcellus', serif;
    font-size: 1.75rem;
    font-weight: 700
}

.editorial-card p {
    color: var(--gray);
    font-size: .94rem
}

.newsletter {
    border-radius: 34px;
    background: #111;
    color: #fff;
    padding: 48px;
    position: relative;
    overflow: hidden
}

.newsletter:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(183, 154, 102, .33), transparent 65%);
    right: -110px;
    top: -110px
}

.newsletter h2 {
    font-family: 'Marcellus', serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1
}

.newsletter-form {
    position: relative;
    max-width: 520px;
    margin-left: auto
}

.newsletter-form input {
    height: 58px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .1);
    color: #fff;
    padding: 0 145px 0 22px
}

.newsletter-form button {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #111;
    font-weight: 900;
    padding: 0 22px
}

.footer {
    background: #0f0f0f;
    color: rgba(255, 255, 255, .74);
    padding-top: 70px
}

.footer h5 {
    color: #fff;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
    margin-bottom: 18px
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer li {
    margin-bottom: 10px
}

.footer a {
    color: rgba(255, 255, 255, .7)
}

.footer a:hover {
    color: #d4c09a
}

.footer .v-name {
    color: #fff
}

.footer .v-sub {
    color: rgba(255, 255, 255, .58)
}

.footer .v-mark:before {
    border-left-color: #fff;
    border-top-color: #fff
}

.footer .v-mark:after {
    border-right-color: #fff;
    border-top-color: #fff
}

.social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px
}

.social a:hover {
    background: var(--gold);
    color: #fff
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 46px;
    padding: 22px 0;
    font-size: .87rem
}

.pay {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 28px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: .75rem;
    font-weight: 900;
    margin-left: 4px
}

.cart-item {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--border)
}

.cart-thumb {
    width: 82px;
    height: 82px;
    border-radius: 18px;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.cart-thumb img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    mix-blend-mode: multiply
}

.qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 999px;
    overflow: hidden;
    height: 32px;
    margin-top: 8px
}

.qty button {
    width: 32px;
    height: 32px;
    border: 0;
    background: #fff
}

.qty span {
    min-width: 28px;
    text-align: center;
    font-size: .85rem;
    font-weight: 800
}

.float-wa,
.scroll-top {
    position: fixed;
    right: 22px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
    transition: .22s
}

.float-wa {
    bottom: 88px;
    background: #25d366;
    color: #fff;
    font-size: 1.55rem
}

.scroll-top {
    bottom: 24px;
    background: #111;
    color: #fff;
    border: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px)
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: none
}

@media(max-width:991px) {
    .head-row {
        padding: 14px 0;
        min-height: auto
    }

    .main-nav {
        display: none
    }

    .search-box {
        max-width: 100%;
        margin-top: 12px
    }

    .hero .item {
        min-height: 560px
    }

    .service-strip {
        margin-top: 24px
    }

    .newsletter-form {
        margin: 24px 0 0
    }

    .promo,
    .newsletter {
        padding: 34px
    }

    .h-select {
        display: none
    }
}

@media(max-width:767px) {
    .topbar .hide-m {
        display: none
    }

    .v-name {
        font-size: 1.48rem
    }

    .v-sub {
        letter-spacing: .28em
    }

    .icon-btn {
        width: 39px;
        height: 39px
    }

    .hero .item {
        min-height: 520px
    }

    .hero-content {
        padding: 74px 0 86px
    }

    .hero.owl-theme .owl-nav {
        display: none
    }

    .hero.owl-theme .owl-dots {
        bottom: 20px
    }

    .section {
        padding: 56px 0
    }

    .cat-card {
        min-height: 255px
    }

    .product-info {
        padding: 14px
    }

    .p-name {
        font-size: .92rem
    }

    .meta {
        font-size: .76rem
    }

    .product-actions {
        display: none
    }

    .newsletter-form input {
        padding-right: 22px
    }

    .newsletter-form button {
        position: static;
        width: 100%;
        margin-top: 10px
    }

    .float-wa,
    .scroll-top {
        right: 16px;
        width: 48px;
        height: 48px
    }
}