/* Saracino site surface and product-detail layout. */

:root {
    --saracino-ink: #253126;
    --saracino-olive: #506b3d;
    --saracino-gold: #947040;
    --saracino-paper: #f5f3eb;
    --saracino-line: rgba(37, 49, 38, 0.14);
}

/* Carry the light botanical paper through the whole public website. */
body:not(.elementor-editor-active) {
    background-color: #ffffff;
    color: var(--saracino-ink);
}

body:not(.elementor-editor-active) #page {
    min-height: 100vh;
    background-color: #ffffff;
    background-image: none;
}

body:not(.elementor-editor-active) #page .site-content {
    background-color: transparent;
}

/* Keep the complete logo inside the navigation bar on every page. */
body:not(.elementor-editor-active) #masthead .elementor-277 > .elementor-element.elementor-element-79da220 {
    min-height: 86px;
    align-items: center;
}

body:not(.elementor-editor-active) #masthead .elementor-element-c6f6172 {
    max-height: 86px;
    align-items: center;
    overflow: hidden;
}

body:not(.elementor-editor-active) #masthead .elementor-element-33facaa {
    width: 104px;
    max-width: 104px;
    margin: 0 auto;
}

body:not(.elementor-editor-active) #masthead .elementor-element-33facaa img {
    display: block;
    width: auto !important;
    height: 68px !important;
    max-width: 100%;
    max-height: 68px !important;
    margin: 0 auto;
    object-fit: contain;
}

body.single-product {
    background: #ffffff;
    color: var(--saracino-ink);
}

body.single-product #page {
    min-height: 100vh;
    background-color: #ffffff;
    background-image: none;
}

/* A quiet, self-contained shop header on the light product canvas. */
body.single-product #masthead,
body.single-product #masthead .elementor-277 > .elementor-element.elementor-element-79da220 {
    background-color: #ffffff !important;
}

body.single-product #masthead .elementor-277 > .elementor-element.elementor-element-79da220 {
    --margin-bottom: 0px;
    min-height: 88px;
    align-items: center;
    margin-bottom: 0 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    box-shadow: 0 1px 0 rgba(42, 53, 35, 0.1);
}

body.single-product #masthead .elementor-element-c6f6172 { align-items: center; }

body.single-product #masthead .elementor-element-33facaa img {
    display: block;
    width: auto !important;
    height: 68px !important;
    max-width: 100%;
    max-height: 68px !important;
    margin: 0 auto;
    object-fit: contain;
}

body.single-product #masthead .elementor-element-e071bdd .main-navigation ul.menu > li.menu-item > a:not(:hover),
body.single-product #masthead .elementor-element-e071bdd .main-navigation ul.menu > li.menu-item.current-menu-item > a:not(:hover),
body.single-product #masthead .elementor-element-e071bdd .main-navigation ul.menu > li.menu-item.current-menu-parent > a:not(:hover),
body.single-product #masthead .elementor-element-e071bdd .main-navigation ul.menu > li.menu-item.current-menu-ancestor > a:not(:hover) {
    color: var(--saracino-ink) !important;
}

body.single-product #masthead .elementor-element-69dd79a .elementor-header-group-wrapper .header-group-action > div a:not(:hover) i::before,
body.single-product #masthead .elementor-element-69dd79a .elementor-header-group-wrapper .header-group-action > div a:not(:hover)::before {
    color: var(--saracino-ink) !important;
}

body.single-product #masthead .lang-dd__toggle {
    color: var(--saracino-ink);
    border-color: rgba(37, 49, 38, 0.42);
}

body.single-product #masthead .lang-dd__toggle:hover {
    background: rgba(80, 107, 61, 0.08);
    border-color: rgba(37, 49, 38, 0.7);
}

body.single-product #masthead .menu-mobile-nav-button .aunuca-icon span {
    background-color: var(--saracino-ink);
}

/* Product pages already include a breadcrumb inside the product layout.
 * Remove the duplicate scenic breadcrumb/banner directly below navigation. */
body.single-product #masthead + .header-width-fixer {
    display: none !important;
}

/* Let the paper surface continue through Elementor's transparent sections. */
body.single-product #page .site-content,
body.single-product .elementor-location-single > .e-con,
body.single-product .elementor-location-single > .e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: transparent !important;
    background-image: none !important;
}

body.single-product .elementor-location-single {
    width: 100%;
    padding: clamp(38px, 5vw, 76px) 22px 100px;
}

/* Main product area: image and purchase panel side by side. */
body.single-product .elementor-element-158d655d {
    --margin-top: 0%;
    --margin-bottom: 0%;
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
    max-width: 1240px;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    background-image: none !important;
}

body.single-product .elementor-element-158d655d > .e-con-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
    gap: clamp(36px, 6vw, 88px);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
}

body.single-product .elementor-element-8d142cb,
body.single-product .elementor-element-3d068638 {
    min-width: 0;
    width: 100% !important;
}

body.single-product .elementor-element-8d142cb {
    padding: 0 !important;
}

body.single-product .elementor-element-4319e11 { margin: 0 0 18px !important; }

body.single-product .woocommerce-breadcrumb {
    margin: 0;
    color: rgba(37, 49, 38, 0.62);
    font-size: 12px;
    letter-spacing: 0.035em;
}

body.single-product .woocommerce-breadcrumb a {
    color: var(--saracino-olive);
    text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover { color: var(--saracino-gold); }

body.single-product .elementor-element-3db3fda {
    overflow: hidden;
    padding: 10px;
    border: 2px solid var(--saracino-gold);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 18px 42px rgba(59, 54, 35, 0.08);
}

body.single-product .woocommerce-product-gallery,
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery__image { width: 100%; }

body.single-product .woocommerce-product-gallery {
    min-height: 600px;
    margin: 0 !important;
    opacity: 1 !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
    display: grid;
    min-height: 600px;
    place-items: center;
    margin: 0 !important;
    padding: clamp(28px, 5vw, 70px);
    background: rgba(255, 255, 255, 0.58);
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

body.single-product .woocommerce-product-gallery__image img {
    display: block;
    width: auto !important;
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    filter: drop-shadow(0 22px 18px rgba(43, 49, 34, 0.14));
}

body.single-product .product-video-360 {
    padding: 14px 18px;
    text-align: center;
    background: #fff;
    border-top: 1px solid var(--saracino-line);
}

body.single-product .product-video-360 a {
    color: var(--saracino-olive);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

body.single-product .elementor-element-3d068638 {
    align-self: stretch;
    justify-content: center;
    padding: clamp(28px, 4vw, 60px) clamp(6px, 2vw, 28px) !important;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.single-product .elementor-element-6ccf63b9,
body.single-product .elementor-element-236799f1 { margin: 0 !important; }

body.single-product .elementor-element-6ccf63b9 .product_title {
    margin: 0 !important;
    color: var(--saracino-ink) !important;
    font-size: clamp(34px, 3.4vw, 48px) !important;
    font-weight: 500 !important;
    letter-spacing: -0.045em !important;
    line-height: 1.02 !important;
}

body.single-product .elementor-element-1e97adc7 { margin: 20px 0 0 !important; }

body.single-product .elementor-element-1e97adc7 .price {
    margin: 0 !important;
    color: var(--saracino-gold) !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    font-weight: 600 !important;
}

body.single-product .elementor-element-369a12d,
body.single-product .elementor-element-13289e9 { margin: 12px 0 0 !important; }

body.single-product .elementor-element-369a12d .elementor-heading-title,
body.single-product .elementor-element-13289e9 .elementor-heading-title {
    color: rgba(37, 49, 38, 0.58) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body.single-product .elementor-element-13289e9 {
    padding-top: 24px;
    border-top: 1px solid var(--saracino-line);
}

body.single-product .elementor-element-5115ef6 { margin-top: 10px !important; }

body.single-product .elementor-element-5115ef6 .stock {
    margin: 0 0 18px;
    color: var(--saracino-olive);
    font-size: 13px;
}

body.single-product .elementor-element-5115ef6 .e-atc-qty-button-holder {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    align-items: stretch;
    width: 100%;
}

body.single-product .elementor-element-5115ef6 .quantity_wrap {
    flex: none !important;
    width: 132px !important;
    max-width: 132px;
}

body.single-product .elementor-element-5115ef6 .quantity_label {
    display: none !important;
}

body.single-product .elementor-element-5115ef6 .quantity {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 132px !important;
    min-width: 132px;
    height: 50px !important;
    min-height: 50px;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(148, 112, 64, 0.55);
    border-radius: 0;
    background: #fff;
}

body.single-product .elementor-element-5115ef6 .quantity.buttons_added {
    margin-right: 0 !important;
}

body.single-product .elementor-element-5115ef6 .quantity button {
    display: inline-flex !important;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px !important;
    min-width: 40px;
    height: 48px !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--saracino-ink) !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

body.single-product .elementor-element-5115ef6 .quantity button:hover {
    color: #fff !important;
    background: var(--saracino-gold) !important;
}

body.single-product .elementor-element-5115ef6 .qty {
    flex: 0 0 50px !important;
    width: 50px !important;
    min-width: 0 !important;
    height: 48px !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    color: var(--saracino-ink);
    background: transparent;
    font-size: 16px !important;
    line-height: 48px !important;
    text-align: center;
}

body.single-product .elementor-element-5115ef6 .single_add_to_cart_button {
    flex: 1 1 190px;
    min-height: 50px;
    border: 0;
    border-radius: 0;
    background: var(--saracino-gold) !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.2s ease, transform 0.2s ease;
}

body.single-product .elementor-element-5115ef6 .single_add_to_cart_button:hover {
    background: var(--saracino-ink) !important;
    transform: translateY(-1px);
}

body.single-product .elementor-element-5115ef6 .blob-btn__inner,
body.single-product .elementor-element-5115ef6 .blob-btn__blobs { display: none; }

/* Description/information band below the purchase area. */
body.single-product .elementor-element-0e53290 {
    --padding-top: 0%;
    --padding-bottom: 0%;
    --padding-left: 0%;
    --padding-right: 0%;
    max-width: 1180px;
    margin: 34px auto 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--saracino-line);
    border-bottom: 1px solid var(--saracino-line);
    background-color: transparent !important;
    background-image: none !important;
}

body.single-product .elementor-element-0e53290 > .e-con-inner {
    max-width: 780px;
    margin: 0 auto;
    padding: 34px 0;
}

body.single-product .elementor-element-471937ee,
body.single-product .elementor-element-471937ee p {
    color: rgba(37, 49, 38, 0.78) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

body.single-product .elementor-element-471937ee {
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .aunuca-sticky-add-to-cart {
    border-top: 1px solid var(--saracino-line);
    background: rgba(255, 255, 255, 0.96);
}

@media (min-width: 768px) and (max-width: 1024px) {
    body.single-product #masthead #language .lang-dd { display: none; }
}

@media (max-width: 767px) {
    body:not(.elementor-editor-active) #page {
        background-position: center top;
        background-size: auto 680px;
    }

    body:not(.elementor-editor-active) #masthead .elementor-277 > .elementor-element.elementor-element-79da220 {
        min-height: 68px;
    }

    body:not(.elementor-editor-active) #masthead .elementor-element-c6f6172 {
        max-height: 68px;
    }

    body:not(.elementor-editor-active) #masthead .elementor-element-33facaa {
        width: 74px;
        max-width: 74px;
    }

    body:not(.elementor-editor-active) #masthead .elementor-element-33facaa img {
        width: auto !important;
        height: 50px !important;
        max-height: 50px !important;
    }

    body.single-product #page {
        background-position: center top;
        background-size: auto 680px;
    }

    body.single-product #masthead .elementor-element-33facaa img {
        width: auto !important;
        height: 50px !important;
        max-height: 50px !important;
    }

    body.single-product #masthead .elementor-277 > .elementor-element.elementor-element-79da220 {
        min-height: 68px;
    }

    body.single-product .elementor-location-single { padding: 20px 14px 72px; }

    body.single-product .elementor-element-158d655d > .e-con-inner {
        display: block !important;
    }

    body.single-product .elementor-element-158d655d {
        --margin-top: 0%;
        margin-top: 0 !important;
    }

    body.single-product .elementor-element-3d068638 {
        margin-top: 18px !important;
        padding: 28px 4px 12px !important;
    }

    body.single-product .woocommerce-product-gallery,
    body.single-product .woocommerce-product-gallery__wrapper { min-height: 440px; }

    body.single-product .woocommerce-product-gallery__wrapper { padding: 26px; }

    body.single-product .woocommerce-product-gallery__image img { max-height: 370px; }

    body.single-product .elementor-element-6ccf63b9 .product_title { font-size: 38px !important; }

    body.single-product .elementor-element-0e53290 > .e-con-inner { padding: 26px 0; }
}

@media (max-width: 480px) {
    body.single-product .elementor-element-5115ef6 .e-atc-qty-button-holder {
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 10px;
    }

    body.single-product .elementor-element-5115ef6 .quantity_wrap,
    body.single-product .elementor-element-5115ef6 .quantity {
        width: 116px !important;
        min-width: 116px;
    }

    body.single-product .elementor-element-5115ef6 .quantity button {
        flex-basis: 34px;
        width: 34px !important;
        min-width: 34px;
    }

    body.single-product .elementor-element-5115ef6 .qty {
        flex-basis: 46px !important;
        width: 46px !important;
    }
}

@media (prefers-contrast: more) {
    body.single-product #page { background-image: none; }
}
