/** Shopify CDN: Minification failed

Line 144:6 Expected ":"
Line 148:6 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

nav.header__inline-menu a {
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 12px 20px;
}

nav.header__inline-menu span {
    color: #000;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}

.header {
	padding-left: 0px;
	padding-right: 0px;
	gap: 0px;
	grid-template-columns: auto !important;
}

.card__badge {
	display: none;
}

.features-section {
	background: #fff;
	padding: 30px 0;
}

.features-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

.feature-item {
	text-align: center;
	padding: 10px 20px;
	position: relative;
}

.feature-item:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 45px;
	background: #ccc;
}

.feature-item i {
	font-size: 28px;
	color: #a3002d;
	margin-bottom: 12px;
}

.feature-item h4 {
    color: #7f0020;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.newsletter .newsletter__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsletter h2 {
	text-transform: uppercase;
	font-size: 22px;
}

.newsletter .field label {
	color: #A3A3A3;
	font-size: 12px;
}

.newsletter .field input {
    background: #FFF;
    color: #000;
    height: 52px;
    max-width: 100%;
    padding: 15px !important;
}

.newsletter .field button {
    background: #800020 !IMPORTANT;
    margin: 5px;
    height: 44px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
    font-size: 15px;
    letter-spacing: .5px;
    max-width: 160px;
    width: 100%;
}

.footer_logo {
	width: 100%;
	margin-bottom: 1rem;
}

.footer p {
    font-size: 16px;
}

.footer__content-top.page-width {
    max-width: 100%;
}

.footer .footer-block {
    border-right: 1px solid #A3A3A3;
    padding-left: 4%;
}

.footer .footer-block:last-child {
	border-right: none;
}

.footer .footer-block:first-child {
	padding-left: 0;
	padding-right: 8rem;
}

.footer a {
	color #000;
}

.footer p {
	color #000;
}

.related-products .related-products__heading {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 32px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #800020;
    padding-bottom: 10px;
}

.card__information .card__heading {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 5px;
}

.price__sale {
    /* display: flex !important; */
    flex-direction: row-reverse !important;
    gap: 10px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.product__info-wrapper .product__title * {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    padding-bottom: 5px;
}

.product__info-wrapper .price * {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.product__info-wrapper .price span.badge {
    font-size: 14px;
    background: #800020;
    position: relative;
    top: -5px;
}

.product__info-wrapper .price__sale {
    display: flex !important;
    align-items: center !important;
}

.product__info-wrapper s.price-item.price-item--regular {
    top: -1px;
    position: relative;
}

.product__info-wrapper .price.price--large {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

variant-selects legend.form__label, .product-form__quantity label {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 5px;
}

fieldset.product-form__input {
    margin: 30px 0;
}

fieldset.product-form__input label {
    border-radius: 0 !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

.product-form__input--pill input[type=radio]:checked+label {
    background: #800020 !important;
}

.product-form__buttons {
    max-width: 100% !important;
}

.product-form__buttons button {
    border: 2px solid #800020;
    color: #800020;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .3s;
}

.product-form__buttons button:after, .product-form__buttons button:before {
    outline: none;
    box-shadow: none;
    display: none;
}

.product-form__buttons button:hover {
    color: #fff;
    background: #7f0020;
    transition: .03s;
}

.product__description h4.des_title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #17181B;
    border-bottom: 1px solid #00000087;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.email_form_m {
    max-width: 500px;
    width: 100%;
}

.email_form_m form#contact_form {
    max-width: 100%;
}

.email_form_m .newsletter-form__field-wrapper {
    max-width: 100%;
}

.newsletter .field input::placeholder {
    font-size: 18px;
    color: #ddd;
    opacity:1;
}

.footer__blocks-wrapper .footer-block:nth-child(1) {
    width: 28%;
}

.footer__blocks-wrapper .footer-block:nth-child(2) {
    width: 13%;
}

.footer__blocks-wrapper .footer-block:nth-child(3) {
    width: 13%;
}

.footer__blocks-wrapper .footer-block:nth-child(4) {
    width: 20%;
}

.footer__blocks-wrapper .footer-block:nth-child(1) img.footer_logo {
    max-width: 250px;
}

/* section#shopify-pc__banner {
    display: none;
} */

.image-with-text__media {
    border: none;
    outline: none;
}

.image-with-text__text strong {
    font-weight: 500;
}

.shopify-policy__container {
    max-width: 96%;
}

.footer__content-bottom {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
}

.shopify-policy__container {
    max-width: 1520px;
    margin-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}

.template_policy .main-page-title, .shopify-policy__title h1 {
    font-size: 42px;
    position: relative;
    width: fit-content;
    margin: auto;
    margin-bottom: 45px;
    padding-bottom: 25px;
    font-weight: 600;
    color: #800020;
    text-transform: uppercase;
    text-align: center;
}

.template_policy .main-page-title:after, .shopify-policy__title h1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 25%, rgb(128 0 32) 25%, rgb(128 0 32) 75%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0) 100%);
}

.template_policy .scroll-trigger em {
    font-size: 19px;
    padding-bottom: 20px;
    display: block;
        font-style: normal;
}

.shopify-policy__container {
    max-width: 1520px;
    margin-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
}


@media screen and (max-width: 767px) {
	.header {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.banner-section .banner-wrapper {
		display: block;
	}

	.banner-section .banner-card {
		width: 100%;
		height: 100%;
		padding: 12px;
		margin-bottom: 2rem;
	}

	.newsletter .newsletter__wrapper {
		display: block;
	}

	.features-wrapper {
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}

	.footer {
		padding: 15px;
	}

	.footer .footer-block {
		border-right: none;
	}

    .footer__blocks-wrapper .footer-block:nth-child(1) {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .footer__blocks-wrapper .footer-block:nth-child(2) {
        width: 48%;
        margin: 0;
    }

    .footer__blocks-wrapper .footer-block:nth-child(3) {
        width: 48%;
        margin: 0;
    }

    .footer__blocks-wrapper .footer-block:nth-child(4) {
        width: 100%;
        margin: 0;
    }

    .footer__content-top.page-width {
        padding: 0;
    }

    .footer-block__details-content .list-menu__item--link {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .footer__column--info {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

.footer__blocks-wrapper .footer-block:nth-child(4) ul.footer-block__details-content {
    margin-bottom: 9px;
}

.newsletter h2 {
    font-size: 19px;
    padding-bottom: 20px;
}

.newsletter .newsletter__wrapper {
    padding: 35px 15px;
}

.newsletter .field button {
    max-width: 130px;
}

.newsletter .field input::placeholder {
    font-size: 14px;
}

.feature-item:not(:last-child)::after {
    display:none;
}

.card__information .card__heading {
    font-size: 15px;
    line-height: 1.4;
}

.price__sale {
    font-size: 15px;
    justify-content: flex-start;
    flex-direction: revert !important;
}

.related-products .related-products__heading {
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 0px;
}

.product__info-wrapper .product__title * {
    font-size: 22px;
    line-height: 1.4;
    padding-bottom: 0px;
    padding-top: 20px;
}

.product__info-wrapper .price * {
    font-size: 16px;
}

.product__info-wrapper .price span.badge {
    font-size: 12px;
}

variant-selects legend.form__label, .product-form__quantity label {
    font-size: 15px;
    padding-bottom: 5px;
}

fieldset.product-form__input label {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 13px !important;
}

.template_policy .main-page-title, .shopify-policy__title h1 {
    font-size: 25px;
    margin-bottom: 35px;
    padding-bottom: 15px;
    letter-spacing: 0;
}

.template_policy .scroll-trigger em {
    font-size: 16px;
}

.template_policy .main-page-title:after, .shopify-policy__title h1:after {
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 30%, rgb(128 0 32) 30%, rgb(128 0 32) 70%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
}

.shopify-policy__container {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

}