/** Shopify CDN: Minification failed

Line 247:67 Expected ")" to end URL token

**/
.custom-quantity-break .quantity-break__image-and-content {
    flex-direction: column;
    padding-left: 0px;
}
.custom-quantity-break  .quantity-break__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
}
.custom-quantity-break  .quantity-break__left {
    align-items: center;
    text-align: center;
}
.custom-quantity-break  .quantity-breaks-container {
    grid-template-columns: repeat(3, 1fr);
    /* max-width: 500px; */
}
.custom-quantity-break span.quantity-break__benefit.quantity-break__benefit--outlined.accent-color-accent-1.dynamic-price {
    display: none;
}
.custom-quantity-break .quantity-breaks--normal .quantity-break__image {
    max-width: 200px;
    width: 100%;
}
.custom-quantity-break  .quantity-breaks--show-indicator input:checked+.quantity-break .quantity-break__image-and-content::before {
    opacity: 0;
    visibility: hidden;
    width: 0px;
    height: 0px;
}
.custom-quantity-break .quantity-breaks--show-indicator .quantity-break__image-and-content {padding: 0px;margin: 0px;}

.custom-quantity-break .quantity-breaks-container input.disabled+.quantity-break{
    opacity:0.5;
}
.custom-quantity-break  .quantity-option-2.quantity-break .quantity-break__badge{
    background: #011211;
}
.custom-quantity-break .custom-captions-row span {
    display: inline-block;
    height:auto;
    line-height: 1.1;
    letter-spacing:0px;
}
.custom-quantity-break h3.quantity-breaks__title.flex-center {
    justify-content: flex-start;
}
.custom-quantity-break h3.quantity-breaks__title.flex-center>span:empty {
    display: none;
}
.custom-quantity-break.product-form__input.product-form__input--quantity-breaks {
    margin-top: 18px;
}
.custom-quantity-break .custom-captions-row {
    padding: 6px 1px;
    border-radius: 0 0 12px 12px;
    margin-right: -4px;
    background: #e5f4f7;
    margin-left: -4px;
    display: inline-block;
    width: calc(100% + 8px);
    line-height: 1;
}
.custom-quantity-break span.quantity-break__caption.dynamic-price.caption-two {
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 16px;
}
.custom-quantity-break span.quantity-break__caption.dynamic-price.caption-one {
    font-size: 14px;
}

.custom-quantity-break .custom-captions-row, .custom-quantity-break .custom-captions-row * {
    box-sizing: border-box;
}
.custom-quantity-break .quantity-break:hover  .custom-captions-row,
.custom-quantity-break .quantity-breaks-container input:checked+.quantity-break .custom-captions-row {
    background: #20b2aa24;
    color: #000;
}

.selling-plan-points ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
.selling-plan-points li:before {
    font-weight: 700;
    content: "✓";
    color: #20b2aa;
    display: inline-block;
    margin: 0px 2px 0px 2px;
}
.product-form__label-container label.form__label {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.custom-quantity-break .quantity-break {
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-bottom: 0px !important;
}

/* custom loop widget */

#custom-subscription-widget * {
    font-family: Poppins, sans-serif;
}
#custom-subscription-widget  .sub-details{
  overflow:hidden;
  max-height:500px;
  opacity:1;
  transition: all .35s ease;
}

#custom-subscription-widget  .sub-option:not(.sub-option--active) .sub-details{
  max-height:0;
  opacity:0;
  margin-top:0;
}
#custom-subscription-widget  .sub-header{
    font-weight: 700;   
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 5px;
}

#custom-subscription-widget  .sub-option{
  border:1px solid #ddd;
  border-radius:10px;
  padding:17px 14px;
  margin-bottom:12px;
  background:#fff;
}

#custom-subscription-widget  .sub-option--active{
    border-color: #181818;
    background: #ffffff;
}

#custom-subscription-widget  .sub-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}

#custom-subscription-widget  .sub-title{
  font-weight:600;
  line-height:1.2;
  align-items: center;
    display: grid;
    grid-template-columns: 1fr auto;
}

#custom-subscription-widget .sub-badge{
    background: #417505;
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-weight: 400;
    font-size: 12px;
    margin-left: 5px;
}

#custom-subscription-widget .sub-prices s{
  color:#888;
  margin-right:7px;
}

#custom-subscription-widget .sub-prices strong{
  color:#009688;
}

#custom-subscription-widget .sub-details{
  margin-top:14px;
}

#custom-subscription-widget .sub-frequency{
  font-size: 13px;
  display: block;
  margin-bottom: 3px;
  line-height: 1.3;
}

#custom-subscription-widget .sub-details select{
  width:100%;
  padding:10px;
  border-radius:8px;
  margin-bottom:12px;
}

#custom-subscription-widget .sub-desc ul{
  padding-left:18px;
  margin:0;
}

#custom-subscription-widget .sub-desc li{
  margin-bottom:6px;
}

#custom-subscription-widget .sub-prices {
    line-height: 1.3;
    margin-left:auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    flex-wrap: wrap;
}

#custom-subscription-widget .sub-price {
    line-height: 1.2;
    font-weight: 600;
    color: #20b2aa;
    margin-left: auto;
}

#custom-subscription-widget  label.sub-main input[type="radio"] {
    accent-color: #000;
    margin: 0px 9px 2px 4px;
    width: 17px;
    height: 17px;
}
#custom-subscription-widget .selling-plan-points ul {
    list-style: none;
    margin-left: 0;
    padding: 7px 0px 15px 0px;
}
#custom-subscription-widget .sub-details select:focus,
#custom-subscription-widget .sub-details select:hover {
    box-shadow: none;
    outline:none;
}
#custom-subscription-widget  select#plan-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #c1c1c1;
    background-size: 27px;
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'30px'%20height%3D'30px'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%3E%3Cpath%20d%3D'M17%209.5L12%2014.5L7%209.5'%20stroke%3D'%23000'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 5px;
    appearance: none;
}
#custom-subscription-widget  .selling-plan-points li {
    margin-bottom: 0px;
    line-height: 1.4;
    font-size: 13px;
}
@media(max-width:991px){
    #custom-subscription-widget .sub-prices{
        flex-direction:column;
    }
    #custom-subscription-widget .sub-prices, #custom-subscription-widget .sub-price {
        font-size: 15px;
    }
    #custom-subscription-widget .sub-badge {
        padding: 3px 8px;
        white-space: nowrap;
        font-size: 10px;
    }
}
