:root {
  --dr-green: #55BB8A;
  --dr-red: #F12C46;
  --dr-text: #222222;
  --dr-muted: #AAAAAA;
  --dr-line: #EEEEEE;
  --dr-bg: #F5F5F5;
  --dr-card: #FFFFFF;
  --dr-radius: 6px;
  --dr-container: 1200px;
  --dr-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  color: var(--dr-text);
  font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.dr-container {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

.dr-header {
  position: sticky;
  z-index: 30;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .025);
}

.dr-header__inner {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.dr-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 130px;
  color: #f34558;
  line-height: 1;
  white-space: nowrap;
}

.dr-logo__mark {
  width: 38px;
  height: 28px;
  position: relative;
  display: inline-grid;
  place-items: center;
  border: 3px solid #ff5167;
  border-radius: 50% 50% 46% 46%;
  color: #ff5167;
  font-weight: 900;
  font-size: 17px;
}

.dr-logo__mark::before,
.dr-logo__mark::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 6px;
  height: 10px;
  border-radius: 50% 50% 60% 60%;
  background: var(--dr-green);
}

.dr-logo__mark::before {
  left: 8px;
}

.dr-logo__mark::after {
  right: 8px;
}

.dr-logo__text {
  display: grid;
  gap: 1px;
}

.dr-logo__text strong {
  font-size: 21px;
  font-weight: 900;
  color: #ff4058;
  letter-spacing: .03em;
}

.dr-logo__text em {
  font-style: normal;
  color: #333;
  font-size: 12px;
  font-weight: 800;
}

.dr-nav {
  flex: 1;
}

.dr-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.dr-nav__list a {
  color: #666;
  font-weight: 500;
  font-size: 14px;
}

.dr-nav__list a:hover {
  color: var(--dr-text);
}

.dr-menu-button {
  display: none;
}

.dr-search-toggle {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 22px;
  cursor: pointer;
}

.dr-search,
.dr-hero-search,
.dr-search-page-form {
  display: flex;
  align-items: center;
  border: 1px solid var(--dr-green);
  background: #fff;
  overflow: hidden;
}

.dr-search {
  width: 0;
  height: 32px;
  border: 0;
  border-radius: 17px;
  opacity: 0;
  pointer-events: none;
}

.dr-search button,
.dr-hero-search button,
.dr-search-page-form button {
  border: 0;
  background: transparent;
  color: #777;
  height: 100%;
  padding: 0 16px;
  cursor: pointer;
  font-weight: 700;
}

.dr-search input,
.dr-hero-search input,
.dr-search-page-form input {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0 14px;
  font-size: 14px;
}

.dr-user-icon {
  color: #777;
  font-size: 20px;
  line-height: 1;
}

.dr-main {
  padding-bottom: 54px;
}

.dr-deal-archive {
  max-width: 940px;
}

.dr-hero {
  background: #fff;
  border-bottom: 7px solid var(--dr-bg);
}

.dr-hero__inner {
  min-height: 230px;
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  align-items: center;
  gap: 36px;
}

.dr-hero h1 {
  margin: 0 0 8px;
  color: var(--dr-green);
  font-size: 42px;
  letter-spacing: 0;
}

.dr-hero p {
  margin: 0;
  color: #666;
  font-size: 18px;
}

.dr-hero-search {
  height: 48px;
  border-radius: 24px;
  box-shadow: var(--dr-shadow);
}

.dr-shortcuts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  background: #fff;
  border-bottom: 7px solid var(--dr-bg);
  padding: 24px 0;
}

.dr-home-shortcuts {
  display: none;
}

.dr-home-banner {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-top: 54px;
}

.dr-home-banner > a {
  min-width: 100%;
  scroll-snap-align: start;
}

.dr-home-banner img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}

.dr-home-products {
  padding-top: 46px;
}

.dr-home-products .dr-section__head {
  display: none;
}

.dr-shortcuts a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  color: #555;
  font-weight: 700;
}

.dr-shortcuts span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(85, 187, 138, .12);
  color: var(--dr-green);
  font-size: 24px;
}

.dr-shortcuts span img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

.dr-category-strip,
.dr-category-grid {
  display: grid;
  gap: 14px;
  margin: 0 auto 28px;
}

.dr-category-strip {
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
}

.dr-category-grid {
  grid-template-columns: repeat(auto-fill, minmax(78px, 92px));
  justify-content: center;
}

.dr-category-strip a,
.dr-category-grid a {
  display: flex;
  min-height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  border: 1px solid var(--dr-line);
  border-radius: 6px;
  color: #444;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  transition: .2s ease;
}

.dr-category-strip a:hover,
.dr-category-strip a.is-current,
.dr-category-grid a:hover {
  border-color: rgba(85, 187, 138, .55);
  box-shadow: 0 8px 18px rgba(22, 40, 31, .06);
  color: var(--dr-green);
}

.dr-category-strip span,
.dr-category-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(85, 187, 138, .12);
}

.dr-category-strip img,
.dr-category-grid img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.dr-category-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 18px 0 34px;
}

.dr-category-pills a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 26px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #777;
  font-size: 13px;
  font-weight: 600;
}

.dr-category-pills a:hover,
.dr-category-pills a.is-current {
  border-color: rgba(85, 187, 138, .75);
  background: rgba(85, 187, 138, .08);
  color: var(--dr-green);
}

.dr-section {
  padding-top: 26px;
}

.dr-section__head,
.dr-page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 22px;
}

.dr-page-head {
  display: block;
  padding: 24px 0 14px;
}

.dr-section__head h2,
.dr-page-head h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

.dr-section__head a,
.dr-page-head p {
  color: var(--dr-green);
  font-weight: 700;
}

.dr-deal-products .dr-section__head {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.dr-deal-products .dr-section__head h2 {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
}

.dr-deal-products .dr-section__head h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: var(--dr-green);
}

.dr-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}

.dr-breadcrumb {
  display: flex;
  gap: 8px;
  min-height: 28px;
  padding: 0 12px;
  color: var(--dr-muted);
  font-size: 13px;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
}

.dr-breadcrumb a {
  color: var(--dr-green);
}

.dr-load-more-wrap {
  text-align: center;
  margin: 34px 0 4px;
}

.dr-load-more,
.dr-contact-form button {
  min-width: 150px;
  min-height: 28px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  background: #fff;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.dr-load-more:hover {
  border-color: rgba(85, 187, 138, .6);
  color: var(--dr-green);
}

.dr-contact-form button {
  min-height: 42px;
  border-color: var(--dr-green);
  background: var(--dr-green);
  color: #fff;
  font-size: 14px;
}

.dr-product-card {
  display: grid;
  grid-template-columns: 168px 1fr;
  background: var(--dr-card);
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 18px 0;
  min-height: 192px;
  overflow: hidden;
  transition: border-color .16s ease;
  cursor: pointer;
}

.dr-product-card:hover {
  border-color: rgba(85, 187, 138, .45);
  box-shadow: none;
}

.dr-product-card__media {
  position: relative;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
}

.dr-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dr-product-card.is-expired .dr-product-card__media img,
.dr-product-detail.is-expired .dr-product-detail__media img {
  filter: grayscale(100%);
}

.dr-featured-trophy {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #55bb8a;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.dr-featured-trophy--card {
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.dr-featured-trophy--detail {
  width: 36px;
  height: 36px;
  font-size: 20px;
}

.dr-product-card__badge,
.dr-detail-hot {
  position: absolute;
  right: 12px;
  top: 12px;
  background: var(--dr-green);
  color: #fff;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 700;
}

.dr-product-card__body {
  padding: 4px 10px 3px 18px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dr-product-card h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.35;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.dr-product-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 5px;
  margin-bottom: 5px;
  flex-wrap: wrap;
}

.dr-product-card__price strong {
  color: var(--dr-green);
  font-size: 26px;
  font-weight: 900;
}

.dr-product-card__price span,
.dr-product-card__price em {
  color: #ccc;
  font-size: 13px;
  font-style: normal;
}

.dr-product-card__price span {
  text-decoration: line-through;
}

.dr-product-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-height: 25px;
  margin-top: 0;
  margin-bottom: 6px;
}

.dr-product-card__tags span,
.dr-detail-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 1px 5px;
  border: 1px solid var(--dr-green);
  color: var(--dr-green);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  background: #fff;
}

.dr-product-card__tags .dr-tag-auto,
.dr-detail-tags .dr-tag-auto {
  border-color: #F59E0B;
  color: #F59E0B;
  background: #FFF7ED;
}

.dr-product-card__tags .dr-tag-manual,
.dr-detail-tags .dr-tag-manual {
  border-color: #EF4444;
  color: #EF4444;
  background: #FEF2F2;
}

.dr-product-card__tags .is-code,
.dr-detail-tags .is-expired,
.dr-product-card__tags .is-expired,
.dr-product-card__tags .dr-tag-expired,
.dr-detail-tags .dr-tag-expired {
  border-color: var(--dr-red);
  color: var(--dr-red);
}

.dr-product-card__meta {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--dr-muted);
  font-size: 13px;
  white-space: nowrap;
}

.dr-agent-copy-button {
  width: 100%;
  min-height: 34px;
  margin-top: 12px;
  border: 1px solid var(--dr-green);
  border-radius: 6px;
  background: #fff;
  color: var(--dr-green);
  font-weight: 700;
  cursor: pointer;
}

.dr-agent-copy-button:hover {
  background: rgba(85, 187, 138, .1);
}

.dr-like {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--dr-muted);
}

.dr-like.has-custom-like-icon .dr-like-icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: currentColor;
  color: currentColor;
  mask: var(--dr-like-icon) center / contain no-repeat;
  -webkit-mask: var(--dr-like-icon) center / contain no-repeat;
}

.dr-empty {
  grid-column: 1 / -1;
  padding: 28px;
  background: #fff;
  color: #777;
  border-radius: var(--dr-radius);
}

.dr-product-detail {
  display: grid;
  grid-template-columns: 380px 420px;
  justify-content: center;
  gap: 70px;
  padding-top: 66px;
  padding-bottom: 62px;
}

.dr-product-detail__media,
.dr-product-detail__content,
.dr-info-panel {
  background: #fff;
  border-radius: 8px;
}

.dr-product-detail__media {
  position: relative;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  flex-direction: column;
}

.dr-product-detail__media img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.dr-product-detail__content {
  padding: 10px 0;
}

.dr-product-detail__content h1 {
  margin: 0 0 24px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.35;
}

.dr-product-detail__content h1 a {
  color: var(--dr-green);
  margin-right: 6px;
}

.dr-detail-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.dr-detail-price strong {
  color: var(--dr-green);
  font-size: 28px;
  font-weight: 900;
}

.dr-detail-price span {
  color: #bbb;
  text-decoration: line-through;
}

.dr-detail-price em {
  color: #bbb;
  font-style: normal;
}

.dr-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  max-height: 60px;
  overflow: hidden;
}

.dr-coupon-copy {
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 16px;
  color: var(--dr-text);
  padding: 5px 12px;
  cursor: pointer;
  margin-bottom: 18px;
  min-height: 30px;
}

.dr-coupon-copy strong {
  color: var(--dr-green);
  font-size: 13px;
  letter-spacing: 0;
}

.dr-coupon-copy em {
  font-style: normal;
  color: var(--dr-red);
  display: none;
}

.dr-coupon-copy--inline {
  display: none;
}

.dr-detail-icon-actions .dr-coupon-copy--inline {
  display: none;
}

.dr-detail-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.dr-like-button,
.dr-buy-button,
.dr-detail-icon-actions button,
.dr-tutorial-link {
  height: 32px;
  border-radius: 17px;
  border: 1px solid var(--dr-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.dr-like-button,
.dr-detail-icon-actions button,
.dr-tutorial-link {
  background: #fff;
  color: var(--dr-green);
  cursor: pointer;
}

.dr-detail-icon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 22px;
}

.dr-detail-icon-actions .dr-like-button {
  min-width: 54px;
}

.dr-tutorial-link {
  width: 420px;
  margin-bottom: 22px;
  justify-content: space-between;
  padding: 0 0;
  border: 0;
  color: var(--dr-green);
  font-size: 15px;
}

.dr-tutorial-link::before {
  content: "!";
  width: 20px;
  height: 20px;
  margin-right: 9px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dr-green);
  color: #fff;
}

.dr-tutorial-link::after {
  content: "›";
  margin-left: auto;
  font-size: 24px;
  font-weight: 300;
}

.dr-like-button.is-liked {
  background: rgba(85, 187, 138, .12);
}

.dr-buy-button {
  background: var(--dr-green);
  color: #fff;
  width: 320px;
}

.dr-buy-button.is-expired {
  background: #999;
  border-color: #999;
}

.dr-detail-time {
  color: var(--dr-muted);
  margin: 12px 0 0;
}

.dr-product-copy {
  padding-top: 34px;
  padding-bottom: 48px;
  background: #f5f5f5;
  width: 100%;
  max-width: none;
}

.dr-info-panel {
  width: min(940px, calc(100% - 56px));
  margin: 0 auto 14px;
  padding: 22px 24px;
  color: #555;
  line-height: 1.8;
}

.dr-info-panel a {
  color: #0000e1;
  text-decoration: underline;
}

.dr-agent-center {
  width: min(940px, calc(100% - 32px));
  margin: 26px auto 44px;
}

.dr-agent-center > h2 {
  margin: 0 0 18px;
  color: var(--dr-text);
}

.dr-agent-center .dr-info-panel {
  width: 100%;
}

.dr-agent-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 12px;
}

.dr-agent-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  white-space: nowrap;
}

.dr-agent-table th,
.dr-agent-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.dr-agent-table th {
  background: #f7f7f7;
  color: #333;
  font-weight: 700;
}

.dr-agent-table tr:last-child td {
  border-bottom: 0;
}

.dr-agent-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.dr-agent-pagination a,
.dr-agent-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #666;
  font-size: 13px;
}

.dr-agent-pagination .is-current {
  border-color: var(--dr-green);
  background: var(--dr-green);
  color: #fff;
}

.dr-warning-red {
  color: var(--dr-red);
  font-weight: 800;
}

.dr-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, .55);
}

.dr-modal.is-open {
  display: flex;
}

.dr-modal__dialog {
  width: min(680px, 100%);
  max-height: 84vh;
  overflow: hidden;
  border-radius: var(--dr-radius);
  background: #fff;
  box-shadow: var(--dr-shadow);
}

.dr-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: var(--dr-green);
  color: #fff;
}

.dr-modal__head button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.dr-modal__body {
  max-height: calc(84vh - 58px);
  overflow: auto;
  padding: 20px;
}

.dr-modal__body input,
.dr-modal__body select,
.dr-modal__body textarea {
  width: 100%;
}

.dr-share-box {
  text-align: center;
}

.dr-share-box img {
  width: 180px;
  height: 180px;
}

.dr-related-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 9px);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
}

.dr-related-item {
  scroll-snap-align: start;
}

.dr-related-item .dr-product-card {
  height: 100%;
}

.dr-brands-page,
.dr-ranking-page,
.dr-brand-detail-page .dr-container {
  max-width: 940px;
}

.dr-brand-hero {
  padding: 24px 0 0;
}

.dr-brand-profile {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
}

.dr-brand-profile__logo {
  min-height: 170px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid var(--dr-line);
  border-radius: 8px;
  background: #fff;
}

.dr-brand-profile__logo img {
  max-width: 100%;
  max-height: 118px;
  object-fit: contain;
}

.dr-brand-profile__logo span,
.dr-brand-card__placeholder {
  color: var(--dr-green);
  font-size: 34px;
  font-weight: 800;
}

.dr-brand-profile__body h1 {
  margin: 6px 0;
  font-size: 30px;
}

.dr-brand-profile__eyebrow,
.dr-brand-profile__cn {
  margin: 0;
  color: #666;
  font-weight: 600;
}

.dr-brand-profile__button {
  width: 180px;
  height: 34px;
  margin-top: 14px;
}

.dr-brand-description {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  color: #444;
  font-size: 14px;
  line-height: 1.65;
}

.dr-brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding-bottom: 40px;
}

.dr-brand-card {
  min-height: 82px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #e6e6e6;
  text-align: center;
}

.dr-brand-card img {
  max-width: 100%;
  height: 42px;
  max-height: 42px;
  object-fit: contain;
  margin-bottom: 7px;
}

.dr-home-banner img {
  width: 100%;
  border-radius: var(--dr-radius);
  display: block;
}

.dr-blog-page {
  max-width: 940px;
}

.dr-blog-head p {
  margin: 0 0 8px;
}

.dr-blog-list-section .dr-section__head {
  justify-content: flex-start;
  margin-bottom: 16px;
}

.dr-blog-list-section .dr-section__head h2 {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
}

.dr-blog-list-section .dr-section__head h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: var(--dr-green);
}

.dr-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.dr-article-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 14px;
  min-height: 126px;
  padding: 12px;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}

.dr-article-card__media {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: #f8f8f8;
}

.dr-article-card__media img {
  width: 100%;
  height: 100%;
  min-height: 96px;
  object-fit: cover;
  display: block;
}

.dr-article-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.dr-article-card h2 {
  margin: 0 0 6px;
  font-size: 15px;
  line-height: 1.35;
}

.dr-article-card h2 a {
  display: -webkit-box;
  overflow: hidden;
  color: #333;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dr-article-card__excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 7px;
  color: #666;
  font-size: 13px;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dr-article-card__more {
  margin: auto 0 8px;
  color: var(--dr-green);
  font-size: 13px;
  font-weight: 700;
}

.dr-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #999;
  font-size: 12px;
}

.dr-blog-detail-page {
  max-width: 860px;
}

.dr-blog-detail {
  padding: 24px 0 48px;
}

.dr-blog-detail__head {
  margin-bottom: 22px;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}

.dr-blog-detail__head p {
  position: relative;
  margin: 0 0 10px;
  padding-left: 12px;
  color: var(--dr-green);
  font-weight: 700;
}

.dr-blog-detail__head p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: var(--dr-green);
}

.dr-blog-detail__head h1 {
  margin: 0 0 12px;
  color: #222;
  font-size: 28px;
  line-height: 1.35;
}

.dr-blog-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #999;
  font-size: 13px;
}

.dr-blog-content {
  color: #333;
  font-size: 15px;
  line-height: 1.75;
}

.dr-blog-content p {
  margin: 0 0 16px;
}

.dr-blog-content h2,
.dr-blog-content h3 {
  margin: 26px 0 12px;
  color: var(--dr-green);
  line-height: 1.35;
}

.dr-blog-content h2 {
  font-size: 22px;
}

.dr-blog-content h3 {
  font-size: 18px;
}

.dr-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.dr-contact-form input,
.dr-contact-form textarea,
.dr-brand-search input {
  width: 100%;
  max-width: 720px;
}

.dr-brand-search {
  display: flex;
  align-items: center;
  max-width: 520px;
  height: 34px;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid var(--dr-green);
  border-radius: 999px;
  background: #fff;
}

.dr-brand-search input {
  height: 100%;
  border: 0;
  outline: 0;
  padding: 0 14px;
}

.dr-brand-search button {
  align-self: stretch;
  min-width: 58px;
  border: 0;
  background: var(--dr-green);
  color: #fff;
  font-weight: 700;
}

.dr-brand-card:hover {
  border-color: var(--dr-green);
}

.dr-brand-card strong {
  color: var(--dr-text);
  font-size: 12px;
  line-height: 1.25;
}

.dr-brand-card span {
  color: var(--dr-muted);
  margin-top: 4px;
  font-size: 11px;
}

.dr-brand-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 24px 0 4px;
}

.dr-brand-pagination a,
.dr-brand-pagination span {
  min-width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--dr-border);
  background: #fff;
  color: var(--dr-text);
  font-weight: 700;
}

.dr-brand-pagination .is-current {
  border-color: var(--dr-green);
  background: var(--dr-green);
  color: #fff;
}

.dr-brand-pagination .is-disabled {
  color: #a6b5ad;
  background: #f3f6f4;
}

.dr-ranking-head {
  padding-bottom: 10px;
}

.dr-ranking-top-cards {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 14px;
  margin: 0 0 20px;
}

.dr-ranking-top-card {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  color: #333;
}

.dr-ranking-top-card span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(85, 187, 138, .12);
  color: var(--dr-green);
  font-size: 20px;
}

.dr-ranking-top-card img,
.dr-ranking-tabs img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.dr-ranking-top-card strong {
  font-size: 16px;
}

.dr-ranking-top-card em {
  color: #999;
  font-size: 12px;
  font-style: normal;
}

.dr-ranking-top-card.is-current,
.dr-ranking-top-card:hover {
  border-color: rgba(85, 187, 138, .7);
}

.dr-ranking-tabs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  gap: 12px;
  margin: 0 0 26px;
}

.dr-ranking-tabs a {
  min-height: 72px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  background: #fff;
  color: #444;
  text-align: center;
}

.dr-ranking-tabs span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(85, 187, 138, .12);
  color: var(--dr-green);
}

.dr-ranking-tabs strong {
  font-size: 12px;
  line-height: 1.2;
}

.dr-ranking-tabs a.is-current,
.dr-ranking-tabs a:hover {
  border-color: rgba(85, 187, 138, .75);
  color: var(--dr-green);
}

.dr-ranking-list,
.dr-ranking-brand-list {
  display: grid;
  gap: 14px;
}

.dr-ranking-brand-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dr-ranking-brand-card {
  display: grid;
  grid-template-columns: 42px 76px 1fr 24px;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
}

.dr-ranking-item__num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--dr-green);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.dr-ranking-brand-card:nth-child(1) .dr-ranking-item__num,
.dr-ranking-brand-card:nth-child(2) .dr-ranking-item__num,
.dr-ranking-brand-card:nth-child(3) .dr-ranking-item__num {
  background: #f6b84b;
}

.dr-ranking-brand-card__logo {
  width: 76px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
}

.dr-ranking-brand-card__logo img {
  max-width: 64px;
  max-height: 38px;
  object-fit: contain;
}

.dr-ranking-brand-card__body h2 {
  margin: 0 0 4px;
  font-size: 16px;
}

.dr-ranking-brand-card__country,
.dr-ranking-brand-card__intro {
  margin: 0;
  color: #777;
  font-size: 12px;
}

.dr-ranking-brand-card__intro,
.dr-ranking-brand-card__actions {
  display: none;
}

.dr-ranking-brand-card.is-open .dr-ranking-brand-card__intro,
.dr-ranking-brand-card.is-open .dr-ranking-brand-card__actions {
  display: block;
  margin-top: 8px;
}

.dr-ranking-brand-card__actions .button {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-right: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--dr-green);
  color: #fff;
  font-size: 12px;
}

.dr-ranking-brand-card__actions .button:first-child {
  background: #f5f5f5;
  color: #555;
}

.dr-ranking-brand-card__arrow {
  color: #aaa;
  font-size: 18px;
}

.dr-brand-list-section .dr-section__head,
.dr-brand-products .dr-section__head,
.dr-ranking-products .dr-section__head {
  justify-content: flex-start;
}

.dr-brand-list-section .dr-section__head h2,
.dr-brand-products .dr-section__head h2,
.dr-ranking-products .dr-section__head h2 {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
}

.dr-brand-list-section .dr-section__head h2::before,
.dr-brand-products .dr-section__head h2::before,
.dr-ranking-products .dr-section__head h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: var(--dr-green);
}

.dr-search-page-form {
  height: 44px;
  border-radius: 23px;
  margin-bottom: 24px;
}

.dr-search-main {
  max-width: 940px;
}

.dr-search-panel {
  padding: 28px 0 6px;
}

.dr-search-page-form--primary {
  height: 38px;
  margin-bottom: 28px;
  border-radius: 999px;
}

.dr-search-page-form--primary .dr-search-back {
  display: none;
}

.dr-search-page-form--primary button {
  min-width: 58px;
  color: #666;
  line-height: 1.1;
}

.dr-search-block {
  margin-bottom: 18px;
}

.dr-search-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.dr-search-block__head h2 {
  margin: 0;
  font-size: 18px;
}

.dr-search-block__head button {
  border: 0;
  background: transparent;
  color: #777;
  font-size: 18px;
  cursor: pointer;
}

.dr-search-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 10px;
}

.dr-search-pills a,
.dr-search-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 16px;
  border: 1px solid #d6d6d6;
  border-radius: 999px;
  background: #fff;
  color: #888;
  font-size: 13px;
  font-weight: 600;
}

.dr-search-recent .dr-search-pills a,
.dr-search-recent .dr-search-pills span {
  border-color: #f1f1f1;
  background: #f5f5f5;
}

.dr-search-results {
  padding-top: 18px;
}

.dr-search-results .dr-section__head {
  justify-content: flex-start;
  margin-bottom: 18px;
}

.dr-search-results .dr-section__head h2 {
  position: relative;
  padding-left: 12px;
  font-size: 20px;
}

.dr-search-results .dr-section__head h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: var(--dr-green);
}

.dr-search-empty {
  width: 210px;
  min-height: 34px;
  margin: 70px auto 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 999px;
  color: #999;
  font-weight: 700;
}

.dr-pagination {
  margin: 30px 0;
  text-align: center;
}

.dr-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  margin: 0 3px;
  background: #fff;
  color: #555;
  border-radius: 999px;
}

.dr-pagination .current {
  background: var(--dr-green);
  color: #fff;
}

.dr-footer {
  background: var(--dr-green);
  color: #fff;
}

.dr-footer__inner {
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 88px;
  padding: 28px 0 12px;
}

.dr-footer strong {
  display: block;
  margin-bottom: 14px;
  color: #fff500;
  font-size: 15px;
}

.dr-footer nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 36px;
}

.dr-footer nav a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.dr-footer p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .82);
}

.dr-footer__disclosure {
  max-width: 330px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.dr-footer__copyright {
  margin: 0 !important;
  padding: 0 0 20px;
  text-align: center;
  color: #fff !important;
  font-size: 11px;
}

.dr-mobile-nav,
.dr-mobile-buy {
  display: none;
}

.dr-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  background: rgba(0, 0, 0, .42);
}

.dr-mobile-menu.is-open {
  display: block;
}

.dr-mobile-menu__panel {
  width: min(84vw, 360px);
  height: 100%;
  background: #fff;
  padding: 16px 28px 80px;
  box-shadow: var(--dr-shadow);
  overflow-y: auto;
}

.dr-mobile-menu__head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 42px;
  margin-bottom: 18px;
}

.dr-mobile-menu__close {
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 0;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--dr-green);
  font-size: 32px;
  line-height: 1;
}

.dr-mobile-menu nav {
  display: grid;
  gap: 0;
}

.dr-mobile-menu nav a,
.dr-mobile-menu summary {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid var(--dr-line);
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.dr-mobile-menu summary {
  cursor: pointer;
}

.dr-mobile-menu summary::marker {
  color: var(--dr-green);
}

.dr-mobile-menu details a {
  padding: 10px 0 10px 22px;
  border-bottom: 0;
  color: #666;
  font-size: 15px;
  font-weight: 500;
}

.dr-toast {
  position: fixed;
  z-index: 200;
  left: 50%;
  bottom: 92px;
  transform: translate(-50%, 18px);
  opacity: 0;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  transition: .2s ease;
}

.dr-toast.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (max-width: 1100px) {
  .dr-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dr-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 74px;
  }

  .dr-main {
    padding-bottom: 34px;
  }

  .dr-container {
    width: min(100% - 20px, var(--dr-container));
  }

  .dr-header__inner {
    height: 50px;
    min-height: 50px;
    display: grid;
    grid-template-columns: 112px 1fr 34px;
    gap: 8px;
    padding: 7px 0;
  }

  .dr-logo {
    min-width: 0;
    gap: 3px;
  }

  .dr-logo__mark {
    width: 29px;
    height: 21px;
    border-width: 2px;
    font-size: 13px;
  }

  .dr-logo__mark::before,
  .dr-logo__mark::after {
    width: 4px;
    height: 7px;
    bottom: -8px;
  }

  .dr-logo__mark::before {
    left: 6px;
  }

  .dr-logo__mark::after {
    right: 6px;
  }

  .dr-logo__text strong {
    font-size: 16px;
  }

  .dr-logo__text em {
    font-size: 9px;
  }

  .dr-nav {
    display: none;
  }

  .dr-search {
    width: 100%;
    height: 32px;
    opacity: 1;
    pointer-events: auto;
    border: 1px solid var(--dr-green);
  }

  .dr-search button {
    width: 32px;
    padding: 0;
    color: #999;
    font-size: 15px;
  }

  .dr-search input {
    padding: 0 8px 0 0;
    font-size: 12px;
  }

  .dr-search-main {
    width: min(100% - 20px, var(--dr-container));
  }

  .dr-search-main .dr-breadcrumb {
    display: none;
  }

  .dr-search-panel {
    padding: 0 0 4px;
  }

  .dr-search-page-form--primary {
    width: calc(100% + 20px);
    height: 50px;
    margin: 0 -10px 20px;
    padding: 8px 10px;
    border: 0;
    border-radius: 0;
    background: #fff;
  }

  .dr-search-page-form--primary .dr-search-back {
    display: grid;
    place-items: center;
    width: 28px;
    height: 32px;
    flex: 0 0 28px;
    color: var(--dr-green);
    font-size: 28px;
    line-height: 1;
  }

  .dr-search-page-form--primary input {
    height: 32px;
    border: 1px solid var(--dr-green);
    border-radius: 999px;
    padding: 0 13px;
    font-size: 13px;
  }

  .dr-search-page-form--primary button {
    width: auto;
    min-width: 50px;
    height: 32px;
    margin-left: 8px;
    padding: 0 12px;
    border-radius: 999px;
    background: var(--dr-green);
    color: #fff;
    font-size: 13px;
  }

  .dr-search-block {
    margin-bottom: 16px;
  }

  .dr-search-block__head {
    margin-bottom: 10px;
  }

  .dr-search-block__head h2 {
    font-size: 18px;
  }

  .dr-search-pills {
    gap: 8px;
  }

  .dr-search-pills a,
  .dr-search-pills span {
    min-height: 26px;
    padding: 0 14px;
    font-size: 13px;
  }

  .dr-search-results {
    padding-top: 8px;
  }

  .dr-search-results .dr-section__head {
    margin-bottom: 10px;
  }

  .dr-search-results .dr-section__head h2 {
    font-size: 18px;
  }

  .dr-search-empty {
    width: 224px;
    min-height: 34px;
    margin: 88px auto 180px;
  }

  .dr-search-toggle {
    display: none;
  }

  .dr-menu-button {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--dr-green);
    font-size: 24px;
  }

  .dr-hero__inner {
    min-height: 190px;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0;
  }

  .dr-hero h1 {
    font-size: 32px;
  }

  .dr-hero p {
    font-size: 15px;
  }

  .dr-shortcuts {
    grid-template-columns: repeat(5, 1fr);
    padding: 16px 0;
  }

  .dr-home-shortcuts {
    display: grid;
    border-bottom: 7px solid #f5f5f5;
  }

  .dr-shortcuts span {
    width: 42px;
    height: 42px;
    font-size: 19px;
  }

  .dr-shortcuts strong {
    font-size: 12px;
  }

  .dr-category-strip,
  .dr-category-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 18px;
  }

  .dr-category-strip a,
  .dr-category-grid a {
    min-height: 62px;
    gap: 4px;
    border-radius: 6px;
    font-size: 12px;
  }

  .dr-category-strip span,
  .dr-category-grid span {
    width: 32px;
    height: 32px;
  }

  .dr-category-strip img,
  .dr-category-grid img {
    width: 25px;
    height: 25px;
  }

  .dr-category-pills {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 10px -10px 14px;
    padding: 0 10px 2px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .dr-category-pills::-webkit-scrollbar {
    display: none;
  }

  .dr-category-pills a {
    min-width: max-content;
    min-height: 25px;
    padding: 0 13px;
    font-size: 12px;
  }

  .dr-section {
    padding-top: 18px;
  }

  .dr-page-head {
    padding: 14px 0 12px;
    margin-bottom: 10px;
  }

  .dr-page-head p {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .dr-page-head h1 {
    font-size: 20px;
  }

  .dr-deal-products .dr-section__head {
    margin-bottom: 10px;
  }

  .dr-deal-products .dr-section__head h2 {
    font-size: 18px;
  }

  .dr-breadcrumb {
    min-height: 25px;
    margin-top: 8px;
    padding: 0 8px;
    gap: 5px;
    font-size: 11px;
  }

  .dr-home-banner {
    padding-top: 14px;
  }

  .dr-home-banner img {
    height: 88px;
    object-fit: cover;
    object-position: center;
  }

  .dr-home-products {
    padding-top: 0;
  }

  .dr-home-products .dr-section__head {
    display: none;
  }

  .dr-product-grid {
    grid-template-columns: 1fr;
    gap: 0;
    background: #fff;
  }

  .dr-load-more-wrap {
    margin: 22px 0 0;
  }

  .dr-load-more {
    min-width: 128px;
    min-height: 26px;
  }

  .dr-blog-page {
    max-width: none;
  }

  .dr-blog-list-section {
    padding-top: 18px;
  }

  .dr-blog-list-section .dr-section__head {
    margin-bottom: 8px;
  }

  .dr-blog-list-section .dr-section__head h2 {
    font-size: 18px;
  }

  .dr-blog-pills {
    margin-bottom: 18px;
  }

  .dr-article-grid {
    display: block;
    background: #fff;
  }

  .dr-article-card {
    grid-template-columns: 100px minmax(0, 1fr);
    min-height: 92px;
    gap: 10px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
  }

  .dr-article-card__media {
    width: 100px;
    height: 70px;
    border-radius: 3px;
  }

  .dr-article-card__media img {
    min-height: 70px;
  }

  .dr-article-card h2 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.35;
  }

  .dr-article-card__excerpt {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 1.45;
  }

  .dr-article-card__more {
    margin: 0 0 5px;
    font-size: 12px;
  }

  .dr-article-card__meta {
    gap: 8px;
    font-size: 12px;
  }

  .dr-blog-detail-page {
    max-width: none;
  }

  .dr-blog-detail {
    padding: 12px 0 28px;
  }

  .dr-blog-detail__head {
    margin-bottom: 16px;
    padding-bottom: 14px;
  }

  .dr-blog-detail__head h1 {
    font-size: 22px;
  }

  .dr-blog-content {
    font-size: 14px;
    line-height: 1.7;
  }

  .dr-blog-content h2 {
    font-size: 19px;
  }

  .dr-blog-content h3 {
    font-size: 16px;
  }

  .dr-user-icon {
    display: none;
  }

  .dr-mobile-menu {
    background: rgba(0, 0, 0, .35);
  }

  .dr-mobile-menu__panel {
    width: min(84vw, 340px);
    padding: 14px 30px 90px;
  }

  .dr-mobile-menu__head {
    min-height: 42px;
    margin-bottom: 14px;
  }

  .dr-mobile-menu__close {
    font-size: 30px;
  }

  .dr-mobile-menu nav a,
  .dr-mobile-menu summary {
    padding: 16px 0;
    font-size: 16px;
  }

  .dr-mobile-menu details a {
    padding: 10px 0 10px 22px;
    font-size: 15px;
  }

  .dr-product-card {
    grid-template-columns: 114px 1fr;
    min-height: 116px;
    padding: 18px 0;
    border: 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
  }

  .dr-product-card__media {
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0;
  }

  .dr-product-card__media img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }

  .dr-related-strip {
    grid-auto-columns: 100%;
  }

  .dr-product-card__body {
    padding: 0 6px 0 12px;
    justify-content: space-between;
  }

  .dr-product-card h2 {
    font-size: 14px;
    line-height: 1.3;
    height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dr-product-card__price {
    margin-top: 3px;
    margin-bottom: 5px;
    gap: 4px;
  }

  .dr-product-card__price strong {
    font-size: 14px;
  }

  .dr-product-card__price span,
  .dr-product-card__price em {
    font-size: 12px;
  }

  .dr-product-card__tags {
    min-height: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    gap: 4px;
  }

  .dr-product-card__tags span {
    min-height: 18px;
    padding: 0 4px;
    font-size: 12px;
  }

  .dr-product-card__meta {
    font-size: 12px;
    margin-top: auto;
    white-space: nowrap;
  }

  .dr-product-detail {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .dr-product-detail__media {
    min-height: 230px;
    padding: 10px;
  }

  .dr-product-detail__media img {
    width: 210px;
    height: 210px;
    object-fit: contain;
  }

  .dr-product-detail__content {
    padding: 0;
    background: transparent;
  }

  .dr-product-detail__content h1 {
    font-size: 16px;
    margin: 8px 0 12px;
  }

  .dr-detail-price strong {
    font-size: 24px;
  }

  .dr-detail-price {
    gap: 6px;
    margin-bottom: 9px;
  }

  .dr-detail-tags {
    margin-bottom: 14px;
  }

  .dr-detail-tags span {
    font-size: 14px;
  }

  .dr-detail-icon-actions {
    margin-bottom: 14px;
    gap: 16px;
    align-items: center;
  }

  .dr-detail-icon-actions button {
    width: auto;
    min-width: 0;
    height: 26px;
    padding: 0;
    border: 0;
    color: #aaa;
  }

  .dr-detail-icon-actions button:first-child {
    color: var(--dr-green);
  }

  .dr-detail-time {
    margin-left: auto;
    font-size: 13px;
  }

  .dr-coupon-copy {
    display: none;
  }

  .dr-coupon-copy--inline {
    display: inline-flex;
    width: auto;
    min-width: 132px;
    min-height: 26px;
    margin: 0 0 0 auto;
    padding: 3px 10px;
    font-size: 12px;
    border: 1px solid var(--dr-green);
    border-radius: 999px;
    background: #fff;
    color: var(--dr-text);
  }

  .dr-coupon-copy--inline strong,
  .dr-coupon-copy--inline span,
  .dr-coupon-copy--inline em {
    font-size: 12px;
  }

  .dr-tutorial-link {
    width: 100%;
    height: 34px;
    margin-bottom: 14px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    justify-content: flex-start;
  }

  .dr-buy-button {
    width: 100%;
    height: 34px;
    font-size: 16px;
  }

  .dr-detail-actions {
    grid-template-columns: 1fr;
  }

  .dr-info-panel {
    width: min(100% - 20px, 940px);
    padding: 16px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.7;
  }

  .dr-product-copy {
    padding-top: 14px;
    padding-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background: #f5f5f5;
  }

  .dr-brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding-bottom: 24px;
  }

  .dr-brand-card {
    min-height: 68px;
    padding: 8px 5px;
  }

  .dr-brand-card img {
    height: 32px;
    max-height: 32px;
    margin-bottom: 5px;
  }

  .dr-brand-card strong {
    font-size: 11px;
  }

  .dr-brand-card span {
    font-size: 10px;
  }

  .dr-brand-search {
    max-width: none;
    height: 32px;
    margin-bottom: 14px;
  }

  .dr-brand-search input {
    font-size: 12px;
  }

  .dr-brand-search button {
    min-width: 52px;
    font-size: 12px;
  }

  .dr-brand-profile {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: center;
    margin-top: 14px;
  }

  .dr-brand-profile__logo {
    width: min(100%, 220px);
    min-height: 118px;
    margin: 0 auto;
    padding: 18px;
  }

  .dr-brand-profile__logo img {
    max-height: 82px;
  }

  .dr-brand-profile__body h1 {
    font-size: 24px;
  }

  .dr-brand-profile__button {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .dr-brand-description {
    padding: 14px;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .dr-ranking-top-cards {
    grid-template-columns: 1.25fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
  }

  .dr-ranking-top-card {
    min-height: 86px;
    padding: 12px;
  }

  .dr-ranking-top-card strong {
    font-size: 13px;
  }

  .dr-ranking-top-card em {
    font-size: 10px;
  }

  .dr-ranking-top-card span {
    width: 30px;
    height: 30px;
  }

  .dr-ranking-tabs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 18px;
  }

  .dr-ranking-tabs a {
    min-height: 58px;
    border-radius: 6px;
  }

  .dr-ranking-tabs span {
    width: 28px;
    height: 28px;
  }

  .dr-ranking-tabs strong {
    font-size: 10px;
  }

  .dr-ranking-brand-list {
    grid-template-columns: 1fr;
  }

  .dr-ranking-brand-card {
    grid-template-columns: 34px 66px 1fr 18px;
    gap: 9px;
    padding: 11px;
  }

  .dr-ranking-brand-card__logo {
    width: 66px;
    height: 48px;
  }

  .dr-ranking-brand-card__logo img {
    max-width: 56px;
    max-height: 34px;
  }

  .dr-ranking-brand-card__body h2 {
    font-size: 14px;
  }

  .dr-brand-list-section .dr-section__head h2,
  .dr-brand-products .dr-section__head h2,
  .dr-ranking-products .dr-section__head h2 {
    font-size: 18px;
  }

  .dr-footer__inner {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: stretch;
    gap: 20px;
    padding: 24px 10px 16px;
    background: #fff;
    color: #222;
  }

  .dr-footer {
    background: #fff;
    color: #222;
  }

  .dr-footer strong {
    font-size: 15px;
    margin-bottom: 12px;
    color: var(--dr-green);
  }

  .dr-footer nav {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dr-footer nav a {
    font-size: 13px;
    color: #222;
  }

  .dr-footer p {
    color: #555;
  }

  .dr-footer__disclosure {
    grid-column: 1 / -1;
    max-width: none;
    background: #fff;
    color: #333;
    border-color: #d6d6d6;
    border-radius: 10px;
    font-size: 12px;
  }

  .dr-footer__copyright {
    padding: 0 10px 22px;
    color: #777 !important;
    font-size: 11px;
  }

  .dr-ranking-item {
    grid-template-columns: 36px 1fr;
    gap: 8px;
  }

  .dr-ranking-item__num {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .dr-mobile-nav {
    position: fixed;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    height: 68px;
    display: grid;
    grid-template-columns: repeat(var(--dr-mobile-nav-count, 4), 1fr);
    background: #fff;
    border-top: 1px solid var(--dr-line);
  }

  .dr-mobile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #666;
  }

  .dr-mobile-nav span {
    color: var(--dr-green);
    font-size: 20px;
    line-height: 1;
  }

  .dr-mobile-nav span img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
  }

  .dr-mobile-nav em {
    font-style: normal;
    font-size: 12px;
  }

  .dr-footer__inner {
    min-height: 150px;
    padding-bottom: 70px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

/* P4-final batch 1 refinements */
.dr-mobile-menu summary {
  position: relative;
  list-style: none;
}

.dr-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.dr-mobile-menu summary::after {
  content: '+';
  position: absolute;
  right: 0;
  color: var(--dr-green);
  font-weight: 400;
}

.dr-mobile-menu details[open] summary::after {
  content: '-';
}

.dr-search-hot .dr-search-pills a,
.dr-search-hot .dr-search-pills span {
  border-color: var(--dr-green);
  color: var(--dr-green);
  background: #fff;
  font-weight: 400;
}

.dr-search-recent .dr-search-pills a,
.dr-search-recent .dr-search-pills span {
  border-color: var(--dr-green);
  background: var(--dr-green);
  color: #fff;
  font-weight: 400;
}

.dr-featured-trophy {
  left: 0;
  top: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

.dr-featured-trophy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dr-product-card__badge {
  display: none !important;
}

.dr-recommend-head {
  display: block;
  text-align: center;
}

.dr-recommend-head > p:first-child {
  display: none;
}

.dr-recommend-head h1 {
  color: var(--dr-green);
}

.dr-recommend-description {
  margin: 10px auto 0;
  max-width: 620px;
  color: #222 !important;
  font-weight: 400 !important;
}

.dr-brand-page-head,
.dr-deal-archive__head {
  display: none;
}

.dr-brands-page > .dr-category-grid,
.dr-deal-archive > .dr-category-grid {
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-template-rows: repeat(2, auto);
  grid-auto-columns: calc((100% - 36px) / 4);
  justify-content: start;
  overflow-x: auto;
  padding: 2px 0 10px;
  scroll-snap-type: x proximity;
}

.dr-brands-page > .dr-category-grid a,
.dr-deal-archive > .dr-category-grid a {
  min-height: 66px;
  border: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
}

.dr-brands-page > .dr-category-grid a:hover,
.dr-deal-archive > .dr-category-grid a:hover {
  box-shadow: none;
}

.dr-brands-page > .dr-category-grid span,
.dr-deal-archive > .dr-category-grid span {
  width: 45px;
  height: 45px;
  border-radius: 0;
  background: transparent;
}

.dr-brands-page > .dr-category-grid img,
.dr-deal-archive > .dr-category-grid img {
  width: 45px;
  height: 45px;
}

.dr-brand-profile {
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.dr-brand-profile__logo {
  min-height: 112px;
  padding: 16px;
}

.dr-brand-profile__logo img {
  max-height: 78px;
}

.dr-brand-profile__body h1 {
  margin: 0 0 8px;
  font-size: 26px;
}

.dr-brand-profile__country {
  margin: 0;
  color: var(--dr-green);
  font-weight: 700;
}

@media (max-width: 768px) {
  .dr-shortcuts span {
    width: 43px;
    height: 43px;
    border-radius: 0;
    background: transparent;
  }

  .dr-shortcuts span img {
    width: 43px;
    height: 43px;
  }

  .dr-mobile-nav {
    height: 70px;
  }

  .dr-mobile-nav span {
    font-size: 30px;
  }

  .dr-mobile-nav span img {
    width: 30px;
    height: 30px;
  }

  .dr-mobile-nav em {
    font-size: 14px;
  }

  .dr-footer__copyright {
    margin: 30px 0 0 !important;
  }

  .dr-brands-page > .dr-category-grid,
  .dr-deal-archive > .dr-category-grid {
    gap: 8px 12px;
    grid-auto-columns: calc((100% - 36px) / 4);
    margin-bottom: 14px;
  }

  .dr-brand-profile {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    text-align: left;
  }

  .dr-brand-profile__logo {
    width: 96px;
    min-height: 76px;
    margin: 0;
    padding: 10px;
  }

  .dr-brand-profile__logo img {
    max-height: 54px;
  }

  .dr-brand-profile__body h1 {
    font-size: 18px;
  }

  .dr-brand-profile__button {
    width: 160px;
    margin-left: 0;
    margin-right: 0;
  }
}

/* P4-final batch 2 refinements */
.dr-logo__img {
  display: block;
  width: auto;
  max-width: 145px;
  max-height: 48px;
  object-fit: contain;
}

.dr-logo__img--mobile {
  display: none;
}

.dr-nav__list a {
  font-size: 16px;
}

.dr-nav__list a[href*="/member"],
.dr-user-icon {
  display: none !important;
}

.dr-blog-head,
.dr-ranking-head {
  display: none !important;
}

.dr-blog-page--category .dr-blog-list-section > .dr-section__head {
  display: none;
}

.dr-blog-page > .dr-category-grid {
  grid-auto-flow: column;
  grid-template-columns: none;
  grid-template-rows: repeat(2, auto);
  grid-auto-columns: calc((100% - 36px) / 4);
  justify-content: start;
  overflow-x: auto;
  padding: 2px 0 10px;
  scroll-snap-type: x proximity;
}

.dr-blog-page > .dr-category-grid a {
  min-height: 66px;
  border: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
}

.dr-blog-page > .dr-category-grid a:hover {
  box-shadow: none;
}

.dr-blog-page > .dr-category-grid span {
  width: 45px;
  height: 45px;
  border-radius: 0;
  background: transparent;
}

.dr-blog-page > .dr-category-grid img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.dr-ranking-home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 22px;
  margin: 8px 0 28px;
}

.dr-ranking-home-item {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-height: 68px;
  color: #333;
  text-align: center;
}

.dr-ranking-home-item span {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--dr-green);
}

.dr-ranking-home-item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.dr-ranking-home-item strong {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.dr-ranking-default-icon {
  font-size: 26px;
  color: var(--dr-green);
}

.dr-ranking-pills {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 8px;
  margin: 15px 0;
  overflow-x: auto;
  padding-bottom: 6px;
  white-space: nowrap;
}

.dr-ranking-pills a {
  min-height: 25px !important;
  height: 25px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid #ddd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #555 !important;
}

.dr-ranking-pills a.is-current,
.dr-ranking-pills a:hover {
  border-color: var(--dr-green) !important;
  color: var(--dr-green) !important;
}

.dr-ranking-pills span {
  width: 15px !important;
  height: 15px !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.dr-ranking-pills img {
  width: 15px !important;
  height: 15px !important;
  object-fit: contain;
}

.dr-ranking-pills strong {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1;
}

/* P4-final batch 3 refinements */
.dr-featured-trophy,
.dr-featured-trophy--card,
.dr-featured-trophy--detail {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--dr-green);
}

.dr-featured-trophy--card {
  left: 0;
  top: 0;
}

.dr-featured-trophy--detail {
  left: 0;
  top: 0;
}

.dr-detail-hot {
  display: none !important;
}

.dr-detail-icon-actions .dr-like-button {
  gap: 4px;
  border: 0;
  background: transparent;
  color: #aaa;
}

.dr-detail-icon-actions .dr-like-button.is-liked {
  background: transparent;
  color: var(--dr-green);
}

.dr-like-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

.dr-like-button.is-liked .dr-like-icon {
  color: var(--dr-green);
}

.dr-like-button.has-custom-like-icon .dr-like-icon {
  background: currentColor;
  mask: var(--dr-like-icon) center / contain no-repeat;
  -webkit-mask: var(--dr-like-icon) center / contain no-repeat;
}

.dr-like-count {
  color: inherit;
}

.dr-info-panel#drRelatedProducts h2 {
  margin: 0 0 14px;
  font-size: 18px;
  color: #222;
}

.dr-related-item .dr-product-card h2 {
  font-size: 14px;
  color: #111;
}

@media (max-width: 768px) {
  .dr-footer__copyright {
    margin-top: 30px !important;
  }

  .dr-coupon-copy--inline {
    margin-left: 0;
  }

  .dr-detail-icon-actions .dr-coupon-copy--inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border: 1px solid var(--dr-green);
    border-radius: 999px;
    background: #fff;
    color: var(--dr-green);
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
  }

  .dr-tutorial-link {
    height: auto;
    margin-bottom: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }

  .dr-related-strip {
    grid-auto-columns: 100%;
    gap: 0;
  }

  .dr-related-item .dr-product-card__media {
    margin-left: 0;
  }

  .dr-related-item .dr-product-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    white-space: nowrap;
    flex-wrap: nowrap;
    font-size: 11px;
  }

  .dr-related-item .dr-product-card__meta span {
    min-width: 0;
    white-space: nowrap;
  }

  .dr-related-item .dr-product-card__meta span:last-child {
    max-width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.dr-ranking-brand-card__intro {
  display: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dr-ranking-brand-card.is-open .dr-ranking-brand-card__intro {
  display: -webkit-box;
}

@media (max-width: 768px) {
  .dr-logo__img {
    max-width: 102px;
    max-height: 42px;
  }

  .dr-logo__img--desktop:not(:only-child) {
    display: none;
  }

  .dr-logo__img--mobile {
    display: block;
  }

  .dr-blog-page > .dr-category-grid {
    gap: 8px 12px;
    grid-auto-columns: calc((100% - 36px) / 4);
    margin-bottom: 14px;
  }

  .dr-ranking-home-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 8px;
    margin-bottom: 22px;
  }

  .dr-ranking-home-item strong {
    font-size: 12px;
  }

  .dr-ranking-pills {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Launch polish: fixed Amazon content, balanced product cards, and detail action row. */
.dr-product-fixed-content p {
  margin: 0 0 12px;
  line-height: 1.7;
}

.dr-product-fixed-content p:last-child {
  margin-bottom: 0;
}

.dr-product-fixed-content a {
  color: #0057ff;
  text-decoration: underline;
}

.dr-product-card__body {
  height: 192px;
  min-height: 192px;
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dr-product-card__title,
.dr-product-card__price,
.dr-product-card__tags,
.dr-product-card__meta {
  margin: 0;
  padding: 0;
}

.dr-product-card__title,
.dr-product-card__title a,
.dr-product-card h2,
.dr-product-card h2 a {
  display: block;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dr-product-card__title a:hover,
.dr-product-card h2 a:hover {
  color: #222;
  text-decoration: none;
}

.dr-product-card__price {
  min-height: 24px;
  line-height: 1.25;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
}

.dr-product-card__tags {
  height: 22px;
  min-height: 22px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
}

.dr-product-card__tags span {
  flex: 0 0 auto;
}

.dr-product-card__meta {
  height: 18px;
  min-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}

.dr-product-card__meta > * {
  min-width: 0;
  white-space: nowrap;
}

.dr-product-card__meta time {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.single-dealsrain_product .dr-related-item .dr-product-card__title,
.single-dealsrain_product .dr-related-item .dr-product-card__title a,
.single-dealsrain_product .dr-related-item .dr-product-card h2,
.single-dealsrain_product .dr-related-item .dr-product-card h2 a,
.single-dealsrain_product .related-products .dr-product-card__title,
.single-dealsrain_product .related-products .dr-product-card__title a,
.single-dealsrain_product .guess-you-like .dr-product-card__title,
.single-dealsrain_product .guess-you-like .dr-product-card__title a {
  font-size: 14px;
  line-height: 1.35;
  color: #222;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-dealsrain_product .dr-related-item .dr-product-card__title a:hover,
.single-dealsrain_product .dr-related-item .dr-product-card h2 a:hover,
.single-dealsrain_product .related-products .dr-product-card__title a:hover,
.single-dealsrain_product .guess-you-like .dr-product-card__title a:hover {
  color: #222;
  text-decoration: none;
}

.dr-detail-icon-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.dr-detail-icon-actions .dr-detail-action-link,
.dr-detail-icon-actions .dr-like-button {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  box-shadow: none;
}

.dr-detail-icon-actions .dr-detail-action-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex: 0 0 auto;
}

.dr-detail-icon-actions .dr-like-icon {
  width: 14px;
  height: 14px;
  color: #aaa;
}

.dr-detail-icon-actions .dr-like-button.is-liked {
  background: transparent;
  color: var(--dr-green);
}

.dr-detail-icon-actions .dr-like-button.is-liked .dr-like-icon {
  color: var(--dr-green);
}

.dr-detail-icon-actions .dr-coupon-copy--inline {
  margin-left: auto;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid var(--dr-green);
  border-radius: 999px;
  background: #fff;
  color: var(--dr-green);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .dr-product-card__body {
    height: 100px;
    min-height: 100px;
    padding: 0 6px 0 12px;
  }

  .dr-product-card__price {
    min-height: 18px;
  }

  .dr-product-card__tags {
    height: 20px;
    min-height: 20px;
  }

  .dr-product-card__meta {
    height: 18px;
    min-height: 18px;
    font-size: 12px;
  }

  .dr-detail-icon-actions {
    gap: 14px;
  }
}
