/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.3.1779714854
Updated: 2026-05-25 15:14:14

*/
body {
    font-family: "korolev", sans-serif !important;
    font-weight: 500;
    font-style: normal !important;
}

.product-name a,
.woocommerce-info::before,
.woocommerce-privacy-policy-link,
.showcoupon {
    color: #EF7D17 !important;
}

.woocommerce-message,
.woocommerce-info {
    border-top-color: #EF7D17 !important;
}

.custom-race-header {
    width: 100%;
    z-index: 9999;
    padding: 18px 20px 10px;
    background: transparent !important;
}

.custom-race-header__inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.custom-race-header__logo {
    display: block;
    flex: 0 0 190px;
}

.custom-race-header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.custom-race-header__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.custom-race-header__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
}

.custom-race-header__social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-race-header__social a {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.custom-race-header__social img {
    width: 24px;
    height: 24px;
    display: block;
}

.custom-race-header__links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-race-header__links a,
.custom-race-header__langs a {
    color: #111;
    text-decoration: none;
}

.custom-race-header__links span {
    color: #f58200;
}

.custom-race-header__langs {
    display: flex;
    align-items: center;
    gap: 18px;
    font-weight: 900;
}

.custom-race-header__langs a.active {
    color: #5c2d91;
    border-bottom: 3px solid #5c2d91;
}

.custom-race-nav {
    background: #f58200;
    border-radius: 999px;
    padding: 10px 6px;
}

.custom-race-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.custom-race-menu>li {
    position: relative;
    margin: 0;
}

.custom-race-menu>li>a {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 26px;
    color: #111;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 999px;
    line-height: 1;
    transition: all 0.2s ease;
}

.custom-race-menu>li:hover>a,
.custom-race-menu>li.current-menu-item>a,
.custom-race-menu>li.current-menu-ancestor>a {
    background: #fff;
    color: #111;
}

.custom-race-menu>li.menu-item-has-children>a::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid currentColor;
}

.custom-race-menu>li:last-child>a {
    background: #5c2d91;
    color: #fff;
    margin-left: 8px;
}

.custom-race-menu>li:last-child>a:hover {
    background: #43206d;
    color: #fff;
}

.custom-race-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 12px;
    min-width: 150px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background: #a47caf;
    border-radius: 0 0 8px 8px;
    z-index: 99999;
}

.custom-race-menu li:hover>.sub-menu {
    display: block;
}

.custom-race-menu .sub-menu li {
    margin: 0;
}

.custom-race-menu .sub-menu a {
    display: block;
    padding: 8px 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.custom-race-menu .sub-menu a:hover {
    background: rgba(255, 255, 255, 0.15);
}

.custom-race-menu-toggle {
    display: none;
    background: #5c2d91;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .custom-race-header {
        position: relative;
        background: #f8dec2;
    }

    .custom-race-header__inner {
        align-items: center;
        gap: 20px;
    }

    .custom-race-header__logo {
        flex: 0 0 150px;
    }

    .custom-race-header__top {
        flex-wrap: wrap;
        gap: 12px;
        justify-content: flex-end;
    }

    .custom-race-menu-toggle {
        display: inline-flex;
        margin-top: 10px;
    }

    .custom-race-nav {
        display: none;
        width: 100%;
        margin-top: 12px;
        border-radius: 20px;
        padding: 10px;
    }

    .custom-race-nav.is-open {
        display: block;
    }

    .custom-race-menu {
        flex-direction: column;
        align-items: stretch;
    }

    .custom-race-menu>li>a {
        justify-content: center;
        padding: 14px 20px;
    }

    .custom-race-menu>li:last-child>a {
        margin-left: 0;
        margin-top: 8px;
    }

    .custom-race-menu .sub-menu {
        position: static;
        display: none;
        min-width: 100%;
        border-radius: 12px;
        margin-top: 4px;
    }

    .custom-race-menu li:hover>.sub-menu {
        display: block;
    }
}

@media (max-width:600px) {
    .custom-race-header__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-race-header__right {
        width: 100%;
        align-items: flex-start;
    }

    .custom-race-header__top {
        justify-content: flex-start;
    }
}

.custom-race-footer {
    background: #f57900;
    color: #111;
    font-family: inherit;
}

.custom-race-footer__main {
    background: #f57900;
    padding: 70px 20px 45px;
}

.custom-race-footer__inner {
    max-width: 1080px;
    margin: 0 auto;
}

.custom-race-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.custom-race-footer__brand img {
    max-width: 330px;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 28px;
}

.custom-race-footer__brand p {
    max-width: 470px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

.custom-race-footer__partners h4,
.custom-race-footer__newsletter h4,
.custom-race-footer__contacts h4,
.custom-race-footer__social h4 {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    color: #111;
}

.custom-race-footer__partners h4 {
    text-transform: none;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 30px;
}

.custom-race-footer__partners-logos {
    display: flex;
    align-items: center;
    gap: 35px;
}

.custom-race-footer__partners-logos img {
    display: block;
    height: auto;
}

.logo-pancrazio {
    max-width: 210px;
}

.logo-cinque-colori {
    max-width: 170px;
}

.custom-race-footer__divider {
    display: block;
    width: 2px;
    height: 76px;
    background: rgba(255, 255, 255, 0.7);
}

.custom-race-footer__line {
    border: 0;
    border-top: 3px solid #111;
    margin: 45px 0 35px;
}

.custom-race-footer__middle {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr;
    gap: 80px;
    align-items: flex-start;
}

.custom-race-newsletter-form {
    max-width: 440px;
}

.custom-race-newsletter-form__field {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    height: 42px;
    border: 3px solid #fff;
}

.custom-race-newsletter-form__icon {
    width: 42px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
}

.custom-race-newsletter-form__icon img {
    width: 18px;
    height: auto;
    display: block;
}

.custom-race-newsletter-form__field input {
    flex: 1;
    border: 0 !important;
    outline: none;
    background: transparent;
    height: 100%;
    padding: 0 12px;
    font-size: 15px;
    font-style: italic;
    color: #555;
    box-shadow: none !important;
}

.custom-race-newsletter-form__field input::placeholder {
    color: #777;
}

.custom-race-newsletter-form__field button {
    height: 100%;
    border: 0;
    border-radius: 999px;
    background: #5c2d91;
    color: #fff;
    padding: 0 36px;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    cursor: pointer;
}

.custom-race-newsletter-form__field button:hover {
    background: #43206d;
    color: #fff;
}

.custom-race-newsletter-form__privacy {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 13px;
    font-size: 10px;
    font-weight: 600;
    color: #111;
}

.custom-race-newsletter-form__privacy input {
    width: 14px;
    height: 14px;
    margin: 0;
}

.custom-race-newsletter-form__privacy a {
    color: #fff;
    text-decoration: underline;
}

.custom-race-footer__email {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111;
    font-size: 16px;
    font-weight: 800;
    text-decoration: underline;
}

.custom-race-footer__social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-race-footer__social {
    grid-column: 3 !important;
}

.custom-race-footer__bottom {
    background: #a94700;
    padding: 22px 20px;
}

.custom-race-footer__bottom-inner {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.custom-race-footer-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-race-footer-menu li {
    margin: 0;
}

.custom-race-footer-menu a {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
}

.custom-race-footer-menu a:hover {
    color: #111;
}

.custom-race-footer__copy {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
}

.custom-race-footer__copy a {
    color: #fff;
    text-decoration: underline;
    font-weight: 900;
}

@media (max-width:991px) {

    .custom-race-footer__top,
    .custom-race-footer__middle {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .custom-race-footer__partners-logos {
        flex-wrap: wrap;
    }

    .custom-race-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-race-footer__copy {
        text-align: left;
    }
}

@media (max-width:600px) {
    .custom-race-footer__main {
        padding: 50px 20px 35px;
    }

    .custom-race-footer__brand img {
        max-width: 260px;
    }

    .custom-race-footer__partners-logos {
        gap: 22px;
    }

    .logo-pancrazio {
        max-width: 160px;
    }

    .logo-cinque-colori {
        max-width: 135px;
    }

    .custom-race-footer__divider {
        height: 55px;
    }

    .custom-race-newsletter-form__field {
        height: auto;
        border-radius: 24px;
        flex-wrap: wrap;
        padding: 6px;
    }

    .custom-race-newsletter-form__icon {
        height: 40px;
    }

    .custom-race-newsletter-form__field input {
        height: 40px;
        min-width: 0;
    }

    .custom-race-newsletter-form__field button {
        width: 100%;
        height: 40px;
        margin-top: 6px;
    }

    .custom-race-footer-menu {
        gap: 16px 22px;
    }
}

.woocommerce-breadcrumb {
    display: none !important;
}

.woocommerce-js button.button,
.woocommerce-js a.button {
    background-color: #522583 !important;
}

#primary {
    margin: 0px auto !important;
}

.ast-left-sidebar #primary {
    border-left: 0px !important;
}

.align-dx {
    text-align: right !important;
}

.box-triangle-bottom-dx {
    background-image: url("../astra-child/images/triangle-dx.svg");
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.box-triangle-bottom-dx-viola {
    background-image: url("../astra-child/images/triangle-dx-viola.svg");
    background-position: bottom !important;
    background-repeat: no-repeat !important;
}

.stella-transparent {
    background-image: url("../astra-child/images/stella-1.svg");
    background-position: right !important;
    background-repeat: no-repeat !important;
}

.stella-2 {
    background-image: url("../astra-child/images/stella-2.png");
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-size: contain;
}

.stella-2 p {
    margin-bottom: 0px !important;
}

.stella-3 {
    background-image: url("../astra-child/images/stella-3.png");
    background-position: right !important;
    background-repeat: no-repeat !important;
    background-size: contain;
}

.posted_in a,
.single-product-category a {
    color: #EF7D16 !important;
}

.custom-news-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
}

.custom-featured-news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff3e8;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 36px;
}

.custom-featured-news__content {
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-featured-news__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
}

.custom-news-badge {
    display: inline-block;
    background: #f47b20;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 7px 13px;
    border-radius: 7px;
    line-height: 1;
}

.custom-news-date,
.custom-news-card__date {
    font-size: 15px;
    font-style: italic;
    color: #000;
}

.custom-featured-news__title {
    margin: 0 0 20px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 0.95;
    font-weight: 900;
}

.custom-featured-news__title a {
    color: #000;
    text-decoration: none !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 2px;
    transition: background-size 0.25s ease;
}

.custom-featured-news:hover .custom-featured-news__title a {
    background-size: 100% 2px;
}

.custom-featured-news__excerpt {
    font-size: 17px;
    line-height: 1.5;
    max-width: 520px;
    margin-bottom: 28px;
    margin-top: 20px !important;
}

.custom-featured-news__image {
    overflow: hidden;
}

.custom-featured-news__image a {
    display: block;
}

.custom-featured-news__image img {
    width: 100%;
    min-height: 330px;
    object-fit: cover;
    display: block;
}

.custom-featured-news__image img,
.custom-news-card__image img {
    transform: none !important;
    transition: none !important;
}

.custom-featured-news:hover .custom-featured-news__image img,
.custom-news-card:hover .custom-news-card__image img {
    transform: none !important;
}

.custom-news-button {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #5e2ca5;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 40px;
    overflow: hidden;
}

.custom-news-button {
    width: fit-content !important;
    max-width: fit-content;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #5e2ca5;
    color: #fff !important;
    font-weight: 900;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 12px 22px;
    border-radius: 40px;
    overflow: hidden;
    line-height: 1;
}

.custom-news-button span {
    color: #fff;
    text-decoration: none !important;
    white-space: nowrap;
}

.custom-news-button:hover,
.custom-news-button:focus,
.custom-news-button:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.custom-news-button__icon {
    width: 0;
    height: 15px;
    display: inline-block;
    object-fit: contain;
    opacity: 0;
    margin-right: 0;
    transform: translateX(-8px);
    transition: width 0.25s ease, opacity 0.25s ease, margin-right 0.25s ease, transform 0.25s ease;
}

.custom-featured-news:hover .custom-news-button__icon,
.custom-news-button:hover .custom-news-button__icon {
    width: 15px;
    opacity: 1;
    margin-right: 8px;
    transform: translateX(0);
}

.custom-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.page-id-148 .custom-news-grid {
    grid-template-columns: repeat(2, 1fr);
}

.custom-news-card {
    background: #fff3e8;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.custom-news-card__image {
    display: block;
    overflow: hidden;
}

.custom-news-card__image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.custom-news-card__content {
    padding: 24px 20px 38px;
    position: relative;
    z-index: 4;
}

.custom-news-card__title {
    margin: 24px 0 14px;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 900;
}

.custom-news-card__title a {
    color: #000;
    text-decoration: none !important;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 2px;
    transition: background-size 0.25s ease;
}

.custom-news-card:hover .custom-news-card__title a {
    background-size: 100% 2px;
}

.custom-news-card::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 66px;
    background: #ffbd77;
    border-top-left-radius: 100%;
    z-index: 1;
    pointer-events: none;
    transition: width 0.25s ease, height 0.25s ease;
}

.custom-news-card::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
    background: #5e2ca5;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 2;
    pointer-events: none;
    transition: width 0.25s ease, height 0.25s ease;
}

.custom-news-card:hover::before {
    width: 88px;
    height: 88px;
}

.custom-news-card:hover::after {
    width: 68px;
    height: 68px;
}

.custom-news-card__arrow {
    position: absolute;
    right: 13px;
    bottom: 11px;
    width: 18px;
    height: 18px;
    background-image: var(--arrow-white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 5;
    pointer-events: none;
}

.custom-news-card:hover .custom-news-card__arrow {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width:991px) {
    .custom-featured-news {
        grid-template-columns: 1fr;
    }

    .custom-featured-news__image {
        order: -1;
    }

    .custom-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:600px) {
    .custom-news-section {
        padding: 30px 16px;
    }

    .custom-featured-news__content {
        padding: 24px;
    }

    .custom-featured-news__meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .custom-featured-news__image img {
        min-height: 240px;
    }

    .custom-news-grid {
        grid-template-columns: 1fr;
    }

    .custom-news-card__image img {
        height: 210px;
    }
}

.custom-products-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 70px 60px;
}

.custom-products-carousel {
    overflow: hidden;
}

.custom-product-card {
    position: relative;
}

.custom-product-card a {
    text-decoration: none !important;
}

.custom-product-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    background: #eeeeee;
    border-radius: 14px;
    overflow: hidden;
}

.custom-product-card__image>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0;
    transform: none !important;
    transition: none !important;
}

.custom-product-sale-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #5e2ca5;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    padding: 7px 16px;
    border-radius: 20px;
    z-index: 8;
}

.custom-product-card__image::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 66px;
    background: #ffbd77;
    border-top-left-radius: 100%;
    z-index: 2;
    pointer-events: none;
    transition: width 0.25s ease, height 0.25s ease;
}

.custom-product-card__image::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54px;
    height: 54px;
    background: #5e2ca5;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transition: opacity 0.25s ease, width 0.25s ease, height 0.25s ease;
}

.custom-product-card:hover .custom-product-card__image::before {
    width: 88px;
    height: 88px;
}

.custom-product-card:hover .custom-product-card__image::after {
    width: 68px;
    height: 68px;
    opacity: 1;
}

.custom-product-card__corner {
    position: absolute;
    right: 13px;
    bottom: 11px;
    width: 18px;
    height: 18px;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 5;
    pointer-events: none;
}

.custom-product-card__corner img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
}

.custom-product-card:hover .custom-product-card__corner {
    opacity: 1;
    transform: translateX(0);
}

.custom-product-card__content {
    padding-top: 16px;
}

.custom-product-card__badge {
    display: inline-block;
    background: #f47b20;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 6px;
    margin-bottom: 18px;
}

.custom-product-card__title {
    margin: 0 0 14px;
    padding-bottom: 14px;
    border-bottom: 3px solid #000;
    font-size: 25px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
}

.custom-product-card__title a {
    color: #000;
    text-decoration: none !important;
}

.custom-product-card__price {
    color: #5e2ca5;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

.custom-product-card__price del {
    color: #777;
    opacity: 1;
    margin-right: 12px;
    font-size: 24px;
}

.custom-product-card__price ins {
    color: #5e2ca5;
    text-decoration: none;
}

.custom-products-carousel__arrow {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #EF7D16;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.custom-products-carousel__arrow img {
    width: 18px;
    height: auto;
    display: block;
    transition: transform 0.25s ease;
}

.custom-products-carousel__arrow:hover {
    background: #fff6ef;
}

.custom-products-carousel__arrow.swiper-button-disabled {
    opacity: 0.15;
    cursor: default;
    pointer-events: none;
}

.custom-products-carousel__arrow--prev {
    left: 0;
}

.custom-products-carousel__arrow--next {
    right: 0;
}

.custom-products-carousel__arrow--prev img {
    transform: rotate(180deg);
}

.custom-products-carousel__arrow--next:hover img {
    transform: translateX(4px);
}

.custom-products-carousel__arrow--prev:hover img {
    transform: rotate(180deg) translateX(4px);
}

button.custom-products-carousel__arrow:hover {
    border-color: #EF7D16 !important;
}

.custom-products-carousel__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.custom-products-carousel__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #d8c8b8;
    opacity: 1;
}

.custom-products-carousel__pagination .swiper-pagination-bullet-active {
    background: #a84f00;
}

@media (max-width:767px) {
    .custom-products-carousel-wrapper {
        padding: 20px 44px 56px;
    }

    .custom-product-card__title {
        font-size: 22px;
    }

    .custom-product-card__price {
        font-size: 22px;
    }

    .custom-products-carousel__arrow {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }
}

.custom-products-carousel .swiper-wrapper {
    display: flex;
}

.custom-products-carousel .swiper-slide {
    flex-shrink: 0;
    height: auto;
}

.merch-shop-hero {
    width: 100%;
    background: white;
    padding: 70px 20px 60px;
    color: #fff;
}

.merch-shop-hero__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 70px;
    align-items: center;
}

.merch-shop-hero h1 {
    margin: 0;
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    color: #EF7D17;
}

.merch-shop-hero h2 {
    margin: 10px 0 15px;
    font-size: 18px;
    font-style: italic;
    color: #000;
}

.merch-shop-hero p {
    max-width: 420px;
    font-size: 12px;
    line-height: 1.5;
    color: #000;
}

.merch-shop-hero__image {
    height: 190px;
    border-radius: 12px;
    background: #d8e0e4;
}

.merch-shop-wrapper {
    max-width: 1100px;
    margin: 60px auto 90px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 70px;
    align-items: start;
}

.merch-shop-sidebar {
    width: 100%;
}

.merch-shop-sidebar h3 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    color: #000;
}

.merch-shop-sidebar p {
    margin-bottom: 25px;
    padding-top: 12px;
    border-top: 1px solid #b9c8cd;
    font-size: 12px;
    color: #000;
}

.merch-filter-widget {
    margin-bottom: 28px;
}

.merch-filter-title,
.merch-shop-sidebar .widget-title {
    margin-bottom: 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    color: #6f8b96;
}

.merch-shop-sidebar input[type="search"],
.merch-shop-sidebar input[type="text"],
.merch-shop-sidebar input[type="number"] {
    width: 100%;
    min-height: 36px;
    border: 1px solid #d3dde1;
    border-radius: 20px;
    background: #edf1f3;
    padding: 0 14px;
    font-size: 12px;
}

.merch-shop-sidebar button,
.merch-shop-sidebar input[type="submit"] {
    border-radius: 30px;
    background: #7e9ca5;
    color: #fff;
    border: none;
    padding: 9px 18px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.merch-shop-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.merch-shop-sidebar li {
    margin-bottom: 8px;
    font-size: 13px;
    color: #6f8b96;
}

.merch-shop-content {
    min-width: 0;
}

.merch-shop-content .woocommerce-ordering {
    float: none;
    text-align: right;
    margin-bottom: 25px;
}

.merch-shop-content .woocommerce-result-count {
    display: none;
}

.woocommerce .merch-shop-content ul.products {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 55px 30px;
    margin: 0 !important;
}

.woocommerce .merch-shop-content ul.products::before,
.woocommerce .merch-shop-content ul.products::after {
    display: none !important;
}

.woocommerce .merch-shop-content ul.products li.product {
    width: auto !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.woocommerce .merch-shop-content ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 16px !important;
    background: #d8e0e4;
}

.woocommerce .merch-shop-content ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 8px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    font-size: 22px !important;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
}

.woocommerce .merch-shop-content ul.products li.product .price {
    font-size: 25px !important;
    font-weight: 800;
    color: #522583 !important;
}

.ast-woo-product-category {
    background-color: #EF7D16 !important;
    display: inline-block !important;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 5px;
    opacity: 1 !important;
}

.post-type-archive-product .add_to_cart_button {
    display: none !important;
}

.post-type-archive-product .wp-block-search__button.wp-element-button {
    background-color: #522583 !important;
    color: #fff !important;
}

.woocommerce .merch-shop-content nav.woocommerce-pagination {
    margin-top: 55px;
}

.woocommerce .merch-shop-content nav.woocommerce-pagination ul {
    border: none;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.woocommerce .merch-shop-content nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce .merch-shop-content nav.woocommerce-pagination ul li a,
.woocommerce .merch-shop-content nav.woocommerce-pagination ul li span {
    border: none;
    background: transparent;
    color: #7e9ca5;
    border-radius: 50%;
}

.woocommerce .merch-shop-content nav.woocommerce-pagination ul li span.current {
    background: #7e9ca5;
    color: #fff;
}

@media (max-width:768px) {
    .merch-shop-hero__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .merch-shop-hero h1 {
        font-size: 38px;
    }

    .merch-shop-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-top: 40px;
    }

    .woocommerce .merch-shop-content ul.products {
        grid-template-columns: 1fr;
    }

    .merch-shop-content .woocommerce-ordering {
        text-align: left;
    }
}

.entry-header.ast-no-thumbnail {
    display: none !important;
}

.ast-single-post.ast-page-builder-template .site-main>article {
    padding: 0px !important;
}

.custom-breadcrumb-section {
    background: transparent !important;
    padding: 10px;
    height: 60px !important;
    z-index: 5;
}

.custom-breadcrumb-container {
    display: block;
    margin: 0 auto;
    padding: 0 42px;
}

.custom-breadcrumb {
    border-bottom: 2px solid #1f1f1f;
    padding-bottom: 16px;
    font-family: "korolev", sans-serif;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    color: #111;
    font-style: italic;
}

.custom-breadcrumb a {
    color: #111;
    text-decoration: none;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

.custom-breadcrumb a:hover {
    color: #111;
    text-decoration: none;
}

.custom-breadcrumb span {
    text-transform: uppercase;
}

.custom-breadcrumb .bc-separator {
    display: inline-block;
    margin: 0 12px;
    color: #f47b20;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    position: relative;
    top: 2px;
}

.entry-content p {
    margin-bottom: 0px !important;
}

h2 {
    margin-bottom: 0px !important;
}

.custom-breadcrumb .breadcrumb-category-text {
    font-weight: 900 !important;
    color: #111;
}

.page-id-154 header,
.page-id-154 .custom-breadcrumb-section,
.page-id-229 .custom-breadcrumb-section,
.page-id-229 header,
.post-type-archive-product .custom-breadcrumb-section,
.post-type-archive-product header,
.page-id-251 .custom-breadcrumb-section,
.page-id-251 header,
.page-id-254 .custom-breadcrumb-section,
.page-id-254 header,
.page-id-340 .custom-breadcrumb-section,
.page-id-340 header,
.page-id-335 .custom-breadcrumb-section,
.page-id-335 header,
.page-id-337 .custom-breadcrumb-section,
.page-id-337 header {
    background-color: white !important;
}

.page-id-154 .custom-breadcrumb-section,
.page-id-229 .custom-breadcrumb-section,
.page-id-251 .custom-breadcrumb-section,
.page-id-254 .custom-breadcrumb-section,
.page-id-340 .custom-breadcrumb-section,
.page-id-335 .custom-breadcrumb-section,
.page-id-337 .custom-breadcrumb-section {
    padding-bottom: 150px !important;
}

#page-partner {
    z-index: 999999 !important;
}

.single-gara .uagb-tabs__body-wrap,
.tab-gare {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.single-gara #uagb-tabs__tab2 {
    display: none !important;
}

.info-gara-box .uagb-ifb-content {
    padding: 20px !important;
}

.info-gara-box .uagb-ifb-image-content {
    text-align: center !important;
}

.custom-gara-content h3.uagb-ifb-title {
    font-style: normal !important;
    margin-top: 10px !important;
    border-bottom: 3px solid #EF7D17 !important;
}

.custom-gara-content .uagb-ifb-title-prefix {
    text-align: left !important;
    margin-top: -15px !important;
}

.single-gara .uagb-tab.uagb-tabs__active a {
    font-weight: 900 !important;
    color: #000 !important;
    border-bottom: 3px solid #522583;
}

.single-gara .uagb-tab a {
    color: #000 !important;
}

.uagb-block-c76c8a4e.uagb-tabs__hstyle2-desktop>.uagb-tabs__body-wrap,
.uagb-tabs__wrap .uagb-tabs__body-container.uagb-tabs-body__active {
    padding-top: 0px !important;
}

.single-gara .md-gara-countdown__date {
    display: none !important;
}

.single-gara .md-gara-countdown__items {
    justify-content: center !important;
}

.single-gara .md-gara-countdown__number {
    color: #000 !important;
}

.single-gara .md-gara-countdown__label {
    color: #522583 !important;
}

.uagb-block-c76c8a4e.uagb-tabs__hstyle2-desktop>.uagb-tabs__body-wrap,
.uagb-tabs__wrap .uagb-tabs__body-container.uagb-tabs-body__active {
    padding-bottom: 0px !important;
}

.custom-gare-section {
    width: 100%;
}

.custom-gare-grid {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.custom-gara-card {
    grid-column: span 2;
}

.custom-gara-card:nth-child(1),
.custom-gara-card:nth-child(2) {
    grid-column: span 3;
}

.custom-gara-card__link {
    position: relative;
    display: block;
    height: 100%;
    padding: 10px 10px 16px;
    background: #f7f1ea;
    border: 8px solid #A04C00;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
}

.custom-gara-card__date {
    position: relative;
    z-index: 4;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #111;
    line-height: 1;
    margin: 6px 0 12px;
    text-decoration: none !important;
    border-bottom: none !important;
}

.custom-gara-card__image {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 245px;
    border-radius: 14px;
    overflow: hidden;
    background: #ddd;
}

.custom-gara-card:nth-child(3) .custom-gara-card__image,
.custom-gara-card:nth-child(4) .custom-gara-card__image,
.custom-gara-card:nth-child(5) .custom-gara-card__image {
    height: 185px;
}

.custom-gara-card__image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

.custom-gara-card__content {
    position: relative;
    z-index: 4;
    padding: 14px 12px 0;
}

.custom-gara-card__title {
    margin: 0 0 12px;
    color: #5f2ca0;
    font-size: 40px;
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: -1px;
    text-decoration: none !important;
    border-bottom: none !important;
}

.custom-gara-card:nth-child(3) .custom-gara-card__title,
.custom-gara-card:nth-child(4) .custom-gara-card__title,
.custom-gara-card:nth-child(5) .custom-gara-card__title {
    font-size: 46px;
}

.custom-gara-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0;
    position: relative;
    padding-bottom: 5px;
    text-decoration: none !important;
    border-bottom: none !important;
}

.custom-gara-card__cta::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 88px;
    height: 3px;
    background: #111;
    transition: background 0.2s ease;
}

.custom-gara-card__cta-arrow {
    display: inline-block;
    width: 0;
    overflow: hidden;
    color: #f58212;
    font-size: 22px;
    line-height: 1;
    opacity: 0;
    margin-right: 0;
    transform: translateX(-8px);
    transition: width 0.25s ease, opacity 0.25s ease, margin-right 0.25s ease, transform 0.25s ease;
}

.custom-gara-card__cta-text {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    color: #111;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: transform 0.25s ease;
}

.custom-gara-card:nth-child(3) .custom-gara-card__cta-text,
.custom-gara-card:nth-child(4) .custom-gara-card__cta-text,
.custom-gara-card:nth-child(5) .custom-gara-card__cta-text {
    font-size: 16px;
}

.custom-gara-card__link:hover .custom-gara-card__cta::after {
    background: #f58212;
}

.custom-gara-card__link:hover .custom-gara-card__cta-arrow {
    width: 22px;
    opacity: 1;
    margin-right: 6px;
    transform: translateX(0);
}

.custom-gara-card__link::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 66px;
    background: #f0bb80;
    border-top-left-radius: 100%;
    z-index: 1;
    pointer-events: none;
    transition: width 0.25s ease, height 0.25s ease;
}

.custom-gara-card__link::after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: 0;
    width: 54px;
    height: 54px;
    background: #A04C00;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 2;
    pointer-events: none;
    transition: width 0.25s ease, height 0.25s ease;
}

.custom-gara-card__link:hover::before {
    width: 88px;
    height: 88px;
}

.custom-gara-card__link:hover::after {
    width: 68px;
    height: 68px;
}

.custom-gara-card__arrow {
    position: absolute;
    right: 13px;
    bottom: 11px;
    width: 18px;
    height: 18px;
    background-image: var(--arrow-white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 5;
    pointer-events: none;
}

.custom-gara-card__link:hover .custom-gara-card__arrow {
    opacity: 1;
    transform: translateX(0);
}

.custom-gara-card__link,
.custom-gara-card__link:visited,
.custom-gara-card__link:hover,
.custom-gara-card__link:focus,
.custom-gara-card__link *,
.custom-gara-card__link:hover * {
    text-decoration: none !important;
}

.custom-gara-card__title::before,
.custom-gara-card__title::after,
.custom-gara-card__date::before,
.custom-gara-card__date::after {
    display: none !important;
    content: none !important;
}

@media (max-width:991px) {
    .custom-gare-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .custom-gara-card,
    .custom-gara-card:nth-child(1),
    .custom-gara-card:nth-child(2) {
        grid-column: span 1;
    }

    .custom-gara-card__title,
    .custom-gara-card:nth-child(3) .custom-gara-card__title,
    .custom-gara-card:nth-child(4) .custom-gara-card__title,
    .custom-gara-card:nth-child(5) .custom-gara-card__title {
        font-size: 48px;
    }

    .custom-gara-card__image,
    .custom-gara-card:nth-child(3) .custom-gara-card__image,
    .custom-gara-card:nth-child(4) .custom-gara-card__image,
    .custom-gara-card:nth-child(5) .custom-gara-card__image {
        height: 220px;
    }
}

@media (max-width:575px) {
    .custom-gare-grid {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }

    .custom-gara-card,
    .custom-gara-card:nth-child(1),
    .custom-gara-card:nth-child(2) {
        grid-column: span 1;
    }

    .custom-gara-card__title,
    .custom-gara-card:nth-child(3) .custom-gara-card__title,
    .custom-gara-card:nth-child(4) .custom-gara-card__title,
    .custom-gara-card:nth-child(5) .custom-gara-card__title {
        font-size: 44px;
    }

    .custom-gara-card__date {
        font-size: 14px;
    }

    .custom-gara-card__cta-text {
        font-size: 15px;
    }

    .custom-gara-card__cta::after {
        width: 82px;
    }

    .custom-gara-card__link::before {
        width: 66px;
        height: 66px;
    }

    .custom-gara-card__link::after {
        width: 54px;
        height: 54px;
    }

    .custom-gara-card__link:hover::before {
        width: 82px;
        height: 82px;
    }

    .custom-gara-card__link:hover::after {
        width: 64px;
        height: 64px;
    }

    .custom-gara-card__arrow {
        width: 17px;
        height: 17px;
        right: 12px;
        bottom: 10px;
    }
}

#mappa-custom {
    width: 100%;
    height: 390px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.custom-cluster-marker {
    background: transparent;
    border: none;
}

.custom-cluster-marker div {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #522583;
    border: 3px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-cluster-marker span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.custom-single-marker {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    background: #522583;
    border: 3px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.leaflet-control-zoom {
    border: none !important;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
}

.leaflet-control-zoom a {
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.leaflet-control-zoom a:first-child {
    border-radius: 6px 6px 0 0 !important;
}

.leaflet-control-zoom a:last-child {
    border-radius: 0 0 6px 6px !important;
}

.leaflet-control-zoom a,
.leaflet-control-zoom a:hover,
.leaflet-control-zoom a:focus {
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    width: 34px !important;
    height: 34px !important;
    line-height: 32px !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.leaflet-control-zoom-in {
    border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}

.leaflet-control-zoom a::before,
.leaflet-control-zoom a::after {
    display: none !important;
    content: none !important;
}

.page-id-254 .uagb-infobox__content-wrap,
.page-id-337 .uagb-infobox__content-wrap {
    background-color: #FEF2E7 !important;
}




.box-triangle-bottom-dx-viola {
    background-image: none !important;
    position: relative !important;
    display: block !important;
    width: max-content !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-right: 55px !important;
    padding-bottom: 10px !important;
    text-align: left !important;
}

.box-triangle-bottom-dx-viola::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 30px;
    height: 30px;
    background-image: url('../astra-child/images/triangle-dx-viola.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

input[type="submit"] {
    background-color: #ef7d17 !important;
    border-color: #ef7d17 !important;
}

.custom-race-footer__legal-row {
    max-width: 1080px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    letter-spacing: 1px;
}




/*GARA SINGOLA*/
.custom-breadcrumb-section {
    z-index: 99 !important;
}

body.single-gara {
    background: #f7d8bd;
}

body.single-gara #primary {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -180px !important;
}

body.single-gara .site-content>.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
    display: block !important;
}

.custom-single-gara-page {
    overflow: hidden;
    background-color: white !important;
}

.custom-gara-hero {
    position: relative;
    min-height: 650px;
    padding-top: 220px;
    padding-bottom: 140px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom-gara-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(247, 216, 189, 0.72) 0%,
            rgba(232, 129, 37, 0.45) 52%,
            rgba(121, 65, 18, 0.72) 100%);
    z-index: 1;
}

.custom-gara-hero__container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-gara-title-wrap {
    max-width: 700px;
    margin-top: 150px;
}

.custom-gara-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(58px, 8vw, 108px);
    line-height: 0.85;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: -3px;
    text-shadow: 0 5px 0 rgba(0, 0, 0, 0.15);
}

.custom-gara-date-full {
    color: #fff;
    font-size: clamp(20px, 2.4vw, 34px);
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 14px;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}

.custom-gara-date-badge {
    display: inline-block;
    background: #5630a3;
    color: #fff;
    padding: 8px 22px 9px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.custom-gara-info-wrapper {
    position: relative;
    z-index: 5;
    max-width: 1040px;
    margin: -55px auto 0;
    padding: 0 20px;
}

.custom-gara-info-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.custom-gara-info-item {
    min-height: 110px;
    padding: 25px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #111;
}

.custom-gara-info-item:last-child {
    border-right: 0;
}

.custom-gara-info-label {
    display: inline-block;
    background: #ff7900;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.custom-gara-info-value {
    color: #522583;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

.custom-gara-content-section {
    padding: 80px 0 100px;
}

.custom-gara-content-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.custom-gara-content {
    color: #111;
    font-size: 18px;
    line-height: 1.7;
}

.custom-gara-content p {
    margin-bottom: 24px;
}

.custom-gara-content h2,
.custom-gara-content h3,
.custom-gara-content h4 {
    color: #111;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 40px 0 20px;
}

.custom-gara-content img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .custom-gara-hero {
        min-height: 560px;
        margin-top: -140px;
        padding-top: 180px;
        padding-bottom: 110px;
    }

    .custom-gara-title-wrap {
        margin-top: 120px;
    }

    .custom-gara-info-box {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 16px;
    }

    .custom-gara-info-item:nth-child(2) {
        border-right: 0;
    }

    .custom-gara-info-item:nth-child(1),
    .custom-gara-info-item:nth-child(2) {
        border-bottom: 2px solid #111;
    }
}

@media (max-width: 600px) {
    .custom-gara-hero {
        min-height: 500px;
        margin-top: -120px;
        padding-top: 160px;
        padding-bottom: 90px;
    }

    .custom-gara-title-wrap {
        margin-top: 100px;
    }

    .custom-gara-title {
        font-size: 58px;
        letter-spacing: -2px;
    }

    .custom-gara-date-full {
        font-size: 20px;
        line-height: 1.1;
        margin-bottom: 12px;
    }

    .custom-gara-date-badge {
        font-size: 22px;
        padding: 7px 16px 8px;
        box-shadow: 5px 5px 0 #ff7a00;
    }

    .custom-gara-info-wrapper {
        margin-top: -45px;
    }

    .custom-gara-info-box {
        grid-template-columns: 1fr;
    }

    .custom-gara-info-item {
        min-height: 90px;
        border-right: 0;
        border-bottom: 2px solid #111;
    }

    .custom-gara-info-item:last-child {
        border-bottom: 0;
    }

    .custom-gara-content-section {
        padding: 55px 0 80px;
    }

    .custom-gara-content {
        font-size: 16px;
    }
}


/*ARTICOLO SINGOLO*/

.single-post body,
body.single-post {
    background: white;
}

.single-post #primary {
    margin: 0 !important;
    padding: 0 !important;
}

.single-post .site-content>.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
    display: block !important;
}

/* Parte alta articolo */
.custom-single-news-page {
    background: white;
}

.custom-single-news-hero {
    padding-top: 80px;
    padding-bottom: 70px;
}

.custom-single-news-hero__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 90px;
    align-items: center;
}

.custom-single-news-hero__text {
    max-width: 520px;
}

.custom-single-news-title {
    margin: 22px 0 24px;
    color: #111;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 0.95;
    font-weight: 900;
    font-style: italic;
}

.custom-single-news-date {
    color: #111;
    font-size: 15px;
    font-weight: 700;
}

.custom-single-news-hero__image {
    border-radius: 20px;
    overflow: hidden;
}

.custom-single-news-hero__image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

/* Contenuto bianco sotto */
.custom-single-news-content-section {
    background: #fff;
    border-radius: 35px 35px 0 0;
    padding: 80px 0 100px;
}

.custom-single-news-content-container {
    max-width: 1000px;
}

.custom-single-news-content {
    color: #111;
    font-size: 18px;
    line-height: 1.7;
}

.custom-single-news-content p {
    margin-bottom: 24px !important;
}

.custom-single-news-content h2,
.custom-single-news-content h3,
.custom-single-news-content h4 {
    color: #111;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin: 40px 0 20px !important;
}

.custom-single-news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

/* Responsive */
@media (max-width: 991px) {
    .custom-single-news-hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .custom-single-news-hero__container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .custom-single-news-hero__image {
        order: -1;
    }

    .custom-single-news-hero__image img {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .custom-single-news-hero {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .custom-single-news-hero__image img {
        height: 220px;
    }

    .custom-single-news-content-section {
        border-radius: 28px 28px 0 0;
        padding: 50px 0 70px;
    }

    .custom-single-news-title {
        font-size: 32px;
    }

    .custom-single-news-content {
        font-size: 16px;
    }
}


@media(min-width: 768px){
    p {
        letter-spacing: 1px !important;
    }
    .custom-product-card__title{
        font-size: 21px !important;
    }
}




.custom-race-footer__partners-logos {
	display: flex;
	align-items: center;
	gap: 24px;
}

.custom-race-footer__partners-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}

.custom-race-footer__partners-left img {
	max-width: 180px;
	height: auto;
	display: block;
}

.custom-race-footer__partners-right img {
	width: 220px;
	max-width: 100%;
	height: auto;
	display: block;
}

.custom-race-footer__divider {
	width: 1px;
	height: 80px;
	background: rgba(255, 255, 255, 0.4);
	display: block;
}

@media (max-width: 767px) {
	.custom-race-footer__partners-logos {
		flex-direction: column;
		align-items: flex-start;
	}

	.custom-race-footer__divider {
		display: none;
	}

	.custom-race-footer__partners-right img {
		width: 180px;
	}
}