[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%;

}

}

</style>
 .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;
    }


.cashback-line-banner {
  color: #000071;
  background-color: #FFF200;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  display: block;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .cashback-line-banner {
    font-size: 16px;
    padding: 10px;
  }
}




