/** Shopify CDN: Minification failed

Line 32:13 Expected identifier but found whitespace
Line 32:15 Unexpected "{"
Line 32:40 Expected ":"
Line 33:14 Expected identifier but found whitespace
Line 33:16 Unexpected "{"
Line 33:42 Expected ":"

**/
/* Blends Section Styles */
.card {
    border: 1px solid var(--color-gold) !important;
    background: #fdf3dc !important;
}

.card-price {
    color: #B7791F;
}

.button {
    border: 1px solid #000;
    background: linear-gradient(180deg, #fee273 0%, #f3ba44 100%);
    color: #000;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    /* font-family: Playfair Display, sans-serif; */
    display: inline-block;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    font-family: 'Satoshi';
  font-style: {{ fonts_type_button_style }};
  font-weight: {{ fonts_type_button_weight }};
  font-weight: 700;
}

.blends-grid .slick-list {
    margin: 0 calc(var(--bs-gutter-x) * -0.5);
}

.blends-grid .slick-track {
    display: flex;
}

.blends-grid .slick-track .col {
    height: 100%;
}

.blends-grid .slick-slide {
    height: inherit;
}

.blends-grid .slick-slide>div {
    margin: 0 calc(var(--bs-gutter-x) * 0.5);
    height: 100%;
}

.blends-grid .slick-arrow {
    height: 32px;
    width: 32px;
    z-index: 1;
}



.blends-grid .slick-arrow:before {
    color: var(--color-gold);
    font-size: 2rem;
    opacity: 1;
}

.blends-grid .slick-arrow.slick-prev {
    left: -20px;
}

.blends-grid .slick-arrow.slick-next {
    right: -20px;
}

@media screen and (min-width: 1200px) {
    .blends-grid .slick-arrow.slick-prev {
        left: -40px;
    }

    .blends-grid .slick-arrow.slick-next {
        right: -40px;
    }
}