/** Shopify CDN: Minification failed

Line 113:0 All "@import" rules must come first

**/
/* trust badges css */

.trust-badges-section {
  padding: 20px 0;
  text-align: center;
}

.trust-badges-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.trust-badge {
  width: 60%;
  margin: 10px;
  transition: transform 0.2s ease-in-out;
}

.trust-badge:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .trust-badge {
    max-width: 80px;
    margin: 5px;
  }

  .widthTrust {
    width: 30%;
  }
  .header__search .modal__toggle{
    padding-left:0px !important;
    border-bottom:0px !important;
    width:auto !important;
  }
}

.trust-badges-container {
  padding: 20px 0px 20px 0px;

  gap: 30px;
}

.trust-badges-section {
  padding: 60px 13px;
}


p.icon-with-caption__text.align-center {
    font-size: 25px;
}



.trust-badges-container .img_trst img.trust-badge {
        min-height: 145px;
        object-fit: contain;
        object-position: center;
}




/* trust badges css */







.shopify-policy__container{

  max-width: 100rem!important;
}

.shopify-policy__body li{

      list-style: disc;
}

/* featured products css */

.featured-products {
  position: relative;
  z-index: 1;
}

.featured-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background: #ffffff;
  z-index: -1;
}
.featured-products::before {
  top: auto;
  bottom: 0;
  height: 58%;
}

@import url('https://fonts.googleapis.com/css2?family=Festive&display=swap');

/* Ensure parent is positioned */
.mega-menu {
  position: relative;
}

/* Dropdown container */
#MegaMenu-Content-1 {
  position: absolute;
  top: 100%;
  left: 24%;
  transform: translateX(-50%); /* centers under menu */
  
  max-width: 400px;
  width: 100%;
  
  background: #fff;
  padding: 20px;
  z-index: 20;

  /* Smooth animation */
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(10px);
  transition: all 0.25s ease;
}

/* Show on hover */
.mega-menu:hover #MegaMenu-Content-1 {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Layout: side-by-side columns */
#MegaMenu-Content-1 .mega-menu__list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
}

/* Each column */
#MegaMenu-Content-1 .mega-menu__list > li {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#MegaMenu-Content-1 .mega-menu__list > li a:hover{
  color:#BC4558;
}
/* Titles */
#MegaMenu-Content-1 .mega-menu__link--level-2 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Submenu items */
#MegaMenu-Content-1 .list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Optional: improve link spacing */
#MegaMenu-Content-1 a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.header__search .modal__toggle{
  border-bottom: solid 1px #f5e6e0;
  padding-left:150px;
  list-style-type: none;
  width: 200px;
  display: flex;
  justify-content: flex-end;
}

.jdgm-revs-tab-btn{
  display:none !important;
}
