/** Shopify CDN: Minification failed

Line 121:0 Unexpected "@keyframes"
Line 122:4 Unexpected "0%"
Line 125:4 Unexpected "50%"
Line 128:4 Unexpected "100%"

**/
/* Products Grid */
.template-collection .section-header__title {
    margin: 20px 0 40px;
}

.bloomreach-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
}

.filters-open .bloomreach-grid {
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1399px) {
    .bloomreach-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .filters-open .bloomreach-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1099px) {
    .bloomreach-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .filters-open .bloomreach-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 799px) {
    .bloomreach-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .filters-open .bloomreach-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.bloomreach-grid .product-card {
    flex-basis: calc(20% - 15px);
    padding: 0;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}

.bloomreach-grid .product-card .grid-item__content {
    height: 100%;
}

.bloomreach-grid .product-card .grid-item__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
    margin: 0;
    padding: 0 10px;
}

.bloomreach-grid .product-card .grid-item__meta-main {
    margin-top: auto;
}

.bloomreach-grid .grid-product__image-wrap {
    aspect-ratio: 1/1;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}

.bloomreach-grid .tool-tip-trigger__content {
    display: block !important;
}

.bloomreach-grid .grid-item__link {
    position: relative;
    margin-bottom: 10px;
}

.bloomreach-grid .btn {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    margin-top: 10px;
    border-radius: 0;
    text-transform: none;
    letter-spacing: 0;
}

.bloomreach-grid .grid-item__footer {
    margin-top: auto;
}

#product-loading-indicator {
    text-align: center;
    padding: 2rem;
    font-weight: bold;
    animation: pulse 1.2s infinite;
}

.bloomreach-grid

@keyframes pulse {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.4;
    }
}

.bloomreach-grid tool-tip {
    display: block;
    height: 100%;
}

#product-loading-indicator {
    text-align: center;
}

.bloomreach-layout__products {
    width: 100%;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0;
}

.bloomreach-layout__products.filters-open .bloomreach-grid .product-card {
    flex-basis: calc(25% - 15px);
}

/* Products Grid END */

/* Sorting */
.bloomreach-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.sort-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.sort-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    gap: 8px;
    padding: 12px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #c6c6c6;
    cursor: pointer;
}

.sort-dropdown-toggle svg {
    flex-shrink: 0;
}

.sort-dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    margin-top: 4px;
    font-size: 12px;
    background: white;
    border: 1px solid #c6c6c6;
    z-index: 10;
}

.sort-dropdown-options .sort-option {
    padding: 12px;
    cursor: pointer;
}

.sort-dropdown-options .sort-option:hover {
    background-color: #f2f2f2;
}

.sort-dropdown-wrapper.open .sort-dropdown-options {
    display: block;
}

/* Sorting END */

@media all and (max-width: 768px) {
    .template-collection .section-header__title {
        margin: 20px 0;
    }

    .bloomreach-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .bloomreach-grid .product-card {
        flex-basis: calc(50% - 5px);
    }

    .bloomreach-grid .grid-item__meta-main {
        padding: 0;
    }

    .sort-dropdown-wrapper {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
    }

    .sort-dropdown-options {
        width: calc(100% - 24px);
        left: 50%;
        font-size: 14px;
        font-weight: 500;
        transform: translate(-50%, 0);
    }

    .sort-dropdown-wrapper {
        padding: 0 12px;
    }

    .sort-dropdown-toggle {
        width: 100%;
        padding: 0 0 20px;
        border: 0;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
    }
}

/* Filters */
.bloomreach-layout {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.bloomreach .filters-wrapper {
    width: 250px;
    background-color: white;
}

.bloomreach-header__filter {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bloomreach-header__filter-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    width: max-content;
    padding: 12px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}

.bloomreach-header__filter svg {
    padding: 0;
}

#filter-toggle {
    font-size: 12px;
    text-transform: uppercase;
}

.bloomreach-header__filter-hide {
    display: flex;
    gap: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #c6c6c6;
    cursor: pointer;
}

.filters-header span,
.bloomreach-header__filter-hide,
.filters-close-mobile {
    display: none;
}

.filters-content__group {
    border-top: 1px solid #c6c6c6;
    padding: 20px 0;
}

.filters-content__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.filters-content__title .dropdown-icon {
    transition: transform 0.3s ease;
}

.filters-content__group.open .dropdown-icon {
    transform: rotate(180deg);
}

.filters-content__values {
    margin-top: 10px;
}

.filters-content__group .toggle-content {
    display: none;
}

.filters-content__group.open .toggle-content {
    display: block;
}

.filters-content__group.open .filters-content__sizes.toggle-content {
    display: flex;
}

.filters-content__values input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    background-color: white;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    vertical-align: middle;
    transition: background-color 0.2s, border-color 0.2s;
}

.filters-content__values input[type="checkbox"]:checked {
    background-color: #002744;
    border-color: #002744;
}

.filters-content__values input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.bloomreach-layout .filters-content__values label {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.bloomreach-layout .filters-content__values.filters-content__sizes label {
    margin: 0;
}

.filters-content__colors input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filters-content__colors label {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #1a1a1a;
    cursor: pointer;
}

.bloomreach-layout .filters-content__colors label {
    gap: 3px;
}

.bloomreach .color-swatch {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #c6c6c6;
    margin-right: 10px;
    box-shadow: none;
}

.bloomreach .color-swatch::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 12px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
    pointer-events: none;
}

.filters-content__colors input[type="checkbox"]:checked + .color-swatch::after {
    opacity: 1;
}

.filters-content__sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filters-content__sizes input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.filters-content__sizes input[type="checkbox"]:checked + span {
    background-color: #002744;
    color: #ffffff;
    border-color: #002744;
}

.filters-content__sizes span {
    display: inline-block;
    padding: 10px;
    border: 1px solid #002744;
    text-align: center;
}

.bloomreach .stars {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.range-slider {
    position: relative;
    margin-top: 10px;
}

.range-slider input[type="range"] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    -webkit-appearance: none;
    height: 3px;
    background: transparent;
    z-index: 2;
    border: 0;
    padding: 0;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    pointer-events: auto;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    background: #002744;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.range-slider input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    width: 14px;
    height: 14px;
    background: #002744;
    border-radius: 50%;
    cursor: pointer;
}

.range-slider::before {
    content: "";
    position: absolute;
    top: 2px;
    height: 2px;
    background: #002744;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.price-range {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    width: 10px;
    height: 10px;
    margin-top: -3px;
}

.range-slider input[type="range"]::-moz-range-thumb {
    width: 10px;
    height: 10px;
}

.active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 16px 0;
}

.active-filters__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.filter-pill {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d5d8da;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 12px;
    color: #002744;
}

.filter-pill .remove-pill {
    margin-left: 8px;
    background: #71777a;
    color: #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}

.clear-filters {
    background: none;
    border: none;
    color: #002744;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.bloomreach-header__count {
    text-align: center;
}

@media all and (max-width: 768px) {
    .bloomreach-layout {
        flex-direction: column;
    }

    .bloomreach .filters-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 0 0 20px;
        z-index: 10;
    }

    .filters-close-mobile {
        display: block;
        position: absolute;
        top: 23px;
        right: 30px;
        font-size: 15px;
        color: white;
    }

    .bloomreach-layout__products.filters-open {
        overflow: hidden;
    }

    .bloomreach-header {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }

    .bloomreach-header__count {
        text-align: left;
        order: 0;
    }

    .bloomreach-header__filter {
        width: 100%;
        justify-content: center;
        order: 1;
    }

    .bloomreach-header__filter-wrapper {
        width: inherit;
        justify-content: center;
    }

    .bloomreach-header__sorting {
        order: 2;
    }

    .filters-header span {
        display: block;
        padding: 20px 12px;
        font-size: 20px;
        background: #002744;
        color: white;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

    .bloomreach-header__filter-hide {
        display: none;
    }

    .active-filters {
        padding: 0 12px;
        margin-bottom: 30px;
    }

    .filters-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 20px 12px;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: white;
        background: #002744;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .filters-content {
        padding: 0 12px 60px;
    }

    .range-slider {
        margin: 30px 20px 50px;
    }

    .range-slider input[type="range"]::-webkit-slider-thumb {
        width: 22px;
        height: 22px;
        margin-top: -5px;
    }

    .range-slider input[type="range"]::-moz-range-thumb {
        width: 22px;
        height: 22px;
    }

    .range-slider::before {
        top: 1px;
        height: 4px;
    }
}

.no-products-message {
    width: 100%;
    text-align: center;
}

/* Filters END */

/* Search */
.bloomreach-search {
    position: relative;
}

.search-input {
    width: 100%;
}

.search-button {
    position: absolute;
    right: 0;
    top: 6px;
}

.search-button svg {
    width: 25px;
    height: 25px;
}

.search-block .bloomreach-grid-container {
    position: absolute;
    width: 100%;
    top: 96px;
    left: 50%;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: white;
    transform: translateX(-50%);
}

.search-suggestions {
    width: 20%;
}

.bloomreach-search-grid {
    display: flex;
    gap: 13px;
    width: calc(80% - 40px);
    padding-top: 40px;
}

.bloomreach-search-grid .product-card {
    flex-basis: calc(25% - 10px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
}

.bloomreach-search-grid .product-card .grid-item__link {
    position: relative;
}

.bloomreach-search-grid .grid-item__meta {
    margin: 12px 0 0;
}

.search-suggestions__list {
    display: flex;
    flex-direction: column;
    margin-left: -10px;
}

.search-suggestions__list-item {
    padding: 8px 10px;
    cursor: pointer;
}

.search-suggestions__list-item:hover {
    background: #f3f3f3;
}

.search-suggestions__title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.bloomreach-search-grid__title {
    position: absolute;
    left: calc(20% + 65px);
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 9;
}

.bloomreach-overlay {
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 50;
}

.bloomreach-grid-container {
    position: relative;
    z-index: 100;
}

@media all and (max-width: 768px) {
    .bloomreach-search-grid {
        width: 100%;
        flex-direction: column;
        padding-top: 0;
    }

    .search-suggestions {
        width: 100%;
    }

    .search-block .bloomreach-grid-container {
        top: 50px;
        flex-direction: column;
        gap: 15px;
        padding-top: 10px;
        overflow-y: scroll;
        height: calc(100vh - 400px);
        padding-bottom: 30px;
        scrollbar-width: thin;
        height: calc(100vh - 117px);
    }

    .search-block .bloomreach-grid-container::-webkit-scrollbar {
        width: 8px;
        background: grey;
    }

    .search-block .bloomreach-grid-container::-webkit-scrollbar-thumb {
        background: grey;
        border-radius: 6px;
    }

    .bloomreach-search-grid .product-card {
        flex-basis: auto;
        box-shadow: none;
        padding: 0;
    }

    .bloomreach-search-grid .grid-item__content {
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
    }

    .bloomreach-search-grid .grid-item__link {
        width: 120px;
    }

    .bloomreach-search-grid .grid-item__footer {
        margin-top: 0;
        width: calc(100% - 120px);
    }

    .bloomreach-search-grid .tool-tip-trigger__content {
        display: block !important;
        margin-top: 5px;
    }

    .search-suggestions__title {
        font-size: 14px;
    }

    .bloomreach-search-grid__title {
        position: unset;
        font-size: 14px;
    }

    .search-suggestions__list {
        margin-left: 0;
    }

    .search-suggestions__list-item {
        padding: 5px 0;
    }

    .site-header__element[data-type="search"] {
        padding-bottom: 10px;
    }

    .bloomreach-search.site-header__element--sub {
        position: relative;
        box-shadow: none;
    }

    .header-section {
        padding-bottom: 0;
    }
}

.search-suggestions__view-all {
    position: absolute;
    right: var(--page-width-padding);
    color: #838383;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    text-decoration-line: underline;
}

/* Search END */

/* Search Page */
.bloomreach.search-page {
    margin-top: 50px;
}

.search-page .section-header__title {
    margin-bottom: 50px;
}

@media all and (max-width: 768px) {
    .search-page .section-header__title {
        margin-bottom: 30px;
    }
}

/* Search Page END */

.grid-product__image-wrap {
    position: relative;
    overflow: hidden;
}

.grid-product__image.primary-image {
    transition: opacity 0.3s ease;
}

.grid-product__image.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    transition: opacity 0.3s ease;
}

.grid-product__image-wrap:hover .primary-image {
    opacity: 0 !important;
}

.grid-product__image-wrap:hover .secondary-image {
    opacity: 1 !important;
}

.bloomreach flair-badges,
.bloomreach-grid-container flair-badges {
    position: absolute;
    max-width: 100%;
    z-index: 2;
}

.product-card-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 50%, #f0f0f0 75%);
    height: 350px;
    width: 100%;
    margin-bottom: 16px;
    animation: skeleton-loading 1.2s infinite linear;
}

@keyframes skeleton-loading {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

.bloomreach-search-grid > *:nth-child(n+5) {
    display: none !important;
}

/* Image optimization styles */
.grid-product__image {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transform: translateZ(0); /* Hardware acceleration */
    will-change: transform;
}

.grid-product__image-wrap {
    contain: layout style paint;
}

/* Responsive image container optimization */
.grid__image-ratio {
    contain: layout;
    transform: translateZ(0);
}

/* Improve image loading performance */
.primary-image {
    object-fit: cover;
    object-position: center;
}

.secondary-image {
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.grid-product:hover .secondary-image {
    opacity: 1;
}

.grid-product:hover .primary-image {
    opacity: 0;
}

.grid-product__meta-colors {
    color: grey;
    font-size: 0.8rem;
}

/* Bloomreach New Campaigns */
.product-card.campaign-block img {
    height: 100%;
    object-fit: cover;
}
/* Bloomreach New Campaigns END */