/** Shopify CDN: Minification failed

Line 732:13 Expected identifier but found whitespace
Line 732:14 Unexpected "0.3s"
Line 1752:14 Expected "{" but found "("

**/
body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: var(--body) !important;
  line-height: var(--line-height-body) !important;
}

h1, h2, h3, h4 {
  font-family: 'Montserrat', sans-serif !important;
  /* font-weight: 700 !important; */
}

.page-width {
  max-width: 1470px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}
section#shopify-section-template--23262552916218__main {
    background: #ffffff;
}
#shopify-section-template--23262552883450__main .blog-banner__title{
      padding: 30px 10px;
    width: 60%;
    align-items: center;
    text-align: center;
    font-size: 37px !important;
    line-height: 47px !important;
}

/* global button */
.btn {
  background-color: #104682 !important;
  color: #ffffff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  padding: 8px 14px !important;
  /* border:1px solid #104682 !important; */
  text-decoration: none !important;
  border:1px solid #104682 !important;
  transition: 0.3s;
}
.btn:hover {
  background-color: #ffffff !important;
  color: #104682 !important;
  border:1px solid #104682 !important;
  transition: 0.3s;
}
.video-gallery-section {
  padding: 80px 0 80px 0;
  background: #fff;
}
/* Base Padding for Desktop */
.sec-pad {
  padding-top: 100px;
  padding-bottom: 100px;
}

span.circle-divider {
    display: none;
}
.sec-pad-template--23271934099706__custom_sale_banners_3TwpY4.page-width {
    padding-bottom: 100px !important;
}
h1.banner__heading.inline-richtext.h1 {
    color: #000000 !important;
}
.banner__text.rte p {
    font-family: Montserrat;
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 28px;
}
/* header css start */
.header{
  padding:14px 15px !important; 
}
.shopify-section-header-sticky {
    position: sticky;
    top: 0;
}
.contact-list a{
    word-break: break-word;
}
.section-header .header-wrapper{
    background-color:#F5F5F5! important;
    border-bottom:0 !important;
}
/* .header-wrapper{
    padding: 6.5px;
} */
.custom-menu-bar {
  width: 100%;
  background: #104682;
  padding: 14px 0;
}

.custom-menu-bar .list-menu {
  /* display: flex;
  justify-content: center; */
  gap: 32px;
}

.custom-menu-bar .list-menu__item--link {
  color: #fff;
  padding:14px 0;
  font-weight: 500;
}

.header__menu-item,
.list-menu__item,
header details summary,
header a {
  text-decoration: none !important;
  border-bottom: none !important;
}
.custom-menu-bar nav span{
font-family: Montserrat;
font-weight: 600 !important;
font-size: 14px !important;
line-height: 24px !important;
color: #fff !important;
text-decoration:none !important;
}
/* sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
    padding: 0px !important;
} */

.header__inline-menu a span {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    text-decoration:none !important;
}
/* .custom-menu-bar .header__menu-item{
  padding:0px !important;
} */
.custom-menu-bar .page-width{
  padding:0 15px !important;
}
.custom-header-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-count-bubble {
  position: absolute;
  top: -6px;
  right: -8px;
  background: red;
  color: #fff;
  font-size: 10px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* slider-section */
.slideshow .banner__box {
    padding: 0;
    background: unset;
}
.drawer__cart-items-wrapper .cart-item__media img {
    border: 1px solid #dddddd;
}
.banner__box{
  padding-left:15px !important;
}
.slideshow:not(.banner--mobile-bottom) .slideshow__text-wrapper{
  /* height:696px; */
  padding:0px !important;
}
.slideshow__controls.slider-buttons {
    margin-top: -44px !important;
    border:unset !important;
}
.cart-item__details a {
    text-decoration: none !important;
}
span.dot {
    width: 48px !important;
    height: 6px !important;
    border-radius: 0px !important;
    background-color: #B3B3B3;
    border: unset !important;
    /* gap: 12px !important; */
}
.slider-counter__link--dots{
  padding:0px !important;
}
.slideshow__control-wrapper{
  gap:12px;
}
.slideshow__slide .banner__buttons {
    font-size: 18px !important;
    line-height: 28px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    background-color: #104682 !important;
    border:1px solid #104682 !important;
    margin-top:30px !important;
}
.slideshow__slide .banner__buttons a{
  opacity:unset !important;
  cursor:pointer !important;
}

h2 {
    text-align: center;
    position: relative;
    font-size: 28px; /* Aapki design ke hisaab se adjust karein */
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding-bottom: 15px; /* Text aur line ke beech ka gap */
    display: block;
        margin-top: 0;
}

h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    
    width: 235px; 
    height: 2px;
    
    background: linear-gradient(
        to right, 
        rgba(16, 70, 130, 0.1) 0%, 
        rgba(16, 70, 130, 1) 50%, 
        rgba(16, 70, 130, 0.1) 100%
    );
}



/* single product page */

.product .product-image-grid {
    position: sticky;
    top: 50px;
}
.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
    display: none;
}
  .trust-badge-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Desktop: 4 columns */
    /* border: 1px solid #e2e2e2; */
    /* border-radius: 8px; */
    margin: 20px 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 44px 0px #0000001A;

  }
.product__info-container .product__title h1{
  font-weight: 600 !important;
  font-size: 25px !important;
  line-height: 33px !important;
  text-transform: uppercase;
}
.summary__title {
  display: flex;
  align-items: center;
}

.summary__title svg, .summary__title img {
  margin-right: 1rem;
  width: 20px; /* Size adjust karein */
}

summary {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

.icon-caret {
  width: 24px !important;
  transition: transform 0.3s ease;
}
/* 
details[open] .icon-caret {
  transform: rotate(180deg);
}
details[open] .icon-caret {
  transform: rotate(180deg);
} */
.product__accordion h3{
font-weight: 600 !important;
font-size: 18px !important;
line-height:28px !important;

}
.product__accordion summary .icon-caret {
    display: flex !important;
    visibility: visible !important;
    position: static !important;
    margin-left: auto; 
}

/* .product__accordion details[open] summary .icon-caret {
    transform: rotate(180deg);
} */
.product__info-wrapper .product-form__quantity{
      display: flex;
      text-align: center;
      align-items: center;
      gap:8px;
      margin: 20px 0 20px 0;
}
.quantity__label span{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color:#777777;
}
.in-stock p{
   font-family: Montserrat;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color:#777777 !important;
}
.product__info-wrapper .quantity{
      width: calc(15rem / var(--font-body-scale) + var(--inputs-border-width) * 2) !important;
      border-color:#104682 !important;
}
.product__info-wrapper .quantity__input, .quantity__button{
font-weight: 600 !important;
font-size: 24px !important;
line-height: 34px !important;
}
.product__info-wrapper .button--full-width, .shopify-payment-button{
  width:30% !important;
  
}
.product__info-wrapper .product-form__buttons{
  display:flex;
  gap:15px;
  /* width: 75%; */
  height:62px !important;
}
.product__info-wrapper .shopify-payment-button__button--unbranded{
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 28px !important;
 background:unset !important;
 color: #104682;
 padding:11px!important;
  height:52px;
}

.product__info-wrapper .product-form__submit{
    font-family: Montserrat;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    background-color:#104682 !important;
    color:#ffffff !important;
   
}
.product__tax.caption.rte {
    display: none;
}
.product__info-wrapper .shopify-payment-button__button--unbranded:hover{
    font-family: Montserrat;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    background-color:#104682 !important;
    color:#ffffff !important;
    border:none !important;
}
/* Price Container Alignment */
.price__sale {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important; 
}

.price-item--sale {
    color: #004787 !important; 
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin:0 !important;

}

.price-item--regular {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 38px !important;
    color:#00000099 !important;

}
s.price-item.price-item--regular{
  padding-bottom: 10px;
}
.badge-discount-new {
font-weight: 600;
    font-size: 13px;
    line-height: 9px;
    background-color: #B50000;
    text-transform: uppercase;
    clip-path: polygon(0% 0%, 100% 1%, 91% 51%, 100% 100%, 0% 100%);
    color: #ffffff;
    width: 86px;
    height: 20px;
    padding:5px;
        margin-bottom: 15px;
}

.in-stock{
  display: flex;
  align-items: center;
  gap:10px;
  padding: 10px 0 10px;
}
.in-stock p{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 0;

}
.trust-badge-container{
  margin:0 !important;
}
.rating-container {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.rating-value {
font-weight: 600;
font-size: 24px;
line-height: 34px;
color:#777777;

}
.collection .sale-badge{
  display:none;
}
 .collection .price{
  text-align: end !important;
 }
 .collection .price-item--sale{
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
}
.collection .price-item--regular{
    font-weight: 600;
    font-size: 12px !important;
    line-height: 22px !important;
}
.related-slider-wrapper .custom-discount-badge{
  display:none !important;
}
.related-slider-wrapper form{
  display:none;
}
.related-slider-wrapper .card__heading.h5 a{
font-weight: 600;
font-size: 16px;
line-height: 26px;
text-decoration:none;

}
.related-slider-wrapper .d-flex{
flex-direction: row;
/* margin-top: -10px; */
}
.related-slider-wrapper .price__sale{
  flex-direction: column-reverse;
  gap:0px !important;
}
.related-slider-wrapper .price--on-sale .price__sale{
  flex-direction: column-reverse;
}
.related-slider-wrapper s.price-item.price-item--regular{
  padding-bottom:unset !important;
}
.related-slider-wrapper .price-item--sale{
font-family: Montserrat;
font-weight: 700;
font-size: 26px !important;
line-height: 36px !important;
    margin-top: -10px !important;
}
.related-slider-wrapper .price__sale{
  align-items:end !important;
}
.related-slider-wrapper .price-item--regular{
font-weight: 600;
font-size: 12px !important;
line-height: 22px !important;
color: #777777;

}
/* Image ke andar wale duplicate title ko hatane ke liye */
.card__inner .card__content .card__heading {
  display: none !important;
}

/* Isse niche wala (main title) safe rahega */
.card__information .card__heading {
  display: block !important;
}
.card__heading, 
.card__heading a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 1.2; 
}
.header__submenu li{
  position: relative;
  padding-left: 14px;
}
.header__submenu li a{
font-weight: 600;
font-size: 16px;
line-height: 26px;
color:#000000;
text-decoration:none !important;
}
.header__submenu li::before{
  content: "•";
    position: absolute;
    left: 15px;
    top: 43%;
    transform: translateY(-50%);
    font-size: 35px;
    color: #000;
}

#HeaderMenu-MenuList-1{
  min-width: 25rem;
}

#HeaderMenu-MenuList-2{
  min-width: 31rem;
}

#HeaderMenu-MenuList-3{
  min-width: 25rem;
}

#HeaderMenu-MenuList-4{
  min-width: 22rem;
}
#HeaderMenu-MenuList-5{
  min-width: 25rem;
}
#HeaderMenu-MenuList-6{
  min-width: 28rem;
}
#HeaderMenu-MenuList-7{
  min-width: 26rem;
}
#HeaderMenu-MenuList-8{
  min-width: 33rem;
}
#HeaderMenu-MenuList-9{
  min-width: 23rem;
}
/* Menu item */
.header__menu-item {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
.menu-drawer__menu.has-submenu .icon-caret{
  display:none !important;
}
/* Small down arrow */
.header__menu-item::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -3px;
  transition: 0.3s ease;
}

/* Rotate arrow when open */
details[open] > .header__menu-item::after {
  transform: rotate(-135deg);
  margin-top: 3px;
}
details#Details-menu-drawer-container {
    background: #104682;
    width:35px !important;
    height:35px !important;
    margin-right: 10px;
}

svg.icon.icon-hamburger path{
    fill: #ffffff !important;
}
svg.icon.icon-close path{
    fill: #ffffff !important;
}
.header__icon .icon{
    margin-top:-10px
}
.nw-slider-wrapper{
  z-index:1;
}






/* footer css */
h3.footer-block__heading.inline-richtext {
    font-size: 24px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
}
.footer-block__details-content li a {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    vertical-align: middle;
    text-decoration:none !important;
}
.footer-contact-section {
  color: #ffffff;
  /* padding: 20px; */
  /* font-family: Arial, sans-serif; */
}

.footer-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
ul.contact-list.aline-center li{
  align-items: center !important;

}
.icon-pause, .icon-caret {
    display: none !important;
}
.contact-list li .icon {
  margin-right: 15px;
  font-size: 18px;
  margin-top: 3px;
}

.contact-list li p {
  margin: 0;
  font-size: 18px !important;
  line-height:28px !important;
  font-weight:400 !important;
  color: #FFFFFF !important;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  /* margin-left:20px; */
}

/* .social-link {
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 12px; /* Placeholder for icons */
  transition: 0.3s;
} */

.social-link:hover {
  background-color: #ffffff;
  color: #000;
}
.footer-block.grid__item:nth-child(1){
    width:20%;
}
.footer-block.grid__item:last-child{
    width:20%;
}
.footer-block.grid__item.footer-block--menu{
     width:18%;
}
.footer-sec-pad{
  padding-top: 70px;
    /* padding-bottom: 70px; */
}
.footer__content-bottom.scroll-trigger.animate--slide-in {
    display: none;
}
.page-width.copy-right {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF80 !important;
    padding: 10 !important;
  }

.footer__content-top.page-width{
 padding-bottom:70px !important;
}
.page-width.copy-right p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color:#ffffff !important;
  margin:14px 0 14px 0;
}
p.footer-credit a {
    color: #ffffff;
    text-decoration: none;
    transition:0.3s;
}
p.footer-credit a:hover {
    color: #104682;
    transition:0.3s;
}
header.header {
    display: flex;
    justify-content: space-between;
}
.d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:3px !important;
}
.d-flex p{
  font-size:14px !important;
  line-height:24px !important;
  font-weight:600 !important;
  color:#777777 !important;
  margin:0px !important;
}
.contact-list.aline-center li span.icon {
    margin: 0;
}
.contact-list.aline-center li p{
   margin-left:10px !important;
}

.footer-block__details-content:not(.contact-list) li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* Hover color */
.footer-sec-pad 
.footer-block__details-content:not(.contact-list) li a:hover,
.footer-sec-pad 
.footer-block__details-content:not(.contact-list) li a:focus {
  /* color: #104682 !important; */
  /* font-weight: 500 !important; */
}

/* Contact list hover color change */
/* .contact-list li:hover p,
.contact-list li:hover a,
.contact-list li:hover .icon img {
  color: #104682 !important;
  filter: brightness(0) saturate(100%) invert(21%) sepia(57%) saturate(1049%) hue-rotate(183deg) brightness(91%) contrast(92%);
  transition: all 0.3s ease;
} */
/* Smooth underline */
.footer-block__details-content:not(.contact-list) li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #ffffff;
  transition: width 0.4s ease;
  border-radius: 10px;
}

.main-page-title {
   text-align: center !important;
   padding: 50px 0;
   font-size: 40px !important;
   line-height: 50px !important;
   color: #000000 !important;
   margin: 0;
   background-color: #b7c7da
}
.shopify-section.section{
   background-color: #b7c7da
}
.nw-img {
    border: 1px solid #dddddd;
}
/* underline on hover */
.footer-block__details-content:not(.contact-list) li a:hover::after,
.footer-block__details-content:not(.contact-list) li a:focus::after {
  width: 100%;
}
.footer-block__details-content .contact-list li a::after{
  display:none;
}

/* collection page  */

.collection .product-card-wrapper{
  background: #fff;
  padding: 15px;
  position: relative;
  box-shadow: 0px 4px 24px 0px #00000026;
}

.collection .in-stock{
  display:none;
}
.collection .badge-discount-new{
  display:none;
}
.collection .card__information{
  display: flex !important;
  justify-content:center;
  align-items:center;
  gap:10px;
}

.collection .price.price--sold-out.price--on-sale {
    text-align: end;
}
.collection .card__heading.h5 {
font-weight: 600;
font-size: 18px !important;
line-height: 28px !important;
/* width:50% !important; */

}
.collection .card__heading.h5 a{
text-decoration:none !important;
}
.collection .card__information .card__heading a{
  display:none;
}
.collection .card__information .card__heading.h5 a{
  display:block;
}
.custom-discount-badge {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  background: #B50000;
    color: #fff;
    font-size: 18px;
    line-height: 14px;
    font-weight: 600;
    padding: 4px 4px;
  z-index: 2;
  height:unset !important;
  width:unset !important;
}

.custom-atc-btn {
  width: 100%;
  background: #1f4b7a;
  color: #fff;
  border: none;
  padding: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.custom-atc-btn:hover {
  background: #163a5f;
}
.nw-btn {
    width: 100%;
    padding: 10px;
    /* background: #1f4e79; */
    color: #104682;
    border: none;
    margin-top: 18px;
    cursor: pointer;
    border: 1px solid #777777 !important;
    background: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
   
}
/* Change button background on hover */
.nw-btn:hover {
    background-color: #104682 !important;
    color: #ffffff !important; 
    transition: 0.3s;
  
}
.card__heading a:after{
  z-index:-1 !important;
}
.nw-btn:hover span{
    color: #ffffff !important; 
}
.nw-btn:hover img {
    filter: brightness(0) invert(1);
}
.nw-btn span {
    font-size: 18px !important;
    line-height: 28px!important;
    color: #104682!important;
    font-weight: 700!important;
    font-family: Montserrat;

}
.facets-vertical .facets-wrapper {
    padding-right:unset !important;
    margin-right:20px !important;
}
.product-grid-container .collection #product-grid{
  column-gap:20px !important;
  row-gap:20px !important;
  margin-top:0 !important;
}
.collection .grid--3-col-desktop .grid__item {
    width: calc(32% - var(--grid-desktop-horizontal-spacing) * 2 / 3) !important;
    max-width: calc(32% - var(--grid-desktop-horizontal-spacing) * 2 / 3) !important;
  }
.collection .price__sale{
  display: flex !important;
  flex-direction: column-reverse !important;
  margin-top:10px;
}
.collection s.price-item.price-item--regular{
  padding-bottom:0 !important;
  color: #777777 !important;

}
.collection .price-item--sale{
  line-height: 8px !important;
}
.collection .card-information>*+*{
margin-top:0 !important;
}
.collection .price__container{
  margin-top:-20px;
}
/* facets css */

/* .facets__sort-custom {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
} */

.facets__sort-custom summary {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
}

.facets__sort-list {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  /* gap: 10px; */
  margin-bottom:20px;
}

/* checkbox style */
.facets__sort-list .facet-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
}

/* hide default radio */
.facets__sort-list input[type="radio"] {
  display: none;
}

/* custom checkbox */
.facets__sort-list .checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
}

/* checked state */
.facets__sort-list input:checked + .checkmark {
  background: #949495;;
  border-color: #949495;;
}

.facets__sort-list input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* .facets__collections-custom {
  margin-top: 20px;
} */

.facets__collections-custom .facet-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 8px; */
  cursor: pointer;
}
.facets-container{
      border: 1px solid #cbc9c9 !important;
    padding: 10px !important;
    width:345px;
}
.facets-vertical .facets__summary{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    padding:0 !important;
    color:#000000 !important;
    padding-bottom: 10px !important;
    margin-top:20px;

}
.facet-checkbox{
  padding:0 0 10px !important;
}
span.facet-checkbox__text {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    color:#000000;
}
.facets__disclosure-vertical{
  border-bottom:0.5px solid #1212121a;
}
.facets__sort-custom {
    border-bottom: 1px solid #1212121a;
}
.facets__summary {
  position: relative;
  display: block;
  padding-right: 25px;
  list-style: none;
}

.facets__summary::-webkit-details-marker {
  display: none;
}

/* After se arrow create karein */
.facets__summary::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 30%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.3s ease;
}
details[open] .facets__summary::after {
  transform: translateY(-20%) rotate(-135deg);
}
span.facets__summary-label {
    text-decoration:none !important;
}
.facets__form-vertical{
  width:100%!important;
}
 .collection-hero h1 {
  color: #ffffff !important;
  text-align: center;
  padding: 30px;
  font-size: 40px !important;
  line-height: 50px !important;
}
.collection-hero__title {
  margin:0 !important;
}
facet-remove.mobile-facets__clear-wrapper {
    background: #121212;
}
facet-remove.mobile-facets__clear-wrapper a{
   color: #ffffff !important;
   text-decoration:none;
}
/* related section */
.related-products .product-card-wrapper{
  background: #fff;
    padding: 15px;
    position: relative;
    box-shadow: 0px 4px 24px 0px #00000026;
}
.related-products .in-stock, .badge-discount-new{
  display:none;
}
.related-products .card__information{
  display: flex;
  justify-content: space-between !important;
 
}
.related-products .card__information .price{
   text-align: right !important;
   margin-top:0px !important;
}
.related-products .sale-badge{
  display:none;
}
.product__accordion .accordion__content {
    padding:0 !important;
}
.product__accordion .accordion__content ul {
    margin:0 !important;
    padding-left:5px !important;
}

.sale-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #B50000;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height:14px;
  text-transform:uppercase;
  padding: 3px 3px;
  /* border-radius: 4px; */
  letter-spacing: 0.3px;
  clip-path: polygon(0% 0%, 100% 0, 82% 49%, 100% 100%, 0% 100%);
  width:80px;
   margin-top: 7px;

}
.product .d-flex p{
  display:none;
}
.product-item-code{
  font-family: Montserrat;
font-weight: 600;
font-style: SemiBold;
font-size: 22px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color:#777777;
}
.product-social-icon {
    gap: 8px;
    display: flex;
    margin-top: 25px;
    margin-left: 20px;
}
.product .product__info-container .product__title h1{
  text-transform: math-auto;
}

/* .product-image-item {
    border: 1px solid #dddddd;
} */
.card__media {
    border: 1px solid #dddddd;
}
.accordion__content.rte p {
    margin:10px 40px !important;
}
.related-products{
padding-bottom:100px !important;
}
.facet-checkbox input[type="checkbox"]:checked {
  background-color: #0066cc !important;
  border-color: #0066cc !important;
  appearance: auto; 
}
.facets__sort-list input[type="checkbox"]{
      width: 16px !important;
    height: 16px !important;
    border-radius: 0px !important;

}
.title-wrapper-with-link h1{
font-weight: 600 !important;
font-size: 40px !important;
line-height: 50px !important;
text-align: center;
text-transform: uppercase;
}
tr.cart_table {
   background-color: rgba(0, 0, 0, 0.1);
}
tr.cart_table th{
padding:15px;
color:#141414;
font-family: Montserrat;
font-weight: 600;
font-size: 16px;
leading-trim: NONE;
line-height: 110.00000000000001%;
text-transform: uppercase;
}
a.cart-item__name.h4.break {
font-family: Montserrat;
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;

}
cart-items .product-option{
  font-family: Montserrat;
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
}
.custom-cart-footer{
  display:flex;
  margin-top:40px;
  gap:20px;
}

.custom-cart-total{
  width:50%;
  border:1px solid #e5e5e5;
}
.coupon-div{
  width:50%;
}
.slideshow__controls .icon-caret{
  display:none !important;
}
.header__inline-menu .icon-caret{
  display:none!important;
}
.custom-cart-coupon{
    border:1px solid #e5e5e5;
    margin-bottom:10px;
}
.custom-cart-coupon h3,
.custom-cart-total h3{
  margin:0;
  padding:14px 18px;
  border-bottom:1px solid #e5e5e5;
  font-size:14px;
  font-weight:600;
  background-color: rgba(0, 0, 0, 0.1);
}
.facets-container .icon-caret {
    display: none !important;
}
.custom-cart-coupon p{
  padding:15px 18px 0;
  margin:0;
  font-size:14px;
}

.coupon-form{
  display:flex;
  padding:15px 18px;
}

.coupon-form input{
  flex:1;
  height:46px;
  border:1px solid #ddd;
  padding:0 15px;
}

.coupon-form button{
  height:46px;
  padding:0 25px;
}

.continue-shopping{
  display:block;
  padding:0 18px 18px;
  font-size:14px;
}

.cart-total-row{
  display:flex;
  justify-content:space-between;
  padding:14px 18px;
  border-bottom:1px solid #eee;
  font-size:16px !important;
  font-weight: 500 !important;
  color: #141414;

}

.cart-total-row.total{
  font-weight:700;
}

.tax-text{
  /* padding:0px 18px 0; */
  font-size:12px !important;
  color:#777;
}

.delivery-time{
  padding:0px 18px;
  color:#E20000 !important;
font-weight: 500 !important;
font-size: 14px !important;
}

.custom-cart-total .cart__checkout-button{
  width:100%;
  max-width:100%;
  /* margin:0 18px 18px; */
  background:#0d4b92;
  color:#fff;
font-weight: 500;
font-size: 18px !important;

}
.cart__footer>div:only-child{
  margin-left:unset !important;
}
a.underlined-link.mg-top {
  
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    color:#104682;

}
.coupon-form button{
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
background: #104682;

}
.custom-search-suggestions a span{
    font-family: Montserrat;
font-weight: 600;
font-style: SemiBold;
font-size: 16px !important;
leading-trim: NONE;
line-height: 26px !important;
letter-spacing: 0%;

}
.template-search .facets-wrapper{
  display:none;
}
h3.drawer__heading, .totals__total {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.drawer__inner a.cart-item__name.h4.break{
  font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-decoration:none;
}
.drawer__inner .product-option{
 display:none;
}
.drawer__inner .cart__ctas button {
    background: #104682 !important;
}
h2.cart__empty-text {
    font-size:28px !important;
    line-height:38px;
}
.drawer__inner h2::after {
    display:none !important
}
.cart-drawer__warnings .drawer__close {
    right: 5px;
    background: #104682;
}
.drawer__inner a.button{
 background: #104682;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;

}

.metafield-rich_text_field ul {
  list-style: none !important; 
  padding-left: 0 !important;
  margin: 1.5rem 0 !important;
}
.metafield-rich_text_field {
      margin: 10px 0 10px 20px;
}
.metafield-rich_text_field ul li {
  position: relative;
  padding-left: 1.5rem !important; 
  margin-bottom: 1.2rem !important; 
  line-height: 28px;
  font-size: 1.8rem; 
  color: #444;
}


.metafield-rich_text_field ul li::before {
  content: "•"; 
  color: #104682; 
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5rem;
  position: absolute;
  left: 1rem;
  font-size: 2.5rem; 
  top: -1px; 
}

/* Hover effect for better UX */
/* .metafield-rich_text_field ul li:hover {
  color: #000;
  transition: color 0.3s ease;
} */

  .product__media-list .product__media-item {
    display: block !important;
    visibility: visible !important;
  }
  .collection .card-wrapper .nw-btn {
    margin-top: 10px !important;
}
  .product__media-list .product__media-item.is-active {
    opacity: 1 !important;
    z-index: 2;
  }

  .product__media-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }

  
  .product__media-list {
    display: flex !important;
    overflow-x: auto;
  }
  .product__accordion .metafield-rich_text_field strong{
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    color:#121212 !important;
  }
 .product-image-item img{
  border: 1px solid #dddddd;
 }
.pagination__list a {
    background: #104682;
    color: #ffffff;
}
.pagination__list li a span svg path{
    fill:#ffffff !important;
}
.pagination__list .icon-pause, .icon-caret{
    display:block !important;
}
.pagination__item--current:after, .pagination__item:hover:after{
    display:none;
}
.template-search {
    background: #ffffff !important;
}

.collection-breadcrumb {
  margin: 0 0 25px;
  font-size: 14px;
  line-height: 1.5;
  display:flex;
  justify-content:center;
}

.collection-breadcrumb a {
  text-decoration: none;
  color: #104682;
}

.collection-breadcrumb span {
  color: #666;
  margin: 0 4px;
}

.collection-breadcrumb span:last-child {
  color: #000;
  font-weight: 600;
}

/* blog css */
.article-template{
  background:#ffffff !important;
  padding: 80px 10px 50px 10px;
}
.blog-banner__title{
  /* width: 60%; */
    align-items: center;
    text-align: center;
    font-size: 45px !important;
    line-height:55px !important;
    /* margin:0 !important; */
}
.blog-banner .collection-breadcrumb {
    margin-bottom: 25px !important;
}
section#shopify-section-template--25909583675665__main .blog-banner__title {
    padding:30px 10px;
    width:60%;
    align-items: center;
    text-align: center;
    font-size: 37px !important;
    line-height: 47px !important;
}
/* .testimonial-section-slick .slick-dots {
    display: block !important;;
} */

.blog-banner{
  display: flex;
    justify-content: center;
    flex-direction:column;
    align-items:center;
}
.search-modal__content .search-modal__close-button svg path{
  fill:#000000 !important;
}
.article-template__hero-medium.media img {
    width: unset !important;
}
.article-template__hero-medium.media{
    background:unset !important;
}
.article-main h4 {
    margin: 10px;
}
.article-main h2::after {
    content: unset !important;
}
.article-main h2{
    text-align:left;
    margin-top:30px;
    margin-bottom: 0;
    font-size: 30px !important;
    line-height:40px;
}
/* Layout Wrapper */
.article-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Left Content (Main Blog) */
.article-main {
  width: 100%;
}

/* Right Sidebar */
.article-sidebar {
  width: 100%;
  padding: 20px;
  background-color: #f9f9f9; 
  border-radius: 8px;
}

.popular-posts__title {
  margin-top: 0;
  font-size: 25px;
  border-bottom: 2px solid #b7c7da;
  padding-bottom: 10px;
  color: #333;
  font-weight:500;
}

.popular-posts__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.popular-posts__list li {
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
}

.popular-posts__list li:last-child {
  border-bottom: none;
}

.popular-posts__list a {
  text-decoration: none;
  color: #121212;
  font-weight: 500;
  transition: color 0.3s ease;
}

.popular-posts__list a:hover {
  color: #104682 !important; 
}
section#shopify-section-template--25909583708433__main {
    background: #ffffff;
}
.blog-articles__article.article.scroll-trigger.animate--slide-in {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}
.main-blog{
  padding:60px 10px 60px 10px !important;
}
p.article-card__excerpt.rte-width {
    margin: 10px 0 0;
}
.blog-articles__article .card__heading.h2 a{
  text-decoration:unset !important;
}
span.circle-divider {
    background: #104682;
    color: #ffffff;
    padding: 10px;
    font-size: 15px;
    line-height: 25px;
    margin: 10px;
}
.article-card__info{
  position: absolute;
    top: 260px;
}
.blog-articles__article{
  position:relative;
}
.header__submenu li:hover{
    background: #104682;
}

.header__submenu li:hover > a{
    color: #fff !important;
}
.header__submenu li:hover::before{
    color: #fff !important;
}
ul.header__submenu a.header__menu-item::after {
    display: none !important;
    content: none !important;
}
#ProductAccordion-collapsible_tab_8gMhUK-template--25909583970577__main.accordion__content.rte{
    position:relative;
}
#ProductAccordion-collapsible_tab_8gMhUK-template--25909583970577__main.accordion__content.rte::before {
    content: "•";
    color: #104682 !important;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 1.5rem;
    position: absolute;
    left: 0rem;
    font-size: 2.5rem;
    top: 4px;
}

@media screen (min-width:490px) and (max-width: 930px){
  .blog-articles {
        grid-template-columns: 1fr 1fr !important;
        column-gap: 20px;
        row-gap:20px;
    }
}
@media screen and (max-width: 990px){
  .article-template__hero-medium.media img{
    width:100% !important;
  }
}
@media screen and (min-width: 990px) {
  .article-layout {
    flex-direction: row;
    align-items: flex-start;
  }

  .article-main {
    flex: 1; 
    padding-right: 20px;
  }

  .article-sidebar {
    width: 450px; 
    position: sticky;
    top: 20px; 
  }
  
}

































@media(max-width:749px){

  .custom-cart-footer{
    flex-direction:column;
  }

  .custom-cart-coupon,
  .custom-cart-total{
    width:100%;
  }

}



















































/* responsive css */
@media (max-width: 1310px){
  .related-slider-nav {
    right: 20px !important;
  }
}

@media (min-width: 1290px) and (max-width: 1440px) {
    .page-width {
        max-width: 1300px !important;
    }
}
:root {
  --font-family: 'Montserrat', sans-serif !important;

  --h1: 50px !important;
  --h2: 40px !important;
  --h3: 32px !important;
  --h4: 24px !important;

  --body: 18px !important;
  --small: 14px !important;

  --line-height-heading: 1.2 !important;
  --line-height-body: 1.5 !important;
}

h1 {
  font-size: var(--h1) !important;
  line-height: 60px !important;
  font-weight: 700 !important;
}

h2 {
  font-size: var(--h2) !important;
  font-weight: 600 !important;
  color:#000000 !important;
  line-height:40px !important;
}

h4 {
  font-size: var(--h4) !important;
  font-weight: 600 !important;

}

p {
  font-size: var(--body) !important;
  font-weight: 300 !important;
}
 .banner--medium:not(.banner--adapt) {
    min-height: 696px;
  }
  .sec-pad-template--25909583970577__custom_sale_banners_3TwpY4.page-width {
  padding-bottom: 100px !important;
}
/* Tablet */

@media (max-width: 890px){

.custom-cart-footer{
  flex-direction:column;
}
.coupon-div{
  width:100%;
}
.custom-cart-total{
  width:100%;
}
.coupon-form button{
  font-size:14px;
}
}

@media (max-width: 1024px) {
  :root {
    --h1: 40px !important;
    --h2: 32px !important;
    --h3: 26px !important;
  }
  #shopify-section-template--23262552883450__main .blog-banner__title{
      padding: 30px 10px;
    width: 80%;
    align-items: center;
    text-align: center;
    font-size: 32px !important;
    line-height: 42px !important;
}
  h1{
    line-height:50px !important;
  }
  .sec-pad-template--23271934099706__custom_sale_banners_3TwpY4.page-width {
    padding-bottom: 50px !important;
}
  .product__info-container .product__title h1, .price-item--sale{
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .quantity__label span, .in-stock p, .rating-value{
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .product__info-wrapper .quantity__input, .quantity__button{
    font-size: 18px !important;
    line-height: 28px !important;

  }
  section#shopify-section-template--25909583675665__main .blog-banner__title {
    font-size: 32px !important;
    line-height: 42px !important;
    width:80%;
}
  

  .article-template{
  background:#ffffff !important;
  padding: 60px 10px 30px 10px;
}
  #shopify-section-template--25909583773969__banner .collection-hero h1{
    font-size: 35px !important;
    line-height:45px !important
  }
  .section-template--25909583773969__product-grid-padding{
    padding-top: 70px !important;
    padding-bottom:70px !important;
  }
  .sec-pad-template--25909583970577__custom_sale_banners_3TwpY4.page-width {
  padding-bottom: 70px !important;
}
.title-wrapper-with-link h1{
  font-size: 32px !important;
    line-height: 42px !important;
}
tr.cart_table th{
  font-size: 12px;
}
  a.cart-item__name.h4.break{
    font-size: 16px;
    line-height: 26px;
  }
  .main-page-title {

   font-size: 30px !important;
   line-height: 40px !important;
   
}
.blog-banner__title{
   font-size: 35px !important;
    line-height:45px !important;
}
}


@media screen and (max-width: 1165px){

}

@media (max-width: 1260px){
  .footer__blocks-wrapper{
    display: flex !important;
    flex-wrap: wrap  !important;
  }
  .footer-block.grid__item:nth-child(1) {
    width: 47%  !important;
}
.footer-block.grid__item.footer-block--menu {
    width: 47%  !important;
}
.footer-block.grid__item:last-child
 {
    width: 47% !important;
}
.category-overlay{
  font-size:16px !important;
  line-height:26px !important;
}
.collection .grid--3-col-desktop .grid__item{
  width: calc(48% - var(--grid-desktop-horizontal-spacing)
8px
 * 2 / 3) !important;
    max-width: calc(48% - var(--grid-desktop-horizontal-spacing) * 2 / 3) !important;
}
}
@media screen and (max-width: 780px) and (min-width: 750px) {
  .collection .grid--3-col-desktop .grid__item{
  width: calc(100% - var(--grid-desktop-horizontal-spacing)
8px
 * 2 / 3) !important;
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing) * 2 / 3) !important;
}
}

@media (max-width: 1360px) {
  h3.footer-block__heading.inline-richtext{
    font-size: 20px !important;
    line-height:28px !important;
  }
}

/* Mobile */
@media screen and (max-width:512px){
  .collection .grid--3-col-desktop .grid__item{
  width: calc(100% - var(--grid-desktop-horizontal-spacing)
8px
 * 2 / 3) !important;
    max-width: calc(100% - var(--grid-desktop-horizontal-spacing) * 2 / 3) !important;
}
}

@media (max-width: 768px) {
  :root {
    --h1: 28px !important;
    --h2: 24px !important;
    --h3: 22px !important;
    --body: 15px !important;
  }
      .blog-banner__title {
        width: 100% !important;
    }
  h2{
    line-height:28px !important;
  }
  h1{
    line-height:38px !important;
  }
  .footer-block.grid__item:nth-child(1) {
    width: 100%  !important;
}
.footer-block.grid__item.footer-block--menu {
    width: 100%  !important;
}
.footer-block.grid__item:last-child
 {
    width: 100% !important;
}
.footer-block-image{
  justify-content:start !important;
}
.article-template{
  background:#ffffff !important;
  padding: 40px 10px 20px 10px;
}
.main-page-title {

   font-size: 26px !important;
   line-height: 36px !important;
   
}
.footer-block__details-content
 {
    margin-bottom: 2rem !important;
}
.cart-count-bubble{
  left: 1.2rem !important;
  top:-10px !important;
}

#shopify-section-template--25909583773969__banner .collection-hero h1{
    font-size: 28px !important;
    line-height:38px !important
  }
   .section-template--25909583773969__product-grid-padding{
    padding-top: 40px !important;
    padding-bottom:40px !important;
  }
  .sec-pad-template--25909583970577__custom_sale_banners_3TwpY4.page-width {
  padding-bottom: 40px !important;
}
.banner--medium:not(.banner--adapt) {
    min-height: 450px !important;
  }
    .video-gallery-section
 {
        padding: 50px 0 70px 0 !important;
        background: #fff;
    }
    .product__info-container .product__title h1, .price-item--sale{
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .rating-value{
    font-size: 15px !important;
    line-height: 25px !important;

  }
  img.star-img{
    width:120px;
  }
  .section-template--25909583970577__main-padding{
      padding-top: 0px !important;
      padding-bottom:40px !important;
    }
    .title-wrapper-with-link h1{
      font-size: 28px !important;
    line-height: 38px !important;
    }

    .custom-pdp-form-wrapper {
    position: fixed !important;
    bottom: 0!important;
    left: 0!important;
    width: 100%!important;
    z-index: 9999!important;
    background: #fff!important;
    padding: 10px!important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.custom-pdp-form-wrapper .product-form__submit{
  margin-bottom:0px !important;
}
.product-form__buttons button, .amazon_btn{
 height:60px !important;
}

.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    animation: none !important;
    transition: none !important;
    opacity: 1!important;
    transform:none !important;
}

}
@media screen and (max-width: 660px) {
    /* Grid ko flexbox slider mein badalne ke liye */
    .product-image-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch;
        
    }
    .product-image-item img{
      width:100% !important;
      max-width:100% !important;
      height:unset !important;
    }
    .header__heading-logo-wrapper img{
      width:350px;
    }
    /* Har image ko full screen width dene ke liye */
    .product-image-item {
        width: 100% !important;
        min-width: 100% !important;
        flex-shrink: 0 !important;
        scroll-snap-align: center !important;
    }

    /* Scrollbar hide karne ke liye (Optional) */
    .product-image-grid::-webkit-scrollbar {
        display: none;
    }
}
@media screen and (min-width: 749px) and (max-width: 920px){
  .trust-badge-container{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 570px){
  .product__info-wrapper .product-form__buttons{
    display: contents;
  }
    .product .product-form__submit{
  width:100% !important;
}
.product .shopify-payment-button{
  width:100% !important;
  margin-bottom:10px;
}
.product .amazon_btn{
  width:100% !important;
}
}

@media screen and (min-width: 769px) and (max-width: 1165px){
  .product__info-wrapper .product-form__buttons{
    display: contents;
  }
   .product .product-form__submit{
  width:100% !important;
}
.product .shopify-payment-button{
  width:100% !important;
  margin-bottom:10px;
}
.product .amazon_btn{
  width:100% !important;
}
}

@media screen and (max-width: 990px) {
  .sec-pad {
    padding-top: 70px;
    padding-bottom: 70px;
  }
   .nw-arrivals {
  padding: 70px 0 70px 0 !important;
  
}
.custom-header-icons {
  gap:0px;
}
.custom-header-icons img{
  width:28px;
  height:28px;
}
  .page-width.copy-right{
    flex-direction: column;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
        /* margin:10px!important; */
  }
  .facets-container{
    width:290px !important;
  }
  .page-width.copy-right p {
        margin: 6px 0 0 0;
        text-align:center;
  }
   .sec-pad-template--25909583806737__custom_sale_banners_9UkQeK.page-width {
    margin-top: -50px !important;
}
.promo-card{
  padding:10px !important;
}
.align-center .promo-btn{
      margin-left: 30px !important;
}
.video-gallery-section
 {
    padding: 70px 0 70px 0;
    background: #fff;
}
.custom-menu-bar{
  display:none;
}

}


@media screen and (max-width: 1200px){
.feature-item span{
  font-size: 18px !important;
    line-height: 28px !important;
}

  .banner--medium:not(.banner--adapt) {
    min-height:500px;
  }
  
}

/* Responsive Adjustments for Mobile (749px) */
@media screen and (max-width: 749px) {
  .sec-pad {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-grid-container .collection #product-grid{
    column-gap: 30px !important;
  }
  .facets-container{
    width:100% !important;
  }
  .nw-arrivals {
  padding: 30px 0 30px 0 !important;
  
}
.product-grid-container .collection #product-grid{
  margin-top:20px !important;
}
.facets-vertical .facets-wrapper{
  margin-right:unset !important;
}
 .video-gallery-section
 {
    padding: 50px 0 50px 0 !important;
    background: #fff;
}
.product__info-container .product__title h1{
  margin-top:30px;
}

/* .video-grid{
  padding:unset;
} */
}

/* Responsive adjustment */
@media (max-width: 768px) {
    h2 {
        font-size: 22px;
    }
    h2::after {
        width: 60%;
        max-width: 235px;
    }
    .header__icon img{
    width:25px;
    height:25px;
}
  .blog-banner__title{
  width: 100% !important;
}
section#shopify-section-template--25909583675665__main .blog-banner__title {
    font-size: 30px !important;
    line-height: 40px !important;
    width:100%;
}

.header__icon .icon {
    margin-top: 10px;
    margin-left: 10px;
}
.header__icon, .header__icon--cart .icon
 {
    height: 25px !important;
    width: 25px !important;
  }
.custom-header-icons{
  gap:10px !important;
}
.header__icon--search img{
    margin-right: 20px;
}
    .footer-sec-pad{
  padding-top: 30px !important;
    /* padding-bottom: 30px !important; */
}
.footer__content-top.page-width{
   padding-bottom: 30px !important;
}
h1.banner__heading.inline-richtext.h1 {
    width: 80%;
}

.banner__text.rte p {
    width: 70%;
}
.blog-banner__title{
   font-size: 28px !important;
    line-height:38px !important;
}
}

@media(max-width:425px){

h1{
  font-size:20px !important;
  line-height:26px !important;
}
.banner__text.rte{
  font-size:10px !important;
  line-height:14px !important;
}
.btn{
  font-size:10px !important;
  line-height:14px !important;
}
.header__heading-logo-wrapper img{
      width:500px;
    }
.feature-item span {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .feature-item img{
      width:28px !important;
      height:28px !important;
    }
    .nw-name{
      font-size: 12px !important;
        line-height: 16px !important;
    }
    .nw-new{
      font-size: 22px !important;
        line-height: 26px !important;
    }
    .nw-old, .d-flex p{
      font-size: 8px !important;
        line-height: 16px !important;
    }
    .product__info-container .product__title h1, .price-item--sale{
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .trust-badge-container{
    grid-template-columns: repeat(2, 1fr);
  }
  .product__info-wrapper .product-form__buttons{
    display:contents;
    width:100%;
  }
  .product__info-wrapper .button--full-width, .shopify-payment-button{
    width:100% !important;
  }
}
@media(max-width:1440px){
    .custom-menu-bar .list-menu{
        zoom: 0.8;
        justify-content: center;
        align-items: center;
        /* display: flex; */
    }
    .custom-menu-bar nav span{
      font-size: 15px !important;
    line-height: 25px !important;
    }
    .section-template--25909583970577__main-padding{
      padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 1180px){
  .custom-menu-bar .list-menu {
    gap: 20px;
    zoom: 0.7 !important;
}
}
@media (max-width: 1440px) and (min-width: 1190px) {
  .dynamic-product-card{
     width: calc(48% - 10px) !important;

  }
 
}














