:root {
  --bs-blue: #ff5e17;
  --bs-orange: #ff5e17;
  --bs-primary: #ff5e17;
  --bs-primary-rgb: 255, 94, 23;
  --bs-focus-ring-color: rgba(255, 94, 23, 0.25);
  --bs-primary-text-emphasis: #8a3508;
  --bs-primary-bg-subtle: #fff1ea;
  --bs-primary-border-subtle: #ffcfb8;
  --bs-link-color: #ff5e17;
  --bs-link-color-rgb: 255, 94, 23;
  --bs-link-hover-color: #c84a0b;
  --bs-link-hover-color-rgb: 200, 74, 11;
}

.header-top {
  background: #3a3a3a;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-top__h1 {
  margin: 0;
  font-size: inherit;
}

.header-top__left,
.header-top__right {
  min-height: 3rem;
}

.header-top__left {
  align-items: center;
}

.header-top__right {
  justify-content: flex-end;
  gap: 1rem;
}

.header-top a,
.header-top .material-icons,
.header-top .ps-contactinfo__email,
.header-top .header-block__title {
  color: #ffffff;
}

.header-top a:hover,
.header-top a:focus {
  color: #ffffff;
  opacity: 0.88;
}

.header-top .ps-customersignin .dropdown-menu {
  background: #ffffff;
  border: 1px solid rgba(23, 51, 58, 0.12);
  box-shadow: 0 18px 42px rgba(32, 36, 42, 0.14);
}

.header-top .ps-customersignin .dropdown-item,
.header-top .ps-customersignin .dropdown-item .material-icons,
.header-top .ps-customersignin .dropdown-item:visited {
  color: #1f2933 !important;
}

.header-top .ps-customersignin .dropdown-item:hover,
.header-top .ps-customersignin .dropdown-item:focus,
.header-top .ps-customersignin .dropdown-item[aria-current="page"] {
  color: #ffffff !important;
  background: #ff5e17;
}

.header-top .ps-customersignin .dropdown-item:hover .material-icons,
.header-top .ps-customersignin .dropdown-item:focus .material-icons,
.header-top .ps-customersignin .dropdown-item[aria-current="page"] .material-icons {
  color: #ffffff !important;
}

.header-top .navbar-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
}

.header-top .navbar-brand img {
  width: min(320px, 28vw);
  max-width: 100%;
  height: auto;
}

.header-top .form-select {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-position: right 0.85rem center;
  background-repeat: no-repeat;
  background-size: 0.65rem 0.45rem;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  padding-right: 2.35rem;
}

.header-top .form-select:focus {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 23, 0.2);
}

.header-top .form-select option {
  color: #212529;
}

.header-top .ps-customersignin .header-block__action-btn {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  gap: 0.5rem;
  min-height: 2.375rem;
  padding: 0.375rem 0.875rem;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.header-top .ps-customersignin .header-block__action-btn:hover,
.header-top .ps-customersignin .header-block__action-btn:focus,
.header-top .ps-customersignin .header-block__action-btn:focus-visible {
  background-color: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  opacity: 1;
  outline: 0;
  text-decoration: none;
}

.header-top .ps-customersignin .dropdown-toggle.header-block__action-btn {
  padding-right: 2.35rem;
  position: relative;
}

.header-top .ps-customersignin .dropdown-toggle.header-block__action-btn::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.65rem 0.45rem;
  display: block;
  font-size: 0;
  height: 0.45rem;
  line-height: 0;
  margin: 0 !important;
  pointer-events: none;
  position: absolute;
  right: 0.875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.65rem;
}

.header-bottom {
  background: #ff5e17;
}

.btn-primary,
.btn.btn-primary {
  background-color: #ff5e17;
  border-color: #ff5e17;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #c84a0b;
  border-color: #c84a0b;
  color: #ffffff;
}

.btn-outline-primary,
.btn.btn-outline-primary {
  background-color: #ffffff;
  border-color: #ff5e17;
  color: #ff5e17;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
  background-color: #fff7f3;
  border-color: #ff5e17;
  color: #ff5e17;
}

.btn-outline-secondary,
.btn.btn-outline-secondary,
.btn-secondary,
.btn.btn-secondary,
.btn-basic,
.btn.btn-basic,
.btn-default,
.btn.btn-default,
.btn-light,
.btn.btn-light {
  background-color: #ffffff;
  border-color: #ff5e17;
  color: #ff5e17;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn-basic:hover,
.btn-basic:focus,
.btn.btn-basic:hover,
.btn.btn-basic:focus,
.btn-default:hover,
.btn-default:focus,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn-light:hover,
.btn-light:focus,
.btn.btn-light:hover,
.btn.btn-light:focus {
  background-color: #fff7f3;
  border-color: #ff5e17;
  color: #ff5e17;
}

.header-bottom,
.header-bottom > .header-bottom__container a,
.header-bottom > .header-bottom__container .material-icons,
.header-bottom > .header-bottom__container .header-block__title,
.header-bottom > .header-bottom__container .menu-toggle {
  color: #ffffff;
}

.header-bottom .ps-mainmenu__desktop #top-menu > .ps-mainmenu__tree-item > .ps-mainmenu__tree-item-wrapper > .ps-mainmenu__tree-link,
.header-bottom .ps-mainmenu__desktop #top-menu > .ps-mainmenu__tree-item > .ps-mainmenu__tree-item-wrapper > .ps-mainmenu__tree-dropdown-toggle,
.header-bottom .ps-mainmenu__desktop #top-menu > .ps-mainmenu__tree-item > .ps-mainmenu__tree-item-wrapper > .dropdown-toggle::after {
  color: #ffffff !important;
}

.header-bottom .ps-mainmenu__desktop #top-menu > .ps-mainmenu__tree-item > .ps-mainmenu__tree-item-wrapper > .ps-mainmenu__tree-link {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  color: #ffffff !important;
}

.product__description-short .zc-locale-badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  vertical-align: middle;
}

.zc-license-quantity {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  width: 100%;
}

.zc-license-quantity-row {
  align-items: flex-end;
}

.zc-license-quantity__label {
  color: #17333a;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.zc-license-quantity__hint {
  color: #52606d;
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0.55rem 0 0;
  max-width: 36rem;
}

.zc-license-quantity__hint a {
  color: #ff5e17;
  font-weight: 600;
  text-decoration: none;
}

.zc-license-quantity__hint a:hover,
.zc-license-quantity__hint a:focus {
  color: #c84a0b;
  text-decoration: underline;
}

.product__description-short .zc-locale-badge {
  align-items: center;
  background: #fff1ea;
  border: 1px solid #ffcfb8;
  border-radius: 999px;
  color: #8a3508;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1;
  min-width: 2.35rem;
  padding: 0.3rem 0.55rem;
}

.product__zserver-hint {
  line-height: 1.45;
}

.product__zserver-hint-link {
  display: block;
  margin-top: 0.2rem;
  width: fit-content;
}

.header-bottom .ps-mainmenu__desktop .submenu__left-item,
.header-bottom .ps-mainmenu__desktop .submenu__right-items,
.header-bottom .ps-mainmenu__desktop .submenu__right-items a,
.header-bottom .ps-mainmenu__desktop .submenu__right-items .menu-item,
.header-bottom .ps-mainmenu__desktop .submenu__right-items .menu-item__group-main-item {
  color: #212529 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
}

.header-bottom .ps-mainmenu__desktop .submenu__left-item {
  background: #f8f9fa !important;
}

.header-bottom .ps-mainmenu__desktop .submenu__left-item:hover,
.header-bottom .ps-mainmenu__desktop .submenu__left-item:focus {
  background: #ff5e17 !important;
  color: #ffffff !important;
}

.header-bottom .navbar-brand img {
  width: min(360px, 62vw);
  max-width: 100%;
  height: auto;
}

.header-block__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #ff5e17;
  color: #ffffff !important;
  border: 1px solid rgba(32, 36, 42, 0.18);
  font-weight: 700;
  line-height: 1;
}

#block-reassurance,
.blockreassurance,
.blockreassurance--product,
.blockreassurance--checkout,
.blockreassurance_product {
  display: none !important;
}

.checkout-consent-help {
  margin-top: 0.75rem;
  max-width: 42rem;
}

.checkout-consent-native {
  display: none !important;
}

.checkout-consent-combined {
  max-width: 46rem;
  background: #fff8f4;
  border: 1px solid rgba(255, 94, 23, 0.18);
  padding: 1rem 1rem 0.75rem;
}

.checkout-consent-combined .form-check-input {
  margin-top: 0.35rem;
}

.checkout-consent-combined .form-check-label {
  display: block;
}

.js-conditions-to-approve {
  background: #fff8f4;
  border: 1px solid rgba(255, 94, 23, 0.18);
  padding: 1rem 1rem 0.75rem;
}

.checkout-consent-warning {
  display: none;
}

.cart-summary-products__heading {
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.ps-emailsubscription--separated {
  background: #fff8f4 !important;
  border-top: 3px solid rgba(255, 94, 23, 0.22);
  margin-top: 3rem;
}

.ps-emailsubscription--column {
  border-top: 2px solid rgba(255, 94, 23, 0.2);
  margin-top: 2rem;
  padding-top: 1.25rem;
}

.footer__main {
  background: #3a3a3a;
}

.blockreassurance {
  gap: 1rem;
}

.reassurance {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.875rem;
  align-items: start;
  padding: 1rem 1.125rem;
  border: 1px solid #ffd5c3;
  border-left: 5px solid #ff5e17;
  background: linear-gradient(180deg, #fff8f4 0%, #ffffff 100%);
  box-shadow: 0 12px 28px rgba(31, 41, 51, 0.08);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.reassurance--link:hover,
.reassurance--link:focus {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(31, 41, 51, 0.12);
  border-color: #ffb28e;
  text-decoration: none;
}

.reassurance__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(23, 51, 58, 0.08);
}

.reassurance__image img,
.reassurance__image svg {
  width: 3rem;
  height: 3rem;
}

.reassurance__title {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.3;
  color: #17333a;
}

.reassurance__desc {
  display: inline-block;
  font-size: 0.96rem;
  line-height: 1.55;
  color: #344050;
}

body#checkout .container-blockreassurance {
  margin-top: 1.5rem;
}

body#checkout .blockreassurance {
  display: grid;
  gap: 1rem;
}

body#checkout .reassurance {
  grid-template-columns: 4.25rem minmax(0, 1fr);
  padding: 1.1rem 1.15rem;
}

.page-product .blockreassurance {
  display: grid;
  gap: 0.875rem;
}

.product__bottom-right > .zccb-demo-links {
  margin-top: 0;
  margin-bottom: 0.875rem;
}

.zc-cart-install-note {
  margin-bottom: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #ffd5c3;
  border-left: 5px solid #ff5e17;
  background: linear-gradient(180deg, #fff8f4 0%, #ffffff 100%);
  box-shadow: 0 10px 24px rgba(31, 41, 51, 0.08);
}

.zc-cart-install-note h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 800;
  color: #17333a;
}

.zc-cart-install-note p {
  margin: 0 0 0.5rem;
  color: #344050;
  line-height: 1.55;
}

.zc-cart-install-note p:last-child {
  margin-bottom: 0;
}

.zc-cart-install-note a {
  color: #ff5e17;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.zc-cart-install-note a:hover,
.zc-cart-install-note a:focus {
  color: #d84d12;
}

.product__description .zc-product-note {
  margin: 1.5rem 0;
  border: 1px solid #d7dde5;
  background: #f7f8fa;
}

.product__description .zc-product-note > summary {
  position: relative;
  display: block;
  padding: 0.95rem 3rem 0.95rem 1rem;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #1f2933;
}

.product__description .zc-product-note > summary::-webkit-details-marker {
  display: none;
}

.product__description .zc-product-note > summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1.35rem;
  line-height: 1;
  color: #ff5e17;
}

.product__description .zc-product-note[open] > summary::after {
  content: "−";
}

.product__description .zc-product-note > :not(summary) {
  padding: 0 1rem 1rem;
}

.product__description .zc-product-note > p:last-child {
  margin-bottom: 0;
}

.page-product .reassurance {
  grid-template-columns: 3.75rem minmax(0, 1fr);
}

.ps-imageslider {
  margin-bottom: 2rem;
}

.ps-imageslider__figure--hero {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  overflow: hidden;
  background: #f4f5f7;
  box-shadow: 0 20px 48px rgba(24, 28, 33, 0.14);
}

.ps-imageslider__figure--hero img {
  display: block;
  width: 100%;
  height: auto;
}

.ps-imageslider__figcaption--hero {
  position: static;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 1.25rem 1.25rem 1.5rem;
  margin: 0;
  color: #1f2933;
  text-align: left;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
}

.ps-imageslider__copy--hero {
  max-width: 40rem;
}

.ps-imageslider__copy--hero h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.65rem, 2.7vw, 2.6rem);
  line-height: 1.06;
  font-weight: 800;
  color: #20242a;
  text-transform: none;
}

.ps-imageslider__copy--hero p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #344050;
}

.ps-imageslider__copy--hero .zc-hero-copy__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.ps-imageslider__copy--hero .btn {
  min-width: 12rem;
}

.ps-imageslider .carousel-control-prev,
.ps-imageslider .carousel-control-next {
  width: 3rem;
  height: 3rem;
  top: auto;
  bottom: 1rem;
  background: rgba(32, 36, 42, 0.78);
  border-radius: 999px;
  opacity: 1;
}

.ps-imageslider .carousel-control-prev {
  left: auto;
  right: 4.5rem;
}

.ps-imageslider .carousel-control-next {
  right: 1rem;
}

.ps-imageslider .carousel-indicators {
  justify-content: flex-start;
  margin: 0;
  padding: 0 1.25rem 1rem;
  gap: 0.5rem;
}

.ps-imageslider .carousel-indicators button {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  border: none;
  background: rgba(32, 36, 42, 0.2);
}

.ps-imageslider .carousel-indicators button.active {
  background: #ff5e17;
}

.ps-customtext .zc-home-intro,
.ps-customtext .zc-home-banner,
.ps-customtext .zc-home-columns {
  margin: 0 0 2rem;
}

.ps-customtext .zc-home-featured {
  margin: 0 0 2rem;
  padding: 1.5rem;
  border: 1px solid #ffd5c3;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, #fff8f4 0%, #ffffff 100%);
  box-shadow: 0 14px 32px rgba(34, 34, 34, 0.07);
}

.ps-customtext .zc-home-featured h2,
.ps-customtext .zc-home-featured h3 {
  margin-bottom: 0.75rem;
}

.ps-customtext .zc-home-featured__lead {
  max-width: 52rem;
  margin-bottom: 1.25rem;
  color: #344050;
}

.ps-customtext .zc-home-featured__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.ps-customtext .zc-home-featured__card {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-height: 100%;
  padding: 1.35rem;
  border: 1px solid #f0d2c3;
  border-radius: 0.75rem;
  background: #ffffff;
}

.ps-customtext .zc-home-featured__media {
  display: block;
  padding: 0.75rem;
  border: 1px solid #f0e3db;
  border-radius: 0.75rem;
  background: linear-gradient(180deg, #fff8f4 0%, #ffffff 100%);
}

.ps-customtext .zc-home-featured__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.ps-customtext .zc-home-featured__card--primary {
  grid-column: span 2;
  background: linear-gradient(180deg, #fff1ea 0%, #ffffff 100%);
  border-color: #ffcfb8;
}

.ps-customtext .zc-home-featured__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: #fff1ea;
  color: #8a3508;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.ps-customtext .zc-home-featured__card--primary .zc-home-featured__tag {
  background: #ff5e17;
  color: #ffffff;
}

.ps-customtext .zc-home-featured__card > :last-child {
  margin-top: auto;
}

.ps-customtext .zc-home-intro__eyebrow {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ff5e17;
}

.ps-customtext .zc-home-intro h2,
.ps-customtext .zc-home-banner h3,
.ps-customtext .zc-home-card h3 {
  margin-bottom: 0.75rem;
}

.ps-customtext .zc-home-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.ps-customtext .zc-home-grid,
.ps-customtext .zc-home-columns {
  display: grid;
  gap: 1rem;
}

.ps-customtext .zc-home-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 2rem;
}

.ps-customtext .zc-home-columns {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ps-customtext .zc-home-card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid #e7e7e7;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(34, 34, 34, 0.04);
}

.ps-customtext .zc-home-banner {
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #fff1ea;
  border-left: 4px solid #ff5e17;
}

.ps-customtext .zc-home-banner--light {
  background: #f8f9fa;
}

.ps-customtext .zc-home-note {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: #555555;
}

.ps-customtext .zc-home-list {
  margin: 0.9rem 0 0;
  padding-left: 1.15rem;
}

.ps-customtext .zc-home-list li {
  margin-bottom: 0.35rem;
}

.ps-customtext .zc-home-intro__link {
  font-weight: 700;
}

.ps-customtext .zc-home-disclosure {
  height: 100%;
}

.ps-customtext .zc-home-disclosure > summary {
  display: block;
  list-style: none;
}

.ps-customtext .zc-home-disclosure > summary::-webkit-details-marker {
  display: none;
}

.ps-customtext .zc-home-disclosure > summary h3 {
  margin: 0;
}

.ps-customtext .zc-home-disclosure__body > :last-child {
  margin-bottom: 0;
}

.ps-mainmenu--mobile,
.ps-mainmenu--mobile .offcanvas-header,
.ps-mainmenu--mobile .offcanvas-body {
  background: #ffffff;
}

.ps-mainmenu--mobile .menu__title,
.ps-mainmenu--mobile .menu__link,
.ps-mainmenu--mobile .btn-link,
.ps-mainmenu--mobile .ps-contactinfo__email,
.ps-mainmenu--mobile .material-icons,
.ps-mainmenu--mobile .form-select {
  color: #1f2933 !important;
}

.ps-mainmenu--mobile .menu__link,
.ps-mainmenu--mobile .menu__title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ps-mainmenu--mobile .menu__toggle-child,
.ps-mainmenu--mobile .btn-close,
.ps-mainmenu--mobile .js-back-button {
  color: #ff5e17 !important;
}

@media (max-width: 767.98px) {
  .header-bottom {
    background: #3a3a3a;
  }

  .header-bottom__row {
    min-height: 3.5rem;
  }

  .header-bottom .navbar-brand img {
    width: min(156px, 40vw);
  }

  .header-bottom__logo {
    flex: 0 1 auto;
  }

  .reassurance,
  body#checkout .reassurance,
  .page-product .reassurance {
    grid-template-columns: 3.25rem minmax(0, 1fr);
    padding: 0.95rem 1rem;
  }

  .reassurance__image {
    width: 3.25rem;
    height: 3.25rem;
  }

  .reassurance__image img,
  .reassurance__image svg {
    width: 2.35rem;
    height: 2.35rem;
  }

  .reassurance__title {
    font-size: 0.95rem;
  }

  .reassurance__desc {
    font-size: 0.9rem;
  }

  .ps-imageslider .carousel-control-prev,
  .ps-imageslider .carousel-control-next {
    display: none;
  }

  .ps-imageslider {
    margin-bottom: 1.25rem;
  }

  .ps-imageslider__figure--hero img {
    height: 150px;
    object-fit: cover;
  }

  .ps-imageslider__figcaption--hero {
    display: block !important;
    padding: 0.875rem 0.875rem 1rem;
  }

  .ps-imageslider__copy--hero h2 {
    font-size: clamp(1.05rem, 5.8vw, 1.4rem);
    margin-bottom: 0.4rem;
  }

  .ps-imageslider__copy--hero p {
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .ps-imageslider__copy--hero .btn {
    width: 100%;
    min-width: 0;
  }

  .ps-imageslider__copy--hero .zc-hero-copy__actions {
    margin-top: 0.75rem;
  }

  .ps-imageslider__copy--hero .btn-outline-primary {
    display: none;
  }

  .ps-customtext .zc-home-grid,
  .ps-customtext .zc-home-columns,
  .ps-customtext .zc-home-featured__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .ps-customtext .zc-home-card,
  .ps-customtext .zc-home-banner {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .ps-customtext .zc-home-featured {
    padding: 1rem;
    border-radius: 0;
    box-shadow: none;
  }

  .ps-customtext .zc-home-featured__card,
  .ps-customtext .zc-home-featured__card--primary {
    grid-column: auto;
    padding: 1rem;
  }

  .ps-customtext .zc-home-disclosure > summary {
    position: relative;
    padding: 1rem 2.5rem 1rem 1rem;
    cursor: pointer;
  }

  .ps-customtext .zc-home-disclosure > summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1.35rem;
    font-weight: 700;
    color: #ff5e17;
  }

  .ps-customtext .zc-home-disclosure[open] > summary::after {
    content: "−";
  }

  .ps-customtext .zc-home-disclosure__body {
    padding: 0 1rem 1rem;
  }

  .ps-customtext .zc-home-disclosure__body > .zc-home-intro__actions {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .ps-imageslider__figure--hero {
    position: relative;
    min-height: 400px;
    height: 400px;
    display: grid;
    align-items: stretch;
  }

  .ps-imageslider__figure--hero img,
  .ps-imageslider__figcaption--hero {
    grid-area: 1 / 1;
  }

  .ps-imageslider__figure--hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ps-imageslider__figcaption--hero {
    position: absolute;
    top: 50%;
    left: clamp(2rem, 6vw, 5rem);
    right: auto;
    bottom: auto;
    transform: translateY(-50%);
    max-width: min(34rem, 43vw);
    padding: 1.35rem 1.5rem;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
    box-shadow: 0 18px 42px rgba(32, 36, 42, 0.12);
  }

  .ps-imageslider .carousel-indicators {
    position: absolute;
    left: clamp(2rem, 6vw, 5rem);
    bottom: 1rem;
    z-index: 3;
    padding: 0;
  }
}

.zc-product-offer-status {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  margin-top: 0.75rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(58, 58, 58, 0.12);
  background: rgba(255, 94, 23, 0.08);
}

.zc-product-offer-status__icon {
  color: #ff5e17;
  font-size: 1.35rem;
  line-height: 1;
  margin-top: 0.125rem;
}

.zc-product-offer-status__body {
  min-width: 0;
}

.zc-product-offer-status__text {
  margin: 0;
  color: #3a3a3a;
  font-size: 0.975rem;
  line-height: 1.45;
  font-weight: 600;
}
