/** Shopify CDN: Minification failed

Line 62:14 Expected identifier but found whitespace
Line 62:15 Unexpected "11px"

**/
/* Home page */
.cst-carr-cont{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}
cart-note .form-control label{
    text-transform: uppercase;
    color: #C81C4A;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* CUSTOM CSS MIGRATED */
.social-media--list{
    justify-content: center;
    gap: 1rem;
}
.footer__aside{
    justify-content: center;
}
.fera-rating-widget {
  display: block;
}
#floatingRatingBadge .fera-floatingRatingBadge-text-content{
    font-family: 'FacultyGlyphic';
}

.main_cart.complementary-products{
    max-width: 100%;
}
.fera-floatingRatingBadge-text{
    font-family: 'FacultyGlyphic';
    font-size: 13px;
}
.button-group.cst-button-group{
    gap: 0.5rem;
}
button.chat-toggle.chat-toggle--text-button .chat-title{
    letter-spacing: 0.18em;
    font-size: 13px;
    font-family: 'FacultyGlyphic';
}
.facets-sidebar .accordion__content {
    max-height: 180px;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: thin;
}
/* .cart-drawer__order-note .textarea{
    background: #FCF9F2;
    color: #C81C4A;
    font-family: 'FacultyGlyphic';
    /*  letter-spacing: 0.18em;*/
    font-size: 11px;
} */

.cart-drawer__order-note .textarea::placeholder{
    color: #C81C4A;
    letter-spacing: 0.18em;
    font-size: 11px;
}
.cst-carr-cont{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}

shopify-accelerated-checkout-cart {
    display: flex;
}
:host([page-type="cart_page"]) .accelerated-checkout-button {
    width: 33%!important;
}
cart-note-dialog label {
    text-transform: uppercase;
    color: #C81C4A;
    font-family: 'FacultyGlyphic';
}
.cart-drawer__order-note .textarea {
    background: #FCF9F2;
    color: #000;
    font-size: 11px;
}
.cart-drawer__order-note .textarea::placeholder{
    color: #000;
    letter-spacing: 0.18em;
    font-size: 12px;
} 

@media screen and (min-width: 1150px) and (max-width: 1259px)  {
    .cst_collection-card__content .h3{
        font-size: 18px;
    }
}