/* General Rules */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000;
    line-height: 1;
    color: #fff;
}

/* Fonts Landing Page e Scheda Prodotto */

@import url("https://p.typekit.net/p.css?s=1&k=oir4ahc&ht=tk&f=175.176.1135&a=85253263&app=typekit&e=css");

@font-face {
    font-family: "proxima-nova";
    src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "proxima-nova";
    src: url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "presicav";
    src: url("https://use.typekit.net/af/b41385/00000000000000007735982d/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/b41385/00000000000000007735982d/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/b41385/00000000000000007735982d/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

.tk-proxima-nova {
    font-family: "proxima-nova", sans-serif;
}

.tk-presicav {
    font-family: "presicav", sans-serif;
}

.wrap-bback h1,
.wrap-bback h2,
.wrap-bback h3,
.wrap-bback h4 {
    font-family: 'presicav', "Barlow", arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;

}

.wrap-bback p,
.wrap-bback li,
.wrap-bback a {
    font-family: 'proxima-nova', "Barlow", arial, sans-serif;
    font-weight: 400;
}

.product-section h1,
.product-section h2,
.product-section h3,
.product-section h4 {
    font-family: 'presicav', "Barlow", arial, sans-serif;
}

.product-section p,
.product-section li,
.product-section a {
    font-family: 'proxima-nova', "Barlow", arial, sans-serif;
}

/* Regole Style */

.button {
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1.1;
    padding: 20px;
    border-radius: 4px;
}

.first-button {
    background-color: #CAF715;
    color: #000;
}

.first-button:hover {
    background-color: rgba(#CAF715, 0.75);
}

.second-button {
    background-color: #1E1E1E;
    color: #CAF715;
}

.second-button:hover {
    background-color: rgba(#1E1E1E, 0.75);
}

.container-buttons-bback {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

/* Settings Nuovo Menù a Tendina */

.menu-item:nth-of-type(1) {
    position: static;
}

.nav .menu-item-has-children .sub-menu,
.nav .menu-item-has-children .dropdown-menu,
.nav .dropdown .sub-menu,
.nav .dropdown .dropdown-menu {
    width: 100%;
    padding: 10px 20px 24px 39%;
}

/* Sezioni */

.inner-title-product {
    padding: 180px 0;
    text-align: center;
}

.inner-title-product h2 {
    font-size: clamp(35px, 6vw, 80px);
}

.object-cover-video {
    object-fit: cover;
    position: relative;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transition: .4s;
    width: 100%;
    height: auto;
    border-radius: 40px;
}

.inner-video {
    height: auto;
}

.banner-video {
    min-height: 800px;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
}

.bback-inner {
    height: 100vh;
    align-content: end;
    text-align: center;
    padding: 0 0 120px;
}

.bback-inner-container {
    max-width: 600px;
    margin: 0 auto;
}

.bback-inner-container p {
    font-size: clamp(18px, 2.5vw, 24px);
}

.logo-bback {
    margin-bottom: 20px;
}

.about-video {
    background-color: #000;
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: 60px;
}

.video-box {
    position: relative;
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.video-box video {
    height: 1000px;
}

.video-box img {
    height: 1000px;
}

.archive-bback {
    padding: 200px 0 140px;
}

.archive-bback__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.archive-bback__product {
    position: relative;
    height: auto;
    border-radius: 40px;
    background-color: #1E1E1E;
    overflow: hidden;
    max-width: 450px;
}

.archive-bback a {
    display: block;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.archive-bback__product a img {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.content-bback {
    max-width: 600px;
    margin-bottom: 80px;
}

.content-bback h2 {
    font-size: clamp(28px, 3.5vw, 34px);
    margin-bottom: 30px;
}

.content-bback p {
    font-size: clamp(18px, 2.5vw, 24px);
}

.product-content {
    padding: 40px 50px;
    text-align: center;
}

.product-content h3 {
    font-size: clamp(16px, 1.9vw, 18px);
    margin-bottom: 10px;
}

.product-content p {
    color: #CAF715;
    margin-bottom: 25px;
    font-size: clamp(12px, 1.4vw, 14px);
}

.product-content span {
    font-size: clamp(16px, 1.9vw, 18px);
    font-weight: 700;
}

.yith-wcwl-add-to-wishlist {
    /* margin-top: 10px; */
    margin-top: 0;
}

.yith-wcwl-add-button {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #CAF715;
    background: transparent;
}

.yith-wcwl-add-button a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #CAF715;
}

.yith-wcwl-add-button span {
    display: none;
}

.yith-wcwl-add-button>a i {
    margin: 0;
}

#yith-wcwl-popup-message {
    color: #111;
}

.about-item-content {
    display: flex;
    align-items: center;
}

.row-reverse {
    flex-direction: row-reverse;
}

.about-item-content .video-box {
    position: relative;
    max-width: 50%;
    height: auto;
    border-radius: 40px;
    overflow: hidden;
    z-index: 1;
}

.about-item-content .video-box .object-cover-video {
    max-height: 1000px;
}

.about-item-content .box-content {
    width: 100%;
    padding: 0 135px;
}

.about-item-content .box-content .box-content-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
}

.about-item-content .box-content p {
    font-size: clamp(18px, 2.5vw, 24px);
}

.about-item-content .box-content h3 {
    font-size: clamp(18px, 2.5vw, 24px);
    margin-bottom: 60px;
}

.animation-shoes {
    padding: 250px 210px 80px;
}

.boxes {
    padding-bottom: 80px;
}

.grid-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
    margin-bottom: 60px;
}

.grid-boxes .sigle-box {
    background-color: #1E1E1E;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 200px;
    border-radius: 10px;
    padding: 24px;

}

.grid-boxes .sigle-box span {
    font-family: 'Presicav', "Barlow", arial, sans-serif;
    font-weight: 900;
    font-size: clamp(16px, 1.9vw, 18px);
}

.grid-boxes .sigle-box p {
    font-size: clamp(14px, 1.6vw, 16px);
}

.content-boxes {
    max-width: 40%;
}

.content-boxes h3 {
    margin-bottom: 30px;
    font-family: 'Presicav', "Barlow", arial, sans-serif;
    font-size: clamp(16px, 1.9vw, 18px);
}

.content-boxes ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 24px;
}

.content-boxes ul li {
    font-size: clamp(14px, 1.6vw, 16px);
    position: relative;
}

.content-boxes ul li::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    top: 50%;
    left: -4%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.intro-media-text {
    display: flex;
    justify-content: space-between;
    padding: 110px 0;
}

.intro-media-text div {
    max-width: 600px;
}

.intro-media-text h2 {
    font-size: clamp(28px, 3.5vw, 34px);
}

.intro-media-text div p {
    font-size: clamp(18px, 2.5vw, 24px);
}

.subscribe-form {
    color: #1E1E1E;
}

/* Large screens (992-1199px) - 3 colonne */
@media (min-width: 992px) and (max-width: 1199px) {
    .banner-video {
        min-height: 0;
    }

    .about-item-content .box-content {
        padding: 0 110px;
    }

    .archive-bback__grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-boxes {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .content-boxes {
        max-width: 75%;
    }
}

/* Medium screens (768-991px) - 2 colonne */
@media (min-width: 768px) and (max-width: 991px) {
    .banner-video {
        min-height: 0;
    }

    .bback-inner {
        height: 70vh;
    }

    .bback-inner .logo-bback {
        width: 85%;
        margin: 0 auto 20px;
    }

    .about-video {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .intro-media-text {
        flex-wrap: wrap;
        gap: 20px;
    }

    .about-item-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .about-item-content .video-box {
        max-width: 100%;
    }

    .row-reverse {
        flex-direction: row;
    }

    .about-item-content .box-content {
        width: 100%;
        padding: 110px 0;
    }

    .archive-bback__grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .grid-boxes .single-box {
        width: 350px;
    }

    .content-boxes {
        max-width: 100%;
    }

    .animation-shoes {
        padding: 80px 40px;
    }
}

/* Small screens (fino a 767px) - 1 colonna */
@media (max-width: 767px) {

    .bback-inner {
        height: 70vh;
    }

    .bback-inner .logo-bback {
        width: 50%;
        margin: 0 auto 20px;
    }

    .banner-video {
        min-height: 0;
    }

    .inner-video {
        height: 50vh;
    }

    .about-video {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .intro-media-text {
        flex-wrap: wrap;
        gap: 20px;
    }

    .row-reverse {
        flex-direction: row;
    }

    .about-item-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .about-item-content .video-box {
        max-width: 100%;
    }

    .about-item-content .box-content {
        width: 100%;
        padding: 80px 0;
    }

    .archive-bback__grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid-boxes {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid-boxes .sigle-box {
        width: 300px;
    }

    .content-boxes {
        max-width: 100%;
    }

    .animation-shoes {
        padding: 40px 20px;
    }
}

/* Pagina Scheda Prodotto - Sezione Prodotto */

.flex-viewport {
    height: 100% !important;
}

.about-product .box {
    background-color: #1E1E1E;
}

.product-section .img-box {
    background: linear-gradient(180deg, rgba(9, 7, 3, 1) 0%, rgba(103, 104, 106, 1) 100%);
}

.product-section .right-col .product-options {
    height: 100%;
    background-color: #1E1E1E;
    position: relative;
}

section .right-col .product-options .qnt input {
    color: #000;
}

.product-section .right-col .product-options .qnt {
    border: 0;
    background-color: #fff;
    color: #000;
    margin-top: 20px;
}

/* Add to Whishlist */

.product-section .right-col .yith-wcwl-add-button {
    position: static;
    border: 0;
}

.product-section .right-col .yith-wcwl-add-button a {
    color: #111;
}

.product-section .right-col .yith-wcwl-add-button span {
    display: inline-block;
}

.product-section .right-col .yith-wcwl-add-button:hover {
    background-color: #000;
    border: 1px solid #CAF715;
}

.product-section .right-col .yith-wcwl-add-button:hover a {
    color: #CAF715;
}

.pro-swatches-wrapper .pro-swatches-item.pro-swatches-label {
    border: 0;
    border-radius: 12px !important;
    background-color: #111;
    color: #fff;
}

.pro-swatches-wrapper .pro-swatches-item.pro-swatches-label:hover {
    border: 1px solid #CAF715;
}

.pro-swatches-wrapper .pro-swatches-item.pro-swatches-label.selected {
    border: 1px solid #CAF715;
}

.woocommerce-product-details__short-description {
    color: #CAF715;
}

.woocommerce-product-gallery__image img {
    width: auto;
    height: auto;
    max-height: 750px;
    max-width: 100%;
    border-radius: 20px;
}

/* Modal Cart */

.modal.modal-cart {
    background-color: #1E1E1E;
}

.modal.modal-cart .list .item .qnt input {
    background-color: #1E1E1E;
}

/* Blocco Guida alle Taglie */

.getModal {
    color: #fff;
}

.modal {
    background-color: #1E1E1E;
}

.modal.modal-sizes table tbody tr:nth-of-type(2n - 1)::after {
    background-color: #000;
}

.modal.modal-sizes .contacts-box a {
    color: #fff;
}

/* Blocco Prodotti Correlati nel woocommerce_single_product_summary */

.wrapper-related-products {
    margin: 40px 0;
}

.wrapper-related-products p {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
}

.pro-swatches-tooltip {
    color: #000 !important;
}

/* Related Products */

.grid-related {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.grid-related .single-related {
    width: 72px;
    height: 72px;
    border-radius: 10px;
}

.grid-related .single-related img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
    transition: all 0.1s;
}

.grid-related .single-related img:hover {
    border: 1px solid #CAF715;
}

.single-related img.active {
    border: 1px solid #CAF715;
}

.cart .button {
    border-radius: 20px;
    padding: 10px 20px;
}

.product-card {
    background-color: #1E1E1E;
}

.product-card .box .title {
    color: #fff;
}

.product-card .box .desc {
    color: #CAF715;
}

.product-card .yith-wcwl-add-button {
    background-color: transparent;
    border-color: #CAF715;
}

/* Carosello Swiper */

.swiper .swiper-pagination {
    background-color: #1E1E1E;
}

.swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: #D9D9D9;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #CAF715;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    background-color: #1E1E1E;
}