/** Shopify CDN: Minification failed

Line 19:14 Expected identifier but found whitespace
Line 19:16 Unexpected "{"
Line 19:25 Expected ":"
Line 19:59 Expected ":"
Line 20:17 Expected identifier but found whitespace
Line 20:19 Unexpected "{"
Line 20:28 Expected ":"
Line 20:65 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:growtrax_product-showcase-grid (INDEX:4, SCOPED:FALSE) */
.grotrax-showcase-section {
  padding-top: {{ section.settings.section_padding_top }}px;
  padding-bottom: {{ section.settings.section_padding_bottom }}px;
  overflow: hidden;
}

.grotrax-showcase-heading {
    font-size: clamp(2.5rem, 6vw, 7.1rem);
    font-weight: 900;
    text-align: center;
    margin: 0 0 4rem 0;
    line-height: 1.1;
    color: #000;
    max-width: 769px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.grotrax-carousel-wrapper {
  position: relative;
  padding-bottom: 80px;
  padding-left: 30px;
}

.grotrax-carousel {
     overflow: visible;
  width: 100%;
}

.grotrax-carousel-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.grotrax-item {
    flex: 0 0 calc((100% - 6rem) / 3.5);
    min-width: calc((100% - 6rem) / 3.5);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 30px 30px;
    box-shadow: 0px 3px 13px rgb(0 0 0 / 13%);
    border-radius: 43px;
}

/* Category Title */
.grotrax-category-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1rem 0;
  line-height: 1.2;
  text-transform: capitalize;
}

/* Before/After Images - Side by Side at Top */
.grotrax-images-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  width: 100%;
}

.grotrax-image-container {
  position: relative;
  width: 100%;
  aspect-ratio: auto;
  overflow: hidden;
}

/* Rounded corners on outer edges only */
.grotrax-image-container.before {
  border-radius: 20px 0 0 20px;
}

.grotrax-image-container.after {
  border-radius: 0 20px 20px 0;
}

.grotrax-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-label {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 1px 20px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Product Content */
.grotrax-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  flex: 1;
}

/* Product Row - Icon on Right, Info on Left */
.grotrax-product-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  flex: 1;
}

.grotrax-product-icon {
  flex-shrink: 0;
  width: 90px;
  height: auto;
}

.grotrax-product-icon img {
  width: 100%;
  height: auto;
  display: block;
}

.grotrax-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.grotrax-product-name {
    font-size: 2.9rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    color: #000;
    letter-spacing: -.01em;
}

.grotrax-product-tagline {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333;
    margin: 0;
    margin-bottom: 10px;
}

.grotrax-button {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    width: fit-content;
    font-size: 15px;
    font-weight: 900;
}

.grotrax-button-bottom {
    margin: auto auto 0;
    display: block;
    text-align: center;
}

.grotrax-button:hover {
  background: #333;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Product Details */
.grotrax-details {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  margin-top: 0.5rem;
}

.grotrax-detail-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 1rem;
    color: #333;
    text-transform: uppercase;
}

.detail-icon-img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  object-fit: contain;
}

/* Carousel Navigation */
.grotrax-carousel-nav {
  position: absolute;
  bottom: 3px;
  right: 30px;
  display: flex;
  gap: 1rem;
  z-index: 10;
}

.grotrax-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
}

.grotrax-nav-btn:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
}

.grotrax-nav-btn svg {
  width: 24px;
  height: 24px;
}

/* Color Scheme - Color Variants */
.grotrax-item--color {
  color: white;
}

.grotrax-item--color .grotrax-product-name,
.grotrax-item--color .grotrax-product-tagline,
.grotrax-item--color .grotrax-detail-item {
  color: white;
}

/* Text Color Override */
.grotrax-item--color.grotrax-item--text-black .grotrax-product-name,
.grotrax-item--color.grotrax-item--text-black .grotrax-product-tagline,
.grotrax-item--color.grotrax-item--text-black .grotrax-detail-item {
  color: #000;
}

.grotrax-item--color .grotrax-button {
  background: white;
  color: #000;
}

.grotrax-item--color .grotrax-button:hover {
  background: rgba(255, 255, 255, 0.9);
}

/* Gradient Colors - Based on Screenshot */
.grotrax-item--color.grotrax-item--gradient-lime-green {
  background: linear-gradient(135deg, #7FFF00 0%, #32CD32 100%);
}

.grotrax-item--color.grotrax-item--gradient-teal-green {
  background: linear-gradient(135deg, #4CBE43 0%, #3EB934 100%);
}

.grotrax-item--color.grotrax-item--gradient-sage-green {
  background: linear-gradient(135deg, #4FAF4A 0%, #218E1A 100%);
}

.grotrax-item--color.grotrax-item--gradient-purple-pink {
  background: linear-gradient(135deg, #9370DB 0%, #DA70D6 100%);
}

.grotrax-item--color.grotrax-item--gradient-orange-yellow {
  background: linear-gradient(135deg, #FFA500 0%, #FFD700 100%);
}

/* Tablet Styles */
@media screen and (max-width: 1200px) {
  .grotrax-item {
    flex: 0 0 calc((100% - 4rem) / 2.5);
    min-width: calc((100% - 4rem) / 2.5);
  }
}

/* Mobile Styles - Simple Stacked Layout */
@media screen and (max-width: 1024px) {
  .grotrax-carousel-wrapper {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grotrax-carousel {
    overflow: visible;
  }

  .grotrax-carousel-track {
    flex-direction: column;
    gap: 3rem;
    transform: none !important;
    transition: none !important;
  }
  
  .grotrax-item {
    flex: none;
    width: 100%;
    min-width: 100%;
    padding: 0;
    background-color: #ffffff;
    border-radius: 22px;
    box-shadow: 0px 2px 33px rgba(0, 0, 0, .1);
    padding: 20px;
  }

  .grotrax-item.clone {
    display: none;
  }
  
  .grotrax-showcase-heading {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    max-width: 100%;
  }
  
  .grotrax-category-title {
    font-size: 2rem;
  }
  
  .grotrax-carousel-nav {
    display: none;
  }

  .grotrax-images-row {
    gap: 0.5rem;
  }

  .grotrax-image-container.before {
    border-radius: 16px 0 0 16px;
  }

  .grotrax-image-container.after {
    border-radius: 0 16px 16px 0;
  }

  .image-label {
    font-size: 0.75rem;
    padding: 6px 16px;
    bottom: 12px;
  }

  .grotrax-product-name {
    font-size: 3rem;
    line-height: 3rem;
  }

  .grotrax-product-tagline {
    font-size: 1.3rem;
    margin-bottom: 8px;
  }

  .grotrax-product-icon {
    width: 140px;
    margin-left: -6%;
    margin-right: -7%;
  }

  .grotrax-button {
    padding: 10px 30px;
    font-size: 14px;
    margin-top: 10px;
    width: 100%;
  }

  .grotrax-detail-item {
    font-size: 0.875rem;
  }
}
/* END_SECTION:growtrax_product-showcase-grid */