@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

html,
body,
div,
span,
p,
a,
button,
input,
textarea,
select,
label,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
th {
  font-family: "Inter", sans-serif !important;
}

*:not(i):not(svg):not(path):not([class*="icon"]):not([class*="fa"]):not([class*="sicon"]) {
  font-family: "Inter", sans-serif !important;
}



/* Add custom CSS styles below */ 
header.store-header.centered_logo {
    margin-top: 70px ;
}
/* hero section */
.hero-section .container {
    margin-top:250px !important
}
.hero-section {
position:relative;
}
.fill:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    background:#00000040 !important;
    z-index:1
}
.hero-section h2{
    font-size: 37px;
    color: #ffffdd !important;
    position:relative;
}
p.advanced-slider__caption__inner__content__text {
    color: #ffffdd !important;
}
.hero-section h2:before{
    content:"";
    position:absolute;
    background:url(https://i.ibb.co/939sPYgH/Rectangle-1-png.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width: 300px !important;
    height:200px !important;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
}


.hero-section a{
    margin:10px 0;
    padding:10px 20px ;
    border-radius:10px
}
.hero-section a:hover{
    background:black !important
}
.hero-section a:before{
      background:black !important;
    border-radius:10px ;
        color:#f5eb97 !important;

}
.hero-section span{
    color:black !important;
    font-size:22px;
    font-weight:700;
}
.hero-section a:hover span{
        color:#f5eb97 !important;
}
@media (max-width:767px){
.hero-section{
    height:400px
}
.fill:before{
    height:400px;
   
}
  .hero-section .container {
    margin-top:130px !important; 
}
.hero-section video.object-fill.object-center.w-full.h-full {
   height:450px 
}
  .hero-section h2 {
    font-size: 18px;
}

.hero-section h2:before {
    width: 100px !important;
    height: 75px !important;
}
  .hero-section a {
    margin: 0;
    padding: 10px 20px;
    border-radius: 10px;
}
.hero-section span {
    color: black !important;
    font-size: 15px;
    font-weight: 700;
}
  section.s-block.s-block--bundle-image-marquee {
    margin-top: 4rem;
}
}
section.s-block.s-block--bundle-image-marquee {
    margin-top: 0;
}
/* bannar section */
.bannar-section img.advanced-slider__image.w-full.h-full.object-contain.object-center {
    object-fit: contain !important;
    background: #f7f4ea !important;
    width: 80%;
  border-radius: 19px !important;
    margin: auto;
}
body.slider_has_overlay .advanced-slider .swiper-slide:before, body.slider_has_overlay .advanced-slider salla-slider[static-when-single]:before{
  display: none;
}
.bannar-section h2{
    font-size: 40px;
    color: #ffffdd !important;
}
.bannar-section h2{
    font-size: 50px;
    color: #ffffdd !important;
}
.bannar-section p{
    font-size: 20px;
    color: #ffffdd !important;
}
.bannar-section a{
    margin:10px 0;
    padding:9px 18px ;
    border-radius:8px
}
.bannar-section a:hover{
    background:black !important
}
.bannar-section a:before{
      background:black !important;
    border-radius:10px ;
        color:#f5eb97 !important;

}
.bannar-section span{
    color:black !important;
    font-size:18px;
    font-weight:700;
}
.bannar-section a:hover span{
        color:#f5eb97 !important;
}
@media (max-width:767px){
  .bannar-section img.advanced-slider__image.w-full.h-full.object-contain.object-center {
    object-fit: cover !important;
    background: #f7f4ea !important;
    width: 100%;
    height: 200px;
    border-radius: 0 !important;
}

  .bannar-section h2 {
    font-size: 22px;
}

  .bannar-section p {
    font-size: 16px;
    margin-top: -18px;
}
}
/* footer */
@media(min-width:1200px){
  .store-footer{
    position:relative;
}

.store-footer:before{
    content:"";
    position:absolute;
background:url(https://i.ibb.co/bMh4r7KP/logo-black-transparent-12percent.png);
    background-repeat:no-repeat;
    background-size:contain;
      background-position: center;
    width:75%;
    height:290px;
    right:50%;
    top:-30px;
    transform:translateX(50%);
      opacity: 0.20;
}  
}


body::before {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #ddcf86;
    background-image: url(https://i.ibb.co/LXt9sPYx/Group-1-2-png.webp);
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999999 !important;
    pointer-events: none;
    animation: introExit 2.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

body::after {
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(
        120deg,
        transparent 18%,
        rgba(255,255,255,0.22) 50%,
        transparent 82%
    );
    background-size: 250% 100%;
    z-index: 9999999 !important;
    pointer-events: none;
    animation: introShimmer 2.5s ease forwards;
}

@keyframes introExit {
    0% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0px) brightness(1);
        clip-path: inset(0% 0% 0% 0% round 0px);
    }

    72% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0px) brightness(1);
        clip-path: inset(0% 0% 0% 0% round 0px);
    }

    82% {
        opacity: 1;
        transform: scale(1.025);
        filter: blur(0px) brightness(1.28);
        clip-path: inset(0% 0% 0% 0% round 0px);
    }

    100% {
        opacity: 0;
        transform: scale(0.88);
        filter: blur(14px) brightness(1.45);
        clip-path: inset(8% 8% 8% 8% round 20px);
    }
}

@keyframes introShimmer {
    0% {
        opacity: 0;
        background-position: 180% center;
    }

    15% {
        opacity: 0.75;
    }

    72% {
        opacity: 0.75;
        background-position: -80% center;
    }

    100% {
        opacity: 0;
        background-position: -80% center;
    }
}

/* bannar latest-product*/
.custom-products-hero {
    min-height: 100vh;
    width: 100%;
    background: url(https://i.ibb.co/3YTc29Bn/Rectangle-6.webp) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    direction: inherit;
    padding: 80px 20px;
}
.custom-products-hero-content h3 {
  color: #8f9b65;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
}

.custom-products-hero-content h1 {
  color: #000;
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 16px;
}

.custom-products-hero-content p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.hero-section a{
  transition: 0.4s
}
.hero-section a:hover{
    background:#f5eb97 !important;
    color:#000 !important;
    border:1px solid #000
}
.custom-products-hero-btn {
  display: inline-block;
  background: #000;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 768px) {
  .custom-products-hero {
    min-height: 360px;
    padding: 60px 15px;
  }

  .custom-products-hero-content h3 {
    font-size: 24px;
  }

  .custom-products-hero-content h1 {
    font-size: 30px;
  }

  .custom-products-hero-content p {
    font-size: 15px;
  }
}

body.product-index-latest header.store-header.centered_logo {
    margin-top: 45px !important;
    margin-bottom: -130px;
    z-index: 1;
}

body.product-index-latest div#mainnav {
    background: transparent;
}
@media (max-width:767px){
    body.product-index-latest header.store-header.centered_logo {
    margin-top: 10px !important;
    margin-bottom: -83px;
    z-index: 1;
}
}




.container.mb-8.sm\:mb-24 {
    margin-top: 125px !important;
}



.custom-fqe-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.fqe .custom-fqe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 8px 22px;
    border-radius: 10px;
    background: #111;
    color: #f5eb97;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.fqe .custom-fqe-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
    background:#f5eb97;
  color: #000;
  border: 1px solid black
  
}
.rounded_contacts a, .rounded_contacts a i {
    background: #f5eb97;
}

.main-content.blog-category article * {
    background-color: transparent !important;
}