/** Shopify CDN: Minification failed

Line 68:0 Unexpected "}"

**/
.section-related:after {
    content: '';
    background-image: url(/cdn/shop/files/Frame_16_8.png?v=1766750379);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.section-related {
    position: relative;
    padding: 96px 0;
}
.section-related .wrapper {
    position: relative;
    z-index: 1;
}
.section-related [data-grid]:not([data-grid-no-gutters]) [data-item] {
    padding: 0;
}
.section-related [data-grid][data-grid-large] [data-item] {
    width: calc(33.33% - 26px * 2 / 3);
    box-shadow: 0 4px 8px #00000029;
}

.section-related .flickity-grid,.collection-tabs .flickity-grid:not(.flickity-enabled) {
    display: flex;
    width: 100%;
    gap: 26px;
    flex-wrap: wrap !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center;
    overflow: visible;
}

.section-related .product-grid-slide .product-grid-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.section-related product-grid-item-variant.product-grid-item__content {
    width: 100%;
}
.section-related .aspect-\[--wh-ratio\] {
    aspect-ratio: 1;
}
.section-related .product-grid-item__image-wrapper {
    background: #fff;
}
.section-related .product_info_wrapper {
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
}
}
.section-related .product__grid__info {
    padding: 0;
}
.section-related .product-title-price {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 4px;
    align-items: flex-start;
}
.section-related .product__grid__title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #263243;
}
.section-related .product__grid__title__wrapper {
    width: calc(100% - 80px);
}
.section-related .text-left .sale_price  .product__grid__title__wrapper {
    width: calc(100% - 130px);
}
.section-related .text-left .product__grid__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #263243;
}
.section-related .product__grid__info_btn{
    margin-top: 24px;
}
.section-related .product-grid-item a.view_btn {
    display: inline-flex;
    border: 2px solid #081F3F;
    width: 100%;
    justify-content: center;
    color: #081F3F;
    padding: 2px;
    font-size: 12px;
    line-height: 16px;
}
.section-related .product-grid-item a.view_btn:hover {
    background-color: #081F3F;
    color: #fff;
}
.section-related .product-grid-item a.view_btn:hover:hover path {
    stroke: #fff;
}

.section-related .collection-tabs .kicker-flourished {
    padding: 0;
    font-family: Proxima Nova Condensed;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 2.56px;
    text-align: center;
    text-transform: uppercase;
    color: #263243;
    margin-bottom: 48px;
}
.section-related .product-grid-item__container .tags {
    position: absolute;
    z-index: 99;
    top: 24px;
    left: 24px;
}
.section-related .product-grid-item__container .tags .product__grid_label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
}
.section-related .product-grid-item__container .product__grid_label.product__grid_label--new {
    background: #119924;
    color: #fff;
}
.section-related .product-grid-item__container .product__grid_label.product__grid_label--bestseller {
    background: #66B2E7;
    color: #081F3F;
}
.section-related .product-grid-item__container .product__grid_label.product__grid_label--featured {
    background: #00457D;
    color: #fff;
}
.section-related .product__badge.product__badge--sale {
    background: #B93E1F;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 4px 8px;
    right: auto;
    left: 24px;
    top: 24px;
}
.section-related [data-grid]:not([data-grid-no-gutters]) [data-item],.section-related [data-grid][data-grid-no-gutters] .grid__item {
    margin-inline-end: 0;
}
.custom-scrollbar {
    display: none !important;
}
.section-related .text-left .product__grid__price {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: unset;
    gap: 8px;
    margin: 0 0 0 -8px;
}
.section-related .product-grid-item .product__grid__info.text-left .price.on-sale {
    margin-inline-end: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #263243;
}
.section-related .product-grid-item .product__grid__info.text-left .compare-at {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    text-decoration: line-through;
    color: #616a77;
}
.section-related .product-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: #263243;
}
@media (max-width: 989px) {
    .section-related [data-grid][data-grid-large] [data-item] {
        width: calc(50% - 13px);
    }
    .section-related .text-left .sale_price .product__grid__title__wrapper {
        width: calc(100% - 134px);
    }
    .section-related .product-title-price {
        flex-wrap: unset;
    }
    .section-related .product__grid__title__wrapper {
        width: calc(100% - 80px);
    }
}
@media (max-width: 767px){
    .section-related{
        padding: 48px 0;
    }
    .section-related .text-left .sale_price .product__grid__title__wrapper {
        width: 100%;
    }
   .section-related .text-left .product__grid__price {
        margin: 0;
    }
   .section-related .product-title-price {
        flex-wrap: wrap;
    }
}
@media (max-width: 624px) {
    .section-related [data-grid][data-grid-large] [data-item] {
        width: 100%;
    }
    .section-related .text-left .sale_price .product__grid__title__wrapper {
        width: calc(100% - 134px);
    }
    .section-related .product-title-price {
        flex-wrap: unset;    
    }
    .section-related .product__grid__title__wrapper {
        width: calc(100% - 80px);
    }
}
@media (max-width: 479px) {
    .section-related:after {
        background-image: url(/cdn/shop/files/Frame_16_9.png?v=1766750935);
    }
}
@media (max-width: 370px){
    .section-related .text-left .sale_price .product__grid__title__wrapper {
        width: 100%;
    }
    .section-related .text-left .product__grid__price {
        margin: 0;
    }
    .section-related .product-title-price {
        flex-wrap: wrap;
    }
}