/** Shopify CDN: Minification failed

Line 106:1 Expected "}" to go with "{"

**/
.cart-drawer__inner{
  max-width: 85vw;
}

.mega_menu_product_category h2,
.mega_menu_product_category h2 a,
.mega-menu__nav .h5, 
.mega-menu__nav .h5 span,
.navigation-promo .text-custom p{
  font-family: IsidoraSans,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
}

.navigation-promo .text-custom p{
  font-size: 2rem !important;
}

navigation-drawer .h5,
navigation-drawer .h5 span{
  font-family: IsidoraSans,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
}

navigation-drawer li li .h5,
navigation-drawer li li.h5,
navigation-drawer li li .h5 span,
navigation-drawer .mega_menu_product_category h2,
navigation-drawer .mega_menu_product_category h2 a{
  font-family: IsidoraSans,Arial,sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.1rem !important;
}

navigation-drawer .product-item h2{
  font-family: IsidoraSans,Arial,sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
}

.block-swatch {
  border-radius: 0;
  width: calc(50% - 4px);
  font-size: var(--text-sm);
}
.block-swatch .color-swatch {
  display:none;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.block-swatch {
  height: auto;
  min-height: 50px;
  white-space: normal;
  line-height: normal;

.tag--line {
  margin:0;
}
.product-info__price .rating-with-text .shopify-block.shopify-app-block {
  flex: 1;
  text-align: right;
  align-self: center;
}
.product-info {
  padding:30px;
  border-radius: 20px;
}
.product-info__description_mobile {
  padding-top:30px;
  display:none;
}
.shopify-payment-button__button, button[type="submit"], .horizontal-product__cta button {
  height: 3.6rem;
}
@media screen and (max-width: 1180px) {
  .block-swatch {
    padding-inline-start: var(--spacing-2);
    padding-inline-end: var(--spacing-2);
    gap: var(--spacing-1);
  }
}
@media screen and (max-width: 1000px) {
  .product-info.bg-custom {
    padding:20px;
  }
  product-gallery .product-info__description {
    display:none;
  }
  .product-info__description_mobile {
    display:block;
  }
}

a.panel-footer__account-link {
  background-color: #1aaae0;
  padding: 10px;
  border-radius: 8px;
}