
:root{
    --heading-letter-spacing : 2px;
}

.h4, .h5, .h6, .prose :where(h4, h5, h6),
.heading:not(.h1),
.heading:not(.h2),
.heading:not(.h3){
    font-family: var(--text-font-family);
}

.color-scheme--scheme-1,
.color-scheme--scheme-2,
.color-scheme--scheme-3{
    .h1, .h2, .h3, .h4, .h5, .h6, .heading,
    h1, h2, h3, h4, h5, h6{
        strong{
            color:#F16262;
        }
        i, em{
            color:#738971;
        }
    }
}


/*Badges*/
.badge{
    font-family: var(--text-font-family);
    font-weight: 600;
}

/*Announcement bar*/
.announcement-bar{
    padding-block: 0.5em;
}
.announcement-bar__carousel{
    max-width: 90%;
}

/*Header*/
.header{
    .h-wishlist-icon svg{
        width: 22px;
        path{
            stroke-width: 1.1pt;
        }
        @media screen and (max-width: 767px) {
            width: 20px;
        }
    }
    .h-wishlist-icon .wishlist-h-count{
        right: -5px;
    }
}

/*Nav*/
.menu-button{
    padding: 10px;
    background-color: rgb(255, 249, 246);
    svg path{
        stroke: black;
    }
    @media screen and (min-width: 768px){
        padding: 20px;
    }
}

/*Footer*/
@media screen and (min-width: 700px) {
    .footer__block--image_text {
        flex-basis: 14rem;
        max-width: 25%;
    }
}
.branding-colors--facebook {
    svg{
        width: 30px;
        path{
            fill: rgb(24 119 242);
        }
    }
}
.branding-colors--instagram {
    svg{
        width: 30px;
        path{
            fill: rgb(228 64 95);
        }
    }
}

/*slideshow*/
.slideshow__slide-content--with-border-offset{
    outline-offset: 0;
    outline: 0.15rem solid rgb(var(--border-color));
}

/*Media Grid*/
.media-grid__item{
    .heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(h1, h2, h3, h4, h5, h6){
        font-family: var(--text-font-family);
        font-weight: 700;
    }

    .title-link{
        font-size: 33px;
        font-weight: 700;
        text-transform: uppercase;
    }

    > *{
        margin-bottom: -0.02rem;
    }
}
@media screen and (max-width: 699px){
    .media-grid__item{
        .title-link{
            font-size: 18px;
        }
    }
}

/*Product cards*/
.product-card__media, .product-card__figure{
    aspect-ratio: 5 / 7;
    overflow: hidden;
    display: inline-block;
    img.aspect-portrait, img.product-card__image, .product-card__image--secondary{
        aspect-ratio: 5 / 7;
        object-fit: cover;
    }
}
.product-card{
    .wishlist-engine{
        position: absolute;
        z-index: 10;
        right: 0.5rem;
        top: 0.5rem;
    }
}

/*Product page*/

.shopify-payment-button__more-options{
    display: none;
}

.product-info{
    .wishlist-engine-button, .wishlist-engine-button:focus, .wishlist-engine-button:hover{
        display: flex;
        align-items: center;
    }
    .wishlist-engine-button{
        .wishlist-text{
            transition: all 0.5s ease;
        }
        &:hover{
            .wishlist-text{
                transition: all 0.5s ease;
                color: rgb(var(--on-sale-badge-background))!important;/*App override*/
            }
        }
    }
}

/*Instafeed app overrride*/
.product-info{
    .instafeed-shopify#feed-47289{
        margin: 0!important;
    }
    .instafeed-new-layout-container{
        height: auto!important;
    }
    .instafeed-new-layout-wrapper{
        justify-content: flex-start!important;
    }
    .instafeed-new-layout-item{
        width: 80px!important;
        height: 80px!important;
    }
}

.product-info__block-item[data-block-type="description"]{
    --product-info-gap : 1rem;
}

/*Countdown timer*/
.countdown-condensed__timer{
    font-family: var(--text-font-family);
}