.content-component > div {
  max-width: 100% !important;
}

.content-component * {
  max-width: 100% !important;
  box-sizing: border-box;
}

.content-component img,
.content-component video,
.content-component iframe {
  width: 100% !important;
  height: auto !important;
}

.content-component table {
  display: block;
  overflow-x: auto;
}

:root {
  --bs-body-color: #555555 !important;
}

video {
  max-width: 100%;
}

picture.ctr-generated {
  display: contents;
}

.component-hidden {
  display: none;
}

.ctr-lazy-image {
  -webkit-transition: opacity 50ms ease-in-out;
  -moz-transition: opacity 50ms ease-in-out;
  -o-transition: opacity 50ms ease-in-out;
  transition: opacity 50ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.ctr-lazy-image.b-loaded {
  opacity: 1;
}

h1 {
  font-size: 2em;
}

ul {
  padding: 0;
  padding-inline-start: 0;
  list-style-position: inside;
}

.ctr_wow_body iframe {
  width: 100%;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 15px !important;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.click-map-container:hover {
  opacity: 1 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700 !important;
  color: #555555 !important;
}

h1 {
  font-size: 36px !important;
}

h3 {
  font-size: 20px !important;
}

h4 {
  font-size: 18px !important;
}

h5 {
  font-size: 16px !important;
}

h6 {
  font-size: 14px !important;
}

h2 {
  font-size: 24px !important;
}

/* Button component style override */
#imc43p {
  background: linear-gradient(135deg, #2768ad 0%, #1e5a99 100%) !important;
  box-shadow: 0 4px 15px rgba(39, 104, 173, 0.4) !important;
  color: #ffffff !important;
}

#imc43p:hover {
  background: linear-gradient(135deg, #1e5a99 0%, #164a85 100%) !important;
  box-shadow: 0 6px 20px rgba(39, 104, 173, 0.6) !important;
  color: #ffffff !important;
}

/* Footer CTA button style override */
#i9iz14 {
  background: linear-gradient(135deg, #2768ad 0%, #1e5a99 100%) !important;
  box-shadow: 0 4px 15px rgba(39, 104, 173, 0.4) !important;
  color: #ffffff !important;
}

#i9iz14:hover {
  background: linear-gradient(135deg, #1e5a99 0%, #164a85 100%) !important;
  box-shadow: 0 6px 20px rgba(39, 104, 173, 0.6) !important;
  color: #ffffff !important;
}

/* Footer promotion module background color */
#ipngph {
  background: #fafafa !important;
}

/* Footer badges area background color */
#ix5u2h {
  background: #b4c8ce5e !important;
}

/* Bottom fixed button container */
#fixedBottomBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px 0;
  z-index: 9997;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}

#fixedBottomBar.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#fixedBottomBar a {
  display: block;
  width: 100%;
  padding: 16px 40px;
  background: linear-gradient(135deg, #2768ad 0%, #1e5a99 100%);
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(39, 104, 173, 0.4);
  transition: all 0.3s ease;
  cursor: pointer;
}

#fixedBottomBar a:hover {
  background: linear-gradient(135deg, #1e5a99 0%, #164a85 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 104, 173, 0.6);
}

/* Add padding to the bottom of the page to avoid content being遮挡 by the fixed button */
body {
  padding-bottom: 80px;
}

/* ========== next style block ========== */

*:focus {
  outline: none;
}

/* ========== next style block ========== */

#iab6sj {
  padding: 0px 10px 30px 10px !important;
}

#inyf9n {
  margin: 0px auto 10px auto !important;
}

a.brand,
a.brand:visited {
  color: #167ac6 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  outline: 0 !important;
}

a.brand:hover,
a.brand:focus {
  color: #23527c !important;
  text-decoration: underline !important;
}

/* Hero title link style */
#iqbm6g a,
#iqbm6g a:visited {
  color: #167ac6 !important;
  text-decoration: none !important;
}

#iqbm6g a:hover,
#iqbm6g a:focus {
  color: #125c96 !important;
  text-decoration: none !important;
}

#i1mpav a,
#i1mpav a:visited {
  color: #167ac6 !important;
  text-decoration: none !important;
}

#i1mpav a:hover,
#i1mpav a:focus {
  color: #125c96 !important;
  text-decoration: none !important;
}

.content-component a,
.content-component a:visited {
  color: #167ac6 !important;
  text-decoration: none !important;
}

.content-component a:hover,
.content-component a:focus {
  color: #125c96 !important;
  text-decoration: none !important;
}

@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 35px 35px;
  }
}

.bar {
  background-color: #44b1f0;
  width: 100%;
  height: 9px;
  -webkit-transition: width 0.8s ease-in-out;
  background-image: -webkit-linear-gradient(
    135deg,
    #1d8ece 25%,
    transparent 25%,
    transparent 50%,
    #1d8ece 50%,
    #1d8ece 75%,
    transparent 75%,
    transparent
  );
  background-size: 35px 35px;
  -webkit-animation: cssProgressActive 2s linear infinite;
}

.swipe-url {
  background-color: #51bd50 !important;
  box-shadow: unset !important;
}

.uppercase {
  text-transform: uppercase;
}

.highlight {
  border-radius: 30px 0 30px 0;
  background-image: linear-gradient(
    to right,
    #ffffff 50%,
    #ffea6f 50%,
    #fef5c3 70%
  ) !important;
}

.percentage {
  background: linear-gradient(180deg, #f04000 0, #dd1e00 100%);
}

@media (max-width: 991px) {
  #iy9tyh {
    display: block !important;
    width: 100%;
    margin-top: 20px;
  }

  #iy9tyh #isc3al {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .hygiene {
    gap: 12px;
  }
}

/* Slider style */
.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide-item {
  min-width: 100%;
  width: 100%;
  flex-shrink: 0;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.slider-dots button {
  width: 40px;
  height: 8px;
  border: none;
  border-radius: 4px;
  background: #ddd;
  cursor: pointer;
  transition: background 0.3s;
}

.slider-dots button.active {
  background: #333;
}

/* Video player style */
.video-player {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  background: #000;
}

.slide-item img,
.slide-item video {
  width: 100%;
  height: auto;
  display: block;
}

/* Star rating - SVG based implementation */
.star-rating-container {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.star-icon {
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.star-rating--lg .star-icon {
  width: 20px !important;
  height: 20px !important;
}

.star-rating--md .star-icon {
  width: 16px !important;
  height: 16px !important;
}

.star-rating--sm .star-icon {
  width: 12px !important;
  height: 12px !important;
}

.star-full {
  fill: #fbbf24 !important;
}

.star-empty {
  fill: #d1d5db !important;
}

.sidebar-rating-stars {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}

.feature-stars {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

/* FAQ accordion styles */
#iuqh9k {
  margin-top: 32px;
}

#i2stvd.faq {
  border-radius: 12px;
  background: #f9fafb;
  padding: 20px 20px 10px;
  border: 1px solid #e5e7eb;
}

#i5y22j.head-faq {
  margin-bottom: 16px;
}

#ivmiad.list-item-faq {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#ivmiad .faq-item {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  overflow: hidden;
  transition:
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

#ivmiad .faq-item.active {
  border-color: #2563eb;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.12);
}

#ivmiad .faq-title {
  margin: 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  background: #f3f4f6;
}

#ivmiad .faq-title:hover {
  background: #e5e7eb;
}

#ivmiad .faq-title .question {
  font-weight: 600;
  color: #2563eb;
  margin-right: 4px;
}

#ivmiad .faq-title-text {
  flex: 1;
  color: #111827;
}

#ivmiad .faq-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #6b7280;
  transition: transform 0.25s ease;
}

#ivmiad .faq-item.active .faq-arrow {
  transform: rotate(180deg);
  color: #2563eb;
}

#ivmiad .faq-content {
  padding: 0 16px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform-origin: top;
  transition:
    max-height 0.3s ease,
    opacity 0.25s ease,
    padding-top 0.3s ease,
    padding-bottom 0.3s ease;
}

#ivmiad .faq-item.active .faq-content {
  padding-top: 10px;
  padding-bottom: 14px;
  max-height: 500px;
  opacity: 1;
}

#ivmiad .faq-content > div {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

/* Hide link hover state */
a.jump-link {
  cursor: pointer;
}

/* CMS text link styles */
.cms-text {
  cursor: pointer;
  color: gray;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.cms-text:hover {
  color: #0056b3;
  text-decoration: underline;
}

.i0v7f3_global .animate-flicker {
  -webkit-animation: flickerAnimation 0s infinite !important;
  -moz-animation: flickerAnimation 0s infinite !important;
  -o-animation: flickerAnimation 0s infinite !important;
  animation: flickerAnimation 0s infinite !important;
}

/* ========== Rich text font unified to Barlow ========== */
/* Override all font styles brought by rich text editor */
* {
  font-family:
    Barlow,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
}

/* Ensure all text elements use Barlow */
body,
p,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
ul,
ol,
td,
th,
label,
input,
textarea,
button,
select,
option {
  font-family:
    Barlow,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif !important;
}

/* SVG stars don't need font-family override since they use SVG */

/* User comment avatar circular style */
#i69ssx {
  border-radius: 50% !important;
  object-fit: cover;
  width: 40px !important;
  height: 40px !important;
}

/* Promotion popup style - pure CSS implementation */
/* Popup backdrop */
.custom-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: none;
}

.custom-modal-backdrop.show {
  display: block;
  opacity: 1;
}

/* Popup container */
#promoModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  padding: 20px;
}

#promoModal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Popup dialog */
#promoModal .modal-dialog {
  max-width: 800px;
  width: 100%;
  margin: auto;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s ease;
}

#promoModal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

#promoModal .modal-content {
  border: none;
  border-radius: 0;
  background: transparent;
  position: relative;
}

#promoModal .promo-content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#promoModal .promo-header {
  background: linear-gradient(135deg, #3077be 0%, #2563a8 100%);
  color: white;
  text-align: center;
  padding: 15px 20px;
  position: relative;
}

#promoModal .promo-header h3 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
}

#promoModal .promo-header .icon-clock {
  width: 24px;
  height: 24px;
}

#promoModal .btn-close-custom {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#promoModal .btn-close-custom:hover {
  opacity: 0.8;
}

#promoModal .promo-body {
  display: flex;
  padding: 0;
}

#promoModal .promo-image {
  flex: 0 0 45%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

#promoModal .promo-image img {
  max-width: 100%;
  height: auto;
}

#promoModal .promo-info {
  flex: 1;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #f8f9fa;
}

#promoModal .promo-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #555555;
}

#promoModal .promo-discount {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1;
}

#promoModal .promo-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #333;
}

#promoModal .promo-cta {
  background: linear-gradient(135deg, #3077be 0%, #2563a8 100%);
  color: white;
  border: none;
  padding: 18px 40px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

#promoModal .promo-cta:hover {
  background: linear-gradient(135deg, #2563a8 0%, #1e4f8f 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: white;
}

#promoModal .promo-cta .arrow {
  margin-left: 8px;
}

#iwgtx div {
  font-size: 20px !important;
}

#iwgtx {
  font-size: 20px !important;
}

#ijihw h1 {
  font-size: 42px !important;
}

#ijihw {
  font-size: 42px !important;
}

#i8tsn {
  width: 72%;
}

/* Sticky product sidebar — follows scroll on desktop */
#iqd1q {
  position: sticky;
  top: 20px;
  align-self: flex-start;
  z-index: 5;
  height: fit-content;
}

#iyw9l.iyw9l_global {
  align-items: flex-start;
}

/* Mobile adaptation */
@media (max-width: 768px) {
  #iqd1q {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 24px !important;
    display: block !important;
  }

  #i8tsn {
    width: 100%;
  }

  #ijihw {
    font-size: 42px !important;
  }

  #ijihw h1 {
    font-size: 28px !important;
  }

  #iwgtx div {
    font-size: 16px !important;
  }

  #iwgtx {
    font-size: 16px !important;
  }

  #promoModal {
    padding: 10px;
  }

  #promoModal .promo-image img {
    max-width: 150px;
  }

  #promoModal .promo-body {
    flex-direction: column;
  }

  #promoModal .promo-image {
    flex: none;
    padding: 20px;
  }

  #promoModal .promo-info {
    padding: 10px 10px;
  }

  #promoModal .promo-title {
    font-size: 20px;
  }

  #promoModal .promo-discount {
    font-size: 28px;
  }

  #promoModal .promo-subtitle {
    font-size: 16px;
  }

  #promoModal .promo-cta {
    font-size: 18px;
    padding: 15px 30px;
  }
}

.cms-content ul {
  list-style: none;
  padding: 0;
}

.cms-content li {
  position: relative;
  padding-left: 1.2em;
}

.cms-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.smb-part5-icon {
  max-width: 26px !important;
}

/* ========== next style block ========== */

.animated,
.animated--hover:hover {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite,
.animated--hover.infinite:hover {
  animation-iteration-count: infinite;
}

.animated.delay-1s,
.animated--hover.deplay-1s:hover {
  animation-delay: 1s;
}

.animated.delay-2s,
.animated--hover.deplay-2s:hover {
  animation-delay: 2s;
}

.animated.delay-3s,
.animated--hover.deplay-3s:hover {
  animation-delay: 3s;
}

.animated.delay-4s,
.animated--hover.deplay-4s:hover {
  animation-delay: 4s;
}

.animated.delay-5s,
.animated--hover.deplay-5s:hover {
  animation-delay: 5s;
}

.animated.fast,
.animated--hover.fast:hover {
  animation-duration: 800ms;
}

.animated.faster,
.animated--hover.faster:hover {
  animation-duration: 500ms;
}

.animated.slow,
.animated--hover.slow:hover {
  animation-duration: 2s;
}

.animated.slower,
.animated--hover.slower:hover {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated,
  .animated--hover:hover {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* ========== next style block ========== */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/* ========== next style block ========== */

.ctr_marked_branding_item_child {
  display: block !important;
  text-align: center !important;
  margin-top: 10px !important;
}

.__ctr_marked_branding_item_img {
  max-width: 166px !important;
}
