/** Shopify CDN: Minification failed

Line 449:12 Unexpected "/"

**/
.icon-with-text__item .h4{
  font-weight: normal;
}
.cart-drawer__savings-banner {
  padding: 1rem;
  text-align: center;
  margin-block: 10px;
}

.savings-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.savings-banner__text {
  margin: 0;
  line-height: 1.2;
}

.savings-amount {
  font-weight: bold;
  color: rgb(var(--color-foreground));
}

.savings-banner__icon {
  font-size: 1.8rem;
}

.cart-drawer .totals {
  align-items: center;
}

.totals__values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}


.totals__values .totals__total-value {
  margin: 0 !important;
}

.totals__values .totals__total-value .totals__original-value {
  font-size: 14px;
}

.totals {
  flex-wrap: wrap;
  align-items: center !important;
}

.payment-methods {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}

.payment-method svg {
  width: 48px;
  height: auto;
}

.cart-drawer__payment-methods {
  justify-content: center;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.cart-drawer__payment-methods li {
  padding: 0 !important;
}

.cart__usps-wrapper {
  display: flex;
  gap: 8px;
  margin-block: 8px;
  width: 100%;
}

.cart__usp-item {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 8px 4px;
  flex: 1
}

.cart__usp_text {
  margin: 0;
  font-size: 12px;
}
.cart-drawer__savings-banner{
  color:#2e7d32;
  background-color: #e8f5e9;
}
.savings-banner__text{
  font-size:12px;
}
.cart-drawer__form {
  flex-wrap: wrap !important;
  padding: 1.5rem !important;
}

/* .cart__custom-wrapper {
  padding-inline: 1.5rem !important;
} */

.cart__country-script-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__country-script-wrapper .cart__country-script-title {
  font-size: 14px;
}

.cart__country-script-wrapper .cart__country-script-text-after {
  font-size: 1.3rem;
  line-height: 1;
}
.totals>h2 {
  font-size: 14px !important;
}
.totals {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.totals > * {
  font-size: 1.3rem;
  margin: 0;
}

.totals > h2 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.totals * {
  line-height: 1;
}

.totals > * + * {
  margin-left: 2rem;
}

.totals__total {
  margin-top: .5rem;
}

.totals__total-value {
  font-size: 1.3rem;
}

.cart__ctas + .totals {
  margin-top: 2rem;
}

@media all and (min-width: 750px) {
  .totals {
    justify-content: flex-end;
  }
}
.totals__original-value{
  font-size:13px;
}
.cart-progress-container .progress-bar {
  height: 8px;
  background-color: #ddd;
}
.achievement p:last-child { 
  font-size: 12px!important;
  margin-bottom: 8px !important;
}
.cart__country-script-title{
  margin:7px 0;
  font-weight:normal;
}
.totals__total{
  font-weight:normal;
}
/* U Guarantees Section */

.cstm-services{
  display: grid;
}
.cstm-services-box{
  text-align: left;
  padding: 0 10px;
}
.cstm-service-box-img{
  position:relative;
  overflow:hidden;
}
.cstm-service-box-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
}
@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(2, 2fr)!important;
    gap:10px;
  }
}
.top-customers {
  display: flex;
  align-items: center;
  column-gap: 13px;
}
.top-customers .customer-img {
  border-radius: 100%;
  position:relative;
  top:6px;
}
.top-customer-img{
  display:flex;
  align-items:center;
}
.wearing-verified-badge{
  position:relative;
  top:1px;
}
.customer-text{
 line-height: normal;
}
.top-customers p{
  margin:0;
}
.customer-img{
  margin-right:5px;
}
/* cart-timer */
.mcart-header{
  padding: 10px 12px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #47b70d;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
  justify-content: center;
}
.mcart-header p{
  margin: 0;
  color: #2e7c06;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
#mtime{
  margin-top: 2px;
  
    font-weight: bold;
  
  color: #000000; 
  font-size: 18px;
  display: inline-block;
}
/* U testimonial slider */
 .cd-inder-slider-wrapper{
    margin-left:30px;
    margin-right:30px;
    border-radius: 10px;
    padding-left:20px;
    padding-right:20px;
 }
.cd-customer-photos .customer-photo {
  display: inline-block;
}

/* Mobile: show only first 8 */
@media (max-width: 767px) {
  .cd-customer-photos .customer-photo:nth-child(n+9) {
    display: none;
  }
}
    /* Medium screens (tablets/laptops) */
  @media screen and (max-width: 1024px) {
    .cd-inder-slider-wrapper {
      padding-left:10px;
      padding-right:10px;
    }
  }
 .cd-heading-main {
  font-weight: 700;
  margin-bottom: 5px;
 }
 .cd-subheading {
   max-width: 600px;
  margin: 0 auto;
  line-height: 1.3;
  }
 .cd-customer-photos {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 }
 .swiper-container {
  padding: 20px 0;
  padding-left:60px !important;
  padding-right:60px !important;
  }
.review-title {
  font-weight: 600;
  margin-bottom: 10px;
}
 .reviewer-info {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
 }
 .reviewer-avatar{
  border-radius: 50%;
  object-fit: cover;  
 }
.product-form__submit{
  box-shadow: 3px 3px 3px #00000040;
}

/* Sticky add to cart button */

.matcBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 99999;
  display: none;
}

.matcBar.show {
  display: block;
  animation: movingIn 1s forwards;
}

.matcBar.hide {
  animation: movingOut 1s forwards;
}

@keyframes movingIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes movingOut {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media(min-width:769px){
  #cstm-sticky-bar{
    display:none!important;
  }
}
/* U Inventory  */

.uinventory-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius:8px;

}
.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;
  }
}
.ucstmbadge{
  padding:5px 10px;
  border-radius:6px;
}
.product__title{
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-form__submit{
  display: flex;
  align-items: center;
  gap: 8px;
}
 duble usp */

.doubleusp{
  display:flex;
  gap:5px;
  align-items:center;
 
}
.doubleusps{
  border-radius: .375rem;
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding:8px;
  flex-wrap: wrap;
}
.doubleusps span{
  font-size:14px;  
}
.u-dra-doubleusp{
  display:flex;
  gap:5px;
  align-items:center;
 
}
.u-dra-doubleusps{
  border-radius: .375rem;
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding:8px;
  flex-wrap: wrap;
  gap: 10px;
}
.u-dra-doubleusps span{
  font-size:14px;  
}

#cstmdate{
  font-weight:bold;
} 


/* 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;
    }
}
.menu-drawer{
  background:#fdfbf7 !important;
}
  
.u-accordion {
  border-top: 1px solid #ddd;
  max-width: 600px;
  margin: 0px auto;
}
.u-accordion-item-title {
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px  0px;
  text-transform: uppercase;
  background-color: #fff;
  transition: background 0.3s ease;
}
.u-title-text {
  padding:0px;
  letter-spacing: .2em;
  color: #3d2c2a;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  line-height: 1.2;
}
.u-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}
.u-active .u-arrow-icon {
  webkit-transform: scaleY(-1); 
  transform: scaleY(-1);
}
.u-accordion-item .u-accordion-item-desc {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  overflow: hidden; 
}
.u-accordion-item.u-active .u-accordion-item-desc {
  max-height: 100%; 
  opacity: 1;
  padding-bottom: 14px;
  overflow: auto;   
}   
.u-accordion-item-desc{
  transform: translateY(50px);
  opacity:0;
  transition:all 0.5s ease, opacity 0.5s ease-in-out;
}
.u-accordion .u-active .u-accordion-item-desc{
  transform: translateY(0px);
  opacity:1;
}
.utc-icon{
  display: block;
  width: 12px !important;
  height: 13px !important;
  transition: transform 0.3s ease-in-out;
}
#slidecarthq .slidecarthq .items+.custom-html, #slidecarthq .slidecarthq .note+.custom-html {
    margin-top: 0 !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 14px !important;
    border-radius: 6px !important;
}
.menu-drawer__submenu {
  padding-left: 15px;
}

.arrow-icon {
  margin-left: auto;
  transition: transform 0.3s ease;
}

details[open] > summary .arrow-icon {
  transform: rotate(180deg);
}

summary {
  cursor: pointer;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}
#slidecarthq .footer.sticky-footer{
  margin-top: auto;
}
#slidecarthq .quantity-selector button:first-of-type{
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
#slidecarthq .quantity-selector button:last-of-type{
   border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

@media(max-width:750px){
  .menu-drawer__navigation-container{
    height:auto !important;
  }
  #menu-drawer{
    display:flex;
    flex-direction:column;
  }
}
.dropdown-wrapper {
  position: relative;
}

.dropdown-toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown-arrow {
  font-size: 12px;
  transition: transform 0.3s ease;
  margin-left: auto;
}

.dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-content {
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(0,0,0,0.02);
  border-left: 2px solid rgba(0,0,0,0.1);
  margin-left: 10px;
}

.sub-dropdown-wrapper {
  position: relative;
}

.sub-dropdown-toggle {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sub-dropdown-content {
  background: rgba(0,0,0,0.05);
  border-left: 2px solid rgba(0,0,0,0.15);
  margin-left: 15px;
}
.custom-dropdown {
  margin: 5px 0;
  position: relative;
}

.dropdown-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-header:hover {
  background: #e9ecef;
  border-color: #dee2e6;
}

.dropdown-title {
  color: #333;
}

.dropdown-arrow {
  font-size: 12px;
  color: #666;
  transition: transform 0.3s ease;
}

.dropdown-arrow.rotated {
  transform: rotate(180deg);
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e9ecef;
  border-top: none;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-option {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #f8f9fa;
  transition: background-color 0.2s ease;
}

.dropdown-option:hover {
  background: #f8f9fa;
  color: #007cba;
}

.dropdown-option.active {
  background: #007cba;
  color: white;
}

.dropdown-group {
  border-bottom: 1px solid #e9ecef;
}

.dropdown-group-title {
  display: block;
  padding: 8px 16px;
  background: #f1f3f4;
  font-weight: 600;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #e9ecef;
}

.sub-option {
  padding-left: 24px;
  font-size: 14px;
}

.sub-option:hover {
  background: #f0f4ff;
  color: #4f46e5;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .dropdown-options {
    position: static;
    box-shadow: none;
    border-radius: 0;
  }
}