/* Add custom CSS styles below */ 
body{
  background: #FFF4F4;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    min-height: 90px;
    width: 100px;
}

section.s-block.s-block--fixed-banner.wide-placeholder {
    margin: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    margin: 0;
    padding: 0;
    min-width: 100%;
}

.banner--fixed img{
  border-radius: 0px;
}

a.banner-entry.square-photos, .banner--fixed img {
    background: transparent;
}

a.banner-entry.square-photos {
    height: 300px;
}

section#best-offers-1-slider, section#best-offers-2-slider, section#best-offers-3-slider,section#best-offers-4-slider{
  margin-bottom: 2rem;
}

.s-product-card-vertical {
    background: transparent;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-radius: 0;
    border: 1.2px solid black;
}

.s-product-card-content {
    text-align: center;
}

.s-product-card-content-sub {
    gap: .75rem;
    justify-content: center;
}

.s-block__title {
    justify-content: center;
}

.s-slider-block__title h2,.right-side h2{
      font-size: 30px;
}

.right-side h2:before {
    content: '';
    width: 130%;
    height: 100%;
    background-image: url(https://i.ibb.co/5XKfRYWg/Line-4.png);
    position: absolute;
    background-repeat: no-repeat;
    top: 20px;
    right: 90px;
}

.right-side h2:after {
    content: '';
    width: 130%;
    height: 100%;
    background-image: url(https://i.ibb.co/m5zf69M2/Line-3.png);
    position: absolute;
    background-repeat: no-repeat;
    top: 20px;
    left: 165px;
}

.s-product-card-image img{
  background: #fff4f4;
}

.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title {
    justify-content: center;
}

.s-slider-block__title-right, .s-slider-block__title h2:where([dir=rtl],[dir=rtl] *){
  padding: 0 !important;
}




.s-slider-block__title {
  position: relative;
  padding: 0 15px;
  font-weight: 600;
}


.s-slider-block__title::before {
  content: "";
    position: absolute;
    top: 68%;
    width: 100%;
    height: 2px;
    background: #8E777B;
  right: 60%;
    margin-right: 0px;
}
.s-slider-block__title::after{
  content: "";
    position: absolute;
    top: 68%;
    width: 100%;
    height: 2px;
    background: #8E777B;
  left: 60%;
    margin-right: 0px
}

@media(max-width: 768px){
  .right-side h2:before,
  .right-side h2:after,
  .s-slider-block__title::before,
  .s-slider-block__title::after{
    display: none;
  }

  .s-slider-block__title h2, .right-side h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

  .grid.one-row.md\:grid-cols-3.grid-flow-row.gap-3.sm\:gap-8 {
    display: flex;
    justify-content: center;
    align-items: center;
}
  a.banner-entry.square-photos {
    height: 115px;
    width: 250px;
}
}