/** Shopify CDN: Minification failed

Line 454:22 Unexpected "{"
Line 454:31 Expected ":"
Line 461:24 Unexpected "{"
Line 461:33 Expected ":"
Line 461:40 Unexpected "{"
Line 509:0 Unexpected "}"
Line 551:24 Unexpected "{"
Line 551:33 Expected ":"

**/
/* Remove gaps and create seamless grid layout */
.collection .product-grid {
  --gap-desktop: 0px !important;
  --gap-mobile: 0px !important;
  gap: 0 !important;
  grid-gap: 0 !important;
}

/* Remove card borders and radius */
.collection .card-wrapper,
.collection .card,
.collection .card__inner {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ensure product images fill the entire card space */
.collection .card__media,
.collection .card__media img,
.collection .media img {
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Remove any padding/margin that creates gaps */
.collection .grid__item,
.collection .splide__slide {
  padding: 0 !important;
  margin: 0 !important;
}

/* Ensure cards touch each other */
.collection .card {
  margin: 0 !important;
  border: 1px solid #e0e0e0; /* Add subtle border to separate cards */
}

/* Remove spacing in slider mode */
.collection .splide__list {
  gap: 0 !important;
}

.collection .splide__slide__container {
  padding: 0 !important;
  margin: 0 !important;
}

/* Override any theme-specific card styling */
.collection .card-product {
  border-radius: 0 !important;
  overflow: hidden;
}

/* Ensure full width coverage */
.collection .grid {
  gap: 0 !important;
  grid-gap: 0 !important;
}

/* Remove default Shopify card spacing */
.collection .card-wrapper .card {
  border-radius: 0;
  border: 1px solid #e0e0e0;
}

/* For mobile slider, ensure no gaps */
@media screen and (max-width: 749px) {
  .collection .slider.slider--mobile {
    gap: 0;
  }
  
  .collection .splide--mobile .splide__slide {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* Desktop specific adjustments */
@media screen and (min-width: 990px) {
  .collection .slider--desktop {
    gap: 0;
  }
  
  .collection .product-grid {
    gap: 0;
  }
}

/* Remove button border radius */
.collection .button,
.collection .btn,
.collection .card .button,
.collection .card-product .button,
.collection [class*="button"] {
  border-radius: 0 !important;
}

/* Hide slider dots/pagination */
.collection .splide__pagination,
.collection .splide__dots,
.collection .slider__dots,
.collection .flickity-page-dots {
  display: none !important;
}

/* Additional overrides for theme-specific classes */
.collection .contains-card--product {
  gap: 0 !important;
  grid-gap: 0 !important;
}

.collection .contains-card {
  gap: 0 !important;
}

/* Ensure consistent card heights if stretch is enabled */
.collection .grid--stretch .card {
  height: 100%;
}

@media screen and (max-width: 989px) {
  .collection .slider--tablet.product-grid {
    scroll-padding-left: 0;
    gap: 0;
  }
  [data-rtl="true"] .collection .slider--tablet.product-grid {
    scroll-padding-right: 0;
  }
}

.collection .loading-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 0;
  opacity: 0.7;
}

@media screen and (min-width: 750px) {
  .collection .loading-overlay {
    padding-left: 0;
    padding-right: 0;
  }
}

.collection.loading .loading-overlay {
  display: block;
}

.collection--empty .title-wrapper {
  margin-top: 10rem;
  margin-bottom: 15rem;
}

.collection__description > * {
  margin: 0;
}

.collection__title.title-wrapper {
  margin-bottom: 2.5rem;
}

.collection__title .title:not(:only-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 990px) {
  .collection__title--desktop-slider .title {
    margin-bottom: 2.5rem;
  }

  .collection__title.title-wrapper--self-padded-tablet-down {
    padding: 0 5rem;
  }

  .collection slider-component:not(.page-width-desktop) {
    padding: 0 !important;
  }

  .collection--full-width slider-component:not(.slider-component-desktop) {
    padding: 0 1.5rem;
    max-width: none;
  }
}

.collection__view-all a:not(.link) {
  margin-top: 2rem;
}

/*border*/
.card__heading {
    color: #000000FF;
    font-size: 20px;
    align-self: stretch;
    flex-basis: auto;
    text-align: center;
    flex-shrink: 0;
    font-family: Poppins, " sans-serif";
    font-weight: 700;
    line-height: 28px;
    overflow-wrap: break-word;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    text-align-last: center;
    padding-bottom: 12px;
}
@media screen and (min-width: 750px) {
  .card--standard.card--text a::after, .card--card .card__heading a::after {
      border-top-color: #000000;
      border-top-style: solid;
      border-top-width: 2px;

      

      border-left-color: #222222FF;
      border-left-style: solid;
      border-left-width: 1px;



      border-right-color: #222222FF;
      border-right-style: solid;
      border-right-width: 1px;

      border-bottom-color: #222222FF;
      border-bottom-style: solid;
      border-bottom-width: 2px;
    }

  .card__heading {
      padding-bottom: 12px;
    }

  .card__subtitle {
      margin: 0 0 15px 0 !important;
    }

  .card-information {
      padding-bottom: 9px !important;
    }
}

.price--on-sale .price-item--regular {
    /* text-decoration: line-through; */
    /* color: rgba(var(--color-foreground), 0.9); */
    /* font-size: 1.3rem; */
    color: #807979FF;
    font-size: 18px;
    flex-basis: auto;
    text-align: center;
    flex-shrink: 0;
    font-family: Poppins, " sans-serif";
    font-weight: 400;
    line-height: 28px;
    overflow-wrap: break-word;
    letter-spacing: -0.5px;
    text-align-last: center;
    text-decoration: line-through;
}

/* Hide original splide arrows */
.collection .splide__arrows,
.collection .splide__arrow,
.collection .splide__dots-and-arrows .splide__arrows {
  display: none !important;
}

/* Hide pagination dots */
.collection .splide__pagination,
.collection .splide__dots {
  display: none !important;
}

/* Container for title and arrows in one row */
.collection .title-and-arrows-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 2rem;
}

/* Title content container */
.collection .title-content {
  flex: 1;
}

/* Custom arrows container */
/* Update the arrow container to position further right */
.collection .collection-arrows {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto; /* Push arrows to the far right */
  margin-right: 32px; /* Move even further right, closer to screen edge */
}

/* Make arrows circular with black background */
.collection .collection-arrow {
  width: 44px;
  height: 44px;
  border: none; /* Remove border */
  background: #000000; /* Black background */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important; /* Make perfectly circular */
  transition: all 0.3s ease;
  color: white; /* White arrows on black background */
}

.collection .collection-arrow:hover {
  background: #333333; /* Slightly lighter on hover */
  transform: scale(1.05); /* Slight scale effect on hover */
}

.collection .collection-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: #666666; /* Gray when disabled */
}

.collection .collection-arrow:disabled:hover {
  background: #666666;
  transform: none;
}

/* Adjust SVG arrows for better visibility on black background */
.collection .collection-arrow svg {
  width: 35px;
  height: 35px;
  stroke-width: 2.5; /* Make arrows thicker for better visibility */
}

/* Alternative: If you prefer using the original Splide arrows repositioned */
.collection .splide__arrows {
  position: absolute;
  top: -80px; /* Adjust based on your title height */
  right: -20px; /* Position further right */
  display: flex !important;
  gap: 8px;
  background: none;
  z-index: 10;
}

.collection .splide__arrow {
  position: static !important;
  transform: none !important;
  width: 44px !important;
  height: 44px !important;
  border: none !important;
  background: #000000 !important; /* Black background */
  border-radius: 50% !important; /* Circular */
  color: white !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.collection .splide__arrow:hover {
  background: #333333 !important;
  transform: scale(1.05) !important;
}

.collection .splide__arrow:disabled {
  background: #666666 !important;
  opacity: 0.4 !important;
}

.collection .splide__arrow svg,
.collection .splide__arrow path {
  fill: white !important;
  stroke: white !important;
  width: 18px !important;
  height: 18px !important;
}
/* Responsive adjustments */
@media screen and (max-width: 749px) {
  .collection .collection-arrows {
    margin-right: 15px; /* Less margin on mobile */
  }
  
  .collection .collection-arrow {
    width: 40px;
    height: 40px;
  }
  
  .collection .collection-arrow svg {
    width: 16px;
    height: 16px;
  }
  
  /* For original splide arrows on mobile */
  .collection .splide__arrows {
    right: -15px;
  }
  
  .collection .splide__arrow {
    width: 40px !important;
    height: 40px !important;
  }
}

@media screen and (max-width: 1200px) {
  .collection .collection-arrows {
    margin-right: 10px;
  }
  
  .collection .splide__arrows {
    right: -10px;
  }
}

/* Ensure the title container doesn't interfere with arrow positioning */
.collection .title-and-arrows-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 2rem;
  position: relative;
  overflow: visible; /* Allow arrows to extend beyond container */
}

/* Make sure arrows are always visible */
.collection .title-wrapper {
  overflow: visible !important;
}




/* Remove the 50px padding from the main section */
.collection .section-{{ section.id }}-padding,
.section-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Remove all padding and margin from the collection wrapper */
.collection.collection-{{ section.id }} {
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove padding from page-width containers */
.collection .page-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

/* Remove title wrapper margins and padding */
.collection .title-wrapper,
.collection .collection__title {
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 20px !important; /* Small space before products */
}

/* Remove padding from title and arrows container */
.collection .title-and-arrows-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding: 0 20px; /* Add consistent padding from screen edges */
  margin: 0 auto;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

/* Remove any default margins from the title itself */
.collection .title {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove padding from arrows container 
.collection .collection-arrows {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: auto !important; /* Keep arrows on the right */
} 
*/

/* Remove any container padding that might be adding space */
.collection .animate-section {
  padding: 0 !important;
}

.collection .content-for-grouping {
  padding: 0 !important;
}

/* Remove default Shopify section spacing */
.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Ensure full width usage */
.collection .desktop-full-page,
.collection .mobile-full-page {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Remove any theme-specific padding */
.collection .container,
.collection .wrapper {
  padding: 0 !important;
  margin: 0 !important;
}

/* Make sure the product grid starts immediately after title */
.collection .product-grid {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Override any responsive padding */
@media screen and (min-width: 750px) {
  .collection .section-{{ section.id }}-padding,
  .section-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .collection .page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .collection .title-wrapper {
    padding: 0 !important;
  }
}










.title-with-highlight strong {
    font-size: 30px !important;
    flex-basis: auto;
    text-align: center;
    flex-shrink: 0;
    font-family: Poppins, " sans-serif";
    font-weight: 700;
    line-height: 140%;
    overflow-wrap: break-word;
    text-transform: capitalize;
    text-align-last: center;
}



.card__subtitle {
    font-size: 16px !important;
    /* color: rgba(var(--color-foreground), 0.7); */
    /* line-height: 1.3; */
    font-style: normal !important;
    /* font-weight: 400; */
    color: #333333FF !important;
    align-self: stretch !important;
    flex-basis: auto !important;
    text-align: center !important;
    flex-shrink: 0 !important;
    font-family: "Space Mono", " sans-serif" !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    overflow-wrap: break-word !important;
    /* letter-spacing: -0.5px; */
    text-align-last: center !important;
}



