/** Shopify CDN: Minification failed

Line 139:0 Unexpected "}"

**/
.u-card-sale-badge{
  position: relative;
  z-index: 2;
  width: fit-content;
  display: block;
  background:#a6c48a;
  color:#ffffff;
  font-size:13px;
  text-align: right;
  padding: 0px 8px;
  margin-left: auto;
}
.card__badge{
  display:none;
}
.ucard_content .uregularprice, .ucard_content  .price-item--sale{
   font-size:20px; 
   color:#a6c48a; 
   
      font-weight:bold;  
   
}
.ucard_content .price-item--regular{
  font-size:18px!important; 
  color:#000000!important; 
    
}
.mgrid-color-box{
  cursor: pointer;
  padding:2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:1px;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
@media(max-width:769px){
  .mgrid-color-box{
    width: 35px!important;
    height: 35px!important;
    min-width:35px!important;
  }
  .mcard-image-swatches-wrapper{
    column-gap:0!important;
  }
}
.mgrid-color-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.mcard-image-swatches-wrapper{
  display: flex;
  column-gap: 5px;
  row-gap: 10px;
  align-items: center;
  position: relative;
  z-index: 9;
}
.mgrid-color-box:hover{
  border-color:#bbbbbb;
}
label.mgrid-color-box.mcard-swatch.mimage-swatch.colorActive{
  border-color:#000;
}
/* U 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;
    }
}
@media(max-width:769px){
  .card__information{
    overflow:hidden;
  }
  .mcard-image-swatches-wrapper{
    width: 100%;
    overflow-x: scroll;
  }
  .mcard-image-swatches-wrapper::-webkit-scrollbar {
    display: none!important;
  }
  .mcard-image-swatches-wrapper{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
  }
  .card__information{
    padding-left:0!important;
    padding-right:0!important;
  }
}

.cstm-services{
    display: grid;
  }
  .cstm-services-box{
    text-align: center;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
}
.cstm-services-details{
  display:flex;
  flex-direction:column;
}
  
@media screen and (max-width: 960px){
  .cstm-services{
    grid-template-columns: repeat(2, 1fr)!important;
    gap:20px;
  }
}

@media screen and (max-width: 769px){
  .cstm-services{
    grid-template-columns: repeat(1, 2fr)!important;
    gap:20px;
  }
  .cstm-services-box{
    display:flex;
    text-align: center;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
}
.top-customers {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom:0!important;
}
.top-customers .customer-img {
  border-radius: 100%;
  display: flex;
}
.top-customer-img{
  display:flex;
  align-items:center;
}
.wearing-verified-badge{
 position:relative;
  top:2px;
}

.multirow img{
  border-radius:15px;
}
 .u-featured-collection .slideshow-pagination{
  display:block !important;
}

 .u-featured-collection .slider-button--prev, 
  .u-featured-collection .slider-button--next{
    border-radius: 100px !important;
    background: #241C16 !important;
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
}

.u-featured-collection  .slider-buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 25px !important;
  
  padding: 10px 20px !important;
  border-radius: 10px !important;
  width: fit-content !important;
  margin: 0 auto !important;
}

.u-featured-collection  .slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.u-featured-collection  .slider-pagination .dot {
  width: 8px;
  height: 8px;
  background-color: #ddd;
  border-radius: 50%;
  transition: 0.3s;
}

.u-featured-collection  .slider-pagination .dot.active {
  background-color: #1E1E1E;
  transform: scale(1.2);
}


/* Marquee Code */

.U-marquee-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.U-marquee-containerWrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 200%;
}
.U-marquee-container {
  display: flex;
  width: fit-content;
}
.U-marquee-content {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
@keyframes track {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.u-guarantees{
  border-radius: 5px;
  padding: 15px 5px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  text-align: center;
}
.u-guarantee{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 8px;
  border-radius: 20px;
  padding: 14px 4px;
  align-items: center;
}
.u-guarantee span{
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
  
}

/* Footer Customizations */
.u-footer-block__heading-mob-wrapper {
  display: none;
}

.u-footer-dropdown-plus {
  width: 20px;
  height: 20px;
  display: block;
  transition: opacity 0.3s ease-in-out;
}

.u-footer-dropdown-icon {
width: 14px;
height: 14px;
transition: transform 0.3s ease;
}


/* Rotate when open (like screenshot) */
.u-footer-block__heading-mob-wrapper.active .u-footer-dropdown-icon {
transform: rotate(180deg);
}

@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;
  }
}
.u-moving-img-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.kv-comparison-table-flow-left {
    position: absolute;
    top: -40px;          /* Move up */
    left: -120px;        /* Move further left */
    max-width: 180px;    /* Increase size */
    animation: kv-flowing-animation 4s ease-in-out infinite;
    z-index: 5; 
}

/* RIGHT SHOE */


.kv-comparison-table-flow-right {
    position: absolute;
    top: -20px;          /* Move up slightly */
    right: -120px;       /* Move further right */
    max-width: 180px;    /* Increase size */
    animation: kv-flowing-animation 4s ease-in-out infinite;
    animation-delay: 0.5s;
    z-index: 5;
}
@media (max-width: 748px){
  .u-moving-img-wrap{
    width:35px;
  }
}
.m-comp-table--flex-child{
  position:relative;
  
}
/* Floating Animation */
@keyframes kv-flowing-animation {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}


.newsletter .usp-text{
  text-align:left;
}
 .mobile-divider{
  display:none;
 }
 .desktop{
  display:block;
 }
.why-choose-divider-bottom {
    position: absolute;
    bottom:99%;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
}
@media (max-width: 478px){
  .why-choose-divider-bottom{
   position: absolute;
   bottom:99%; 
  }
   .mobile-divider{
    display:block;
 }
 .desktop{
   display:none;
 }
}