/* Add custom CSS styles below */ 


body{
  background-color: rgba(14,35,54, .04);
}

/* loader */
.loader-init{
  background-color: #fff;
  background-image: url('https://i.ibb.co/N2mpJQNv/logo.png');
  background-position: center center;
  background-size: 200px;
  background-repeat: no-repeat;
}
.loader-init::after{
  display: none;
}

/* top nav */
.topnav-is-dark .top-navbar{
  background-color: #0e2336;
}

/* nav bar */
#mainnav{
  border-bottom: 3px solid #3ba5ed;
}
#mainnav .container {
  max-width: 100%;
}
#mainnav a.navbar-brand{
  background-image: url('https://i.ibb.co/N2mpJQNv/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px
}
#mainnav .navbar-brand img {
  max-height: 128px !important;
  visibility: hidden;
  width: auto;
}


/* hero main slider */
.s-block--hero-slider .s-slider-block__title{
  display: none;
}
.s-block--hero-slider .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl{
  padding: 0!important;
}
@media (min-width: 1280px){
  .s-block--hero-slider .swiper-slide {
    height: 768px;
  }
}
.s-block--hero-slider .swiper-slide .overlay-bg::after {
  background-color: transparent;
}


/* swiper arrows */
.s-block--hero-slider .s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button{
  box-shadow: none;
  background-color: transparent;
  border: 2px solid #fff;
}
.s-block--hero-slider .s-slider-nav-arrow svg{
  fill: #fff;
}
.s-block--hero-slider .s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav:hover .s-slider-nav-arrow svg{
  fill: #fff;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
  opacity: 0;
}
.s-block--hero-slider .s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg{
  fill: #fff;
}



/* fixed banner */
section.s-block.s-block--fixed-banner.wide-placeholder {
}
.banner--fixed img{
    background-color: transparent;
    border-radius: 0;
}


/* products swipper */
.s-block{
  margin-top: auto;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl {
  padding: 24px 12px;
}
.s-slider-block__title{
  margin-bottom: auto;
  background-color: #3ba5ed;
  padding: 8px 16px;
}
.s-slider-block__title h2{
  color: #0e2336;
}
.s-slider-block__title .s-slider-nav-arrow{
  border-color: #0e2336;
}
.s-slider-block__title .s-slider-nav-arrow svg{
  fill: #0e2336;
}
.s-slider-block__title .swiper-button-disabled{
  opacity: .3;
}
.s-products-slider-slider .swiper-slide {
  margin: auto;
}


/* product card */

.s-product-card-entry {
  background-color: transparent;
  transform: scale(.98);
  transition: all 300ms ease-in-out;
}
.s-product-card-entry:hover {
  transform: scale(1.0);
  transition: all 50ms ease-in-out;
}
.s-product-card-fit-height .s-product-card-image {
  height: auto;
  max-height: max-content;
}
.s-product-card-wishlist-btn{
  display: none;
}
.s-product-card-image{
  background-color: transparent;
}
.s-product-card-image img{
  
}
.s-product-card-image:hover {
  opacity: 1;
}

.s-product-card-content {
  padding: 12px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0 0 26px 26px;
  transition: all .3s ease;
}
.s-product-card-content {
  border-top: 1px dashed #0e2336;
}
.s-product-card-entry:hover .s-product-card-content {
  border-color: #3ba5ed;
}

.s-product-card-content-title a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all .3s ease;
}
.s-product-card-entry:hover .s-product-card-content-title a{
  color: #3ba5ed;
}
.s-product-card-content-sub{
  line-height: 1;
}

/* add to cart button btn */
.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center,
.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center.s-button-wrap.hydrated {
  border: none;
  background: #3ba5ed;
  color: #fff;
  border-radius: 64px;
}
.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover,
.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center.s-button-wrap.hydrated:hover {
  background: #0e2336;
  opacity: 1;
}


/* testimonials */
.s-block--testimonials.container{
  margin-top: 48px;
}
.s-block--testimonials .s-slider-block__title{
  display: none;
}



/* footer */

.store-footer{
  background-color: #0e2336;
}
.store-footer__inner{
  background-color: #0e2336;
}
@media (min-width: 1024px) {
    .store-footer .lg\:grid-cols-6 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:col-span-2 {
      grid-column: span 1 / span 1;
    }
}









/* testing */