/** Shopify CDN: Minification failed

Line 149:6 Expected identifier but found whitespace
Line 149:7 Unexpected "0"

**/
.promo-row {
    background: #ffda97;
    padding: 15px;
    border-radius: 18px;
}

.card-content.info .quick-add {
    display: flex;
    background: transparent;
    gap: 0;
    flex-direction: row-reverse;
}
.collection .collection .pagination-wrapper .pagination__item--prev,.collection .collection .pagination-wrapper .pagination__item--next{
    transform: scale(-1);
}
.banner-box .collection-breadcrumbs .page-width {
    padding: 0;
}
.card-content.info .quick-add .quick-add__submit.button {
    border-radius: 0 !important;
    background: #F3EEE2;
}
.collection ul .card-wrapper a {
    font-size: 18px;
    color: #1D1D1D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-clamp: 2;
}
.recently-viewed .price .price-item {
    font-weight: bold;
    color: #202020;
    line-height: 130%;
    margin-top: 5px;
    font-size:12px;
}
.card-information .price.price--sold-out {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #1d1d1d;
}
.card-content.info .quick-add modal-opener .quick-add__submit.button {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.card-content.info .quick-add product-form .quick-add__submit.button {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.card-content.info .card-badge.first-badge {
    width: 100%;
}
.card-information{
    margin-top:10px;
}
.rich-text-wrapper p {
    line-height: 1.353;
    font-size: clamp(18px, 4vw, 28px);
    color: #202020;
}
.rich-text-wrapper p br{
    display:none;
}
.breadcrumbs ol li a{

    color:#F3EEE2;
}
.product-grid-section .banner-heading.small{
    text-align:center;
    font-size:40px;
    line-height:40px;
    color:#202020;
}
.product-grid-section .banner-buttons {
    justify-content: center;
    display: flex;
}
.card-content.info .quick-add modal-opener .quick-add__submit.button svg,.quick-add__submit svg {
    color: #000;
}



.rich-text-wrapper p{
  /*! margin-block-start: 150px !important; */
}
.product-grid-section{
  margin-block-end: 100px;
  & [class*="color-scheme-"]{
    background: none;
  }
}
#ProductGridContainer{ 
  & .price__sale{
    & .price-item{
      font-weight: 700;
      font-size: 18px;
      line-height: 18px;
      letter-spacing: 0px;
      text-align: center;
      vertical-align: bottom;
      line-height:130%;
      /* color:#1D1D1D; */
    }
    & .price-item--sale {
      font-size: 2.2rem;
    }
    & span s.price-item{
      color:#7D7D7D;
      font-size: 16px;
      font-weight: 400;
      letter-spacing:-0.2px;
      font-weight:400;
    }
  }
  & #product-grid{
    margin:0 !important;
    & .card--media{
      padding-inline: 10px;
      position: relative;
    }

    .quick-add.quick-add-position-default {
      max-width: 305px;
      width: 100%;
      overflow: hidden;
      border-radius: 10px !important;
      margin-inline: auto !important;
    }
  }
  & .button{
    &:hover{
      background:#EEE6D3;
    }
  }
}
/* .card-content.info .card-badge.first-badge .badge{
  position: static;
  /*! border:1px solid red; */
  top: 0;
  display: inline-block;
  right: -30px; 
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 12px;
  letter-spacing: -0.2px;
  text-align: center;
  vertical-align: middle;

  padding-inline: 20px;
} */

@media(max-width:767px){

  /* .card-content.info .card-badge.first-badge .badge{
    font-size:12px;
    right:0;
  } */
  .promo-row{
  border-radius:10px;
  padding:4px;  
  }
  .collection .pagination__list>li {
    flex: 1 0 3.4rem;
    max-width: 3.4rem;
}
  .promo-row .banner-two-columns .banner-media {
    border-radius: 10px;
}
}