/** Shopify CDN: Minification failed

Line 135:32 Expected ":"

**/
.rich-text__blocks {
    max-width: 1350px;
}
.collection-content.page-width {
    padding: 50px 15px;
    max-width: 1370px;
}
.rich-text__blocks .rich-text__text p {
    line-height: 1.4;
    font-size: 15px;
}
.rich-text__heading, .cc-heading {
    margin-top: 0;
    font-size: 42px;
    color: #333;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.rich-text__heading:before, .cc-heading:before {
    content: "";
    position: absolute;
    display: block;
    width: 270px;
    height: 5px;
    background: #d7d7c4;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.btn-pill {
    background: #999966;
    padding: 5px 20px;
    font-size: 16px;
    letter-spacing: 0;
    color: #fff;
    font-family: "Vinyl", Sans-serif;
    text-transform: uppercase;
}

.button-links-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 850px;
    margin: 0 auto;
    justify-content: center;
    column-gap: 30px;
}

.btn-pill:hover {
    background: #000;
    color: #fff;
}
.cc-products .card__inner {
    height: 240px;
}

.cc-products .card__inner img {
    object-fit: contain;
}

.cc-products .card__media .media img {
    object-fit: contain;
}

.cc-products .card-wrapper {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ddd;
    transition: 0.3s;
    width: 100%;
}

.cc-products {
    padding-top: 20px;
}

.cc-products .card__heading {
    font-size: 20px;
    letter-spacing: 0;
}

.cc-products .grid__item:hover a {
    text-decoration: none;
}

.cc-products .card__content, .cc-products .card__information {
    text-align: center;
}

.cc-products .card-information .price__container span {
    font-size: 16px;
font-family: 'BlinkMacSystemFont';
}
.card-information {
    text-align: center;
}
.quick-add__submit {
    background: #999966;
    color: #fff;
    letter-spacing: 0;
    font-family: Vinyl;
    text-transform: uppercase;
    transition: all .3s;
    border: 1px solid #999966;
    position: relative;
    z-index: 1;
}

.quick-add__submit:hover {
    background: #fff;
    color: #999966;
}
.cc-block {
    padding-bottom: 60px;
}

.cc-block:last-child {
    padding-bottom: 40px;
}
.cc-no-products {
    text-align: center;
    font-size: 15px;
    font-weight: 600;cc-products
    font-family: 'Termina Test';
}
.cc-products .swiper-wrapper{
    padding: 10px;
}
.cc-products.swiper .swiper-button-prev:not(.swiper-button-lock),
.cc-products.swiper .swiper-button-next:not(.swiper-button-lock){
    display: block !important;
    color: #000000;
}

/* .swiper .swiper-slide.grid__item {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
} */
 .cc-products .quick-add__submit {
    margin-top: 30px;
}
@media(max-width:1024px){
    .cc-products {
    padding: 40px 30px 0;
}
.cc-block {
    padding-bottom: 50px;
}
.rich-text__heading, .cc-heading {
    margin-bottom: 20px;
    font-size: 35px;
}

.cc-heading:before, .rich-text__heading:before {
    width: 200px;
}

.cc-block:last-child {
    padding-bottom: 0px;
}

}

@media(max-width:767px){
  .rich-text__wrapper {
    width: 100%;
}

.rich-text__heading, .cc-heading {
    font-size: 28px;
}

.rich-text__heading:before, .cc-heading:before {
    width: 170px;
}
.cc-block {
    padding-bottom: 40px;
}
.cc-block:last-child {
    padding-bottom: 20px;
}
.cc-products {
    padding-top: 10px;
}
.cc-products .swiper-wrapper {
    padding: 10px 5px;
}
    .cc-products.grid--1-col-tablet-down .grid__item {
        width: 100%;
        max-width: calc(100% - 10px);
        margin-right: 10px;
    }
    .button-links-wrapper {
    gap: 10px;
    column-gap: 10px;
}
}
