/** Shopify CDN: Minification failed

Line 182:0 Unexpected "}"
Line 430:1 Expected "}" to go with "{"

**/
/* Sale tag style */
.grid-product__tag.grid-product__tag--sale {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: bold;
  background-color: #d32f2f;
  color: #fff;
}

/* Main section full width & center */
#ft-slider-1 {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  padding: 20px 0;
}

/* Title centered */
#ft-slider-1 .ft-slider__title {
  text-align: center;
  margin-bottom: 20px;
}

/* Slider list wrapper */
#ft-slider-1 .ft-slider__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

/* Footer centered */
#ft-slider-1 .ft-slider__footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

/* Ensure wrapper uses full width */
.ft-slider--xl .ft-slider__wrapper {
  max-width: 100% !important;
  padding: 0 34px;
}

/* Product title wrap instead of ... */
#ft-slider-1 .ft-slider__item .product-title {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: break-word;
}
.ft-slider__item-info {
  min-width: 0 !important;
}
.ft-slider__item-info > a {
  text-overflow: unset;
  white-space: normal;
}

/* Desktop/default: keep your 15% width */
.ft-slider-item.ft-slider__item {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    width: 20% !important;
    text-align: center;
}

/* ≤390px: one card per row (full width) */
@media (max-width: 390px) {
  .ft-slider-item.ft-slider__item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* 390–500px: single cards per row */
@media (min-width: 391px) and (max-width: 500px) {
  .ft-slider-item.ft-slider__item {
    flex: 0 0 80% !important;
    max-width: 80% !important;
    width: 80% !important;
  }
}

/* 501-700: single cards per row */
@media (min-width: 501px) and (max-width: 700px) {
  .ft-slider-item.ft-slider__item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

/* 701-900: single cards per row */
@media (min-width: 701px) and (max-width: 1200px) {
  .ft-slider-item.ft-slider__item {
    flex: 0 0 33% !important;
    max-width: 33% !important;
    width: 33% !important;
  }
}

/* 701-900: single cards per row */
@media (min-width: 701px) and (max-width: 1200px) {
  .ft-slider-item.ft-slider__item {
    flex: 0 0 33% !important;
    max-width: 33% !important;
    width: 33% !important;
  }
}

/* Fether Widget Footer - Sticky for Mobile Only (COMMENTED OUT - START) */
/*
@media (max-width: 768px) {
  .fether .ft-slider__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 3px 15px;
    border-top: 1px solid #e1e1e1;
  }
  
  /* Add bottom padding to body to prevent content from being hidden behind sticky footer */
  body {
    padding-bottom: 35px;
  }
  
  /* Ensure the footer content is properly spaced */
  .fether .ft-slider__footer .ft-slider__footer-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
  }
  
  /* Make buttons more touch-friendly on mobile but reduce height significantly */
  .fether .ft-slider__footer .ft-btn {
    min-height: 20px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.1;
  }
  
  /* Ensure total is visible but compact */
  .fether .ft-slider__footer .ft-slider__total {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.1;
  }
  
  /* Reduce margins and padding on all footer elements */
  .fether .ft-slider__footer * {
    margin: 0;
    padding: 0;
  }
  
  .fether .ft-slider__footer .ft-slider__info {
    margin: 0;
    padding: 0;
  }
  
  .fether .ft-slider__footer .ft-slider__buttons {
    margin: 0;
    padding: 0;
  }
}

/* Desktop styles - ensure footer is not sticky */
@media (min-width: 769px) {
  .fether .ft-slider__footer {
    position: static !important;
    box-shadow: none !important;
    border-top: none !important;
    background: transparent !important;
    left: auto !important;
    right: auto !important;
    background-color: transparent !important;
    background-image: none !important;
  }
  
  /* Target the footer wrapper as well */
  /*.fether .ft-slider__footer .ft-slider__footer-right {
    background: transparent !important;
    background-color: transparent !important;
  }
  
  body {
    padding-bottom: 0;
  }
}
*/
/* Fether Widget Footer - Sticky for Mobile Only (COMMENTED OUT - END) */

/* Explicitly disable sticky footer behavior */
.fether .ft-slider__footer {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: auto !important;
  border-top: none !important;
}

/* Target all possible footer variations */
#ft-slider-1 .ft-slider__footer,
.ft-slider__footer,
.fether .ft-slider__footer,
.fether-widget .ft-slider__footer {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: auto !important;
  border-top: none !important;
  transform: none !important;
  transition: none !important;
}

/* Remove body padding that was added for sticky footer */
body {
  padding-bottom: 0 !important;
}

/* Ensure footer content flows normally */
.fether .ft-slider__footer .ft-slider__footer-right {
  display: block !important;
  justify-content: normal !important;
  align-items: normal !important;
  flex-wrap: normal !important;
  gap: normal !important;
}

/* Force all footer elements to have normal positioning */
.fether .ft-slider__footer *,
#ft-slider-1 .ft-slider__footer *,
.ft-slider__footer * {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}

/* Make Frequently Bought Together widget smaller for screens up to 500px */
@media (max-width: 500px) {
  /* Reduce overall widget size */
  .fether .ft-slider__wrapper {
    padding: 10px !important;
  }
  
  /* Make title smaller */
  .fether .ft-slider__title {
    font-size: 16px !important;
    margin-bottom: 15px !important;
  }
  
  /* Reduce product item sizes */
  .fether .ft-slider-item {
    padding: 8px !important;
    margin: 5px !important;
  }
  
  /* Make product images smaller */
  .fether .ft-slider__item-media img {
    max-width: 60px !important;
    height: auto !important;
  }
  
  /* Reduce product info text */
  .fether .ft-slider__item-info a {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }
  
  /* Make prices smaller */
  .fether .ft-widget__price {
    font-size: 11px !important;
  }
  
  /* Reduce quantity controls */
  .fether .ft-widget__quantity {
    gap: 5px !important;
  }
  
  .fether .ft-widget__quantity-button {
    width: 24px !important;
    height: 24px !important;
    font-size: 10px !important;
  }
  
  .fether .ft-widget__quantity input {
    width: 30px !important;
    height: 24px !important;
    font-size: 11px !important;
  }
  
  /* Make footer smaller */
  .fether .ft-slider__footer {
    padding: 8px 10px !important;
  }
  
  .fether .ft-slider__total {
    font-size: 13px !important;
  }
  
  .fether .ft-btn {
    padding: 6px 12px !important;
    font-size: 12px !important;
    min-height: 28px !important;
  }
  
  /* Make product boxes square for mobile */
  .fether .ft-slider-item {
    width: 120px !important;
    height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  
  /* Ensure images fit within square boxes */
  .fether .ft-slider__item-media {
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .fether .ft-slider__item-media img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
  
  /* Adjust text layout for square boxes */
  .fether .ft-slider__item-info {
    width: 100% !important;
    padding: 5px !important;
  }
  
  .fether .ft-slider__item-info a {
    display: block !important;
    margin-bottom: 5px !important;
  }
  
  /* More specific selectors and debugging */
  #ft-slider-1 .ft-slider-item,
  .ft-slider-item,
  .fether .ft-slider-item,
  .fether-widget .ft-slider-item {
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    max-width: 120px !important;
    max-height: 120px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border: 2px solid red !important; /* Debug border to see if styles are applied */
    box-sizing: border-box !important;
  }
  
  /* Force override any existing styles */
  #ft-slider-1 .ft-slider__item-media,
  .ft-slider__item-media,
  .fether .ft-slider__item-media {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    max-width: 80px !important;
    max-height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid blue !important; /* Debug border */
  }
} /* Close the @media (max-width: 500px) query */

.ft-slider__item-price strong {
  width: 25% !important;
}
.ft-slider__item-price i {
  font-size:14px !important;
}
.ft-slider__item-price b {
  font-size:14px !important;
}

/* Center align price section in fether widget */
.ft-slider__item-price {
  text-align: center !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.ft-slider__item-price .ft-widget__price {
  text-align: center !important;
  display: inline-block !important;
  width: auto !important;
}