/* Add custom CSS styles below */ 

#slider-with-bg-45 div.container {
  padding-top: 12px;
}


/* default home slider  */
.s-block--default-home-slider .main_slider img {
    object-fit: cover;
}

section.stationary-products-background
    .saji-block-titles.text-center {
  text-align: start;
  align-items: start;
}

section.stationary-products-background 
    .saji-block-titles + salla-products-slider salla-slider {
    position: unset;
}
section.stationary-products-background
    .saji-block-titles
    + salla-products-slider
    .s-slider-block__title {
    position: absolute;
    top: 0;
    width: 45%;
    inset-inline-end: 0;
    margin-top: 0;
}


section.stationary-products-background .slider-title-center .s-slider-block__title .s-slider-block__title-left:after {
    display: none;
}

section.stationary-products-background
    .saji-block-titles
    + salla-products-slider
    salla-slider
    .s-slider-block__title-left {
    justify-content: flex-end;
}

section.stationary-products-background
    .saji-block-titles
    + salla-products-slider
    salla-slider
    .s-slider-block__title-nav {
    display: none !important;
}



/* main categoriy */
.featured-categories .swiper-slide {
    width: 110px !important;
}

@media (min-width: 768px) {
  .featured-categories .swiper-wrapper {
    gap: 2.5rem;
  }
}

.featured-categories strong {
    font-weight: lighter;
    white-space: nowrap;
}




/**  custom salla product card */
custom-salla-product-card .product-entry__image{
   height: 206px;
    max-height: 16rem;
}

@media (min-width: 865px) {
  custom-salla-product-card .product-entry__image{
      height: 256px;
  }
}

custom-salla-product-card .product-entry__image img {
    object-fit: scale-down;
    padding: 26px;
}

custom-salla-product-card .switch-display-area {
    min-height: 32px;
    display: none;
}



/*  dealOfDay */
.dealOfDay .count + .btn {
    display: none;
}

.dealOfDay .s-count-down-item-label {
    margin-top: 0;
}





/* slider */
@media (max-width: 1000px) {
  .s-block--features-slider2 .swiper-slide-inner {
    height: 250px
  }
}



/* */
.saji-add-videos.s-block--enhanced-products-slider .aspect-\[3\/4\] {
    aspect-ratio: 18/8;
}



.saji-add-videos.s-block--influencer-videos .aspect-\[3\/4\]{
    aspect-ratio: 4/5;
}
.saji-add-videos.s-block--influencer-videos  .relative {
    width: 160px;
    height: 240px;
    border-radius: 6px;
    overflow: hidden;
}






/******************* start page details page *********************/
.product-single .main-content-static strong.text-sm.mb-1.text-primary {
    display: none;
}

.product-single .main-content-static span.text-xs {
    font-size: 10px;
}

.product-single .main-content-static a {
    gap: 0;
}
.product-single .main-content-static a .product-brand {
    width: 2rem;
}

.product-single .main-content-static salla-button .s-button-text strong {
    display: none;
}
.product-single .main-content-static salla-button .sicon-heart {
    font-size: 20px;
}

.product-single
    .main-content-static
    .s-social-share-wrapper
    salla-button
    .s-social-share-btn {
    background-color: rgba(0, 0, 0, 0);
    color: #5f6bd3;
    border: none;
}

.product-single .main-content-static {
    margin-top: 0;
    padding-top: 0;
}
.product-single .main-content-static > div.mt-2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-single
    .main-content-static
    .product-slider.product-slider-page
    .details-slider-wrapper {
    padding-bottom: 0;
}

.product-single .product-slider.product-slider-page .details-slider-wrapper {
    padding-bottom: 0;
}

.product-single .product-form salla-payments,
.product-single .product-form salla-installment,
.product-single .product-form div.flex.whitespace-nowrap.gap-1,
.product-single .product-form div.my-6.text-sm.flex.flex-wrap.gap-3,
.product-single .product-form .tags,
.product-single .product-form small.color-grey.text-sm.text-red-400 {
    display: none;
}


.product-single .product-form .product-title {
    margin-bottom: 0;
}

.product-single .product-form #options-panel-trigger {
    display: none;
}



/* hide product discount time down */
.product-single .main-content-static 
  form div div:nth-of-type(3) {
    display: none
  }


/******************* end page details page *********************/



.store-bottom-nav li:nth-child(3) {
  order: 1
}