/** Shopify CDN: Minification failed

Line 343:0 Unexpected "}"

**/
/* ===== CONVERSION ENHANCEMENTS CSS ===== */

/* --- Announcement Bar Enhancement --- */
.announcement-bar--enhanced {
  background: #007373 !important;
  padding: 8px 15px !important;
  position: relative;
  overflow: hidden;
}
.announcement-bar--enhanced .announcement-bar__message {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.announcement-bar--enhanced .announcement-bar__message a {
  color: #01c78e;
  text-decoration: underline;
}

/* --- Trust Bar (below hero) --- */
.trust-bar {
  background: #f5f5f0;
  padding: 14px 20px;
  text-align: center;
  border-bottom: 1px solid #e5e5e0;
}
.trust-bar__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  max-width: 900px;
  margin: 0 auto;
}
.trust-bar__item {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #333;
  white-space: nowrap;
}
.trust-bar__separator {
  color: #01c78e;
  font-size: 14px;
}
@media (max-width: 740px) {
  .trust-bar__inner { gap: 6px 16px; }
  .trust-bar__item { font-size: 10px; letter-spacing: 0.5px; }
}

/* --- Collection Page: Star Ratings on Cards --- */
.collection__section .product-block .jdgm-prev-badge {
  margin: 4px 0 2px;
  display: block !important;
}
.collection__section .product-block .jdgm-prev-badge .jdgm-prev-badge__stars {
  font-size: 14px;
}
.collection__section .product-block .jdgm-prev-badge .jdgm-prev-badge__text {
  font-size: 11px;
  color: #666;
}

/* --- Collection Page: Product Badges --- */
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-badge__tag {
  display: inline-block;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 2px;
}
.product-badge__tag--bestseller {
  background: #007373;
  color: #fff;
}
.product-badge__tag--save {
  background: #01c78e;
  color: #000;
}
.product-badge__tag--new {
  background: #000;
  color: #fff;
}

/* --- Collection Page: Short Descriptions --- */
.product-block .product__short-desc {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin: 2px 0 6px;
  min-height: 17px;
}

/* --- Product Page: Trust Badges --- */
.product-trust-badges {
  display: flex;
  gap: 16px;
  margin: 16px 0;
  padding: 14px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}
.product-trust-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #555;
  font-weight: 500;
}
.product-trust-badge svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.product-trust-badge svg path {
  fill: #007373;
}
@media (max-width: 740px) {
  .product-trust-badges { gap: 10px; }
  .product-trust-badge { font-size: 11px; }
}

/* --- Why OffCourt Comparison Chart --- */
.why-offcourt {
  padding: 60px 20px;
  background: #f5f5f0;
}
.why-offcourt__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}
.why-offcourt__table {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
}
.why-offcourt__table th,
.why-offcourt__table td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.why-offcourt__table th:first-child,
.why-offcourt__table td:first-child {
  text-align: left;
}
.why-offcourt__table thead th {
  font-weight: 700;
  font-size: 15px;
  border-bottom: 2px solid #333;
}
.why-offcourt__table thead th:nth-child(2) {
  color: #007373;
}
.why-offcourt__check { color: #01c78e; font-size: 18px; }
.why-offcourt__x { color: #cc3333; font-size: 16px; }
@media (max-width: 600px) {
  .why-offcourt__table th, .why-offcourt__table td { padding: 8px 10px; font-size: 12px; }
}

/* --- Cross-sell / Pairs Well With --- */
.pairs-well {
  margin: 24px 0;
  padding: 16px;
  background: #f9f9f6;
  border-radius: 4px;
}
.pairs-well__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.pairs-well__items {
  display: flex;
  gap: 12px;
  overflow-x: auto;
}
.pairs-well__item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  padding: 8px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s;
}
.pairs-well__item:hover { border-color: #007373; }
.pairs-well__item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 2px;
}
.pairs-well__item-info { flex: 1; }
.pairs-well__item-name {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}
.pairs-well__item-price { font-size: 12px; color: #666; }
.pairs-well__item-add {
  background: #007373;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  white-space: nowrap;
}

/* --- Scent Quiz CTA --- */
.scent-quiz-cta {
  text-align: center;
  padding: 50px 20px;
  background: #007373;
  color: #fff;
}
.scent-quiz-cta__title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #fff;
}
.scent-quiz-cta__subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  opacity: 0.9;
}
.scent-quiz-cta__btn {
  display: inline-block;
  background: #01c78e;
  color: #000;
  padding: 14px 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s;
}
.scent-quiz-cta__btn:hover { background: #00b57e; color: #000; }

/* --- Site-wide Review Trust Signal --- */
.site-review-trust {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  color: #555;
  background: #fafaf7;
  border-bottom: 1px solid #eee;
}
.site-review-trust__stars { color: #f5a623; margin-right: 4px; }


/* === HEADER === */

/* Nav bar: always solid #dbe7ff - extra specificity to beat eq-header.css */
#html .header-wrapper .eq-header.header,
#html.index .header-wrapper .eq-header.header,
#html.index .header-wrapper .eq-header.header.transparent-white {
  background-color: #dbe7ff !important;
  border-bottom: 1px solid #cdd8ef !important;
}

/* All nav text + icons: black */
#html .header-wrapper .eq-header.header .eq-nav nav ul li a,
#html.index .header-wrapper .eq-header.header.transparent-white .eq-nav nav ul li a,
#html .header-wrapper .eq-header.header .menu-navigation__title,
#html.index .header-wrapper .eq-header.header.transparent-white .menu-navigation__title {
  color: #000 !important;
}
#html .header-wrapper .eq-header.header .header__icons a svg path,
#html.index .header-wrapper .eq-header.header.transparent-white .header__icons a svg path,
#html .header-wrapper .eq-header.header .header__icon--menu-navigation .menu-icon svg path,
#html.index .header-wrapper .eq-header.header.transparent-white .header__icon--menu-navigation .menu-icon svg path,
#html.index .header-wrapper .eq-header.header .header__icons a svg path {
  fill: #000 !important;
}
#html .header-wrapper .eq-header.header .header__icons a > span,
#html.index .header-wrapper .eq-header.header.transparent-white .header__icons a > span {
  color: #000 !important;
}

/* Subscribe nav link: white */
#html .header-wrapper .eq-header.header .eq-nav nav ul li.subscribe-item a,
#html.index .header-wrapper .eq-header.header.transparent-white .eq-nav nav ul li.subscribe-item a {
  color: #fff !important;
}

/* On scroll: hide announcement bar */
.header-wrapper.fill .announcement-bar {
  display: none !important;
}
#html.index .header-wrapper.fill {
  background-color: transparent !important;
}

/* Announcement bar */
.announcement-bar {
  background-color: #01c78e !important;
}
@media (max-width: 768px) {
  .announcement-bar__segments { font-size: 10px !important; }
  .announcement-bar__segments svg { display: none; }
}
@media (max-width: 480px) {
  .announcement-bar__segments span:nth-last-child(-n+2) { display: none; }
}

}

/* Hide Rebuy cart flyout close button when cart is not open */
.rebuy-cart__flyout-close {
  display: none !important;
}
.rebuy-cart__flyout.is-visible .rebuy-cart__flyout-close {
  display: block !important;
}

/* Force hide Rebuy close button - high specificity */
button#rebuy-cart-close,
button.rebuy-cart__flyout-close,
#rebuy-cart-close {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
}


/* Complete Your Routine - Cross-sell Builder */
.routine-builder {
    margin: 40px 0 30px;
    padding: 0 20px;
    max-width: 800px;
}
.routine-builder__header {
    margin-bottom: 20px;
}
.routine-builder__title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 0 0 6px;
}
.routine-builder__subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}
.routine-builder__products {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 8px;
}
.routine-builder__card {
    flex: 0 0 200px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s;
}
.routine-builder__card:hover {
    border-color: #007373;
}
.routine-builder__img-link {
    display: block;
}
.routine-builder__card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.routine-builder__card-info {
    padding: 12px;
}
.routine-builder__card-title {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    line-height: 1.3;
}
.routine-builder__card-title:hover {
    color: #007373;
}
.routine-builder__card-pricing {
    margin-bottom: 10px;
}
.routine-builder__price-original {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    margin-right: 6px;
}
.routine-builder__price-savings {
    font-size: 13px;
    font-weight: 600;
    color: #007373;
}
.routine-builder__add-btn {
    width: 100%;
    padding: 10px;
    background: #007373;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.routine-builder__add-btn:hover {
    background: #005a5a;
}
.routine-builder__add-btn:disabled {
    opacity: 0.7;
    cursor: wait;
}
.routine-builder__added {
    background: #2e7d32 !important;
}
.routine-builder__upgrade {
    margin-top: 16px;
}
.routine-builder__upgrade-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #f0f7f7;
    border: 1px solid #d0e8e8;
    border-radius: 8px;
    flex-wrap: wrap;
}
.routine-builder__upgrade-badge {
    background: #007373;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
}
.routine-builder__upgrade-text {
    flex: 1;
    font-size: 14px;
    color: #333;
    min-width: 200px;
}
.routine-builder__upgrade-btn {
    font-size: 13px;
    font-weight: 600;
    color: #007373;
    text-decoration: none;
    white-space: nowrap;
}
.routine-builder__upgrade-btn:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .routine-builder {
        padding: 0 16px;
    }
    .routine-builder__card {
        flex: 0 0 170px;
    }
    .routine-builder__card img {
        height: 130px;
    }
    .routine-builder__upgrade-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
