.hydrated {
    visibility: inherit;
    color: #fff !important;
}
.bg-inherit {
    background-color: inherit;
    background-color: #000;
    color: #fff;
}
.header-btn__icon {
    color: #fff;
}
.top-navbar .s-search-input {
    background-color: #FFF;
    border-style: none;
    color:#fff;
}
body {
    background-color: #000;
}

.banner--fixed img, .banner-entry {
    background: transparent;
    }
    
section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
    max-width: 100%;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(4) .container {
    max-width: 100%;
}
section.s-block.s-block--fixed-banner:nth-of-type(7) .container {
    max-width: 100%;
}
section.s-block.s-block--fixed-banner:nth-of-type(1) {
    margin: 0;
    padding: 0;
}
section.s-block.s-block--fixed-banner:nth-of-type(2) .container a.banner--fixed img {
    margin: 0 auto;
    padding: 0;
    width:600px;
}

section.s-block.s-block--banners.container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: -2rem;
}

section.s-block.s-block--banners.container .banner-entry {
     flex: 0 0 calc(27% - 10px);
    max-width: calc(22% - 10px);
    height: 319px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
@media (width: 768px) {
  section.s-block.s-block--banners.container .banner-entry {
    height: 319px;
    margin-top: -83px;
        margin-bottom: -5rem;
  /* /* margin-bottom: -2rem; */
  }
}
@media (width: 1024px) {
  section.s-block.s-block--banners.container .banner-entry {
    height: 317px;
    margin-top: -43px;
  }
}
@media (max-width: 640px) {
  section.s-block.s-block--banners.container .banner-entry {
    flex: 0 0 calc(25% - 10px);
        max-width: calc(39% - 10px);
        height: 319px;
        margin-top: -5rem;
        margin-bottom: -7rem;
  }
}
@media (width: 320px) {
  section.s-block.s-block--banners.container .banner-entry {
        flex: 0 0 calc(25% - 10px);
        max-width: calc(58% - 10px);
        height: 200px;
        margin-top: -3rem;
        margin-bottom: -4rem;

  }
}
.s-product-card-content-title a {
    white-space: nowrap;
    overflow: hidden;
}
.s-product-card-sale-price span {
    color: #D43030;
}
.s-product-card-sale-price h4 {
   color: #000 !important;
}
.s-product-card-entry {
    box-shadow: 0 0 10px 0 black;
    border-radius: 12px !important;
}
.s-products-slider-card {
  padding: 1rem;
}
.s-products-list-vertical-cards { 
  padding: 1rem;
}  
.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    color: #fff;
    background: #27546E;
}

.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}
.s-reviews-testimonial__info h2{
  color:#fff;
}

.s-reviews-testimonial {
   background: #27546E;
    border-radius: 14px;
    padding: 25px;
    color:#fff
}
.s-reviews-header-wrapper .s-reviews-header {
  position: relative;
  font-size: 42px;
  line-height: 1.2;
  color: #FFF;
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
 padding: 0 36px;
}
.s-reviews-header-wrapper .s-reviews-header::after {
  content: "";
  position: absolute;
    left: -44px;
    right: -42px;
    bottom: -6px;
    height: 56px;

  background: url("https://c.top4top.io/p_3671d6y6g1.png") center center / contain no-repeat;
  z-index: -1; 
}
.s-slider-block__title h2 {
  font-size: 38.99px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  margin-bottom: 20px; 
}


.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    left: 59%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 101%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
}
#best-offers-5-slider .s-slider-block__title {
  display: none;
}
.s-rating-stars-hovered, .s-rating-stars-selected {
    fill: #fff;
}
.s-reviews-testimonial__icon svg {
     fill: #fff;
}
.footer-is-light .store-footer .store-footer__inner{
    background: #27546E;
    color: #fff;
}
.footer-is-light .store-footer{
    background: #fff;
    color: #000;
}
.copyright-text p {
    color: #000;
} 
.s-quantity-input-input{
  COLOR: #000;
}
.text-gray-800{
  COLOR: #FFF ;
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
     COLOR: #FFF ;
}

b,
strong {
  color: inherit !important;
}

.text-red-800 {
    --tw-text-opacity: 1;
    color: #991b1b;
    color: rgba(153, 27, 27, var(--tw-text-opacity, 1));
}
.tamara-summary-widget__container {
  color: #000 !important;
}


.tamara-summary-widget__container:hover {
  color: #000 !important;
}