/** 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;
    }
}