/* _content/PWXWEB/Views/Home/Blog.cshtml.rz.scp.css */
.first-section[b-0cjajccakd] {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 5%;
    color: #fff;
}

    .first-section[b-0cjajccakd]::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background: linear-gradient( #0b0b0b 0 110px, rgba(0,0,0,.85) 110px, rgba(0,0,0,.6) 100%, rgba(0,0,0,0) 90% ), url('/images/asset/winery.jpg') center/cover no-repeat;
        filter: none;
    }

.hero-graphic[b-0cjajccakd] {
    width: clamp(220px, 60vw, 640px);
    height: auto;
    display: block;
    margin-inline: auto;
}

.hero-subtitle[b-0cjajccakd] {
    font-size: clamp(14px, 2.6vw, 20px);
    margin-top: 10px;
}

.blog2-section[b-0cjajccakd] {
    position: relative;
    padding: 60px 0 90px;
    color: #e9e6e6;
    background: radial-gradient(1200px 500px at 50% -250px, rgba(255,255,255,.06), transparent 60%), linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.92));
}

/* Header */
.blog2-head[b-0cjajccakd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

    .blog2-head h2[b-0cjajccakd] {
        margin: 0;
        font-size: 20px;
        letter-spacing: .12em;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

.blog2-viewall[b-0cjajccakd] {
    color: #cfcfcf;
    text-decoration: none;
    font-size: 14px;
}

    .blog2-viewall:hover[b-0cjajccakd] {
        color: #fff;
    }

/* Carousel core */
.blog2-carousel[b-0cjajccakd] {
    position: relative;
}

.blog2-track[b-0cjajccakd] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(100% - 3rem); /* 1 per view by default */
    gap: 28px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 1px;
    padding: 10px 24px 28px; /* breathing space for focus rings & shadows */
    scrollbar-width: none; /* Firefox */
    /* === Make touch/drag work reliably === */
    touch-action: pan-x; /* ADDED: allow horizontal gestures */
    -ms-touch-action: pan-x; /* ADDED: legacy Edge */
    -webkit-overflow-scrolling: touch; /* ADDED: iOS momentum */
    overscroll-behavior-x: contain; /* ADDED: stop parent from hijacking */
    scroll-snap-stop: always; /* ADDED: stronger snap on fling */
    cursor: grab; /* ADDED: desktop affordance */
}

    .blog2-track:active[b-0cjajccakd] {
        cursor: grabbing;
    }
    /* ADDED */

    .blog2-track[b-0cjajccakd]::-webkit-scrollbar {
        display: none;
    }
/* Chrome/Safari */

.blog2-card[b-0cjajccakd] {
    scroll-snap-align: start;
    background: transparent;
    user-select: none; /* ADDED: avoid text selection while dragging */
    -webkit-user-select: none; /* ADDED */
}

.blog2-thumb[b-0cjajccakd] {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(0,0,0,.45);
}

    .blog2-thumb img[b-0cjajccakd] {
        display: block;
        width: 100%;
        height: 230px;
        object-fit: cover;
        transition: transform .35s ease;
        -webkit-user-drag: none; /* ADDED: stop image drag ghost */
        user-drag: none; /* ADDED */
        pointer-events: none; /* ADDED: let scroll pass through the image */
    }

    .blog2-thumb:hover img[b-0cjajccakd] {
        transform: scale(1.03);
    }

.blog2-title[b-0cjajccakd] {
    font-size: 16px;
    line-height: 1.5;
    margin: 14px 2px 14px;
    color: #eaeaea;
}

/* Read more pill */
.blog2-btn[b-0cjajccakd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 42px;
    padding: 0 18px;
    border-radius: 24px;
    background: linear-gradient(45deg, #4b0f10, #7a2728);
    color: #fff;
    font-weight: 700;
    letter-spacing: .4px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0,0,0,.4);
}

    .blog2-btn:hover[b-0cjajccakd] {
        opacity: .92;
    }

/* Arrows */
.blog2-nav[b-0cjajccakd] {
    position: absolute;
    top: 104px; /* vertically near images */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(0,0,0,.35);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    z-index: 2;
    pointer-events: auto; /* ADDED: ensure buttons remain clickable */
}

.blog2-prev[b-0cjajccakd] {
    left: 6px;
}

.blog2-next[b-0cjajccakd] {
    right: 6px;
}

/* Dots */
.blog2-dots[b-0cjajccakd] {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 6px;
}

    .blog2-dots button[b-0cjajccakd] {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 0;
        background: #7b7b7b;
        opacity: .6;
        cursor: pointer;
    }

        .blog2-dots button[aria-current="true"][b-0cjajccakd] {
            background: #cfcfcf;
            opacity: 1;
        }

/* Responsive: 2 cards on >=768px, 3 on >=1100px */
@media (min-width: 768px) {
    .blog2-track[b-0cjajccakd] {
        grid-auto-columns: calc(50% - 2.4rem);
    }

    .blog2-thumb img[b-0cjajccakd] {
        height: 260px;
    }
}

@media (min-width: 1100px) {
    .blog2-track[b-0cjajccakd] {
        grid-auto-columns: calc(33.333% - 2.2rem);
    }

    .blog2-thumb img[b-0cjajccakd] {
        height: 260px;
    }
}
/* _content/PWXWEB/Views/Home/Catalogue.cshtml.rz.scp.css */
.first-section[b-hp48efdtsy] {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
}

    .first-section[b-hp48efdtsy]::before {
        content: "";
        position: fixed; /* key */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url('images/bg/catalogue-bg.webp') no-repeat center 80%; /* adjust here */
        background-size: cover;
        transform: scaleX(-1);
        z-index: -1;
        pointer-events: none; /* allow clicks through */
        filter: brightness(0.7); /* optional darken */
    }

    /* ADDED: ensure any Owl carousel in this section sits above bg and can receive gestures */
    .first-section .owl-carousel[b-hp48efdtsy] {
        position: absolute;
        inset: 0;
        z-index: 1;
    }
    /* ADDED */
    .first-section .owl-stage-outer[b-hp48efdtsy],
    .first-section .owl-stage[b-hp48efdtsy],
    .first-section .owl-item[b-hp48efdtsy] {
        height: 100%;
    }
    /* ADDED */

    /* ADDED: keep nav/dots clickable even with overlays present (no visual styling) */
    .first-section .owl-nav[b-hp48efdtsy],
    .first-section .owl-dots[b-hp48efdtsy] {
        position: absolute;
        z-index: 3;
        pointer-events: auto;
    }
    /* ADDED */

    /* ADDED: stop overlay text from swallowing swipes; re-enable for actual controls */
    .first-section .container[b-hp48efdtsy],
    .first-section .hero-text-block[b-hp48efdtsy] {
        pointer-events: none;
    }
        /* ADDED */
        .first-section .container a[b-hp48efdtsy],
        .first-section .container button[b-hp48efdtsy],
        .first-section .container input[b-hp48efdtsy],
        .first-section .container .btn[b-hp48efdtsy] {
            pointer-events: auto;
        }
/* ADDED */

.hero-text-block[b-hp48efdtsy] {
    max-width: 700px;
    z-index: 2;
    animation: fadeIn-b-hp48efdtsy 1.5s ease-in-out;
}

.hero-subtitle[b-hp48efdtsy] {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #f5f5f5;
}

.hero-title[b-hp48efdtsy] {
    font-family: 'Oregon LDO Regular', serif;
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 35px;
    color: #fff;
}

.hero-button[b-hp48efdtsy] {
    position: relative;
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    padding: 16px 36px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    overflow: hidden; /* key to hide pseudo-element overflow */
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
}

    .hero-button[b-hp48efdtsy]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(var(--bs-warning-rgb));
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.4s ease;
    }

    .hero-button:hover[b-hp48efdtsy] {
        color: #000;
        border-color: rgb(var(--bs-warning-rgb));
    }

        .hero-button:hover[b-hp48efdtsy]::before {
            transform: scaleX(1);
        }

@keyframes fadeIn-b-hp48efdtsy {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .hero-title[b-hp48efdtsy] {
        font-size: 48px;
    }

    .hero-subtitle[b-hp48efdtsy] {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .hero-button[b-hp48efdtsy] {
        font-size: 14px;
        padding: 14px 28px;
    }
}

@media (max-width: 575px) {
    .first-section[b-hp48efdtsy] {
        padding: 0 10%;
        justify-content: center;
        text-align: center;
    }

    .hero-text-block[b-hp48efdtsy] {
        max-width: 100%;
    }

    .hero-title[b-hp48efdtsy] {
        font-size: 38px;
    }

    .hero-subtitle[b-hp48efdtsy] {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .hero-button[b-hp48efdtsy] {
        font-size: 12px;
        padding: 12px 24px;
    }
}

.burgandy-cs[b-hp48efdtsy] {
    font-family: 'Playfair Display', serif;
}
/* _content/PWXWEB/Views/Home/ContactUs.cshtml.rz.scp.css */
.first-section[b-l8w302qq9c] {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 5%;
    color: #fff;
}

    .first-section[b-l8w302qq9c]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/images/asset/ContactUsBg.png') no-repeat center center;
        background-size: cover;
        z-index: -1;
        filter: brightness(0.7);
    }

/* Social icons */
.social-icn a[b-l8w302qq9c] {
    color: #fff;
    font-size: 2.5rem;
    margin-right: 15px;
    transition: color 0.3s ease;
}
.footer-social-icon a[b-l8w302qq9c] {
    color: #fff;
    font-size: 2.5rem;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.social-icn a:hover[b-l8w302qq9c] {
    color: #c14753;
}
.footer-social-icon a:hover[b-l8w302qq9c] {
    color: #c14753;
}
/* Glass effect card */
.glass-card[b-l8w302qq9c] {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 15px;
    color: white;
}

/* Transparent form controls */
.glass-card .form-control[b-l8w302qq9c] {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    color: white;
}

.glass-card .form-control:focus[b-l8w302qq9c] {
    background: transparent;
    color: white;
    border-color: #fff;
    box-shadow: none;
}

/* Gradient button */
.btn-gradient[b-l8w302qq9c] {
    background: linear-gradient(45deg, #5a2328, #c14753);
    color: white;
    border: none;
}

.btn-gradient:hover[b-l8w302qq9c] {
    opacity: 0.9;
}
.hero-location[b-l8w302qq9c]{
    height: 50vh;
    margin: 0;
}
/* Map section */
.map-section[b-l8w302qq9c] {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

    .map-section iframe[b-l8w302qq9c] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
        /* Darken map look */
        filter: grayscale(100%) invert(100%) contrast(90%) brightness(60%);
    }

/* Overlay card */
.overlay-card[b-l8w302qq9c] {
    position: absolute;
    left: 50%;
    bottom: 32px;
    transform: translateX(-50%);
    background: #400000; /* wine red */
    color: #fff;
    padding: 22px 26px;
    border-radius: 14px;
    box-shadow: 0 12px 32px rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: min(90%, 760px);
}

    .overlay-card h3[b-l8w302qq9c] {
        margin: 0;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
        white-space: nowrap;
    }

/* Form inside the card */
.overlay-form[b-l8w302qq9c] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto; /* pushes form to the right of the title */
    flex: 1 1 auto;
}

    .overlay-form input[b-l8w302qq9c] {
        flex: 1 1 360px; /* grows but keeps a nice base width */
        min-width: 200px;
        height: 44px;
        padding: 0 14px;
        border-radius: 10px;
        border: 0;
        outline: 0;
    }

    .overlay-form button[b-l8w302qq9c] {
        height: 44px;
        padding: 0 18px;
        border: 0;
        border-radius: 10px;
        background: #6d1a1a; /* slightly lighter red */
        color: #fff;
        font-weight: 700;
        letter-spacing: .5px;
        cursor: pointer;
        transition: transform .05s ease, opacity .2s ease;
    }

        .overlay-form button:hover[b-l8w302qq9c] {
            opacity: .9;
        }

        .overlay-form button:active[b-l8w302qq9c] {
            transform: translateY(1px);
        }

/* Accessibility helper for the label */
.sr-only[b-l8w302qq9c] {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

/* Responsive */
@media (max-width: 820px) {
    .overlay-card[b-l8w302qq9c] {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        text-align: center;
    }

        .overlay-card h3[b-l8w302qq9c] {
            white-space: normal;
            font-size: 20px;
        }

    .overlay-form[b-l8w302qq9c] {
        margin-left: 0;
        flex-direction: column;
        gap: 10px;
    }

        .overlay-form input[b-l8w302qq9c],
        .overlay-form button[b-l8w302qq9c] {
            width: 100%;
        }
}
.site-footer[b-l8w302qq9c] {
    position: relative;
    background-image: url('/images/asset/ContactUsBg.png'); /* <-- your image path */
    background-size: cover; /* fill the footer */
    background-position: center; /* center the subject */
    background-repeat: no-repeat;
    background-color: #0e0e0e;
    color: #e9e6e6;
    padding: 70px 5% 24px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner[b-l8w302qq9c] {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid[b-l8w302qq9c] {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 40px 28px;
    align-items: start;
}

.footer-brand .brand-wordmark[b-l8w302qq9c] {
    margin: 0 0 20px 0;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: .15em;
}

.footer-logo[b-l8w302qq9c] {
    width: 240px;
    height: auto;
    margin-bottom: 20px;
}

.social-list[b-l8w302qq9c] {
    display: flex;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

    .social-list a[b-l8w302qq9c] {
        display: inline-flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        color: #fff;
        text-decoration: none;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.25);
        transition: border-color .2s ease, transform .05s ease, color .2s ease;
    }

        .social-list a:hover[b-l8w302qq9c] {
            color: #c14753;
            border-color: #c14753;
        }

        .social-list a:active[b-l8w302qq9c] {
            transform: translateY(1px);
        }

.footer-col h4[b-l8w302qq9c] {
    margin: 0 0 14px 0;
    font-size: 14px;
    letter-spacing: .15em;
    font-weight: 700;
    color: #fff;
}

.link-list[b-l8w302qq9c], .text-list[b-l8w302qq9c] {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #cfcfcf;
}
.text-list li[b-l8w302qq9c] {
    margin-bottom: 1rem;

}

.site-footer .link-list a[b-l8w302qq9c],
.site-footer .link-list a:link[b-l8w302qq9c],
.site-footer .link-list a:visited[b-l8w302qq9c] {
    color: #cfcfcf !important; /* normal footer link color */
    text-decoration: none; /* remove underline */
    transition: color .2s ease;
}
.site-footer .link-list a:hover[b-l8w302qq9c],
.site-footer .link-list a:focus-visible[b-l8w302qq9c] {
    color: #ffffff !important; /* hover/focus color */
    text-decoration: none; /* or 'underline' if you want one on hover */
    text-underline-offset: 3px;
}
.link-list a:hover[b-l8w302qq9c] {
    color: #ffffff !important;
}
.site-footer .link-list a:active[b-l8w302qq9c] {
    color: #ffffff;
}

/* Bottom bar */
.footer-bottom[b-l8w302qq9c] {
    margin-top: 48px;
    background-color: #000000 !important;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 14px;
    text-align: center;
    font-size: 12px;
    letter-spacing: .05em;
    color: #bdbdbd;
}

@media (min-width: 992px) {
    footer .footer-social-icon[b-l8w302qq9c] {
        margin-left: -2rem;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-grid[b-l8w302qq9c] {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 680px) {
    .footer-grid[b-l8w302qq9c] {
        grid-template-columns: 1fr;
    }

    .social-list[b-l8w302qq9c] {
        justify-content: flex-start;
    }

    .footer-brand .brand-wordmark[b-l8w302qq9c] {
        font-size: 20px;
    }
}

        /* Responsive tweaks */
        @media (max-width: 768px) {
    .first-section[b-l8w302qq9c] {
        text-align: center;
        padding: 40px 15px;
    }

    .social-icn[b-l8w302qq9c] {
        display: flex;
        justify-content: center;
    }
    .footer-social-icon[b-l8w302qq9c]{
        display: flex;
    }

    .glass-card[b-l8w302qq9c] {
        margin-top: 30px;
    }
}
/* _content/PWXWEB/Views/Home/Entrade.cshtml.rz.scp.css */
.first-section[b-ll7yg6s13y] {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
}

    .first-section[b-ll7yg6s13y]::before {
        content: "";
        position: absolute; /* key */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url('images/bg/BONDDINNER.png') no-repeat center 80%; /* adjust here */
        background-size: cover;
        z-index: -1;
        pointer-events: none; /* allow clicks through */
    }

    /* ADDED: prevent overlay content from stealing swipes/clicks on this page only */
    .first-section .container[b-ll7yg6s13y],
    .first-section .hero-text-block[b-ll7yg6s13y] {
        pointer-events: none;
    }
        /* ADDED */
        .first-section .container a[b-ll7yg6s13y],
        .first-section .container button[b-ll7yg6s13y],
        .first-section .container input[b-ll7yg6s13y],
        .first-section .container .btn[b-ll7yg6s13y] {
            pointer-events: auto;
        }
/* ADDED */

.hero-text-block[b-ll7yg6s13y] {
    max-width: 700px;
    z-index: 2;
    animation: fadeIn-b-ll7yg6s13y 1.5s ease-in-out;
}

.hero-subtitle[b-ll7yg6s13y] {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #f5f5f5;
}

.hero-title[b-ll7yg6s13y] {
    font-family: 'Oregon LDO Regular', serif;
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 35px;
    color: #fff;
}

.hero-button[b-ll7yg6s13y] {
    position: relative;
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    padding: 16px 36px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    overflow: hidden; /* key to hide pseudo-element overflow */
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
}

    .hero-button[b-ll7yg6s13y]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(var(--bs-warning-rgb));
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.4s ease;
    }

    .hero-button:hover[b-ll7yg6s13y] {
        color: #000;
        border-color: rgb(var(--bs-warning-rgb));
    }

        .hero-button:hover[b-ll7yg6s13y]::before {
            transform: scaleX(1);
        }


@keyframes fadeIn-b-ll7yg6s13y {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .hero-title[b-ll7yg6s13y] {
        font-size: 48px;
    }

    .hero-subtitle[b-ll7yg6s13y] {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .hero-button[b-ll7yg6s13y] {
        font-size: 14px;
        padding: 14px 28px;
    }
}

@media (max-width: 575px) {
    .first-section[b-ll7yg6s13y] {
        padding: 0 10%;
        justify-content: center;
        text-align: center;
    }

    .hero-text-block[b-ll7yg6s13y] {
        max-width: 100%;
    }

    .hero-title[b-ll7yg6s13y] {
        font-size: 38px;
    }

    .hero-subtitle[b-ll7yg6s13y] {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .hero-button[b-ll7yg6s13y] {
        font-size: 12px;
        padding: 12px 24px;
    }
}

.burgandy-cs[b-ll7yg6s13y] {
    font-family: 'Playfair Display', serif;
}

/* The main section container */
.owl-height[b-ll7yg6s13y] {
    transition: height 0.4s ease;
}

/* HERO (desktop) — keep your current look */
.hero-section[b-ll7yg6s13y] {
    position: relative;
    height: 50vh;
    width: 100%;
    overflow: hidden;
}

.hero-background-carousel[b-ll7yg6s13y] {
    position: absolute;
    inset: 0;
    z-index: 1; /* ADDED: ensure the carousel layer is above background and clickable */
}

.hero-slide[b-ll7yg6s13y] {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* ADDED: if this carousel is Owl, make its internal wrappers stretch full height */
.hero-background-carousel .owl-stage-outer[b-ll7yg6s13y],
.hero-background-carousel .owl-stage[b-ll7yg6s13y],
.hero-background-carousel .owl-item[b-ll7yg6s13y] {
    height: 100%;
}
/* ADDED */

/* ADDED: keep nav/dots interactive even under overlays (no visual change) */
.hero-section .owl-nav[b-ll7yg6s13y],
.hero-section .owl-dots[b-ll7yg6s13y] {
    z-index: 3;
    pointer-events: auto;
    position: absolute;
}
/* ADDED */

/* HERO (mobile) — show the whole image, no cropping */
@media (max-width: 768px) {
    .hero-section[b-ll7yg6s13y] {
        height: auto;
        overflow: hidden;
    }
    /* keep clean edges */
    .hero-background-carousel[b-ll7yg6s13y] {
        position: relative;
        z-index: 0; /* ADDED: safe reset on mobile so headers can sit above */
    }

    .hero-slide[b-ll7yg6s13y] {
        height: auto;
        padding-top: 56.25%; /* 16:9; adjust if needed */
        background-size: contain; /* no cropping */
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #0f0f0f; /* <— fills the “white” area */
    }
}



/* Events Section Styling */

.events-section[b-ll7yg6s13y] {
    background-image: url('images/bg/enbg.png');
    /* UPDATED: Changed background-size to contain the whole image */
    background-size: cover;
    background-position: center;
    /* REMOVED: background-attachment: fixed to allow scrolling */
    /* ADDED: background-repeat to prevent tiling */
    background-repeat: no-repeat;
    padding: 5rem 2rem;
    position: relative;
    color: #e0e0e0;
}



.container[b-ll7yg6s13y] {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.section-title[b-ll7yg6s13y] {
    font-family: 'Oregon LDO Book Regular', serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 4rem;
    color: #ffffff;
}

.event-item[b-ll7yg6s13y] {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem;
}

/* UPDATED: Defined a fixed size for the image container */
.event-item-image[b-ll7yg6s13y] {
    flex-shrink: 0;
    width: 300px;
    height: 450px; /* Set a fixed height */
    overflow: hidden; /* Hide parts of the image that don't fit */
}

    /* UPDATED: Made the image cover the fixed-size container */
    .event-item-image img[b-ll7yg6s13y] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the area without distortion */
        display: block;
    }

.event-item-content[b-ll7yg6s13y] {
    font-size: 0.95rem;
    line-height: 1.7;
    font-weight: 300;
    font-family: 'Avenir', sans-serif;
}

    .event-item-content p[b-ll7yg6s13y] {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

.event-button[b-ll7yg6s13y] {
    display: inline-block;
    padding: 14px 35px;
    border-radius: 50px;
    border: 1px solid #c5c5c5;
    background-color: transparent;
    color: #e0e0e0;
    /* REMOVED font-family */
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

    .event-button:hover[b-ll7yg6s13y] {
        background-color: #ffffff;
        color: #1a1a1a;
        transform: scale(1.05);
    }

@media (max-width: 768px) {

    .events-section[b-ll7yg6s13y] {
        padding: 3rem 1rem;
    }

    .section-title[b-ll7yg6s13y] {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    .event-item[b-ll7yg6s13y] {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }

    .event-item-image[b-ll7yg6s13y] {
        width: 100%;
        max-width: 300px;
        /* Adjust height for mobile if needed, or it will keep the 450px height */
        height: auto; /* Let height be automatic on mobile for better aspect ratio */
    }

        .event-item-image img[b-ll7yg6s13y] {
            height: auto;
        }
}
/* _content/PWXWEB/Views/Home/Index.cshtml.rz.scp.css */
.hero-carousel-section[b-v01423rx1a] {
    position: relative;
    overflow: hidden;
    height: 77.5vh;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
}

/* Owl Carousel base */
.owl-carousel[b-v01423rx1a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

    .owl-carousel .item[b-v01423rx1a] {
        height: 78vh;
        width: 100%;
        background: #000; /* fallback */
        overflow: hidden; /* crop outside edges */
    }

        .owl-carousel .item img[b-v01423rx1a] {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Fills container, crops edges (like background cover) */
            object-position: center; /* Center focus */
        }

    .owl-carousel .owl-stage-outer[b-v01423rx1a],
    .owl-carousel .owl-stage[b-v01423rx1a],
    .owl-carousel .owl-item[b-v01423rx1a] {
        height: 100%;
    }


/* Hide the default navigation arrows and dots */
/* .owl-nav, .owl-dots { display: none; }  */
/* MODIFIED: stop hiding controls; let Owl/theme show them */
.owl-nav[b-v01423rx1a], .owl-dots[b-v01423rx1a] {
    display: block;
}
/* MODIFIED */

/* Ensure controls are above slides even without theme CSS */
/* ADDED: safe placement without changing your layout */
.hero-carousel-section .owl-nav[b-v01423rx1a] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.hero-carousel-section .owl-dots[b-v01423rx1a] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 3;
}

/* --- Hero Text Styling (from your original code) --- */
.hero-text-block[b-v01423rx1a] {
    max-width: 700px;
    z-index: 2; /* In front of the carousel */
    animation: fadeIn-b-v01423rx1a 1.5s ease-in-out;
    position: relative; /* Ensure it respects the parent's padding */
}

/* ADDED: don't let the overlay steal drag/clicks */
.hero-carousel-section .container[b-v01423rx1a] {
    pointer-events: none;
}
    /* ADDED */
    .hero-carousel-section .container a[b-v01423rx1a],
    .hero-carousel-section .container button[b-v01423rx1a],
    .hero-carousel-section .container input[b-v01423rx1a],
    .hero-carousel-section .container .btn[b-v01423rx1a] {
        pointer-events: auto;
    }
/* ADDED */

.hero-subtitle[b-v01423rx1a] {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #f5f5f5;
}

.hero-title[b-v01423rx1a] {
    /* Assuming 'Oregon LDO Regular' is loaded in your project */
    font-family: 'Oregon LDO', serif;
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 35px;
    color: #fff;
}

.burgandy-cs[b-v01423rx1a] {
    /* Assuming 'Playfair Display' is loaded in your project */
    font-family: 'Playfair Display', serif;
}

.hero-button[b-v01423rx1a] {
    position: relative;
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    padding: 16px 36px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
}

    .hero-button[b-v01423rx1a]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Assuming --bs-warning-rgb is defined, otherwise using a fallback */
        background-color: #ffc107;
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.4s ease;
    }

    .hero-button:hover[b-v01423rx1a] {
        color: #000;
        border-color: #ffc107;
    }

        .hero-button:hover[b-v01423rx1a]::before {
            transform: scaleX(1);
        }

@keyframes fadeIn-b-v01423rx1a {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Always safe defaults */
.hero-carousel-section[b-v01423rx1a] {
    position: relative;
}

/* Mobile */
@media (max-width: 768px) {
    /* Pin the announcement bar on top of the page */
  :root[b-v01423rx1a] {
    --bar-h: 56px;            /* set your header height once */
  }
  #announcement-header[b-v01423rx1a] {
    position: fixed;          /* or sticky if preferred */
    top: 0; left: 0; right: 0;
    z-index: 2000;
  }

  /* 2) Nudge page content below the fixed bar */
  body[b-v01423rx1a] { 
    padding-top: var(--bar-h); 
  }

  /* 3) Hero becomes normal flow content under the bar */
  .hero-carousel-section[b-v01423rx1a] {
    background: #000;
    padding-top: 0;           /* body already adds the offset */
    height: auto;
    width: 100%;
    display: block;
    z-index: 0;
  }

  /* 4) Carousel shouldn’t act as a background on mobile */
  .owl-carousel[b-v01423rx1a] {
    position: relative;
    z-index: 0;
    height: auto;
    margin-top: 0;
  }

  /* 5) Responsive slide height (no hard-coded 300px) */
  .owl-carousel .item[b-v01423rx1a] {
    /* ~45–60vh depending on device; keeps things balanced */
    height: clamp(22vh, 55vw, 60vh);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;         /* shows behind image edges */
    overflow: auto;
  }

  /* 6) Image shows fully (no cropping) and stays centered */
  .owl-carousel .item img[b-v01423rx1a] {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;      /* full image, no crop */
    object-position: center;
  }

  /* 7) Text block below the slide */
  .hero-text-block[b-v01423rx1a] {
    position: static;
    margin-top: 12px;
    text-align: center;
  }

  /* 8) Ensure wrappers respect the new heights */
  .owl-carousel .owl-stage-outer[b-v01423rx1a],
  .owl-carousel .owl-stage[b-v01423rx1a],
  .owl-carousel .owl-item[b-v01423rx1a] {
    height: 100%;
  }
}

.hero[b-v01423rx1a] {
    background: url('/images/bg/background.png') center center / cover no-repeat;
    min-height: 60vh; /* scales better than fixed px height */
    width: 100%;
}

.video-card[b-v01423rx1a] {
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,.5);
    border-radius: .75rem;
    transition: transform .3s ease;
}

    .video-card:hover[b-v01423rx1a] {
        transform: translateY(-4px) scale(1.02);
    }

/* Optional: slightly shorter cards on very small phones */
@media (max-width: 400px) {
    .ratio[b-v01423rx1a] {
        --bs-aspect-ratio: 70%;
    }
    /* ~7:10 height vs width */
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .hero-title[b-v01423rx1a] {
        font-size: 48px;
    }

    .hero-subtitle[b-v01423rx1a] {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .hero-button[b-v01423rx1a] {
        font-size: 14px;
        padding: 14px 28px;
    }
}

@media (max-width: 575px) {
    .hero-carousel-section[b-v01423rx1a] {
        padding: 0%;
        justify-content: center;
        text-align: center;
    }

    .hero-text-block[b-v01423rx1a] {
        max-width: 100%;
    }

    .hero-title[b-v01423rx1a] {
        font-size: 38px;
    }

    .hero-subtitle[b-v01423rx1a] {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .hero-button[b-v01423rx1a] {
        font-size: 12px;
        padding: 12px 24px;
    }
}

/* Responsive Image Box */
.image-box[b-v01423rx1a] {
    width: 80%; /* Responsive: 80% of column */
    max-width: 600px; /* Optional: max size */
    aspect-ratio: 1 / 1; /* Keep square box! */
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

    .image-box img[b-v01423rx1a] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* fill box */
    }

.right-content .btn-link[b-v01423rx1a] {
    color: #ffffff;
    text-decoration: underline;
}

.right-content .text-primary[b-v01423rx1a] {
    color: #007bff !important;
}

.section-distinction[b-v01423rx1a] {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%), #ffffff;
    color: #000;
    padding: 5rem 0;
}

@media (min-width: 992px) {
    section#fullbled > div:first-child[b-v01423rx1a] {
        flex-basis: 50% !important;
        height: 500px !important;
    }

    section#fullbled > div:last-child[b-v01423rx1a] {
        flex-basis: 50% !important;
    }
}
/* _content/PWXWEB/Views/Home/Producers.cshtml.rz.scp.css */
.first-section[b-6nnodw1dru] {
    position: relative;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 5%;
    color: #fff;
}

    .first-section[b-6nnodw1dru]::before {
        content: "";
        position: absolute; /* key */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url('images/bg/producers-bg.webp') no-repeat center center;
        background-size: cover;
        transform: scaleX(-1);
        z-index: -1;
        pointer-events: none; /* allow clicks through */
  
    }

.hero-text-block[b-6nnodw1dru] {
    max-width: 700px;
    z-index: 2;
    animation: fadeIn-b-6nnodw1dru 1.5s ease-in-out;
}

.hero-subtitle[b-6nnodw1dru] {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #f5f5f5;
}

.hero-title[b-6nnodw1dru] {
    font-family: 'Oregon LDO Regular', serif;
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 35px;
    color: #fff;
}

.hero-button[b-6nnodw1dru] {
    position: relative;
    display: inline-block;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    padding: 16px 36px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    overflow: hidden; /* key to hide pseudo-element overflow */
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
}

    .hero-button[b-6nnodw1dru]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(var(--bs-warning-rgb));
        z-index: -1;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.4s ease;
    }

    .hero-button:hover[b-6nnodw1dru] {
        color: #000;
        border-color: rgb(var(--bs-warning-rgb));
    }

        .hero-button:hover[b-6nnodw1dru]::before {
            transform: scaleX(1);
        }


@keyframes fadeIn-b-6nnodw1dru {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .hero-title[b-6nnodw1dru] {
        font-size: 48px;
    }

    .hero-subtitle[b-6nnodw1dru] {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .hero-button[b-6nnodw1dru] {
        font-size: 14px;
        padding: 14px 28px;
    }
}

@media (max-width: 575px) {
    .first-section[b-6nnodw1dru] {
        padding: 0 10%;
        justify-content: center;
        text-align: center;
    }

    .hero-text-block[b-6nnodw1dru] {
        max-width: 100%;
    }

    .hero-title[b-6nnodw1dru] {
        font-size: 38px;
    }

    .hero-subtitle[b-6nnodw1dru] {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .hero-button[b-6nnodw1dru] {
        font-size: 12px;
        padding: 12px 24px;
    }
}

.burgandy-cs[b-6nnodw1dru] {
    font-family: 'Playfair Display', serif;
}

.map-showcase-section[b-6nnodw1dru] {
    background-color: #3f0d0d;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

/* --- Map Item Styling --- */
.map-item[b-6nnodw1dru] {
    text-align: center;
    cursor: pointer;
    padding: 1rem;
}

.map-image-wrapper[b-6nnodw1dru] {
    /* Adjusted size to better fit 4 items */
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.map-item img[b-6nnodw1dru] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.4));
    transition: transform 0.4s ease-out, filter 0.4s ease-out;
}

/* --- Animations & Active State --- */
.map-item:hover img[b-6nnodw1dru] {
    transform: translateY(-10px) scale(1.05);
}

/* Re-introduced click-based active state with a softer glow */
.map-item.active img[b-6nnodw1dru] {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5)) drop-shadow(0 10px 8px rgba(0, 0, 0, 0.6));
    transform: translateY(-10px) scale(1.05);
}

/* --- Owl Carousel Custom Navigation --- */
.owl-nav[b-6nnodw1dru] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Let clicks pass through */
}

    .owl-nav button.owl-prev[b-6nnodw1dru],
    .owl-nav button.owl-next[b-6nnodw1dru] {
        pointer-events: all; /* Make buttons clickable */
        background: none !important;
        border: none !important;
        color: rgba(255, 255, 255, 0.7) !important;
        font-size: 2.5rem !important;
        margin: 0 2rem !important;
        transition: color 0.3s ease, transform 0.3s ease !important;
    }

        .owl-nav button.owl-prev:hover[b-6nnodw1dru],
        .owl-nav button.owl-next:hover[b-6nnodw1dru] {
            color: white !important;
            transform: scale(1.2);
        }

/* Hide default dots */
.owl-dots[b-6nnodw1dru] {
    display: none;
}


/* Responsive adjustments */
@media (max-width: 1200px) {
    .map-image-wrapper[b-6nnodw1dru] {
        /* Size for 3 items on tablet */
        width: 280px;
        height: 280px;
    }
}

@media (max-width: 768px) {
    .map-showcase-section[b-6nnodw1dru] {
        padding: 4rem 0;
    }

    .map-image-wrapper[b-6nnodw1dru] {
        /* Size for 1 item on mobile */
        width: 250px;
        height: 250px;
    }

    .owl-nav button.owl-prev[b-6nnodw1dru],
    .owl-nav button.owl-next[b-6nnodw1dru] {
        margin: 0 1rem !important;
        font-size: 2rem !important;
    }
}





.wine-region-section[b-6nnodw1dru] {
    padding: 5rem 0;
    position: relative;
    /* Set the background image directly on the section */
    /* IMPORTANT: Replace with the correct path to your image */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.region-content[b-6nnodw1dru] {
    position: relative;
    z-index: 2; /* Ensures content is above the background if needed */
}

.region-map-icon[b-6nnodw1dru] {
    max-width: 100px;
    margin-bottom: 1.5rem;
}

.region-title[b-6nnodw1dru] {
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.region-description[b-6nnodw1dru] {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #5c4d45;
    margin-bottom: 4rem;
}

.producers-title[b-6nnodw1dru] {
    letter-spacing: 4px;
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
}



.producer-list[b-6nnodw1dru] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .producer-list li[b-6nnodw1dru] {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
        color: #5c4d45;
        text-transform: uppercase;
    }

.producers-title[b-6nnodw1dru], .region-title[b-6nnodw1dru] {
    font-family: 'Oregon LDO Book Regular', serif;
    color: #3f0d0d;
    font-size: 30px;
    font-weight:300;
}

/*
         * Custom Styles for the Mendoza Wine Region Section
         * These styles are now scoped specifically to the .mendoza-section
         * to avoid conflicts with other page elements.
         */

.mendoza-section[b-6nnodw1dru] {
    padding: 5rem 0;
    position: relative;
    background-color: #CFCFCF; /* Solid background color for the section */
    overflow: hidden; /* Ensures pseudo-elements don't spill out */
}

    /* Faded background image using a pseudo-element and a CSS variable */
    .mendoza-section[b-6nnodw1dru]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* The background image is now set by the --bg-image variable from the HTML */
        background-image: var(--bg-image);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        opacity: 0.1; /* Reduced opacity to make the background much more subtle */
        z-index: 1;
    }

    .mendoza-section .region-content[b-6nnodw1dru] {
        position: relative;
        z-index: 2; /* Ensures content is on top of the faded background */
    }

    .mendoza-section .region-title[b-6nnodw1dru] {
        letter-spacing: 3px;
        font-weight: bold;
        font-size: 1.8rem;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .mendoza-section .region-description[b-6nnodw1dru] {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        font-size: 0.95rem;
        line-height: 1.7;
        color: #5c4d45;
        margin-bottom: 4rem;
    }

    .mendoza-section .producers-title[b-6nnodw1dru] {
        letter-spacing: 4px;
        font-weight: bold;
        font-size: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 3rem;
        position: relative;
        display: inline-block;
    }


    .mendoza-section .producer-list[b-6nnodw1dru] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .mendoza-section .producer-list li[b-6nnodw1dru] {
            font-size: 0.9rem;
            margin-bottom: 0.75rem;
            color: #5c4d45;
            text-transform: uppercase;
        }


/* _content/PWXWEB/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
/* _content/PWXWEB/Views/Shared/_TopNav.cshtml.rz.scp.css */
header[b-si31ytu0eq] {
    position: sticky;
    top: 0;
    z-index: 1000;
}
