:root {
  --ot365-blue: #0b63d8;
  --ot365-blue-dark: #004dbb;
  --ot365-navy: #071b3a;
  --ot365-text: #25334d;
  --ot365-muted: #66748c;
  --ot365-border: #dfe7f3;
  --ot365-bg: #f5f9ff;
}

body.ot365-layout-active {
  margin-top: 0 !important;
}

body.ot365-layout-active main,
body.ot365-layout-active #content,
body.ot365-layout-active #primary,
body.ot365-layout-active .site-content,
body.ot365-layout-active .elementor,
body.ot365-layout-active .elementor-section-wrap {
  visibility: visible !important;
  opacity: 1 !important;
}

body.ot365-layout-hide-theme-chrome .site-header,
body.ot365-layout-hide-theme-chrome #masthead,
body.ot365-layout-hide-theme-chrome header.site-header,
body.ot365-layout-hide-theme-chrome .elementor-location-header,
body.ot365-layout-hide-theme-chrome .site-footer,
body.ot365-layout-hide-theme-chrome #colophon,
body.ot365-layout-hide-theme-chrome footer.site-footer,
body.ot365-layout-hide-theme-chrome .elementor-location-footer {
  display: none !important;
}

body.ot365-layout-hide-theme-chrome .ot365-navbar,
body.ot365-layout-hide-theme-chrome .ot365-footer {
  display: block !important;
}

.ot365-navbar,
.ot365-navbar *,
.ot365-footer,
.ot365-footer * {
  box-sizing: border-box;
}

.ot365-navbar {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid var(--ot365-border);
  font-family: inherit;
  color: var(--ot365-navy);
  position: sticky !important;
  top: 0;
  z-index: 2147483000;
  box-shadow: 0 10px 30px rgba(7, 27, 58, .06);
  transform: translateZ(0);
}

body.admin-bar .ot365-navbar {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .ot365-navbar {
    top: 46px;
  }
}

.ot365-navbar__top {
  max-width: 1320px;
  margin: 0 auto;
  min-height: 86px;
  padding: 14px 20px;
  display: grid;
  grid-template-columns: auto auto minmax(260px, 1fr) auto auto auto auto;
  gap: 18px;
  align-items: center;
}

.ot365-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ot365-navy) !important;
  text-decoration: none !important;
  min-width: max-content;
  line-height: 1;
}

.ot365-logo__icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  box-shadow: none;
  position: relative;
  overflow: visible;
}

.ot365-logo__icon::after {
  display: none;
}

.ot365-logo__icon svg {
  width: 46px;
  height: 46px;
  display: block;
  position: relative;
  z-index: 2;
}

.ot365-logo__doc {
  fill: #ffffff;
  stroke: var(--ot365-blue);
  stroke-width: 2.25;
  stroke-linejoin: round;
  filter: drop-shadow(0 5px 12px rgba(11, 99, 216, .16));
}

.ot365-logo__fold {
  fill: none;
  stroke: #7aaef2;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ot365-logo__line {
  fill: none;
  stroke: #c8d8ee;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.ot365-logo__seal {
  fill: var(--ot365-blue);
  filter: drop-shadow(0 4px 9px rgba(11, 99, 216, .24));
}

.ot365-logo__seal-shield {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.15;
  stroke-linejoin: round;
}

.ot365-logo__seal-check {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* compatibility for older cached inline SVG */
.ot365-logo__shield {
  fill: rgba(11, 99, 216, .08);
  stroke: var(--ot365-blue);
  stroke-width: 2.25;
  stroke-linejoin: round;
}

.ot365-logo__check {
  fill: none;
  stroke: var(--ot365-blue);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ot365-logo__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.ot365-logo__title {
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--ot365-navy);
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.ot365-logo__title span {
  color: var(--ot365-navy);
}

.ot365-logo__title b {
  color: var(--ot365-blue);
  font-size: 20px;
  font-weight: 1000;
  letter-spacing: -.045em;
}

.ot365-logo__sub {
  color: #637189;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: -.01em;
  white-space: nowrap;
}

/* legacy fallback for cached markup */
.ot365-logo__mark {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b63d8, #004dbb);
  box-shadow: 0 12px 26px rgba(11, 99, 216, .22);
  position: relative;
}

.ot365-logo__mark::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 12px;
  width: 12px;
  height: 20px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
  border-radius: 2px;
}

.ot365-logo__text {
  display: grid;
  gap: 3px;
}

.ot365-logo__text strong {
  color: var(--ot365-navy);
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.ot365-logo__text em {
  color: #637189;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 800;
}

.ot365-catalog-btn {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  background: var(--ot365-blue);
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(11, 99, 216, .20);
}

.ot365-catalog-btn span,
.ot365-catalog-btn span::before,
.ot365-catalog-btn span::after {
  width: 18px;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 5px;
  position: relative;
}

.ot365-catalog-btn span::before,
.ot365-catalog-btn span::after {
  content: "";
  position: absolute;
  left: 0;
}

.ot365-catalog-btn span::before { top: -6px; }
.ot365-catalog-btn span::after { top: 6px; }

.ot365-top-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 50px;
  min-height: 50px;
  border: 1px solid var(--ot365-border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.ot365-top-search input {
  min-width: 0;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0 16px;
  color: var(--ot365-navy);
  font-size: 15px;
  font-weight: 700;
  background: transparent !important;
}

.ot365-top-search input::placeholder {
  color: #8794aa;
}

.ot365-top-search button {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  position: relative;
  cursor: pointer;
  color: var(--ot365-blue);
  appearance: none;
  -webkit-appearance: none;
}

.ot365-top-search button::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 2.5px solid currentColor;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-58%, -58%);
}

.ot365-top-search button::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2.5px;
  background: currentColor;
  left: 50%;
  top: 50%;
  transform: translate(4px, 5px) rotate(45deg);
  transform-origin: left center;
  border-radius: 999px;
}


.ot365-header-link,
.ot365-phone-link,
.ot365-account-btn {
  color: var(--ot365-navy) !important;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.ot365-phone-link {
  color: var(--ot365-blue) !important;
  font-weight: 900;
}

.ot365-phone-link:hover {
  color: var(--ot365-blue-dark) !important;
}

.ot365-action-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  border: 1px solid var(--ot365-border);
  background: #ffffff;
  color: var(--ot365-navy) !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 10px 22px rgba(7, 27, 58, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}

.ot365-action-icon:hover {
  transform: translateY(-1px);
  color: var(--ot365-blue) !important;
  border-color: rgba(11, 99, 216, .28);
  box-shadow: 0 14px 28px rgba(11, 99, 216, .12);
}

.ot365-action-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.ot365-action-icon--favorite svg path {
  fill: none;
}

.ot365-action-icon--cart b {
  position: absolute;
  right: -7px;
  top: -7px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--ot365-blue);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 2px solid #ffffff;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: 950;
  box-shadow: 0 6px 14px rgba(11, 99, 216, .26);
}

.ot365-action-icon--account {
  background: #f7fbff;
}

.ot365-action-icon--account:hover {
  background: #ffffff;
}

/* legacy text fallback for old cached markup */
.ot365-header-link--cart b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  margin-left: 4px;
  border-radius: 999px;
  background: var(--ot365-blue);
  color: #fff;
  font-size: 12px;
}

.ot365-account-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid var(--ot365-border);
  background: #fff;
}

.ot365-burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
}

.ot365-burger span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ot365-navy);
}

.ot365-navbar__menu {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.ot365-navbar__menu::-webkit-scrollbar { display: none; }

.ot365-navbar__menu a {
  color: var(--ot365-navy) !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}

.ot365-footer {
  width: 100%;
  background: #f4f8ff;
  color: var(--ot365-text);
  font-family: inherit;
  padding: 42px 20px 38px;
  border-top: 1px solid var(--ot365-border);
}

.ot365-footer__cta {
  max-width: 1320px;
  min-height: 146px;
  margin: 0 auto 48px;
  padding: 36px 44px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0b63d8, #0046ba);
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.ot365-footer__cta::after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: -50px;
  width: 220px;
  height: 150px;
  border-radius: 16px;
  background: rgba(255,255,255,.20);
  transform: rotate(-8deg);
}

.ot365-footer__cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -.035em;
  font-weight: 950;
}

.ot365-footer__cta p {
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  font-weight: 800;
}

.ot365-footer__cta a {
  position: relative;
  z-index: 2;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 12px;
  background: #fff;
  color: var(--ot365-blue) !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  white-space: nowrap;
}

.ot365-footer__grid {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .95fr .95fr .8fr 1.05fr;
  gap: 48px;
  align-items: start;
}

.ot365-footer__brand p,
.ot365-footer__brand small,
.ot365-footer__col a,
.ot365-footer__col span {
  color: #52627a !important;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  text-decoration: none !important;
}

.ot365-footer__brand p {
  margin: 24px 0 22px;
  max-width: 280px;
}

.ot365-footer__col {
  display: grid;
  gap: 12px;
}

.ot365-footer__col h3 {
  margin: 0 0 8px;
  color: var(--ot365-navy);
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
}

.ot365-footer__contacts a,
.ot365-footer__contacts span {
  color: #42526b !important;
}

.ot365-socials {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.ot365-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ot365-blue);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .ot365-navbar__top {
    grid-template-columns: auto auto 1fr auto auto auto;
    gap: 12px;
  }
  .ot365-phone-link,
  .ot365-header-link--favorite {
    display: none;
  }
  .ot365-action-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 13px;
  }
  .ot365-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .ot365-navbar__top {
    grid-template-columns: 1fr auto auto;
    gap: 12px;
  }
  .ot365-catalog-btn,
  .ot365-top-search,
  .ot365-header-link,
  .ot365-account-btn,
  .ot365-action-icon {
    display: none;
  }
  .ot365-burger {
    display: block;
  }
  .ot365-navbar__menu {
    justify-content: flex-start;
    min-height: 48px;
  }
  .ot365-logo__title { font-size: 14px; gap: 5px; }
  .ot365-logo__title b { font-size: 15px; }
  .ot365-logo__sub { font-size: 11.5px; }
  .ot365-logo__icon { width: 40px; height: 40px; flex-basis: 40px; border-radius: 13px; }
  .ot365-logo__icon svg { width: 40px; height: 40px; }
  .ot365-logo__mark { width: 40px; height: 40px; flex-basis: 40px; }
  .ot365-logo__mark::before { left: 13px; top: 8px; }
  .ot365-footer__cta {
    display: grid;
    padding: 28px 24px;
  }
  .ot365-footer__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


.ot365-legacy-footer-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
}

.ot365-legacy-header-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ot365-legacy-header-hidden {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  pointer-events: none !important;
}


@media (max-width: 480px) {
  .ot365-navbar__top { padding-left: 12px; padding-right: 12px; }
  .ot365-logo { gap: 9px; }
  .ot365-logo__title { font-size: 12.5px; gap: 4px; }
  .ot365-logo__title b { font-size: 13.5px; }
  .ot365-logo__sub { font-size: 10.5px; }
  .ot365-logo__icon { width: 36px; height: 36px; flex-basis: 36px; border-radius: 12px; }
  .ot365-logo__icon svg { width: 36px; height: 36px; }
}


#ot365-catalog,
.ot365-catalog,
.ot365-catalog-home {
  scroll-margin-top: 152px;
}

/* OT365 Layout 6.2 — full responsive navbar */
.ot365-navbar {
  isolation: isolate;
}

.ot365-burger {
  border-radius: 14px !important;
  border: 1px solid var(--ot365-border) !important;
  background: #ffffff !important;
  box-shadow: 0 10px 22px rgba(7, 27, 58, .05);
  cursor: pointer;
  padding: 0 !important;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ot365-burger:hover {
  border-color: rgba(11, 99, 216, .28) !important;
  box-shadow: 0 14px 28px rgba(11, 99, 216, .10);
}

.ot365-navbar.is-open .ot365-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.ot365-navbar.is-open .ot365-burger span:nth-child(2) {
  opacity: 0;
}

.ot365-navbar.is-open .ot365-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.ot365-burger span {
  transition: transform .18s ease, opacity .18s ease;
}

@media (max-width: 1240px) {
  .ot365-navbar__top {
    grid-template-columns: auto auto minmax(220px, 1fr) auto auto auto;
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ot365-catalog-btn {
    padding: 0 16px;
  }

  .ot365-phone-link {
    display: none !important;
  }

  .ot365-navbar__menu {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
  }
}

@media (max-width: 1040px) {
  .ot365-navbar__top {
    grid-template-columns: auto auto minmax(180px, 1fr) auto auto;
    min-height: 78px;
    gap: 10px;
  }

  .ot365-logo__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .ot365-logo__icon svg {
    width: 42px;
    height: 42px;
  }

  .ot365-logo__title {
    font-size: 16px;
    gap: 5px;
  }

  .ot365-logo__title b {
    font-size: 17px;
  }

  .ot365-logo__sub {
    font-size: 11.5px;
  }

  .ot365-catalog-btn {
    min-height: 46px;
    padding: 0 14px;
    font-size: 14px;
  }

  .ot365-top-search {
    min-height: 46px;
    grid-template-columns: minmax(0,1fr) 46px;
  }

  .ot365-top-search button {
    min-height: 46px;
  }

  .ot365-action-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 13px;
  }

  .ot365-action-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 900px) {
  .ot365-navbar__top {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px 44px 44px;
    grid-template-areas:
      "logo cart account burger"
      "search search search search";
    gap: 10px;
    padding: 10px 14px 12px;
    min-height: auto;
  }

  .ot365-logo {
    grid-area: logo;
    min-width: 0;
    max-width: 100%;
  }

  .ot365-logo__copy {
    min-width: 0;
  }

  .ot365-logo__title,
  .ot365-logo__sub {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ot365-catalog-btn,
  .ot365-phone-link,
  .ot365-action-icon--favorite {
    display: none !important;
  }

  .ot365-action-icon--cart {
    grid-area: cart;
    display: inline-flex !important;
  }

  .ot365-action-icon--account {
    grid-area: account;
    display: inline-flex !important;
  }

  .ot365-burger {
    grid-area: burger;
    display: block !important;
    width: 44px;
    height: 44px;
  }

  .ot365-top-search {
    grid-area: search;
    display: grid !important;
    width: 100%;
    min-height: 46px;
    border-radius: 13px;
  }

  .ot365-navbar__menu {
    display: none;
    max-width: none;
    width: 100%;
    padding: 8px 14px 14px;
    min-height: 0;
    overflow: visible;
    border-top: 1px solid rgba(7, 27, 58, .08);
    background: #ffffff;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ot365-navbar.is-open .ot365-navbar__menu {
    display: grid;
  }

  .ot365-navbar__menu a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 12px;
    background: #f6f9ff;
    border: 1px solid rgba(7, 27, 58, .06);
    font-size: 13px;
    line-height: 1.15;
  }

  .ot365-navbar__menu a:hover {
    color: var(--ot365-blue) !important;
    background: #eef5ff;
    border-color: rgba(11, 99, 216, .18);
  }
}

@media (max-width: 560px) {
  .ot365-navbar__top {
    grid-template-columns: minmax(0, 1fr) 42px 42px 42px;
    gap: 8px;
    padding: 9px 12px 11px;
  }

  .ot365-logo {
    gap: 8px;
  }

  .ot365-logo__icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .ot365-logo__icon svg {
    width: 38px;
    height: 38px;
  }

  .ot365-logo__title {
    font-size: 13px;
    letter-spacing: -.04em;
    gap: 4px;
  }

  .ot365-logo__title b {
    font-size: 14px;
  }

  .ot365-logo__sub {
    display: none;
  }

  .ot365-action-icon,
  .ot365-burger {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 12px;
  }

  .ot365-action-icon svg {
    width: 19px;
    height: 19px;
  }

  .ot365-top-search {
    min-height: 44px;
    grid-template-columns: minmax(0,1fr) 44px;
  }

  .ot365-top-search input {
    padding-left: 13px;
    font-size: 14px;
  }

  .ot365-top-search button {
    min-height: 44px;
  }

  .ot365-navbar__menu {
    grid-template-columns: 1fr;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 390px) {
  .ot365-logo__title span {
    max-width: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ot365-logo__icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .ot365-logo__icon svg {
    width: 34px;
    height: 34px;
  }

  .ot365-navbar__top {
    grid-template-columns: minmax(0, 1fr) 40px 40px 40px;
  }

  .ot365-action-icon,
  .ot365-burger {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }
}


/* OT365 6.5: cart removed from header everywhere */
.ot365-action-icon--cart,
.ot365-header-link--cart,
.ot365-mobile-actions a[href*="/cart"],
.ot365-mobile-actions a[href*="cart"] {
  display: none !important;
}
.ot365-action-icon--favorite.is-has-favorites {
  color: var(--ot365-blue) !important;
  border-color: rgba(11, 99, 216, .30) !important;
  background: #f4f8ff !important;
}
.ot365-action-icon--favorite.is-has-favorites svg path {
  fill: rgba(11, 99, 216, .12);
}
