/* ========== Header Styles ========== */
:root {
  --color-primary: #ebc607; 
}

body {
  background: #f6f7f7 !important;
}

.main-nav-container {
  background: url(https://i.postimg.cc/T1pzf84k/1445-07-13-18-37-59-9a77154b.jpg);
}

.bg-inherit {
  background: url(https://i.postimg.cc/T1pzf84k/1445-07-13-18-37-59-9a77154b.jpg) !important;
}

.top-navbar {
  color: #f0ca05;
  background: #323232;
}

.top-navbar .s-search-input {
  background-color: rgb(0 0 0);
  border: 0.8px solid #ebc607;
}

.header-buttons button {
  border: 1.6px solid #ebc607;
}

.header-btn__icon {
  background: #323232;
  color: #fff;
  border: none;
}

 .main-menu li.root-level:hover > a {
    color: #fff !important;
}



.main-menu li.root-level:hover > a:after {
    opacity: 1;
    transform: scaleY(-1);
    color: #fff !important; 
}


.main-menu .sub-menu li a:hover,
.main-menu .has-children .sub-menu li a:hover {
    color: var(--color-primary) !important;
    background-color: rgba(229, 231, 235, 0.2);
}


.main-menu li.root-level:hover > a {
    color: #fff !important;
    background-color: transparent !important;
}

.sicon-menu {
  color: #333 !important;
}



/* ========== Banner Styles ========== */

.s-block--fixed-banner .container {
  padding-right: 0;
  padding-left: 0;
}

.banner--fixed img {
  border-radius: 0 !important;
}

.s-block--fixed-banner:nth-child(4) {
  margin-bottom: -64px !important;
}

@media (max-width:768px){
.lazy__bg {
    background-repeat: no-repeat !important;
}
.banner-entry {
    height: 97px !important;
    overflow:hidden;
    border-radius:10px;
}

}

@media (max-width: 768px) {
  .grid.one-row.md\:grid-cols-2.grid-flow-row.gap-3.sm\:gap-8 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    margin-top: -20px;
  }
}


/* ========== Footer Styles ========== */

.footer-is-light .store-footer .store-footer__inner {
 background-color: #fff;
 color: #333;
}

.store-footer__inner {
  background: #fff !important;
  border: none;
}

.store-footer * {
  color: #333;
}



@media (max-width: 767px) {
.footer-is-light .store-footer .store-footer__inner {
        margin-top: 0px !important;
    }
}

  
@media (max-width: 767px) {
  .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 {
    display: flex;
    flex-direction: column;
}
}

    
/* ========== Product Card Styles ========== */


.s-button-primary-outline {
  background: #ebc607;
  color: #323232;
  border: unset;
}

.s-button-primary-outline:hover {
  background: #333;
  color: #ebc607;
}

.s-button-primary:hover {
  background: #333 !important;
  color: #ebc607;
}


/* ========== Payment Styles ========== */

.custom-payment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  margin-top: 10px;
  padding: 0;
}

.custom-payment-list-item {
  flex: 0 0 auto;
  width: 55px;
  height: 45px;
}

.custom-payment-list-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.custom-payment-list-item svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
    padding: 12px 0px;
}  

.custom-payment-wrapper {
  background: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .custom-payment-list-item {
    width: 40px;
    height: 30px;
  }

  .custom-payment-list {
    gap: 8px;
  }
}

/* ========== Responsive  Paymyment Styles ========== */

@media (max-width: 767px) {
  .custom-payment-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 8px; 
    padding: 0 5px;
  }

  .custom-payment-list-item {
    width: 100%;
    height: 20px;
    padding: 3px; 
  }

  .custom-payment-list-item img,
  .custom-payment-list-item svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
   
  .custom-payment-list-item svg {
         width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
    padding: 0px;
  }
  
}

.custom-payment-list-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-payment-list-item-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.custom-payment-list-item-2 svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 3px 0px; 
}

.custom-payment-list-2 {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 5px;
  }

  .custom-payment-list-item-2 {
    flex: 0 0 auto;
    width: 55px;
    height: 25px;
  }

@media (max-width: 768px) {
  .custom-payment-list-2 {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden;
    gap: 5px;

  }
  .custom-payment-list-item-2 {
    width: 30px;
    height: 20px;
  }
  .custom-payment-list-item-2 svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 0px; 
}
}

/* ========== Features Styles ========== */

.container-107 {
  padding: 5px 2px;
  margin: 10px auto;
  box-sizing: border-box;
}

.flex-features {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  gap: 0;
}

.flex-feature-item {
  width: 33.33%;
  padding: 0 8px;
  box-sizing: border-box;
}

.flex-feature-item > div {
  background: #fff;
  border: 1px solid #ebc607;
  border-radius: 8px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
}

.flex-feature-item span {
  font-size: 14px;
  white-space: nowrap;
  line-height: 1.2;
  color: #000;
}

.flex-feature-item svg {
  stroke: #ebc607;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .flex-feature-item {
    width: 32.33%;
    padding: 0 4px;
  }

  .flex-feature-item > div {
    padding: 12px 16px;
  }

  .flex-feature-item span {
    font-size: 12px;
  }

  .flex-feature-item svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 420px) {
  .flex-feature-item {
    padding: 0 2px;
  }

  .flex-feature-item > div {
    padding: 10px 10px;
    gap: 5px;
  }

  .flex-feature-item span {
    font-size: 11px;
  }

  .flex-feature-item svg {
    width: 13px;
    height: 13px;
  }
}

.top-selling-section {
    background: url(https://i.postimg.cc/T1pzf84k/1445-07-13-18-37-59-9a77154b.jpg);
    border-radius: 12px;
    padding: 15px 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    width: 100%;
}

.top-selling-title {
    text-align: start;
    font-size: 28px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
    padding-right: 10px;
}

.top-selling-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (max-width: 768px) {
                .top-selling-title {
                    font-size: 25px;
                }
                .top-selling-grid {
                    display: flex;
                    overflow-x: auto;
                    scroll-snap-type: x mandatory;
                    padding-bottom: 10px;
                    -webkit-overflow-scrolling: touch;
                }
                
                .top-selling-grid::-webkit-scrollbar {
                    display: none;
                }
                .top-selling-grid {
                    -ms-overflow-style: none; 
                    scrollbar-width: none; 
                }

                .top-selling-grid > * {
                    scroll-snap-align: start;
                    flex-shrink: 0;
                    width: 80%;
                }
            }

            @media (max-width: 992px) and (min-width: 769px) {
                .top-selling-grid {
                    grid-template-columns: repeat(2, 1fr);
                }
            }