/*
.as-home-top-slider-wrapper {
    max-width: 99%;
}
*/

.as-home-top-slider-wrapper .as-home-top-slider .slick-slide {
    text-align: center;
}

.as-home-top-slider-wrapper .as-home-top-slider .slick-slide a {
    text-decoration: underline;
}

.as-home-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
}

.as-home-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* nuovi arrivi */
/*.as-homepage-new-arrivals-wrapper h5.categoria {
    letter-spacing: 3px;
}
.as-homepage-new-arrivals-wrapper h4.title_block {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 2.5px;
    margin: 0 0 20px !important;
}
*/

.as-homepage-new-arrivals-wrapper.ApColumn .title_block {
    margin: 0 !important;
    color: var(--unnamed-color-3f3f3e);
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 3.125rem;
    letter-spacing: 0.156rem;
    font-weight: 400;
}

.as-homepage-new-arrivals-wrapper.ApColumn .sub-title-widget {
    text-transform: uppercase;
    font-size: 0.75rem !important;
    letter-spacing: 0.075rem;
    padding: 2.5rem 0.938rem;
    /*width: 60% !important;*/
    color: var(--unnamed-color-3f3f3e) !important;
}

@media (max-width: 767px) {
    .as-homepage-new-arrivals-wrapper.ApColumn .title_block,
    .as-homepage-new-arrivals-wrapper.ApColumn .sub-title-widget {
        text-align: left !important;
    }

    .as-homepage-new-arrivals-wrapper.ApColumn .title_block {
        font-size: 2.25rem;
    }

    .as-homepage-new-arrivals-wrapper.ApColumn .sub-title-widget {
        text-align: left !important;
        padding: 1rem 0;
    }
}

/* due categorie donna-uomo */
.row.as-homepage-photo-category-wrapper {
    padding: 30px 0;
}

.row.as-homepage-photo-category-wrapper .as-homepage-photo-category.ApColumn h2 .sub-title-widget,
.row.as-homepage-photo-category-wrapper .as-homepage-photo-category.ApColumn h2 .cate-name {
    color: #ffffff;
}

@media (min-width: 769px) {
    .row.as-homepage-photo-category-wrapper {
        margin: 7rem 0;
    }
}

.row.as-homepage-photo-category-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(113deg, var(--unnamed-color-e5cbb0) 0%, var(--unnamed-color-e5cbb0) 100%) 0% 0% no-repeat padding-box !important;
    opacity: 1;
}

@media (min-width: 768px) {
    .row.as-homepage-photo-category-wrapper:before {
        height: 65%;
    }
}

/* contenitore colonne gradiente */
@media (min-width: 1025px) {
    .row.as-homepage-photo-category-wrapper {
        padding: 0 45px 0 45px;
    }
}

/* singole colonne */
.as-homepage-photo-category.ApColumn {
    padding: 15px 15px !important;
}

@media (min-width: 1025px) {
    .as-homepage-photo-category.ApColumn {
        padding: 90px 45px !important;
    }
}

.as-homepage-photo-category > .widget-category_image.ApCategoryImage {
    position: relative;
}

.as-homepage-photo-category.ApColumn .widget-category_image .nbproducts {
    bottom: 6rem;
    left: 1.5rem;
}

.as-homepage-photo-category.ApColumn .widget-category_image:hover .nbproducts {
    bottom: 4.5rem;
}

.as-homepage-photo-category.ApColumn .widget-category_image .nbproducts h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.as-homepage-photo-category.ApColumn h2 .sub-title-widget {
    margin: 0;
    width: auto !important;
}

.as-homepage-photo-category.ApColumn h2 .cate-name {
    font-family: "Montserrat", sans-serif;
    font-size: 36px !important;
    letter-spacing: 1.8px;
}

.as-homepage-photo-category .pulsante {
    position: absolute;
    display: block;
    left: 2.5rem;
    bottom: 2.5rem;
}

@media (min-width: 1025px) {
    .as-homepage-photo-category.ApColumn h2 .sub-title-widget {

    }

    .as-homepage-photo-category.ApColumn h2 .cate-name {
        font-size: 50px !important;
        letter-spacing: 2.5px;
    }

    .as-homepage-photo-category .pulsante {
        bottom: 7rem;
        left: 4.5rem;
    }
}


/* sezione ABCB */
.row.gradiente-verde {
    background: transparent linear-gradient(111deg, #D6E5DC 0%, #708D8F 100%) 0% 0% no-repeat padding-box !important;
    padding: 45px 0 0 0;
}

@media (min-width: 768px) {
    .row.gradiente-verde {
        margin-bottom: 200px;
    }

    .gradiente-verde .ApImage {
        margin-bottom: -200px !important;
    }
}

.gradiente-verde .immagine.ApColumn {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .gradiente-verde .immagine.ApColumn {
        padding: 45px 0 45px 45px !important;
    }
}

@media (min-width: 1025px) {
    .gradiente-verde .immagine.ApColumn {
        padding: 90px 0 90px 90px !important;
    }
}

.gradiente-verde .as-homepage-abcb-wrapper img {
    max-width: 300px;
}

.gradiente-verde .testo-acbc.ApColumn {
    padding: 0px 15px !important;
}

@media (min-width: 768px) {
    .gradiente-verde .testo-acbc.ApColumn {
        padding: 60px 30px !important;
    }
}

@media (min-width: 1025px) {
    .gradiente-verde .as-homepage-abcb-wrapper img {
        max-width: 400px;
    }

    .gradiente-verde .testo-acbc.ApColumn {
        padding: 150px 90px 0px 90px !important;
    }
}

.gradiente-verde .as-homepage-abcb-highlight {
    font-weight: 700;
}

@media (min-width: 768px) {
    .pulsante-acbc {
        margin-top: -160px !important;
    }
}

/* newsletter */
.as-homepage-newsletter-wrapper {
    padding: 1.5rem 0 0 0;
    margin-bottom: 0;
    background: url(/img/cms/texture-background.jpg) no-repeat center;
    background-size: cover;
}

@media (min-width: 768px) {
    .as-homepage-newsletter-wrapper {
        padding: 5rem 0 0 0;
        margin-bottom: 0;
    }
}

.as-homepage-newsletter-wrapper .ApColumn .block.block_newsletter {
    flex-direction: column;
    color: var(--unnamed-color-3f3f3e);
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    opacity: 1;
    font-size: 12px;
    row-gap: 20px;
}

.ApColumn .block.block_newsletter .title-newsletter {
    padding-right: 0px !important;
}

.ApColumn .block.block_newsletter .title-newsletter .title_block:before {
    display: none;
}

.ApColumn .block.block_newsletter .title-newsletter .title_block,
.ApColumn .block.block_newsletter .title-newsletter .title_block .as-homepage-newsletter-text-highlight {
    color: var(--unnamed-color-3f3f3e);
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2.5px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .ApColumn .block.block_newsletter .title-newsletter .title_block,
    .ApColumn .block.block_newsletter .title-newsletter .title_block .as-homepage-newsletter-text-highlight {
        letter-spacing: 2.5px;
        font-size: 50px;
        line-height: 70px;
        padding-bottom: 20px;
    }
}

.ApColumn .block.block_newsletter .title-newsletter .title_block .as-homepage-newsletter-text-highlight {
    color: var(--unnamed-color-af8065);
    display: block;
}

.ApColumn .block.block_newsletter .form-group {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.ApColumn .block.block_newsletter form input[type=email] {
    border: 0px;
    border-bottom: 2px solid var(--unnamed-color-af8065);
    color: var(--unnamed-color-af8065);
    background-color: transparent;
    font-size: 14px;
    height: 50px;
    width: 100%;
    padding: 0 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    float: none;
    text-align: center;
}

.ApColumn .block.block_newsletter form .btn {
    position: relative;
    background: var(--unnamed-color-af8065);
    border: none;
    color: #fff;
    padding: 0 20px;
    min-width: 30%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    right: 0;
    max-width: fit-content;
    margin: 0 auto;
    font-weight: 100;
}

@media (max-width: 990px) {
    .as-homepage-acbc-carousel {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*-------------VIDEO HOME--------------*/

#headerHome {
    position: relative;
}

#headerHome video {
    object-fit: cover;
    width: 100%;
    height: 90vh;
    object-position: center;
}

.headerHome__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

.headerHome__content h2 {
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    font-size: 3.25rem;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
}

.headerHome__content h3 {
    margin-bottom: 3rem;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    line-height: 29px;
    letter-spacing: 2px;
}
.headerHome__content__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.headerHome__content a {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0 0 0 0;
    max-width: 170px;
    padding: 1rem 3rem;
    color: white;
    text-decoration: none;
    border: 2px solid white;
    transition: 0.3s ease-in-out;
}

.headerHome__content a:hover {
    background-color: white;
    color: #a88269;
}

@media (max-width: 992px) {
    .headerHome__content h2 {
        font-size: 2.75rem;
        margin-bottom: 2rem;
        line-height: 1.3;
    }

}

@media (max-width: 767px) {
    .headerHome__content h2 {
        font-size: 2.5rem;
    }
    .headerHome__content__buttons {
        flex-direction: column;
        gap: 40px;
    }
    .box-scale {
        transform: scale(0.7);
        margin-bottom: -80px;
        margin-top: -20px
    }
}

/*----------WIDGET FIDATY---------*/
.fdt_merchantStriscia-1_widget_merchant {
    margin: 40px auto 0 auto !important;
}
@media (max-width: 767px) {
    .fdt_merchantStriscia-1_widget_merchant {
        margin: 50px auto -50px auto !important;
    }
}

/* =========================================================
   NUOVA HOMEPAGE (index.tpl custom)
   ========================================================= */

/* Hero banner */
.hp-hero {
    margin-top: 2.5rem;
}

.hp-hero--first {
    margin-top: 0;
}

.hp-hero__inner {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.hp-hero__img {
    width: 100%;
    height: auto;
    display: block;
}

.hp-hero__content {
    position: absolute;
    top: 30%;
    right: 8%;
    text-align: center;
    width: 480px;
}

.hp-hero__brand {
    font-family: "Montserrat", sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--unnamed-color-3f3f3e);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
    line-height: 1.1;
}

.hp-hero__logo {
    display: block;
    max-width: 380px;
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
}

.hp-hero__season {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--unnamed-color-3f3f3e);
    margin-bottom: 1.75rem;
    padding-top: 1rem;
}

.hp-hero__ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.hp-hero__ctas a {
    font-size: 1rem;
    font-weight: 500;
}

.hp-hero__btn {
    display: inline-block;
    padding: 0.75rem 2.25rem;
    border: 1.5px solid var(--unnamed-color-3f3f3e);
    background: transparent;
    color: var(--unnamed-color-3f3f3e);
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.25s, color 0.25s;
}

.hp-hero__btn:hover {
    background: var(--unnamed-color-3f3f3e);
    color: #fff;
    text-decoration: none;
}

/* Brand intro */
.hp-intro {
    padding: 3rem 0 2rem;
    text-align: center;
}

.hp-intro__sub {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--unnamed-color-3f3f3e);
    margin-bottom: 0.75rem;
}

.hp-intro__logo {
    display: block;
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto 1.5rem;
}

.hp-intro__title {
    font-family: "Montserrat", sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--unnamed-color-3f3f3e);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hp-intro__title sup {
    font-size: 0.4em;
    vertical-align: super;
}

.hp-intro__title--al span {
    display: block;
    font-size: 0.45em;
    letter-spacing: 0.35em;
    font-weight: 600;
}

.hp-intro__desc {
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--unnamed-color-3f3f3e);
    line-height: 1.75;
    max-width: 680px;
    margin: 0 auto;
}

/* Nuovi arrivi */
.hp-new {
    padding: 0 8rem 3rem;
    border-bottom: 1.5px solid var(--unnamed-color-3f3f3e);
}

.hp-new__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.hp-new__label {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--unnamed-color-3f3f3e);
    text-transform: uppercase;
    margin: 0;
}

/* Sezione Borse */
.hp-hero--borse {
    margin-top: 3rem;
}

/* About Us */
.hp-about {
    padding: 4rem 0;
    margin-top: 2.5rem;
    border-top: 1.5px solid var(--unnamed-color-3f3f3e);
}

.hp-about__title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--unnamed-color-3f3f3e);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.hp-about__grid {
    display: flex;
    gap: 1.5rem;
}

.hp-about__card {
    flex: 1;
    display: block;
    text-decoration: none;
    color: inherit;
}

.hp-about__card-img {
    overflow: hidden;
    margin-bottom: 1rem;
}

.hp-about__card-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hp-about__card:hover .hp-about__card-img img {
    transform: scale(1.03);
}

.hp-about__card-cap {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.hp-about__card-tit {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--unnamed-color-3f3f3e);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.hp-about__card-link {
    font-family: "Montserrat", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--unnamed-color-3f3f3e);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Responsive */
@media (max-width: 991px) {
    .hp-hero__ctas {
        display: flex;
        gap: 0.3rem;
        justify-content: center;
    }

    .hp-hero__ctas a {
        font-size: 0.5rem;
        font-weight: 500;
    }

    .hp-hero__content {
        right: 5%;
        width: 320px;
        top: 20%;
    }

    .hp-hero__brand {
        font-size: 1.25rem;
    }

    .hp-hero__season {
        font-size: 0.8rem;
        margin-bottom: 1rem;
        padding-top: 0;
    }

    .hp-intro__title {
        font-size: 1.75rem;
    }

    .hp-about__grid {
        gap: 1rem;
    }

    .hp-about__card-img img {
        height: 240px;
    }

    .hp-new {
        padding: 0 1rem 3rem;
    }

    .hp-new__label {
        font-size: 1rem;
    }
}

/* About Us carosello mobile */
.hp-about__slider-wrap {
    position: relative;
}

.hp-about__arrow {
    display: none;
    flex: 0 0 auto;
    background: none;
    border: none;
    font-size: 2rem;
    line-height: 1;
    color: var(--unnamed-color-3f3f3e);
    cursor: pointer;
    padding: 0 0.75rem;
    align-self: center;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.hp-about__arrow:hover { opacity: 1; }
.hp-about__arrow:focus { outline: none; }
.hp-about__arrow:focus-visible { outline: 2px solid var(--unnamed-color-3f3f3e); outline-offset: 2px; }

@media (max-width: 767px) {
    .hp-about__slider-wrap {
        display: flex;
        align-items: center;
        gap: 0;
    }

    .hp-about__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scrollbar-width: none;
        flex: 1;
        gap: 1rem;
        padding: 0.5rem 0 1rem;
    }

    .hp-about__grid::-webkit-scrollbar {
        display: none;
    }

    .hp-about__card {
        flex: 0 0 80vw;
        scroll-snap-align: start;
    }

    .hp-about__card-img img {
        height: auto;
        width: 100%;
        object-fit: unset;
    }
}

@media (max-width: 575px) {
    .hp-hero__content {
        width: 160px;
        right: 4%;
    }

    .hp-hero__logo {
        max-width: 130px;
    }

    .hp-hero__brand {
        font-size: 1rem;
    }

    .hp-hero__season {
        font-size: 0.7rem;
        margin-bottom: 0.75rem;
        padding-top: 0;
    }

    .hp-hero__btn {
        padding: 0.35rem 0.9rem;
        font-size: 0.6rem;
    }

    .hp-intro__title {
        font-size: 1.5rem;
    }

    .hp-intro__desc {
        font-size: 0.8rem;
    }
}