@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap");

:root {
  --hp-orange: #c05600;
  --hp-orange-hover: #a34900;
  --hp-cream: #f9f7f2;
  --hp-cream-2: #f4f1ed;
  --hp-sage: #8a968e;
  --hp-dark: #2d2d2d;
  --hp-text: #2d2d2d;
  --hp-muted: #6b6b6b;
  --hp-line: #e0e0e0;
  --hp-serif: "Playfair Display", Georgia, "Times New Roman", serif;
  --hp-sans: "Red Hat Display", "Segoe UI", sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #fefeff !important;
  color: var(--hp-text);
  font-family: var(--hp-sans) !important;
  font-weight: 400 !important;
}
a:focus {
  outline: none !important;
}
.container,
.header-redesign .container,
.hero-redesign .container,
.home-redesign.container,
.footer-redesign .container,
.home-catalog.container,
.page-redesign.container {
  width: 100% !important;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

/* ---- Header ---- */
.hp-header.header_sec,
.hp-header.header-redesign {
  background: #fff !important;
  box-shadow: 0 1px 0 var(--hp-line) !important;
}

.hp-trust-strip {
  background: #b6bab7 !important;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}

.hp-trust-strip .container {
  width: 100%;
}

.hp-trust-strip-list {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  list-style: none;
  margin: 0 auto !important;
  padding: 0 !important;
  gap: 0;
  flex-wrap: wrap;
  width: 100%;
  float: none !important;
  text-align: center;
}

.hp-trust-strip-list li {
  color: var(--hp-text);
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 2px 14px;
  border-right: 1px solid rgba(255, 255, 255, .35);
  white-space: nowrap;
  flex: 0 0 auto;
}

.hp-trust-strip-list li:last-child {
  border-right: none;
}

.hp-trust-strip-list i,
.hp-trust-strip-icon {
  color: var(--hp-dark);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.strike {
  float: left;
  color: #075ac3;
  min-width: 74px;
}

.hp-trust-strip-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.hp-header .header-main {
  
  padding: 16px 0 !important;
  position: relative;
  z-index: 140;
}

.hp-logo-link {
  display: flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: var(--hp-text) !important;
}

.hp-logo-link:hover,
.hp-logo-link:focus {
  color: var(--hp-text) !important;
}

.hp-logo-mark {
  width: 42px;
  height: 48px;
  background: var(--hp-orange);
  color: #fff !important;
  clip-path: polygon(50% 0, 100% 18%, 100% 62%, 50% 100%, 0 62%, 0 18%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hp-logo-mark i {
  font-size: 16px;
  color: #fff !important;
}

.hp-logo-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.hp-header .logo-text {
  font-family: var(--hp-serif);
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--hp-text) !important;
  text-transform: uppercase !important;
  letter-spacing: .02em;
}

.hp-header .logo-text::first-letter {
  color: var(--hp-text) !important;
}

.hp-logo-tagline {
  font-size: 11px;
  color: var(--hp-muted);
  font-weight: 500;
  margin-top: 4px;
}

.header-redesign .hp-search.header-search.search,
.hp-search.header-search.search {
  display: block !important;
  border: none !important;
  border-radius: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 150;
  box-sizing: border-box !important;
  line-height: normal !important;
  box-shadow: none !important;
}

.header-redesign .hp-search .header-search-form,
.hp-search .header-search-form {
  display: block !important;
  width: 100%;
  height: 100% !important;
  position: relative;
  overflow: visible;
  margin: 0 !important;
  gap: 0 !important;
}

.hp-search-field {
  display: flex !important;
  align-items: stretch !important;
  width: 100%;
  height: 48px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #fff !important;
  overflow: hidden;
  box-sizing: border-box !important;
  box-shadow: 0 0 0 1px var(--hp-line);
}

.hp-search .in_search {
  padding: 0 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: var(--hp-text) !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  align-self: stretch !important;
  border: none !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

.hp-search .in_search::placeholder {
  color: #7c7871 !important;
}

.header-redesign .hp-search .hp-search-btn.search-btn,
.header-redesign .hp-search .search-btn,
.hp-search-btn.search-btn {
  width: auto !important;
  min-width: 96px !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: stretch !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--hp-orange) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .04em;
  padding: 0 18px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  appearance: none;
}

.hp-search-btn.search-btn:hover {
  background: var(--hp-orange-hover) !important;
  color: #fff !important;
}

.hp-search .search-suggestions-dropdown,
.header-redesign .hp-search .search-suggestions-dropdown {
  display: block !important;
  position: absolute !important;
  top: calc(100% + 4px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden;
  background: #fff !important;
  border: 1px solid var(--hp-line) !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 24px rgba(45, 45, 45, .16) !important;
  z-index: 2000 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.hp-search .search-suggestions-dropdown li,
.header-redesign .hp-search .search-suggestions-dropdown li {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  padding: 8px 12px !important;
  cursor: pointer;
  border-bottom: 1px solid #eee !important;
  background: #fff !important;
  color: var(--hp-text) !important;
  float: none !important;
  width: 100% !important;
}

.hp-search .search-suggestions-dropdown li:last-child {
  border-bottom: none !important;
}

.hp-search .search-suggestions-dropdown li:hover,
.header-redesign .hp-search .search-suggestions-dropdown li:hover {
  background: #d8d9d8 !important;
 
}

.hp-search .search-suggestions-dropdown .suggestion-thumb {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
  flex-shrink: 0;
  float: none !important;
}

.hp-search .search-suggestions-dropdown .suggestion-name,
.header-redesign .hp-search .search-suggestions-dropdown .suggestion-name,
.hp-search .search-suggestions-dropdown li:hover .suggestion-name {
  
  flex: 1;
  font-weight: 500;
}

.hp-search .search-suggestions-dropdown .see-more-suggestion .suggestion-name {
  font-weight: 700 !important;
  color: var(--hp-orange) !important;
}

.hp-header-actions {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex-wrap: nowrap;
}

.hp-orders-link,
.hp-cart-summary {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: var(--hp-text) !important;
  text-decoration: none !important;
  cursor: pointer;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.hp-orders-link:hover,
.hp-orders-link:focus,
.hp-cart-summary:hover {
  color: var(--hp-orange) !important;
}

.hp-orders-link i,
.hp-cart-summary i {
  color: var(--hp-orange) !important;
  font-size: 20px;
}

.hp-orders-link span,
.hp-cart-summary span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.hp-orders-link strong,
.hp-cart-summary strong {
  font-size: 13px;
  font-weight: 700;
  color: inherit;
}

.hp-orders-link em,
.hp-cart-summary em {
  font-style: normal;
  font-size: 11px;
  color: #595e5a;
  font-weight: 500;
}

.hp-cart-icon-wrap {
  position: relative;
  display: inline-flex;
}

.hp-cart-badge {
  position: absolute;
  top: -11px;
  right: -8px;
  background: #8a968e;
  color: #fff !important;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hp-support-bar {
  background: var(--hp-sage);
  color: #fff;
  padding: 8px 0;
  position: relative;
  z-index: 120;
}

.hp-support-bar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.hp-support-phone.top-bar-phone,
.hp-support-phone {
  color: #fff !important;
  float: none !important;
  margin: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 8px;
}

.hp-support-phone i,
.hp-support-phone-icon {
  color: #fff !important;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hp-support-phone-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.hp-support-phone-region {
  color: #fff !important;
  font-weight: 700;
  letter-spacing: .04em;
}

.hp-support-phone-number {
  color: #fff !important;
  text-decoration: none !important;
}

.hp-support-phone-number:hover,
.hp-support-phone-number:focus {
  color: #fff !important;
  text-decoration: none !important;
}

.hp-support-contact {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 4px;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1.2;
}

.hp-support-contact:hover,
.hp-support-contact:focus {
  background: #fff;
  color: var(--hp-sage) !important;
  text-decoration: none !important;
}

.hp-support-bar .responsive-menu.top-bar-nav {
  margin-left: auto;
}

@media (min-width: 1025px) {
  .hp-header .header-main-row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
  }

  .hp-header .header-main-row > [class*="col-"] {
    min-width: 0;
    float: none;
  }
}

@media (min-width: 992px) {

  .hp-support-bar .mobile-toggle-container {
    display: none;
  }

  .hp-support-bar-inner {
    justify-content: flex-start;
  }

  .hp-support-bar .top-bar-nav {
    display: none !important;
  }

  .hp-trust-strip-list li {
    white-space: nowrap;
  }
}

.hp-support-bar .top-bar-nav li a {
  color: #fff !important;
}

.hp-support-bar .mobile-menu-toggle {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  color: #fff !important;
}

/* ---- Hero ---- */
.hero-redesign.banner_sec {
  background: var(--hp-cream) !important;
}

.hero-redesign .hero-section {
  background: var(--hp-cream) !important;
  background-image: none !important;
  padding: 36px 0 10px !important;
}

.hero-redesign .hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero-redesign .hero-image-col {
  display: block !important;
}

.hero-redesign .hero-headline {
  font-family: var(--hp-serif) !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  color: var(--hp-text) !important;
  text-transform: none !important;
  margin-bottom: 14px !important;
}

.hero-redesign .hero-headline-main,
.hero-redesign .hero-headline,
.hero-redesign .hero-subtitle,
.hero-redesign .hero-subtitle a {
  color: var(--hp-text) !important;
}

.hero-redesign .hero-headline-accent {
  color: var(--hp-orange) !important;
}

.hero-redesign .hero-subtitle {
  font-size: 15px !important;
  font-weight: 400 !important;
  max-width: 420px;
  line-height: 1.55 !important;
  text-transform: none !important;
  margin-bottom: 22px !important;
}

.hp-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none !important;
  cursor: pointer;
}

.hp-btn-primary,
.hp-btn-primary:visited {
  background: var(--hp-orange);
  color: #fff !important;
  border: 1px solid var(--hp-orange);
}

.hp-btn-primary:hover {
  background: var(--hp-orange-hover);
  color: #fff !important;
}

.hp-btn-outline,
.hp-btn-outline:visited {
  background: transparent;
  color: var(--hp-orange) !important;
  border: 1px solid var(--hp-orange);
}

.hp-btn-outline:hover {
  background: rgba(224,106,43,.08);
  color: var(--hp-orange) !important;
}

.hp-hero-proof {
  font-size: 12px;
  color: var(--hp-muted);
  font-weight: 500;
  margin: 0;
  display: none;
}

.hp-hero-proof i {
  color: var(--hp-orange);
  margin-right: 4px;
}

.hp-hero-proof span {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #d8d1c6;
}

.hp-hero-pills {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-hero-pills img {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  object-fit: contain;
}

.hp-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.92);
  font-weight: 700;
  font-size: 22px;
  box-shadow: 8px 16px 28px rgba(80,60,40,.18);
}

.hp-pill--blue {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #7eb6ea 0%, #2f6fb3 55%, #1d4e86 100%);
  z-index: 2;
}

.hp-pill--gold {
  width: 168px;
  height: 78px;
  border-radius: 40px;
  background: radial-gradient(circle at 30% 30%, #f3d27a 0%, #e0b13a 50%, #c48a18 100%);
  margin-left: -28px;
  margin-top: 48px;
  z-index: 1;
  color: rgba(90, 60, 10, .75);
}

.hp-hero-side-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hp-hero-side-card {
  background: #fff;
  border: 1px solid var(--hp-line);
  border-radius: 8px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 14px rgba(80,60,40,.06);
  color: var(--hp-text);
}

.hp-hero-side-icon {
  color: var(--hp-orange);
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-hero-side-icon svg {
  width: 32px;
  height: 32px;
  display: block;
}

.hp-hero-side-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.hp-hero-side-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: var(--hp-text);
  line-height: 1.25;
}

.hp-hero-side-sub {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #7a746c;
  line-height: 1.3;
}

.home-redesign .value-props-bar {
  background: transparent !important;
  padding: 0 0 24px !important;
  margin: 0 0 4px !important;
}

.home-redesign .value-props-pill {
  display: flex !important;
  align-items: stretch !important;
  background: #f7f7f7 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 16px rgba(45, 45, 45, .06) !important;
  padding: 20px 6px !important;
  overflow: hidden;
  border: #e0e0e0 1px solid;
}

.home-redesign .value-prop-item {
  flex: 1 1 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 8px 18px !important;
  min-width: 0;
  position: relative;
}

.home-redesign .value-prop-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: #e4e4e4 !important;
}

.home-redesign .value-prop-icon,
.home-redesign .value-prop-icon--orange-circle,
.home-redesign .value-prop-icon--blue-shield,
.home-redesign .value-prop-icon--orange-plain,
.home-redesign .value-prop-icon--blue-award {
  width: 36px !important;
  height: 36px !important;
  background: transparent !important;
  border-radius: 0 !important;
  color: var(--hp-orange) !important;
  flex-shrink: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.home-redesign .value-prop-icon i {
  color: var(--hp-orange) !important;
  font-size: 22px !important;
}

.home-redesign .hp-trust-svg {
  width: 32px;
  height: 32px;
  display: block;
  color: var(--hp-orange);
}

.home-redesign .value-prop-text {
  text-align: left;
  min-width: 0;
}

.home-redesign .value-prop-title {
  color: var(--hp-orange) !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .02em;
  line-height: 1.25;
}

.home-redesign .value-prop-sub {
  color: var(--hp-text) !important;
  text-transform: none !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  margin-top: 3px;
  line-height: 1.4;
}

/* ---- Catalog ---- */
.home-redesign {
  
  padding: 28px 15px 48px !important;
}

.home-redesign .popular-title,
.hp-product-page .popular-title {
  font-family: var(--hp-serif) !important;
  font-size: 28px !important;
  color: var(--hp-text) !important;
  text-transform: none !important;
  font-weight: 700 !important;
}

.hp-sidebar.panel {
  border: 1px solid var(--hp-line) !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  overflow: hidden;
  background: #fff !important;
}

.hp-sidebar-title {
  background: var(--hp-sage);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 12px 16px;
}

.hp-sidebar .sidebar-product-link,
.hp-sidebar a.sidebar-product-link,
.hp-sidebar a.sidebar-product-link:visited {
  color: var(--hp-text) !important;
  background: #fff !important;
  border-top: none !important;
  border-bottom: 1px solid var(--hp-line) !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.hp-sidebar a.sidebar-product-link:hover,
.hp-sidebar a.sidebar-product-link.current-product-highlight {
  background: #d8d9d8  !important;
  padding-left: 13px !important;
}

.hp-product-grid ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.hp-product-grid ul li,
.products.hp-product-grid ul li,
.hp-product-grid ul li:nth-child(2n),
.hp-product-grid ul li:nth-child(3n) {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  list-style: none;
}

.hp-product-card {
  display: flex;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--hp-line);
  border-radius: 6px;
  padding: 16px 16px 12px;
  min-height: 210px;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 8px rgba(80,60,40,.04);
  align-items: stretch;
}

.hp-product-card:hover {
  border-color: #d8cbbb;
  box-shadow: 0 6px 16px rgba(80,60,40,.08);
}

.hp-product-card .discount {
  position: static !important;
  top: auto !important;
  right: auto !important;
  background: var(--hp-orange) !important;
  border-radius: 4px;
  width: auto !important;
  min-width: 0 !important;
  flex-shrink: 0;
  margin: 0 !important;
  line-height: 1.3;
  padding: 3px 8px !important;
}

.hp-product-card__img {
  width: 200px;
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hp-product-card__img img {
  max-height: 200px !important;
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  object-fit: contain;
}

.hp-product-card__body {
  min-width: 0;
  flex: 1;
  text-align: left;
}

.hp-product-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 2px;
}

.hp-product-name {
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--hp-text) !important;
  text-transform: uppercase;
  min-height: 0 !important;
  line-height: 1.25;
  flex: 1;
}

.hp-product-generic {
  margin: 0 0 6px;
  font-size: 12px;
  color: var(--hp-orange);
  font-weight: 500;
}

.hp-product-stars {
  color: var(--hp-orange);
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  display: none;
}

.hp-product-desc {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--hp-muted);
  line-height: 1.35;
}

.hp-product-price {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--hp-text);
}

.hp-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--hp-orange);
  color: #fff !important;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  width: 100%;
  justify-content: center;
  cursor: pointer;
}

.hp-add-btn:hover {
  background: var(--hp-orange-hover);
  color: #fff !important;
}

.home-redesign .popular-products .product_card:hover {
  background: #fff !important;
  border-color: var(--hp-line) !important;
  box-shadow: 0 6px 18px rgba(45, 45, 45, .08) !important;
}

.hp-product-meta {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  margin-top: 8px;
  font-size: 10px;
  color: var(--hp-muted);
  font-weight: 600;
}

.hp-product-meta i {
  
  margin-right: 3px;
}

/* ---- Footer ---- */
footer.footer-redesign {
  background: #f7f7f7 !important  ;
}

.footer-redesign .footer-trust-section {

  margin-top: 0 !important;
  padding: 22px 0 !important;
  border-top: 1px solid var(--hp-line);
}

.footer-redesign .footer-trust-pill {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.footer-redesign .footer-trust-item::after {
  background: var(--hp-line) !important;
}

.footer-redesign .footer-trust-icon--orange-circle {
  background: var(--hp-orange) !important;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-redesign .footer-trust-icon i,
.footer-redesign .footer-trust-icon svg {
  color: #fff !important;
  font-size: 18px !important;
  width: 22px;
  height: 22px;
  display: block;
}

.footer-redesign .footer-trust-title,
.footer-redesign .footer-trust-sub {
  color: var(--hp-text) !important;
}

.footer-redesign .footer-payment-section,
.footer-redesign .grey {
  
}

.footer-redesign .footer-payment-section .pd_text {
  color: var(--hp-muted) !important;
}

@media (max-width: 639.98px) {
  .footer-redesign .footer-payment-section,
  .footer-redesign .footer-right,
  .footer-redesign .footer__payment {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
  }

  .footer-redesign .footer-payment-section .pd_text,
  .footer-redesign .footer__payment .pd_text {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 8px !important;
    text-align: center !important;
    float: none !important;
  }

  .footer-redesign .list.list-payment {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    float: none !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .footer-redesign .list.list-payment li,
  .footer-redesign .list.list-payment .list-payment__item {
    float: none !important;
    width: auto !important;
    margin: 0 6px !important;
  }
}

.footer-redesign .footer-bottom {
  background: var(--hp-dark) !important;
}

.footer-redesign .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.footer-redesign .footer_menu ul li {
  width: auto !important;
  float: none !important;
  margin: 12px 0 !important;
}

.footer-redesign .footer_menu ul li:not(:last-child)::after {
  content: "|";
  color: rgba(255,255,255,.45);
  margin: 0 14px;
}

.footer-redesign .footer_menu ul li a,
.footer-redesign .footer_menu ul li a:visited {
  color: #fff !important;
  display: inline !important;
  font-weight: 500;
  font-size: 13px;
}

.footer-redesign .footer_menu ul li a:hover {
  color: var(--hp-orange) !important;
}

.footer-redesign .copy {
 padding: 16px 0 !important;
  width: 100%;
}

.popular-products a,
.popular-products a:hover,
.hp-product-card {
  color: inherit !important;
}

@media (max-width: 991px) {
  .mobile-toggle-container{display: none !important;}
  .hp-support-bar-inner {
    justify-content: space-between;
  }

  .hp-trust-strip-list {
    justify-content: center !important;
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .hp-trust-strip-list li {
    font-size: 11px;
    padding: 2px 10px;
    flex: 0 0 auto;
  }

  .hp-header-actions {
    justify-content: center;
    margin-top: 0;
  }

  .hero-redesign .hero-headline {
    font-size: 30px !important;
  }

  .hp-hero-pills {
    min-height: 180px;
  }

  .home-redesign .value-props-pill {
    flex-wrap: wrap !important;
    border-radius: 12px !important;
    padding: 8px 4px !important;
  }

  .home-redesign .value-prop-item {
    flex: 1 1 50% !important;
    padding: 14px 16px !important;
  }

  .home-redesign .value-prop-item:not(:last-child)::after {
    display: none !important;
  }
}

@media (max-width: 549.98px) {
  
  .home-redesign .value-props-bar{display: none;}
  .home-redesign .value-props-pill {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    padding: 8px 10px !important;
  }

  .home-redesign .value-prop-item {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 10px !important;
  }

  .home-redesign .value-prop-item:not(:last-child) {
    border-bottom: 1px solid #e4e4e4;
  }
}

@media (max-width: 767px) {
  .similar.related-products-section{display: none !important;}
  .hp-product-grid ul {
    grid-template-columns: 1fr;
  }

  .hp-product-grid ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .hp-support-bar .top-bar-nav.responsive-menu {
    background: var(--hp-sage) !important;
  }

  .home-redesign .col-sm-3,
  .home-redesign .col-sm-4,
  .home-catalog .col-sm-4 {
    display: none !important;
  }

  .home-redesign .col-sm-8,
  .home-catalog .col-sm-8 {
    width: 100% !important;
    float: none !important;
  }
}

@media (max-width: 699px) {
  .hero-redesign .hero-row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
  }

  .hero-redesign .hero-content-col {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    order: 1;
    text-align: center !important;
  }

  .hero-redesign .hero-content {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-redesign .hero-headline,
  .hero-redesign .hero-subtitle {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .hp-hero-ctas {
    justify-content: center !important;
  }

  .hp-hero-proof {
    display: none;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    text-align: center !important;
  }

  .hero-redesign .hero-image-col {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    order: 2;
    margin: 4px 0 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .hp-hero-pills {
    display: flex !important;
    min-height: 0 !important;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .hp-hero-pills img {
    display: block !important;
    width: auto !important;
    max-width: min(280px, 86%) !important;
    max-height: 200px !important;
    height: auto !important;
    margin: 0 auto !important;
    object-fit: contain;
  }

  .hero-redesign .hero-side-col,
  .hp-hero-side-col {
    display: block !important;
    width: 100% !important;
    margin-top: 8px;
    order: 3;
  }

  .hp-hero-side-card {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    gap: 6px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .hp-hero-side-copy {
    align-items: center !important;
    text-align: center !important;
  }
}

@media (min-width: 700px) and (max-width: 767px) {
  .hp-product-grid ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hp-product-grid ul li,
  .hp-product-grid ul li:nth-child(2n),
  .hp-product-grid ul li:nth-child(3n) {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }

  .hero-redesign .hero-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .hero-redesign .hero-content-col {
    width: 55% !important;
    max-width: 55% !important;
    flex: 0 0 55% !important;
    float: none !important;
    order: 1;
  }

  .hero-redesign .hero-image-col {
    display: block !important;
    width: 45% !important;
    max-width: 45% !important;
    flex: 0 0 45% !important;
    float: none !important;
    order: 2;
    margin-bottom: 0;
  }

  .hero-redesign .hero-content,
  .hero-redesign .hero-headline,
  .hero-redesign .hero-subtitle {
    max-width: 100% !important;
  }

  .hero-redesign .hero-headline {
    font-size: 26px !important;
    line-height: 1.15 !important;
    margin-bottom: 10px !important;
  }

  .hp-hero-pills {
    display: flex !important;
    min-height: 0;
    justify-content: center;
    padding: 0 4px;
  }

  .hp-hero-pills img {
    display: block;
    max-width: 100%;
    max-height: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
  }

  .hero-redesign .hero-side-col,
  .hp-hero-side-col {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    order: 3;
    margin-top: 16px;
  }
}

@media (max-width: 1199.98px) {
  .hp-product-card {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px 12px 12px;
    min-height: 0;
  }

  .hp-product-card__img {
    width: 100%;
    flex: none;
  }

  .hp-product-card__img img {
    max-width: 160px !important;
    max-height: 160px !important;
  }

  .hp-product-card__body {
    width: 100%;
  }

  .hp-product-meta {
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .hp-header .header-main {
    padding: 8px 0 8px !important;
  }

  .hp-header .header-main-row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hp-header .header-main-row > [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 auto !important;
    float: none !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
  }

  .hp-header .logo,
  .header-redesign .logo {
    text-align: center !important;
    margin: 0 0 6px !important;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    line-height: 1 !important;
  }

  .hp-header .logo a,
  .header-redesign .logo a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    float: none !important;
    font-family: var(--hp-serif) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    letter-spacing: .02em;
    line-height: 1 !important;
    text-transform: uppercase !important;
    color: #2d2d2d !important;
    text-decoration: none !important;
  }

  .hp-header .logo img,
  .header-redesign .logo img {
    float: none !important;
    display: inline-block !important;
    margin: 0 !important;
    height: 48px !important;
    width: auto !important;
  }

  .hp-header .hp-search.header-search.search,
  .header-redesign .hp-search.header-search.search {
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    min-height: 44px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
  }

  .hp-header .hp-search-field {
    height: 44px !important;
  }

  .hp-header-actions,
  .hp-header .header-cart-actions,
  .header-redesign .header-cart-actions {
    justify-content: center !important;
    align-items: center !important;
    gap: 28px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
  }

  .home-catalog.page-redesign.hp-product-page .pdt_top .row > [class*="col-"] {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  .home-catalog.page-redesign.hp-product-page .pdt_top .col-md-4 {
    text-align: center;
    margin-bottom: 16px;
  }

  .home-catalog.page-redesign.hp-product-page .pdt_top img {
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-redesign .hero-section {
    padding: 28px 0 16px !important;
    background-image: none !important;
  }

  .hero-redesign .hero-row {
    align-items: center;
  }

  .hero-redesign .hero-content-col {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    float: none;
  }

  .hero-redesign .hero-image-col {
    display: block !important;
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
    float: none;
  }

  .hero-redesign .hero-content,
  .hero-redesign .hero-headline,
  .hero-redesign .hero-subtitle {
    max-width: 100% !important;
  }

  .hero-redesign .hero-headline {
    font-size: 32px !important;
    line-height: 1.15 !important;
    margin-bottom: 12px !important;
  }

  .hero-redesign .hero-subtitle {
    font-size: 15px !important;
    margin-bottom: 16px !important;
  }

  .hp-hero-ctas {
    flex-wrap: wrap;
    gap: 10px;
  }

  .hp-hero-proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 0;
    font-size: 11px;
  }

  .hp-hero-pills {
    min-height: 0;
    padding: 0 8px;
  }

  .hp-hero-pills img {
    max-width: 100%;
    max-height: 280px;
    margin: 0 auto;
  }

  .hero-redesign .hero-side-col,
  .hp-hero-side-col {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    margin-top: 18px;
    padding-top: 4px;
  }

  .hp-hero-side-cards {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }

  .hp-hero-side-card {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 10px;
  }

  .hp-hero-side-copy {
    align-items: center;
  }

  .hp-hero-side-title {
    font-size: 11px;
  }

  .hp-product-grid ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .hp-product-grid ul li,
  .hp-product-grid ul li:nth-child(2n),
  .hp-product-grid ul li:nth-child(3n) {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
}

@media (min-width: 1026px) {
  .hero-redesign .hero-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .hero-redesign .hero-content-col {
    width: 41.66666667% !important;
    max-width: 41.66666667% !important;
    flex: 0 0 41.66666667% !important;
    min-width: 0 !important;
    float: none !important;
    order: 1;
  }

  .hero-redesign .hero-image-col {
    display: block !important;
    width: 33.33333333% !important;
    max-width: 33.33333333% !important;
    flex: 0 0 33.33333333% !important;
    min-width: 0 !important;
    float: none !important;
    order: 2;
  }

  .hero-redesign .hero-side-col,
  .hp-hero-side-col {
    display: block !important;
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
    min-width: 0 !important;
    float: none !important;
    order: 3;
    margin-top: 0 !important;
  }

  .hero-redesign .hero-content,
  .hero-redesign .hero-headline,
  .hero-redesign .hero-subtitle {
    max-width: 100% !important;
  }

  .hp-hero-pills {
    min-height: 0;
  }

  .hp-hero-pills img {
    max-width: 100%;
    height: auto;
  }

  .hp-hero-side-cards {
    flex-direction: column;
  }
}

@media (min-width: 1026px) and (max-width: 1113px) {
  .hero-redesign .hero-headline {
    font-size: 32px !important;
    line-height: 1.15 !important;
  }

  .hp-hero-pills img {
    max-height: 220px;
  }

  .hp-hero-side-card {
    padding: 12px 12px;
    gap: 10px;
  }

  .hp-hero-side-title {
    font-size: 11px;
  }

  .hp-hero-side-sub {
    font-size: 11px;
  }
}

/* ---- Product page (homepage palette) ---- */
.home-catalog.page-redesign.hp-product-page .pdt_head h2,
.home-catalog.page-redesign.hp-product-page h2 {
  color: var(--hp-text) !important;
  font-family: var(--hp-serif);
  font-weight: 700;
}

.home-catalog.page-redesign.hp-product-page .pdt_content {
  color: var(--hp-text) !important;
}

.home-catalog.page-redesign.hp-product-page .price_sec h3,
.home-catalog.page-redesign.hp-product-page .pd_price {
  color: var(--hp-orange) !important;
}

.home-catalog.page-redesign.hp-product-page .dosage {
  background: var(--hp-sage) !important;
  color: #fff !important;
  border-radius: 4px 4px 0 0 !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.home-catalog.page-redesign.hp-product-page .alter_table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.home-catalog.page-redesign.hp-product-page .alter_table table {
  width: 100%;
  max-width: 100%;
}

.home-catalog.page-redesign.hp-product-page .alter_table th {
  background: var(--hp-dark) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700;
  letter-spacing: .04em;
}

.home-catalog.page-redesign.hp-product-page .alter_table td,
.home-catalog.page-redesign.hp-product-page .alter_table td .per-pill {
  color: var(--hp-text) !important;
  background: #fff !important;
}

.home-catalog.page-redesign.hp-product-page .alter_table tr:nth-child(odd) {
  background: var(--hp-cream) !important;
}

.home-catalog.page-redesign.hp-product-page .blk_button,
.home-catalog.page-redesign.hp-product-page .blk_button.btn-danger,
.home-catalog.page-redesign.hp-product-page .btn-danger {
  background: var(--hp-orange) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}

.home-catalog.page-redesign.hp-product-page .blk_button:hover,
.home-catalog.page-redesign.hp-product-page .blk_button.btn-danger:hover,
.home-catalog.page-redesign.hp-product-page .btn-danger:hover {
  background: var(--hp-orange-hover) !important;
  color: #fff !important;
}

.home-catalog.page-redesign.hp-product-page .d-value,
.home-catalog.page-redesign.hp-product-page .icon-box {
  background: var(--hp-orange) !important;
  color: #fff !important;
}

.home-catalog.page-redesign.hp-product-page .strike {
  color: #9a9388 !important;
}

.home-catalog.page-redesign.hp-product-page .nostrike {
  color: var(--hp-muted) !important;
}

.home-catalog.page-redesign.hp-product-page .reg_text {
  color: var(--hp-muted) !important;
}

.home-catalog.page-redesign.hp-product-page .btn_tab li a,
.home-catalog.page-redesign.hp-product-page .nav-tabs > li > a {
  color: #fff !important;
  background: #8a968e !important;
  border: none !important;
  border-radius: 4px 4px 0 0 !important;
}

.home-catalog.page-redesign.hp-product-page .btn_tab li.active a,
.home-catalog.page-redesign.hp-product-page .btn_tab > li.active > a,
.home-catalog.page-redesign.hp-product-page .btn_tab > li.active > a:focus,
.home-catalog.page-redesign.hp-product-page .btn_tab > li.active > a:hover,
.home-catalog.page-redesign.hp-product-page .nav-tabs > li.active > a,
.home-catalog.page-redesign.hp-product-page .nav-tabs > li.active > a:focus,
.home-catalog.page-redesign.hp-product-page .nav-tabs > li.active > a:hover {
  background: var(--hp-orange) !important;
  color: #fff !important;
  border: none !important;
}

.home-catalog.page-redesign.hp-product-page .btn_tab li:hover a {
background: #c05600 !important;
  color: #fff !important;
}

.home-catalog.page-redesign.hp-product-page .btn_tab li.active:hover a,
.home-catalog.page-redesign.hp-product-page .btn_tab > li.active:hover > a {
  background: var(--hp-orange) !important;
  color: #fff !important;
}

.home-catalog.page-redesign.hp-product-page .bg_white {
  border-color: var(--hp-line) !important;
}

.home-catalog.page-redesign.hp-product-page .discount {
  background: var(--hp-orange) !important;
  color: #fff !important;
}

.home-catalog.page-redesign.hp-product-page .pd_head {
  color: var(--hp-text) !important;
}

.home-catalog.page-redesign.hp-product-page .popular-title,
.home-catalog.page-redesign.hp-product-page h3.popular-title {
  color: var(--hp-text) !important;
  font-family: var(--hp-serif) !important;
  font-size: 28px !important;
  text-transform: none !important;
  font-weight: 700 !important;
}

.home-catalog.page-redesign.hp-product-page .product_card {
  border-color: var(--hp-line) !important;
  box-shadow: 0 4px 14px rgba(80, 60, 40, .06) !important;
}

.home-catalog.page-redesign.hp-product-page .product_card:hover {
  border-color: var(--hp-orange) !important;
  background: #fff !important;
}

/* ---- Cart page (homepage palette) ---- */
.page-redesign.hp-cart-page .cart_table th {
  background: var(--hp-dark) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 700;
  letter-spacing: .04em;
}

.page-redesign.hp-cart-page .cart_table td,
.page-redesign.hp-cart-page .cart_table td b,
.page-redesign.hp-cart-page .cart_table td span {
  color: var(--hp-text) !important;
  background: #fff !important;
  border-color: var(--hp-line) !important;
}

.page-redesign.hp-cart-page .cart_table table tr,
.page-redesign.hp-cart-page .cart_table table tr:nth-child(odd),
.page-redesign.hp-cart-page .cart_table table tr:nth-child(even) {
  background: #fff !important;
  border-bottom: 1px solid var(--hp-line) !important;
}

.page-redesign.hp-cart-page .cart_table span a,
.page-redesign.hp-cart-page .cart_table a,
.page-redesign.hp-cart-page .cart_table a:hover,
.page-redesign.hp-cart-page a:not(.comn_button):not(.comn_button2):not(.rush_btn):not(.blk_button):not(.btn-order-review):not(.view-all-btn):not(.sidebar-product-link):not(.hp-btn-checkout):not([role=tab]),
.page-redesign.hp-cart-page a:not(.comn_button):not(.comn_button2):not(.rush_btn):not(.blk_button):not(.btn-order-review):not(.view-all-btn):not(.sidebar-product-link):not(.hp-btn-checkout):not([role=tab]):hover {
  color: var(--hp-orange) !important;
}

.page-redesign.hp-cart-page .cart_table a i {
  color: var(--hp-muted) !important;
}

.page-redesign.hp-cart-page .coupon_box,
.page-redesign.hp-cart-page .coupon_box b,
.page-redesign.hp-cart-page .coupon_box div {
  background: var(--hp-cream) !important;
  color: var(--hp-text) !important;
}

.page-redesign.hp-cart-page .coupon_box {
  border: 1px solid var(--hp-line) !important;
  border-radius: 4px !important;
}

.page-redesign.hp-cart-page .qu_text,
.page-redesign.hp-cart-page .qu_text_count {
  color: var(--hp-text) !important;
  border-color: var(--hp-line) !important;
  background: #fff !important;
}

.page-redesign.hp-cart-page .comn_button,
.page-redesign.hp-cart-page .comn_button.btn-primary,
.page-redesign.hp-cart-page a.comn_button {
  background: var(--hp-sage) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}

.page-redesign.hp-cart-page .comn_button:hover,
.page-redesign.hp-cart-page .comn_button.btn-primary:hover,
.page-redesign.hp-cart-page a.comn_button:hover {
  background: var(--hp-dark) !important;
  color: #fff !important;
}

.page-redesign.hp-cart-page .hp-btn-checkout,
.page-redesign.hp-cart-page .col-md-3 .comn_button {
  background: var(--hp-orange) !important;
  color: #fff !important;
}

.page-redesign.hp-cart-page .hp-btn-checkout:hover,
.page-redesign.hp-cart-page .col-md-3 .comn_button:hover {
  background: var(--hp-orange-hover) !important;
  color: #fff !important;
}

/* ---- Contact + Track Order (homepage palette) ---- */
.page-redesign.hp-form-page h2,
.page-redesign.hp-form-page h3,
.page-redesign.hp-form-page .contact_head,
.page-redesign.hp-form-page .l-text {
  color: var(--hp-text) !important;
}

.page-redesign.hp-form-page h2,
.page-redesign.hp-form-page h3,
.page-redesign.hp-form-page .contact_head {
  font-family: var(--hp-serif) !important;
  font-weight: 700 !important;
}

.page-redesign.hp-form-page .bill_opt,
.page-redesign.hp-form-page .bill_text,
.page-redesign.hp-form-page textarea.bill_text {
  color: var(--hp-text) !important;
  background: #fff !important;
  border: 1px solid var(--hp-line) !important;
  border-radius: 4px !important;
}

.page-redesign.hp-form-page .bill_opt:focus,
.page-redesign.hp-form-page .bill_text:focus,
.page-redesign.hp-form-page textarea.bill_text:focus {
  border-color: var(--hp-orange) !important;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(192, 86, 0, .12) !important;
}

.page-redesign.hp-form-page .rush_btn,
.page-redesign.hp-form-page button.rush_btn {
  background: var(--hp-orange) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}

.page-redesign.hp-form-page .rush_btn:hover,
.page-redesign.hp-form-page button.rush_btn:hover {
  background: var(--hp-orange-hover) !important;
  color: #fff !important;
}

.page-redesign.hp-form-page .rush_btn:disabled {
  background: var(--hp-orange) !important;
  opacity: .7;
}

.page-redesign.hp-contact-page .phone_cust,
.page-redesign.hp-contact-page .call_bg,
.page-redesign.hp-contact-page .call_bg.phone_cust {
  background: var(--hp-cream) !important;
  color: var(--hp-text) !important;
  border: 1px solid var(--hp-line) !important;
  border-radius: 4px !important;
}

.page-redesign.hp-contact-page .phone_text {
  color: var(--hp-orange) !important;
}

.page-redesign.hp-contact-page .btn-default {
  color: var(--hp-text) !important;
  border-color: var(--hp-line) !important;
  background: #fff !important;
}

.page-redesign.hp-track-page .col-md-2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}

.page-redesign.hp-track-page .vr_line,
.page-redesign.hp-track-page .hr_line {
  filter: none;
  opacity: 0;
  width: 46px;
  height: 46px;
  margin: 0 auto;
}

.page-redesign.hp-track-page .col-md-2::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 1px;
  background: var(--hp-line);
  transform: translateX(-50%);
}

.page-redesign.hp-track-page .col-md-2::after {
  content: "OR";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--hp-dark);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 42px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  .page-redesign.hp-track-page .col-md-2 {
    min-height: 56px;
    width: 100% !important;
    float: none !important;
    margin: 8px 0;
  }

  .page-redesign.hp-track-page .col-md-2::before {
    top: 50%;
    bottom: auto;
    left: 18%;
    right: 18%;
    width: auto;
    height: 1px;
    transform: translateY(-50%);
  }
}

.page-redesign.hp-track-page .track_sec {
  color: var(--hp-text) !important;
  border: 1px solid var(--hp-line) !important;
  box-shadow: 0 4px 14px rgba(80, 60, 40, .06) !important;
}

.page-redesign.hp-track-page .track_sec th {
  background: var(--hp-dark) !important;
  color: #fff !important;
  border: none !important;
}

.page-redesign.hp-track-page .track_sec td,
.page-redesign.hp-track-page .table > tbody > tr > td {
  color: var(--hp-text) !important;
  background: #fff !important;
  border-color: var(--hp-line) !important;
}

.page-redesign.hp-track-page .track_sec table tr:nth-child(odd) {
  background: var(--hp-cream) !important;
}

/* ---- Mobile categories panel ---- */
.mobile-categories-overlay {
  background-color: rgba(45, 45, 45, .45) !important;
}

.mobile-categories-content {
  background: #fff !important;
  box-shadow: 4px 0 24px rgba(45, 45, 45, .18) !important;
}

.mobile-categories-header {
  background: #fff !important;
  border-bottom: 1px solid var(--hp-line) !important;
}

.mobile-categories-header .close-btn {
  color: var(--hp-text) !important;
}

.mobile-categories-header .close-btn:hover,
.mobile-categories-header .close-btn:focus {
  color: var(--hp-orange) !important;
  background: var(--hp-cream) !important;
}

.mobile-categories-content .panel,
.mobile-categories-content .list-group {
  background: #fff !important;
  border: none !important;
}

.mobile-categories-content .list-group-item.top-head,
.mobile-categories-content a.list-group-item.top-head {
  background: #fff !important;
  color: var(--hp-text) !important;
  border-color: var(--hp-line) !important;
}

.mobile-categories-content .list-group-item.top-head:hover,
.mobile-categories-content a.list-group-item.top-head:hover {
  background: var(--hp-cream) !important;
  color: var(--hp-text) !important;
}

.mobile-categories-content .list-group-item.top-head .product-name {
  color: var(--hp-text) !important;
  font-weight: 700 !important;
}

.mobile-categories-content .icon-box,
.mobile-categories-content .list-group-item .icon-box {
  background: var(--hp-orange) !important;
  color: #fff !important;
}

.mobile-categories-content .icon-box i,
.mobile-categories-content .list-group-item .icon-box i {
  color: #fff !important;
}

.mobile-categories-content .acc_panel > div > div,
.mobile-categories-content .category-products-list {
  background: var(--hp-cream) !important;
}

.mobile-categories-content .category-products-list .list-group-item {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--hp-line) !important;
  color: var(--hp-text) !important;
}

.mobile-categories-content .category-products-list .list-group-item:last-child {
  border-bottom: none !important;
}

.mobile-categories-content .category-products-list .list-group-item a,
.mobile-categories-content .category-products-list .list-group-item a.bg_grey,
.mobile-categories-content a.bg_grey {
  color: var(--hp-text) !important;
  background: transparent !important;
  font-weight: 500 !important;
}

.mobile-categories-content .category-products-list .list-group-item a:hover,
.mobile-categories-content .category-products-list .list-group-item a.bg_grey:hover,
.mobile-categories-content a.bg_grey:hover {
  color: var(--hp-orange) !important;
  background: transparent !important;
}

.mobile-categories-content .category-products-list .list-group-item[style*="color:#aaa"],
.mobile-categories-content .category-products-list .list-group-item[style*="color: #aaa"] {
  color: var(--hp-muted) !important;
}

.footer-buttons {
  display: none !important;
  align-items: stretch !important;
  overflow: hidden !important;
  background: var(--hp-sage) !important;
  border-top: 1px solid var(--hp-sage) !important;
}

.footer-buttons__container {
  top: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-button,
.footer-button.cart {
  position: relative !important;
  flex: 1 1 0 !important;
  align-self: stretch !important;
  justify-content: center !important;
  height: auto !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 8px 8px !important;
  border: 0 !important;
  line-height: 1.2 !important;
  color: #fff !important;
  background: transparent !important;
}

.footer-button .icon,
.footer-button .icon--grad,
.footer-button .icon i,
.footer-button .icon--grad i,
.footer-button .button__text {
  color: #fff !important;
}

.footer-button .button__text {
  top: 0 !important;
}

.footer-button:not(:first-child)::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 1px !important;
  height: auto !important;
  background-color: rgba(255, 255, 255, .28) !important;
}

.footer-button:hover,
.footer-button:focus-visible,
.footer-button:hover .icon,
.footer-button:hover .icon i,
.footer-button:hover .icon--grad,
.footer-button:hover .button__text {
  color: #fff !important;
}

.footer-button--cart[data-counter]:not([data-counter="0"])::after,
.footer-button--cart::after {
  top: 8px !important;
  right: 37% !important;
  left: auto !important;
  background: var(--hp-orange) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .footer-buttons {
    display: flex !important;
  }
}

@media (min-width: 769px) {
  .footer-buttons {
    display: none !important;
  }
}
