.adcc-home,
.adcc-site-header,
.adcc-pharma-summary,
.adcc-pharmacist-card,
.adcc-commitments {
  --adcc-primary: #0f766e;
  --adcc-accent: #f59e0b;
  --adcc-surface: #f4fbf9;
  color: #17342e;
  font-family: "Roboto", sans-serif;
}

/* Homepage quick actions: compact, stable and independent from saved section order. */
.adcc-section-quick_actions {
  background: #fff !important;
  margin: 0 !important;
  padding: 14px 0 !important;
}

/* Preserve the canonical homepage order when shortcode expansion happens
 * after the theme content optimizer. */
body.home #content {
  display: flex;
  flex-direction: column;
}
body.home #content > .anduc-server-hero-section { order: 10; }
body.home #content > .adcc-section-quick_actions { order: 20; }
body.home #content > #adcc-smart-home-rows { order: 30; }
.adcc-section-quick_actions .adcc-container { max-width: 1200px; }
.adcc-section-quick_actions .adcc-quick-grid { gap: 14px; }
.adcc-section-quick_actions .adcc-quick-item {
  min-height: 82px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.adcc-section-quick_actions .adcc-quick-item:hover {
  border-color: #87d7ce;
  box-shadow: 0 9px 24px rgba(9, 111, 99, .12);
  transform: translateY(-3px);
}
.adcc-support-trigger {
  cursor: pointer;
  font: inherit;
  text-align: left;
  width: 100%;
}
.adcc-support-dialog {
  background: #fff;
  border: 0;
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(8, 47, 42, .28);
  max-width: 640px;
  padding: 0;
  width: calc(100% - 32px);
}
.adcc-support-dialog::backdrop { background: rgba(4, 33, 29, .62); }
.adcc-support-dialog-inner { padding: 24px; position: relative; }
.adcc-support-dialog-close {
  align-items: center;
  background: #e9f7f4;
  border: 0;
  border-radius: 50%;
  color: #096f63;
  cursor: pointer;
  display: flex;
  font-size: 24px;
  height: 38px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 38px;
  z-index: 2;
}
.adcc-support-dialog.is-open {
  display: block;
  inset: 0;
  margin: auto;
  position: fixed;
}
html.anduc-dialog-open { overflow: hidden; }

@media (max-width: 767px) {
  .adcc-section-quick_actions { padding: 10px 12px !important; }
  .adcc-section-quick_actions .adcc-quick-grid {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible !important;
  }
  .adcc-section-quick_actions .adcc-quick-item {
    flex: auto !important;
    gap: 8px;
    min-height: 68px;
    min-width: 0 !important;
    padding: 9px;
  }
  .adcc-section-quick_actions .adcc-quick-icon { height: 40px; min-width: 40px; width: 40px; }
  .adcc-section-quick_actions .adcc-quick-item strong { font-size: 13px; line-height: 1.25; }
  .adcc-section-quick_actions .adcc-quick-item small { font-size: 11px; line-height: 1.25; }
  .adcc-support-dialog-inner { padding: 16px; }
}

/* Phase 9: the tabs and product rail are one storefront component. */
.adcc-tabbed-category {
  background: #eaf6f3;
  border: 1px solid #cfe6e0;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
}
.adcc-tabbed-category .adcc-topic-head {
  align-items: stretch;
  display: grid;
  gap: 0;
  grid-template-columns: minmax(260px, 1.1fr) minmax(620px, 3fr);
  margin: 0;
  min-height: 74px;
  padding: 0;
}
.adcc-tabbed-category .adcc-topic-head > h2 {
  align-items: center;
  display: flex;
  font-size: 22px;
  line-height: 1.25;
  margin: 0;
  min-width: 0;
  padding: 18px 22px;
}
.adcc-tabbed-category .adcc-topic-head > h2 .dashicons {
  color: var(--adcc-primary);
  flex: 0 0 24px;
  margin-right: 10px;
}
.adcc-tabbed-category .adcc-topic-filters {
  align-items: stretch;
  align-self: end;
  background: #fff;
  border-radius: 18px 18px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 12px 14px 0 0;
  min-width: 0;
  overflow: hidden;
}
.adcc-category-tab,
.adcc-tabbed-category .adcc-view-more {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #526a64;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  margin: 0;
  min-height: 62px;
  min-width: 0;
  padding: 10px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: background .2s ease, color .2s ease;
}
.adcc-category-tab:hover,
.adcc-tabbed-category .adcc-view-more:hover { background: #edf8f5; color: var(--adcc-primary); }
.adcc-category-tab.is-active {
  background: var(--adcc-primary);
  border-radius: 18px 18px 0 0;
  color: #fff;
}
.adcc-tabbed-category .adcc-view-more { color: var(--adcc-primary); white-space: nowrap; }
.adcc-category-tab-panel {
  background: var(--adcc-primary);
  min-height: 300px;
  padding: 16px;
  position: relative;
  transition: opacity .18s ease;
}
.adcc-category-tab-panel .adcc-product-grid { gap: 12px; }
.adcc-category-tab-panel .adcc-product-card {
  background: #fff;
  border-color: rgba(255,255,255,.55);
  border-radius: 13px;
  overflow: hidden;
}
.adcc-category-tab-panel.is-loading { opacity: .42; pointer-events: none; }
.adcc-category-tab-panel.is-loading::after {
  animation: adcc-spin .7s linear infinite;
  border: 3px solid #d9ebe6;
  border-radius: 50%;
  border-top-color: var(--adcc-primary);
  content: '';
  height: 28px;
  left: 50%;
  margin: -14px;
  position: absolute;
  top: 45%;
  width: 28px;
}

/* Keep tab switching entirely client-side. Hidden panels must not reserve
 * space or trigger a second layout pass while a category is selected. */
.adcc-category-tab-panel[hidden] { display: none !important; }
.adcc-tabbed-category .adcc-topic-filters { margin-left: auto; }
.adcc-tabbed-category .adcc-view-more {
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 800;
}
@keyframes adcc-spin { to { transform: rotate(360deg); } }

/* Canonical quick-action strip. This wins over the generic button/card rules. */
.adcc-section-quick_actions { overflow: hidden; padding: 12px 16px !important; }
.adcc-section-quick_actions .adcc-container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 !important;
  width: 100%;
}
.adcc-section-quick_actions .adcc-quick-grid {
  display: grid !important;
  gap: 16px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  overflow: visible !important;
  padding: 0 !important;
  width: 100%;
}
.adcc-section-quick_actions .adcc-quick-item,
.adcc-section-quick_actions button.adcc-quick-item {
  align-items: center;
  background: var(--adcc-quick-bg, #fff) !important;
  border: 1px solid #d7e5e1 !important;
  border-radius: 13px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #17342e !important;
  display: flex;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  gap: 14px;
  height: 86px;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 86px;
  min-width: 0 !important;
  overflow: hidden;
  padding: 14px 16px !important;
  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;
  width: 100% !important;
}
.adcc-section-quick_actions .adcc-quick-item:hover {
  border-color: #7ed1c7 !important;
  box-shadow: 0 9px 22px rgba(9,111,99,.12) !important;
  transform: translateY(-2px);
}
.adcc-section-quick_actions .adcc-quick-item > .dashicons {
  align-items: center;
  background: var(--adcc-quick-icon-bg, #e4f6f0);
  border-radius: 14px;
  color: var(--adcc-quick-icon-color, #08ad94);
  display: flex;
  flex: 0 0 54px;
  font-size: 28px;
  height: 54px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 54px;
}
.adcc-section-quick_actions .adcc-quick-item > span:last-child { min-width: 0; }
.adcc-section-quick_actions .adcc-quick-item strong {
  color: #102b26;
  display: block;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none !important;
  white-space: nowrap;
}
.adcc-section-quick_actions .adcc-quick-item small {
  color: #70827d;
  display: block;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  margin: 4px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none !important;
  white-space: nowrap;
}

/* Phase 10: isolated daily YouTube Shorts feed. */
.adcc-short-videos { background:#eff8f5; border:1px solid #d4e8e2; border-radius:20px; margin-bottom:24px; padding:20px; }
.adcc-shorts-head { align-items:center; display:flex; justify-content:space-between; margin-bottom:14px; }
.adcc-shorts-head h2 { align-items:center; display:flex; font-size:24px; gap:8px; margin:0; }
.adcc-shorts-head button { background:#fff; border:1px solid #c9dfd8; border-radius:50%; color:#087c70; cursor:pointer; height:38px; margin-left:6px; width:38px; }
.adcc-shorts-track { display:grid; gap:16px; grid-auto-flow:column; grid-auto-columns:minmax(220px, 260px); max-height:540px; overflow:auto; scroll-snap-type:y mandatory; }
.adcc-short-card { background:#fff; border:1px solid #d7e7e2; border-radius:16px; overflow:hidden; scroll-snap-align:start; }
.adcc-short-frame { aspect-ratio:9/16; background:#0f172a; position:relative; }
.adcc-short-frame iframe { border:0; height:100%; inset:0; position:absolute; width:100%; }
.adcc-short-card h3 { display:-webkit-box; font-size:15px; line-height:1.4; margin:12px; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.adcc-short-products { background:#0a8175; border:0; border-radius:10px; color:#fff; cursor:pointer; font-weight:700; margin:0 12px 12px; padding:10px 12px; width:calc(100% - 24px); }

@media (max-width: 767px) {
  .adcc-tabbed-category .adcc-topic-head { display: block; }
  .adcc-tabbed-category .adcc-topic-filters {
    display: flex;
    width: 100%;
    margin: 0;
    gap: 6px;
    overflow-x: auto;
  }
  .adcc-tabbed-category .adcc-category-tab,
  .adcc-tabbed-category .adcc-view-more {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 8px 12px;
    font-size: 13px;
  }
  .adcc-tabbed-category .adcc-view-more { margin-left: auto; }
  .adcc-tabbed-category .adcc-category-tab-panel {
    min-height: 0;
    padding: 10px;
  }
  .adcc-tabbed-category { border-radius: 14px; }
  .adcc-tabbed-category .adcc-topic-head { display: block; min-height: 0; }
  .adcc-tabbed-category .adcc-topic-head > h2 { font-size: 19px; padding: 15px 14px 12px; }
  .adcc-tabbed-category .adcc-topic-filters {
    border-radius: 12px 12px 0 0;
    display: flex;
    margin: 0 10px;
    max-width: calc(100% - 20px);
    overflow-x: auto;
    scrollbar-width: none;
    width: auto;
  }
  .adcc-tabbed-category .adcc-topic-filters::-webkit-scrollbar { display: none; }
  .adcc-category-tab,
  .adcc-tabbed-category .adcc-view-more { flex: 0 0 auto; font-size: 12px; min-height: 48px; min-width: 112px; padding: 8px 11px; }
  .adcc-category-tab.is-active { border-radius: 12px 12px 0 0; }
  .adcc-category-tab-panel { min-height: 260px; padding: 10px; }
  .adcc-section-quick_actions { padding: 10px 12px !important; }
  .adcc-section-quick_actions .adcc-quick-grid { gap: 8px !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .adcc-section-quick_actions .adcc-quick-item,
  .adcc-section-quick_actions button.adcc-quick-item { gap: 8px; height: 72px; min-height: 72px; padding: 10px !important; }
  .adcc-section-quick_actions .adcc-quick-item > .dashicons { flex-basis: 44px; font-size: 24px; height: 44px; width: 44px; }
  .adcc-section-quick_actions .adcc-quick-item strong { font-size: 15px !important; white-space: normal; }
  .adcc-section-quick_actions .adcc-quick-item small { font-size: 11px !important; white-space: normal; }
  .adcc-short-videos { border-radius:14px; padding:14px; }
  .adcc-shorts-head h2 { font-size:20px; }
  .adcc-shorts-track { display:block; max-height:72vh; overflow-y:auto; scroll-snap-type:y mandatory; }
  .adcc-short-card { margin:0 auto 14px; max-width:310px; }
}

.adcc-site-header { background: #fff; position: relative; z-index: 50; }
.adcc-header-container { align-items: center; display: flex; gap: 24px; margin: 0 auto; max-width: 1240px; padding: 0 20px; }
.adcc-topbar { background: #0b514c; color: rgba(255,255,255,.88); font-size: 12px; }
.adcc-topbar .adcc-header-container { justify-content: space-between; min-height: 32px; }
.adcc-topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.adcc-header-main { background: linear-gradient(120deg, #0f766e, #119184); color: #fff; padding: 17px 0 12px; }
.adcc-header-logo { flex: 0 0 210px; }
.adcc-header-logo .custom-logo-link { display: block; }
.adcc-header-logo img { display: block; height: auto; max-height: 65px; max-width: 190px; object-fit: contain; width: auto; }
.adcc-header-logo > a { color: #fff; font-size: 22px; font-weight: 800; text-decoration: none; }
.adcc-header-search { flex: 1; min-width: 0; }
.adcc-header-search form { background: #fff; border-radius: 999px; display: flex; overflow: hidden; }
.adcc-header-search input[type="search"] { background: transparent; border: 0; box-shadow: none; color: #17342e; flex: 1; font-size: 14px; height: 48px; min-width: 0; outline: 0; padding: 0 20px; }
.adcc-header-search button { align-items: center; background: transparent !important; border: 0 !important; box-shadow: none !important; color: var(--adcc-primary) !important; cursor: pointer; display: flex; justify-content: center; min-height: 0; padding: 0; text-shadow: none !important; width: 52px; }
.adcc-header-search button:hover,
.adcc-header-search button:focus { background: #eef8f5 !important; color: #0b514c !important; }
.adcc-header-search button .dashicons { color: inherit !important; }
.adcc-hot-keywords { display: flex; gap: 13px; margin-top: 8px; overflow: hidden; }
.adcc-hot-keywords a { color: rgba(255,255,255,.82); flex: 0 0 auto; font-size: 11px; text-decoration: none; }
.adcc-header-tools { display: flex; flex: 0 0 auto; gap: 9px; }
.adcc-header-tools > a { align-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 12px; color: #fff; display: flex; flex-direction: column; min-width: 68px; padding: 8px; position: relative; text-decoration: none; }
.adcc-header-tools .dashicons { font-size: 22px; height: 22px; width: 22px; }
.adcc-header-tools small { font-size: 10px; margin-top: 4px; }
.adcc-header-tools b { align-items: center; background: var(--adcc-accent); border-radius: 50%; display: flex; font-size: 9px; height: 17px; justify-content: center; position: absolute; right: 5px; top: 4px; width: 17px; }
.adcc-primary-nav { border-bottom: 1px solid #dce8e4; box-shadow: 0 6px 20px rgba(22,52,46,.05); }
.adcc-primary-nav > .adcc-header-container { min-height: 48px; }
.adcc-nav-link { color: #17342e; font-size: 13px; font-weight: 650; padding: 16px 3px; text-decoration: none; }
.adcc-nav-link.is-highlight { color: #d97706; }
.adcc-category-nav { align-self: stretch; margin-right: 4px; position: relative; }
.adcc-category-toggle { align-items: center; background: #e7f7f2; border: 0; color: #0b514c; cursor: pointer; display: flex; font-weight: 750; gap: 8px; height: 100%; padding: 0 17px; }
.adcc-category-toggle .dashicons:last-child { font-size: 14px; height: 14px; width: 14px; }
.adcc-category-dropdown { background: #fff; border: 1px solid #dce8e4; border-radius: 0 0 14px 14px; box-shadow: 0 18px 42px rgba(18,58,51,.16); display: none; left: 0; min-width: 285px; padding: 9px; position: absolute; top: 100%; }
.adcc-category-nav:hover .adcc-category-dropdown,
.adcc-category-nav.is-open .adcc-category-dropdown { display: block; }
.adcc-category-nav-item { position: relative; }
.adcc-category-nav-item > a { border-radius: 8px; color: #17342e; display: block; font-size: 13px; font-weight: 650; padding: 10px 12px; text-decoration: none; }
.adcc-category-nav-item:hover > a { background: #edf8f5; color: var(--adcc-primary); }
.adcc-category-children { background: #fff; border: 1px solid #dce8e4; border-radius: 12px; box-shadow: 0 16px 38px rgba(18,58,51,.14); display: none; grid-template-columns: repeat(2, minmax(150px, 1fr)); left: calc(100% - 4px); min-width: 360px; padding: 10px; position: absolute; top: 0; }
.adcc-category-nav-item:hover .adcc-category-children { display: grid; }
.adcc-category-children a { border-radius: 7px; color: #45665e; font-size: 12px; padding: 8px 10px; text-decoration: none; }
.adcc-category-children a:hover { background: #edf8f5; color: var(--adcc-primary); }
.adcc-mobile-menu-toggle { display: none; }

.adcc-site-footer { background: #0a413d; color: rgba(255,255,255,.78); padding: 48px 0 0; }
.adcc-footer-grid { display: grid; gap: 34px; grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 1fr)); }
.adcc-footer-contact { display: flex; flex-direction: column; gap: 8px; }
.adcc-footer-logo { margin-bottom: 8px; }
.adcc-footer-logo img { filter: brightness(0) invert(1); height: auto; max-height: 58px; max-width: 190px; object-fit: contain; width: auto; }
.adcc-footer-contact p { line-height: 1.6; margin: 0; max-width: 330px; }
.adcc-footer-contact > a { color: #fff; font-weight: 650; text-decoration: none; }
.adcc-footer-column h3 { color: #fff; font-size: 15px; margin: 0 0 14px; }
.adcc-footer-column > a { color: rgba(255,255,255,.72); display: block; font-size: 13px; margin: 9px 0; text-decoration: none; }
.adcc-footer-column > a:hover { color: #fff; }
.adcc-footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.12); display: flex; gap: 24px; justify-content: space-between; margin-top: 36px; padding: 18px 0; }
.adcc-footer-bottom p { font-size: 11px; line-height: 1.5; margin: 0; max-width: 780px; }
.adcc-footer-bottom span { flex: 0 0 auto; font-size: 11px; }

.adcc-container { margin: 0 auto; max-width: 1240px; padding: 0 20px; }
.adcc-section { padding: 42px 0; }
.adcc-section-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 20px; }
.adcc-section-heading h2 { color: #17342e; font-size: clamp(22px, 2.4vw, 30px); font-weight: 750; letter-spacing: -.025em; margin: 0; }

.adcc-slider { background: #dff3ed; min-height: 260px; overflow: hidden; position: relative; }
.adcc-slider-track { cursor: grab; display: grid; touch-action: pan-y; }
.adcc-slide { grid-area: 1 / 1; opacity: 0; pointer-events: none; transition: opacity .45s ease, transform .18s ease; }
.adcc-slide.is-active { opacity: 1; pointer-events: auto; z-index: 1; }
.adcc-slider.is-dragging .adcc-slider-track { cursor: grabbing; user-select: none; }
.adcc-slider.is-dragging .adcc-slide.is-active { transform: translateX(var(--anduc-drag-x, 0)) scale(.995); transition: none; }
.adcc-slide picture,
.adcc-slide img { display: block; width: 100%; }
.adcc-slide img { aspect-ratio: 2 / 1; object-fit: cover; -webkit-user-drag: none; user-select: none; }
.adcc-slider-prev,
.adcc-slider-next { align-items: center; background: rgba(255,255,255,.93); border: 0; border-radius: 50%; box-shadow: 0 8px 24px rgba(10,64,57,.18); color: var(--adcc-primary); cursor: pointer; display: flex; font-size: 32px; height: 46px; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); width: 46px; z-index: 3; }
.adcc-slider-prev { left: 3%; }
.adcc-slider-next { right: 3%; }
.adcc-slider-dots { bottom: 18px; display: flex; gap: 7px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 3; }
.adcc-slider-dots button { background: rgba(255,255,255,.6); border: 0; border-radius: 999px; cursor: pointer; height: 8px; padding: 0; transition: .2s; width: 8px; }
.adcc-slider-dots button.is-active { background: #fff; width: 25px; }

.adcc-quick-grid,
.adcc-product-grid,
.adcc-category-grid,
.adcc-brand-grid,
.adcc-post-grid { display: grid; gap: 16px; grid-template-columns: repeat(var(--adcc-cols, 4), minmax(0, 1fr)); }
.adcc-quick-item { align-items: center; background: #fff; border: 1px solid #dce9e5; border-radius: 14px; color: #17342e; display: flex; gap: 12px; padding: 16px; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.adcc-quick-item:hover { box-shadow: 0 12px 28px rgba(15,118,110,.12); transform: translateY(-2px); }
.adcc-quick-item > .dashicons { align-items: center; background: #e4f6f0; border-radius: 12px; color: var(--adcc-primary); display: flex; flex: 0 0 48px; font-size: 24px; height: 48px; justify-content: center; width: 48px; }
.adcc-quick-item strong,
.adcc-quick-item small { display: block; }
.adcc-quick-item small { color: #71857f; font-size: 12px; margin-top: 4px; }

.adcc-product-card { background: #fff; border: 1px solid #e0e9e6; border-radius: 15px; box-sizing: border-box; display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.adcc-product-card:hover { box-shadow: 0 16px 34px rgba(19,67,59,.1); transform: translateY(-3px); }
.adcc-product-media { align-items: center; aspect-ratio: 1 / 1; background: #fff; display: flex; justify-content: center; padding: 14px; position: relative; }
.adcc-product-media img { height: 100%; object-fit: contain; width: 100%; }
.adcc-sale-badge { background: #ef4444; border-radius: 0 999px 999px 0; color: #fff; font-size: 12px; font-weight: 800; left: 0; line-height: 1; padding: 7px 10px; position: absolute; text-shadow: none; top: 14px; }
.adcc-product-body { display: flex; flex: 1; flex-direction: column; padding: 14px; }
.adcc-product-origin { color: #71857f; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.adcc-product-title { color: #17342e; display: -webkit-box; font-size: 14px; font-weight: 650; line-height: 1.45; margin: 7px 0; min-height: calc(1.45em * var(--adcc-title-lines, 3)); overflow: hidden; text-decoration: none; -webkit-box-orient: vertical; -webkit-line-clamp: var(--adcc-title-lines, 3); }
.adcc-product-packaging { color: #71857f; font-size: 12px; margin-bottom: 8px; }
.adcc-product-price { color: #d93636; font-size: 17px; font-weight: 750; margin: auto 0 12px; }
.adcc-product-price del { color: #96a6a1; font-size: 12px; font-weight: 500; }
.adcc-product-price ins { text-decoration: none; }
.adcc-buy-button.button { background: var(--adcc-primary); border: 0; border-radius: 9px; box-shadow: none; color: #fff; font-size: 13px; font-weight: 700; line-height: 1; min-height: 40px; padding: 13px; text-align: center; text-decoration: none; width: 100%; }
.adcc-buy-button.button:hover { background: #0b5f58; color: #fff; }

.adcc-category-card { align-items: center; background: #fff; border: 1px solid #dfeae7; border-radius: 14px; color: #17342e; display: flex; flex-direction: column; gap: 10px; min-width: 0; padding: 14px 10px; text-align: center; text-decoration: none; }
.adcc-category-card img { aspect-ratio: 1 / 1; height: auto; object-fit: contain; width: min(100%, 130px); }
.adcc-category-card > .dashicons { align-items: center; background: #e7f7f2; border-radius: 50%; color: var(--adcc-primary); display: flex; font-size: 30px; height: 84px; justify-content: center; width: 84px; }
.adcc-category-card strong { font-size: 13px; }

.adcc-pharmacist-card { align-items: center; background: linear-gradient(115deg, #0b514c, #0f766e); border-radius: 20px; color: #fff; display: grid; gap: 28px; grid-template-columns: 190px 1fr; overflow: hidden; padding: 28px; }
.adcc-pharmacist-photo { align-items: center; background: #d8efe8; border-radius: 18px; display: flex; height: 190px; justify-content: center; overflow: hidden; }
.adcc-pharmacist-photo img { height: 100%; object-fit: cover; width: 100%; }
.adcc-pharmacist-photo .dashicons { color: var(--adcc-primary); font-size: 72px; height: 72px; width: 72px; }
.adcc-pharmacist-copy h3 { color: #fff; font-size: 28px; margin: 5px 0; }
.adcc-pharmacist-copy > strong { color: #a7f3d0; }
.adcc-pharmacist-copy p { color: rgba(255,255,255,.78); max-width: 680px; }
.adcc-kicker { color: #fbbf24; font-family: "Roboto", Arial, "Helvetica Neue", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .055em; line-height: 1.35; text-transform: uppercase; }
.adcc-pharmacist-actions { display: flex; gap: 10px; margin-top: 18px; }
.adcc-pharmacist-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; margin-top: 8px; }
.adcc-pharmacist-meta span { color: rgba(255,255,255,.72); font-size: 12px; }
.adcc-pharmacist-list { display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.adcc-pharmacist-list .adcc-pharmacist-card { grid-template-columns: 130px 1fr; }
.adcc-pharmacist-list .adcc-pharmacist-photo { height: 150px; }
.adcc-primary-link,
.adcc-secondary-link { border-radius: 999px; font-weight: 700; padding: 11px 18px; text-decoration: none; }
.adcc-primary-link { background: #fff; color: #0b514c; font-size: 14px; padding: 10px 18px; }
.adcc-secondary-link { border: 1px solid rgba(255,255,255,.45); color: #fff; }

.adcc-commitments { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.adcc-commitment { align-items: center; display: flex; gap: 11px; }
.adcc-commitment > .dashicons { align-items: center; background: #fff; border-radius: 50%; color: var(--adcc-primary); display: flex; flex: 0 0 44px; font-size: 22px; height: 44px; justify-content: center; width: 44px; }
.adcc-commitment strong,
.adcc-commitment small { display: block; }
.adcc-commitment small { color: #71857f; font-size: 11px; margin-top: 2px; }

.adcc-brand-card { align-items: center; background: #fff; border: 1px solid #e0e9e6; border-radius: 13px; color: #17342e; display: flex; flex-direction: column; gap: 8px; justify-content: center; min-height: 100px; padding: 12px; text-align: center; text-decoration: none; }
.adcc-brand-card img { height: 55px; object-fit: contain; width: 100%; }
.adcc-brand-card span { font-size: 12px; font-weight: 650; }

.adcc-post-card { background: #fff; border: 1px solid #e0e9e6; border-radius: 14px; overflow: hidden; }
.adcc-post-card a { color: #17342e; display: block; text-decoration: none; }
.adcc-post-card img { aspect-ratio: 16 / 10; display: block; object-fit: cover; width: 100%; }
.adcc-post-card a > span { display: block; padding: 15px; }
.adcc-post-card time { color: var(--adcc-primary); display: block; font-size: 11px; font-weight: 700; margin-bottom: 6px; }
.adcc-post-card strong { display: block; font-size: 16px; line-height: 1.45; }
.adcc-post-card small { color: #71857f; display: block; line-height: 1.5; margin-top: 8px; }
.adcc-product-preview { background: rgba(15, 28, 33, .94); border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.22); color: #fff; font-size: 13px; left: 12px; line-height: 1.55; max-width: 300px; opacity: 0; padding: 12px 14px; pointer-events: none; position: fixed; top: 12px; transform: translateY(6px); transition: opacity .18s ease, transform .18s ease; z-index: 9999; }
.adcc-product-preview.is-visible { opacity: 1; transform: translateY(0); }
.adcc-health-news { background: linear-gradient(180deg, #edf3ff 0%, #f7faff 100%); border: 1px solid #dce7ff; border-radius: 22px; padding: 22px; }
.adcc-health-news-head { align-items: center; display: flex; gap: 16px; justify-content: space-between; }
.adcc-health-news-title h2 { align-items: center; color: #1d4ed8; display: flex; font-size: 30px; gap: 10px; margin: 0; }
.adcc-health-news-title h2::before { background: linear-gradient(180deg, #3b82f6, #1d4ed8); border-radius: 10px; color: #fff; content: "\f331"; display: inline-flex; font: 18px/1 dashicons; height: 36px; justify-content: center; width: 36px; }
.adcc-health-news-more { color: #1d4ed8; font-size: 16px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.adcc-health-news-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.adcc-health-news-chips a { background: #fff; border: 1px solid #d5def7; border-radius: 999px; color: #2f4f89; font-size: 14px; font-weight: 600; padding: 9px 15px; text-decoration: none; }
.adcc-health-news-layout { display: grid; gap: 18px; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .95fr); margin-top: 16px; }
.adcc-health-news-featured,
.adcc-health-news-item { min-width: 0; }
.adcc-health-news-featured a { color: #16325f; display: block; text-decoration: none; }
.adcc-health-news-featured img { aspect-ratio: 16 / 9; border-radius: 18px; display: block; object-fit: cover; width: 100%; }
.adcc-health-news-featured-copy { display: block; padding-top: 12px; }
.adcc-health-news-featured-copy strong { display: block; font-size: 24px; line-height: 1.3; }
.adcc-health-news-featured-copy small { color: #5d6f93; display: block; font-size: 15px; line-height: 1.6; margin-top: 10px; }
.adcc-health-news-list { display: grid; gap: 14px; }
.adcc-health-news-item a { align-items: stretch; color: #17315e; display: grid; gap: 12px; grid-template-columns: 132px minmax(0, 1fr); text-decoration: none; }
.adcc-health-news-item img { border-radius: 14px; display: block; height: 100%; min-height: 86px; object-fit: cover; width: 100%; }
.adcc-health-news-item span { display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.adcc-health-news-item small { color: #6d7ea0; font-size: 13px; font-weight: 600; margin-bottom: 6px; }
.adcc-health-news-item strong { display: -webkit-box; font-size: 20px; line-height: 1.35; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.adcc-related-articles { margin-top: 22px; }
.adcc-related-articles h3 { color: #17342e; font-size: 20px; margin: 0 0 14px; }

.adcc-product-notice { align-items: flex-start; background: #ecfdf5; border: 1px solid #b7ead4; border-radius: 12px; display: flex; gap: 10px; margin: 14px 0; padding: 13px; }
.adcc-product-notice > .dashicons { color: var(--adcc-primary); margin-top: 1px; }
.adcc-product-notice strong { color: #0b514c; display: block; }
.adcc-product-notice p { color: #45665e; line-height: 1.5; margin: 4px 0 0; }
.adcc-product-meta { border-top: 1px solid #e1ebe8; margin: 14px 0; }
.adcc-product-meta > div { border-bottom: 1px solid #e1ebe8; display: grid; gap: 14px; grid-template-columns: 130px 1fr; padding: 10px 0; }
.adcc-product-meta dt { color: #71857f; }
.adcc-product-meta dd { color: #17342e; margin: 0; }
.adcc-pharma-summary,
.adcc-product-meta,
.adcc-product-meta dt,
.adcc-product-meta dd { letter-spacing: normal !important; text-transform: none !important; }
.adcc-copy { background: transparent; border: 0; color: var(--adcc-primary); cursor: pointer; font-size: 11px; font-weight: 700; }

body.adcc-component-header.home #main .searchform-wrapper,
body.adcc-component-header.home #main .ux-search-box { display: none !important; }

body.adcc-component-product-summary.single-product .content-row > .shop-sidebar { display: none !important; }
body.adcc-component-product-summary.single-product .content-row > .large-9 { flex-basis: 100%; max-width: 100%; }

@media (min-width: 768px) {
  .product-summary .adcc-pharmacist-card { border-radius: 14px; gap: 12px; grid-template-columns: 78px 1fr; margin-top: 14px; padding: 14px; }
  .product-summary .adcc-pharmacist-photo { border-radius: 11px; height: 78px; }
  .product-summary .adcc-pharmacist-copy h3 { font-size: 18px; margin: 2px 0; }
  .product-summary .adcc-pharmacist-copy > strong { display: block; font-size: 12px; }
  .product-summary .adcc-pharmacist-copy p,
  .product-summary .adcc-pharmacist-meta { display: none; }
  .product-summary .adcc-pharmacist-actions { margin-top: 8px; }
  .product-summary .adcc-primary-link,
  .product-summary .adcc-secondary-link { font-size: 12px; padding: 7px 12px; }
  .product-summary .adcc-commitments { gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 12px; }
  .product-summary .adcc-commitment { gap: 7px; }
  .product-summary .adcc-commitment > .dashicons { flex-basis: 34px; font-size: 17px; height: 34px; width: 34px; }
  .product-summary .adcc-commitment strong { font-size: 11px; }
  .product-summary .adcc-commitment small { display: none; }
  .product-summary .adcc-product-meta > div { padding: 8px 0; }
}

@media (max-width: 767px) {
  .adcc-topbar .adcc-header-container > span:first-child { display: none; }
  .adcc-topbar .adcc-header-container { justify-content: flex-end; }
  .adcc-header-main { padding: 10px 0; }
  .adcc-header-main .adcc-header-container { flex-wrap: wrap; gap: 10px; }
  .adcc-mobile-menu-toggle { background: transparent; border: 0; color: #fff; display: block; flex: 0 0 34px; padding: 0; }
  .adcc-header-logo { flex: 1; text-align: center; }
  .adcc-header-logo img { margin: 0 auto; max-height: 46px; max-width: 150px; }
  .adcc-header-tools { flex: 0 0 34px; }
  .adcc-header-tools > a { border: 0; min-width: 0; padding: 0; }
  .adcc-header-tools > a:first-child { display: none; }
  .adcc-header-tools small { display: none; }
  .adcc-header-search { flex: 0 0 100%; order: 4; }
  .adcc-header-search input[type="search"] { height: 42px; }
  .adcc-hot-keywords { display: none; }
  .adcc-primary-nav { display: none; }
  .adcc-site-header.is-menu-open .adcc-primary-nav { display: block; }
  .adcc-primary-nav > .adcc-header-container { align-items: stretch; display: flex; flex-direction: column; gap: 0; padding-bottom: 9px; padding-top: 9px; }
  .adcc-nav-link { border-bottom: 1px solid #edf2f0; padding: 12px 4px; }
  .adcc-category-nav { margin: 0; }
  .adcc-category-toggle { height: 44px; justify-content: space-between; width: 100%; }
  .adcc-category-dropdown { border: 0; border-radius: 0; box-shadow: none; min-width: 0; padding: 5px 0 5px 12px; position: static; width: auto; }
  .adcc-category-children { box-shadow: none; display: none !important; }
  .adcc-site-footer { padding-top: 32px; }
  .adcc-footer-grid { grid-template-columns: 1fr 1fr; }
  .adcc-footer-contact { grid-column: 1 / -1; }
  .adcc-footer-bottom { align-items: flex-start; flex-direction: column; }
  .adcc-container { padding: 0 14px; }
  .adcc-section { padding: 28px 0; }
  .adcc-slide img { aspect-ratio: 16 / 9; }
  .adcc-slider-prev,
  .adcc-slider-next { height: 36px; width: 36px; }
  .adcc-quick-grid,
  .adcc-product-grid,
  .adcc-category-grid,
  .adcc-brand-grid,
  .adcc-post-grid { gap: 10px; grid-template-columns: repeat(var(--adcc-cols-mobile, 2), minmax(0, 1fr)); }
  .adcc-quick-grid { display: flex; overflow-x: auto; padding-bottom: 5px; scroll-snap-type: x mandatory; }
  .adcc-quick-item { flex: 0 0 225px; scroll-snap-align: start; }
  .adcc-product-body { padding: 10px; }
  .adcc-product-title { font-size: 13px; }
  .adcc-product-price { font-size: 15px; }
  .adcc-pharmacist-card { grid-template-columns: 92px 1fr; padding: 17px; }
  .adcc-pharmacist-list { grid-template-columns: 1fr; }
  .adcc-pharmacist-photo { height: 105px; }
  .adcc-pharmacist-copy h3 { font-size: 19px; }
  .adcc-pharmacist-copy p { display: none; }
  .adcc-pharmacist-actions { flex-wrap: wrap; }
  .adcc-commitments { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adcc-product-meta > div { grid-template-columns: 105px 1fr; }
}

/* 0.4.0: unified storefront scale and the configurable home modules. */
.adcc-site-header *,
.adcc-home *,
.adcc-site-footer * { box-sizing: border-box; }

.adcc-header-main { padding: 16px 0 11px; }
.adcc-header-container { max-width: 1280px; }
.adcc-header-logo > a { font-size: 24px; line-height: 1.2; }
.adcc-header-search form {
  align-items: center;
  border: 2px solid rgba(255,255,255,.2) !important;
  box-shadow: 0 8px 22px rgba(7,65,59,.12);
  height: 54px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.adcc-header-search input[type="search"] {
  appearance: none;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 16px !important;
  height: 50px !important;
  line-height: 50px !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 20px !important;
  width: auto !important;
}
.adcc-header-search button {
  border-radius: 0 999px 999px 0 !important;
  height: 50px !important;
  margin: 0 !important;
  max-height: none !important;
  min-width: 58px !important;
}
.adcc-header-search button .dashicons { font-size: 23px; height: 23px; width: 23px; }
.adcc-hot-keywords a { font-size: 13px; }
.adcc-header-tools > a { min-width: 76px; padding: 10px 9px; }
.adcc-header-tools .dashicons { font-size: 25px; height: 25px; width: 25px; }
.adcc-header-tools small { font-size: 13px; font-weight: 650; }
.adcc-nav-link,
.adcc-category-nav-item > a { font-size: 15px; }
.adcc-category-toggle { font-size: 15px; }

.adcc-need-rail {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(var(--adcc-cols, 8), minmax(0, 1fr));
}
.adcc-need-item { align-items: center; color: #17342e; display: flex; flex-direction: column; gap: 9px; min-width: 0; text-align: center; text-decoration: none; }
.adcc-need-icon { align-items: center; background: linear-gradient(145deg, var(--adcc-primary), #14a394); border: 5px solid #e6f6f2; border-radius: 22px; color: #fff; display: flex; font-size: 31px; height: 72px; justify-content: center; transition: transform .2s, box-shadow .2s; width: 72px; }
.adcc-need-item:hover .adcc-need-icon { box-shadow: 0 12px 24px rgba(15,118,110,.2); transform: translateY(-3px); }
.adcc-need-item strong { font-size: 14px; font-weight: 650; line-height: 1.3; }
.adcc-topic-row { margin: 0 0 42px; }
.adcc-topic-row:last-child { margin-bottom: 0; }
.adcc-topic-head { align-items: center; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 15px; }
.adcc-topic-head h2 { align-items: center; color: #17342e; display: flex; font-size: 24px; gap: 9px; margin: 0; }
.adcc-topic-head h2 .dashicons { align-items: center; background: var(--adcc-primary); border-radius: 50%; color: #fff; display: flex; font-size: 20px; height: 34px; justify-content: center; width: 34px; }
.adcc-topic-filters { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.adcc-topic-filters a { border: 1px solid #dce8e4; border-radius: 999px; color: #526b64; font-size: 13px; padding: 7px 12px; text-decoration: none; }
.adcc-topic-filters .adcc-view-more { align-items: center; background: var(--adcc-primary); border-color: var(--adcc-primary); color: #fff; display: inline-flex; font-weight: 700; white-space: nowrap; }
.adcc-search-terms { display: flex; gap: 10px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: thin; }
.adcc-search-terms a { background: var(--adcc-chip, var(--adcc-primary)); border-radius: 999px; color: #fff; flex: 0 0 auto; font-size: 14px; font-weight: 650; padding: 12px 19px; text-decoration: none; }
.adcc-section-product-rows { padding-bottom: 8px; }
.adcc-product-title { font-size: 15px; }
.adcc-product-origin { letter-spacing: normal; text-transform: none; }

.adcc-site-footer { background: #eaf7f3; color: #395c54; padding: 0; }
.adcc-footer-trust { background: #f1fbf8; border-top: 1px solid #d8ece6; padding: 20px 0; }
.adcc-footer-trust .adcc-commitment > .dashicons { background: var(--adcc-primary); color: #fff; }
.adcc-footer-trust .adcc-commitment strong { color: #0b514c; }
.adcc-store-bar { background: var(--adcc-primary); color: #fff; }
.adcc-store-bar .adcc-container { align-items: center; display: flex; justify-content: space-between; min-height: 64px; }
.adcc-store-bar strong { align-items: center; display: flex; font-size: 22px; gap: 9px; }
.adcc-store-bar a { background: #fff; border-radius: 999px; color: var(--adcc-primary); font-size: 13px; font-weight: 750; padding: 11px 18px; text-decoration: none; }
.adcc-footer-main { padding: 36px 0 0; }
.adcc-footer-grid { gap: 30px; grid-template-columns: minmax(240px, 1.35fr) repeat(4, minmax(140px, 1fr)); }
.adcc-footer-logo img { filter: none; }
.adcc-footer-contact p { color: #526f68; }
.adcc-footer-contact > a { color: #0b514c; }
.adcc-footer-column h3 { color: #17342e; font-size: 16px; }
.adcc-footer-column > a { color: #526f68; font-size: 14px; }
.adcc-footer-column > a:hover { color: var(--adcc-primary); }
.adcc-footer-disclaimer p { color: #617a74; font-size: 13px; line-height: 1.65; margin: 0; }
.adcc-footer-bottom { border-top-color: #cfe3dd; }
.adcc-footer-bottom p,
.adcc-footer-bottom span { color: #617a74; font-size: 12px; }
.adcc-floating-contact { bottom: 18px; display: flex; flex-direction: column; gap: 8px; position: fixed; right: 18px; z-index: 90; }
.adcc-floating-contact a,
.adcc-floating-contact button { align-items: center; background: var(--adcc-primary); border: 2px solid #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(15,80,73,.2); color: #fff; display: flex; font-size: 11px; font-weight: 800; height: 48px; justify-content: center; padding: 0; text-decoration: none; width: 48px; }
@keyframes anduc-contact-wiggle {
  0%, 84%, 100% { transform: translateX(0) rotate(0); }
  87% { transform: translateX(-1px) rotate(-6deg); }
  90% { transform: translateX(1px) rotate(6deg); }
  93% { transform: translateX(-1px) rotate(-4deg); }
  96% { transform: translateX(1px) rotate(3deg); }
}
.adcc-floating-contact > a { animation: anduc-contact-wiggle 4.5s ease-in-out infinite; transform-origin: center; }
.adcc-floating-contact > a:nth-child(2) { animation-delay: .45s; }
@media (prefers-reduced-motion: reduce) { .adcc-floating-contact > a { animation: none; } }

.adcc-product-gallery-extras { display: none; }
.adcc-product-gallery-extras.is-mounted { clear: both; display: block; margin: 18px 10px 0; width: calc(100% - 20px); }
.adcc-gallery-trust { background: #e8f7f3; border: 1px solid #cce8e0; border-radius: 16px; padding: 17px; }
.adcc-gallery-trust .adcc-commitments { gap: 15px 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.adcc-gallery-trust .adcc-commitment > .dashicons { background: var(--adcc-primary); color: #fff; }
.adcc-gallery-trust .adcc-commitment strong { color: #0b514c; font-size: 15px; }
.adcc-gallery-trust .adcc-commitment small { color: #58736c; font-size: 13px; line-height: 1.35; }
.adcc-gallery-description { border-bottom: 1px solid #dfe9e6; padding: 20px 2px 12px; }
.adcc-gallery-description h3 { color: #17342e; font-size: 19px; margin: 0 0 9px; }
.adcc-gallery-description p { color: #38564f; font-size: 15px; line-height: 1.65; }
.adcc-gallery-taxonomy { margin: 0; }
.adcc-gallery-taxonomy > div { border-bottom: 1px solid #e1eae7; display: grid; gap: 14px; grid-template-columns: 105px 1fr; padding: 11px 2px; }
.adcc-gallery-taxonomy dt { color: #657c76; font-size: 14px; }
.adcc-gallery-taxonomy dd { color: #253f39; font-size: 14px; margin: 0; }
.adcc-gallery-taxonomy a { color: var(--adcc-primary); }
body.adcc-component-product-summary.single-product .sku_wrapper { display: none !important; }
body.adcc-component-product-summary.single-product .product-info h1,
body.adcc-component-product-summary.single-product .product-summary h1 { font-size: clamp(25px, 2.2vw, 32px); line-height: 1.3; }
body.adcc-component-product-summary.single-product .product-summary,
body.adcc-component-product-summary.single-product .product-info { font-size: 16px; }
body.adcc-component-product-summary.single-product .product-main,
body.adcc-component-product-summary.single-product .adcc-product-gallery-extras,
body.adcc-component-product-summary.single-product .adcc-pharma-summary,
body.adcc-component-product-summary.single-product .adcc-pharmacist-card { font-family: "Roboto", sans-serif !important; }
body.adcc-component-product-summary.single-product .product-info .price-wrapper .price { font-size: 30px !important; line-height: 1.25 !important; margin: 10px 0 14px; }
body.adcc-component-product-summary.single-product .product-info .price-wrapper ins,
body.adcc-component-product-summary.single-product .product-info .price-wrapper ins .amount { color: #e11d2e !important; font-size: 30px !important; font-weight: 800 !important; line-height: 1.25 !important; }
body.adcc-component-product-summary.single-product .product-info .price-wrapper del,
body.adcc-component-product-summary.single-product .product-info .price-wrapper del .amount { color: #8b9995 !important; font-size: 17px !important; font-weight: 500 !important; }
body.adcc-component-product-summary.single-product .quantity input,
body.adcc-component-product-summary.single-product .single_add_to_cart_button { font-size: 16px; min-height: 46px; }
body.adcc-component-product-summary.single-product .adcc-pharma-summary { font-size: 15px; }
body.adcc-component-product-summary.single-product .adcc-product-meta dt,
body.adcc-component-product-summary.single-product .adcc-product-meta dd { font-size: 14px; }
body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-card { border-radius: 15px; gap: 13px; grid-template-columns: 82px 1fr; padding: 15px; }
body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-photo { height: 82px; }
body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-copy h3 { font-size: 19px; }
body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-copy p { display: none; }
body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-actions { margin-top: 9px; }
body.adcc-component-product-summary.single-product .product-summary .adcc-primary-link { font-size: 14px; padding: 9px 17px; }

@media (min-width: 850px) {
  body.adcc-gallery-extras-mounted.single-product .product-short-description,
  body.adcc-gallery-extras-mounted.single-product .product_meta { display: none !important; }
  body.adcc-component-product-summary.single-product .product-main > .row > .large-6.col { flex-basis: 49% !important; max-width: 49% !important; }
  body.adcc-component-product-summary.single-product .product-main .product-info,
  body.adcc-component-product-summary.single-product .product-main .product-summary { flex-basis: 51% !important; max-width: 51% !important; width: 51% !important; }
}

@media (max-width: 849px) {
  .adcc-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adcc-footer-contact,
  .adcc-footer-disclaimer { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .adcc-header-search form { height: 46px; }
  .adcc-header-search input[type="search"] { font-size: 14px !important; height: 42px !important; line-height: 42px !important; }
  .adcc-header-search button { height: 42px !important; min-width: 48px !important; }
  .adcc-need-rail { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 8px; scroll-snap-type: x mandatory; }
  .adcc-need-item { flex: 0 0 88px; scroll-snap-align: start; }
  .adcc-need-icon { border-radius: 18px; font-size: 26px; height: 62px; width: 62px; }
  .adcc-need-item strong { font-size: 12px; }
  .adcc-topic-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .adcc-topic-head h2 { font-size: 20px; }
  .adcc-topic-filters { flex-wrap: nowrap; justify-content: flex-start; max-width: 100%; overflow-x: auto; }
  .adcc-topic-filters a { flex: 0 0 auto; }
  .adcc-health-news { border-radius: 16px; padding: 15px; }
  .adcc-health-news-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .adcc-health-news-title h2 { font-size: 22px; }
  .adcc-health-news-more { font-size: 14px; }
  .adcc-health-news-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 2px; }
  .adcc-health-news-chips a { flex: 0 0 auto; font-size: 13px; padding: 8px 12px; }
  .adcc-health-news-layout { grid-template-columns: 1fr; }
  .adcc-health-news-featured-copy strong { font-size: 19px; }
  .adcc-health-news-featured-copy small { font-size: 14px; }
  .adcc-health-news-item a { grid-template-columns: 104px minmax(0, 1fr); }
  .adcc-health-news-item strong { font-size: 16px; }
  .adcc-product-title { font-size: 14px; }
  .adcc-product-price { font-size: 17px; }
  .adcc-store-bar .adcc-container { gap: 12px; min-height: 58px; }
  .adcc-store-bar strong { font-size: 16px; }
  .adcc-store-bar a { font-size: 11px; padding: 9px 12px; }
  .adcc-footer-grid { grid-template-columns: 1fr 1fr; }
  .adcc-gallery-trust { padding: 14px; }
  .adcc-gallery-description,
  .adcc-gallery-taxonomy { display: none; }
  .adcc-gallery-trust .adcc-commitment { align-items: flex-start; }
  .adcc-gallery-trust .adcc-commitment > .dashicons { flex-basis: 36px; font-size: 18px; height: 36px; width: 36px; }
  .adcc-gallery-trust .adcc-commitment strong { font-size: 14px; line-height: 1.25; }
  .adcc-gallery-trust .adcc-commitment small { font-size: 12px; }
  .adcc-gallery-taxonomy > div { grid-template-columns: 80px 1fr; }
  body.adcc-component-product-summary.single-product .product-info h1,
  body.adcc-component-product-summary.single-product .product-summary h1 { font-size: 24px; }
  body.adcc-component-product-summary.single-product .product-info .price-wrapper .price,
  body.adcc-component-product-summary.single-product .product-info .price-wrapper ins,
  body.adcc-component-product-summary.single-product .product-info .price-wrapper ins .amount { font-size: 27px !important; }
  body.adcc-component-product-summary.single-product .product-summary,
  body.adcc-component-product-summary.single-product .product-info { font-size: 15px; }
  body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-card { grid-template-columns: 74px 1fr; padding: 13px; }
  body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-photo { height: 74px; }
  body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-copy h3 { font-size: 17px; }
  body.adcc-component-product-summary.single-product .product-summary .adcc-pharmacist-copy > strong { font-size: 12px; }
  .adcc-floating-contact { bottom: 72px; right: 10px; }
  .adcc-floating-contact a,
  .adcc-floating-contact button { height: 43px; width: 43px; }
}

/* 0.4.2: product content scale, purchase grid and legacy Flatsome home sections. */
.adcc-header-tools { align-items: center; }
.adcc-header-tools > a {
  height: 54px;
  justify-content: center;
  min-width: 66px;
  padding: 4px 7px;
}
.adcc-header-tools .dashicons { font-size: 21px; height: 21px; width: 21px; }
.adcc-header-tools small { font-size: 11px; margin-top: 2px; }
.adcc-header-tools b { font-size: 8px; height: 16px; right: 4px; top: 3px; width: 16px; }

body.adcc-component-product-summary.single-product .adcc-pharma-summary {
  background: #fff;
  border: 1px solid #cfe5df;
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(15, 90, 82, .05);
  margin: 12px 0 14px;
  overflow: hidden;
  padding: 13px 16px 4px;
}
body.adcc-component-product-summary.single-product .adcc-product-meta dd .adcc-pharma-link {
  color: #0f766e;
  text-decoration: none;
}
body.adcc-component-product-summary.single-product .adcc-registration-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  min-height: 24px;
}
body.adcc-component-product-summary.single-product .adcc-product-meta > div {
  align-items: start;
}
body.adcc-component-product-summary.single-product .adcc-registration-line .adcc-copy {
  align-items: center;
  display: inline-flex;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
body.adcc-component-product-summary.single-product .adcc-component-link {
  background: #edf7f5;
  border: 1px solid #b9ddd6;
  border-radius: 999px;
  display: inline-flex;
  margin: 3px 6px 3px 0;
  padding: 4px 9px;
}
body.adcc-component-product-summary.single-product .adcc-product-meta dd .adcc-pharma-link:hover,
body.adcc-component-product-summary.single-product .adcc-registration-lookup:hover {
  color: #075e58;
  text-decoration: underline;
}
body.adcc-component-product-summary.single-product .adcc-pharma-warning {
  color: #45665e;
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 4px;
}
body.adcc-component-product-summary.single-product .adcc-registration-lookup,
body.adcc-component-product-summary.single-product .adcc-publication-button {
  background: transparent;
  border: 0;
  color: #0f766e;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 6px;
  padding: 0;
  text-decoration: none;
}
body.adcc-component-product-summary.single-product .adcc-pharma-more-wrap {
  border-top: 1px solid #e1ebe8;
  margin-top: 4px;
  padding: 10px 0 4px;
}
body.adcc-component-product-summary.single-product .adcc-pharma-toggle {
  background: transparent;
  border: 0;
  color: #0f766e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 0;
}
body.adcc-component-product-summary.single-product .adcc-pharma-toggle::after {
  content: ' +';
}
body.adcc-component-product-summary.single-product .adcc-pharma-toggle[aria-expanded="true"]::after {
  content: ' −';
}
body.adcc-component-product-summary.single-product .adcc-product-meta-more {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-5px);
  transition: max-height .35s ease, opacity .25s ease, transform .25s ease, margin-top .25s ease;
}
body.adcc-component-product-summary.single-product .adcc-product-meta-more.is-expanded {
  margin-top: 8px;
  max-height: 1200px;
  opacity: 1;
  transform: translateY(0);
}
body.adcc-component-product-summary.single-product .adcc-product-notice { margin-top: 0; }
body.adcc-component-product-summary.single-product .adcc-product-meta { margin-bottom: 0; }
body.adcc-component-product-summary.single-product .product-info .price-wrapper .amount,
body.adcc-component-product-summary.single-product .product-info .single_variation .price,
body.adcc-component-product-summary.single-product .product-info .single_variation .price .amount,
body.adcc-component-product-summary.single-product .product-info .woocommerce-variation-price .price,
body.adcc-component-product-summary.single-product .product-info .woocommerce-variation-price .amount {
  color: #e11d2e !important;
  font-size: 31px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}
body.adcc-component-product-summary.single-product .product-info .price del .amount,
body.adcc-component-product-summary.single-product .product-info .single_variation .price del .amount {
  color: #909b98 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}
body.adcc-component-product-summary.single-product .product-info .social-icons.share-icons,
body.adcc-component-product-summary.single-product .product-info .share-row { display: none !important; }

.adcc-purchase-layout {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 16px 0 20px;
}
body.single-product .product-summary .adcc-purchase-layout form.cart,
body.single-product .product-summary .adcc-purchase-layout .sw_buy_now {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
body.single-product .product-summary .adcc-purchase-layout form.cart .variations { margin-bottom: 7px; width: 100%; }
body.single-product .product-summary .adcc-purchase-layout form.cart .single_variation_wrap { width: 100%; }
body.single-product .product-summary .adcc-purchase-layout .variations_button { align-items: center; display: flex; gap: 10px; }
body.single-product .product-summary .adcc-purchase-layout .quantity { flex: 0 0 auto; margin: 0; }
body.single-product .product-summary .adcc-purchase-layout .single_add_to_cart_button {
  flex: 1;
  margin: 0 !important;
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
  width: auto;
}
body.single-product .product-summary .adcc-purchase-layout .sw_buy_now {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
}

.adcc-gallery-description { border-bottom: 0; padding-bottom: 4px; }
.adcc-gallery-description p:empty { display: none; }
.adcc-gallery-description p:last-child { margin-bottom: 0; }
.adcc-gallery-taxonomy {
  border: 1px solid #d6e6e1;
  border-radius: 13px;
  margin-top: 8px;
  overflow: hidden;
}
.adcc-gallery-taxonomy > div { padding: 11px 13px; }
.adcc-gallery-taxonomy > div:last-child { border-bottom: 0; }

body.single-product .woocommerce-Tabs-panel,
body.single-product .woocommerce-tabs .tab-panels,
body.single-product .product-footer .entry-content {
  color: #253d38;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  line-height: 1.72;
}
body.single-product .woocommerce-Tabs-panel h2,
body.single-product .woocommerce-Tabs-panel h3,
body.single-product .woocommerce-Tabs-panel h4 { line-height: 1.35; }
body.single-product .woocommerce-Tabs-panel img:not(.emoji),
body.single-product .product-footer .entry-content img:not(.emoji) {
  display: block;
  height: auto !important;
  margin: 24px auto !important;
  max-height: 680px;
  max-width: min(680px, 100%) !important;
  object-fit: contain;
  width: auto !important;
}

body.home .adcc-legacy-featured-categories {
  background: #f7fbfa;
  padding: 26px 0 30px !important;
}
body.home .adcc-legacy-featured-categories .section-title-container { margin-bottom: 12px; }
body.home .adcc-legacy-featured-categories .row > .product-category.col,
body.home .adcc-legacy-featured-categories .flickity-slider > .product-category.col {
  flex-basis: 12.5% !important;
  max-width: 12.5% !important;
  padding: 0 7px 14px !important;
  width: 12.5% !important;
}
body.home .adcc-legacy-featured-categories .product-category .col-inner,
body.home .adcc-legacy-featured-categories .product-category .col-inner > a { height: 100%; }
body.home .adcc-legacy-featured-categories .box-category {
  align-items: center;
  background: #fff;
  border: 1px solid #dce9e5;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  min-height: 145px;
  padding: 12px 7px 10px;
}
body.home .adcc-legacy-featured-categories .box-category .box-image {
  flex: 0 0 88px;
  height: 88px !important;
  margin: 0 auto;
  width: 88px !important;
}
body.home .adcc-legacy-featured-categories .box-category .box-image > div { height: 88px !important; }
body.home .adcc-legacy-featured-categories .box-category img {
  border-radius: 18px;
  height: 88px !important;
  object-fit: contain;
  width: 88px !important;
}
body.home .adcc-legacy-featured-categories .box-category .box-text {
  display: block !important;
  padding: 8px 2px 0;
  text-align: center;
  width: 100%;
}
body.home .adcc-legacy-featured-categories .box-category .header-title {
  color: #294840;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.home .adcc-legacy-featured-categories .box-category .count { display: none; }

body.home .adcc-legacy-product-section { background: #f7faf9; padding: 30px 0 !important; }
body.home .adcc-legacy-product-section .product-small .col-inner {
  background: #fff;
  border: 1px solid #dfe9e6;
  border-radius: 13px;
  height: 100%;
  overflow: hidden;
  padding: 9px;
}
body.home .adcc-legacy-product-section .product-small .box-image { border-radius: 10px; }
body.home .adcc-legacy-product-section .product-small .box-text { padding: 11px 4px 5px; }

.adcc-section-featured_categories .adcc-category-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
.adcc-section-featured_categories .adcc-category-card { min-height: 132px; padding: 12px 7px; }
.adcc-section-featured_categories .adcc-category-card img { height: 78px; width: 78px; }
.adcc-section-featured_categories .adcc-category-card > .dashicons { font-size: 26px; height: 72px; width: 72px; }
.adcc-section-featured_categories .adcc-category-card strong { font-size: 12px; line-height: 1.3; }

@media (max-width: 849px) {
  body.home .adcc-legacy-featured-categories .row > .product-category.col,
  body.home .adcc-legacy-featured-categories .flickity-slider > .product-category.col {
    flex-basis: 25% !important;
    max-width: 25% !important;
    width: 25% !important;
  }
}

@media (max-width: 767px) {
  .adcc-purchase-layout { grid-template-columns: 1fr; }
  body.adcc-component-product-summary.single-product .product-info .price-wrapper .amount,
  body.adcc-component-product-summary.single-product .product-info .single_variation .price,
  body.adcc-component-product-summary.single-product .product-info .single_variation .price .amount { font-size: 27px !important; }
  body.single-product .woocommerce-Tabs-panel img:not(.emoji),
  body.single-product .product-footer .entry-content img:not(.emoji) { margin: 16px auto !important; max-height: 520px; }
  body.home .adcc-legacy-featured-categories .box-category { min-height: 122px; }
  body.home .adcc-legacy-featured-categories .box-category .box-image,
  body.home .adcc-legacy-featured-categories .box-category .box-image > div,
  body.home .adcc-legacy-featured-categories .box-category img { height: 66px !important; width: 66px !important; }
  body.home .adcc-legacy-featured-categories .box-category .box-image { flex-basis: 66px; }
  body.home .adcc-legacy-featured-categories .box-category .header-title { font-size: 11px; }
  .adcc-section-featured_categories .adcc-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .adcc-section-featured_categories .adcc-category-card { min-height: 112px; }
  .adcc-section-featured_categories .adcc-category-card img,
  .adcc-section-featured_categories .adcc-category-card > .dashicons { height: 62px; width: 62px; }
}

/* Canonical homepage support modal. Keep this at the end so legacy theme
 * form rules cannot turn the popup back into the old unstyled layout. */
.adcc-support-dialog .adcc-support-dialog-inner {
  background: #fff !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact {
  background: #fff !important;
  border: 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form-heading {
  background: linear-gradient(135deg, #0f766e, #10a89b) !important;
  margin: 0 !important;
  padding: 22px 72px 18px 24px !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form-heading h2 {
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  margin: 0 0 5px !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form-heading p {
  color: rgba(255,255,255,.9) !important;
  font-size: 14px !important;
  margin: 0 !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form {
  display: grid !important;
  gap: 14px !important;
  padding: 22px 24px 24px !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form-grid {
  display: grid !important;
  gap: 12px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact label {
  color: #193f39 !important;
  display: grid !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  gap: 5px !important;
  margin: 0 !important;
}
.adcc-support-dialog .anduc-support-label {
  align-items: baseline !important;
  display: inline-flex !important;
  gap: 4px !important;
  line-height: 1.25 !important;
}
.adcc-support-dialog .anduc-support-label i {
  color: #dc2626 !important;
  font-style: normal !important;
  line-height: 1 !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact input,
.adcc-support-dialog .anduc-support-form-card.is-compact textarea {
  background: #fff !important;
  border: 1px solid #cbded9 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #173f39 !important;
  font: inherit !important;
  min-height: 46px !important;
  padding: 12px 14px !important;
  width: 100% !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact textarea {
  min-height: 118px !important;
  resize: vertical !important;
}
.adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-submit {
  background: #0f766e !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .adcc-support-dialog {
    max-height: calc(100dvh - 16px) !important;
    overflow: auto !important;
    width: calc(100% - 16px) !important;
  }
  .adcc-support-dialog .adcc-support-dialog-close {
    font-size: 19px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    right: 10px !important;
    top: 10px !important;
    width: 32px !important;
  }
  .adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form-heading {
    padding: 14px 50px 12px 16px !important;
  }
  .adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form-heading h2 {
    font-size: 19px !important;
  }
  .adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-form {
    gap: 10px !important;
    padding: 14px 16px 16px !important;
  }
  .adcc-support-dialog .anduc-support-form-card.is-compact textarea {
    min-height: 92px !important;
  }
  .adcc-support-dialog .anduc-support-form-card.is-compact .anduc-support-submit {
    min-height: 44px !important;
  }
}
