/** Shopify CDN: Minification failed

Line 106:41 Unexpected "/"

**/
:root {
    --castle-red: rgb(189, 52, 84);
    --castle-pink:rgb(248, 227, 232);
    --castle-gray-lilac:rgb(216, 205, 206);
}

.btn {
  background-color:var(--castle-red);
  transition: 0.3s ease;
}

.btn:active, .btn:hover {
    background-color:rgba(189, 52, 84, 0.9);
}

.btn-label, a.btn-label {
    color:var(--castle-red);
}

btn-label:after, a.btn-label:after {
    background-color: var(--castle-red);
}

.btn-secondary {
    background-color: #ffffff;
    border-color: var(--castle-red);
    color: var(--castle-red);
}

.btn-secondary:hover {
    background-color: var(--castle-red);
    border-color: var(--castle-red);
}

.bg-primary {
    background-color: #000;
}

.text-primary {
    color: var(--castle-red);
}

.tabs__heading.active button {
    border-bottom-color: var(--castle-red);
}

.bg-primary-light {
    background-color: var(--castle-gray-lilac);
}

.bg-primary-dark {
    background-color: #000;
}

.md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.md\:bg-primary-dark {
    background-color: #000;
}

@media (min-width: 1024px) {
    .menu__level-1.active .product-card a {
        --tw-text-opacity: 1 !important;
        color: var(--castle-red) !important;
    }

    .menu__level-1.active .product-card a:hover {
        color: #ffffff !important;
    }
}

@media (max-width: 1023px) {
  component-menu:not(.active) {
    display: none !important;
  }
}

component-minicart [data-content-items] {
    padding-bottom: 3rem;
}

.wrt_button {
    border: 2px solid var(--castle-red) !important;
    background-color: #ffffff;
    color: var(--castle-red) !important;
}

.selected_wty {
    background-color: var(--castle-red) !important;
    color: #fff !important;
}

.wrt_button:hover {
    background-color: var(--castle-red) !important;
    color: #fff !important;
}

* Hide non-clickable Sezzle text on PDP */
.product-single__details .flex.mb-\[10px\].md\:mb-2.items-center {
  display: none;
}

.text-tertiary {
  color: var(--castle-red);
  font-style: italic;
  font-size: 0.9rem;
}

.text-tertiary svg {
  width: 20px;
  height: 20px;
}

/* Newleaf warranty - mobile */
@media (max-width: 767px) {
  .cart-table__product-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
  }

  .cart-table__product-options .mw_prod_option {
    flex: 1;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .cart-table__product-options .cart-table__product-description-qty {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .mw_prod_option .mw_prod_desc {
    font-size: 10px !important;
    line-height: 1.2 !important;
    word-break: normal;
  }

  .mw_prod_option .cali-text {
    font-size: 8px !important;
    line-height: 1.1 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .mw_prod_option a img {
    margin-left: 8px !important;
    mix-blend-mode: screen;
  }
}

@media (max-width: 767px) {
  .cart-table__product-options .mw_prod_option {
    position: relative;
  }

  .cart-table__product-options .mw_prod_option a[href="#ws_help"] {
    position: absolute;
    bottom: 8px;
    right: -22px;
  }

  .cart-table__product-options .mw_prod_option a[href="#ws_help"] img {
    margin-left: 0 !important;
  }
}

@media (max-width: 430px) {
  .cart-table__product-options {
    gap: 2px !important;
  }

  .cart-table__product-options .mw_prod_option {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    overflow: visible !important;
  }

  .mw_prod_option .mw_prod_desc {
    font-size: 10px !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mw_prod_option .cali-text {
    font-size: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .mw_prod_option .wrt_button {
    font-size: 8px !important;
    padding: 1px 2px !important;
    min-height: unset !important;
    line-height: 1 !important;
    margin: 0 !important;
  }

  .mw_prod_option a[href="#ws_help"] img {
    width: 16px !important;
    height: 16px !important;
  }
}
