/** Shopify CDN: Minification failed

Line 88:4 Unexpected "}"

**/
.bold-modal__content {
    box-shadow: 1px 1px 10px 2px rgba(235, 235, 235, 0.5);
    padding: 2.5rem 3.5rem 1rem;
}
.bold-upsell {
    background: #fff;
}
.bold-modal__footer {
    border-top: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(189,233,242, 0.3);
}
.bold-upsell__intro-heading {
    text-transform: none;
    letter-spacing: 0.05rem;
    margin: 0 0 17.5px;
    font-family: Quicksand,sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    word-wrap: break-word;
    font-size: 27px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #000 !important;
}
.bold-upsell__intro-content{
font-size: 1.3em;
color: #000 !important;
}
.bold-upsell__products-list {

}
.bold-product__button,
.bold-product__button:link,
.bold-product__button:visited,
.bold_product__button:hover,
.bold_product__button:active,
.bold_product__button:focus,
.bold-upsell__button--primary:link,
.bold-upsell__button--primary:visited,
.bold-upsell__button--primary:hover,
.bold-upsell__button--primary:active,
.bold-upsell__button--primary:focus {
    line-height: 1.4;
    padding: 12px 30px;
    white-space: normal;
    margin-top: 0;
    min-height: 44px;
    user-select: none;
    appearance: none;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #7737bd;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8125rem;
}

.bold-upsell__button--secondary,
.bold-upsell__button--secondary:link,
.bold-upsell__button--secondary:visited,
.bold-upsell__button--secondary:hover,
.bold-upsell__button--secondary:active,
.bold-upsell__button--secondary:focus {
    background-color: #fff;
    border: 1px solid #7737bd;
    color: #7737bd;
    padding: 12px 30px;
    text-decoration: none;
    font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8125em;
}
    }
a.bold-upsell__button.bold-upsell__button--primary {
    width: fit-content;
    display: inline;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 1.2em;
  font-size: calc(var(--font-size-base) * 1px);
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  color: var(--color-text);
  line-height: 1.5;
}
.bold-product__variant-selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 1.8;
    padding-right: 28px;
    text-indent: 0.01px;
    cursor: pointer;
    padding-top: 11px;
    padding-left: 15px;
    padding-bottom: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    background-color: transparent;
    max-width: 100%;
    border-radius: 2px;
    font-family: Roboto,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1em;
    margin: 10px 0px;
    color: #7737bd;
    text-transform: uppercase;
}
.bold-product__pricing {
    justify-content: normal;
}
.bold-product__price, .bold-product__description, .bold-product-review{
    font-family: Roboto,sans-serif;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(0, 0, 0, 0.8);
    font-size: 150%;
}
.bold-product__title {
    font-family: Quicksand,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.8em;
    color: rgba(0, 0, 0, 0.8);
    justify-content: left;  
    letter-spacing: 0.02em;
    text-align: left;
}
.bold-product {
    background-color: rgba(255,255,255, 1);
}