/** Shopify CDN: Minification failed

Line 807:30 Unexpected "{"

**/
.m-cart-drawer {
    --m-bg-color: 0, 0, 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: background-color var(--m-duration-default, 0.25s) cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(var(--m-bg-color), var(--m-bg-opacity));
    display: none;
    touch-action: none;
    z-index: 100
}

.m-cart-drawer--active {
    display: block
}

.m-cart-drawer__inner {
    background-color: rgb(var(--color-background));
    min-height: 100%;
    transition: transform var(--m-duration-default, 0.25s) cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate3d(var(--translate-x, 100%), 0, 0);
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .m-cart-drawer__inner {
        width: 460px
    }
}

@media screen and (max-width: 767px) {
    .m-cart-drawer__inner {
        width: calc(100% - 40px)
    }
}

.m-cart-drawer__title {
    color: rgb(var(--color-foreground))
}

/* 
.m-cart-drawer__body {
    overscroll-behavior: contain;
    padding: 0 20px 16px
}

@media screen and (max-width: 639px) {
    .m-cart-drawer__body {
        padding: 0 16px 16px
    }
} */

/* .m-cart-drawer__footer--wrapper {
    padding: 20px 20px 16px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .12)
} */

.m-cart-drawer__footer--wrapper .m-terms-conditons {
    margin: 0 0 15px
}

@media screen and (max-width: 639px) {
    .m-cart-drawer__footer--wrapper {
        padding: 20px 12px 16px
    }
}

.m-cart-drawer__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .m-cart-drawer__close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 8px
} */


.m-cart-drawer__close * {
    pointer-events: none
}

.m-cart-drawer__link-to-cart {
    --btn-link-border: 1px;
    color: rgb(var(--color-foreground-secondary));
    margin-top: 8px
}

.m-cart-drawer__link-to-cart:hover {
    color: rgb(var(--color-foreground))
}

.m-cart-drawer__link-to-cart::after,
.m-cart-drawer__link-to-cart::before {
    bottom: 3px
}

.m-cart-drawer foxkit-cart-goal {
    margin-bottom: 0
}

.m-cart-drawer .foxkit-cart-countdown-hook {
    margin-top: 8px
}

.m-cart-drawer foxkit-visible-check h1,
.m-cart-drawer foxkit-visible-check h2,
.m-cart-drawer foxkit-visible-check h3,
.m-cart-drawer foxkit-visible-check h4,
.m-cart-drawer foxkit-visible-check h5,
.m-cart-drawer foxkit-visible-check h5,
.m-cart-drawer foxkit-visible-check a,
.m-cart-drawer foxkit-visible-check .foxkit-card__prices,
.m-cart-drawer foxkit-visible-check .foxkit-product-card__price {
    --foxkit-prices-color: rgb(var(--color-foreground));
    color: rgb(var(--color-foreground))
}

@media screen and (min-width: 768px) {
    .m-cart-drawer .m-cart-addon__header button {
        flex-direction: row;
        justify-content: center
    }

    .m-cart-drawer .m-cart-addon__header button>svg {
        flex: 0 0 auto
    }

    .m-cart-drawer .m-cart-addon__header button .m-cart-addon__text {
        margin-left: 6px
    }
}

.m-cart {
    display: block;
    margin-bottom: 40px
}

.m-cart__wrapper {
    flex: 1
}

.m-cart__header {
    font-weight: 500;
    border-bottom: 1px solid rgb(var(--color-border));
    margin-bottom: 4px
}

.m-cart__column {
    width: 40%;
    flex: 0 0 auto;
    padding: 8px 10px
}

.m-cart__column:first-child {
    padding-left: 0
}

.m-cart__column:last-child {
    padding-right: 0
}

.m-cart__column--product {
    flex: 1;
    width: auto
}

@media screen and (min-width: 768px) {
    .m-cart__column {
        width: 20%;
        padding: 16px 24px
    }

    .m-cart__column--subtotal {
        padding-right: 0;
        width: 12%
    }

    .m-cart__column--price {
        width: 25%
    }
}

@media screen and (max-width: 767px) {
    .m-cart__column--price {
        padding-right: 0;
        text-align: right
    }

    .m-cart__column--quantity {
        padding: 0
    }
}

.m-cart__trust-badge {
    margin-top: 12px
}

.m-cart__checkout {
    margin-top: 20px
}

.m-cart__checkout .show-terms-conditions {
    margin-top: 12px
}

.m-cart__footer--wrapper {
    width: 420px;
    padding: 3rem 0 0;
    position: relative
}

@media screen and (max-width: 639px) {
    .m-cart__footer--wrapper {
        width: 100%;
        padding: 2rem 0;
        margin: 0
    }
}

.m-cart__footer .m-cart__discount--item {
    font-size: 14px
}

/* .m-cart__summary {
    margin: 16px 0
} */

.m-cart__discount {
    gap: 6px
}

.m-cart__discount--item {
    font-size: 12px;
    color: #c74230;
    background: rgba(199, 66, 48, .1);
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 5px;
    gap: 6px
}

.m-cart__discount--item>svg {
    width: 12px
}

.m-cart__discount--item:has(button) {
    padding: 0;
    padding-inline: 8px 2px
}

.m-cart__discount--item button {
    background: none;
    width: 28px;
    height: 28px;
    margin-inline-start: -6px
}

/* .m-cart__subtotal--label,
.m-cart__subtotal--price {
    font-size: 18px
} */

.m-cart__overlay {
    background: rgba(var(--color-background), 0.9);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: var(--m-duration-default, 0.25s) all;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.m-cart__overlay.open {
    visibility: visible;
    opacity: 1
}

.m-cart .m-cart-addon__header {
    position: relative;
    z-index: 1;
    margin-bottom: 16px
}

.m-cart .m-cart-addon__body {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, .12);
    border-radius: var(--medium-blocks-radius);
    position: relative;
    transform: none;
    display: none;
    padding: 24px 20px
}

.m-cart .m-cart-addon__body.open {
    display: block
}

.m-cart .m-gift-wrapping--label {
    margin-top: 20px;
    padding-bottom: 20px
}

.m-cart__empty {
    margin: 100px 0;
    padding: 0 16px
}

@media screen and (min-width: 1280px) {
    .m-cart {
        margin-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .m-cart .foxkit-incart-items {
        margin-top: 15px
    }
}

.m-cart-addon__header {
    display: flex;
    column-gap: 5px
}

.m-cart-addon__header button {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 0;
    outline: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    background-color: rgb(var(--color-background-secondary));
    border-radius: var(--btn-border-radius);
    padding: 8px 10px;
    transition: all var(--m-duration-default) cubic-bezier(0.104, 0.204, 0.492, 1)
}

.m-cart-addon__header button * {
    pointer-events: none
}

.m-cart-addon__header button .m-cart-addon__text {
    margin-left: 6px
}

@media screen and (min-width: 768px) {
    .m-cart-addon__header button {
        flex-flow: column;
        flex: 1
    }

    .m-cart-addon__header button .m-cart-addon__text {
        margin: 0
    }

    .m-cart-addon__header button svg {
        flex: 1
    }
}

@media screen and (max-width: 767px) {
    .m-cart-addon__header button {
        width: auto
    }

    .m-cart-addon__header button .m-cart-addon__text {
        max-width: 0;
        width: 0;
        overflow: hidden;
        margin-left: 0
    }
}

.m-cart-addon__header button:hover,
.m-cart-addon__header button.active {
    background-color: rgb(var(--color-button-hover));
    color: rgb(var(--color-button-text-hover))
}

@media screen and (max-width: 767px) {

    .m-cart-addon__header button:hover .m-cart-addon__text,
    .m-cart-addon__header button.active .m-cart-addon__text {
        width: auto;
        max-width: 100%;
        overflow: visible;
        margin-left: 6px
    }
}

@media screen and (max-width: 767px) {
    .m-cart-addon__header button {
        font-size: 13px
    }

    .m-cart-addon__header button svg {
        max-width: 20px;
        margin-bottom: 0
    }

    .m-cart-addon__header button:after {
        top: 8px
    }
}

.m-cart-addon__icon--shipping,
.m-cart-addon__icon--discount {
    width: 22px;
    height: 22px
}

.m-cart-addon__body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 1rem 4rem 1rem;
    background: rgb(var(--color-background));
    box-shadow: 20px 0 20px rgba(0, 0, 0, .12);
    z-index: 1;
    transition: var(--m-duration-default, 0.25s) ease-in-out;
    pointer-events: none;
    transform: translate3d(0, 100%, 0)
}

.m-cart-addon__body.open {
    pointer-events: auto;
    transform: translate3d(0, 0, 0)
}

.m-cart-addon__title {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    font-size: 18px
}

.m-cart-addon__title svg {
    margin-right: 8px
}

.m-cart-addon__content {
    margin-bottom: 20px
}

.m-cart-addon__action {
    column-gap: 12px
}

.m-cart-addon__action button {
    flex: 1
}

.m-cart-addon__shipping-rate:not(:empty) {
    padding: 20px 0
}

.m-cart-addon__shipping-rate--label {
    font-weight: 500;
    margin-bottom: 12px
}

.m-cart-addon__shipping-rate--item {
    color: rgb(var(--color-foreground-secondary));
    margin-bottom: 2px
}

.m-cart-addon__shipping-rate--item:last-child {
    margin-bottom: 0
}

.m-cart-item__remove,
.tcustomizer-btn--edit-option {
    --btn-link-border: 1px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 14px;
    color: rgba(var(--color-foreground), 0.75);
    text-transform: capitalize
}

.m-cart-item__remove:hover,
.tcustomizer-btn--edit-option:hover {
    color: rgb(var(--color-foreground))
}

.m-cart-item__remove::after,
.m-cart-item__remove::before,
.tcustomizer-btn--edit-option::after,
.tcustomizer-btn--edit-option::before {
    bottom: 3px
}

.m-cart-item {
    flex-wrap: wrap;
    align-items: center;
    /* border-bottom: 1px solid rgb(var(--color-border));
    padding: 12px 0 */
}

.m-cart-item__product {
    display: flex;
    align-items: flex-start
}

.m-cart-item__image {
    width: 110px;
    overflow: hidden;
    min-width: 110px
}

/* .m-cart-item__image.m-cart-drawer-item__image {
    border: 1px solid rgb(var(--color-border))
} */

@media screen and (max-width: 1023px) {
    .m-cart-item__image {
        width: 100px;
        min-width: 100px
    }
}

@media screen and (max-width: 580px) {
    .m-cart-item__image {
        width: 90px;
        min-width: 90px
    }
}

.m-cart-item__info {
    padding-left: 24px
}

@media screen and (min-width: 640px) {
    .m-cart-item__info.m-cart-drawer-item__info {
        padding-left: 16px
    }
}

@media screen and (max-width: 639px) {
    .m-cart-item__info {
        padding-left: 12px
    }
}

.m-cart-item__title {
    font-weight: 500;
    display: block
}
/* 
.m-cart-item__title:hover {
    color: rgb(var(--color-foreground));
    text-decoration: underline
} */

.m-cart-item__property a {
    text-decoration: underline
}

.m-cart-item__property a:hover {
    color: rgb(var(--color-foreground))
}

.m-cart-item__price-discounted:not(.m\:hidden) {
    display: flex;
    flex-wrap: wrap
}

.m-cart-item__price-discounted:not(.m\:hidden) .m-cart-item__price--final {
    margin-left: 8px
}

.m-cart-item__price-discounted .m-cart-item__price--regular {
    color: rgb(var(--color-foreground-secondary))
}

.m-cart-item__price+.m-cart__discount {
    margin-bottom: 4px
}

.m-cart-item__option,
.m-cart-item__property {
    word-break: break-all
}

.m-cart-item+.notification.show {
    margin-top: 20px
}

.m-cart-item .m-quantity {
    max-width: 120px;
    min-height: 42px
}

@media screen and (max-width: 767px) {
    .m-cart-item .m-quantity {
        min-height: 36px;
        width: 100%
    }

    .m-cart-item .m-quantity .m-quantity__button,
    .m-cart-item .m-quantity .m-quantity__input {
        width: 100%;
        max-width: 40px
    }
}

/* .m-cart-drawer-item {
    border-bottom: 0
} */

.m-cart-drawer-item__variant {
    margin-bottom: 4px
}

.m-cart-drawer-item__quantity {
    margin-top: 10px
}

.m-cart-drawer-item .m-cart-item__remove {
    margin-left: 8px
}

.m-cart-drawer-item .m-quantity {
    margin-top: 0;
    background-color: rgb(var(--color-form-field));
    color: rgb(var(--color-form-field-text));
    min-height: 36px;
    width: 110px
}

.m-cart-drawer-item .m-quantity input {
    background-color: rgba(0, 0, 0, 0)
}

.m-cart-drawer-item .f-incart {
    margin-top: 15px
}

.additional-checkout-buttons {
    margin-top: 10px
}

.additional-checkout-buttons .dynamic-checkout__content ul {
    column-gap: 10px;
    row-gap: 10px
}

.additional-checkout-buttons .dynamic-checkout__content ul li {
    margin-top: 0 !important
}

/* -------------------- custom css ------------------- */
.m-cart-drawer__close {
    position: unset;
    padding: 0;
}
.m-cart-drawer__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1;
}

.m-cart-drawer__header {
    padding: 20px 16px;
    background: #740F35;
}

.m-cart-drawer__header .m-svg-icon--large {
    width: 20px;
    height: 20px;
}

.m-cart-drawer__body {
    overscroll-behavior: contain;
    padding: 20px 16px;
}
.m-cart-item:not(:last-child){
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #740f3533;
}
.m-cart-drawer__footer--wrapper m-cart-addons.m-cart-addon {
    display: none;
}
.m-cart-item__title {
    font-weight: 700;
}
.m-cart-item__price {
    line-height: 1;
}
.m-cart-drawer-item .m-quantity {
    border: 1px solid #740f3533;
}
.m-cart-item__title,
.m-cart-item__price--regular {
    font-size: 14px;
}

.m-cart-drawer__footer--wrapper {
    padding: 20px 16px;
    box-shadow: 0px 0px 10px 0px #740f3542;
    background:#740f35;
}
.m-cart__summary {
    margin: 0 0 10px;
}

.m-cart__subtotal--label, 
.m-cart__subtotal--price {
    font-size: 16px;
    color: #fff;
}
.m-cart-drawer__link-to-cart.m-button {
    padding: 0;
    padding-bottom: 5px;
    color: #fff;
}

.m-cart-drawer__footer--wrapper button ,
.m-cart-drawer__footer--wrapper button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.m-cart-drawer-item .m-cart-item__remove {
    color: #740f35;
}

@media(max-width:1023px){
     .m-cart-drawer__body,
    .m-cart-drawer__footer--wrapper ,
    .m-cart-drawer__header {
        padding: 16px 14px;
    }
    .m-cart-drawer__title {
        font-size: 18px;
    }
    .m-cart-drawer__header .m-svg-icon--large {
        width: 18px;
        height: 18px;
    }
    .m-cart-item:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .m-cart-drawer-item .m-quantity {
        min-height: 32px;
        width: 100px;
    }
    .m-cart-drawer-item .m-quantity input {
        font-size: 13px;
    }
 
    .m-cart-drawer-item .m-quantity .m-quantity__button svg {
        width: 10px;
        height: 10px;
    }

    .m-cart__subtotal--label, .m-cart__subtotal--price {
        font-size: 15px;
    }
}

@media(max-width:580px){
    .m-cart-drawer__body, .m-cart-drawer__footer--wrapper, .m-cart-drawer__header {
        padding: 14px 12px;
    }
    .m-cart-drawer__title {
        font-size: 16px;
    }
    .m-cart-drawer__header .m-svg-icon--large {
        width: 16px;
        height: 16px;
    }

    .m-cart-item__price--regular,
    .m-cart-drawer-item .m-cart-item__remove{
        font-size: 13px;
    }

    .m-cart__subtotal--label,
    .m-cart__subtotal--price, {
        font-size: 14px;
    }

    .m-cart-drawer-item .m-quantity {
        min-height: 30px;
        width: 90px;
    }
    .m-cart-drawer__footer--wrapper button {
        padding: 10px 12px;
    }
}
