/* Add custom CSS styles below */
section.s-block.s-block--fixed-banner .container {
    max-width: 1400px !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}
#products-slider-3-slider .s-block__title.relative {
    display: none;
}
header div.top-nav.has-custom-colors {
    display: none;
}
div#main-nav{
  margin-top: 0 !important;
}
p.product-entry__subtitle.text-sm.opacity-60.leading-6 {
    color: #26275d;
    font-weight: bold;
    font-size: 12px;
    background: #f5f5f7;
    padding: 5px;
    border-radius: 8px;
}
.s-block.s-block--features-products.container .grid.grid-cols-2.sm\:grid-cols-3 {
    display: none;
}
.s-block.s-block--features-products.container .s-block__title {
    display: none;
}
.s-block.s-block--features-products.container {
    margin-top: 1rem;
}
.flex-1.grid.outline-grid-items.gap-4.sm\:gap-8.lg\:grid-cols-2.normal-grid.has-featured-one-col {
    grid-template-columns: none;
    margin: 0 auto;
    max-width: 350px;
}
section .container a.banner.banner--fixed.overflow-hidden.anime-item{
    z-index: -1;
    position: relative;
}
#featured-products-style2-4{
    padding-top: 0;
    margin-top: 10px;
    padding-bottom: 0;
}
section#products-slider-3-slider{
   margin-top: 0;
}
i.s-advertisement-content-icon.sicon-crown {
  color: #B59410;
  font-size: 25px;
  animation: crownFlash 1s ease-in-out infinite !important;
}
@keyframes crownFlash {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.s-advertisement-content:has(.sicon-crown) .s-advertisement-content-main {
  justify-content: flex-start !important;
  text-align: right !important;
}
.s-advertisement-content:has(.sicon-crown) a {
  font-size: 16px !important;
  font-weight: bold !important;
}
.s-block--marquee {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-brand img {
    width: initial !important;
}
footer img.max-h-44 {
    width: initial !important;
}
.banner--fixed img {
  border-radius: 0 !important;
  background-color: unset !important;
}
.s-block:first-of-type {
    margin-top: 0 !important;
}
.product-entry__content.grow {
    background: #ffffff;
}
.store-footer__inner {
    margin: 35px;
    background: #ffffff;
    border-radius: 37px;
}
.store-footer {
  margin-top: 0;
  background: #f2f2f2;
}

/* WhatsApp float button position */
.whatsapp-button {
  bottom: 90px !important;
  left: 16px !important;
  right: auto !important;
}
@media (max-width: 768px){
  .whatsapp-button {
    bottom: 140px !important;
    left: 16px !important;
    right: auto !important;
  }
}
.floating-contacts__icon.with-whatsapp-color {
  display: none !important;
}

/* CLS FIX — reserve space on shifting blocks */
.s-block--photos-slider { min-height: 145px; }
.s-block--fixed-banner { min-height: 325px; }
.s-block--fixed-products { min-height: 1155px; }
.s-block--products-slider { min-height: 647px; }
@media (max-width: 768px){
  .s-block--photos-slider { min-height: 145px; }
  .s-block--fixed-banner { min-height: 200px; }
  .s-block--fixed-products { min-height: 1155px; }
  .s-block--products-slider { min-height: 647px; }
}

/* CLS FIX — reserve product image space in slider */
#products-slider-2-slider .product-entry__image-main,
#products-slider-2-slider .product-entry__image {
  aspect-ratio: 1 / 1;
  width: 100%;
  display: block;
  background: #f5f5f7;
}
#products-slider-2-slider img.lazy {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

/* Mobile: sold count + rating stars responsiveness */
@media (max-width: 768px){
  .sold-quantity {
    padding-left: 6px !important;
    padding-right: 6px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
    flex-shrink: 0;
  }
  .sold-quantity img {
    width: 16px !important;
  }
  .sold-quantity span {
    font-size: 12px !important;
  }
  salla-rating-stars .s-rating-stars-btn-star svg {
    width: 15px !important;
    height: 16px !important;
  }
  salla-rating-stars .s-rating-stars-btn-star {
    padding: 0 1px !important;
  }
  salla-rating-stars .s-rating-stars-reviews {
    font-size: 11px !important;
    margin-right: 4px !important;
  }
}
@media (max-width: 400px){
  .sold-quantity {
    white-space: nowrap;
  }
  salla-rating-stars {
    flex-shrink: 1;
  }
}