.hrs__filters {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 0 clamp(18px, 4vw, 48px) 25px;
  scrollbar-width: thin;
}

.hrs__filters[hidden] {
  display: none;
}

.hrs__filters button {
  min-height: 40px;
  padding: 0 17px;
  border: 1px solid #afbec5;
  border-radius: 999px;
  color: #31424c;
  background: #fff;
  font: 900 11px Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hrs__filters button.is-active {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

.hrs__filters button:hover,
.hrs__filters button:focus-visible {
  border-color: #69b9dc !important;
  color: #07131b !important;
  background: #dff3fb !important;
}

.hrs__filters button.is-active:hover,
.hrs__filters button.is-active:focus-visible,
.hrs__bottom > button:hover,
.hrs__bottom > button:focus-visible,
.hrs__add:hover,
.hrs__add:focus-visible,
.hrs__checkout:hover,
.hrs__checkout:focus-visible,
.hrs__cart-toggle:hover,
.hrs__cart-toggle:focus-visible {
  border-color: #69b9dc !important;
  color: #07131b !important;
  background: #69b9dc !important;
}

.hrs__title:hover,
.hrs__title:focus-visible {
  color: #08799f !important;
  background: transparent !important;
}

.hrs__media:hover,
.hrs__media:focus-visible {
  background: #eef4f6 !important;
}

.hrs__detail-close:hover,
.hrs__detail-close:focus-visible,
.hrs__cart-close:hover,
.hrs__cart-close:focus-visible {
  color: #07131b !important;
  background: #dff3fb !important;
}

.hrs__media {
  position: relative;
}

.hrs__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 10px;
  color: #07131b;
  background: #dff3fb;
  box-shadow: 0 3px 12px rgba(7, 19, 27, .16);
  font: 900 10px Arial, sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hrs__in-person {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid #08799f;
  color: #07131b;
  background: #eaf7fc;
}

.hrs__in-person strong {
  display: block;
  margin-bottom: 5px;
  font: 900 15px "Arial Black", Arial, sans-serif;
  text-transform: uppercase;
}

.hrs__in-person p {
  margin: 0;
  color: #40515a;
  font-size: 14px;
}

.hrs__description p,
.hrs__description div {
  margin: 0 0 12px;
}

.hrs__description p:last-child,
.hrs__description div:last-child {
  margin-bottom: 0;
}

.hrs__description ul,
.hrs__description ol {
  margin: 0 0 14px;
  padding-left: 22px;
}

.hrs__description li {
  margin-bottom: 6px;
}

.hrs__description h1,
.hrs__description h2,
.hrs__description h3,
.hrs__description h4,
.hrs__description h5,
.hrs__description h6 {
  margin: 18px 0 8px !important;
  color: #07131b !important;
  font: 900 16px/1.25 "Arial Black", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.hrs__description a {
  color: #08799f !important;
  text-decoration: underline;
}

.hrs__stepper {
  display: grid;
  grid-template-columns: 38px 48px 38px;
  align-items: stretch;
}

.hrs__stepper button {
  min-height: 44px;
  padding: 0 !important;
  border: 1px solid #9cabb2 !important;
  border-radius: 0 !important;
  color: #07131b !important;
  background: #eef7fa !important;
  font: 900 19px Arial, sans-serif !important;
}

.hrs__stepper button:hover,
.hrs__stepper button:focus-visible {
  border-color: #69b9dc !important;
  background: #dff3fb !important;
}

.hrs__stepper input,
.hrs__cart-line .hrs__stepper input {
  width: 48px;
  min-height: 44px;
  padding: 0 3px;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  text-align: center;
  appearance: textfield;
}

.hrs__stepper input::-webkit-inner-spin-button,
.hrs__stepper input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.hrs__qty-label {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.hrs__cart-line {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.hrs__stepper--cart {
  grid-template-columns: 32px 42px 32px;
}

.hrs__stepper--cart button,
.hrs__stepper--cart input,
.hrs__cart-line .hrs__stepper--cart input {
  width: auto;
  min-height: 38px;
}

@media (max-width: 420px) {
  .hrs__cart-line {
    grid-template-columns: 1fr auto;
  }

  .hrs__cart-line > b {
    grid-column: 2;
  }
}

.hrs__cart-items {
  height: calc(100dvh - 360px);
}

.hrs__totals > div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 5px 0;
  font-size: 14px;
}

.hrs__totals > div[hidden] {
  display: none;
}

.hrs__totals .hrs__total {
  margin-top: 7px;
  padding-top: 12px;
  border-top: 1px solid #d8e2e6;
  font-size: 20px;
}

.hrs__tax strong {
  text-align: right;
}

.hrs__status {
  display: flex;
  width: auto;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 8px clamp(18px, 4vw, 48px) 35px;
  padding: 24px;
  color: #40515a;
  background: #f7fbfc;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.hrs__status[hidden] {
  display: none !important;
}

.hrs__loader {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border: 3px solid #cfe8f1;
  border-top-color: #08799f;
  border-radius: 50%;
  animation: hrs-spin .75s linear infinite;
}

@keyframes hrs-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .hrs__loader {
    animation: none;
    border-color: #08799f;
  }
}

/* Prevent WordPress themes from forcing long product names outside their cards. */
.hrs__grid,
.hrs__card,
.hrs__body,
.hrs__bottom {
  min-width: 0;
}

.hrs__card {
  width: 100%;
  max-width: 100%;
}

.hrs__title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 2.5em;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #07131b !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  white-space: normal !important;
  font: 800 16px/1.22 "Inter", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  line-height: 1.22 !important;
}

/* Protect the expanded product panel from Elementor button and heading styles. */
.hrs .hrs__detail-copy h3 {
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #07131b !important;
  background: transparent !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: clamp(30px, 4vw, 42px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.025em !important;
  text-transform: none !important;
}

.hrs .hrs__add {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 2px !important;
  color: #fff !important;
  background: #07131b !important;
  box-shadow: none !important;
  font: 800 11px/1 "Inter", Arial, sans-serif !important;
  letter-spacing: .05em !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.hrs .hrs__add:hover,
.hrs .hrs__add:focus-visible {
  border: 0 !important;
  color: #07131b !important;
  background: #69b9dc !important;
}

.hrs .hrs__detail-close {
  display: grid !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d8e2e6 !important;
  border-radius: 50% !important;
  color: #07131b !important;
  background: #fff !important;
  box-shadow: none !important;
  font: 400 25px/1 Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
}

.hrs .hrs__detail-close:hover,
.hrs .hrs__detail-close:focus-visible {
  border-color: #69b9dc !important;
  color: #07131b !important;
  background: #dff3fb !important;
}

.hrs .hrs__media img,
.hrs .hrs__detail-media img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
}

.hrs__body {
  overflow: hidden;
}

.hrs__bottom {
  width: 100%;
}

.hrs__bottom > strong {
  min-width: 0;
}

.hrs__bottom > button {
  flex: 0 0 auto;
  white-space: nowrap !important;
}

.hrs__cart-head h3 {
  display: flex !important;
  align-items: center !important;
  gap: 9px;
  min-height: 32px;
  line-height: 1.1 !important;
}

.hrs__cart-head .hrs__cart-count {
  display: inline-flex !important;
  width: 27px;
  min-width: 27px;
  height: 27px;
  flex: 0 0 27px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  color: #fff !important;
  background: #08799f !important;
  font: 800 12px/1 Arial, sans-serif !important;
  letter-spacing: 0 !important;
  vertical-align: middle;
}

.hrs__cart-close {
  color: #07131b !important;
  background: #fff !important;
}

.hrs--global-cart.is-empty .hrs__cart-foot {
  display: none;
}

.hrs--global-cart.is-empty .hrs__cart-items {
  height: calc(100dvh - 110px);
}

.hrs__cart-empty {
  padding: 22px 0;
}

.hrs__cart-empty > strong {
  display: block;
  font: 900 20px/1.2 "Arial Black", Arial, sans-serif;
}

.hrs__cart-empty > p {
  margin: 5px 0 20px;
  color: #5b6971;
  font-size: 13px;
}

.hrs__recommendations {
  display: grid;
  gap: 12px;
}

.hrs__recommendation {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid #d8e2e6;
  background: #fff;
}

.hrs__recommendation img {
  display: block;
  width: 62px;
  height: 72px;
  object-fit: cover;
  background: #eef4f6;
}

.hrs__recommendation div {
  min-width: 0;
}

.hrs__recommendation strong,
.hrs__recommendation span {
  display: block;
}

.hrs__recommendation strong {
  overflow-wrap: anywhere;
  font-size: 12px;
  line-height: 1.25;
}

.hrs__recommendation span {
  margin-top: 5px;
  color: #08799f;
  font-size: 13px;
  font-weight: 900;
}

.hrs__recommendation button {
  min-height: 38px;
  padding: 0 12px !important;
  border: 0 !important;
  color: #fff !important;
  background: #07131b !important;
  font: 900 10px Arial, sans-serif !important;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hrs__recommendation button:hover,
.hrs__recommendation button:focus-visible {
  color: #07131b !important;
  background: #69b9dc !important;
}

@media (max-width: 380px) {
  .hrs__recommendation {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .hrs__recommendation img {
    width: 52px;
    height: 62px;
  }

  .hrs__recommendation button {
    grid-column: 2;
    justify-self: start;
  }
}

/* Keep the site-wide cart independent from Elementor/theme button styles. */
.hrs--global-cart {
  position: fixed !important;
  z-index: 99998 !important;
  inset: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  pointer-events: none;
}

.hrs--global-cart .hrs__shade,
.hrs--global-cart .hrs__cart,
.hrs--global-cart .hrs__cart-toggle {
  pointer-events: auto;
}

.hrs--global-cart button {
  appearance: none !important;
  -webkit-appearance: none !important;
  text-decoration: none !important;
  box-shadow: none;
}

.hrs--global-cart .hrs__cart {
  z-index: 3 !important;
  display: block !important;
  width: min(440px, 100vw) !important;
  max-width: none !important;
  height: 100dvh !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #07131b !important;
  background: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

.hrs--global-cart .hrs__shade {
  z-index: 2 !important;
}

.hrs--global-cart .hrs__cart-toggle {
  z-index: 1 !important;
  display: inline-flex !important;
  min-width: 108px;
  min-height: 48px !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #07131b !important;
  font: 900 12px/1 Arial, sans-serif !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.hrs--global-cart .hrs__cart-toggle:hover,
.hrs--global-cart .hrs__cart-toggle:focus-visible {
  color: #07131b !important;
  background: #69b9dc !important;
}

.hrs--global-cart .hrs__cart-toggle span {
  display: inline-flex !important;
  min-width: 24px !important;
  height: 24px !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 6px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: #08799f !important;
  font: 800 12px/1 Arial, sans-serif !important;
}

.hrs--global-cart .hrs__cart-head {
  min-height: 51px;
  margin: 0 !important;
  padding: 0 54px 15px 0 !important;
}

.hrs--global-cart .hrs__cart-head h3 {
  margin: 0 !important;
  color: #07131b !important;
  font: 900 25px/1.1 "Arial Black", Arial, sans-serif !important;
  text-transform: none !important;
}

.hrs--global-cart .hrs__cart-close {
  display: grid !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  place-items: center;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #d8e2e6 !important;
  border-radius: 50% !important;
  color: #07131b !important;
  background: #fff !important;
  font: 400 25px/1 Arial, sans-serif !important;
}

.hrs--global-cart .hrs__cart-close:hover,
.hrs--global-cart .hrs__cart-close:focus-visible {
  border-color: #69b9dc !important;
  color: #07131b !important;
  background: #dff3fb !important;
}

.hrs--global-cart .hrs__recommendation {
  width: 100% !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.hrs--global-cart .hrs__recommendation button {
  border-radius: 2px !important;
}

@media (max-width: 500px) {
  .hrs--global-cart .hrs__cart {
    width: 100vw !important;
    padding: 20px !important;
  }

  .hrs--global-cart .hrs__cart-toggle {
    right: 14px !important;
    bottom: 14px !important;
  }
}
