/** Shopify CDN: Minification failed

Line 103:20 Unexpected "{"
Line 103:29 Expected ":"
Line 103:36 Unexpected "{"
Line 710:18 Unexpected "{"
Line 710:27 Expected ":"
Line 717:20 Unexpected "{"
Line 717:29 Expected ":"
Line 717:36 Unexpected "{"
Line 723:20 Unexpected "{"
Line 723:29 Expected ":"
... and 42 more hidden warnings

**/
.collection-loader {
  padding-top: 20px;
}

.main-collection--wrapper.filter-layout-horizontal:not(.horizontal-bottom) {
  isolation: isolate;
}

.collection-result-count {
  font-size: 70%;
}

.collection--topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.filter-toggle-button svg {
  margin-right: 10px;
}

.collection-category--main {
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--text_color);
  margin-bottom: 30px;
}

.collection-category--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.collection-category--link {
  background: var(--body_alternate_background);
  color: var(--text_color);
  padding: 4px 16px;
  align-items: center;
  border-radius: 30px;
  font-size: var(--medium_text);
  border: 1px solid var(--text_color);
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
}

.collection-category--link.has-image {
  padding-left: 4px;
}

.collection-category--image {
  width: 30px;
}

.main-collection--products {
  display: grid;
  grid-template-columns: 1fr;
  transition: 0.5s ease;
  align-items: start;
}

.main-collection--products-list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Tablet: 3 columns */
@media (min-width: 768px) and (max-width: 1024px) {
  .main-collection--products-list {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}

/* Mobile: 2 columns perfect fit */
@media (max-width: 767px) {
  .main-collection--products-list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
  
  #shopify-section-{{ section.id }} {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* filters css start */

.filter-sorting--accordions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-sorting--accordions .collection-sort--icon {
  width: 24px;
  height: 24px;
}

.filter-sorting--accordions .collection-sort--icon svg {
  width: 100%;
  height: 100%;
}

.filter--sidebar-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.filter--columns {
  display: grid;
  gap: 30px;
  overflow: auto;
}

.filter--columns .filter--sorting select {
  line-height: inherit;
}

.filter--columns-heading {
  margin-bottom: 15px;
}

.filter-option-item {
  margin-top: 15px;
}

.filter-option-item a {
  color: var(--text_color);
}

.horizontal-filters--content-list .filter-option-item {
  margin-top: 0;
  margin-bottom: 15px;
}

.filter-option-item.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.filter-option-item label {
  margin: 0;
  white-space: normal;
}

.filter--applied-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.filter--applied-item {
  display: flex;
  align-items: center;
  background: var(--body_alternate_background);
  padding: 10px 15px;
  border-radius: 50px;
  border: 1px solid var(--text_color);
}

.filter-layout-horizontal .filter--applied-item {
  padding: 6px 10px;
}

.filter-layout-horizontal .filter--applied-item filter-remove {
  display: flex;
  line-height: 1;
}

.filter-layout-horizontal .filter--applied-item filter-remove {
  font-size: 12px;
}

.filter--applied-item .close-icon {
  width: 10px;
  height: auto;
  margin-left: 10px;
}

.filter-layout-horizontal .filter--applied-item .close-icon {
  width: 8px;
  margin-left: 5px;
}

.filter--category-menus .filter-option-item a:before {
  content: '' '';
  background: currentColor;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transition: all 0.25s ease-out;
  transform: scale(0);
}

.filter--category-menus .filter-option-item a {
  transition: all 0.25s ease-out;
  position: relative;
}

/* filters css end */

/* price Range css start */

.filter--range-slider {
  height: 5px;
}

.filter--progress {
  position: absolute;
  background: var(--text_color);
  top: 0;
  height: 100%;
  z-index: 1;
}

.filter--slider-range {
  height: 5px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--body_alternate_background);
  border-radius: 0.25rem;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 4px;
  appearance: none;
}

.filter--slider-range::-webkit-slider-thumb {
  height: 20px;
  margin-block-start: -9px;
  width: 20px;
}

.filter--slider-range::-moz-range-thumb {
  height: 16px;
  width: 16px;
}

.filter--range-slider .filter--slider-range::-webkit-slider-runnable-track {
  background: none;
}

.filter--range-slider .filter--slider-range::-webkit-slider-thumb {
  pointer-events: auto;
}

.filter--range-slider .filter--slider-range::-moz-range-progress,
.filter--range-slider .range::-moz-range-track {
  background: none;
}

.filter--range-slider .filter--slider-range::-moz-range-thumb {
  pointer-events: auto;
}

.filter--slider-range::-webkit-slider-thumb {
  -webkit-margin-before: -6px;
  -webkit-appearance: none;
  background-color: var(--body_alternate_background);
  border: 2px solid var(--text_color);
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  height: 16px;
  margin-block-start: -6px;
  position: relative;
  width: 16px;
  z-index: 1;
}

.filter--slider-range::-webkit-slider-runnable-track {
  background-color: var(--text_color);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 4px;
  width: 100%;
}

.filter--slider-range::-moz-range-thumb {
  background-color: var(--text_color);
  border: 2px solid var(--text_color);
  border-radius: 100%;
  cursor: pointer;
  height: 12px;
  width: 12px;
}

.filter--slider-range::-moz-range-progress,
.filter--slider-range::-moz-range-track {
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 4px;
  width: 100%;
}

.filter--slider-range::-moz-range-progress {
  background-color: var(--body_alternate_background);
}

.filter--slider-range::-moz-range-track {
  background-color: var(--text_color);
}

.price-inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.price-input-field {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 8px 16px;
  background: var(--form_background);
  border: 1px solid var(--form_border);
  color: var(--form_color);
  border-radius: var(--form_radius);
  gap: 5px;
  min-height: 40px;
}


.price-input-field input {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: auto;
}

/* price Range css end */


@media (min-width: 768px) {
  .filter-layout-vertical .main-collection--products {
    grid-template-columns: auto 1fr;
  }

  .filter-layout-horizontal .filter--sidebar,
  .filter-layout-horizontal .collection--topbar {
    display: none;
  }

  .filter--sidebar {
    width: 0;
    transition: width 0.3s ease 0.1s;
    position: sticky;
    top: var(--dynamic_header_height, 0px);
    height: calc(100vh - var(--dynamic_header_height, 0px));
    overflow: hidden;
  }

  .main-collection--products.open-filter .filter--sidebar {
    width: 280px;
  }

  .filter--sidebar-content {
    padding-right: 30px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    overflow: hidden;
  }

  .filter--columns {
    padding-right: 20px;
  }

  .main-collection--products.open-filter .filter--sidebar .filter--sidebar-content {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.1s;
  }

  .collection-category--image {
    width: 34px;
  }

  .collection-category--link {
    padding: 8px 20px;
    gap: 10px;
  }

  .collection-category--link.has-image {
    padding-left: 8px;
  }
}

@media (min-width: 1025px) {
  .main-collection--products-list {
    grid-template-columns: repeat(var(--row_count), 1fr);
  }

  .filter--columns {
    gap: 40px;
  }

  .filter--applied-item:hover svg line {
    animation: cross_animate 0.5s ease-in-out forwards;
  }

  .filter--applied-item:hover svg path {
    animation: cross_animate 0.5s ease-in-out forwards;
    animation-delay: 0.1s;
  }

  .collection-category--image {
    width: 40px;
  }

  .filter--columns .filter--columns-item:last-child {
    padding-bottom: 8px;
  }

  .filter--category-menus .filter-option-item a:hover {
    padding-left: 10px;
  }

  .filter--category-menus .filter-option-item a:hover:before {
    transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .main-collection--products.open-filter .filter--sidebar {
    width: 380px;
  }

  .filter--sidebar-content {
    padding-right: 50px;
  }

  .price-inputs {
    gap: 20px;
  }

  .collection-category--main {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

  .filter-layout-horizontal .main-collection--products-list {
    grid-template-columns: repeat(var(--row_count), 1fr);
  }
}

@media (max-width: 767px) {
  .filter--sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    overflow: hidden;
    pointer-events: none;
  }

  .filter--sidebar.active {
    pointer-events: auto;
  }

  .filter--sidebar-overlay {
    background: rgba(var(--page_overlay_background), var(--page_overlay_opacity));
    min-height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    cursor: none;
    transition: 0.8s cubic-bezier(0.7, 0, 0.2, 1);
  }

  .filter--sidebar.active .filter--sidebar-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .filter--sidebar-content {
    position: relative;
    height: 100%;
    max-height: 80vh;
    overflow: hidden;
    border-radius: var(--card_radius) var(--card_radius) 0 0;
    background: var(--body_background);
    padding: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.2, 1);
    display: grid;
    pointer-events: auto;
    grid-template-rows: auto 1fr;
  }

  .filter--sidebar-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 20px 30px;
    box-shadow: 0 0 1px var(--border_color);
  }

  .filter--columns {
    padding: 30px;
  }

  .filter--sidebar.active .filter--sidebar-content {
    transform: translateZ(0);
  }
}

/*simar css*/

.swatch-list .filter-option-item {
  padding-left: 0;
}

.swatch-list .filter-option-item label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
  align-items: center;
}

.swatch-list .filter-swatch-swatch {
  width: 26px;
  height: 26px;
  padding: 4px;
  overflow: hidden;
}

.swatch-list .filter-swatch-swatch:after {
  background: var(--swatch-color);
  box-shadow: 0 0 0 1px var(--border-color);
  position: absolute;
  content: '';
  left: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.swatch-list .filter-swatch-swatch.image:after {
  background: var(--swatch-img);
  background-position: var(--swatch-focal-point);
}

.swatch-list .checkmark-input {
  display: none;
}

.swatch-list .filter-swatch-img {
  width: 66px;
  height: 66px;
  padding: 0;
  border-radius: 0 !important;
  display: inline-block;
}

.swatch-list .filter-swatch-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swatch-list .filter-swatch-img,
.swatch-list .filter-swatch-swatch {
  box-shadow: 0 0 0 1px var(--text-color) inset;
}

/* Make ATC area full-width inside the card */
.product--card-detail,
.product--card-detail-inner,
.product-card-atc-wrapper {
  width: 100%;
}

/* Layout: stack content and button */
.product--card-detail-inner {
  display: inline;
  flex-direction: column;
  gap: 8px; /* optional spacing */
}

/* Make the actual button span the card */
.product-card-atc-wrapper .product--submit-btn,
.product-card-atc-wrapper button,
.product-card-atc-wrapper .shopify-payment-button__button {
  display: block;
    width: 100%;
      max-width: 100%;
        border-radius: 0;          /* if you want straight edges */
        }

        /* If the purchase-buttons snippet outputs a form wrapper */
        .product-card-atc-wrapper form {
          width: 100%;
          }


          .product-card-atc-wrapper .product--submit-btn,
          .product-card-atc-wrapper button {
            background-color: #d883a4;      /* pink from image */
              border-color:   #d883a4;        /* match border if it exists */
                color: #ffffff;                 /* text/icon color */
                  border-radius: 8px;
          }

/* If the arrow is an SVG icon inside */
.product-card-atc-wrapper .product--submit-btn svg,
.product-card-atc-wrapper button svg {
  fill: #ffffff;
  stroke: #ffffff;
}



.product-variations__swatches {
  display: flex;
  gap: 0.75rem;
}

.product-variations__swatch {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.product-variations__swatch-inner {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-variations__swatch-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-variations__swatch-label {
  margin-top: 4px;
  font-size: var(--small_text, 12px);
  color: var(--text_color, #000);
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .product-variations__swatch-inner {
    width: 36px;   
    height: 36px;
    border-width: 1.5px;
  }

  .product-variations__swatch-image {
    border-radius: 50%;
  }

  .product-variations__swatch-label {
    font-size: 10px;
  }
}
#shopify-section-{{ section.id }} .product--card {
  width: 260px !important;
  max-width: 260px !important;
  flex: 0 0 260px !important;
}

@media (max-width: 767px) {
  #shopify-section-{{ section.id }} {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 24px !important;
  }
  
  #shopify-section-{{ section.id }} .main-collection--products-box {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #shopify-section-{{ section.id }} .main-collection--products-list {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  #shopify-section-{{ section.id }} .product--card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  #shopify-section-{{ section.id }} .product--card-detail {
    padding: 12px 10px !important;
  }
  
  #shopify-section-{{ section.id }} .product--card-image,
  #shopify-section-{{ section.id }} .media-wrapper {
    height: 200px !important;
  }
  
  /* Swatches */
  #shopify-section-{{ section.id }} .product-variations__swatch-inner {
    width: 28px !important;
    height: 28px !important;
  }
  
  #shopify-section-{{ section.id }} .product-variations__swatch-label {
    font-size: 9px !important;
  }
  
  /* Buttons */
  #shopify-section-{{ section.id }} .product-card-atc-wrapper button,
  #shopify-section-{{ section.id }} .product--submit-btn {
    width: 100% !important;
    padding: 12px !important;
    font-size: 13px !important;
  }
}


/* SCROLLABLE SWATCHES + FIXED ADD TO CART */
#shopify-section-{{ section.id }} .product-variations__swatches {
  display: flex !important;
  gap: 6px !important;
  overflow-x: auto !important;
  padding: 4px 0 !important;
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE/Edge */
  scroll-snap-type: x mandatory !important;
}

#shopify-section-{{ section.id }} .product-variations__swatches::-webkit-scrollbar {
  display: none !important; /* Chrome/Safari */
}

#shopify-section-{{ section.id }} .product-variations__swatch {
  flex: 0 0 32px !important;
  scroll-snap-align: center !important;
}

#shopify-section-{{ section.id }} .product-variations__swatch-inner {
  width: 32px !important;
  height: 32px !important;
  flex-shrink: 0 !important;
}

#shopify-section-{{ section.id }} .product-variations__swatch-label {
  font-size: 8px !important;
  margin-top: 2px !important;
  white-space: nowrap !important;
}

/* FIXED ADD TO CART - SAME HEIGHT ALL CARDS */
#shopify-section-{{ section.id }} .product-card-atc-wrapper,
#shopify-section-{{ section.id }} .product--submit-btn,
#shopify-section-{{ section.id }} button[type="submit"] {
  height: 44px !important;
  line-height: 44px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
}

/* Mobile tweaks */
@media (max-width: 767px) {
  #shopify-section-{{ section.id }} .product-variations__swatch {
    flex: 0 0 28px !important;
  }
  #shopify-section-{{ section.id }} .product-variations__swatch-inner {
    width: 28px !important;
    height: 28px !important;
  }
  #shopify-section-{{ section.id }} .product-card-atc-wrapper,
  #shopify-section-{{ section.id }} .product--submit-btn {
    height: 42px !important;
    line-height: 42px !important;
  }
}
