/** Shopify CDN: Minification failed

Line 30:0 Unexpected "}"

**/
/*
 * Brand overrides — TYPOGRAPHY, LAYOUT and STRUCTURE only.
 *
 * Color (backgrounds / foregrounds / buttons / badges) is driven by Dawn
 * color schemes, NOT here:
 *   scheme-1  brand maroon (#250000)  — site default: header, footer, body, cart
 *   scheme-7  black (#000)            — collection grid, product grid, related products
 *   scheme-8  red (#d10000)           — sale / sold-out badges
 * Assign schemes per-section in the theme editor; do not re-add background
 * washes here or the scheme dropdown stops working.
 */
.header__menu-item:hover,
.list-menu__item:hover,
.header__menu-item:hover span,
.list-menu__item:hover span {
    background: transparent !important;
    color: inherit !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    opacity:1!important;
}
.header__menu-item {
    color: rgba(var(--color-foreground), 1) !important;}
}
/* ---------- Typography (brand fonts + casing) ---------- */
.utility-bar .announcement-bar p {
    font-family: "mendl-serif-dusk", sans-serif;
    font-weight: 600;
    font-style: normal;
}

nav ul li a span {
    text-transform: uppercase;
    font-family: "mendl-serif-dusk", sans-serif;
    font-weight: 600;
    font-style: normal;
}

nav ul li a span.header__active-menu-item {
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "mendl-serif-dusk", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.collection h2,
.collection h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: "mendl-serif-dusk", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rich-text.content-container h2 {
    text-transform: uppercase;
    font-family: "mendl-serif-dusk", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rich-text.content-container {
    text-transform: uppercase;
}

h1,
.product h1 {
    text-transform: uppercase;
    font-family: "ITCSerifGothicStd";
    font-style: normal;
    font-stretch: normal;
    font-weight: 900;
    font-size: 28px;
}

label,
legend,
.product__description,
.collection-hero,
.collection-hero .collection-hero__title,
.facets__heading,
.full-unstyled-link,
.quick-add__submit,
.badge,
.price__badge-sold-out {
    text-transform: uppercase;
}

/* ---------- Layout ---------- */
.collection.price__container {
    display: block;
    width: 100%;
}

.collection .price-item {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.price {
    text-align: center;
}

.full-unstyled-link {
    text-align: center;
}

/* ---------- Structural (hide elements) ---------- */
#MainContent section.product__info-container fieldset:nth-child(3) {
    display: none;
}

#main-collection-filters {
    display: none;
}

/* ---------- Slideshow (custom section: sections/slideshow-custom.liquid) ---------- */
.front .frontslide {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.front .frontslide .slideshow__controls {
    padding: 10px 0 10px 0;
}

.front .frontslide .slideshow__controls .slider-button {
    width: 1.6rem;
    height: 1.6rem;
}

.front .frontslide .slideshow__controls .slider-button--prev svg {
    transform: rotateY(180deg);
}

.front .frontslide .slideshow__controls .slider-button--prev,
.front .frontslide .slideshow__controls .slider-button--next {
    background-color: #fff;
    color: #000;
    border-radius: 98px 98px 98px 98px;
}

.front .frontslide .slideshow__controls .slider-counter {
    color: #fff;
}

.front .frontslide .slideshow__control-wrapper .slider-counter__link--dots .dot {
    border-color: #250000;
}

.front .frontslide .slider-counter__link--dots.slider-counter__link--active .dot {
    background-color: #250000;
}

.front .frontslide .slideshow__media {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.front .frontslide .slideshow__media img {
    display: block;
    height: 95%;
    width: auto;
    margin: 0 auto;
    position: static;
}

.front .frontslide .slideshow__slide {
    display: flex;
    flex-direction: column;
        @media screen and (min-width: 749px) {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            position: static;
        }
}

.front .frontslide .slideshow__slide .slideshow__text-wrapper {
    background-color: #250000;
    display: flex;
}

.front .frontslide .slideshow__slide .slideshow__text-wrapper .slideshow__text h2,
.front .frontslide .slideshow__slide .slideshow__text-wrapper .slideshow__text .banner__text {
    text-align: center;
    width: 100%;
}

.slideshow__text .banner__buttons {
    margin: 0 auto;
}

.slideshow__text-wrapper.banner__content {
    padding: 0px !important;
}

.slideshow__image {
    object-fit: contain;
    transform: scale(0);
}

.slider__slide .slideshow__text-wrapper,
.slider__slide .banner__media {
    @media screen and (min-width: 749px) {
        display: block;
        align-self: center;
        width: 50%;
        margin: 0;
        position: static;
    }
}

.slider__slide .slideshow__text-wrapper h2 {
    width: 90%;
    margin: 0 auto;
}

.slider__slide .slideshow__text-wrapper p {
    width: 90%;
    margin: 0 auto;
}

.banner:not(.banner--mobile-bottom) .field__input,
.banner--mobile-bottom:not(.banner--stacked) .banner__box.color-scheme-1{
    background-color:inherit
}

.card__content .card__heading:not(.card__heading--placeholder){
    display:block!important;
}
.policies li a{
    font-size: 1.5rem;
    color:#fff!important;
}
section .sinless{
    background:
            radial-gradient(circle at 72% 62%, #ffc8a0 0%, #ff7a3d 16%, rgba(183, 26, 0, 0.22) 36%, transparent 56%),
            linear-gradient(180deg, #000 0%, #1a0000 20%, #660000 50%, #c40000 78%, #f03a1d 100%);
}