/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
span.customSelect {
  font-size: 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  height: 34px;
}
span.customSelect option {
  font-size: 12px !important;
}
span.customSelect.changed {
  background-color: #f0dea4;
}
.customSelectOpen {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.hasCustomSelect {
  width: 100% !important;
}
.customSelectInner {
  background: url("../../image/codezeel/select-arrow-down.gif") no-repeat center
    right;
  width: 100% !important;
}
.customSelectOpen .customSelectInner {
  background: url("../../image/codezeel/select-arrow-up.gif") no-repeat center
    right;
}

#input-sort,
#input-limit,
#product .form-group select {
  cursor: pointer;
}

/* TREEVIEW CATEGORY LEFT */
.treeview-list,
.treeview-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.treeview-list ul {
  background: none;
  margin: 0px;
}
.treeview-list .hitarea {
  background: none;
  height: 9px;
  width: 9px;
  float: right;
  cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
  display: inline;
  float: none;
}
.treeview-list li {
  margin: 0;
}
.treeview-list li.last,
.treeview-list li.lastExpandable {
  border: none;
}
.treeview-list a.selected {
  background-color: #eee;
}

.treeview-list .hover {
  color: #38b0e3;
  cursor: pointer;
}
.treeview-list li a:hover,
.treeview-list li.nav-1 a:hover {
  cursor: pointer;
}
.treeview-list li ul li:hover {
  background: none;
}
.treeview-list li a {
  display: inline;
  padding-left: 0px;
}
.treeview-list li.active a {
  font-weight: bold; /*color:#D09E00 ;*/
}
.treeview-list li.active ul li a {
  font-weight: normal;
  color: #5e5e5e;
}
.treeview-list li a:hover {
  /*color:#D09E00;*/
}
.treeview-list li ul li a:hover {
  /*color:#D09E00;*/
}
.treeview-list li ul li {
  background: none;
  border-bottom: none;
}
.treeview-list .collapsable .expandable-hitarea {
  height: 20px;
  width: 20px;
  text-align: right;
}
.treeview-list .expandable .collapsable-hitarea {
  height: 20px;
  width: 20px;
  text-align: right;
}

.treeview-list .expandable-hitarea {
  height: 20px;
  width: 20px;
  text-align: right;
}
.treeview-list .collapsable-hitarea {
  height: 20px;
  width: 20px;
  text-align: right;
}
.treeview-list .expandable .collapsable-hitarea,
.treeview-list .expandable-hitarea {
  background: url(../../image/codezeel/sprite.png) no-repeat scroll 0 -71px;
}
.responsive-menu .expandable .collapsable-hitarea,
.responsive-menu .expandable-hitarea {
  background: url(../../image/codezeel/sprite.png) no-repeat scroll 0 -60px;
}
.treeview-list .collapsable .expandable-hitarea,
.treeview-list .collapsable-hitarea {
  background: url(../../image/codezeel/sprite.png) no-repeat scroll 0px -100px;
}
.responsive-menu .collapsable-hitarea {
  background: url(../../image/codezeel/sprite.png) no-repeat scroll 0px -89px;
}
/* TREEVIEW CATEGORY LEFT */

/* FancyBox */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../../image/codezeel/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../image/codezeel/fancybox_loading.gif") center center
    no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../image/codezeel/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../image/codezeel/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Product zoom CSS*/

.zoomContainer {
  margin-bottom: 5px;
}
.zoomContainer .zoomLens {
}
/*.zoomContainer .zoomWindow{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	margin-left:10px;

}*/

/* FancyBox */

.last_item_tm .product-block {
}
.first_item_tm .product-block {
}

.toggle .mobile_togglemenu {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  padding: 0 0 15px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.toggle {
  background: none;
  padding: 10px 0px;
  margin: 0 auto;
}

.active .mobile_togglemenu {
}
#footer .mobile_togglemenu:hover {
  text-decoration: none;
}

.toggle .mobile_togglemenu:before {
  color: #000;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: 400;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 5px;
  width: 20px;
}
.active .mobile_togglemenu:before {
  content: "\f106";
}

/* Responsive menu Css Start */
.nav-responsive span {
  display: inline-block;
}
.ie7 .nav-responsive span {
  display: inline;
}
.nav-responsive {
  cursor: pointer;
  display: none;
  float: left;
}
.main-navigation ul li {
  list-style: none;
  position: relative;
}
.nav-responsive .expandable {
  float: left;
  font-size: 0px;
}
.responsive-menu {
  padding: 0;
}

.responsive-menu .main-navigation .menu-expandable.active {
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}
.responsive-menu .main-navigation .menu.expandable span {
  padding: 11px 0px 9px 30px;
  text-align: left;
  position: relative;
  display: block;
  cursor: pointer;
}
.responsive-menu .main-navigation ul {
  padding-left: 20px;
}
.nav-responsive div,
.responsive-menu .hitarea {
  height: 9px;
  width: 9px;
  float: right;
  cursor: pointer;
  margin-right: 0px;
  margin-left: 3px;
}
.responsive-menu .hitarea {
  margin-left: 0;
}
.responsive-menu .expandable .collapsable-hitarea {
  height: 30px;
  padding: 0;
  width: 25px;
}
.responsive-menu .expandable-hitarea {
  height: 30px;
  width: 25px;
  padding: 5px;
}
.responsive-menu .collapsable-hitarea {
  height: 30px;
  width: 25px;
  padding: 5px;
}

@media (max-width: 767px) {
  .responsive-menu .main-navigation {
    width: 100%;
  }
}
/* Responsive menu Css End */

/* New Twitter Icon */

#footer .social-block li.twitter a:before {
  mask-image: url(../../image/codezeel/twitter.svg);
  mask-repeat: no-repeat;
  mask-position: 0 center;
  mask-size: 18px;
  background-color: currentColor;
  font-size: 0;
}

/* ----- Parallax hero: correct container + height so centering works ----- */
#czparallaxcmsblock .parallax.czparallax_1 {
  position: relative; /* anchor children */
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll; /* keeps mobile parallax smooth */
  overflow: hidden;
  min-height: clamp(520px, 75vh, 880px);
}

/* Center the inner container and inherit height so child can be centered */
#czparallaxcmsblock .parallax_container {
  height: 100%;
  min-height: inherit;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
  padding: clamp(12px, 3vw, 32px) 0;
}

/* ---- Text block: white text, centered, with a slight downward offset ---- */
#czparallaxcmsblock {
  --hero-offset: 6vh;
} /* tweak this to move text up/down */

#czparallaxcmsblock .parallax-text.parallax-text--center {
  position: static; /* override any absolute positioning */
  transform: translateY(var(--hero-offset));
  width: min(92vw, 920px);
  margin: 0 auto;
  text-align: center;
  color: #ffffff; /* all three lines white */
}

#czparallaxcmsblock .parallax-text--center .line-1,
#czparallaxcmsblock .parallax-text--center .line-2,
#czparallaxcmsblock .parallax-text--center .line-3 {
  color: #ffffff;
  font-weight: 400; /* regular text */
}

#czparallaxcmsblock .parallax-text--center .line-1 {
  font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.2;
}
#czparallaxcmsblock .parallax-text--center .line-2 {
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.2;
  margin-top: 8px;
}
#czparallaxcmsblock .parallax-text--center .line-3 {
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.5;
  margin-top: 12px;
}

/* Slightly reduce the downward offset on smaller screens */
@media (max-width: 991px) {
  #czparallaxcmsblock {
    --hero-offset: 3vh;
  }
  #czparallaxcmsblock .parallax.czparallax_1 {
    min-height: 60vh;
  }
}
@media (max-width: 575px) {
  #czparallaxcmsblock {
    --hero-offset: 2vh;
  }
  #czparallaxcmsblock .parallax.czparallax_1 {
    min-height: 55vh;
  }
}

/* ----- Button: white bg, blue text (#4FA7FF), 8px radius, dotted arrow ring ----- */
.btn-abc-white {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #4fa7ff; /* blue text */
  border: 2px solid #4fa7ff;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.15s ease, filter 0.15s ease;
}
/* Button arrow: dotted outer ring + solid blue inner circle with white ">" */
/* Button arrow: inner solid blue circle + separate outer dotted circle */
#czparallaxcmsblock .btn-abc-white::after {
  content: ">";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(24px, 6vw, 28px);
  height: clamp(24px, 6vw, 28px);
  border-radius: 50%;
  background: #4fa7ff; /* inner solid circle */
  color: #ffffff; /* white ">" */
  font-size: clamp(14px, 3.8vw, 16px);
  font-weight: 600;
  border: none; /* remove previous dotted border */
  outline: 2px dotted #4fa7ff; /* outer dotted circle */
  outline-offset: 4px; /* gap between circles */
}

.btn-abc-white:hover,
.btn-abc-white:focus {
  filter: brightness(0.95);
  transform: translateY(-1px);
  outline: none;
}
.btn-abc-white:focus-visible {
  box-shadow: 0 0 0 3px rgba(79, 167, 255, 0.25);
}

/* --- RESPONSIVE ONLY (no positioning changes) --- */
#czparallaxcmsblock .parallax-text.parallax-text--center {
  max-width: min(92vw, 920px);
  padding-inline: 16px; /* keep copy from touching edges */
  text-align: center;
}
#czparallaxcmsblock .parallax-text--center .line-1,
#czparallaxcmsblock .parallax-text--center .line-2,
#czparallaxcmsblock .parallax-text--center .line-3 {
  text-wrap: balance; /* nicer multi-line wrapping */
}

/* Make button scale nicely on small screens */
#czparallaxcmsblock .btn-abc-white {
  font-size: clamp(14px, 2.2vw, 16px);
  padding: clamp(10px, 2.4vw, 12px) clamp(14px, 3vw, 18px);
  gap: clamp(8px, 2.4vw, 12px);
}
#czparallaxcmsblock .btn-abc-white::after {
  width: clamp(24px, 6vw, 28px);
  height: clamp(24px, 6vw, 28px);
  font-size: clamp(14px, 3.8vw, 16px);
}

/* --- PARALLAX ON SMALL SCREENS --- */
/* Most mobile browsers: use native fixed attachment */
@media (max-width: 991px) {
  #czparallaxcmsblock .parallax.czparallax_1 {
    background-attachment: fixed !important;
    background-position: 50% 50%;
    background-size: cover;
    will-change: background-position;
    transform: translateZ(0); /* smoother scrolling */
  }
}

/* iOS Safari fallback: fixed is ignored; let the JS plugin animate */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 991px) {
    #czparallaxcmsblock .parallax.czparallax_1 {
      background-attachment: scroll !important;
    }
  }
}
/* Typography: bold headline, regular tagline */
/* SUB-BANNERS: place text on the LEFT half of each image */
#czsubbannercmsblock .subbanners .subbanner .subbanner-text {
  left: 0 !important;
  right: auto !important;
  width: 50% !important;
  max-width: 50% !important;
  padding-left: 20px; /* small gutter from the edge */
}

/* Center card (banner 2) — make all text white */
#czsubbannercmsblock .subbanner-part2 .subbanner .subbanner-text,
#czsubbannercmsblock .subbanner-part2 .subbanner .subbanner-text *,
#czsubbannercmsblock .subbanner-part2 .subbanner .subbanner-text .main-title,
#czsubbannercmsblock .subbanner-part2 .subbanner .subbanner-text .sub-title,
#czsubbannercmsblock .subbanner-part2 .subbanner .subbanner-text span {
  color: #fff !important;
}
#czsubbannercmsblock .subbanner-part2 .subbanner .subbanner-text .shop-now {
  color: #fff !important;
  border-bottom-color: #fff !important;
}

/* Only banner 2 shows the button */
#czsubbannercmsblock .one-third:not(.subbanner-part2) .shop-now {
  display: none !important;
}
/* Fix mobile parallax: don't transform the container (breaks fixed bg) */
@media (max-width: 991px) {
  #czparallaxcmsblock .parallax.czparallax_1 {
    transform: none !important; /* remove translateZ(0) */
    background-attachment: fixed !important; /* native parallax on Android/Chrome */
  }
}

/* Keep iOS on scroll so parallax.js can animate background-position */
@supports (-webkit-touch-callout: none) {
  @media (max-width: 991px) {
    #czparallaxcmsblock .parallax.czparallax_1 {
      background-attachment: scroll !important;
    }
  }
}
/* new section  */
/* Keep sub-title on non-desktop and make it the larger, bolder line */
@media (max-width: 1199px) {
  #czsubbannercmsblock .subbanner .subbanner-text .sub-title {
    display: block !important;
    font-weight: 700 !important;
  }
  #czsubbannercmsblock .subbanner .subbanner-text .main-title {
    display: none !important;
  }
}

/* ≤ 991px: sub-title larger than main-title */
@media (max-width: 991px) {
  #czsubbannercmsblock .subbanner .subbanner-text .sub-title {
    font-size: 14px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
  }
}

/* ≤ 767px */
@media (max-width: 767px) {
  #czsubbannercmsblock .subbanner .subbanner-text .sub-title {
    font-size: 13px !important;
    font-weight: 700 !important;
  }
}

/* ≤ 575px */
@media (max-width: 575px) {
  #czsubbannercmsblock .subbanner .subbanner-text .sub-title {
    font-size: 24px !important;
    font-weight: 700 !important;
  }
}

/* ≤ 390px */
@media (max-width: 390px) {
  #czsubbannercmsblock .subbanner .subbanner-text .sub-title {
    font-size: 20px !important;
    font-weight: 700 !important;
  }
}
#czsubbannercmsblock .subbanners .subbanner > .subbanner-text {
  position: absolute !important;
  bottom: 15px !important;
  left: 5px !important;
  top: auto !important;
  right: auto !important;
  text-align: left !important;
  line-height: 1;
}

/* RTL safety: still pin to left */
html[dir="rtl"] #czsubbannercmsblock .subbanners .subbanner > .subbanner-text {
  right: auto !important;
  left: 5px !important;
}

/* ---------- Self-hosted fonts (OTF/TTF) ---------- */
/* CANELA DECK TRIAL BOLD (OTF) */
@font-face {
  font-family: "CanelaDeck";
  src: url("../fonts/canela/canela-deck-trial-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* JOST REGULAR (TTF) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost/jost-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* JOST MEDIUM (TTF) */
@font-face {
  font-family: "Jost";
  src: url("../fonts/jost/jost-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ---------- Global application ---------- */
/* Body = Jost Regular */
html,
body {
  font-family: "Jost", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 400;
}

/* H1 = Canela Deck Trial Bold */
h1,
.h1,
.page-title,
.product-title h1 {
  font-family: "CanelaDeck", "Jost", serif;
  font-weight: 700;
}

/* H2 = Jost Medium */
h2,
.h2,
.module-title,
.box-heading {
  font-family: "Jost", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  font-weight: 500;
}

/* Inherit body font for controls; don’t affect icon fonts */
input,
select,
textarea,
button {
  font-family: inherit;
  font-weight: 400;
}
.fa,
[class^="fa"],
[class*=" fa-"],
.icon,
.bi,
.la,
svg {
  font-family: inherit;
}

/* --- FIX: restore icon fonts (don’t inherit Jost/Canela) --- */
/* Font Awesome 5/6 Brands */
.fab {
  font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands", "FontAwesome" !important;
  font-weight: 400 !important;
}

/* Font Awesome Free (solid/regular/light) + FA4 fallback */
.fa,
.fas,
.far,
.fal,
.fa-solid,
.fa-regular,
.fa-light {
  font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome" !important;
  font-weight: 900; /* solid default */
}
.far,
.fa-regular {
  font-weight: 400 !important;
}
.fal,
.fa-light {
  font-weight: 300 !important;
}

/* Make sure pseudo-elements use the proper icon font too */
.fa:before,
.fas:before,
.far:before,
.fal:before,
.fab:before {
  font-family: inherit !important;
}

/* If you previously added a rule like this, neutralize it: */
/* .fa, [class^="fa"], [class*=" fa-"], .icon, .bi, .la, svg { font-family: inherit; } */

/* Homepage Notice Strip */
/* Wrap & style the Homepage Notice strip itself */

/* ABC Homepage Notice (DIV-based) */
.abc-home-burb {
  display: flow-root; /* stop overlap with previous floats/rows */
  clear: both;
  background: #4fa7ff !important;
  color: #fff !important;
  margin: 20px 0; /* spacing from neighbors */
  padding: clamp(16px, 3vw, 28px) 0;
  text-align: center !important; /* center all text */
  box-sizing: border-box;
}

.abc-home-burb__list {
  list-style: none;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: clamp(14px, 1.6vw, 18px); /* Jost Regular body */
  line-height: 1.5;
  font-weight: 400; /* regular text */
}

.abc-home-notice {
  display: flow-root; /* stop overlap with previous floats/rows */
  clear: both;
  background: #6a1a19 !important; /*#4FA7FF blue background */
  color: #fff !important;
  margin: 20px 0; /* spacing from neighbors */
  padding: clamp(16px, 3vw, 28px) 0;
  text-align: center !important; 
  box-sizing: border-box;
}
.abc-home-notice__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
/* Force all descendants to white (beats theme rules on <strong>/links) */
.abc-home-notice * {
  color: #fff !important;
}

/* Title: uses your Jost Medium (H2) sizing approach */
.abc-home-notice__title {
  margin: 0 0 10px 0;
  font-weight: 500; /* Jost Medium */
  font-size: clamp(20px, 2.1vw, 45px);
  line-height: 1.2;
}

/* List: centered lines, no bullets */
.abc-home-notice__list {
  list-style: none;
  /* margin: 0; */
  margin-top: 28px;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: clamp(14px, 1.6vw, 18px); /* Jost Regular body */
  line-height: 1.5;
  font-weight: 400; /* regular text */

  padding-left: 20px; /* discs line up neatly */
  /* list-style: disc; */
}
.abc-home-notice__list li {
  margin: 6px 0;
}

/* Links on dark background */
.abc-home-notice a {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}

/* Tight phones (≤390px) */
@media (max-width: 390px) {
  .abc-home-notice__title {
    font-size: 17px;
  }
  .abc-home-notice__list {
    font-size: 13px;
  }
}

/* Unified hover colour for product action buttons/icons */
:root {
  --abc-accent: #4fa7ff;
}

/* Buttons (wishlist, compare, add to cart) and quickview link */
.button-group .button-group-inner button.wishlist:hover,
.button-group .button-group-inner button.wishlist:focus,
.button-group .button-group-inner button.wishlist:active,
.button-group .button-group-inner button.compare:hover,
.button-group .button-group-inner button.compare:focus,
.button-group .button-group-inner button.compare:active,
.button-group .button-group-inner .quickview-button .quickbox:hover,
.button-group .button-group-inner .quickview-button .quickbox:focus,
.button-group .button-group-inner .quickview-button .quickbox:active,
.button-group .button-group-inner button.addtocart:hover,
.button-group .button-group-inner button.addtocart:focus,
.button-group .button-group-inner button.addtocart:active {
  color: var(--abc-accent) !important; /* text + font icons */
  border-color: var(--abc-accent) !important; /* if there’s an outline */
  background-color: transparent !important; /* neutralise theme red/blue hovers */
}

/* Ensure the <i> icons themselves switch colour */
.button-group .button-group-inner button.wishlist:hover i,
.button-group .button-group-inner button.wishlist:focus i,
.button-group .button-group-inner button.compare:hover i,
.button-group .button-group-inner button.compare:focus i,
.button-group .button-group-inner .quickview-button .quickbox:hover i,
.button-group .button-group-inner .quickview-button .quickbox:focus i,
.button-group .button-group-inner button.addtocart:hover i,
.button-group .button-group-inner button.addtocart:focus i {
  color: var(--abc-accent) !important;
}

/* If the Add to Cart uses text inside <span>, change that too */
.button-group .button-group-inner button.addtocart:hover span,
.button-group .button-group-inner button.addtocart:focus span {
  color: var(--abc-accent) !important;
}

/* Smooth transition for all states */
.button-group .button-group-inner button,
.button-group .button-group-inner .quickview-button .quickbox,
.button-group .button-group-inner i {
  transition: color 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
}
/* === ABC Cut-off Notice: light grey variant (independent styles) === */
.abc-cutoff {
  background: #f7f6f2; /* light grey like your testimonial area */
  border: 1px solid #e6e3dc; /* soft border to define the block */
  border-radius: 8px;
  padding: 20px;
    text-align: center !important; 

  margin: 20px 0;
}

.abc-cutoff__inner {
  /*max-width: 980px;*/ /* optional: keep text measure comfortable */
  margin: 0 auto;
}

.abc-cutoff__title {
  margin: 0 0 10px 0;
  font-weight: 500; /* Jost Medium */
  font-size: clamp(20px, 2.1vw, 45px);
  line-height: 1.2;
  color: #7a2d2d; /* brand-ish deep red/brown */
  letter-spacing: 0.2px;
}

.abc-cutoff__list {
  list-style: none;
  /* margin: 0; */
  margin-top: 28px;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: clamp(14px, 1.6vw, 18px); /* Jost Regular body */
  line-height: 1.5;
  font-weight: 400; /* regular text */

  padding-left: 20px; /* discs line up neatly */
  /* list-style: disc; */
  color: #333;
}

.abc-cutoff__list li {
  margin: 6px 0;
}

/* Small screens: tighten padding and font slightly */
/* Tight phones (≤390px) */
@media (max-width: 390px) {
  .abc-cutoff__title {
    font-size: 17px;
  }
  .abc-cutoff__list {
    font-size: 13px;
  }
}
