/* Add custom CSS styles below */ 
/*.top-navbar.relative.z-\[150\] {
    display: none;
}*/
@media (max-width:767px){
/*search bar */
  .s-search-inline {
    min-width: 100%;
    width: 250px;
}
.top-navbar {
    margin: auto;
}
}

/*First panner */
section:first-of-type {
    margin: 0;
}
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}
section.s-block.s-block--photos-slider {
    margin-bottom: 4rem;
}

/*Fixed Panner*/
.banner--fixed img{
    background-color: unset;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 4rem;
}
@media (max-width:767px){
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-bottom: 1rem;
    margin-top: 0;
}
}


/*products*/

.s-slider-block__title-left{
display:none;
}
/*.s-product-card-image-cover {
    object-fit: contain;
    height: 300px;
}*/
.s-product-card-image-full {
    max-height: 300px;
}
@media (max-width:767px){
.s-product-card-image-full {
    max-height: 185px;
}
.mb-\[27px\] {
    margin-bottom: 0;
}
}

/*E-mail*/
.m-auto.flex.justify-start.max-w-\[1300px\].items-center.flex-wrap.max-lg\:justify-start.gap-9.md\:gap-6.px-5 {
    padding-bottom: 2rem;
}


/*Footer*/
@media (max-width:767px){
.pb-\[100px\] {
    padding-bottom: 0; 
}
}
/* Edit Product Page Start */
.s-add-product-button-main {
  display: flex;
  width: 100% !important;
  gap: 0.625rem;
}
.s-add-product-button-main .s-add-product-button-mini-checkout,
.s-add-product-button-main>salla-button {
  width: 50% !important;
}
.s-add-product-button-mini-checkout-content {
  direction: rtl;
  display: flex;
}
.s-add-product-button-main .s-add-product-button-mini-checkout span svg {
  margin-right: 0;
  margin-left: .375rem;
  width: 1rem;
  position: relative;
  top: -3px;
}

.s-add-product-button-main .s-add-product-button-mini-checkout path {
  stroke: #e0969f;
  fill: #e0969f;
}
/*مميزات المنتج فى صفحه المنتج*/
salla-tab-header.hydrated[name="tab_two"],salla-tab-content.hydrated[name="tab_two"] {
    display: none;
}