/* Add custom CSS styles below */ 
button.header-btn {
    display: none;
}
/*
.product-single .product__description::after {
    content: "";
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 600px;
    height: 400px;
    background-image: url('https://i.ibb.co/584jt1B/Frame-2574.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
*/
/* Ensure the parent container is positioned for the pseudo-element */
.product-single .product__description {
    position: relative;
}

/* font */
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  font-family: "Cairo", sans-serif;
}

/* Header */
.s-block--photos-slider {
  margin: 0;
}

.s-block--photos-slider .s-slider-block__title {
    display: none;
}

salla-slider.photos-slider .swiper-slide,
[dir="rtl"] salla-slider.photos-slider .swiper {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* global */
.md\:mb-\[112px\] {
  margin-bottom: 25px;
}

.main-nav-container.fixed-pinned .inner {
    background-color: rgba(0, 0, 0, 0.1882352941);
}


/* top slider */
i.sicon-lightning {
  color: #fff;
}

.slider-top * {
  color: #fff !important;
}

.top-navbar {
  display: none;
}

header.store-header {
  gap: 0;
}

.navbar-brand img {
  max-height: 5rem;
  width: 100%;
}

.main-menu li > a {
  font-size: 1rem;
}

.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 65px;
}

.main-menu {
    justify-content: center;
}

.main-menu li.root-level > a {
    padding: 0.5rem 1rem;
}


/* main banner */
.landing-page-first-bannar .txt .custom-dlay-a {
    animation-delay: 1.2s;
    color: white !important;
}

@media (min-width: 768px) {
  .landing-page-fixed-bannar-0 .container {
    width: 50%;
   margin-right: 5%;
  }
}

.index .s-products-list-vertical-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.s-product-card-vertical {
    max-width: 300px;
    margin: auto;
}

.landing-page-fixed-bannar-0 {
    background-size: cover;
    background-image: url(https://ottowashsa.com/wp-content/uploads/2024/12/AMLAS.gif)  !important;
    background-color: rgba(255, 255, 255, 0.25);
    background-blend-mode: overlay;
    margin-bottom: 0;
}

.landing-page-fixed-bannar-7 h1,
.landing-page-fixed-bannar-0 h1 {
  margin-top: 7rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}

.landing-page-fixed-bannar-7 p,
.landing-page-fixed-bannar-0 p {
  font-size: 24px;
  line-height: 32px;
  max-width: 650px;
  margin: 1rem 0 0;
}

.landing-page-fixed-bannar-7 .w-\[100\%\],
.landing-page-fixed-bannar-0 .w-\[100\%\] {
  width: 80%;
  margin-right: 5%;
}

/* categories */
.g_cat .mb-\[55px\] {
  margin: 2rem auto !important;
}

.g_cat {
  margin-bottom: 1rem;
}

.ads p {
  color: black;
}

@media (min-width: 768px) {
  .g_cat .swiper-wrapper {
    justify-content: center;
  }
}

/* offers */
.product_deadline {
  box-shadow: none;
}

.product_deadline {
  background-color: white;
  border-radius: 0.5rem;
}

.weeklyOffers  .flex.justify-between.h-full.flex-col-reverse.lg\:flex-row.swiper-slide.swiper-slide-active {
    display: flex;
    flex-direction: row;
}

.dead_line {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.product_deadline salla-add-product-button div {
  height: 100%;
}

.product_deadline .data .s-button-primary {
  color: #fff;
}

.ad-star-btn {
  background-color:white !important;
}

.s-block--best-offers {
  margin: 2rem auto;
}

.s-product-card-image-cover,
.s-product-card-image-contain {
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}

.s-block--photos-slider:not(:first-of-type) {
  margin: 2rem 0;
}

.slider-bannars {
  padding: 0;
  margin: 2rem auto;
}

.slider-bannars h2 {
  color: var(--color-primary);
}

.slider-bannars button {
  border: 1px solid var(--color-primary);
  background-color: white !important;
}

.landing-page-fixed-bannar-7 {
  max-height: 555px;
}

.g_features {
  margin: 2rem 0 !important;
}

.section_c_r {
  gap: 0;
}

.section_c_r .justify-center {
  gap: 0;
}

.section_c_r {
  margin: 2rem auto;
}

.section_c_r img {
display:none
}

.outof-stock {
  color: white;
}

.banner_ad .bg-cover {
  background-position: center;
  background-size: cover;
}

.banner_ad .item-text {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 1rem;
}

#video-banner .video-parent .bg-image {
  object-fit: cover;
  max-width: 100%;
}

#video-banner .video-parent::after {
  display: none;
}

footer .s-apps-icons h3,
footer p.text-sm.text-\[\#636363\],
footer h2.mb-4.text-sm.font-medium,
footer h2.text-xl.font-semibold {
  color: #fff;
}

footer input#mc-embedded-subscribe {
  color: var(--color-primary);
  background-color: #fff;
}


footer * {
color:White !important
}

.copyright-text p,
.copyright-text p a:hover {
  color: white !important;
}

.store-footer a:hover {
  color: #ae445a;
}

footer .relative.bg-\[var\(--s-color\)\].py-8 {
  padding-bottom: 0;
}

footer .m-auto.flex.justify-start.max-w-\[1300px\].items-center.flex-wrap.max-lg\:justify-start.gap-9.md\:gap-6.px-5 {
  padding: 1rem;
  text-align: center;
  justify-content: center;
}

.s-payments-list-item {
  background-color: white;
}

@media (min-width: 992px) {
  .rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1rem;
  }
}

@media (max-width: 767px) {

salla-social.mb-6.s-social-list.hydrated {
    justify-content: center;
}

.store-footer .contact-social {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-single .product__description::after{
display:none
}


section.p-5.rounded-md.rounded-b-none.sticky-product-bar.flex.flex-col {
    background-color: white;
}

  .s-block--best-offers {
    margin: 1rem auto;
  }
  
  .index button.s-product-card-wishlist-btn {
    left: 3rem;
}

  .weeklyOffers  .flex.justify-between.h-full.flex-col-reverse.lg\:flex-row.swiper-slide.swiper-slide-active {
    display: flex;
    flex-direction: column-reverse;
}



  .landing-page-fixed-bannar-7,
  .landing-page-fixed-bannar-0 {
    max-height: 425px;
  }

  .landing-page-fixed-bannar-0 .container,
  .landing-page-fixed-bannar-7 .container {
    width: fit-content;
    margin-left: auto;
  }

  .gap-8 {
    gap: 0.5rem;
  }

section:nth-child(1 of .g_cat) {
    margin-bottom: 2rem;
}

section:nth-child(2 of .g_cat) .container {
overflow:visible
}

  .landing-page-fixed-bannar-7 .w-\[100\%\],
  .landing-page-fixed-bannar-0 .w-\[100\%\] {
    width: 100%;
    margin-right: auto;
    text-align: center !important;
  }

  .landing-page-fixed-bannar-7 h1,
  .landing-page-fixed-bannar-0 h1 {
    width: 100%;
    margin-top: 7rem;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    padding: 0.5rem;
  }

  .landing-page-fixed-bannar-7 h1 {
    margin-top: 5rem;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .ads .img .over .text {
    text-align: center;
    justify-content: center;
    align-items: center !important;
  }

.banner_ad .item-text {
  font-size: 18px;
}

.banner_ad .img1 .text {
    width: 80%;
}
  .g_cat h3 {
    font-size: 1rem;
  }

  .g_cat .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s-products-slider-card {
    max-width: 215px !important;
  }

  #slider_bannars_5.slider-bannars .slider-bannars-moving {
    height: 300px;
  }

  .slider-bannars h2 {
    font-size: 1.25rem;
  }

  #video-banner.h-\[400px\] {
    height: 200px;
    margin-bottom: 2rem;
  }

  .mb-\[56px\] {
    margin-bottom: 0;
  }

  .footer-is-light .store-footer {
    padding: 0;
  }

  .mb-\[120px\] {
    margin-bottom: 70px;
  }
  
  salla-user-menu.hydrated {
    width: fit-content;
    display: block;
    margin: auto;
  }

  footer .flex.justify-center.gap-6 {
    flex-direction: column;
  }

  #contact-slot, .contact-custom {
    background: transparent;
  }
}

.product-single .container.flex.flex-col.items-center.mt-\[66px\].md\:mt-\[141px\] {
    display: none;
}

 .s-product-card-content *:not(.icons-cart) {
    text-align: center;
    justify-content: center;
}

.content.content--single-page h1 {
    width: 100%;
}

footer a img {
padding:0.5rem;
border-radius:0.5rem;
max-width:200px;
background-color:White;
margin: auto;
}

/* Default: Hide salla-apps-icons on desktop */
footer .container salla-apps-icons {
  display: none;
}

/* Hide the first container on mobile */
@media (max-width: 768px) {
  footer .container div:nth-child(7) {
    display: none;
  }