/** Shopify CDN: Minification failed

Line 313:17 Expected identifier but found whitespace
Line 313:18 Unexpected "100"
Line 372:0 Expected "}" to go with "{"

**/
.savings-promo {
    /* background-color: #fff; */
    /* padding: 60px 0; */
    position: relative;
    overflow: hidden;
}


.savings-promo .page-width {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.savings-promo__header {
    margin: 0 auto 50px auto;
    text-align: center;
}

.savings-promo__title {
    font-weight: 900;
    font-size: 44px;
    color: #000;
    margin: 0 0 15px 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
}

.savings-promo__description {
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    margin: 15px auto 30px auto;
    max-width: 808px;
    font-weight: 400;
    font-family: "Fredoka", sans-serif;
}

.savings-promo__description p {
    margin: 0;
    font-weight: 300;
}

.savings-promo__cta {
    display: inline-block;
    background-color: #226a37;
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: background-color 0.3s ease;
    font-family: "Fredoka", sans-serif;
}

.savings-promo__cta:hover {
    background-color: #144428;
}

.savings-promo__grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.savings-promo__product {
    flex: 1 1 calc(25% - 30px);
    max-width: 360px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    transition: all 0.3s ease;
}

.savings-promo__product-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}

.savings-promo__image-wrapper {
    width: 100%;
    max-width: 306px;
    height: 306px;
    margin: 0 auto 20px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.savings-promo__image-wrapper img,
.savings-promo__image-wrapper svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.savings-promo__product-title {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    margin: 0 0 8px 0;
    line-height: 1.3;
    min-height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.savings-promo__product-subtext {
    font-size: 1.4rem;
    color: #444;
    margin-bottom: 10px;
}

.savings-promo__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 15px;
}

.savings-promo__rating .yotpo-widget-instance,
.savings-promo__rating [class*="yotpo"] {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 1.4rem !important;
    color: #444 !important;
    font-family: 'Fredoka', sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 0.03em !important;
}

.savings-promo__stars {
    color: #FFB800;
    display: flex;
}

.savings-promo__stars svg {
    width: 1.6rem;
    height: 1.6rem;
}

.savings-promo__reviews-count {
    font-size: 1.3rem;
    color: #666;
}

.savings-promo__price-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: auto;
    width: 100%;
}

.savings-promo__price {
    font-weight: 500;
    font-size: 24px;
    color: #226A36;
}

.savings-promo__buy-now {
    font-family: "Fredoka", sans-serif;
    background-color: #226A36;
    color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 140px;
    font-size: 18px;
    text-transform: uppercase;
}

.savings-promo__buy-now:hover:not([disabled]) {
    background-color: #144428;
}

.savings-promo__buy-now[disabled] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: #666;
}


.savings-promo__buy-now.loading>span {
    opacity: 0.2;
}

.savings-promo__buy-now .loading__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.savings-promo__buy-now .spinner {
    width: 100%;
    height: 100%;
}

.savings-promo__buy-now.loading .loading__spinner {
    display: block !important;
}

.savings-promo__buy-now .path {
    stroke: #fff;
}

.product-form__error-message-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
    color: #EB001B;
    font-size: 1.2rem;
    justify-content: center;
}

.product-form__error-message-wrapper[hidden] {
    display: none;
}

.product-form__error-message-wrapper .icon-error {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
}

@media screen and (max-width: 989px) {
    .savings-promo__product {
        flex: 1 1 calc(50% - 30px);
        max-width: 32rem;
    }
}

@media screen and (max-width: 749px) {
    .savings-promo__title {
        font-size: 32px;
    }

    .savings-promo__product {
        flex: 1 1 calc(50% - 15px);
        gap: 15px;
    }

    .savings-promo__grid {
        gap: 20px;
    }
}

@media screen and (max-width: 480px) {
    .savings-promo__product {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
/* license-cards specific styles */
.license-cards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}

.license-cards__product {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.license-cards__image-wrapper {
  position: relative;
  padding-bottom: 100
/* license-cards specific styles */
.license-cards__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
}

.license-cards__product {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.license-cards__image-wrapper {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #f9f9f9;
}

.license-cards__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.license-cards__product-title {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.license-cards__license-btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-button-bg, #00878a);
  color: var(--color-button-text, #fff);
  border-radius: 4rem;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.license-cards__license-btn:hover {
  background-color: var(--color-button-hover, #006f74);
}

