/** Shopify CDN: Minification failed

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

**/
/* Bundle styles */

.fb2b-bundle-final {
  margin-top: 40px;
}

.fb2b-row {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.fb2b-card {
  display: flex;
  gap: 15px;
  align-items: center;
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 12px;
  background: #fff;
  min-width: 280px;
}

.fb2b-img {
  width: 90px;
  border-radius: 8px;
}

.fb2b-info {
  flex: 1;
}

.fb2b-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.fb2b-select {
  width: 100%;
  margin-bottom: 8px;
  font-size: 13px;
  padding: 6px;
}

.fb2b-plus {
  font-size: 20px;
  color: #999;
}

.fb2b-qty {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  overflow: hidden;
  width: fit-content;
}

.fb2b-qty button {
  border: none;
  background: #fff;
  padding: 6px 10px;
  cursor: pointer;
}

.fb2b-qty input {
  width: 35px;
  text-align: center;
  border: none;
  font-size: 14px;
}

.fb2b-main-btn {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  border-radius: 30px;
  background: #000;
  color: #fff;
  border: none;
  font-weight: 600;
  cursor: pointer;
}

.fb2b-main-btn:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .fb2b-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb2b-plus {
    display: none;
  }
}
.rte strong a,
.article--content strong a {
  background-color: #ffda00 !important;
  color: #133352 !important;
  border-radius: 50px;
  padding: 14px 32px;
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  
}
.rte strong:has(a),
.article--content strong:has(a) {
  display: block;
  text-align: center;
  margin: 2rem 0;
}
/* Language selector - header */
.site-header-language {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: 0;
}

.site-header-language__flag {
  font-size: 26px;
  margin-right: 8px;
  line-height: 1;
}

#HeaderLanguageForm {
  display: flex;
  align-items: center;
}

#HeaderLocaleSelector {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px 3px 6px;
  cursor: pointer;
  appearance: auto;
  height: 28px;
  letter-spacing: 0.05em;
  width: auto;
}

#HeaderLocaleSelector:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

#HeaderLocaleSelector option {
  background: #1a2b4a;
  color: #ffffff;
}

/* Account actions spacing */
ul.site-header-actions {
  margin: 0 !important;
  padding: 0 !important;
}

/* Site header right gap control */
div.site-header-right {
  gap: 12px !important;
}
/* Account dropdown */
.site-header__account-links {
  display: none !important;
  position: absolute;
  top: 40px;
  right: 0;
  background: #1a2b4a;
  padding: 10px 16px;
  border-radius: 4px;
  flex-direction: column;
  gap: 8px;
  min-width: 140px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.site-header__account-links.is-open {
  display: flex !important;
}

.site-header__account-link--account {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 4px 0;
}

.site-header__account-link--account:hover {
  color: #c9a84c;
}

/* Account trigger button */
.site-header__account-trigger {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  padding: 0;
  text-transform: uppercase;
}

.site-header__account-trigger:hover {
  color: #c9a84c;
}

.site-header-actions__account-dropdown {
  position: relative;
}

ul.site-header-actions {
  position: relative;
}
@media (max-width: 768px) {
  .site-header-language {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .site-header--full-width {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  div.site-header-right {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 0 !important;
  }
/* Hide Checkout button in cart popup - forces customers to full cart page for Zapiet date selection */
.atc-banner__form {
  display: none !important;
}

