/** Shopify CDN: Minification failed

Line 37:15 Expected identifier but found whitespace
Line 37:21 Unexpected ";"

**/
.resource-list__carousel--css .card-gallery img,
.product-grid__item .card-gallery .product-media__image,
.resource-list__item .card-gallery .product-media__image,
.product-card .card-gallery .product-media__image,
.resource-list--grid .resource-list__item .card-gallery .product-media__image,
.resource-list__carousel--css .card-gallery .product-media__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  /* Contain shows full image - scales down proportionally */
  object-fit: contain;
  object-position: center center;
  display: block;
  transition: transform 0.25s ease-out;
  transform-origin: center center;
  /* Ensure image doesn't overflow */
  max-width: 100%;
  max-height: 100%;
  /* Ensure image is absolutely positioned to fill container */
  position: absolute;
  top: 0;
  left: 0;
}

/* Explicit height for product-media__image in carousel */
.resource-list__carousel--css .card-gallery .product-media__image {
  height: 276px;
}
  /* Reset any aspect ratio that might interfere */
  aspect-ratio: unset;
}

/* On hover: only the image zooms, container stays fixed */
.product-grid__item:hover .card-gallery img,
.product-grid__item .product-grid__card:hover .card-gallery img,
.resource-list__item:hover .card-gallery img,
.resource-list--grid .resource-list__item:hover .card-gallery img,
.resource-list--grid .resource-list__item .product-card:hover .card-gallery img,
.product-card:hover .card-gallery img {
  transform: scale(1.2);
}

/* Carousel images also zoom on hover - desktop only */
@media (hover: hover) and (pointer: fine) {
  .resource-list__carousel--css .resource-list__item:hover .card-gallery img,
  .resource-list__carousel--css .product-card:hover .card-gallery img {
    transform: scale(1.2);
  }
}

/* Title: allow more lines but keep rows aligned (reserve exactly N lines) */
.product-grid__item :is(.card__heading,.product-title,h3,h4){
  font-size:clamp(.96rem, .35vw + .94rem, 1.05rem);
  line-height:var(--ff-title-lh);margin:8px 0 2px 0;
  display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;
  -webkit-line-clamp:var(--ff-title-lines-desktop);line-clamp:var(--ff-title-lines-desktop);
  min-height:calc(var(--ff-title-lines-desktop) * var(--ff-title-lh) * 1em)
}
@media (max-width:480px){
  .product-grid__item :is(.card__heading,.product-title,h3,h4){
    -webkit-line-clamp:var(--ff-title-lines-mobile);line-clamp:var(--ff-title-lines-mobile);
    min-height:calc(var(--ff-title-lines-mobile) * var(--ff-title-lh) * 1em)
  }
}

/* Author/Vendor spacing: add gap after title, before price */
.product-grid__item :is(.product-title,h3,h4) + :is(p,span,div):not(.price):not(product-price),
.product-grid__item .product-card__content > :is(p,span,div):has-text(vendor):not(.price):not(product-price),
.resource-list__carousel--css :is(.product-title,h3,h4) + :is(p,span,div):not(.price):not(product-price),
.resource-list__carousel--css .product-card__content > :is(p,span,div):has-text(vendor):not(.price):not(product-price){
  margin-top:8px;margin-bottom:8px;
  font-size:.9em;color:rgb(var(--color-foreground-rgb) / var(--opacity-subdued-text));
}

/* Ensure product author text is properly sized and aligned */
.product-grid__item .product-author {
  font-size: 1.1rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

/* Carousel mobile: content and price sizing */
@media (max-width: 749px) {
  .resource-list__carousel--css .product-card__content {
    padding-top: 12px;
    position: static;
  }

  /* Increase price size on mobile - make both prices same size */
  .resource-list__carousel--css :is(product-price,.price),
  .resource-list__carousel--css .price__sale,
  .resource-list__carousel--css .price__regular,
  .resource-list__carousel--css product-price .price,
  .resource-list__carousel--css product-price .compare-at-price,
  .resource-list__carousel--css product-price [ref="priceContainer"] .price,
  .resource-list__carousel--css product-price [ref="priceContainer"] .compare-at-price {
    font-size: 1.75rem !important;
    font-weight: 600;
    line-height: 1.2;
    vertical-align: baseline;
  }

  /* Author/vendor text slightly larger */
  .resource-list__carousel--css :is(.product-title,h3,h4) + :is(p,span,div):not(.price):not(product-price) {
    font-size: 0.85rem;
  }
}

/* Desktop carousel: same price sizing rules */
@media screen and (min-width: 750px) {
  .resource-list__carousel--css product-price .price,
  .resource-list__carousel--css product-price .compare-at-price,
  .resource-list__carousel--css product-price [ref="priceContainer"] .price,
  .resource-list__carousel--css product-price [ref="priceContainer"] .compare-at-price,
  .resource-list__carousel--css product-price [ref="priceContainer"] [role="group"] .price,
  .resource-list__carousel--css product-price [ref="priceContainer"] [role="group"] .compare-at-price {
    font-size: 1.75rem !important;
    line-height: 1.2;
    vertical-align: baseline;
    font-weight: 600;
  }
}

/* EXTRA SPECIFIC: Target carousel prices at all levels to ensure they match */
.resource-list__carousel-track product-price [ref="priceContainer"],
.resource-list__carousel-track product-price [ref="priceContainer"] [role="group"] {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.resource-list__carousel-track product-price [ref="priceContainer"] .price,
.resource-list__carousel-track product-price [ref="priceContainer"] .compare-at-price,
.resource-list__carousel-track product-price [ref="priceContainer"] [role="group"] .price,
.resource-list__carousel-track product-price [ref="priceContainer"] [role="group"] .compare-at-price {
  font-size: 1.75rem;
  line-height: 1.2;
  vertical-align: baseline;
  display: inline-block;
  font-weight: 600;
}

.resource-list__carousel-track product-price [ref="priceContainer"] .compare-at-price,
.resource-list__carousel-track product-price [ref="priceContainer"] [role="group"] .compare-at-price {
  opacity: .55;
  text-decoration: line-through;
}
