:root {
    --primary-color: #50b814;
    --primary-btn-hover-color: white;
    --primary-link-hover-color: #3a8a0f;
}

.btn-primary {
    --bs-btn-bg: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-bg: var(--primary-btn-hover-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-hover-color: var(--primary-color);
}

a {
    color: var(--primary-color);
}
a:hover {
    color: var(--primary-link-hover-color);
}
.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.form-check-input:focus {
    border-color: var(--primary-color);
}
li {
    color: white;
}
.discount-banner {
    border-radius: 1.5rem;
    color: white;
    background-color: var(--primary-color);
    max-width: 300px;
}
.color-green {
    color: var(--primary-link-hover-color);
}
.plus-badge {
    border-radius: 100%;
    aspect-ratio: 1/1;
}
.raffle-banner {
    background-color: #1a5276;
    border-radius: 1.5rem;
    max-width: 300px;
}
.gift-banner {
    max-width: 300px;
    border-radius: 1.5rem;
    background: linear-gradient(145deg, #005a92 0%, #00385b 100%);
}
.section-products-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6c757d;
}
.section-products-label__sub {
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.carousel-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f0f0f0;
  overflow: hidden;
}
.carousel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
}
.carousel-caption-custom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 20px 18px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.62));
  text-align: left;
}
.badge-included {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #0F6E56;
  background: rgba(225, 245, 238, 0.92);
  border-radius: 20px;
  padding: 3px 8px;
  margin-bottom: 6px;
}
.carousel-product-name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.carousel-product-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.product-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  transition: border-color .15s;
}
.product-card:hover {
  border-color: #86b7fe;
}
.product-card__img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f8f9fa;
  overflow: hidden;
  position: relative;
}
.product-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-card__img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #adb5bd;
}
.product-card__checkbox-wrap {
  position: absolute;
  top: 8px;
  right: 8px;
}
.product-card__checkbox-wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #0d6efd;
  cursor: pointer;
}
.product-card__body {
  padding: 10px 12px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.product-card__name {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  line-height: 1.35;
}
.product-card__desc {
  font-size: 11px;
  color: #6c757d;
  margin: 0;
  line-height: 1.4;
}
.perks-wrapper {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
}
.perks-header {
  background: var(--primary-color);
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.perks-header svg {
  color: white;
  flex-shrink: 0;
}
.perks-header span {
  font-size: 12px;
  font-weight: 600;
  color: white;
  letter-spacing: .01em;
}
.perks-body {
  background: var(--primary-link-hover-color);
  padding: 12px 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.perk-stamp {
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  min-width: 110px;
  flex: 1;
}
.perk-stamp__icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 4px;
}
.perk-stamp__main {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.perk-stamp__plus {
  font-size: 11px;
  color: rgba(255,255,255,.45);
  margin: 0;
  line-height: 1;
}
.perk-stamp__sub {
  font-size: 11px;
  color: rgba(255,255,255,.65);
  line-height: 1.35;
}
.perk-stamp__sub strong {
  color: #fff;
}
.perk-stamp__img {
  display: block;
  width: 48px;
  height: auto;
  border-radius: 6px;
  margin: 5px auto;
  object-fit: cover;
}
.perk-stamp-divider {
  color: rgba(255,255,255,.4);
  font-size: 14px;
  font-weight: 500;
  padding: 0 2px;
  flex-shrink: 0;
}
.gift-strip {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(26, 82, 118, .18);
  display: flex;
  align-items: center;
}
.gift-strip__img-wrap {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background: #d6eaf8;
  overflow: hidden;
}
.gift-strip__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gift-strip__body {
  flex: 1;
  min-width: 0;
  padding: 10px 13px;
  background: #eaf4fc;
}
.gift-strip__tag {
  display: inline-block;
  background: #1a5276;
  color: #d6eaf8;
  font-size: 10px;
  font-weight: 600;
  border-radius: 20px;
  padding: 2px 8px;
  margin-bottom: 4px;
  letter-spacing: .04em;
}
.gift-strip__name {
  font-size: 13px;
  font-weight: 700;
  color: #1a5276;
  margin: 0 0 1px;
  line-height: 1.3;
}
.gift-strip__sub {
  font-size: 11px;
  color: #5d8aa8;
  margin: 0;
  line-height: 1.3;
}