/** Shopify CDN: Minification failed

Line 439:0 All "@import" rules must come first

**/
.collection-grid-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.collection-grid-section .product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    max-width: 100%
}

@media (min-width:768px) {
    .collection-grid-section .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }
}

@media (min-width:800px) {
    .collection-grid-section .product-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px
    }
}

.collection-grid-section .product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.collection-grid-section .product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgb(0 0 0 / .08)
}

.collection-grid-section .product-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    flex-grow: 1
}

.collection-grid-section .product-image-container {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden
}

.collection-grid-section .product-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.collection-grid-section .product-slider-wrapper {
    display: flex;
    height: 100%;
    transition: transform 0.3s ease;
    width: 100%
}

.collection-grid-section .product-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.collection-grid-section .product-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block
}

.collection-grid-section .slider-arrow {
    display: none
}

.collection-grid-section .sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 12px;
    font-weight: var(--font-weight-semibold) !important;
    font-size: 12px;
    z-index: 2;
    line-height: 1;
    display: flex;
    align-items: center
}

.collection-grid-section .sale-badge-icon {
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    width: 14px;
    height: 14px
}

[dir="rtl"] .collection-grid-section .sale-badge-icon {
    margin-left: 5px
}

.collection-grid-section .sale-badge-icon svg {
    width: 100%;
    height: 100%
}

.collection-grid-section .product-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 2px;
    margin-bottom: 8px
}

.collection-grid-section .dot {
    border-radius: 50%
}

.collection-grid-section .collection-product-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.collection-grid-section .product-title {
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: var(--font-weight-semibold) !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    letter-spacing: var(--letter-spacing-body);
}

.collection-grid-section .collection-product-price {
    margin-bottom: 4px;
    font-weight: var(--font-weight-semibold) !important;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px
}

.collection-grid-section .collection-regular-price {
    text-decoration: line-through;
    margin-right: 2px;
    font-weight: var(--font-weight-regular)
}

.collection-grid-section .product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0
}

.collection-grid-section .stars {
    display: flex;
    margin-right: 5px;
    line-height: 1
}

.collection-grid-section .rating-number {
    line-height: 1
}

.collection-grid-section .product-metadata {
    margin: 8px 0;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.collection-grid-section .metadata-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.2
}

.collection-grid-section .metadata-rating {
    margin-bottom: 4px
}

.collection-grid-section .metadata-rating-value {
    font-weight: var(--font-weight-semibold) !important
}

.collection-grid-section .metadata-stars {
    display: flex
}

.collection-grid-section .collection-nav-sort-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.collection-grid-section .collection-filters {
    display: flex;
    gap: 5px
}

.collection-grid-section .collection-filter-link {
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff0;
    letter-spacing: var(--letter-spacing-body);
    transition: all 0.2s ease
}

.collection-grid-section .sort-by-container {
    display: flex;
    align-items: center;
    gap: 10px
}

.collection-grid-section .sort-by-label {
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: var(--letter-spacing-body);
    text-transform: none !important;
}

.collection-grid-section .sort-by-dropdown {
    position: relative;
    min-width: 180px
}

.collection-grid-section .sort-by-dropdown select {
    appearance: none;
    padding: 8px 12px;
    width: 100%;
    font-size: 14px;
    letter-spacing: var(--letter-spacing-body);
    cursor: pointer;
    font-family: var(--font-body-family)
}

.collection-grid-section .sort-by-dropdown .icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    stroke-width: 2px;
    fill: none
}

@media (max-width:767px) {
    .collection-grid-section .collection-nav-sort-bar {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start
    }
    .collection-grid-section .collection-filters {
        width: 100%;
        display: flex;
        padding-bottom: 5px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .collection-grid-section .sort-by-container {
        width: 100%;
        justify-content: space-between
    }
    .collection-grid-section .sort-by-dropdown {
        flex-grow: 1;
        max-width: 70%
    }
    .collection-grid-section .collection-product-info {
        padding: 12px;
        min-height: 105px
    }
    .collection-grid-section .product-title {
        line-height: 1.2;
        margin-bottom: 0;
        height: auto;
        min-height: 2.4em
    }
    .collection-grid-section .collection-product-price {
        margin-bottom: 2px
    }
    .collection-grid-section .product-dots {
        margin-top: 1px;
        margin-bottom: 6px;
        gap: 4px
    }
    .collection-grid-section .sale-badge {
        padding: 4px 8px;
        font-size: 11px
    }
    .collection-grid-section .sale-badge-icon {
        width: 12px;
        height: 12px;
        margin-right: 3px
    }
}

@media (max-width:484px) {
    .collection-grid-section .collection-product-info {
        padding: 12px;
        min-height: 105px
    }
    .collection-grid-section .product-rating {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }
    .collection-grid-section .product-title {
        line-height: 1.2;
        margin-bottom: 0;
        margin-top: 1px;
        height: auto;
    }
    .collection-grid-section .collection-product-price {
        margin-bottom: 0;
        margin-top: 4px
    }
    .collection-grid-section .collection-filter-link {
        font-size: 12px
    }
    .collection-grid-section .sort-by-label {
        font-size: 12px
    }
    .collection-grid-section .sort-by-dropdown select {
        font-size: 12px;
        padding: 6px 10px
    }
    .collection-grid-section .sale-badge {
        padding: 4px 8px;
        font-size: 11px
    }
    .collection-grid-section .sale-badge-icon {
        width: 10px;
        height: 10px;
        margin-right: 3px
    }
}

.collection-grid-section .collection-view-product {
    margin-top: auto;
    padding-top: 8px
}

.collection-grid-section .collection-view-product-btn {
    display: inline-block;
    width: 100%;
    padding: var(--global-button-padding-y) 16px;
    text-align: center;
    text-decoration: none;
    font-weight: var(--font-weight-semibold) !important;
    font-size: 14px;
    line-height: 1.2;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.collection-grid-section .collection-view-product-btn.icon-right {
    flex-direction: row-reverse
}

.collection-grid-section .view-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    line-height: 1;
    transition: transform 0.2s ease
}

.collection-grid-section .view-product-icon svg {
    width: 100%;
    height: 100%;
    display: block
}

.collection-grid-section .view-product-icon svg[fill="none"] {
    stroke: currentColor;
    fill: none
}

.collection-grid-section .view-product-icon svg path[fill="currentColor"] {
    fill: currentColor
}

.collection-grid-section .view-product-icon svg path[stroke="currentColor"] {
    stroke: currentColor
}

.collection-grid-section .view-product-text {
    line-height: 1
}
/* ============================================================
   Havenly warm-organic polish (collection / Shop All page)
   Scoped to .collection-grid-section — added 2026-06-14
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&display=swap');

.collection-grid-section {
  background: #f2f5eb;
}
.collection-grid-section .container {
  max-width: 1200px;
}

/* Heading + subheading */
.collection-grid-section .section-heading {
  font-family: 'Bricolage Grotesque', Georgia, serif !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  color: #16241a;
  margin-bottom: 10px;
}
.collection-grid-section .section-subheading {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 14px;
  color: #7e8371;
  font-size: 1.02rem;
  line-height: 1.5;
}
.collection-grid-section .section-heading::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  border-radius: 3px;
  background: #1c6e11;
  margin: 16px auto 0;
}

/* Card refinement */
.collection-grid-section .product-card {
  background: #ffffff;
  border: 1px solid #dfe7cf;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(47,42,36,.04);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.collection-grid-section .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(47,42,36,.10);
  border-color: #c9d2b6;
}
.collection-grid-section .product-image-container {
  background: #eef2e6;
}
.collection-grid-section .collection-product-info {
  padding: 16px 16px 18px;
}
.collection-grid-section .product-title {
  font-family: 'Bricolage Grotesque', Georgia, serif !important;
  font-weight: 500 !important;
  font-size: 1.05rem;
  color: #16241a;
}
.collection-grid-section .collection-current-price {
  color: #16241a;
}

/* Sale badge → terracotta pill */
.collection-grid-section .sale-badge {
  background: #26a200 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 600;
  letter-spacing: .01em;
  padding: 5px 11px;
}

/* View button → terracotta */
.collection-grid-section .collection-view-product-btn {
  background: #26a200 !important;
  color: #fff !important;
  border-radius: 999px !important;
  font-weight: 600;
  justify-content: center;
  padding: 11px 16px;
  transition: background .2s ease;
}
.collection-grid-section .collection-view-product-btn:hover {
  background: #173404 !important;
}

/* Sort dropdown */
.collection-grid-section .collection-nav-sort-bar {
  border: none;
  justify-content: flex-end;
  margin-bottom: 22px;
}
.collection-grid-section .sort-by-dropdown select {
  border-radius: 10px;
  border-color: #c9d2b6;
  background: #fff;
}

/* Mobile: clean 2-col grid */
@media (max-width: 767px) {
  .collection-grid-section .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .collection-grid-section .section-heading {
    font-size: 1.7rem !important;
  }
  .collection-grid-section .section-subheading {
    font-size: .95rem;
    padding: 0 16px;
  }
  .collection-grid-section .collection-product-info {
    padding: 12px 12px 14px;
  }
  .collection-grid-section .product-title {
    font-size: .95rem;
  }
}
