:root {
  --bg: #f5fbfb;
  --surface-alt: #dff6f4;
  --ink: #53575b;
  --muted: #798288;
  --accent: #12bbcc;
  --line: rgba(83, 87, 91, 0.14);
  --cendo-ink: #53575b;
  --cendo-muted: #798288;
  --cendo-gold: #22bf6f;
  --cendo-line: #d8eceb;
  --cendo-cream: #f5fbfb;
  --cendo-navy: #12bbcc;
  --cendo-blue-soft: #e7f9f8;
}

.cendo-store {
  background: #fff;
  color: var(--cendo-ink);
  font-family: Raleway, "Segoe UI", sans-serif;
}

.cendo-store a {
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.cendo-header {
  background: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 100;
}

.cendo-header .top_header {
  background: var(--cendo-navy);
  color: #d8e7f2;
  padding: 10px 0;
}

.cendo-header .top_header_info ul,
.cendo-header .drop-lang,
.cendo-header .muti_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cendo-header .top_header_info li,
.cendo-header .drop-lang li {
  display: inline-flex;
  margin-right: 22px;
}

.cendo-header .top_header_info span {
  color: #fff;
  font-weight: 800;
}

.cendo-header .cendo-social-links {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  margin-right: 0;
}

.cendo-social-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.cendo-social-links a:hover {
  background: #fff;
  color: var(--cendo-navy);
}

.cendo-account-links {
  text-align: right;
}

.cendo-account-links .drop-lang {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}

.cendo-account-links .drop-lang li {
  align-items: center;
  display: inline-flex;
  margin-right: 0;
}

.cendo-account-links .site-nav__form {
  align-items: center;
  display: inline-flex;
  margin: 0;
}

.cendo-account-links a,
.cendo-account-links .site-nav__button {
  background: transparent;
  border: 0;
  color: #d8e7f2;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: inherit;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}

.cendo-account-links a:hover,
.cendo-account-links .site-nav__button:hover {
  color: var(--cendo-gold);
}

.cendo-header .bottom-header {
  background: #fff;
}

.cendo-header .header-inner {
  padding: 18px 0;
}

.cendo-header-shell {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
}

.cendo-header .logo {
  margin: 0;
}

.cendo-header .logo img {
  max-height: 72px;
  width: auto;
}

.cendo-menu-toggle {
  background: #fff;
  border: 1px solid var(--cendo-line);
  color: var(--cendo-ink);
  cursor: pointer;
  display: none;
  flex: 0 0 auto;
  height: 46px;
  padding: 0 12px;
  width: 46px;
}

.cendo-menu-toggle span {
  background: currentColor;
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 20px;
}

.cendo-header.is-menu-open .cendo-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.cendo-header.is-menu-open .cendo-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.cendo-header.is-menu-open .cendo-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.cendo-main-nav {
  display: block;
}

.cendo-mobile-menu-extras {
  display: none;
}

.cendo-mobile-socials,
.cendo-mobile-account-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cendo-mobile-socials {
  margin-top: 18px;
}

.cendo-mobile-socials a {
  align-items: center;
  background: #f3fbfb;
  border: 1px solid var(--cendo-line);
  border-radius: 50%;
  color: var(--cendo-navy);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.cendo-mobile-account-links {
  border-top: 1px solid var(--cendo-line);
  margin-top: 18px;
  padding-top: 18px;
}

.cendo-mobile-account-links a,
.cendo-mobile-account-links .site-nav__button {
  background: transparent;
  border: 0;
  color: var(--cendo-ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 0;
  text-transform: uppercase;
}

.cendo-mobile-account-links .site-nav__form {
  margin: 0;
}

.cendo-header .muti_menu {
  justify-self: end;
}

.cendo-header .muti_menu li {
  display: inline-block;
  margin: 0 15px;
}

.cendo-header .muti_menu a {
  color: #333;
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 34px 0;
  text-transform: uppercase;
}

.cendo-header .muti_menu a:hover {
  color: var(--cendo-gold);
}

.top-cart-wrapper a {
  align-items: center;
  background: var(--cendo-gold);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.cendo-mobile-nav-wrap {
  display: none;
}

.cendo-mobile-nav {
  display: none;
}

.cendo-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(47, 111, 159, 0.2), transparent 30%),
    linear-gradient(120deg, #f6f9fc 0%, #e8f2f9 52%, #dcebf5 100%);
  overflow: hidden;
  padding: 78px 0 86px;
  position: relative;
}

.cendo-hero::before {
  background: rgba(31, 95, 143, 0.08);
  content: "";
  height: 420px;
  position: absolute;
  right: -120px;
  top: -140px;
  transform: rotate(18deg);
  width: 360px;
}

.cendo-hero__row {
  align-items: center;
  display: flex;
}

.cendo-eyebrow,
.section-heading__eyebrow,
.detail-summary__eyebrow {
  color: var(--cendo-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cendo-hero h1 {
  color: var(--cendo-ink);
  font-size: clamp(42px, 5.4vw, 68px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1;
  margin: 18px 0;
  max-width: 620px;
}

.cendo-hero p {
  color: var(--cendo-muted);
  font-size: 17px;
  line-height: 1.8;
  max-width: 520px;
}

.cendo-hero__image {
  background: #fff;
  border: 1px solid rgba(18, 50, 74, 0.08);
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(18, 50, 74, 0.16);
  overflow: hidden;
  padding: 12px;
  position: relative;
  transform: rotate(-1deg);
}

.cendo-hero__image img {
  border-radius: 24px;
  height: 410px;
  object-fit: cover;
  width: 100%;
}

.cendo-hero__badge {
  background: rgba(255, 255, 255, 0.92);
  border-left: 4px solid var(--cendo-gold);
  bottom: 28px;
  box-shadow: 0 18px 42px rgba(18, 50, 74, 0.14);
  left: 28px;
  padding: 16px 20px;
  position: absolute;
}

.cendo-hero__badge span,
.cendo-hero__badge strong {
  display: block;
}

.cendo-hero__badge span {
  color: var(--cendo-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cendo-hero__badge strong {
  color: var(--cendo-ink);
  font-size: 20px;
  line-height: 1.2;
}

.cendo-service-strip {
  background: linear-gradient(135deg, #12c6cf 0%, #10b0ca 58%, #21bf6f 100%);
  color: #fff;
  padding: 30px 0;
}

.cendo-service-strip .col-md-4 {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 16px;
  min-height: 82px;
  padding: 10px 28px;
}

.cendo-service-strip .col-md-4:last-child {
  border-right: 0;
}

.cendo-service-strip i {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 54px;
  font-size: 24px;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.cendo-service-strip strong,
.cendo-service-strip span {
  display: block;
}

.cendo-service-strip span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
  max-width: 270px;
}

.cendo-service-strip strong {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.button,
.catalog-card__button,
.cart-item__qty button,
.cart-remove,
.cart-clear {
  border-radius: 0;
  font-family: Raleway, "Segoe UI", sans-serif;
}

.button--primary,
.catalog-card__button,
.cart-item__qty button {
  background: var(--cendo-navy);
  color: #fff;
}

.button--primary:hover,
.catalog-card__button:hover,
.cart-item__qty button:hover {
  background: var(--cendo-gold);
  color: #fff;
}

.button--secondary,
.cart-clear {
  border: 1px solid var(--cendo-line);
  color: var(--cendo-ink);
}

.cendo-section,
.cendo-shop-area,
.cendo-product-detail,
.cendo-cart-area {
  background: #fff;
  padding-bottom: 80px;
}

.section-heading h2,
.detail-copy h2 {
  color: var(--cendo-ink);
  font-weight: 900;
  text-transform: uppercase;
}

.cendo-product-grid {
  gap: 30px;
}

.cendo-product-card {
  background: #fff;
  border: 1px solid var(--cendo-line);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.cendo-product-card:hover {
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.cendo-product-card .product-card__media,
.cendo-product-card .catalog-card__media {
  background: var(--cendo-blue-soft);
  border-radius: 0;
}

.cendo-product-card img {
  aspect-ratio: 1 / 1.18;
  object-fit: cover;
}

.product-card__badge,
.catalog-card__category {
  background: var(--cendo-gold);
  border-radius: 0;
  color: #fff;
}

.product-card__body,
.catalog-card__body {
  padding: 24px;
}

.product-card__body h3,
.catalog-card__body h3 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card__price {
  color: var(--cendo-gold);
  font-size: 18px;
}

.product-card.cendo-product-card {
  background: #fff;
  border: 1px solid var(--cendo-line);
  box-shadow: 0 10px 34px rgba(18, 50, 74, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.product-card.cendo-product-card:hover {
  box-shadow: 0 24px 58px rgba(18, 50, 74, 0.14);
  transform: translateY(-5px);
}

.product-card.cendo-product-card .product-card__media {
  background: var(--cendo-blue-soft);
  overflow: hidden;
  padding: 0;
}

.product-card.cendo-product-card .product-card__media img {
  aspect-ratio: 1 / 1.04;
  border-radius: 0;
  display: block;
  object-fit: cover;
  transition: transform 360ms ease;
}

.product-card.cendo-product-card:hover .product-card__media img {
  transform: scale(1.035);
}

.product-card.cendo-product-card .product-card__badge {
  background: rgba(47, 111, 159, 0.94);
  border-radius: 0;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  color: #fff;
  font-size: 11px;
  left: 18px;
  letter-spacing: 0.12em;
  padding: 9px 14px;
  top: 18px;
}

.product-card.cendo-product-card .product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product-card.cendo-product-card .product-card__body h3 {
  color: var(--cendo-ink);
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.36;
  margin: 0 0 10px;
  min-height: 44px;
  text-transform: none;
}

.product-card.cendo-product-card .product-card__footer {
  align-items: flex-end;
  border-top: 1px solid var(--cendo-line);
  gap: 16px;
  margin-top: auto;
  padding-top: 18px;
}

.product-card.cendo-product-card .product-card__sku {
  color: var(--cendo-gold);
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-bottom: 8px;
}

.product-card.cendo-product-card .product-card__price {
  color: var(--cendo-ink);
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0;
}

.product-card.cendo-product-card .product-card__actions {
  align-items: stretch;
  gap: 8px;
}

.product-card.cendo-product-card .product-card__link,
.product-card.cendo-product-card .catalog-card__button {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.14em;
  min-height: 42px;
  padding: 0 14px;
}

.product-card.cendo-product-card .product-card__link {
  background: #e8f1f8;
  color: #245a82;
}

.product-card.cendo-product-card .product-card__link:hover {
  background: #d5e7f3;
  color: var(--cendo-ink);
}

.product-card.cendo-product-card .catalog-card__button {
  background: var(--cendo-navy);
  color: #fff;
  min-width: 104px;
}

.product-card.cendo-product-card .catalog-card__button:hover {
  background: var(--cendo-gold);
}

.cendo-page-title {
  background:
    linear-gradient(rgba(15, 42, 63, 0.78), rgba(15, 42, 63, 0.78)),
    url("/vendor/cendo/img/slider/banner2-1920x658.jpg") center/cover;
  color: #fff;
  margin-bottom: 40px;
  padding: 68px 0;
}

.cendo-page-title h1,
.cendo-page-title p {
  color: #fff;
}

.cendo-page-title .catalog-hero__card {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.cendo-catalog-hero {
  background:
    linear-gradient(90deg, rgba(10, 28, 43, 0.8) 0%, rgba(10, 28, 43, 0.58) 38%, rgba(10, 28, 43, 0.24) 72%, rgba(10, 28, 43, 0.14) 100%),
    url("/images/catalog-hero-selection.jpg") center center/cover no-repeat;
  min-height: 440px;
  padding: 86px 0;
}

.cendo-catalog-hero .catalog-hero__grid {
  align-items: end;
  min-height: 268px;
}

.cendo-catalog-hero h1 {
  font-size: clamp(40px, 5.2vw, 66px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  max-width: 620px;
}

.cendo-catalog-hero p {
  font-size: 17px;
  line-height: 1.8;
  max-width: 560px;
}

.cendo-catalog-hero .section-heading__eyebrow {
  color: #d7e7f4;
}

.cendo-catalog-hero .catalog-hero__card {
  backdrop-filter: blur(6px);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.1));
  box-shadow: 0 24px 54px rgba(2, 16, 28, 0.24);
  min-width: 220px;
}

.cendo-cart-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.18), transparent 28%),
    radial-gradient(circle at 16% 88%, rgba(18, 187, 204, 0.28), transparent 30%),
    linear-gradient(135deg, #14c8d0 0%, #11aeca 55%, #21bf6f 100%);
  overflow: hidden;
  padding: 82px 0;
  position: relative;
}

.cendo-cart-hero::before {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  content: "";
  height: 320px;
  position: absolute;
  right: -90px;
  top: -120px;
  width: 520px;
}

.cendo-cart-hero__grid {
  align-items: center;
  gap: 34px;
  position: relative;
  z-index: 1;
}

.cendo-cart-hero__copy h1 {
  font-size: clamp(40px, 5vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1.02;
  max-width: 600px;
}

.cendo-cart-hero__copy p {
  font-size: 18px;
  line-height: 1.7;
  max-width: 660px;
}

.cendo-cart-hero__panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(2, 20, 36, 0.24);
  color: var(--cendo-ink);
  min-width: 340px;
  padding: 28px;
}

.cendo-cart-hero__panel-head {
  align-items: center;
  border-bottom: 1px solid var(--cendo-line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 18px;
}

.cendo-cart-hero__panel-head span {
  color: var(--cendo-navy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cendo-cart-hero__panel-head strong {
  background: #e7f9f8;
  border-radius: 999px;
  color: var(--cendo-navy);
  font-size: 12px;
  padding: 7px 11px;
}

.cendo-cart-hero__metric {
  align-items: flex-end;
  display: flex;
  gap: 14px;
  padding: 24px 0;
}

.cendo-cart-hero__metric strong {
  color: var(--cendo-navy);
  font-size: 58px;
  line-height: 0.9;
}

.cendo-cart-hero__metric span {
  color: var(--cendo-muted);
  font-size: 15px;
  line-height: 1.35;
  max-width: 130px;
}

.cendo-cart-hero__steps {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}

.cendo-cart-hero__steps span {
  background: #ecfbfa;
  border-radius: 18px;
  color: var(--cendo-ink);
  display: grid;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  justify-items: center;
  padding: 14px 8px;
  text-align: center;
}

.cendo-cart-hero__steps i {
  color: var(--cendo-navy);
  font-size: 18px;
}

.catalog-filter-bar,
.catalog-toolbar,
.cart-summary,
.contact-card,
.detail-copy__panel {
  border-radius: 0;
}

.cendo-detail-grid {
  align-items: start;
}

.cendo-detail-gallery .detail-gallery__hero {
  background: var(--cendo-blue-soft);
  border: 1px solid var(--cendo-line);
  border-radius: 0;
  padding: 16px;
}

.detail-lightbox-trigger {
  background: transparent;
  border: 0;
  cursor: zoom-in;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}

.detail-lightbox-trigger span {
  align-items: center;
  background: rgba(15, 42, 63, 0.88);
  bottom: 18px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  left: 18px;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  position: absolute;
  text-transform: uppercase;
}

.cendo-detail-gallery .detail-gallery__hero img {
  max-height: 620px;
  object-fit: contain;
  width: 100%;
}

.cendo-detail-summary {
  border: 1px solid var(--cendo-line);
  border-radius: 0;
  box-shadow: none;
}

.cendo-detail-summary h1 {
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.detail-price strong {
  color: var(--cendo-gold);
}

.detail-copy__html {
  color: var(--cendo-muted);
  line-height: 1.8;
}

.detail-copy__html p,
.detail-copy__html ul,
.detail-copy__html ol {
  margin-bottom: 16px;
}

.detail-copy__html img {
  height: auto;
  max-width: 100%;
}

.detail-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.86);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 30px;
  position: fixed;
  z-index: 1000;
}

.detail-lightbox--open {
  display: flex;
}

.detail-lightbox img {
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  max-height: 92vh;
  max-width: 92vw;
  object-fit: contain;
}

.detail-lightbox__close {
  background: #fff;
  border: 0;
  color: var(--cendo-ink);
  font-size: 40px;
  height: 54px;
  line-height: 1;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 54px;
}

.cendo-add-to-cart input {
  border: 1px solid var(--cendo-line);
  border-radius: 0;
}

.cendo-cart-item,
.cendo-cart-summary {
  border: 1px solid var(--cendo-line);
  border-radius: 0;
  box-shadow: none;
}

.cendo-cart-shell,
.cendo-cart-item {
  align-items: start;
}

.cendo-cart-item img {
  align-self: start;
  background: var(--cendo-blue-soft);
  border-radius: 0;
}

.shipping-login-gate {
  background: linear-gradient(145deg, #ecfbfa, #ffffff);
  border: 1px solid var(--cendo-line);
  margin: 24px 0;
  padding: 24px;
}

.shipping-profile-card {
  background: #f4fcfb;
  border: 1px solid var(--cendo-line);
  margin: 24px 0;
  padding: 22px;
}

.shipping-login-gate__icon {
  align-items: center;
  background: var(--cendo-navy);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 14px;
  width: 44px;
}

.shipping-login-gate h4,
.shipping-profile-card h4 {
  color: var(--cendo-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
  margin: 0 0 10px;
}

.shipping-login-gate p,
.shipping-profile-card p {
  color: var(--cendo-muted);
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 18px;
}

.shipping-login-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-summary__action,
.cart-summary__action-link {
  display: block;
  width: 100%;
}

.cart-summary__action .button,
.cart-summary__action .cart-clear,
.cart-summary__action-link.button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 54px;
  text-align: center;
  width: 100%;
}

.cendo-footer {
  background: var(--cendo-navy);
  color: #c7d9e7;
  padding: 64px 0;
}

.cendo-footer__grid {
  row-gap: 22px;
}

.cendo-footer__card {
  min-height: 100%;
  padding: 26px 28px;
  border: 1px solid rgba(221, 235, 246, 0.12);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 46px rgba(4, 23, 42, 0.18);
}

.cendo-footer__card--brand {
  background: linear-gradient(145deg, rgba(75, 111, 143, 0.28), rgba(255, 255, 255, 0.035));
}

.cendo-footer h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.cendo-footer__eyebrow {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.cendo-footer p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}

.cendo-footer p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .cendo-header .top_header {
    display: none;
  }

  .cendo-hero__row {
    display: block;
  }

  .cendo-header .header-inner {
    padding: 10px 0;
  }

  .cendo-header-shell {
    gap: 10px 14px;
    grid-template-columns: minmax(0, 1fr) 46px;
    position: relative;
  }

  .cendo-header .logo {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
    min-width: 0;
  }

  .cendo-header .logo img {
    max-height: 64px;
  }

  .cendo-menu-toggle {
    display: none;
  }

  .top-cart-wrapper {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .cendo-header .muti_menu {
    display: none;
  }

  .cendo-mobile-menu-extras {
    display: none;
  }

  .cendo-mobile-nav-wrap {
    display: block;
    padding: 0 0 14px;
  }

  .cendo-mobile-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 6px;
    white-space: nowrap;
  }

  .cendo-mobile-nav a {
    background: #f3fbfb;
    border: 1px solid var(--cendo-line);
    border-radius: 999px;
    color: var(--cendo-ink);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    padding: 10px 14px;
    text-transform: uppercase;
  }

  .cendo-mobile-nav a:hover {
    background: var(--cendo-navy);
    border-color: var(--cendo-navy);
    color: #fff;
  }

  .cendo-mobile-nav::-webkit-scrollbar {
    height: 6px;
  }

  .cendo-hero__image {
    margin-top: 34px;
    transform: none;
  }

  .cendo-cart-hero__panel {
    margin-top: 24px;
    min-width: 0;
  }

  .cendo-catalog-hero {
    background-position: 74% center;
    min-height: 0;
    padding: 64px 0;
  }

  .cendo-catalog-hero .catalog-hero__grid {
    min-height: 0;
  }

  .cendo-service-strip .col-md-4 {
    border-right: 0;
    margin: 12px 0;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 18px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .top-cart-wrapper {
    margin-bottom: 0;
    text-align: right;
  }

  .top-cart-wrapper a {
    height: 42px;
    width: 42px;
  }

  .cendo-header .logo img {
    max-height: 48px;
  }

  .cendo-mobile-nav-wrap {
    padding-bottom: 12px;
  }

  .cendo-mobile-nav a {
    font-size: 10px;
    padding: 9px 12px;
  }

  .cendo-hero {
    padding: 34px 0 40px;
  }

  .cendo-hero h1 {
    font-size: 34px;
  }

  .cendo-hero__image img {
    height: 220px;
  }

  .cendo-catalog-hero {
    background-position: 78% center;
    padding: 52px 0;
  }

  .cendo-catalog-hero h1 {
    font-size: 34px;
  }
}
