/** Shopify CDN: Minification failed

Line 125:0 Expected "}" to go with "{"

**/
.section-header--title{
  font-size:32px;
}
.section-header--description rte{
  font-size:20px;
}
@media only screen and (max-width: 767px) {
  .section-header--title {
    font-size: 24px !important;
  }
  .section-header--description rte{
  font-size:16px;
}
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}

h1.product-title {
    font-size: 32px !important;
}

cart-drawer#Cart-Drawer {
    color: white!important;
}

.side-panel-header div .h6 {
    color: white!important;
}

.side-panel-content p {
    /*color: white;*/
}
.product-cart-item-info a {
    color: #fff!important;
}
.product-cart-item-price span,.complementary-products--heading {
    color: #fff;
}
.product-add-to-cart-sticky--title {
    color: #fff;
}
#price-template--25397228961865__main-product--sticky span{
    color:#fff!important;
}
quantity-selector.quantity.cart-update.small-qty.buttons_added
 {
    background-color: #fff!important;
}
a.remove {
    background-color: rgba(255, 255, 255, 1);
    padding: 0 10px;
    border-radius: 4px;
}



/* for swatches*/
.product-swatch-wrapper {
  margin-top: 20px;
}
.swatch-list {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.swatch-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 0.2s ease;
}
.swatch-item img:hover {
  border-color: #333;
}

a.product-card-title {
    /*font-size: 18px!important;*/
}

input.search-fiel,.thb-predictive-search--label {
    color: #fff!important;
}
.side-panel.search-drawer.searchform input{
       color: #fff!important;
}
.side-panel.search-drawer .searchform input::-webkit-input-placeholder {
  color: #fff !important;
.side-panel.search-drawer .searchform input::-moz-placeholder {
  color: #fff !important;
}
.side-panel.search-drawer .searchform input:-ms-input-placeholder {
  color: #fff !important;
}
.side-panel.search-drawer .searchform input::placeholder {
  color: #fff !important;
}
#side-panel-search-input{
  color:#fff!important;
}

.product-card-quickview{
  color:#fff!important;
}
.facets .thb-filter-title{
    color:#fff!important;
}

