/** Shopify CDN: Minification failed

Line 637:2 "widht" is not a known CSS property
Line 1130:13 Expected identifier but found whitespace
Line 1130:18 Unexpected "0.3s"
Line 1138:3 Unexpected "/"

**/
.page-width.mpage-width-headr{
  max-width:1500px;
}
.footer-block__details-content .list-menu__item--link{
  font-size:12px !important;
  color:#4d4d4d !important;
}
.image-with-text__media{
  position:relative;
  overflow:hidden;
  width:100%;
  padding-bottom:100%;
  height:auto !important;
  min-height:unset !important
}
.image-with-text__media img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  vertical-align:middle;
  object-fit:cover;
}
/* M Dropdown Section */
.u-accordion-item-desc-container{
  padding: 5px 5px;
}
.u-accordion-item-title{
  opacity: 1;
  transition: opacity 0.4s ease;
}
.u-accordion-item .u-accordion-item-title {
  margin: 0;
  font-size: 18px;
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  box-sizing: border-box;
  align-items: center;
}

.u-accordion-item .u-accordion-item-desc {
  display: block;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
}
.u-accordion-item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.u-accordion-item .icon::before,
.u-accordion-item .icon::after {
  content: "";
  position: absolute;
  width: 12px;
  border-bottom: 1px solid #000;
  transition: all 0.4s ease;
   transform-origin: center;
}
.u-accordion-item .icon::before {
  transform: rotate(0deg);
}

.u-accordion-item .icon::after {
  transform: rotate(90deg); 
}

.u-accordion-item-title.active .icon::before {
  transform: rotate(360deg); 
}

.u-accordion-item-title.active .icon::after {
  transform: rotate(540deg);
}
.u-accordian-title-icon-wrapper{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.u-accordian-title-icon-wrapper strong{
  font-weight:600
}
.usp-box p{
  line-height:1;
}
.minventory-box p{
  line-height:1.2;
}
.m-footer-social-icons{
  margin-top:0 !important;
  justify-content:flex-start !important;
}
.footer__list-social.list-social:only-child{
  margin-right:auto;
}
.product__info-container .product__title{
  margin-top:0;
  margin-bottom:0;
}
/* New Guarantees */
.m-cstm-services {
  display: grid;
}
.m-cstm-services-box {
  text-align: center;
  padding: 0 10px;
  display:block;
}
@media screen and (max-width: 960px) {
  .m-cstm-services {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px;
  }
  .m-cstm-services .m-cstm-services-box:nth-child(4) {
    display: none;
  }  
}
@media(max-width:600px){
.m-cstm-services-box {
  padding: 0px 0px;
}  
  .m-cstm-services {
    gap: 5px;
  }
}
/* Product card */
.product-card-wrapper .card__heading a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:center;
}
.m-card__content{
  display:block !important;
}
/* Sticky ATC */
  .sticky-atc-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }

  .sticky-atc-bar.visible {
    transform: translateY(0);
  }

  .sticky-atc-bar .sticky-atc-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .sticky-atc-bar .sticky-atc-image {
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
  }

  .sticky-atc-bar .sticky-atc-info {
    flex: 1;
    min-width: 200px;
  }

  .sticky-atc-bar .sticky-atc-title {
    font-weight: 600;
    margin: 0 0 5px 0;
    line-height: 1.2;
  }

  .sticky-atc-bar .sticky-atc-price {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction:row-reverse;
    justify-content: flex-end;
    /* font-weight: bold; */
  }

  .sticky-atc-bar .sticky-atc-price .price-item--regular {
    text-decoration: line-through;
  }

  .sticky-atc-bar .sticky-atc-button button {
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
  }

  .sticky-atc-bar .sticky-atc-button button:hover {
    opacity: 0.9;
  }

  .sticky-atc-bar .quantity:after {
    border-radius: 4px;
  }

  .sticky-atc-bar .sticky-atc-variant select {
    min-height: 30px;
    border-radius: 4px;
  }

  @media (max-width: 768px) {
    .sticky-atc-bar .sticky-atc-content {
      gap: 10px;
      justify-content: space-between;
    }

    .sticky-atc-bar .sticky-atc-info {
      display: none;
    }

    .sticky-atc-bar .sticky-atc-quantity {
      display: none;
    }

    .sticky-atc-variant select {
      font-size: 12px;
    } 
  }
  .multicolumn .title-wrapper-with-link{
    justify-content:center;
  }
  .multicolumn .title-wrapper-with-link .title{
    text-align:center
  }
@media screen and (max-width: 750px) {
.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}
}
/* New Timer bar */
  .m-ntb-wrapper{
    display:flex;
    align-items:center;
    gap:10px;
    justify-content:center;
  }
  .m-ntb-text{
    line-height:1.2;
    text-align:center;
  }
  .m-ntb-text p{
    margin:0;
  }
  .m-ntb-timer-wrapper{
    display:flex;
    gap:5px;
  }
  .m-ntb-timer-block{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:2px;
    text-align:center;
    padding:4px 16px;
  }
  .m-ntb-digits{
    display:block !important;
    text-align:center;
    line-height:1;
  }
  .m-ntb-label{
    display:block !important;
    text-align:center;
    line-height:1;
  }
  @media(max-width:767px){
  .m-ntb-timer-block{
    padding:4px 10px;
  }    
  }
/*End New Timer bar */

.newsletter-form__field-wrapper .field__input{
  padding-left:5px;
}
.image-with-text__heading{
  margin-top:0 !important;
}
.rich-text__text{
  line-height:1.2
}
.collection .u-sale-bg{
  display:none;
}
.multicolumn-card__info>:nth-child(2){
  margin-top:0px !important;
}
.multicolumn-card__image-wrapper .media{
  padding-bottom: 80% !important;
}
/* M images Marque */
.M-marquee-containerWrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 200%;
}
.M-marquee-container {
  display: flex;
  width: fit-content;
}
.M-marquee-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
@keyframes track {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.M-marquee-item img {
  object-fit: cover;
  border-radius:10px;
}
.u-marque-container{
  position:relative;
  padding-bottom:40px;
}
.u-marque-content{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height:1.4;
  padding: 18px 23px;
  border-radius: 10px;
  border: 0px solid #000000;
  background-color: #ffffff;
  position: relative;
  width:fit-content;
  z-index: 3;
  text-align: center;
  box-shadow: -3px 7px 9px -2px #a09c9c;
}
.u-marque-text{
  margin:0 ! important;
}
/* m-faq */

.u-faq-wrapper{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.cstm-collapsible-content + .cstm-collapsible-content {
  border-top: none;
  margin-top: 0;
}
.collapsibleuz svg{
  width:26px;
  height:26px;
}
.collapsibleuz .m-faq-plus{
  display:block;
}
.collapsibleuz .m-faq-minus{
  display:none;
}
.collapsibleuz.active .m-faq-plus{
  display:none;
}
.collapsibleuz.active .m-faq-minus{
  display:block;
}
.contentopen {
  transition: all 0.2s ease;
}
.collapsibleuz.active .contentopen,
.ucustomaccordinaicon svg {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}
.containeruz {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.contentuz {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform-origin: top;
  transform: translateY(4px);
}

.active + .contentuz {
  transform: translateY(0);
}
.contentuz p {
  font-size: 14px;
  margin: 10px 0px 8px 0;
}
/* .cstm-collapsible-content:last-child {
  border: none;
} */
.u-faq-chevron {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.contentopen {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}



.collapsible-btn {
  background: none;
  border: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
  padding: 0;
}


/* M Testimonial Section */

.s-testimonial-container {
  margin:10px 70px;
  padding:20px 40px;
  text-align: center;
}
.m-testimonial-stars{
  line-height:1;
}
.m-testimonial-title{
  margin-top:0;
}
.m-testimonial-heading {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.m-testimonial-subheading {
  margin-bottom: 40px;
  text-align: center;
}
.m-testimonial-card {
  background: #fbfbfb;
  padding: 30px 25px;
  text-align : left;
}
.m-testimonial-title {
  margin-bottom: 10px;
}
.m-testimonial-review {
  margin-bottom: 15px;
}
.m-testimnial-author {
  display: block;
  font-weight: 600;
}
.custom-wrapper-arrow {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -180px;
}
.custom-nav-prev-sec{
  position: absolute;
  left: -4%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.custom-nav-next-sec{
 position: absolute;
  right: -4%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.swiper-pagination{
  position: relative !important;
  margin-top:20px;
}
.swiper-pagination-bullet {
  background: rgb(185, 171, 171) !important;
  opacity: 1 !important;
  margin: 0 6px !important;
  padding: 6px;
  margin: 6px;                  
}
.swiper-pagination-bullet-active {
  background: #242424 !important;
}
@media (max-width: 768px) {
  .s-testimonial-container {
    margin: 30px 15px;
    padding: 20px 10px;
  }
  .m-testimonial-heading {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .m-testimonial-suhheading {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .m-testimonial-card{
    padding: 20px 15px;
    text-align: left;
  }
  .m-testimonial-title {
    margin-bottom: 8px;
  }
  .m-testimonial-review {
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .custom-wrapper-arrow {
    display: none !important; 
  }
  .swiper-pagination {
    margin-top: 16px !important;
  }
  .swiper-pagination-bullet {
    padding: 6px;
    margin: 6px;
  }
}
.micon-mail-wrapper{
    height: 43px;
    width: 100%;
    background: #000;  
}
.micon-mail-wrapper svg{
  width:20px;
}
.micon-mail-wrapper svg path{
  fill:#fff;
}
.footer__newsletter.newsletter-form{
  margin-left:0 !important;
}
.newsletter-form__field-wrapper .field__input{
  border: 1px solid #fff;
  padding-left: 10px;
  background:transparent
}
.newsletter-form__field-wrapper .field__input:focus{
  padding: 1.5rem;
  padding-left: 10px;
}
.newsletter-form__field-wrapper .field__input::placeholder{
  opacity: initial;
  color: #fff;
}
.accordion__content{
  font-size: 13px;
}
.footer-news-block__text{
  font-size: 12px;
  color:#4d4d4d;
}
.u-footer-block__details-content .newsletter-form__field-wrapper .field::before,
.u-footer-block__details-content .newsletter-form__field-wrapper .field::after{
  box-shadow: none!important;
}
.u-footer-block__details-content .newsletter-form__field-wrapper .field__input:focus{
  box-shadow: none!important;
}
.u-offer-box{
  text-align:center;
  border: 1px solid black;
}
.u-offer-box h2{
  font-weight:bold;
}
.image-with-text-media-overlap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 15px;
  margin: 0 0 0 -30px;
}
.icon-cart-empty{
  height:26px !important;
  width:26px;
}
.icon-cart{
  height:26px !important;
  widht:26px;
}
.cart-count-bubble {
  background-color: #20761c !important;
  color: #ffffff !important;
}
.u-list-menu li a{
  font-size: 12px !important;
}
.u-list-menu li summary span{
  font-size: 16px !important;
  letter-spacing: 3.8px !important;
}
.u-list-menu li ul li a{
  font-size: 16px !important;
  letter-spacing: normal !important;
}

.M-marquee-wrapper {
  position: relative;
 
  overflow: hidden;
  width: 100%;
}
.M-marquee-containerWrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 200%;
}
.M-marquee-container {
  display: flex;
  width: fit-content;
}
.M-marquee-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
@keyframes track {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.M-marquee-text p {
  position: relative;
}
.custom-banner__buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem !important;
}

.custom-banner__buttons--multiple {
  flex-wrap: wrap;
  gap: 1.25rem;
}
.custom-button {
    display: inline-block;
    min-width: 180px;
    padding: 1rem 2rem;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-decoration: none;
    border: none;
}

/* Tablet Styles */
@media screen and (max-width: 768px) {
  .custom-banner__buttons {
    margin-top: 1.5rem;
    gap: 0.75rem;
  }

  .custom-button {
    min-width: 160px;
    padding: 0.875rem 1.5rem;
    font-size: 0.75rem;
  }
}
/* Mobile Styles - Updated to match reference */
@media screen and (max-width: 480px) {
  .custom-banner__buttons {
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-button {
    padding: 0.75rem 1rem;
    margin: 0.25rem 0;
  }
  }
.card__content {
  position: relative;
}

.card__information {
  position: relative;
}
.u-sale-bg {
  position: absolute;
  top: 0px; 
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 4px 8px;
  text-transform: uppercase;
  z-index: 2;
}
.u-sale-bg-text,
.sale-perc {
  line-height: 1;
}
.card-information .u-prices.price--on-sale .on-sale.price__sale{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
} 
.u-collection-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-card-wrapper  .price-item--sale{
  font-size:14px; 
  color:#20761c; 
  
 }
 .product-card-wrapper .price-item--regular{
  font-size:14px!important; 
  color:#000000 !important; 
    
 }
/* u-banner-with-text */
.hc-banner-button {
  display: inline-block;
  padding: 6px 20px;
  letter-spacing: 0.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer; 
  z-index: 3;
  position: relative;
}
.hc-banner-button:hover {
  opacity: 0.9;
}
.collection-list-wrapper .card__content{
  position: absolute!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 15px !important;
}
@media(min-width:769px){
  .collection-list-wrapper .card__content .card__information{
     width: fit-content;
     margin: 0 auto;
    padding: 10px 20px!important
  }
}
.collection-list-wrapper .card__content .card__information{
  background:#fff;
}
.collection-list-wrapper .card__content .card__heading{
  text-align:center;
  font-size:16px;
}
@media(max-width:769px){
  .collection-list-wrapper .card__content .card__heading{
    font-size:12px;
  }
  .collection-list-wrapper .card__content{
    width:90%
  }
}
.collection-list-wrapper .icon-wrap{
  display:none;
}
.collection-list-wrapper .full-unstyled-link{
  text-transform: uppercase;
}
/* U Testimonials */
.utestimonial-box {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
  margin: 20px;
  transition: .3s all ease;
  -webkit-transition: .3s all ease;
}
.utestimonial-rating {
  text-align: center;
  display: block;
}
.utestimonial-rating img{
  margin: 0 auto;
}
.utestimonial-box {
  text-align: center;
}
.utestimonial-review {
  margin-bottom: 20px;
  line-height: normal;
}
.utestimonial-info{
  margin: 0;
  line-height: normal;
}
.utestimonial-img {
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
.utestimonial-name {
  margin: 0;
  margin-top: 10px;
  line-height: normal;
}
.u-testim-section .slick-slider{
  margin-bottom: 0;
}
.u-testim-section .slick-dots{
  position: relative;
  bottom: 0;
}
.u-testim-section .slick-dots li button:before{
  font-size: 16px;
  color: transparent;
  border: none;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #1c1d1d;
  opacity: 0.4;
  transform: scale(0.6);
}
.u-testim-section .slick-dots li.slick-active button:before{
  opacity: 1;
  width: 10px;
  height: 10px;
  transform: scale(1);
}
.u-testim-section .slick-dots li {
  margin: 0;
}
@media (min-width: 991px){
 .u-testim-section .slick-current{
  transform: scale(1.4)
}
.u-testim-section .slick-track{
  margin: 50px 0 50px 0!important;
} 
}
@media (max-width: 991px){
   .u-testim-section .utestimonial-box{
     margin-bottom: 40px;
   }
}
/* U Guarantees Section */
.cstm-services-heading{
  margin:0;
  text-align:center;
  font-weight:600;
}
.cstm-services{
    display: grid;
  }
  .cstm-services-box{
    text-align: center;
    padding: 0 10px;
  } 
.cstm-services {
  display: grid;
  gap: 20px; 
}
@media (max-width: 767px) {
  .cstm-services {
    display: block; 
  }
}
.cstm-services .slick-dots{
  position: relative;
  bottom: -28px;
}
.cstm-services .slick-dots li button:before{
  font-size: 16px;
  color: transparent;
  border: none;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  background: #1c1d1d;
  opacity: 0.4;
  transform: scale(0.6);
}
.cstm-services .slick-dots li.slick-active button:before{
  opacity: 1;
  width: 10px;
  height: 10px;
  transform: scale(1);
}
.cstm-services .slick-dots li {
  margin: 0;
}

.minventory-box {
  display: flex;
  align-items: center;
}
.cstm-inventory-icon {
  position: relative;
  display: inline-block;
}

.cstm-inventory-icon:before {
  animation: inventory-animation 2s linear infinite;
}
.cstm-inventory-icon:after,
.cstm-inventory-icon:before {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

@keyframes inventory-animation {
    0% {
        opacity: 0.5;
    }

    to {
        transform: scale(2.5);
        opacity: 0;
    }
}
.umain-product .u-product-price{
 display: flex !important;
 align-items: center;
}
.usale-bg {
 display: flex; 
 gap:4px;
 padding: 5px 5px;
 border-radius: 30px;
 align-items: center;
 margin-bottom: 6px;
 font-weight:bold;
}
.u-atc{
 text-transform: uppercase !important;
 letter-spacing: 1.8px !important;
  
}
.product-form__buttons{
  max-width: 55rem !important;
}
.mpayment-badges-wrapper{
  text-align: center;
}
.mpayment-badges ul{
  justify-content: center;
}

.mcart-header{
  padding: 10px 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #000000;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
.mcart-header p{
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
#mtime{
  
    font-weight: bold;
  
  color: #121212; 
  font-size: 18px;
  display: inline-block;
}
.announcement-bar__message span{
  letter-spacing:0.3rem;
}
/* Footer Customizations */
.u-footer-block__heading-mob-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
    .footer .grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        align-items: baseline;
    }
}
@media screen and (max-width: 749px) {
    .footer .grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        align-items: baseline;
    }
}
/* .u-footer-dropdown-plus {
  width: 20px;
  height: 20px;
  display: block;
  transition: opacity 0.3s ease-in-out;
}

.u-footer-dropdown-minus {
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.u-footer-block__heading-mob-wrapper.active .u-footer-dropdown-minus {
  display: block;
  opacity: 1;
}

.u-footer-block__heading-mob-wrapper.active .u-footer-dropdown-plus {
  display: none;
  opacity: 0;
}

@media (max-width: 749px) {
  .u-footer-block__heading-desk {
    display: none;
  }

  .u-footer-block__heading-mob-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
  }

  .u-footer-block__heading-mob-wrapper .u-footer-block__heading-mob {
    margin: 0;
  }

  .u-footer-block__details-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
  }
  .footer__content-top{
    padding-left:20px!important;
    padding-right:20px!important;
  }
} */
/* .header__menu-item span {
  position: relative;
}

.header__menu-item span::after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -2px;
  width: 0;
  left: 0;
  background-color: #000; /* Adjust color as needed */
  transition: all 0.3s ease-in-out;
}

.header__menu-item:hover span::after {
  width: 100%;
}
.drawer__close .svg-wrapper{
  width:8px  !important;
} */
.drawer__close{
  min-width: 2.8rem !important;
  min-height: 2.8rem !important;
  background-color: #f3f3f3 !important;
  position: unset !important;
} 

.cart-drawer.quantity__input{
  border: 1px solid #7f7f7f;
}
.cart-drawer .mpayment-badges-wrapper h3{
  margin:5px !important;
  margin-top:14px !important;
}
.cart-drawer .mpayment-badges-wrapper .list-payment__item{
  padding:0px !important;
}
.shopify-policy__container{  
  max-width: 100ch !important;
  margin-bottom: 21px !important; 
}
.u-list-menu .header__menu-item  .header__submenu li{
  letter-spacing:1px;
}
.hasImage {
  padding: 3px !important;
  border-radius: 100% !important;
  width: 50px !important;
  height: 50px !important;
}
.hasImage img {
  border-radius: 100% !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cstm-rating-box a{
  text-decoration:none;
}
.cart-item__price-wrapper-two{
  display:flex!important;
  align-items:center;
  gap:5px;
}
.cart-item__old-price.price.price--end{
  opacity: 0.5;
  font-size: 14px;
}
.u-saved-price{
  font-size: 13px;
  font-weight: bold;
  color: #33af2c;
}
.product-form__input--pill input[type=radio]:checked+.hasImage{
  background:#fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px, rgb(51, 51, 51) 0px 0px 0px 3px;
  transition:all 0.2s ease-in-out!important;
}
.hasImage{
  border:none!important;
}
.hasImage img{
  transform: scale(1);
  transition:all 0.2s ease-in-out!important;
}
.hasImage:hover img{
  transform: scale(1.1);
}
.collection-hero__title{
  text-align:center;
  text-transform: uppercase;
}
/* Sticky ATC */
.matcBar{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  z-index: 99999;
  transform: translateY(100%);
  transition: .4s all ease;
  -webkit-transition: .4s all ease;
}
.matcBar.mvisible{
  transform: translateY(0);
}
.matc-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.matc-productinfo{
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  overflow: hidden;
}
.matc-img{
  width: 50px;
  min-width: 50px;
  height: auto;
}
.matc-titlePrice h5{
  margin-bottom: 0;
  white-space: nowrap;
}
.matc-price{
  color: var(--colorSalePrice);
  font-size: larger;
  font-weight: bold;
}
.matc-compare-price{
  text-decoration: line-through;
}
.matc-form {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}
.matc-quantityvariant .js-qty__wrapper{
  min-width: 100px;
}
.msticky-js-qty__num{
  height: 47px;
}
.matc-quantityvariant{
  display: flex;
  gap: 10px;
  align-items: center;
}
select#matc-variantsSelect{
  height: 47px;
}
.matc-form .variant-wrapper+.variant-wrapper{
  margin-top: 0;
}
.matc-btn{
  text-wrap: nowrap;
}
@media (max-width: 767px){
  .matc-img{
    display: none;
  }
  .matc-quantityvariant{
    display: none;
  }
}
/* Sticky Atc end */

.product-block.product-block--header{
  margin-bottom: 0;
}
.mshipping-note-wrapper {
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 15px;
}
.mshipping-note {
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .mshipping-flagIcon{
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 6px;
  }
  #mshipping-date {
    font-weight: bold;
  }
  .mshipping-note-dot {
    height: 10px;
    width: 10px;
    min-width: 10px;
    border-radius: 50%;
    display: inline-block;
    animation: blink 1.5s infinite;
  }
  
  @keyframes blink {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }

  #ufeaturesproducts .u-featured-products-box {
  /* height: 52rem !important; */
  padding: 2rem 0 !important;
  position: relative !important;
}
#ufeaturesproducts .tranding-slide {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  background-position: center !important;
  background-size: cover !important;
  width: 400px !important;
  height: 500px !important;
}
#ufeaturesproducts .tranding-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ufeaturesproducts .swiper {
  width: 100% !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 769px) {
  #ufeaturesproducts .tranding-slide {
    width: 240px !important;
    height: 320px !important;
  }
}
#ufeaturesproducts .u-featured-products-content {
  position: absolute;
  bottom: 20px;
  right: auto;
  left: auto;
  width: 100%;
  text-align: center;
  z-index: 2;
}
#ufeaturesproducts .u-featured-products-content p {
  text-transform: uppercase;
  color: white;
  font-size: 28px;
  padding: 0px 20px;
  margin: 15px 0px;
  line-height: 1.1;
}
#ufeaturesproducts .ubtn {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  padding: 7px 13px;
  border: 1px solid white;
  transition: 0.3s ease;
}
#ufeaturesproducts .ubtn:hover {
  color: black;
  padding: 7px 13px;
  border: 1px solid white;
  background: white;
}
#ufeaturesproducts .tranding-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#ufeaturesproducts .swiper-button-next,
#ufeaturesproducts .swiper-button-prev {
  display: block !important;
}
#ufeaturesproducts .swiper-button-next:after,
#ufeaturesproducts .swiper-button-prev:after {
  font-size: 20px !important;
  content: "next";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
#ufeaturesproducts .swiper-button-next:after {
  padding-left: 4px !important;
}
#ufeaturesproducts .swiper-button-prev:after {
  padding-right: 4px !important;
}
#ufeaturesproducts .swiper-button-next,
#ufeaturesproducts .swiper-button-prev {
  background: white;
  color: black !important;
  height: 50px !important;
  width: 50px !important;
  border-radius: 50%;
  transition: 0.4s ease;
}
#ufeaturesproducts .swiper-button-next:hover,
#ufeaturesproducts .swiper-button-prev:hover {
  background: black;
  color: white !important;
}
@media (max-width: 769px) {
  #ufeaturesproducts .swiper-button-next,
  #ufeaturesproducts .swiper-button-prev {
    height: 35px !important;
    width: 35px !important;
  }
  #ufeaturesproducts .swiper-button-next:after,
  #ufeaturesproducts .swiper-button-prev:after {
    font-size: 14px !important;
  }
  #ufeaturesproducts .swiper-button-next:after {
    padding-left: 3px !important;
  }
  #ufeaturesproducts .swiper-button-prev:after {
    padding-right: 3px !important;
  }
}

/* M Review Slider*/

.M-reviews-header h2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .M-reviews-wrapper .author-img {
    border-radius: 100%;
  }
  .M-reviews-wrapper .M-review-box-header {
    display: flex;
    gap: 20px;
  }
  .M-reviews-wrapper .M-review-content-title {
    font-size: 14px;
    margin: 20px 0px;
  }
  .M-reviews-wrapper .authorname {
    margin-top: 10px;
  }
  .M-reviews-wrapper .starsimg {
    margin-bottom: 10px;
  }
  .M-reviews-wrapper .M-review-box {
    margin-bottom: 50px;
    width: 100%;
    display: block;
  }
  .M-reviews-wrapper .swiper-button-prev,
  .M-reviews-wrapper .swiper-button-next {
    color: black;
    font-weight: bold;
    content: "prev";
    border: 1px solid #9b9b9b;
    border-radius: 100%;
  }
  .M-reviews-wrapper .swiper-button-prev {
    padding: 16px 22px 16px 20px;
  }
  .M-reviews-wrapper .swiper-button-next {
    padding: 16px 20px 16px 22px;
  }
  .M-reviews-wrapper .swiper-button-prev:after,
  .M-reviews-wrapper .swiper-button-next:after {
    color: black !important;
    font-size: 12px !important;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .M-reviews-wrapper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: 20px !important;
    width: 86%;
  }
  .M-reviews-wrapper .swiper-pagination-progressbar-fill {
    background: black !important;
  }
  .M-reviews-wrapper .swiper-button-next,
  .M-reviews-wrapper .swiper-button-prev {
    bottom: 0 !important;
    top: auto !important;
  }
  .M-reviews-wrapper .swiper-button-prev {
    right: 65px !important;
    left: auto !important;
  }
  .M-reviews-wrapper .M-review-box-info {
    display: flex;
    flex-direction: column;
  }
  .M-reviews-wrapper .M-review-box-header-wrapper {
    padding: 30px;
  }
  .M-reviews-wrapper .M-review-box-info svg {
    height: 16px;
    width: 16px;
  }
  @media (max-width: 1200px) {
    .M-reviews-wrapper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
      width: 87%;
    }
  }
  @media (max-width: 991px) {
    .M-reviews-wrapper .swiper-button-next,
    .M-reviews-wrapper .swiper-button-prev {
      display: none !important;
    }
    .M-reviews-wrapper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
      width: 100% !important;
    }
    .mlogo-footer img{
      margin: 0 auto;
    }
  }
  @media (max-width: 769px) {
    .mlogo-footer{
      margin-bottom: 20px;
      margin-top: 40px;
    }
  }

/* M Review Slider*/
.M-images-slider-title{
    text-align: center;
    margin-bottom: 40px;
  }
  .M-images-slider-title h2 {
      margin: 0px;
    }
    .M-images-slider-wrapper{
      position: relative;
    }
    .M-images-slider-wrapper .M-images-slider-image-box-header {
      position: relative;
      padding-top: 100%;
    }
      .M-images-slider-wrapper .M-images-slider-image-box-header img{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: top;
      }
  
  
    .M-images-slider-wrapper .M-images-slider-image-box {
      margin-bottom: 50px;
      width: 100%;
      display: block;
    }
    .M-images-slider-wrapper .swiper-button-prev,
    .M-images-slider-wrapper .swiper-button-next {
      color: #fff;
      background: #000;
      font-weight: bold;
      border-radius: 100%;
      text-rendering:auto;
      top: 35px;
      right: 0;
      left: unset;
    }
    .M-images-slider-wrapper .swiper-button-prev {
      padding: 16px 22px 16px 20px;
      right: 52px;
    }
    .M-images-slider-wrapper .swiper-button-next {
      padding: 16px 20px 16px 22px;
    }
    .M-images-slider-wrapper .swiper-button-prev:after,
    .M-images-slider-wrapper .swiper-button-next:after {
      color: #fff !important;
      font-size: 13px !important;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .M-images-slider-wrapper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
      position: relative;
      width: 100%;
    }
    .M-images-slider-wrapper .swiper-pagination-progressbar-fill {
      background: black !important;
    }
    .M-images-slider-wrapper .M-images-slider-image-box-info {
      display: flex;
      flex-direction: column;
    }
    .M-images-slider-wrapper .M-images-slider-image-box-header-wrapper {
      padding: 30px;
    }
    .M-images-slider-wrapper .M-images-slider-image-box-info svg {
      height: 16px;
      width: 16px;
    }
    @media (max-width: 991px) {
      .M-images-slider-wrapper .swiper-button-next,
      .M-images-slider-wrapper .swiper-button-prev {
        display: none !important;
      }
      .M-images-slider-wrapper .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
        width: 100% !important;
      }
    }
.collapsible-content__inner.rte p{
  font-size: 13px;
}
/* Swatches */
.mvariant-image img{
  vertical-align: middle;
  width: 70px;
  height:70px;
  object-fit: cover;
  object-position: top;
}
label.hasImage{
  padding: 2px;
  margin-right: 10px;
}
.mvariant_name{
  display: none;
}
.mvariant_name.mcoloroption{
  display: inline;
}
.mvariant_name.mcoloroption::before{
  content: " — ";
}

label.variant__button-label{
  min-width: 60px;
  text-align: center;
}
.variant-input-wrap.mother-inputs input[type=radio]:checked+label{
  background: #000;
  color: #fff;
}

label.variant__label.msize-label{
  display: flex;
  align-items: center;
  gap: 10px;
}
label.variant__label.msize-label button{
  margin: 0;
  padding: 0;
}
/* Swatches */
.m-textwrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 1s all ease;
  }
span.msale-badge{
  padding: 3px 10px;
}

.usp-bg-images{
    display: flex;
    align-items: center;
}
.usp-bg-images img{
   border-radius: 100px;
   object-fit: cover;
   object-position: top;
}
.usp-bg-box{
  display: flex; 
  align-items: center; 
}
.usp-bg-img2{
  margin-left: -10px;
}
.usp-bg-count{
  border-radius: 100px;
  margin: 0; 
  font-weight: bold;
  place-content: center;
  text-align: center;
  margin-left: -10px;
}
.mlogo-footer{
  margin-bottom: 40px;
}
.footer__title{
  font-weight: bold;
}
.swatch-label{
  text-transform: none !important;
}
span.swatch-label-container.size-chart-right .swatch-size-chart {
  top: 0!important;
  left: 0!important;
}
span.swatch-label-container.size-chart-right{
  display: flex;
  align-items: center;
  gap: 10px;
}
span.swatch-label-container.size-chart-right .swatch-size-chart button.scr-open-size-chart{
  padding: 0;
  margin: 0;
}
.cart__item-price-col.text-right .cart__price{
  color: #b10404;
  font-weight: bold;
}
.cart__item-price-col.text-right .cart__price--strikethrough{
  color: #000;
  font-weight: normal;
}
.grid-product__tag.grid-product__tag--sale{
  background: ;
  color: ;
}
.M-navigation-list{
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  justify-content: safe center;
  list-style: none;
  margin: 0;
}
.M-navigation-list::-webkit-scrollbar{
  display: none;
}
@media(max-width:769px){
  .M-navigation-list{
    padding-left:0;
  }
}
.M-navigation-list li{
  min-width: fit-content;
  border-bottom: 2px solid transparent;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 15px;
  transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.M-navigation-list li a{
  font-weight: 600;
  text-decoration:none;
  display: block;
}
.M-navigation-list li:hover{
  border-color: #2d2d2d;
  opacity: 1;
}
.M-navigation-list li.mnav-active{
  border-color: #2d2d2d;
  opacity: 1;
}

.mcartDrawer-trustpayment{
   display: flex; 
  flex-direction: column;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.mcartDrawer-trustpayment.minvertPayment{
  flex-direction: column-reverse;
}
.mpayment-badges ul{
  justify-content: center;
  display: flex;
  list-style: none;
  gap: 5px;
  padding: 0;
  margin: 0;
}

/* Cart Header */
.mcart-header{
    padding: 10px 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #000000;
  }
  .mcart-header p{
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    display: inline;
  }
  #mtime{
    
      font-weight: bold;
      
    color: #121212; 
    font-size: 18px;
    display: inline-block;
  }

.M-collection-header{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
.M-collection-header h4{
  margin: 0;
}
/* Image with text review box */
.m-rv-box-image-with-text{
  display: flex; 
  align-items: center; 
  justify-content:center;
}
/* Price Tax */
.product__policies.rte.small--text-center{
  display:none;
}
/* m-instagram-post */
.m-post-icons-container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:10px;
}
.m-instagram-post-header {
    max-width: min-content;
}
.m-post-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:10px;
}
.m-post-left-side-icons{
  display:flex;
  align-items:center;
  gap:10px;
}
.m-post-container{
  position:relative;
}
.m-post-link{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.m-instagram-post-header-text{
  text-align:center;
}
.m-instagram-post-wrapper{
  display:flex;
  align-items:center;
  gap:20px;
}
.m-instagram-post-slider{
  width:80%;
  overflow:hidden;
  padding-bottom:20px;
  position:relative;
}
.m-instagram-post .m-post-store-name{
  margin:0;
}
.m-instagram-post .swiper-scrollbar{
  background:white;
}
.m-instagram-post .swiper-scrollbar-drag{
  background:#cccccc
}
.m-post-wrapper{
  padding:20px;
  border:1px solid black;
}
.m-post-store-logo{
  border-radius:50%;
}
.m-instagram-post .m-post-title{
  margin-bottom:0;
  margin-top:10px;
}
.m-instagram-post .m-post-text{
  margin-bottom:0;
  margin-top:10px;
}
.m-waves{
    width: 100%;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    background:white;
}

.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
        max-height: 40px;
    }
}
@media screen and (max-width: 1024px){
 .m-instagram-post-wrapper{
   flex-direction:column;
   gap:10px;
 } 
 .m-instagram-post-slider{
   width:100%;
 }
 .m-instagram-post-header{
   max-width:fit-content;
 } 
}
/* USPS */
.usp-box{
  display: flex; 
  align-items: center; 
}
/* /* M Inventory  */
.minventory-box {
  display: flex;
  align-items: center;
}
.cstm-inventory-icon {
  position: relative;
  display: inline-block;
}
.cstm-inventory-icon:before {
  animation: inventory-animation 2s linear infinite;
}
.cstm-inventory-icon:after,
.cstm-inventory-icon:before {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
@keyframes inventory-animation {
  0% {
    opacity: 0.5;
  }

  to {
    transform: scale(2.5);
    opacity: 0;
  }
} 
/* Trust Pilot Slider  */
.cstm-rating-box a{
    color: inherit;
    text-decoration: underline;
  }
  .cstm-rating-box img{
    border-radius: 0!important;
  }
  .M-trustpilot-wrapper{
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .M-trustpilot-wrapper-home{
    flex-direction: column;
  }
  .M-trustpilot-wrapper img{
    border-radius: 0;
  }
  .M-trustpilot-header{
      text-align: center;
    width: 20%;
  }
  .M-trustpilot-header-stars-text{
   display:flex;
    gap:10px;
    justify-content:center;
    align-items:center;
  }
  .M-trustpilot-header-home{
    width: 100%;
    padding: 0 20px;
  }
  
  .M-trustpilot-header h2{
  margin-top: 0;
    margin-bottom: 10px;
  }
  .M-trustpilot-slider{
  width: 80%;
  }
  .M-trustpilot-slider-home{
    width: 100%;
  }
  .M-trustpilot-wrapper .slick-prev{
  z-index: 9;
   left: -20px;
  }
  .M-trustpilot-wrapper .slick-next{
  z-index: 9;
   right: -20px;
  }
  .M-trustpilot-wrapper-home .slick-next{
    right: 10%;
  }
  .M-trustpilot-wrapper-home .slick-prev{
    left: 10%;
  }
  .M-trustpilot-wrapper .slick-prev:before,  .M-trustpilot-wrapper .slick-next:before{content: none}
  .slick-prev.slick-disabled, .slick-next.slick-disabled{
    opacity: .25;
  }
  .M-trustpilot-wrapper .slick-prev,
  .M-trustpilot-wrapper .slick-next{
    font-size: 12px;
      height: 25px;
      width: 25px;
      border: 1.5px solid #000;
      border-radius: 100%;
  }
  .M-trustpilot-wrapper-home .slick-prev,
  .M-trustpilot-wrapper-home .slick-next{
      font-size: 12px;
      height: 35px;
      width: 35px;
      border-radius: 100%;
      border: none; 
      background: #fff;
      box-shadow: 0 0 5px 0 #7f7f7f;
  }
  
  .M-trustpilot-wrapper .slick-track{
    display: flex!important;
    padding: 10px 0;
  }
  .M-trustpilot-slider-home .slick-slide{
    height: inherit!important;
  }
  .M-trustpilot-header p{
    margin-top:5px !important;
     margin: 0;
  }
  .M-trustpilot-box{
      overflow: hidden;
      margin: 0 15px;
     border-radius:12px;
  }
  .M-trustpilot-wrapper a{
  text-decoration: underline
  }
  .M-trustpilot-wrapper a:hover{
  color: inherit;
  }
  .M-trustpilot-wrapper strong{
  font-weight: 800;
  }
  .M-trustpilot-starverify{
    display: flex;
  align-items: center;
      gap: 4px;
    flex-wrap: wrap;
  }
  .M-trustpilot-slider-home .M-trustpilot-details{
    text-align: center;
    padding: 45px 20px;
  }
  .M-trustpilot-slider-home .M-trustpilot-starverify{
    justify-content: center;
  }
  .M-trustpilot-details{
      padding: 15px;
  }
  .M-trustpilot-box h3{
      margin-bottom: 0;
  }
  .M-trustpilot-stars svg{
      width: 80px;
  }
  .M-trustpilot-product-box{
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 30px;
  }
  .verified-badge{
    display: flex;
      align-items: center;
      gap: 4px;
  }
  .M-trustpilot-title{
    margin: 6px 0;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
  }
  .M-trustpilot-dets{
     margin: 0 0 5px 0; 
  }
  .M-trustpilot-product-img{
      display: flex;
      align-items: center;
  }
  .M-trustpilot-product-img a{
      color: #000;
  }
  .M-trustpilot-product-img img{
      width: 100px!important;
    margin-right: 10px;
  }
  @media only screen and (min-width: 1000px){
    .M-trustpilot-slider-home .M-trustpilot-box.slick-slide{
    opacity: 0.5;
  }
  .M-trustpilot-slider-home .M-trustpilot-box.slick-slide.slick-active{ 
    opacity: 1;
  }
  }
  @media only screen and (max-width: 575px){
    .M-trustpilot-wrapper{
      flex-direction: column;
      align-items: unset;
      gap: 20px;
    }
    .M-trustpilot-header{
      text-align: center;
    width: 100%;
  }
  .M-trustpilot-slider{
    width: 100%;
  }
  }
.m-accordian-item-button{
  padding:17px 40px;
} 
.m-accordian-section-footer {
    text-align: center;
    margin: 20px;
}
.m-accordion-wrapper .u-accordion-item:last-child .u-accordion-item-wrapper {
  border-bottom: none;
}
/* Sale Timer bar */
.m-sale-timer-bar-wrapper {
  display: flex;
  gap: 13px;
  align-items: center;
}
.m-sale-timer-bar{
  display:flex;
  align-items:center;
  justify-content:center;
}
.m-sale-timer-format-container{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.m-sale-timer-container{
  display:flex;
  gap: 2px;
  line-height: 1;
}  
/* M Guarantees Section */

.cstm-services{
    display: grid;
  }
  .cstm-services-box{
    text-align: center;
    padding: 0 5px;
  }
/* M Dropdown Section */
.m-accordian-section-heading{
  text-align:center;
}
.u-accordion-item{
  border-radius:8px;
}
.u-accordion-item-desc-container{
  padding:0px 0px;
}
.u-accordion-item-title{
  opacity:1;
  transition:opacity 0.4s ease;
}
.m-accordian-section-header{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.u-accordion-item .u-accordion-item-title {
  margin: 0;
  font-size:18px;
  display: flex;
  width: 100%;
  cursor: pointer;
  gap: 15px;
  box-sizing: border-box;
  align-items: center;
}
.u-arrow-icon-container{
  padding:8px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background: #fbfbfb;
  border: 1px solid #e8e8e8;
  transition: all 0.4s ease;  
}

.u-accordion-item-wrapper{
  padding-bottom: 10px;
}
.u-accordion-item .u-accordion-item-desc {
  display: block; 
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease; 
}
.u-accordion-item-title:hover .u-arrow-icon-container{
  background:#000;  
}
.u-accordion-item-title:hover .u-arrow-icon{
  color:#fff;  
}
.u-accordion-item-title.active .u-arrow-icon-container{
  background:#000;  
}
.u-accordion-item-title.active .u-arrow-icon{
  color:#fff;  
}

.u-accordion-item  .u-arrow-icon {
  color:#000;
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}

.u-accordion-item-title.active  .u-arrow-icon {
  transform: rotate(180deg);
  color:#fff;
} 
.m-accordian-wrapper .u-accordion-item:last-child .u-accordion-item-wrapper {
  border-bottom: none;
}
.m-accordian-wrapper{
  width:50%;
  margin:0 auto;
}
@media (max-width:1080px){
 .m-accordian-wrapper{
  width:100%;
} 
}
/* payment icons */

.u-payment-icons {
  text-align: center;
  margin-top:15px;
}
.cstmpayments {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cstmpayments li {
  list-style-type: none;
  margin-bottom: 0;
}
/* Notification Block */
.m-double-text-notification{
  display:flex;
  align-items:center;
  line-height:1.1;
}
.m-double-text-notification .m-double-text-notification-title{
  margin:0;
}
.m-double-text-notification .m-double-text-notification-text{
  margin:0;
}
/* Cart Gurantees */
.m-cart-guaranty{
  display:flex;
  align-items:center;
  gap:5px;
}
.m-cart-guarantees{
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:center;
}
/* Blinking Dot USp */
.doubleusp{
  display:flex;
  gap:7px;
  align-items:center;
}
.doubleusps div{
  line-height:1.4;
  margin:0!important;
}
.doubleusps{
  display:flex;
  align-items:center;
  padding:8px;
}
.doubleusps span{
  font-size:14px;  
}
@media(max-width:769px){
 .doubleusps span{
   font-size:11px;  
}
}
#cstmdate{
  font-weight:bold;
}
.udot {
  height: 10px;
  width: 10px;
  min-width: 10px;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
/* Trustpilot Rating Box */
.rating-box-wrapper{
  display: flex; 
  align-items: center;  
}
.rating-box{
  display: flex; 
  align-items: center;
  position:relative;
  overflow:hidden;
}
.m-rating-link{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
/* Product Price Center */
@media (max-width: 768px){
  .product-block.product-block--price{
    /* justify-content:center; */
  }
}
/* Grid Sale Tag */
.grid-product__tag {
  left:0 ! important;
  right: auto ! important;
}
@media only screen and (min-width: 769px) {
    .grid-product__tag {
        padding: 4px 6px ! important;
    }
}
/* Grid Product */
.grid-product__meta{
  text-align:left ! important;
}
.grid-product__price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
  align-items:center;
}
/* Grid Product Price Customizations */
.m-original-price{
 font-size:px;
 color:; 
}
.m-sale-price{
 font-size:px;
 color:; 
}
/* Grid Product Price Header */
.m-section-header-content {
 text-align: left;
}
.m-FC-header{
 display:flex;
 align-items:center;
 justify-content:space-between;
 text-align: left ! important;
 margin-bottom:30px ! important; 
}
.m-viewalllink {
  position: relative;
  text-decoration: none;
  color: inherit;
  margin-top:0!important;
}
.m-collection-custom-wrapper h2{
  margin-top:0;
}
.m-viewalllink::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.m-viewalllink:hover::after {
  width: 100%;
}
.m-FC-link-container{
  display:flex;
  align-items:center;
  gap:12px;
}
.m-FC-Link-icon-container{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px;
  border-radius:50%;
  background:#e8e8e8
}
.m-FC-Link-icon{
  fill:#000;
}
.m-FC-link-container:hover .m-viewalllink::after {
  width: 100%;
} 
.m-FC-link-container:hover .m-FC-Link-icon-container{
 background:#000 
}
.m-FC-link-container:hover .m-FC-Link-icon{
  fill:#fff;
}
@media (max-width:1080px){
.m-FC-header{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left !important;
  gap: 15px; 
}  
}
/* Drop-Down Trustpilot */
.cstm-rating-box a{
  color: inherit;
  text-decoration: underline;
}
.M-trustpilot-wrapper{
  display: flex;
  align-items: center;
  gap: 40px;
}
.M-trustpilot-wrapper img{
  border-radius: 0;
  margin: 0 auto;
}
.M-trustpilot-slider{
  width: 90%;
  margin:0 auto;
}
.M-trustpilot-slider .slick-prev{
  z-index: 9;
  left: -25px;
}
.M-trustpilot-slider .slick-next{
z-index: 9;
 right: -25px;;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled{
  opacity: .25;
}
.M-trustpilot-slider .slick-prev,
.M-trustpilot-slider .slick-next{
  font-size: 12px;
    height: 25px;
    width: 25px;
    border-radius: 100%;
}
.M-trustpilot-slider .slick-track{
  display: flex!important;
  padding: 10px 0;
}
.M-trustpilot-slider .slick-slide{
  height: inherit!important;
}
.M-trustpilot-header p{
   margin: 0;
}
.M-trustpilot-box{
    overflow: hidden;
    margin: 0 5px;
}
.M-trustpilot-wrapper a{
text-decoration: underline
}
.M-trustpilot-wrapper a:hover{
color: inherit;
}
.M-trustpilot-wrapper strong{
font-weight: 800;
}
.M-trustpilot-starverify{
  display: flex;
align-items: center;
    gap: 4px;
  flex-wrap: wrap;
}
.M-trustpilot-details{
   background:#f8f9fa;
   padding: 15px;
   text-align:left;
  height:100%;
}
.M-trustpilot-box h3{
    margin-bottom: 0;
}
.M-trustpilot-stars svg{
    width: 80px;
}
.M-trustpilot-product-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
.verified-badge{
  display: flex;
    align-items: center;
    gap: 4px;
}
.M-trustpilot-title{
  text-align:left;
  margin: 6px 0;
}
.M-trustpilot-dets{
  text-align:left;
   margin: 0 0 5px 0; 
}
.M-trustpilot-product-img{
    display: flex;
    align-items: center;
}
.M-trustpilot-product-img a{
    color: #000;
}
.M-trustpilot-product-img img{
    width: 100px!important;
  margin-right: 10px;
}
@media only screen and (max-width: 575px){
  .M-trustpilot-wrapper{
    flex-direction: column;
    align-items: unset;
    gap: 20px;
  }
  .M-trustpilot-header{
    text-align: center;
    width: 100%;
}
.M-trustpilot-slider{
  width: 85%;
}
}
.slick-prev.slick-disabled, .slick-next.slick-disabled{
  opacity: .25;
}
.M-trustpilot-slider .slick-prev,
.M-trustpilot-slider .slick-next{
  font-size: 12px;
    height: 25px;
    width: 25px;
    border: 1.5px solid #929292;
    border-radius: 100%;
}
.M-trustpilot-slider .slick-prev:before,  .M-trustpilot-slider .slick-next:before{content: none}
.M-trustpilot-slider .slick-prev svg, .M-trustpilot-slider .slick-next svg{
  width:12px;
  height:12px;
  fill:#929292;
}
.trustpilot-footer{
  display:flex;
  flex-direction:column;
  text-align:center;
  /* border-bottom:1px solid #ececec; */
  padding-bottom:20px;
}
.trustpilot-footer span{
  font-size:13px;
}
.trustpilot-footer img {
  margin:0 auto;
}
html{
  scroll-behavior:smooth;
}
/* M Quotes Slider */
.m-quotes-slider-rating img{
  margin: 0 auto;
}
.m-quotes-slider-rating{
  /* margin-bottom: 32px; */
}
.m-quote {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top:32px;
}

.m-quote::before {
  content: '';
  position: absolute;
  left: 10px;
  top: -23px;
  width: 71px;
  height: 55px;
  background: url("data:image/svg+xml;utf8,<svg width='86' height='55' viewBox='0 0 86 55' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M71.3163 54.6H42.5163L60.3163 0.400024H85.5163L71.3163 54.6ZM29.3163 54.6H0.716309L18.9163 0.400024H44.1163L29.3163 54.6Z' fill='%23252627'/></svg>")
    no-repeat;
  background-size: contain;
  opacity: 0.2;
}
.m-quote-container{
  text-align:center;
}
.m-quotes-btns{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:40px
}
.m-quotes-pagination{
  position:relative ! important;
  width:fit-content ! important;
  bottom:0 ! important;
  top:0 ! important;
  left:0 ! important;
}
.m-quotes-prev , .m-quotes-next{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px 12px;
  border-radius:4px;
  border:1px solid #1a1a1a1f;
}
.m-quotes-next svg{
  fill: #8d8d8d;
  display: inline-block;
  height: 13px;
  vertical-align: middle;
  width: 13px;
}
.m-quotes-prev svg{
  fill: #8d8d8d;
  display: inline-block;
  height: 13px;
  vertical-align: middle;
  width: 13px;
}
.m-quotes-pagination .swiper-pagination-bullet{
  background:black;
  height:6px;
  width:6px;
}
/* Slide Show Wallpaper */
.slideshow-wrapper .flickity-page-dots {
  text-align:right ! important;
  padding-right: 50px ! important;
}
.M-announcement-wrapper a{
  text-decoration:underline;
}

.M-announcement-wrapper .swiper-wrapper{
  align-items:center;
}
.cstm-announcement.swiper.M-announcement-slider{
  width: 100%;
}
.M-contact-info{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.M-social-icons .toolbar__social{
  text-align: left;
  display: flex;
  align-items: center;
}
.ancmnt-box{
  text-align: center; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.ancmnt-box{
  opacity:0;
  transition:all 1s ease;
}
.ancmnt-box.swiper-slide-active{
  opacity:1;
}
.M-announcement-wrapper .swiper-button-next:after{
  font-size:14px;
  color:black;
  font-weight:bold;
}
.M-announcement-wrapper .swiper-button-prev:after{
  font-size:14px;
  color:black;
  font-weight:bold;
}
@media only screen and (max-width: 767px){
  .M-announcement-wrapper{
    display: block;
  }
  .M-social-icons-bar,
  .M-contact-info{
    display: none;
  }
}
/* About Us Banner */

.u-about-us-wrapper{
  overflow: hidden;
}
.u-about-us-content {
  width:fit-content;
  max-width: 400px;
  background: white;
  box-shadow: inset 0 0 0 2px #000;
  border: 10px solid white;
}
.u-about-us-content-header{
  text-transform: uppercase;
}
.u-about-us-content-title {
  margin-bottom: 20px;
}
.u-about-us-content-text {
  margin-bottom:0px !important;
  line-height: 1.5;
}
@media (max-width: 769px) {
  .u-about-us-content {
    margin: 0 auto;
    padding: 30px!important;
    text-align:center;
  }
  .u-about-us-wrapper{
    padding:20px!important;
  }
  .u-about-us-content-title{
    font-size:20px!important;
  }
  .u-about-us-content-text{
    font-size:14px!important;
  }
  .u-about-us-content-header{
    font-size:15px!important;
  }
}
@media(max-width:769px){
  .footer-block.grid__item{
    border-bottom:1px solid #cecece;
  }
  .u-footer-block__details-content p:nth-child(1){
    padding-top:20px;
  }
   .collection__view-all{
    display:none!important;
  }
}
/* Product Gallery */
@media (min-width: 750px){
  .product-media-gallery{
    position: relative;
  }
    
  .product-media-gallery .product-media-wrapper{
    width: calc(100% - 100px);
    margin-left: auto;
  }
  .product-media-gallery .product-media-thumbnails{
    position: relative;
    width: 100px;
    height: auto;
  }
  /* .product-media-gallery .thumbnail-slider{
    display: block!important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    margin: 0!important;
  } */
  .product-media-gallery .thumbnail-slider::-webkit-scrollbar{
    display:none;
  }
  /* .product-media-gallery .thumbnail-list{
    display: block!important;
  } */
  .product--thumbnail_slider .thumbnail-slider{
    width: calc(100% - 100px);
    margin-left: auto;
  } 
  .product-media-gallery .slider-button{
    display: none!important;
  }
  .product-media-gallery .thumbnail-list li{
     width: 70px!important;
     margin-bottom: 10px!important;
  }
}
/* Guarantess Block */
.m-guarntees-block-wrapper{
 display:flex;
 align-items: flex-start;
 justify-content:space-between; 
 gap:10px; 
}
.m-guarantee-img-wrapper{
 border-radius:100%;
 display:flex;
 align-items:center;
 justify-content:center;
 margin: 0 auto; 
}
.m-guarantee {
 text-align: center;
 line-height:normal; 
 width:100%; 
}
@media(max-width:769px){
.m-guarntees-block-wrapper{
 gap:10px; 
}  
}
/* M Slideshow */
.ratingrandomnumber{
  font-weight:600;
}
.slideshowimg {
  position: relative;
}


@media only screen and (max-width: 767px) {
  .slideshow-content{
    width: auto;
  }
}
.slideshow-content {
  position: absolute;
  max-width: 500px;
  padding: 20px;
  text-align: center;
}

/* Text position options */
.content-position-top-left {
  top: 20px;
  left: 20px;
  text-align: left;
}
.content-position-top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.content-position-top-right {
  top: 20px;
  right: 20px;
  text-align: right;
}
.content-position-middle-left{
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
  text-align: left;
}
.content-position-middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-position-middle-right {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  text-align: right;
}
.content-position-bottom-left {
  bottom: 60px;
  left: 20px;
  text-align: left;
}
.content-position-bottom-center {
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
.content-position-bottom-right {
  bottom: 60px;
  right: 20px;
  text-align: right;
}

.slideshow-heading {
  font-weight: bold;
  margin-bottom: 2px;
  line-height: 1.2;
  text-decoration:underline;
}
.slideshow-heading2 {
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}

.slideshow-subheading {
  margin-bottom: 20px;
  line-height: 1.4;
}

.mslideshowbtn-box {
  margin-top: 20px;
  display: flex;
  margin-top: 20px;
  align-items: center;
  gap: 20px;
}

.mslideshowbtn {
  padding: 6px 60px;
  display: inline-block;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
  
@media only screen and (max-width: 768px) {
  .slideshow-content {
    padding: 15px;
  }
  .mslideshowbtn-box{
    gap: 5px;
    flex-direction:column;
  }
  .mslideshowswiper .swiper-slide img{
    height:auto !important;
  }
  .slideshow-content{
    position:static;
    transform: translateY(-5%);
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .slideshow-content {
    padding: 10px;
  }
}
.u-list-menu__item{
  font-weight:bold;
  text-transform:uppercase;
}   
.mslideshow-content-wrapper{
  animation: 1.5s cubic-bezier(.26,.54,.32,1) .3s forwards;
  animation-name: rise-up;
  opacity:0;
}
@keyframes rise-up{
  0% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mslideshowbtn-box a{
  animation: fade-in 2s ease 1.3s forwards;
  opacity:0;
  max-width: 400px;
  text-align:center;
  font-weight: bold;
  border-radius: 4px;
  width: 400px;
  padding-left: 0;
  padding-right: 0;  
}
@media(max-width:500px){
.mslideshowbtn-box a{
  animation: fade-in 2s ease 1.3s forwards;
  opacity:0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 4px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;  
}  
}
@keyframes fade-in{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mslideshowswiper .swiper-pagination-bullet{
  background:#fff!important
}
.mslideshowswiper  .swiper-slide{
  height:auto;
}
.mslideshowswiper .swiper-slide img{
  height:100%;
}

#CartDrawer .svg-wrapper > svg{
  height:auto;
}
#CartDrawer .drawer__heading{
  margin:0;
}
#CartDrawer .drawer__header{
  border-bottom:1px solid #000;
}
#CartDrawer-Checkout{
  text-transform:uppercase;
}
a.full-unstyled-link.mproduct-card-url{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}
@media(max-width:769px){
  .header .list-menu__item{
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0!important;
    border-bottom:1px solid #000;
  }
}
.u-accordion-item-desc{
  padding:0 5px; 
}
@media screen and (min-width: 750px) {
    .footer__column--info {
        align-items: flex-end !important;
    }
    .footer__content-bottom-wrapper--center {
    justify-content: left !important;
    }
    .footer__content-bottom {
      display: flex;
    --animation-order: 7;
    justify-content: space-between;
    width: 100%;
    flex-direction: row-reverse;
    }
}