/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove any extra space below the image */
}
section.s-block.s-block--fixed-banner.wide-placeholder {
  margin-top: 0px;
}
.banner--fixed img{
  background: rgba(0,0,0,0);
}
.s-product-card-entry {
    border-radius: 20px;
  background: #151b37 !important;
}
.whatsapp-btn {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
}
.whatsapp-btn {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 8px;
}

.whatsapp-btn:hover {
    background: #1fb85a !important;
    border-color: #1fb85a !important;
    color: #fff !important;
}

.wa-single-wrapper {
    width: 100%;
    margin-top: 1rem;
}

.sticky-product-bar .whatsapp-btn,
.sticky-product-bar__btn .whatsapp-btn {
    width: 100% !important;
}
.s-product-card-vertical::before{
    background-color: #7b7866 !important;
}
.s-product-card-vertical .s-product-card-content-footer .s-button-element .s-button-text span{
  padding-right: 10px;
}