/** Shopify CDN: Minification failed

Line 256:27 Expected identifier but found whitespace
Line 256:28 Unexpected "is("
Line 654:0 Unexpected "}"

**/
/*
  Cart drawer cloned from tryrosabella.com (section `mcart`).

  The source section's first <style> block, with every selector prefixed `.rbx ` the same
  way rosabella.css is scoped, so the drawer inherits the source theme's typography and
  --accent-color (both already defined on .rbx) without leaking into Horizon's own cart
  drawer.

  The source's second <style> block is deliberately NOT here: it carries the free-shipping
  progress width and is re-rendered inside .condition-slide on every cart update, so it
  stays inline in sections/rosa-mcart.liquid.
*/
.rbx .my-cart-sec div:empty{
    display: block !important;
  }
  .rbx .my-cart-sec button{
    border: none;
  }
  .rbx .my-cart-sec button:focus-visible{
    border: none;
    outline: none;
  }
  .rbx .my-cart-sec{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,50%);
    z-index: 399;
    visibility: hidden;
  }
  .rbx .my-cart.my-cart-sec.active{
    visibility: visible;
  }
  .rbx .js-show-ajax-cart .my-cart-sec{
    visibility: visible;
  }
  .rbx .mcart-container{
    position: fixed;
    right: -544px;
    top: 10px;
    width: 480px;
    height: calc(100vh - 20px);
    color: rgb(22, 37, 67);
    background: white;;
    border-radius: 15px;
    box-sizing: border-box;
    border: 0 solid #e2e8f0;
    overflow: hidden;
    z-index: 400;
    transition: .3s ease-in;
    opacity: 0;
    padding-bottom: 15px;
  }
  .rbx .my-cart.my-cart-sec.active .mcart-container{
    right: 10px;
    opacity: 1;
  }
  .rbx .js-show-ajax-cart .mcart-container{
    right: 10px;
    opacity: 1;
  }
  .rbx .mcart-container.loading:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0,0,0,10%);
    cursor: no-drop;
  }

  .rbx .mcart-wrapper {
    overflow: auto;
    min-height: 100vh;
    height: 100%;
  }
  .rbx .mcart-wrapper::-webkit-scrollbar{
    width: 6px;
    background: var(--Primary, #135d4b);
    display: none;
  }
  .rbx .mcart-header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 5;
    border-bottom: 1px solid #135d4b;
  }
  .rbx .mcart-heading {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 9px 0px 0px 0px;
    background: #135d4b;
    color: white;
    box-sizing: border-box;
    padding: 18px 28px;
  }
  .rbx .mcart-heading-p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
  }
  .rbx .mcart-close-btn {
    height: 22px;
    width: 22px;
    background: white;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .rbx .mcart-close-btn svg{
    width: 10px;
    height: 10px;
  }
  .rbx .mcart-items-wrapper {
    box-sizing: border-box;
    padding-inline: 16px;
  }
  .rbx .mcart-item{
    display: grid;
    grid-template-columns: 60px 1fr 80px;
    grid-gap: 15px;
    box-sizing: border-box;
    padding: 15px 0px;
    position: relative;
  }
  .rbx .mcart-item,
.rbx .mcart-item + .cd__item-upgrade-wrapper {
    border-bottom: 1px solid #60dbd952;
  }
  .rbx .mcart-item:has(+ .cd__item-upgrade-wrapper){
    border-bottom: none;
  }
  .rbx .mcart-item-error-msg{
    position: absolute;
    min-height: 35px;
    width: 45%;
    right: 0;
    bottom: 3px;
    background: #ff0000ba;
    border-radius: 6px;
    color: white;
    box-sizing: border-box;
    padding: 2px 6px;
    font-size: 12px;
    opacity: 0;
    z-index: -1;
    transition: .2s;
    transform: translateY(5px);
  }
  .rbx .mcart-item.error .mcart-item-error-msg{
    opacity: 1;
    z-index: 2;
    transform: translateY(0px);
  }
  .rbx .mcart-media {
    display: flex;
    align-items: flex-start;
  }
  .rbx .mcart-media img{
    width: 100%;
    height: auto;
  }
  .rbx .mcart-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
  }
  .rbx mc-quantity {
    display: grid;
    grid-template-columns: 15px minmax(35px, 1fr) 15px;
    grid-gap: 5px;
    justify-items: center;
    border-radius: 2px;
    border: 0.5px solid #CFCFF6;
    box-sizing: border-box;
    height: 24px;
    align-items: center;
  }
  .rbx mc-quantity button {
    background: #135d4b2e;
  }
  .rbx .mcart-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  .rbx .mcart-qty-btn svg{
    width: 7px;
    height: 7px;
  }
  .rbx mc-quantity p {
    margin: 0;
    color: #212121;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: .8;
  }
  .rbx .mcart-final-price{
    color: #135d4b;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }
  .rbx .mcart-item-option {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .rbx .mcart-item-title{
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 9px 0;
  }
  .rbx .mcart-item-title a{
    color: #135d4b;
    text-decoration: none;
  }
  .rbx .mcart-item-options{
    margin-bottom: 2px;
  }
  .rbx .mcart-item-options: is(strong,
.rbx p) {
    color: #212121;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 0;
  }
  .rbx .mcart-subscription p{
    color: #3D3D3D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
  }
  .rbx .condition-slide {
    box-sizing: border-box;
    padding-inline: 28px;
    padding-top: 18px;
    padding-bottom: 25px;
  }
  .rbx .mcart-items-footer{
    box-sizing: border-box;
    padding-inline: 28px;
  }
  .rbx .mcart-subtotals{
    display: flex;
    justify-content: space-between;;
    align-items: center;
    margin-block: 10px;
  }
  .rbx .mcart-subtotal-title{
    color: var(--Primary, #135d4b);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }
  .rbx .mcart-subtotal-price{
    color: var(--Primary, #135d4b);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    text-align: right;
  }
  .rbx .mcart-coupon{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
    margin-top: 18px;
    display: none;
  }
  .rbx .mcart-coupon button{
    width: 14.77px;
    height: 14.77px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #135d4b;
    padding: 0;
    border: none;
  }
  .rbx .mcart-coupon svg{
    width: 6.714px;
    height: 6.714px;
    stroke: white;
  }
  .rbx .mcart-coupon h5{
    color: #135d4b;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    opacity: 0.5;
  }
  .rbx .mcart-checkout{
    margin-top: 18px;
  }
  .rbx #mcart-checkout-form button{
    border-radius: 50px;
    background: var(--Primary, #135d4b);
    width: 100%;
    height: 42px;;
    color: var(--Pure-White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
  }
  .rbx .mcart-continue-shopping {
    color: var(--Primary, #135d4b);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration-line: underline;
    text-transform: uppercase;
    margin-top: 12px;
    display: block;
  }
  .rbx .mcart-featured-collection{
    padding-bottom: 20px;
    padding-inline: 28px;
  }
  .rbx .mcart-fc-show-details{
    color: var(--Primary, #3D3D3D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }
  .rbx .mcart-fc-btn{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    border-radius: 2px;
    background: var(--Primary, #135d4b);
    height: 28px;
    width: max-content;
    box-sizing: border-box;
    padding-inline: 16px;
    border-radius: 50px;
  }
  .rbx .mcart-fc-price{
    color: var(--Primary, #135d4b);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
  }
  .rbx .mcart-fc-heading{
    background: var(--Primary, #135d4b);
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    box-sizing: border-box;
    padding-inline: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
  }
  .rbx .mcart-fc-heading h3{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
  }
  .rbx .mcart-empty-wrapper h3{  
    text-align: center;
    margin: 41px 0 40px 0;
    text-transform: uppercase;
    font-size: 22px;
  }
  .rbx .mcart-delete-btn{
    border: none;
    background: none;
    cursor: pointer;
  }
  @media(max-width: 768px) {
    .rbx .mcart-container{
      right: -100vw;
      width: calc(100vw - 20px);
    }
    .rbx .mcart-item-title {
        font-size: 16px;
    }    
    .rbx .mcart-subscription p {
        font-size: 13px;
    }    
    .rbx .mcart-final-price {
        font-size: 16px;
    }   
    .rbx .mcart-subtotal-title {
        font-size: 16px;
    }    
    .rbx .mcart-subtotal-price {
        font-size: 16px;
    }   
    .rbx .mcart-fc-show-details {
        font-size: 13px;
    }    
    .rbx .mcart-fc-price {
        font-size: 16px;
    }    
    .rbx .mcart-fc-btn {
      font-size: 13px;
    }
    .rbx .mcart-fc-heading h3 {
      font-size: 15px;
    }
    .rbx #mcart-checkout-form button {
      font-size: 15px;
    }    
  }

  .rbx .mcart_upsell_item{
    padding: 12px;
    border: 1px solid var(--Primary, #135d4b);
    margin-top: 8px;
    border-radius: 8px;
  }
  .rbx .mcart_upsell_item p{
    margin: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .rbx .mcart-prod-add-to-cart{
    cursor: pointer;
  }
  .rbx .mcart_upsell_item .mcart-item-title{
    margin-bottom: 0;
  }

  .rbx .mcart-item-option  p,
.rbx .mcart-item-option  strong{
    margin: 0;
    font-size: 14px;
  }
  .rbx .mcart-item-title{
    margin-bottom: 0;
  }

  /* =================================== Upgrade to Subscription ================================ */
.rbx .cd__item-upgrade-wrapper {
  font-family: var(--font-body-family);
  gap: 8px;
}
.rbx .cd__item-upgrade-label {
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
}
.rbx .cd__item-upgrade {
  cursor: pointer;
  background-color: var(--accent-color);
  align-items: center;
  padding: 12px;
}
.rbx button.cd__item-upgrade-btn {
  width: 22px;
  height: 22px;
  border: 1px solid #ffffff;
  background-color: var(--accent-color);
  border-radius: 6px;
  cursor: pointer;
  position: relative;
}

.rbx button.cd__item-upgrade-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 6px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -50%) rotate(-45deg);
  opacity: 0;
  transition: all 0.2s ease;
  pointer-events: none;
}
.rbx button.cd__item-upgrade-btn.active::after,
.rbx button.cd__item-upgrade-btn:hover::after,
.rbx .cd__item-upgrade:hover button.cd__item-upgrade-btn::after {
  opacity: 1;
}
.rbx .cd__item-upgrade p {
  color: white;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}
.rbx .cd__item-upgrade p strong {
  background-color: var(--accent-color-light);
  border-radius: 2px;
  color: var(--accent-color);
  padding: 4px 6px;
}
.rbx .cd__item-upgrade-points {
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 6px;
}
.rbx .cd__item-upgrade-points point {
  gap: 8px;
}
.rbx .cd__item-upgrade-points point img {
  width: 20px !important;
  height: 20px;
}
.rbx .cd__item-upgrade-points point p {
  color: var(--accent-color);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
}

/* =================================== Pill Upgrade ================================ */
.rbx .cd__item-upgrade-wrapper.v2 {
  background-color: transparent;
  padding: 0 16px 16px;
  margin-inline: -16px;
}
.rbx .cd__item-upgrade-wrapper.v2 .cd__item-upgrade {
  /* max-width: 400px; */
  width: 100%;
  background-color: #F1FDF0;
  border-radius: 10px;
  border: 1px dashed #20362a;
  gap: 12px;
  padding: 16px;
  margin-inline: auto;
}
.rbx .cd__item-upgrade-wrapper.v2 .cd__item-upgrade flex-col {
  gap: 8px;
}
.rbx .cd__item-upgrade-wrapper.v2 .cd__item-upgrade h3 {
  color: #000a05;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}
.rbx .cd__item-upgrade-wrapper.v2 .cd__item-upgrade p {
  color: #888888;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.rbx .cd__item-upgrade-btn.pill {
  position: relative;
  width: 48px;
  height: 28px;
  border-radius: 14px;
  background: #e0e0e0;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.rbx .cd__item-upgrade-btn.pill::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border: none;
  transform: unset;
  opacity: 1;
  transition: left 0.2s;
}
.rbx .cd__item-upgrade-btn.pill.active {
  background: var(--accent-color, #20362a);
}
.rbx .cd__item-upgrade-btn.pill.active::after {
  left: 23px;
  background: #fff;
}

@media (min-width: 768px) {
  .rbx /* .cd__item-upgrade-wrapper.v2 {
    margin-inline: -16px;
  } */
}
