/* Add custom CSS styles below */ 
.store-footer{
background-color: #3A5BC0;
color:#FFFFFF;
}

.deal-content.text-center.lg\:text-start.items-center.lg\:items-start.max-w-xl.flex.flex-col.gap-4 > div:first-child,
.deal-content.text-center.lg\:text-start.items-center.lg\:items-start.max-w-xl.flex.flex-col.gap-4 > div:nth-child(2),
.deal-content.text-center.lg\:text-start.items-center.lg\:items-start.max-w-xl.flex.flex-col.gap-4 > div:last-child {
  display: none;
}

.w-full.relative.py-10.sm\:py-28.\!pt-80.lg\:\!pt-16 {
      padding-top: 20px !important;
      padding-bottom: 20px !important;
    }

.w-full.relative.py-10.sm\:py-28.\!pt-80.lg\:\!pt-16 {
  color: red;
}
    

/* You might need to use !important to ensure this overrides Tailwind's utility class */
.container.lg\:px-\[100px\].relative.flex.flex-col-reverse.lg\:flex-row.items-center.gap-5.sm\:gap-10.lg\:gap-24 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

img.simple-parallax-1.aspect-\[2\/3\].w-full.rounded-xl.overflow-hidden.bg-gray-900\/5.object-cover.shadow-lg.simple-parallax-initialized {
  display: none; /* Add this line */
  /* other styles */
}

.mx-auto.max-w-7xl.px-6.pb-32.pt-20.lg\:px-8 {
  padding-bottom: 32px; /* Changed line */
  /* other styles */
}

h2.last\:mb-4 {
  margin-top: 32px;
  /* potentially other styles */
}

section#testimonials-block-11 {
  padding-top: 8px; /* Changed line */
  /* other styles */
}

#testimonials-show-more {
  /* display: none;   */
}

h3.product-entry__sub-title {
  display: inline-block;
  padding: 5px 10px; /* Adjust padding as needed */
  border: 1px solid black; /* You can change the border color and thickness */
  border-radius: 50%; /* Creates the circular shape */
}

/*
p.product-entry__subtitle {
  color: red;
}

h3.product-entry__sub-title {
  color: red;
}



.sale-price,
.normal-price,
.total-price {
  color: red !important;
}

*/

.lg\:min-w-\[293px\]{
color:#FFFFFF;
}

.md\:mb-0{
color:#FFFFFF;
}

.full-banner-entry::after, .full-banner-entry::before{
content: none;
}

.full-banner-entry{
background-attachment: inherit;
}

.swiper-slide, .magnify-wrapper,.homeslider__slide{
background-color: transparent !important;
}

.md\:\!inline-flex, .theme-mode-btn{
display:none !important;
}



@media (min-width: 769px){
.s-block--fixed-banner{
display:none;
}

}



@media (max-width: 768px) {

.full-banner-entry{
display:none;
}

.text-2xl{
margin-top:-250px;
}

.s-block--main-slider-1 salla-slider, .s-block--main-slider-1 div[slot=items], .s-block--main-slider-1 .swiper-slide{
height:500px;
}




}