[data-theme-content-container] .theme-content-area-inner:has([data-zs-filter-container]){
    display: flex; 
    flex-direction: column-reverse;
}
/* Change color of the message text */
.theme-prod-pricelist-message {
    color: #ffffff !important;  /* White color */
    font-weight: bold;  /* Make text bold */
    font-size: 16px;  /* Adjust font size */
}

/* Change color of bulk pricing list */
.theme-prod-pricelist-list {
    color: #f1eb66 !important;  /* Blue color for pricing details */
    font-size: 14px;  /* Adjust font size */
}


.theme-tag-list-container{

    display: flex;

    justify-content: center;

    flex-wrap: wrap

}


@media (max-width:767px){

[data-zs-product-details-primary-section] iframe {

    width: 100%;

    height: 100%;

}

}

 .thumbnail-video {
        height: 350px;
    }

    @media(max-width:768px) {
        .thumbnail-video {
            height: 200px;
        }
    }

    [data-zs-thumbnail-video] {
        position: relative;
        display: inline-block;
    }

    [data-zs-thumbnail-video] .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: .6rem;
        color: white;
        background-color: #00000080;
        padding: .2rem .4rem;
        border-radius: 50%;
        cursor: pointer;
        user-select: none;
    }

    [data-zs-product-img-container] video {
        display: none;
    }
 [payment_method_section] [data-zs-checkout-layout-group-name="paymentoption"]{
        display: none;
    }



.zs-notify-button {
      margin-top: 1rem;
      padding: 0.5em 1em;
      border: 1px solid #28a745;
      background: #fff;
      color: #28a745;
      border-radius: 4px;
      cursor: pointer;
      text-align: center;
      max-width: 200px;
    }

.custom-cashback-banner {
    background-color:#ffe44d; 
    color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
  }

  @media (min-width: 992px) {
    .custom-cashback-banner.mobile-banner {
      display: none;
    }
  }

  @media (max-width: 991px) {
    .custom-cashback-banner.desktop-banner {
      display: none;
    }
  }


@media (max-width: 768px) {
 .theme-sticky-cart .theme-quantity-arrows input[type="button"] {
    width: 20px !important;
    height: 20px !important;
    padding: 0;
  }

  .theme-sticky-cart .theme-quantity-arrows {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
  }

  .theme-sticky-cart .theme-sticky-product-name h1 {
    font-size: 14px !important;
    line-height: 1.2 ;
  }

  .theme-sticky-cart {
    gap: 2px !important;
  }
}

@media (max-width: 768px) {
    .theme-sticky-quantity{
        display:none;
    }
}


