/** Shopify CDN: Minification failed

Line 94:0 Expected "}" to go with "{"

**/
/**
.related-products{
  overflow: hidden;
}

.overflow-scroll {
    overflow: auto;
}


.alert-required{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
**/
header .py-3 {
  padding-top: 8rem;
}
.bootstrap-iso .modal {
  background: rgba(0,0,0,0.5);
}

body .offer-table-list ul.table-list {
  border: none;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

body .offer-table-list li.table-list-item {
  border: none;
  background-color: #FFF;
  border-radius: 0.375rem;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
}

body .offer-table-list li.table-list-item span {
  font-weight: 700;
  color: #162D55;
}

/* 2025-7-Mar. Added by ulziibat. for styling Hulk Discounts ‑ VolumeBoost app widget */
body .offer-options-list div.offer-option-item {
  background-color: #FFF;
  margin-bottom: 0.25rem;
}

body .offer-options-list div.offer-option-item .option-radio {
  border-color: #162D55;
}

body .offer-options-list [type=radio]:checked+label div.option-radio:after,
body .offer-options-list [type=radio]:not(:checked)+label div.option-radio:after {
  background-color: #162D55;
}
body .offer-options-list [type=radio]:checked+label:before {
  border-color: #162D55;
}
body .offer-options-list [type=radio]:checked+label:after {
  background-color: #FFF;
}

.offer-options-title:empty {
  display: none;
}

.offer-options-des:empty {
  display: none;
}

body button.offer-option-btn {
  background-color: #162D55;
}

body .hulkapps-reminder-msg {
  font-size: inherit;
}

body .offer-options-title {
  text-transform: uppercase;
