/** Shopify CDN: Minification failed

Line 78:0 Unexpected "}"

**/
.swatch {
  width: 50px !important;
  height: 50px !important;
  border-radius: 0 !important;
  background-image: var(--swatch--background) !important;
  background-size: cover !important;
  background-position: var(--swatch-focal-point, center) !important;
  background-repeat: no-repeat !important;
  border: 2px solid #e5e5e5 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  display: inline-block !important;
  margin: 4px !important;
}
.swatch:hover {
  border-color: #333 !important;
  transform: scale(1.05) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.swatch.active,
.swatch[aria-checked="true"] {
  border-color: #333 !important;
  border-width: 3px !important;
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.2) !important;
}
@media (max-width: 768px) {
  .swatch {
    width: 40px !important;
    height: 40px !important;
    margin: 3px !important;
  }
}
.cart-items .samita_productLabel-content,
form[action="/cart"] .samita_productLabel-content {
  width: 70% !important;
}
.badge--sale-pct {
  background-color: #2eb747 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 20px;
  padding: 4px 10px;
}
.collection__title--desktop-slider,
.featured-collection .title {
  text-align: center;
}
.collection-list .icon-wrap {
  display: none;
}
.collection-list .card__information {
  text-align: center;
}
.card__inner {
  position: relative !important;
}
.card__badge.bottom {
  bottom: auto !important;
  top: 1rem !important;
}
.scrolling-image-content-template--26333643899217__scrolling_images_NTqDfy {
  display: none;
  margin-right: auto;
}
.add-new {
  display: none !important;
}
.header-wrapper {
  position: sticky !important;
  top: 0 !important;
  z-index: 50 !important;
}
}