/** Shopify CDN: Minification failed

Line 236:24 Unexpected "span"
Line 293:2 "stoke-width" is not a known CSS property

**/
  .variant-swatches{
    display: flex;
    gap: 12px;
  }

  .variant-swatch{
    flex: 1;
  }

  .variant-swatch__label{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    text-align: center;
    border: 2px solid #B4B4B4;
    border-radius: 10px;
    padding: 20px 8px 4px;
    background-color: #FFFFFF;
  }

  .variant-swatch--99-namen-allahs {
    padding-bottom: 7px;
  }

  .variant-swatch__input {
    display: none;
  }

  .variant-swatch__input:checked + .variant-swatch__label{
    outline: 1px solid black;
    border-color: black;
  }

  .variant-swatch__discount {
    font-size: 1.2rem;
    background: #ffacac;
    width: max-content;
    padding: 3.5px 7px;
    border-radius: 5px;
    margin: 0 auto;
    font-weight: bold;
    display: flex;
    line-height: 1;
    margin-bottom: 12px;
  }

  .variant-swatch__tagline {
    position: absolute;
    top:  0;
    left: 50%;
    width: 90%;
    background: #000;
    color: #ffacac;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: .4rem;
    font-weight: 700;
  }

  .variant-swatch__title {
    display: flex;
    flex-direction: column;
    margin-bottom: .9rem;
    font-weight: 700;
  }

  .variant-swatch__title-main {
    font-size: 2.4rem;
  }

  .variant-swatch__title-split-symbol{
    font-size: .9rem;
  }

  .variant-swatch__title-secondary {
    font-size: 1.2rem;
  }

  .variant-swatch__title span {
    line-height: 1;
  }

  .variant-swatch__compare-price{
    text-decoration: line-through;
    color: #E90000;
    line-height: 1.2;
    font-size: 1.6rem;
    font-weight: 700;
  }

  .variant-swatch__price {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
  }

  .variant-swatch__footer{
    margin-top: auto;
    display: grid;
  }

  .variant-swatch__description{
    font-size: 1.4rem;
    color: #747474;
    font-weight: 700;
  }

  .variant-swatch__link {
    font-size: 1.4rem;
    color: #747474;
    font-weight: 700;
  }

  .swatches-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(180, 180, 180, 0.6);
    z-index: 9999;
    margin: 0;
  }

  .swatches-popup-wrap{
    display: flex;
    height: 100%;
    width: 100%;
  }

  .swatches-popup__content {
    position: relative;
    padding: 40px 80px;
    margin: auto;
    text-align: center;
    background: #FFFFFF;
    border-radius: 1rem;
  }

  .swatches-popup__title {
    text-transform: uppercase;
    margin: 0 0 4.25rem 0;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .swatches-popup__btns-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
  }

  .popup-close {
    background: transparent;
    color: #000;
    position: absolute;
    left: 2.25rem;
    top: 2.25rem;
    border: none;
    cursor: pointer;
    padding: .5rem;
  }

  .popup-close .icon-close {
    fill: #000;
    width: 2rem;
    height: 2rem;
    stroke-width: 1px;
    stroke: #000;
  }

  .swatches-popup__content {
    position: relative;
  }


  .pdp_sets .variant-swatch--99-namen-allahs {
    padding-bottom: 30px;
  }

  .hide_scnd__title {
    visibility: hidden;
  }

  .pdp_sets .variant-swatch__label--one-set .variant-swatch__footer {
    margin-top: auto;
  }

  .variant-swatches.pdp_bundle {
    margin-top: 30px;
  }

.custom-option[disabled] {
  color: #C8C8C8;
}

.custom-option[disabled] span:not(.sold-out-text){
  text-decoration: line-through;
}

.custom-option {
  justify-content: space-between;
  align-items: center;
}

.custom-option  span {
  display: inline-flex;
  gap:  5px;
  align-items: center;
}

.custom-option .sold-out-text {
  color: #C8C8C8;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.custom-option[disabled]span:not(.sold-out-text) {
    text-decoration: line-through;
}

/*   .pdp_sets .variant-swatch__label--one-set span.variant-swatch__price {
    margin-bottom: 16px;
  } */


/* New bundle swatch design */

/* .pdp_bundle_new .variant-swatch:not(.variant-swatch--compare-price) .swatch_detail_box {
  padding-top: 25px;
} */

.product__custom-accordion + .product__custom-accordion {
  padding-top: 3px;
}

.product__custom-accordion-title {
  cursor: pointer;
}

.product__custom-accordion-content {
  padding-left: 24px;
}

.product__custom-accordions p {
  margin: 0;
  font-size: 12px;
}

.product__custom-accordion-title {
  display: flex;
  align-items: center;
  gap: 5px;
}

.product__custom-accordion-title p {
  display: inline-block;
}

.product__custom-accordion-content {
  max-height: 0px;
  overflow: hidden;
  line-height: 1.6;
  transition: max-height 350ms ease-in-out;
}

.product__custom-accordion .expand-bar {
  transition: 350ms ease-in-out;
  display: inline-block;
}

.product__custom-accordion .expand-bar svg{
  display: block;
  width: 1.3rem;
  stoke-width: 1px;
}

.open .expand-bar {
  transform: rotate(180deg);
}

.pdp_bundle_new .variant-swatch__discount {
  color: #fff;
  display: inline-block;
  margin: 0;
  border-radius: 2px;
  background: #FF7E7E;
  position: absolute;
  right: 5px;
  bottom: 101%;
  font-size: 10px;
  letter-spacing: 0.4px;
  font-weight: 700;
  z-index: -1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pdp_bundle_new .variant-swatch__price,
.pdp_bundle_new .variant-swatch__compare-price {
  line-height: 1
}

.pdp_bundle_new .variant-swatch__tagline {
    display: none;
}

.pdp_bundle_new .variant-swatch__label {
    border-radius: 10px;
}

.pdp_bundle_new .variant-swatch__title-main {
    font-size: 20px;
    text-transform: uppercase;
}

.pdp_bundle_new .variant-swatch__title {
    margin-bottom: 2.9rem;
}

.pdp_bundle_new .variant-swatch__compare-price {
    font-size: 16px;
    font-family: lato; 
}

.pdp_bundle_new .variant-swatch__price {
    font-size: 22px;
    font-family: lato;
}

.pdp_bundle_new .variant-swatch__label {
    padding: 2px 0 0;
}

.pdp_bundle_new .swatch_detail_box {
    padding: 10px 2px 8px;
    flex: 1;
    border-bottom: 2.5px dashed #B4B4B4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdp_bundle_new  .variant-swatch__description {
    border-radius: 0px 0px 2px 2px;
    background: #B4B4B4;
    color: #fff;
    font-size: 14px !important;
    padding: 2px 0;
}

.pdp_bundle_new .variant-swatch__input:checked + .variant-swatch__label .variant-swatch__description {
    background: #000;
}

.pdp_bundle_new .variant-swatch__input:checked + .variant-swatch__label .swatch_detail_box {
    border-bottom: 2.5px dashed #000;
}

.pdp_bundle_new .variant-swatch__description {
    display: block;
}

.pdp_bundle_new .variant-swatches {
    display: flex;
    gap: 16px;
}

p.bottom_custom_text {
    margin-top: -15px;
    font-weight: 700;
    text-align: center;
}

p.faq_question1 {
    margin-top: 8px;
    font-weight: 600;
  font-size: 12px;
}

p.faq_question2 {
    margin-top: -10px;
    font-weight: 600;
  font-size: 12px;
}

p.faq_answer {
    margin-top: -15px;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
}

.pdp_bundle_new .simpletxtwrap {
    margin: 0;
}

.product-form__input.product-form__quantity {
  max-width: initial;
  margin-bottom: 0;
}

.product-form__quantity .quantity {
  --inputs-radius: 6px !important;
  background: #EFEFEF;
  border: 1px solid #E3E2E2;
  width: 100%;
}

.product-form__quantity .quantity::before,
.product-form__quantity .quantity::after {
  content: initial;
}

.quantity__input {
  font-size: 18px;  
  font-weight: 700;
}

.operation-symbol {
  font-size: 28px;
}

.operation-symbol-minus {
  font-size: 30px;
  margin-bottom: 4px;
}



.product-form__input.product-form__quantity + div {
  margin-top: 5px !important;
}

.product-form__input.product-form__quantity + div product-form.product-form {
  margin-top:  0 !important;
}

.swatch_text_box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.swatch_text_box p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

/* End New bundle swatch design */

  @media screen and (max-width: 990px) {
    .variant-swatches{
      gap: 10px;
    }

    .variant-swatch__title-main {
      font-size:  1.8rem;
    }

    .variant-swatch__title{
      margin-bottom: .5rem;
    }

    .variant-swatch__tagline {
      font-size: .8rem;
      padding: 1px;
    }

    .variant-swatch__title-secondary {
        font-size: 1.2rem;
    }

    .variant-swatch__discount {
      font-size:  .5rem;
      font-weight: 700;
    }

    .variant-swatch__compare-price {
        font-size:  1rem;
    }

    .variant-swatch__price {
      font-size:  1.8rem;
      margin-bottom: .3rem;
    }

    .variant-swatch__description {
      font-size: .6rem;
      line-height: 1.1;
    }

    .variant-swatch__link {
      font-size: .6rem;
      line-height: 1.2;
    }

    .variant-swatch__footer{
      margin-top: initial;
    }

    .variant-swatch--99-namen-allahs  .variant-swatch__footer {
      margin-top: auto;
    }

    .variant-swatch__label {
      padding: 12px 8px 8px;
    }

    .variant-swatch__label--44448931381513 {
      padding-bottom: 3.5px;
    }

    .variant-swatch__input:checked + .variant-swatch__label{
      outline: 1px solid black;
    }

      .variant-swatch__discount{
        margin-bottom: .7rem;
      }

    .page-width {
      padding: 0 3rem;
    }

    .product__info-wrapper {
      padding-left: 3rem;
    }

    .pdp_bundle_new .variant-swatch__price {
      margin-bottom: 0;
    }

  }

  @media screen and (max-width: 768px) {
    .pdp_sets .variant-swatch--99-namen-allahs {
      padding-bottom: 20px;
    }
  }

  @media screen and (max-width: 610px) {
    .page-width {
      padding: 0 1.5rem;
    }

    .swatches-popup__content{
        width: 90%;
    }

    .product__info-wrapper {
      padding-left: 0;
    }

    .swatches-popup__content{
      padding: 4rem;
    }

    .swatches-popup__title{
      font-size: 2.1rem;
    }

    .popup-close {
      left: initial;
      right: 1rem;
    }

    .swatches-popup__title {
      font-size: 1.9rem;
      margin-bottom: 2.25rem;
    }

    .variant-swatches {
      gap: 5px;
    }

    .sets_container{
      gap: 1rem;
    }

    .variant-swatch__title-secondary {
      font-size: 1.2rem;
    }

    .variant-swatch__discount {
      font-size: 1rem;
      margin-bottom: 0;
    }

    .variant-swatch__description {
       display: none; 
    }

    .variant-swatch__compare-price {
        font-size: 1.6rem;
    }

    .variant-swatch__price {
        font-size: 2.2rem;
    }

    .variant-swatch__description {
        font-size: 1.2rem;
    }

    .pdp_bundle .variant-swatch__description {
        font-size: 0.6rem;
    }

    .variant-swatch__title span {
        line-height: 1.4;
    }

    span.variant-swatch__footer {
        margin-top: 10px;
    }

    .variant-swatch__title-main {
        font-size: 2rem;
    }

    .custom-option .sold-out-text {
      display: none;
    }
  
    .pdp_bundle_new .variant-swatch__title {
      margin-bottom: 0;
    }  
  
    .pdp_bundle_new .variant-swatch__discount {
      margin: 0 0 0px auto;
    }
      
    .pdp_bundle_new .variant-swatch__title span {
      line-height: 1.2;
    }

  }





  @media screen and (max-width: 380px){
    .variant-swatch__title-main {
      font-size: 1.6rem;
    }

    .variant-swatch__price {
      font-size: 1.8rem;
    }

    .variant-swatch__compare-price {
      font-size: 1.4rem;
    }

  }

  .custom-select-trigger {
    font-weight: 700;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 5px;
  }

  .set_col{
    display: none;
  }

  .product-form__buttons:not(.product-form__buttons-new) .product-form__submit[type=button]{
    display: none;
  }

  .product-form__buttons-new .product-form__submit[type=submit] {
    display: none;
  }

  .display-block {
    display: block;
  }
