/** Shopify CDN: Minification failed

Line 127:8 Unexpected "{"
Line 128:15 Expected ":"
Line 133:16 Expected identifier but found whitespace
Line 134:12 Unexpected "{"
Line 135:19 Expected ":"
Line 139:6 Expected ":"
Line 141:19 Expected identifier but found whitespace
Line 142:12 Unexpected "{"
Line 143:19 Expected ":"
Line 147:6 Expected ":"
... and 10 more hidden warnings

**/
span#pf_t_shaft_height-value-high,
span#pf_t_heel_height-value-high {
    word-break: keep-all;
    margin-left: -2px !important;
}

#infinate-page-paginate-target {
    background: red;
    height: 10px;
    visibility: hidden;
    width: 100%;
}

.add-to-favorites {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    background: url("{{ 'wishlist-heart-blank.svg' | asset_url }}") center center no-repeat;
}

.add-to-favorites:hover {
    cursor: pointer;
}

.add-to-favorites.active {
    background: url("{{ 'wishlist-heart-selected.svg' | asset_url }}") center center no-repeat;
}

.baby-card-header {
    text-transform: uppercase !important;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
}

.baby-card-subheader {
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

p#CollectionProductCountDesktop {
    width: fit-content;
    float: right;
}

label.collection-filters__label {
    display: inline-flex;
    width: fit-content;
}

.select.boost-pfs-filter-custom-sorting.boost-pfs-filter-top-sorting {
    width: 100%;
}

.boost-pfs-filter-left-col::-webkit-scrollbar {
    visibility: hidden;
}

.badge {
    display: none;
}

.boost-pfs-filter-option-locations {
    display: none;
}

button.boost-pfs-filter-button[aria-label="Clear filter by Locations Freebird Denver Warehouse"] {
    display: none !important;
}

.boost-pfs-filter-mobile-toolbar-top {
    display: none !important;
}

.boost-pfs-filter-option.boost-pfs-filter-option-list.boost-pfs-filter-option-locations.boost-pfs-filter-has-scrollbar.boost-pfs-filter-option-column-1 {
    display: none !important;
}

.boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
    display: none !important;
}

.review__img {
    display: inline-flex;
}

.review__img img {
    padding: 0 10px 0 0;
}

.yotpo-video {
    display: none;
}

.collection-filters__field {
    display: none;
}

.section- {
        {
        section.id
    }
}

-padding {
    padding-top: {
            {
            section.settings.padding_top | times: 0.75 | round: 0
        }
    }

    px;

    padding-bottom: {
            {
            section.settings.padding_bottom | times: 0.75 | round: 0
        }
    }

    px;
}

@media screen and (min-width: 750px) {
    .section- {
            {
            section.id
        }
    }

    -padding {
        padding-top: {
                {
                section.settings.padding_top
            }
        }

        px;

        padding-bottom: {
                {
                section.settings.padding_bottom
            }
        }

        px;
    }
}

/* ========================================
   COLLECTION META HERO STYLES
   ======================================== */

/* Base Hero Section */
.collection-meta-hero {
    width: 100%;
    margin-bottom: 2rem;
}

/* Mobile/Desktop Display Toggle */
.collection-meta-hero__desktop-only {
    display: none !important;
}

.collection-meta-hero__mobile-only {
    display: block !important;
}

@media screen and (min-width: 750px) {
    .collection-meta-hero__desktop-only {
        display: block !important;
    }

    .collection-meta-hero__mobile-only {
        display: none !important;
    }
}

/* Text Element Display Control */
.collection-meta-hero__title--desktop,
.collection-meta-hero__label--desktop,
.collection-meta-hero__description--desktop {
    display: none !important;
}

.collection-meta-hero__title--mobile,
.collection-meta-hero__label--mobile,
.collection-meta-hero__description--mobile {
    display: block !important;
}

@media screen and (min-width: 750px) {

    .collection-meta-hero__title--desktop,
    .collection-meta-hero__label--desktop,
    .collection-meta-hero__description--desktop {
        display: block !important;
    }

    .collection-meta-hero__title--mobile,
    .collection-meta-hero__label--mobile,
    .collection-meta-hero__description--mobile {
        display: none !important;
    }
}

/* ========================================
   OVERLAY LAYOUT STYLES
   ======================================== */

.collection-meta-hero__container {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.collection-meta-hero__image-wrapper {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.collection-meta-hero__image-wrapper--full {
    min-height: 400px;
}

.collection-meta-hero__image {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    display: block;
}

.collection-meta-hero__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1;
}

.collection-meta-hero__text {
    text-align: center;
    max-width: 800px;
    width: 100%;
}

/* ========================================
   SPLIT LAYOUT STYLES
   ======================================== */

.collection-meta-hero__split-container {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch;
    width: 100%;
    min-height: 500px;
}

.collection-meta-hero__split-image {
    flex: 0 0 50% !important;
    width: 50% !important;
    order: 1;
    overflow: hidden;
    min-height: 500px;
}

.collection-meta-hero__split-image--right {
    order: 2 !important;
}

.collection-meta-hero__split-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.collection-meta-hero__split-text {
    flex: 0 0 50% !important;
    width: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    order: 2;
    min-height: 500px;
}

.collection-meta-hero__split-text--left {
    order: 1 !important;
}

.collection-meta-hero__split-text--full-width {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.collection-meta-hero__text-inner {
    max-width: 600px;
    width: 100%;
}

/* ========================================
   TYPOGRAPHY STYLES
   ======================================== */

.collection-meta-hero__label {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    font-weight: 500;
}

.collection-meta-hero__title {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 1.5rem 0;
}

.collection-meta-hero__description {
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0;
}

.collection-meta-hero__description p:first-child {
    margin-top: 0;
}

.collection-meta-hero__description p:last-child {
    margin-bottom: 0;
}

/* ========================================
   SUBCATEGORIES SECTION
   ======================================== */

.collection-subcategories {
    margin-bottom: 60px;
}

.collection-subcategories__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.collection-subcategories__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 24px;
}

.collection-subcategories__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.collection-subcategories__item:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.collection-subcategories__image {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.collection-subcategories__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-subcategories__title {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    margin: 0;
}

/* ========================================
   RESPONSIVE STYLES
   ======================================== */

/* Tablet and Mobile */
@media screen and (max-width: 989px) {
    .collection-meta-hero__split-container {
        min-height: 400px;
    }

    .collection-meta-hero__split-text {
        padding: 3rem;
    }

    .collection-meta-hero__title {
        font-size: 3.6rem;
    }
}

/* Mobile Only */
@media screen and (max-width: 749px) {

    /* Force hide desktop sections on mobile */
    .collection-meta-hero__desktop-only {
        display: none !important;
    }

    .collection-meta-hero__mobile-only {
        display: block !important;
    }

    /* Stack split layouts on mobile */
    .collection-meta-hero__split-container {
        flex-direction: column !important;
        min-height: auto !important;
    }

    .collection-meta-hero__split-image,
    .collection-meta-hero__split-text {
        flex: 0 0 100% !important;
        width: 100% !important;
        order: initial !important;
        min-height: auto !important;
    }

    .collection-meta-hero__split-image {
        min-height: 300px !important;
    }

    .collection-meta-hero__split-text {
        padding: 2rem;
        min-height: auto !important;
    }

    .collection-meta-hero__container {
        min-height: 300px;
    }

    .collection-meta-hero__image-wrapper {
        min-height: 300px;
    }

    .collection-meta-hero__image-wrapper--full {
        min-height: 300px;
    }

    .collection-meta-hero__image {
        min-height: 300px;
    }

    .collection-meta-hero__title {
        font-size: 3.2rem;
    }

    .collection-meta-hero__label {
        font-size: 1.2rem;
    }

    .collection-meta-hero__description {
        font-size: 1.4rem;
    }

    .collection-subcategories__grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 16px;
    }

    .collection-subcategories__image {
        width: 80px;
        height: 80px;
    }
}

/* Mobile Title Only Styling */
.collection-meta-hero__text--mobile-title-only {
    text-align: center;
}

.collection-meta-hero__text--mobile-title-only .collection-meta-hero__title {
    margin: 0;
}

/* Font Family Helpers */
.font-montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.font-roboto {
    font-family: 'Roboto', sans-serif !important;
}

.font-pt-serif {
    font-family: 'PT Serif', serif !important;
}

.font-im-fell-english {
    font-family: 'IM Fell English', serif !important;
}

.font-krona-one {
    font-family: 'Krona One', sans-serif !important;
}

/* Mobile Title Only Styling */
.collection-meta-hero__text--mobile-title-only {
    text-align: center;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.collection-meta-hero__text--mobile-title-only .collection-meta-hero__title {
    margin: 0;
}

/* Ensure mobile content positioning works properly */
@media screen and (max-width: 749px) {
    .collection-meta-hero__content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2rem;
        z-index: 1;
    }
}

/* Brand Copy Section */
.collection-brand-copy {
  margin: 4rem 0;
  width: 100%;
}

.collection-brand-copy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  box-sizing: border-box;
}

.collection-brand-copy__content {
  width: 100%;
  box-sizing: border-box;
}

.collection-brand-copy__content.rte h1,
.collection-brand-copy__content.rte h2,
.collection-brand-copy__content.rte h3,
.collection-brand-copy__content.rte h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.collection-brand-copy__content.rte h1 {
  font-size: 3.2rem;
  line-height: 1.2;
}

.collection-brand-copy__content.rte h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}

.collection-brand-copy__content.rte h3 {
  font-size: 1.8rem;
  line-height: 1.4;
}

.collection-brand-copy__content.rte h4 {
  font-size: 1.6rem;
  line-height: 1.4;
}

.collection-brand-copy__content.rte p {
  margin-bottom: 1.6rem;
  line-height: 1.6;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.collection-brand-copy__content.rte p:last-child {
  margin-bottom: 0;
}

.collection-brand-copy__content.rte a {
  color: inherit;
  text-decoration: underline;
  word-wrap: break-word;
}

.collection-brand-copy__content.rte a:hover {
  opacity: 0.8;
}

.collection-brand-copy__content.rte ul,
.collection-brand-copy__content.rte ol {
  margin-bottom: 1.6rem;
  padding-left: 2rem;
}

.collection-brand-copy__content.rte li {
  margin-bottom: 0.8rem;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.collection-brand-copy__content.rte strong,
.collection-brand-copy__content.rte b {
  font-weight: 700;
}

.collection-brand-copy__content.rte em,
.collection-brand-copy__content.rte i {
  font-style: italic;
}

/* Mobile Styles */
@media screen and (max-width: 749px) {
  .collection-brand-copy {
    margin: 3rem 0;
    padding: 0;
  }

  .collection-brand-copy__container {
    padding: 0 1.5rem;
    max-width: 100%;
  }

  .collection-brand-copy__content {
    max-width: 100%;
    overflow-x: hidden;
  }

  .collection-brand-copy__content.rte h1 {
    font-size: 2.4rem;
    margin-top: 1.5rem;
    line-height: 1.3;
  }

  .collection-brand-copy__content.rte h2 {
    font-size: 2rem;
    margin-top: 1.5rem;
    line-height: 1.3;
  }

  .collection-brand-copy__content.rte h3 {
    font-size: 1.6rem;
    margin-top: 1.2rem;
    line-height: 1.4;
  }

  .collection-brand-copy__content.rte h4 {
    font-size: 1.4rem;
    margin-top: 1.2rem;
    line-height: 1.4;
  }

  .collection-brand-copy__content.rte p {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
    line-height: 1.6;
  }

  .collection-brand-copy__content.rte ul,
  .collection-brand-copy__content.rte ol {
    margin-bottom: 1.4rem;
    padding-left: 1.5rem;
  }

  .collection-brand-copy__content.rte li {
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* Tablet Styles */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .collection-brand-copy {
    margin: 3.5rem 0;
  }

  .collection-brand-copy__container {
    padding: 0 2rem;
  }

  .collection-brand-copy__content.rte h1 {
    font-size: 2.8rem;
  }

  .collection-brand-copy__content.rte h2 {
    font-size: 2.2rem;
  }

  .collection-brand-copy__content.rte p {
    font-size: 1.5rem;
  }
}

/* Expand Product Grid Width */
.boost-pfs-filter-wrapper.collection.page-width {
  max-width: 1780px !important;
}

/* Ensure proper spacing at larger widths */
@media screen and (min-width: 1440px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    max-width: 1780px !important;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 1600px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.boost-pfs-filter-wrapper.collection.page-width {
  width: 100%;
  max-width: 1780;
}

/* Mobile Product Grid Padding */
@media screen and (max-width: 749px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  #CollectionProductGrid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .boost-pfs-container-default-box {
    padding: 0;
  }
  
  .product-grid.negative-margin {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Tablet Product Grid Padding */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Responsive Product Grid Padding */

/* Mobile (up to 749px) */
@media screen and (max-width: 749px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
  #CollectionProductGrid {
    padding-left: 0;
    padding-right: 0;
  }
  
  .boost-pfs-container-default-box {
    padding: 0;
  }
  
  .product-grid.negative-margin {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Tablet (750px - 989px) */
@media screen and (min-width: 750px) and (max-width: 989px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* Small Desktop (990px - 1199px) */
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Medium Desktop (1200px - 1439px) */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* Large Desktop (1440px - 1599px) */
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    max-width: 1780px;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* Extra Large Desktop (1600px+) */
@media screen and (min-width: 1600px) {
  .boost-pfs-filter-wrapper.collection.page-width {
    max-width: 1780px;
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* Hide Empty Hero Containers */
.collection-meta-hero:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

.collection-meta-hero__container:empty,
.collection-meta-hero__text:empty,
.collection-meta-hero__text--mobile-title-only:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* Hide hero sections with no images on mobile */
@media screen and (max-width: 749px) {
  .collection-meta-hero__container:not(:has(img)),
  .collection-meta-hero__image-wrapper:not(:has(img)) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  /* Specifically target empty mobile containers */
  .collection-meta-hero__mobile-only:empty,
  .collection-meta-hero__mobile-only .collection-meta-hero__container:not(:has(img)) {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
  }
}