:root {
  --brand-primary: #c72828;
  --brand-primary-deep: #8f1e1d;
  --brand-dark: #170f11;
  --brand-dark-soft: #241517;
  --brand-light: #fffaf7;
  --brand-light-tint: #f7efeb;
  --brand-accent: #e4bb76;
  --brand-heading: #27171a;
  --brand-text: #5f4c4d;
  --brand-muted: #8c7677;
  --brand-border: #e8d6d0;
  --brand-shadow: rgba(67, 25, 25, 0.14);
  --brand-shadow-strong: rgba(54, 16, 16, 0.2);
  --brand-glow: rgba(199, 40, 40, 0.18);
  --brand-highlight: rgba(228, 187, 118, 0.18);
}

html {
  scroll-behavior: smooth;
}

body {
  background: linear-gradient(180deg, #fffaf7 0%, #f6eeea 100%);
  color: var(--brand-text);
}

body,
p,
li,
.trimology-text,
.trimology-section-subtitle,
.trimology-reviews-subtitle,
.advantages-intro,
.advantage-text,
.review-text,
.customer-location,
.disclaimer-text,
.sticky-cta-subtitle,
.quick-links-list li a,
.trimology-faq-text,
.trimology-hero-description,
.trimology-hero-feature-item,
.trimology-hero-trust-indicators,
.trimology-proven-section .trimology-text {
  color: var(--brand-text);
}

a {
  color: var(--brand-primary-deep);
}

a:hover,
a:focus {
  color: var(--brand-primary);
}

.trimology-section-title,
.trimology-reviews-title,
.advantages-title,
.pricing-main-title,
.pricing-subtitle,
.review-title,
.item-title,
.trimology-subheadings,
.advantage-title,
.badge-title,
.quick-links-title,
.trimology-faq-title-edit,
.trimology-proven-section h4,
.footer-link,
.sticky-cta-title,
.package-quantity,
.package-supply,
.price-amount,
.discounted-total,
.trimology-caption,
.customer-name,
.stat-value,
.reviews-cta-title,
.trimology-hero-title-main,
.trimology-hero-title-sub {
  color: var(--brand-heading);
}

.title-highlight,
.trimology-hero-title-main,
.price-amount,
.discounted-total,
.card-value,
.badge-value,
.trimology-caption,
.footer-link:hover,
.footer-link:focus,
.reviews-badge,
.quote-icon,
.trimology-benefits-content .trimology-counter-container ul li::before,
.trimology-faqs-section .trimology-iconfont,
.trimology-proven-section .trimology-iconfont,
.trimology-hero-feature-item .feature-icon,
.trimology-hero-badge,
.trimology-hero-trust-indicators .trust-item:last-child,
.trimology-hero-description strong,
.trimology-text strong,
.quick-links-list li a:hover,
.quick-links-list li a:focus {
  color: var(--brand-primary) !important;
}

.trimology-menu-section .trimology-navbar {
  background: rgba(23, 15, 17, 0.94) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
}

.trimology-menu-section .dropdown-menu,
.trimology-menu-section .trimology-navbar.opened,
.trimology-menu-section .iconfont-wrapper,
.nav-dropdown-sm .link:focus,
.nav-dropdown-sm .link:hover,
.nav-dropdown-sm .dropdown-item:focus,
.nav-dropdown-sm .dropdown-item:hover {
  background: var(--brand-dark) !important;
  color: #f8ece8 !important;
}

.trimology-navbar .nav-link,
.trimology-navbar .dropdown-item,
.trimology-navbar .trimology-caption,
.trimology-navbar-toggler {
  color: #f8ece8 !important;
}

.trimology-navbar .nav-link:hover,
.trimology-navbar .nav-link:focus,
.trimology-navbar .trimology-caption:hover,
.trimology-navbar .trimology-caption:focus {
  color: var(--brand-accent) !important;
}

.trimology-hamburger span {
  background: #f8ece8 !important;
}

.btn.btn-warning,
.trimology-hero-btn-primary,
.reviews-cta-button,
.btn-advantages-cta,
.btn-sticky-cta {
  background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-primary-deep) 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 14px 30px var(--brand-glow) !important;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.trimology-hero-btn-primary:hover,
.trimology-hero-btn-primary:focus,
.reviews-cta-button:hover,
.reviews-cta-button:focus,
.btn-advantages-cta:hover,
.btn-advantages-cta:focus,
.btn-sticky-cta:hover,
.btn-sticky-cta:focus {
  background: linear-gradient(135deg, #d63333 0%, #971f1f 100%) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(199, 40, 40, 0.26) !important;
}

.trimology-hero-section {
  background: linear-gradient(135deg, #170f11 0%, #251316 46%, #3a1716 100%) !important;
}

.trimology-hero-gradient {
  background: radial-gradient(circle, rgba(199, 40, 40, 0.22) 0%, transparent 68%) !important;
}

.trimology-hero-pattern {
  background-image: radial-gradient(circle at 20% 30%, rgba(228, 187, 118, 0.14) 0, transparent 40%), radial-gradient(circle at 80% 70%, rgba(199, 40, 40, 0.11) 0, transparent 45%) !important;
}

.trimology-hero-title-main,
.trimology-hero-title-sub,
.trimology-hero-description,
.trimology-hero-feature-item,
.trimology-hero-trust-indicators,
.trimology-hero-trust-indicators span,
.trimology-hero-btn-primary,
.trimology-hero-btn-primary .btn-text,
.trimology-hero-btn-primary .btn-arrow,
.trimology-hero-badge {
  color: #fffaf7 !important;
}

.trimology-hero-title-main {
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.trimology-hero-title-sub {
  color: #f2ddd7 !important;
}

.trimology-hero-description strong {
  color: var(--brand-accent) !important;
}

.trimology-hero-badge {
  background: rgba(228, 187, 118, 0.12) !important;
  border: 1px solid rgba(228, 187, 118, 0.22) !important;
  color: var(--brand-accent) !important;
}

.trimology-hero-feature-item,
.trimology-hero-trust-indicators .trust-item,
.trimology-floating-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18) !important;
}

.trimology-hero-features {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px !important;
  margin-bottom: 36px;
}

.trimology-hero-feature-item {
  display: inline-flex;
  align-items: center;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  gap: 10px !important;
  justify-content: flex-start;
}

.trimology-hero-feature-item .feature-icon {
  width: 32px !important;
  height: 32px !important;
  padding: 7px;
  border-radius: 999px;
  background: rgba(228, 187, 118, 0.14) !important;
  color: var(--brand-accent) !important;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(228, 187, 118, 0.2);
}

.card-label,
.trimology-hero-trust-indicators .trust-item span,
.trimology-hero-feature-item span {
  color: #ead5cf !important;
}

.trimology-hero-feature-item span {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.card-value,
.trimology-hero-feature-item .feature-icon,
.trimology-hero-trust-indicators .trust-item:last-child svg path,
.verified-badge svg path,
.trust-badge-item svg path,
.advantage-icon svg circle {
  fill: var(--brand-primary) !important;
}

.trimology-hero-image-glow {
  background: radial-gradient(circle, rgba(199, 40, 40, 0.24) 0%, rgba(228, 187, 118, 0.12) 38%, transparent 72%) !important;
}

.trimology-reviews-section,
.trimology-moneyback-guarantee-section,
.trimology-section#what-is-sugarmute,
.trimology-section#sugarmute-bonuses,
.trimology-section#sugarmute-references,
.trimology-section#contact-sugarmute,
.trimology-section#sugarmute-404,
.trimology-section#sugarmute-tracking,
.trimology-section#sugarmute-privacy-policy,
.trimology-section#sugarmute-refund,
.trimology-section#sugarmute-terms {
  background: linear-gradient(180deg, var(--brand-light) 0%, var(--brand-light-tint) 100%) !important;
}

.trimology-choose-title,
.trimology-what-is-section,
.trimology-special-deal-section,
.trimology-benefits-section,
.trimology-quick-links-section,
.sticky-footer-cta,
.trimology-menu-section .trimology-navbar,
.trimology-menu-section .trimology-navbar.opened {
  background: linear-gradient(135deg, #170f11 0%, #27171a 100%) !important;
}

.trimology-item-wrap,
.review-card-inner,
.pricing-card,
.trust-badge-item,
.advantages-image-wrapper,
.advantages-conclusion,
.trimology-counter-container,
.content9 .trimology-counter-container,
.content8 .trimology-counter-container,
.trimology-what-is-content .trimology-counter-container,
.trimology-faqs-section .card,
.trimology-what-is-content,
.trimology-ingredients-content .trimology-counter-container,
.trimology-benefits-content .trimology-counter-container,
.trimology-proven-section .item {
  background: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid var(--brand-border) !important;
  box-shadow: 0 18px 42px var(--brand-shadow) !important;
}

.trust-badges-section {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px !important;
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 0 10px !important;
}

.trust-badge-item {
  position: relative;
  align-items: center !important;
  gap: 14px !important;
  padding: 22px 20px !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, #fffdfb 0%, #fff5f0 100%) !important;
  border: 1px solid rgba(199, 40, 40, 0.12) !important;
  box-shadow: 0 16px 30px rgba(61, 21, 21, 0.1) !important;
  overflow: hidden;
}

.trust-badge-item::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
}

.trust-badge-item svg {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 14px;
  background: rgba(199, 40, 40, 0.08);
  box-shadow: inset 0 0 0 1px rgba(199, 40, 40, 0.12);
}

.trust-badge-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.badge-title {
  color: var(--brand-heading) !important;
  font-size: 1.06rem !important;
  line-height: 1.3;
}

.badge-subtitle {
  color: var(--brand-text) !important;
  font-size: 0.92rem !important;
  line-height: 1.45;
}

.trimology-counter-container,
.trimology-proven-section .item,
.trimology-faqs-section .card,
.trimology-what-is-content {
  border-radius: 24px;
}

.trimology-reviews-section .reviews-badge,
.reviews-cta-content,
.natural-badge,
.verified-badge,
.trimology-text-wrap > span:first-child {
  background: linear-gradient(135deg, rgba(199, 40, 40, 0.12) 0%, rgba(143, 30, 29, 0.18) 100%) !important;
  color: var(--brand-primary-deep) !important;
  border: 1px solid rgba(199, 40, 40, 0.18) !important;
}

.reviews-cta-content,
.natural-badge,
.verified-badge {
  box-shadow: 0 18px 34px rgba(44, 16, 16, 0.08) !important;
}

.reviews-cta-title,
.reviews-cta-text,
.natural-badge .badge-label,
.natural-badge .badge-value,
.verified-badge,
.reviews-badge span {
  color: var(--brand-primary-deep) !important;
}

.trimology-pricing-section {
  background: linear-gradient(180deg, #f8f0ed 0%, #fffaf7 100%) !important;
}

.pricing-header {
  background: linear-gradient(135deg, #7e1718 0%, #c72828 55%, #8f1e1d 100%) !important;
}

.pricing-header::before {
  background: #541415 !important;
}

.pricing-main-title,
.pricing-subtitle,
.package-header,
.package-header-best,
.package-quantity,
.package-supply {
  color: #fffaf7 !important;
}

.package-header,
.package-header-best {
  background: linear-gradient(135deg, #241517 0%, #3a1716 100%) !important;
}

.pricing-card {
  background: linear-gradient(180deg, #fffefd 0%, #fff6f2 100%) !important;
  border-color: var(--brand-border) !important;
}

.pricing-card:hover {
  border-color: rgba(199, 40, 40, 0.34) !important;
  box-shadow: 0 24px 48px rgba(61, 21, 21, 0.18) !important;
}

.best-value-card {
  border: 1px solid rgba(228, 187, 118, 0.48) !important;
  box-shadow: 0 26px 60px rgba(71, 30, 21, 0.22) !important;
}

.best-value-ribbon {
  background: linear-gradient(135deg, #e4bb76 0%, #c89b57 100%) !important;
  color: #2b1a13 !important;
  box-shadow: 0 10px 28px rgba(160, 111, 45, 0.28) !important;
}

.title-highlight {
  color: var(--brand-primary) !important;
  background: none !important;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
  background-clip: border-box;
  display: inline;
  box-shadow: inset 0 -0.22em 0 rgba(228, 187, 118, 0.45);
}

.review-card-inner::before,
.quote-icon,
.reviews-badge svg,
.customer-avatar,
.customer-avatar img,
.atc-button-img,
.reviews-cta-content::before,
.reviews-cta-content::after {
  border-color: rgba(199, 40, 40, 0.28) !important;
  color: var(--brand-primary) !important;
}

.review-card-inner::before {
  background: linear-gradient(90deg, var(--brand-primary) 0%, var(--brand-accent) 100%) !important;
}

.customer-avatar {
  border-color: rgba(199, 40, 40, 0.4) !important;
  box-shadow: 0 6px 18px rgba(199, 40, 40, 0.2) !important;
}

.atc-button-img {
  filter: drop-shadow(0 6px 20px rgba(199, 40, 40, 0.22)) !important;
}

.reviews-cta-content::before {
  background: radial-gradient(circle, rgba(199, 40, 40, 0.18) 0, transparent 70%) !important;
}

.reviews-cta-content::after {
  background: radial-gradient(circle, rgba(228, 187, 118, 0.14) 0, transparent 70%) !important;
}

@keyframes badgePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 10px 28px rgba(160, 111, 45, 0.28);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow: 0 14px 34px rgba(160, 111, 45, 0.38);
  }
}

.price-original,
.original-total,
#sugarmute-bonuses span[style*='#999'],
#sugarmute-bonuses span[style*='#999;'],
#sugarmute-references p[style*='#999'] {
  color: var(--brand-muted) !important;
}

.shipping-info,
.bonus-info,
#sugarmute-bonuses .trimology-text-wrap p strong,
.trimology-hero-trust-indicators .trust-item:last-child span {
  color: var(--brand-primary) !important;
}

.bonus-info,
.stat-stars svg,
.trust-item:first-child svg path,
.natural-badge svg path {
  fill: var(--brand-accent) !important;
  color: var(--brand-accent) !important;
}

.total-label,
.price-label,
.stat-label,
.customer-location,
.badge-subtitle,
.conclusion-text,
.footer-copyright p,
.disclaimer-text,
.sticky-cta-subtitle {
  color: var(--brand-muted) !important;
}

.trimology-works-section,
.trimology-benefits-section,
.trimology-special-deal-section,
.trimology-quick-links-section,
.sticky-footer-cta {
  background: linear-gradient(135deg, #170f11 0%, #27171a 100%) !important;
}

.trimology-choose-title .trimology-section-title,
.trimology-what-is-section .trimology-section-title,
.trimology-benefits-section .trimology-section-title,
.trimology-special-deal-section .trimology-section-title,
.trimology-quick-links-section .quick-links-title,
.sticky-cta-title,
.sticky-cta-subtitle {
  color: #fff7f4 !important;
}

.trimology-benefits-section .trimology-section-title,
.trimology-benefits-section .trimology-text,
.trimology-benefits-section li,
.trimology-works-section .trimology-section-title,
.trimology-works-section .trimology-section-subtitle,
.trimology-works-section .trimology-text,
.trimology-works-section p,
.trimology-works-section .trimology-fonts-style,
.trimology-special-deal-section .trimology-section-title,
.trimology-quick-links-section .quick-links-title,
.quick-links-list li a,
.sticky-cta-title,
.sticky-cta-subtitle,
.sticky-footer-cta .btn-sticky-cta {
  color: #fff7f4 !important;
}

.trimology-benefits-content .trimology-counter-container,
.trimology-special-deal-section .trimology-section-title,
.quick-links-wrapper {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

.trimology-works-section .title,
.trimology-benefits-section .title,
.trimology-special-deal-section .title,
.trimology-faqs-section .section-head {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0;
  padding: 0;
  box-shadow: none !important;
}

.trimology-works-section .trimology-section-subtitle {
  color: #ead5cf !important;
}

.trimology-works-section .trimology-section-subtitle.trimology-font-bold {
  color: var(--brand-accent) !important;
}

.trimology-works-section .trimology-section-title,
.trimology-benefits-section .trimology-section-title,
.trimology-special-deal-section .trimology-section-title,
.trimology-faqs-section .section-head .trimology-section-title {
  color: #fffaf7 !important;
}

.trimology-faqs-section .section-head .trimology-section-title {
  color: var(--brand-heading) !important;
}

.trimology-benefits-content .trimology-counter-container ul li::before,
.trimology-proven-section .icon-box,
.sticky-footer-cta {
  background-color: var(--brand-primary) !important;
}

.trimology-benefits-content .trimology-counter-container ul li::before {
  color: #fff !important;
  font-weight: 800;
}

.trimology-benefits-content .trimology-counter-container ul li::before,
.trimology-proven-section .icon-box {
  box-shadow: 0 10px 24px rgba(199, 40, 40, 0.24);
}

.trimology-proven-section,
.trimology-faqs-section {
  background: linear-gradient(180deg, #fffaf7 0%, #f7efeb 100%) !important;
}

.trimology-proven-section .item::before,
.trimology-faqs-section .trimology-iconfont,
.quick-links-list li a:hover,
.quick-links-list li a:focus {
  color: var(--brand-accent) !important;
}

.trimology-proven-section .trimology-text,
.trimology-proven-section h4,
.trimology-faq-text,
.trimology-faq-title-edit,
.trimology-faqs-section h3,
.trimology-works-section .trimology-section-subtitle,
.quick-links-list li a,
.trimology-special-deal-section .trimology-section-title,
.trimology-benefits-section li,
.trimology-benefits-section .trimology-text,
.sticky-cta-title,
.sticky-cta-subtitle {
  text-shadow: none;
}

.trimology-faqs-section .card {
  padding: 0 22px;
}

.trimology-faqs-section .card-header,
.trimology-faqs-section .trimology-faq-body {
  border-bottom: 1px solid var(--brand-border);
}

.text-primary,
a,
a:hover,
.nav-tabs .nav-link.active,
.trimology-faqs-section .trimology-iconfont,
.trimology-proven-section .trimology-iconfont,
.trimology-gallery-filter li.active .btn,
.trimology-menu-section .dropdown-item:hover,
.trimology-menu-section .dropdown-item:focus {
  color: var(--brand-primary) !important;
}

.bg-primary,
.btn-primary,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary-outline.disabled,
.btn-primary-outline:disabled,
.trimology-gallery-filter li.active .btn,
.form-control:hover,
.form-control:focus,
blockquote,
.jq-selectbox li:hover,
.jq-selectbox li.selected,
.jq-number__spin:hover,
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  border-color: var(--brand-primary) !important;
  background-color: var(--brand-primary) !important;
}

.trimology-faqs-section .card:last-child .trimology-faq-body,
.trimology-faqs-section .card:last-child .card-header {
  border-bottom: 0;
}

.trimology-footer-section {
  background: linear-gradient(180deg, #110a0c 0%, #1b1013 100%) !important;
  color: #d6c0b8 !important;
}

.footer-link {
  color: var(--brand-accent) !important;
}

.disclaimer-text strong,
.footer-copyright a {
  color: #f6e4dd !important;
}

.sticky-footer-cta {
  border-top: 2px solid var(--brand-accent) !important;
  box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.24) !important;
}

.sticky-cta-content,
.trimology-hero-content-wrapper,
.pricing-grid,
.trimology-reviews-grid,
.advantages-content-grid,
.quick-links-wrapper {
  position: relative;
  z-index: 1;
}

.trimology-pricing-section::before,
.trimology-reviews-section::before,
.trimology-faqs-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.trimology-pricing-section::before {
  background: radial-gradient(circle at top center, rgba(199, 40, 40, 0.08) 0%, transparent 42%);
}

.trimology-reviews-section::before,
.trimology-faqs-section::before {
  background: radial-gradient(circle at 15% 20%, rgba(228, 187, 118, 0.12) 0%, transparent 32%), radial-gradient(circle at 85% 10%, rgba(199, 40, 40, 0.08) 0%, transparent 28%);
}

.trimology-section#contact-sugarmute .trimology-counter-container,
.trimology-section#sugarmute-404 .trimology-counter-container,
.trimology-section#sugarmute-tracking .trimology-counter-container,
.trimology-section#sugarmute-privacy-policy .trimology-counter-container,
.trimology-section#sugarmute-refund .trimology-counter-container,
.trimology-section#sugarmute-terms .trimology-counter-container {
  padding: 32px;
}

@media (max-width: 768px) {
  .trust-badges-section {
    grid-template-columns: 1fr;
    max-width: 460px;
    padding: 18px 0 0 !important;
  }

  .trust-badge-item {
    padding: 18px 18px 18px 20px !important;
  }

  .trimology-faqs-section .card,
  .trimology-section#contact-sugarmute .trimology-counter-container,
  .trimology-section#sugarmute-404 .trimology-counter-container,
  .trimology-section#sugarmute-tracking .trimology-counter-container,
  .trimology-section#sugarmute-privacy-policy .trimology-counter-container,
  .trimology-section#sugarmute-refund .trimology-counter-container,
  .trimology-section#sugarmute-terms .trimology-counter-container {
    padding: 22px;
  }

  .trimology-navbar .nav-link,
  .trimology-navbar .trimology-caption {
    color: #fff7f4 !important;
  }

  .trimology-works-section .title,
  .trimology-benefits-section .title,
  .trimology-special-deal-section .title,
  .trimology-faqs-section .section-head {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .trimology-hero-features {
    align-items: flex-start;
    gap: 12px !important;
  }

  .trimology-hero-feature-item {
    justify-content: flex-start;
    width: 100%;
  }

  .trust-badge-item {
    flex-direction: row !important;
    text-align: left !important;
  }

  .trimology-hero-feature-item,
  .trimology-hero-trust-indicators .trust-item,
  .trimology-floating-card {
    background: rgba(255, 255, 255, 0.1) !important;
  }

  .trimology-section#contact-sugarmute .trimology-counter-container,
  .trimology-section#sugarmute-404 .trimology-counter-container,
  .trimology-section#sugarmute-tracking .trimology-counter-container,
  .trimology-section#sugarmute-privacy-policy .trimology-counter-container,
  .trimology-section#sugarmute-refund .trimology-counter-container,
  .trimology-section#sugarmute-terms .trimology-counter-container {
    padding: 18px;
  }
}