/* INTRO */
.edipore-shop-archive-intro {
    background-repeat: no-repeat;
    background-position: right;
    background-color: var(--main);
}

.edipore-shop-archive-intro__content {
    max-width: 1440px;
    margin: 0 auto;
    width: 80%;
    padding: 10% 0;
}


.edipore-shop-archive-intro__title {
    font-family: "Antic Didone", Sans-serif;
    font-size: 96px;
    color: #fff;
}

.edipore-shop-archive-intro__title p {
    position: relative;
}

.edipore-shop-archive-intro__title p:nth-of-type(2)::before {
    content: '';
    background-color: #fff;
    position: absolute;
    width: 10%;
    height: 2px;
    top: 50%;
    left: 0;
}

.edipore-shop-archive-intro__title p:nth-of-type(2) {
    position: relative;
    padding-left: 12%;
}

.edipore-shop-archive-intro__text {
    color: #fff;
    max-width: 500px;
}


/* MAPPA */
.edipore-shop-archive-map {
    background-color: var(--main);
}

.edipore-shop-archive-map__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2em 0;
    width: 80%;
}



/* Edipo Re Shop Archive Styles */

.edipore-shop-archive-header {
    background-image: url(/wp-content/uploads/2026/03/d2cdb97.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18% 0;
    position: relative;
}

.edipore-shop-archive-overlay {
    background: linear-gradient(180deg, rgba(12, 29, 64, 1) 9%, rgba(242, 41, 91, 0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.edipore-shop-archive-title {
    position: relative;
    text-align: center;
    padding-top: 5%;
    color: #fff;
    font-size: clamp(4rem, 5vw + 0.5rem, 6rem);
    font-family: "Antic Didone", Sans-serif;
}

.edipore-shop-archive-subtitle {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: clamp(1.5rem, 2.396vw + 0.5rem, 2.875rem);
    font-family: "Antic Didone", Sans-serif;
}


.edipore-custom-shop-archive {
    width: 80%;
    max-width: 1280px;
    margin: 10em auto;
    padding: 0 20px;
}

.edipore-products-list {
    display: flex;
    flex-direction: column;
    gap: 10em;
}

.edipore-product-item {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    align-items: center;
    position: relative;
}

.edipore-prod__title-beige {
    position: absolute;
    z-index: -1;
    top: -120px;
    left: -10%;
    font-size: clamp(4.25rem, 6.042vw + 0.5rem, 7.25rem);
    font-family: "Antic Didone", Sans-serif;
    color: var(--beige);
}

.edipore-product-image {
    flex: 1 1 400px;
    max-width: 500px;
}

.edipore-product-image a {
    display: block;
}

.edipore-product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.edipore-product-details {
    flex: 1 1 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.edipore-product-category {
    font-size: clamp(3.5rem, 4.167vw + 0.5rem, 5rem);
    font-family: "Antic Didone", Sans-serif;
    color: var(--main);
    margin-bottom: 5px;
}

.edipore-product-details .woocommerce-loop-product__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 2.875rem;
    font-family: "Antic Didone", Sans-serif;
}

.edipore-product-details .woocommerce-loop-product__title a {
    text-decoration: none;
    color: var(--main);
}

.edipore-product-short-description {
    margin-bottom: 20px;
    color: var(--black);
    font-size: 1.15rem;
    line-height: 1.6;
}

.edipore-product-action {
    margin-top: auto;
}

.edipore-product-action a.button.alt {
    display: inline-block;
    padding: 1em 1.2em;
    background-color: transparent;
    color: var(--main);
    text-decoration: none;
    border: 1px solid var(--main);
    border-radius: 0px;
    font-weight: 500;
    font-size: 1.15rem;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s;
}

.edipore-product-action a.button.alt:hover {
    background-color: var(--main);
    color: #fff;
}