/* line 3, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.cz-product-gallery .cz-thumblist .cz-thumblist-item {
  height: auto; }

/* line 10, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.form-group label.error {
  color: red !important;
  padding-top: 5px;
  box-shadow: 0 0 5px 1px red;
  background-color: rgba(243, 71, 112, 0.1);
  display: block; }
/* line 18, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.form-group.has-danger label {
  color: #f34770 !important; }
  /* line 20, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
  .form-group.has-danger label.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%; }
/* line 26, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.form-group.has-danger input {
  border-color: #f34770; }
/* line 31, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.form-group.has-success label.error {
  display: none !important; }

/* line 38, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.navbar-tool .navbar-tool-label {
  right: -1rem; }

/* line 43, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.product-thumb, .product-card .card-img-top {
  position: relative; }
  /* line 45, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
  .product-thumb .product-status, .product-card .card-img-top .product-status {
    position: absolute;
    top: 25px;
    right: -60px;
    width: 200px;
    padding: 8px;
    transform: rotate(45deg);
    opacity: 0.9;
    text-align: center;
    color: #fff;
    font-weight: bold; }

/* line 59, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.card-stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin: -75px 0 0 -200px;
  background-size: cover;
  opacity: 0.75; }
  /* line 68, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
  .card-stamp.redeemed {
    background-image: url(/assets/stamp-redeemed-4a17628857483f56744fa7443e9a62f57f5760908f63bce365a86626e15a80f4.png); }
  /* line 71, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
  .card-stamp.expired {
    background-image: url(/assets/stamp-expired-3c3d7bd42c2fd394f261a9c7d568c3def72241aa5bb1b1cefab2fd081633e009.png); }

/* line 76, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.banner-lg {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  height: 35px;
  background-color: #fea569;
  width: auto;
  opacity: 0.9;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-weight: bold; }

/* line 90, /sites/lecter.townsquarecommerce.com/releases/20250730221817/app/assets/stylesheets/cartzilla-overrides.scss */
.banner-sm {
  position: absolute;
  bottom: 15px;
  left: 10px;
  right: 10px;
  height: 35px;
  background-color: #fea569;
  width: auto;
  opacity: 0.9;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-weight: bold; }
