/* Add custom CSS styles below */ 
.home-advanced-slider-video{
  height: 100vh !important;
}

section:nth-of-type(2) .grid{
  margin: 0px !important;
}
section:nth-of-type(2) .grid{
  gap: 0px !important;
}
section:nth-of-type(2) .grid .banner-entry{
  border-radius: 0px !important;
}
section:nth-of-type(2) .grid .banner-entry:nth-of-type(1){
  height: 800px !important;
}
@media(max-width:768px){
  section:nth-of-type(2) .grid .banner-entry:nth-of-type(1){
  height: 155px !important;
}
}
 section:nth-of-type(2).s-block--banners .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas:
    "rhode rhode skin  skin  "
    "rhode rhode makeup hair ";
  gap: 1rem; /* Ø£Ùˆ Ø®Ù„ÙŠÙ‡Ø§ Ø²ÙŠ Ø§Ù„Ù‚ÙŠÙ…Ø© Ø§Ù„Ø£ØµÙ„ÙŠØ© gap-3 sm:gap-8 */
}

/* Ø§Ù„ØªØ±ØªÙŠØ¨ ÙÙŠ Ø§Ù„Ù€ HTML: 1) Ø§Ù„Ø´Ø¹Ø±  2) Ø§Ù„Ø¨Ø´Ø±Ø©  3) Ø§Ù„Ù…ÙƒÙŠØ§Ø¬  4) rhode */
 section:nth-of-type(2).s-block--banners .banner-entry:nth-child(4) { grid-area: hair; }
 section:nth-of-type(2).s-block--banners .banner-entry:nth-child(2) { grid-area: skin; }
 section:nth-of-type(2).s-block--banners .banner-entry:nth-child(3) { grid-area: makeup; }
 section:nth-of-type(2).s-block--banners .banner-entry:nth-child(1) { grid-area: rhode; }

.s-block--banners .banner-entry {
  width: 100%;
  height: 100%;
}


custom-salla-product-card .product-card__title *{
  color: #000 !important;
}
custom-salla-product-card .product-card__subtitle,
custom-salla-product-card .total-price{
  color: #949494 !important;
}
[data-selia="home-custom-products-view-all"]{
    background-color: #5C5917 !important;
    color: #fff !important;
    border-radius: 15px !important;
}
.s-block--circle-links .group.anime-item h3{
  color: #000 !important;
}
.index salla-products-slider + div {
  display: flex !important;
  justify-content: center !important; 
}
.index salla-products-slider + div > span{
  display: none !important;
} 


.btn-tabs-container {
    background: #E4E4E4;
    width: fit-content;
    justify-self: center;
    align-items: center;
    display: flex;
    padding: 10px;
    border-radius: 32px;
  margin-bottom: 20px; 
}
.btn-tabs-container .product-tab.active{
  background: #AD8B62;
   border-radius: 32px;
}
.btn-tabs-container .product-tab{
  border: 0px;
  color: #5C5917;
}


#about-26 h3{
  color: #949494 !important;
}
#about-26 h2{
  font-weight: 800 !important;
  font-size: 40px !important;
}
#about-26 p{
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: 40px !important;
   color: #000 !important;
}

@media(max-width:768px){
  #about-26 h2{
  font-size: 30px !important;
}
#about-26 p{
  font-size: 24px !important;
  line-height: 30px !important;
}
}
.s-block--enhanced-features .s-block--enhanced-features__item h2{
  color: #000 !important;
}
.s-block--enhanced-features .s-block--enhanced-features__item p{
  color: #949494 !important;
}

.contact-form-wrapper .bg-store-bg-secondary{
  background-color: #EEEEEE !important;
}
.contact-form-wrapper label{
  color: #000 !important;
}