/** Shopify CDN: Minification failed

Line 6:8 Expected URL token but found "url("

**/
@import url('{{ 'mc-mega-menu-shop.css' | asset_url }}');

/* Homepage */
.template-index {
    .product-item__info .product-link {
        display: flex;
        justify-content: space-between;
    }
    @media only screen and (min-width: 750px) {
        .brick__product {
            max-width: 70%;
        }
    }
    .no-touch .hover-images .flickity-viewport {
        height: inherit!important;
    }
    .product-item--card {
        background: none;
    }
    .product-item__info {
        padding-left: 0;
        padding-right: 0;
    }
    @media only screen and (max-width: 749px) {
      .brick__product .product-item__title {
        font-size: 1rem!important;
        }
        .product-item__price {
            font-size: 1rem!important;
        }
    }

    #BrickSection--template--27238350913861__section_custom_content_6rbDRD {
        .brick__block {
            &:first-of-type {
                --text: #fff!important;
                --text-light: #fff!important;
                --text-dark: #fff!important;
            }
            &:nth-of-type(2) {
                --text: #461b28!important;
                --text-light: #461b28!important;
                --text-dark: #461b28!important;
            }
        }
    }
    
    @media only screen and (max-width: 749px) {
        #SectionColumns--template--27238350913861__section_multicolumn_Q3xHaf {
            .multicolumn  {
                align-items: stretch;
                .grid-item {
                    border-radius: 20px;
                    border: solid 1px #461b28;
                    padding: 1rem 0;

                }
            }
        }
    }
    
    @media only screen and (min-width: 750px) {
        #SectionColumns--template--27238350913861__section_multicolumn_Q3xHaf {
            .multicolumn  {
                align-items: stretch;
                flex-flow: unset;
                gap: 136px;
                .grid-item {
                    flex: var(--desktop-width)!important;
                    border-radius: 20px;
                    border: solid 1px #461b28;
                    padding: 1rem 1rem;
                    
                }
            }
        }
    }
    @media (max-width: 1199px) {
        #SectionColumns--template--27238350913861__section_multicolumn_Q3xHaf {
            .multicolumn {
                gap: 50px;
            }
        }
    }
}

@media (max-width: 750px) {
  .mobile-menu .drawer__content [data-sliderule-pane]{
    position: static   !important;
    transform: none    !important;
    opacity: 1         !important;
    visibility: visible!important;
    display: block     !important;
  }
  .mobile-menu .drawer__menu-header{
    display:none !important;
  }
  .mobile-menu [data-sliderule-pane="1"] .drawer__menu-item,
  .mobile-menu [data-sliderule-pane="2"] .drawer__menu-item{
    padding-left: 1.6rem;
  }

  .mobile-menu .drawer__menu-link[aria-controls] svg{
    display:none;
  }
  .mobile-menu .drawer__menu-link[aria-controls]{
    pointer-events:none;
  }
  .mobile-nav-item {
    padding: 0 var(--inner);
    margin-bottom: 30px;
    a {
        font-weight: normal;
        font-size: 28px;
    }
    .mobile-nav-submenu__item {
        padding: 0 var(--inner);
        a {
            font-size: 22px;
        }
    }
    .mobile-nav-submenu {
        margin-top: 10px;
    }
  }
  .drawer--header .drawer__close {
	--icon-size: 40px;
    }
}
/* Product */
.subify-widget-box {
    border: none;
    .subify-choice-box-wrapper {
        border: 1px solid #54172e;
	    border-radius: 20px;
        margin-bottom: 10px;
        cursor: pointer;
        .checkbox-label {
            padding-left: 0;
            font-family: var(--FONT-STACK-HEADING);
			font-size: 18px;
            &:before {
                display: none;
            }
        }
        &.active {
            background: #e2d6d1;
        }
    }
   .subify-choice-price, .subify-selling-plan-price {
    font-weight: 500;
    font-size: 14px;
    color: #54172e;
    }
    .subify-discount-badge {
        font-family: var(--FONT-STACK-BODY)!important;
        font-weight: 500;
    }
}