@charset "UTF-8";
/* Blog Forum — Shop */
/* Developers: Syed Zain Nasir */
/* Supplied catalog design, with shared Blog layout, breadcrumb and Finder. */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", "Open Sans", Helvetica, Arial, sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tep-image,
.tep-picture {
  display: contents;
}

picture > source {
  display: none;
}

:where(img.image-auto-height) {
  height: auto;
  aspect-ratio: var(--image-ratio);
}

.header {
  background: #fff;
}

.row-a {
  height: 84px;
  padding: 0 1.4% 0 1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: block;
  width: 250px;
  height: auto;
}

.searchbar {
  width: 358px;
  height: 38px;
  display: flex;
  border: 1px solid #8adcf5;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(249, 254, 255, 0.8), rgba(221, 247, 255, 0.8));
  box-shadow: inset 0 1px #fff, 0 3px 10px rgba(6, 158, 219, 0.0784313725);
  backdrop-filter: blur(8px);
  transition: 0.2s;
}
.searchbar:focus-within {
  border-color: #19bce9;
  box-shadow: 0 0 0 3px rgba(22, 188, 229, 0.1215686275), 0 5px 14px rgba(6, 158, 219, 0.1215686275);
}
.searchbar input {
  width: calc(100% - 40px);
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 12px;
}
.searchbar input::placeholder {
  color: #4e5d65;
}
.searchbar button {
  width: 40px;
  border: 0;
  border-left: 1px solid #bcecf7;
  background: rgba(255, 255, 255, 0.3215686275);
  display: grid;
  place-items: center;
  color: #079edb;
  cursor: pointer;
}
.searchbar button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.top-actions {
  display: flex;
  gap: 7px;
  align-items: center;
}

.top-action {
  height: 40px;
  padding: 0 11px 0 8px;
  border: 1px solid #8adcf5;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(250, 255, 255, 0.8705882353), rgba(223, 248, 255, 0.8));
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(2, 127, 181, 0.0823529412);
  display: flex;
  align-items: center;
  gap: 7px;
  position: relative;
  color: #17242b;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.2s;
}
.top-action:hover {
  transform: translateY(-1px);
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.action-icon {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.action-icon img {
  display: block;
  width: 25px;
  height: 25px;
}

.top-action > :where(picture.tep-picture) > .arrow {
  width: 9px;
  height: auto;
  margin-left: 1px;
  opacity: 0.75;
}

.account a:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .row-a {
    height: 76px;
    gap: 10px;
  }
  .logo {
    width: 212px;
  }
  .searchbar {
    max-width: 294px;
  }
  .top-action {
    height: 36px;
    padding: 0 8px;
    gap: 5px;
    font-size: 11px;
  }
}
@media (max-width: 880px) {
  .row-a {
    height: 76px;
  }
  .logo {
    width: 190px;
  }
  .searchbar {
    max-width: 233px;
  }
  .top-action {
    height: 34px;
    padding: 0 5px;
    gap: 3px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .searchbar {
    display: none;
  }
}
@media (max-width: 600px) {
  .row-a {
    height: 58px;
    padding: 0 1.5%;
  }
  .logo {
    width: 128px;
  }
  .top-actions {
    gap: 3px;
  }
  .top-action {
    height: 32px;
    padding: 0 5px;
  }
  .top-action img,
  .top-action .flag,
  .top-action .arrow,
  .action-icon {
    display: none;
  }
}
.row-b {
  height: 48px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4392156863), inset 0 -1px rgba(8, 124, 196, 0.2666666667);
}

.main-nav {
  width: auto;
  padding-left: 2%;
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-nav a {
  height: 32px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: 0.18s;
}
.main-nav a:hover {
  border-color: rgba(255, 255, 255, 0.3490196078);
  background: rgba(255, 255, 255, 0.1764705882);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.231372549);
}
.main-nav svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 1px 1px rgba(0, 105, 156, 0.3333333333));
}
.main-nav img {
  width: auto;
  max-height: 13px;
}
.main-nav .nav-arrow {
  width: 9px;
  height: 5px;
  margin-left: -2px;
}

.sponsor-links {
  padding-right: 1.6%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sponsor-links a {
  padding-left: 12px;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  white-space: nowrap;
}
.sponsor-links img {
  width: 17px;
}

.mobile-menu {
  display: none;
}

@media (max-width: 1200px) {
  .main-nav {
    width: 64%;
  }
}
@media (max-width: 880px) {
  .row-b {
    height: 44px;
  }
  .mobile-menu {
    display: block;
    margin-left: 20px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .mobile-menu img {
    width: 25px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 25;
    width: 300px;
    padding: 0;
    background: linear-gradient(#1dbbe3, #11aded, #049dfa);
  }
  .header.menu-open .main-nav {
    display: block;
  }
  .main-nav a {
    height: auto;
    padding: 10px 15px;
    border-bottom: 1.5px dashed #fff;
  }
  .sponsor-links {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .main-nav {
    top: 102px;
  }
  .sponsor-links a {
    font-size: 11px;
  }
  .sponsor-links a:first-child {
    display: none;
  }
}
.row-c {
  height: 28px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(#3c3c3b, #1d1d1b);
}

.categories,
.more-categories {
  display: flex;
  align-items: center;
}

.categories a {
  height: 28px;
  padding: 0 8px;
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.categories a:hover {
  background: rgba(255, 255, 255, 0.0941176471);
}

.category-arrow {
  width: 9px;
  height: 5px;
}

.category-toggle {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.category-toggle img {
  width: 12px;
  height: 10px;
  padding: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.category-toggle .close-icon {
  display: none;
}

.ai-links {
  padding-right: 1.6%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ai-links a {
  height: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.ai-links a img {
  width: auto;
  max-height: 15px;
}
.ai-links .divider {
  height: 60%;
  border-left: 1px solid #fff;
}

@media (max-width: 1200px) {
  .categories a,
  .ai-links a {
    font-size: 11px;
    padding-inline: 6px;
  }
}
@media (max-width: 880px) {
  .category-toggle {
    display: flex;
    align-items: center;
    margin: 0 5px;
  }
  .more-categories {
    position: absolute;
    top: 148px;
    left: 0;
    z-index: 24;
    width: 300px;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
    background: linear-gradient(0deg, #1d1d1b, #3c3c3b);
    transition: height 0.3s;
  }
  .categories.categories-open .more-categories {
    height: 250px;
    overflow: auto;
    visibility: visible;
  }
  .categories.categories-open .open-icon {
    display: none;
  }
  .categories.categories-open .close-icon {
    display: block;
  }
  .more-categories a {
    height: 36px;
    padding: 5px 8px;
    border-right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px dashed #fff;
  }
  .ai-links {
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .row-c {
    height: 25px;
  }
  .categories {
    max-width: 100%;
  }
  .categories > a {
    height: 25px;
    font-size: 11px;
  }
  .more-categories {
    top: 127px;
  }
  .ai-links {
    display: none;
  }
}
.header {
  position: relative;
  z-index: 50;
}

.header-glyphs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.header-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.main-nav > .header-dropdown {
  display: flex;
  align-items: center;
}

.categories > .header-dropdown,
.more-categories > .header-dropdown {
  display: flex;
}

.nav-dropdown-trigger {
  height: 32px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 2px rgba(0, 107, 176, 0.3019607843);
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.nav-dropdown-trigger:hover, .nav-dropdown-trigger[aria-expanded=true] {
  border-color: rgba(255, 255, 255, 0.3490196078);
  background: rgba(255, 255, 255, 0.1764705882);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.231372549);
}

.category-dropdown-trigger {
  height: 28px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-right: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  cursor: pointer;
}
.category-dropdown-trigger:hover, .category-dropdown-trigger[aria-expanded=true] {
  background: rgba(255, 255, 255, 0.0941176471);
}

.header [data-dropdown-trigger] .arrow,
.header [data-dropdown-trigger] .nav-arrow,
.header [data-dropdown-trigger] .category-arrow {
  transition: transform 0.18s ease;
}

.header [data-dropdown-trigger][aria-expanded=true] .arrow,
.header [data-dropdown-trigger][aria-expanded=true] .nav-arrow,
.header [data-dropdown-trigger][aria-expanded=true] .category-arrow {
  transform: rotate(180deg);
}

.top-action[aria-expanded=true] {
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.header [data-dropdown-trigger]:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 3px;
}

.header .row-b [data-dropdown-trigger]:focus-visible,
.header .row-c [data-dropdown-trigger]:focus-visible {
  outline-color: #fff;
  outline-offset: -3px;
}

.header .header-panel {
  position: fixed;
  z-index: 100;
  top: var(--dropdown-top, 84px);
  left: var(--dropdown-left, 12px);
  width: 304px;
  max-width: calc(100vw - 24px);
  max-height: var(--dropdown-max-height, calc(100dvh - 108px));
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #8acfe2 transparent;
  padding: 12px;
  border: 1px solid #a4dbe9;
  border-radius: 14px;
  color: #274b5a;
  background: linear-gradient(135deg, rgba(244, 253, 255, 0.9803921569), rgba(230, 247, 253, 0.968627451) 62%, rgba(243, 242, 255, 0.9803921569));
  box-shadow: inset 0 1px #fff, 0 15px 36px rgba(23, 73, 102, 0.1490196078), 0 3px 9px rgba(23, 73, 102, 0.0705882353);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  text-align: left;
  white-space: normal;
}

.header .header-panel[hidden] {
  display: none;
}

.header .header-panel:not([hidden]) {
  animation: header-panel-enter 0.14s ease-out;
}

.header .header-panel--language {
  width: 320px;
}

.header .header-panel--contact {
  width: 840px;
}

.header .header-panel--account {
  width: 280px;
}

.header .dd-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 2px 2px 12px;
  border-bottom: 1px solid #c6e4ed;
}

.header .dd-heading h2 {
  margin: 0;
  color: #234e61;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
}

.header .dd-heading img {
  display: block;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  max-height: none;
  object-fit: contain;
}

.header .header-panel svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: none;
}

.header .dd-list {
  display: grid;
  gap: 4px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.header .header-panel .dd-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 42px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 9px;
  background: transparent;
  color: #294b5b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: normal;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  text-align: left;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.16s, border-color 0.16s, box-shadow 0.16s;
}

.header .header-panel a.dd-link:hover {
  border-color: #addfec;
  color: #086f99;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.8509803922), #dff5fd);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(22, 137, 173, 0.062745098);
  text-decoration: none;
  cursor: pointer;
}

.header .dd-icon {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid #b3dfea;
  border-radius: 8px;
  color: #1296c4;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.9294117647), #c9efff);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(22, 126, 165, 0.0941176471);
}

.header .dd-icon--mint {
  color: #189775;
  border-color: #b0e6d3;
  background: linear-gradient(140deg, #f6fff9, #c5f1e1);
}

.header .dd-icon--violet {
  color: #8d64bf;
  border-color: #d8c5ed;
  background: linear-gradient(140deg, #fffaff, #e9dcfc);
}

.header .dd-icon--amber {
  color: #ae7a20;
  border-color: #efdbab;
  background: linear-gradient(140deg, #fffdf6, #ffedbc);
}

.header .dd-icon--rose {
  color: #bd6584;
  border-color: #edcedd;
  background: linear-gradient(140deg, #fffafd, #f8dfeb);
}

.header .dd-icon img {
  display: block;
  width: 22px;
  height: 22px;
  max-height: none;
  object-fit: contain;
}

.header .header-panel .dd-next {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin-left: auto;
  color: #81a9b9;
}

.header .header-panel .dd-link:hover .dd-next {
  color: #129dcc;
}

.header .dd-foot {
  margin-top: 11px;
  padding: 10px 2px 0;
  border-top: 1px solid #c6e4ed;
}

.header .header-panel .dd-footer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0;
  padding: 3px 6px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #087da5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.4;
  white-space: normal;
  text-transform: none;
  text-shadow: none;
  text-decoration: none;
  box-shadow: none;
}

.header .header-panel .dd-footer-link:hover {
  background: rgba(255, 255, 255, 0.6509803922);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.header .dd-note {
  margin: 8px 6px 0;
  color: #617e8c;
  font-size: 12px;
  line-height: 1.55;
}

.header .dd-language-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 12px;
}

.header .dd-language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px;
  border: 1px solid #cbdfe7;
  border-radius: 8px;
  color: #617684;
  background: rgba(255, 255, 255, 0.4196078431);
  text-align: left;
  font-size: 13px;
}

.header .dd-language-option img {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: auto;
  max-height: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(38, 75, 90, 0.1411764706);
}

.header .dd-language-option[aria-current=true] {
  color: #096f95;
  border-color: #7bcce2;
  background: linear-gradient(125deg, #f3feff, #cbf0fb);
  box-shadow: inset 0 1px #fff;
}

.header .dd-language-option svg {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  margin-left: auto;
  color: #199d8c;
  stroke-width: 2.5;
}

.header .dd-language-option:disabled {
  opacity: 1;
  cursor: not-allowed;
}

.header .dd-currency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 2px 0;
  padding-top: 12px;
  border-top: 1px solid #c6e4ed;
  font-size: 12px;
  color: #617e8c;
}

.header .dd-currency strong {
  padding: 5px 9px;
  border: 1px solid #b6dfea;
  border-radius: 7px;
  color: #267591;
  background: rgba(255, 255, 255, 0.6862745098);
  font-weight: 600;
}

.header .dd-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.header .dd-contact-group + .dd-contact-group {
  border-left: 1px solid #c6e4ed;
  padding-left: 12px;
}

.header .dd-contact-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.header .dd-contact-title h3 {
  color: #345c6c;
  font-size: 13px;
  font-weight: 600;
}

.header .dd-contact-title .dd-icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
}

.header .header-panel .dd-service-link {
  min-height: 38px;
  padding: 5px;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.header .dd-service-link:disabled {
  color: #6b8290;
  cursor: not-allowed;
  opacity: 1;
}

.header .dd-unavailable {
  margin-left: auto;
  font-size: 10px;
  color: #758d98;
}

.header .dd-hotlines {
  list-style: none;
  display: grid;
  gap: 9px;
  padding: 4px;
}

.header .dd-hotlines li {
  display: grid;
  gap: 1px;
  font-size: 12px;
}

.header .dd-hotlines span {
  color: #617e8c;
}

.header .dd-hotlines strong {
  color: #365e70;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.header .header-panel :is(a, button):focus-visible {
  outline: 2px solid #1499c4;
  outline-offset: 2px;
}

.header .header-panel--compact {
  width: 260px;
  padding: 10px;
  border-radius: 12px;
}

.header .header-panel--compact.header-panel--language {
  width: 280px;
}

.header .header-panel--compact.header-panel--account {
  width: 240px;
}

.header .header-panel--compact .dd-heading {
  min-width: 0;
  gap: 8px;
  margin: -2px -2px 9px;
  padding: 6px 7px 10px;
  border-bottom-color: #b9dce8;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(115deg, rgba(219, 244, 252, 0.5490196078), rgba(238, 248, 255, 0.4));
}

.header .header-panel--compact .dd-heading h2 {
  min-width: 0;
  color: #254e64;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.header .header-panel--compact .dd-heading img {
  flex-basis: 28px;
  width: 28px;
  height: 28px;
}

.header .header-panel--compact .dd-list {
  gap: 2px;
  margin-top: 0;
}

.header .header-panel--compact .dd-link {
  min-height: 34px;
  gap: 8px;
  padding: 4px 6px;
  border-radius: 7px;
  color: #385665;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.header .header-panel--compact .dd-link > span:not(.dd-icon) {
  min-width: 0;
}

.header .header-panel--compact .dd-icon {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
}

.header .header-panel--compact .dd-icon svg {
  width: 16px;
  height: 16px;
}

.header .header-panel--compact .dd-icon img {
  width: 18px;
  height: 18px;
}

.header .header-panel--compact .dd-next {
  flex-basis: 11px;
  width: 11px;
  height: 11px;
}

.header .header-panel--compact .dd-foot {
  margin-top: 8px;
  padding-top: 8px;
}

.header .header-panel--compact .dd-footer-link {
  min-height: 28px;
  font-weight: 500;
}

.header .header-panel--compact .dd-footer-link svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.header .header-panel--compact .dd-language-list {
  gap: 5px;
  margin-top: 0;
}

.header .header-panel--compact .dd-language-option {
  min-height: 34px;
  gap: 7px;
  padding: 6px;
  border-radius: 7px;
  font-size: 12px;
}

.header .header-panel--compact .dd-language-option img {
  flex-basis: 20px;
  width: 20px;
}

.header .header-panel--compact .dd-note {
  margin: 7px 3px 0;
}

.header .header-panel--compact .dd-currency {
  gap: 8px;
  margin-top: 9px;
  padding-top: 9px;
}

.header .header-panel--compact .dd-currency strong {
  padding: 4px 7px;
}

@keyframes header-panel-enter {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .category-dropdown-trigger {
    font-size: 11px;
    padding-inline: 6px;
  }
}
@media (max-width: 880px) {
  .main-nav > .header-dropdown {
    display: block;
  }
  .nav-dropdown-trigger {
    width: 100%;
    height: auto;
    min-height: 39px;
    padding: 10px 15px;
    border-bottom: 1.5px dashed #fff;
  }
  .more-categories > .header-dropdown {
    display: block;
  }
  .more-categories > .header-dropdown > :where(figure.tep-image) > .category-dropdown-trigger {
    width: 100%;
    height: 36px;
    padding: 5px 8px;
    border-right: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px dashed #fff;
  }
  .header .dd-contact-grid {
    grid-template-columns: 1fr 1fr;
  }
  .header .dd-contact-group:last-child {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #c6e4ed;
    padding: 12px 0 0;
  }
  .header .dd-hotlines {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .categories > .header-dropdown > :where(figure.tep-image) > .category-dropdown-trigger {
    height: 25px;
  }
  .header .header-panel {
    padding: 10px;
    border-radius: 12px;
  }
}
@media (max-width: 460px) {
  .header .dd-contact-grid {
    grid-template-columns: 1fr;
  }
  .header .dd-contact-group + .dd-contact-group {
    border-left: 0;
    border-top: 1px solid #c6e4ed;
    padding: 12px 0 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header .header-panel:not([hidden]) {
    animation: none;
  }
  .header [data-dropdown-trigger] img,
  .header .header-panel .dd-link {
    transition: none;
  }
}
.header .member-tools {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
  padding: 2px 4px;
  border: 1px solid #8adcf5;
  border-radius: 9px;
  background: linear-gradient(135deg, #faffff, #dff8ff);
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(2, 127, 181, 0.0823529412);
}

.header .member-icon, .header .member-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header .member-tool {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  color: #237694;
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}
.header .member-tool:hover, .header .member-tool[aria-expanded=true] {
  color: #075a83;
  background: rgba(184, 236, 250, 0.5647058824);
}
.header .member-tool:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 1px;
}

.header .member-account {
  border-left: 1px solid #b5deec;
  padding-left: 4px;
  margin-left: 2px;
}

.header .member-account-trigger {
  width: 49px;
}

.header .member-chevron {
  width: 12px;
  height: 12px;
}

.header .member-avatar {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #116188;
  border: 1px solid #86d4ed;
  background: linear-gradient(145deg, #fff, #a9e7fa);
  box-shadow: inset 0 1px #fff;
}
.header .member-avatar .member-icon {
  width: 18px;
  height: 18px;
}

.header .member-account-panel, .header .member-activity-panel {
  width: 280px;
}

.header .member-identity > div {
  min-width: 0;
}

.header .member-identity h2 {
  overflow-wrap: anywhere;
}

.header .member-caption {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  color: #57717f;
}

.header .member-links {
  display: grid;
  gap: 2px;
}

.header .member-links a, .header .member-logout button {
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #31596c;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
}
.header .member-links a:hover, .header .member-logout button:hover {
  background: #d0f0fa;
}
.header .member-links a .member-icon, .header .member-logout button .member-icon {
  width: 18px;
  height: 18px;
}

.header .member-logout {
  border-top: 1px solid #bddfeb;
  margin-top: 7px;
  padding-top: 7px;
}

.header .member-logout button {
  color: #b13549;
}
.header .member-logout button:hover {
  background: #ffebef;
}

.header .member-preview-label {
  margin-left: auto;
  padding: 2px 6px;
  border-radius: 4px;
  background: #e2ecf5;
  color: #506b7c;
  font-size: 10px;
}

.header .member-empty {
  padding: 16px 8px 18px;
  text-align: center;
}

.header .member-empty-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  border: 1px solid #bce5f2;
  border-radius: 16px;
  background: #e1f6fc;
  color: #2588ad;
}
.header .member-empty-icon .member-icon {
  width: 24px;
  height: 24px;
}

.header .member-empty strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.header .member-empty p {
  color: #526e7d;
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 600px) {
  .header .row-a:has(.member-tools) {
    height: auto;
    min-height: 64px;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 10px;
    gap: 8px 14px;
  }
  .header .top-actions:has(.member-tools) {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
}
.header .account {
  cursor: default;
}
.header .account:focus-within {
  border-color: #39c6ed;
  box-shadow: inset 0 1px #fff, 0 5px 12px rgba(2, 127, 181, 0.1450980392);
}

.header .account-links {
  display: flex;
  align-items: center;
  gap: 3px;
}
.header .account-links a {
  padding-block: 6px;
  color: inherit;
  text-underline-offset: 3px;
  cursor: pointer;
}
.header .account-links a:focus-visible {
  outline: 2px solid #087fae;
  outline-offset: 2px;
  border-radius: 2px;
}

.header .account-toggle {
  display: grid;
  place-items: center;
  align-self: stretch;
  flex: 0 0 18px;
  width: 18px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}
.header .account-toggle:hover, .header .account-toggle[aria-expanded=true] {
  background: rgba(168, 234, 251, 0.4);
}
.header .account-toggle .arrow {
  display: block;
  width: 9px;
  height: auto;
  opacity: 0.75;
}

.header .header-login {
  display: grid;
  gap: 11px;
  padding: 2px 3px 3px;
}

.header .header-login-field {
  display: grid;
  gap: 5px;
  min-width: 0;
}
.header .header-login-field label {
  color: #385665;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.header .header-login-field input {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 7px 10px;
  border: 1px solid #a8dce9;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9215686275), rgba(240, 251, 255, 0.8));
  box-shadow: inset 0 1px #fff;
  color: #234e61;
  font-size: 13px;
  line-height: 1.4;
  transition: border-color 0.16s, box-shadow 0.16s;
}
.header .header-login-field input::placeholder {
  color: #657f8a;
  opacity: 1;
}
.header .header-login-field input:focus {
  border-color: #19bce9;
  outline: 2px solid rgba(25, 188, 233, 0.2509803922);
  outline-offset: 1px;
  box-shadow: inset 0 1px #fff, 0 2px 7px rgba(6, 158, 219, 0.0784313725);
}

.header .header-login-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 35px;
  margin-top: 3px;
  padding: 7px 12px;
  border: 1px solid #27b9eb;
  border-radius: 7px;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6509803922), 0 3px 8px rgba(19, 139, 195, 0.1098039216);
  color: #123e53;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  cursor: pointer;
  transition: box-shadow 0.16s;
}
.header .header-login-submit:hover {
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8509803922), 0 4px 10px rgba(19, 139, 195, 0.2);
}
.header .header-login-submit:disabled {
  opacity: 0.65;
  cursor: default;
}
.header .header-login-submit svg {
  width: 16px;
  height: 16px;
}

.header .header-login-status {
  margin: 0;
  padding: 8px;
  border: 1px solid #bddfeb;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.6509803922);
  color: #385665;
  font-size: 12px;
  line-height: 1.5;
}
.header .header-login-status[hidden] {
  display: none;
}

@media (max-width: 600px) {
  .header .account-toggle {
    flex-basis: 15px;
    width: 15px;
  }
  .header .header-login-field input {
    font-size: 16px;
  }
  .header .header-login-field input::placeholder {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header .header-login-field input,
  .header .header-login-submit {
    transition: none;
  }
}
.left-sidebar {
  min-width: 0;
}

.course-ad {
  display: block;
  width: 100%;
  height: auto;
}

.course-ad {
  margin-bottom: 22px;
}

.blog-menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-block: 10px;
  border-top: 1px solid #ddd;
}
.blog-menu a {
  min-height: 30px;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  font-size: 14px;
}
.blog-menu a:hover, .blog-menu a.active {
  color: #fff;
  background: linear-gradient(#21ddf5, #07aeea);
}
.blog-menu img {
  width: 24px;
  height: 24px;
}

@media (max-width: 820px) {
  .left-sidebar {
    display: none;
  }
}
.left-sidebar {
  align-self: stretch;
  padding: 15px 8px;
  background: #f1f1f1;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.course-ad {
  margin-bottom: 18px;
}

.blog-menu {
  border-top-color: #b4b4b4;
}

@media (max-width: 1200px) {
  .left-sidebar {
    display: none;
  }
}
.left-sidebar {
  padding: 16px 10px;
  background: linear-gradient(180deg, #f5f8f9, #eaf1f3);
  box-shadow: 2px 4px 14px rgba(23, 54, 69, 0.168627451);
}

.course-ad {
  margin-bottom: 20px;
  border: 1px solid #72cce8;
  border-radius: 10px;
  box-shadow: 0 7px 18px rgba(7, 59, 87, 0.168627451);
  aspect-ratio: 5/8;
  object-fit: cover;
}

.blog-menu {
  gap: 7px;
  padding-top: 13px;
  border-top: 1px solid #b9cbd2;
}
.blog-menu a {
  min-height: 34px;
  padding: 2px 4px;
  gap: 4px;
  border: 0;
  border-radius: 8px;
  color: #263941;
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s;
}
.blog-menu a:hover {
  color: #10516a;
  background: rgba(255, 255, 255, 0.5490196078);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(10, 104, 133, 0.0705882353);
}

.menu-label {
  flex: 1;
  padding: 6px 7px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: 0.2s;
}

.blog-menu a:hover .menu-label {
  border-color: #b5e5ef;
  background: linear-gradient(135deg, #f9feff, #dff8fc);
}

.blog-menu a.active {
  color: #075978;
  background: transparent;
  box-shadow: none;
}

.blog-menu a.active .menu-label {
  border-color: #75d9eb;
  background: linear-gradient(135deg, #dffaff, #bceffc);
  box-shadow: inset 0 1px #fff, 0 3px 9px rgba(22, 175, 208, 0.1490196078);
  font-weight: 500;
}

.side-icon {
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid #c9e2e8;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #eaf7f9);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(36, 75, 90, 0.0823529412);
  transition: transform 0.18s, box-shadow 0.18s;
}

.blog-menu .active .side-icon {
  border-color: #d2e5ea;
  background: linear-gradient(145deg, #fff, #edf7f9);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(36, 75, 90, 0.0862745098);
}

.blog-menu a:hover .side-icon {
  transform: translateY(-1px);
  box-shadow: inset 0 1px #fff, 0 5px 10px rgba(36, 75, 90, 0.1254901961);
}

.side-icon img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.side-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-menu {
  padding-bottom: 13px;
  border-bottom: 1px solid #b9cbd2;
}

@media (min-width: 1201px) {
  .left-sidebar {
    padding-bottom: 28px;
  }
  .left-sidebar {
    box-shadow: 3px 0 14px rgba(23, 54, 69, 0.168627451);
  }
}
.newsletter {
  margin-top: 18px;
  padding: 8px;
  border: 1px solid #b8dbe4;
  border-radius: 7px;
  background: #ecfbff;
  text-align: center;
}
.newsletter > img {
  width: 100%;
  border-radius: 5px;
}
.newsletter h2 {
  margin-top: 8px;
  font-size: 16px;
}
.newsletter p {
  margin: 5px 0 10px;
  font-size: 12px;
  color: #555;
}
.newsletter input {
  width: 100%;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #b8dbe4;
  border-radius: 4px;
}
.newsletter button {
  width: 100%;
  height: 32px;
  margin-top: 7px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(#00d7f5, #049dfa);
  cursor: pointer;
}

.newsletter {
  border: 2px solid #e0e0e0;
  background: #fff;
}
.newsletter input {
  background: #e3f9ff;
}

.newsletter {
  position: relative;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #a7dce8;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.8588235294), rgba(218, 245, 250, 0.8588235294));
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(18, 63, 80, 0.1411764706);
  text-align: left;
}
.newsletter > img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-radius: 0;
  opacity: 0.9;
}

.newsletter-content {
  position: relative;
  margin-top: -20px;
  padding: 0 13px 14px;
}

.mail-badge {
  width: 40px;
  height: 40px;
  margin: 0 auto 7px;
  display: grid;
  place-items: center;
  border: 1px solid #8ed9e9;
  border-radius: 10px;
  color: #078ab8;
  background: linear-gradient(145deg, #fff, #c9eff6);
  box-shadow: 0 4px 10px rgba(7, 93, 121, 0.1725490196);
}

.mail-badge svg,
.email-field svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mail-badge svg {
  width: 21px;
}

.newsletter h2 {
  margin: 0;
  text-align: center;
  color: #183b49;
  font-size: 16px;
  font-weight: 650;
}

.newsletter p {
  margin: 5px 0 11px;
  text-align: center;
  color: #5d747d;
  font-size: 11px;
  line-height: 1.45;
}

.email-field {
  height: 36px;
  display: flex;
  align-items: center;
  border: 1px solid #a7dce8;
  border-radius: 7px;
  color: #168aaf;
  background: rgba(255, 255, 255, 0.7803921569);
  box-shadow: inset 0 1px 3px rgba(11, 96, 114, 0.0509803922);
}
.email-field svg {
  width: 17px;
  margin-left: 9px;
}

.newsletter .email-field input {
  height: 34px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  outline: 0;
}

.email-field:focus-within {
  border-color: #24bce5;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.1098039216);
}

.consent {
  margin: 8px 1px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #647a82;
  font-size: 9px;
  cursor: pointer;
}
.consent input {
  accent-color: #07a9dc;
}

.newsletter button {
  height: 34px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #1fc4e8;
  border-radius: 7px;
  background: linear-gradient(#16d8ef, #078fd7);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4745098039), 0 4px 9px rgba(7, 137, 185, 0.1882352941);
  font-size: 13px;
  font-weight: 650;
}

.newsletter button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.newsletter button span {
  font-size: 17px;
}

.newsletter {
  overflow: hidden;
  padding: 0 !important;
  border: 1px solid #91d7e5;
  border-radius: 13px;
  background: linear-gradient(155deg, #fff, #e9f9fc);
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(23, 77, 93, 0.1058823529);
}

.newsletter-art {
  height: 108px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #85d8e7;
  background: #72deeb;
}
.newsletter-art::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34px;
  background: linear-gradient(transparent, rgba(32, 174, 197, 0.1803921569));
}
.newsletter-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsletter-art span {
  position: absolute;
  left: 10px;
  bottom: 8px;
  z-index: 1;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.6901960784);
  border-radius: 999px;
  color: #08667c;
  background: rgba(244, 253, 255, 0.8901960784);
  box-shadow: 0 2px 6px rgba(8, 116, 140, 0.1254901961);
  backdrop-filter: blur(6px);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.newsletter-content {
  margin: 0;
  padding: 13px 12px 12px;
}
.newsletter-content h2 {
  margin: 0;
  color: #173f49;
  text-align: left;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.25;
}
.newsletter-content > p {
  margin: 4px 0 12px !important;
  color: #657b82 !important;
  text-align: left !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.newsletter-visual {
  height: 130px;
  position: relative;
  overflow: hidden;
  background: #45d6e8;
  border-bottom: 1px solid #77d8e9;
}
.newsletter-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(22, 171, 200, 0.2901960784));
}
.newsletter-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.newsletter-visual > span {
  position: absolute;
  left: 11px;
  bottom: 9px;
  z-index: 1;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.6901960784);
  border-radius: 999px;
  color: #075a70;
  background: rgba(244, 253, 255, 0.9019607843);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(7, 93, 121, 0.137254902);
  backdrop-filter: blur(7px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.newsletter-visual > span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  border-radius: 50%;
  background: #f6c735;
  box-shadow: 0 0 0 3px rgba(246, 199, 53, 0.1803921569);
}

.newsletter-content {
  margin: 0;
  padding: 15px 13px 14px;
}

.newsletter-kicker {
  margin: 0 0 4px !important;
  color: #0495b7 !important;
  font-size: 9px !important;
  font-weight: 800;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.newsletter h2 {
  margin: 0;
  color: #133b47;
  text-align: left;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.newsletter-content > p:not(.newsletter-kicker) {
  margin: 7px 0 10px;
  color: #5a747d;
  text-align: left;
  font-size: 10.5px;
  line-height: 1.5;
}

.newsletter-benefits {
  margin: 0 0 11px;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: #41636d;
  font-size: 9px;
  font-weight: 650;
}
.newsletter-benefits span {
  display: flex;
  align-items: center;
  gap: 3px;
}
.newsletter-benefits b {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #08788f;
  background: #cbf5fa;
  font-size: 8px;
}

.email-field {
  height: 39px;
  border: 1px solid #9edce8;
  border-radius: 9px;
  color: #1394b0;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(11, 96, 114, 0.0470588235), 0 3px 9px rgba(27, 128, 149, 0.0431372549);
}

.newsletter .email-field input {
  height: 37px;
  font-size: 11px;
}

.consent {
  position: relative;
  margin: 9px 1px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  color: #657a81;
  font-size: 9px;
  line-height: 15px;
}
.consent > input {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-check {
  position: relative;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #75c7dc;
  border-radius: 4px;
  background: linear-gradient(#fff, #e3f6fa);
  box-shadow: inset 0 1px 2px rgba(11, 96, 114, 0.0784313725);
}
.custom-check::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform 0.14s;
}

.consent > input:checked + .custom-check {
  border-color: #079ed5;
  background: linear-gradient(#16cce8, #068fd3);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.4196078431), 0 2px 5px rgba(5, 136, 181, 0.1803921569);
}

.consent > input:checked + .custom-check::after {
  transform: rotate(45deg) scale(1);
}

.consent > input:focus-visible + .custom-check {
  outline: 2px solid #31bfe6;
  outline-offset: 2px;
}

.consent a {
  color: #087fa8;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.newsletter button {
  height: 34px;
  margin: 3px 0 0;
  border: 1px solid #36c8e2;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #075167;
  background: linear-gradient(135deg, #8aedf6, #49d5e9);
  box-shadow: inset 0 1px #fff, 0 3px 8px rgba(31, 184, 212, 0.1333333333);
  font-size: 11px;
  font-weight: 650;
}

.newsletter button:hover {
  background: linear-gradient(135deg, #93f4fa, #4fddef);
  filter: none;
  box-shadow: inset 0 1px #fff, 0 7px 15px rgba(31, 184, 212, 0.2196078431);
}

.newsletter button svg {
  width: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s;
}

.newsletter button:hover svg {
  transform: translateX(2px);
}

.newsletter .consent {
  margin: 11px 1px 9px;
  font-size: 8.5px;
}

.newsletter-social {
  padding: 10px 12px 12px;
  border-top: 1px solid #c7e9ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.4705882353);
}
.newsletter-social > span {
  color: #6b8188;
  font-size: 9px;
  font-weight: 600;
}
.newsletter-social > div {
  display: flex;
  gap: 6px;
}
.newsletter-social a {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid #d6e4e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(24, 63, 73, 0.0705882353);
  transition: transform 0.18s, box-shadow 0.18s;
}
.newsletter-social a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 9px rgba(24, 63, 73, 0.1254901961);
}
.newsletter-social svg {
  width: 13px;
  height: 13px;
}

.facebook {
  color: #1877f2;
}

.facebook svg,
.youtube svg {
  fill: currentColor;
}

.x-social {
  color: #15191c;
}

.x-social svg,
.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.instagram {
  color: #d62976;
}

.youtube {
  color: #ff0033;
}
.youtube .play {
  fill: #fff;
}

.newsletter .consent {
  margin: 15px 1px 11px;
}

.newsletter button {
  margin-top: 0;
}

@media (min-width: 1201px) {
  .left-sidebar > .sidebar-sticky {
    display: flow-root;
  }
}
.right-sidebar {
  min-width: 0;
}

.side-ad {
  display: block;
  width: 100%;
  height: auto;
}

.right-sidebar {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.side-ad {
  border: 1px solid #ddd;
}

@media (max-width: 1200px) {
  .right-sidebar {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .right-sidebar .side-ad {
    display: none;
  }
}
@media (max-width: 820px) {
  .right-sidebar {
    grid-template-columns: 1fr;
  }
}
.right-sidebar {
  padding-top: 20px;
}

@media (max-width: 1200px) {
  .right-sidebar {
    grid-column: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
  }
  .right-sidebar .side-ad {
    display: none;
  }
}
@media (max-width: 820px) {
  .right-sidebar {
    grid-template-columns: 1fr;
  }
}
.right-sidebar {
  gap: 20px;
}
.right-sidebar .side-ad {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #8fd8e7;
  border-radius: 11px;
  background: #3ed1eb;
  box-shadow: 0 7px 18px rgba(18, 79, 98, 0.1411764706);
  object-fit: contain;
  object-position: center top;
}

@media (min-width: 1201px) {
  .right-sidebar {
    padding-bottom: 28px;
  }
}
@media (min-width: 1201px) {
  .right-sidebar > .sidebar-sticky {
    display: flex;
    flex: none;
    flex-direction: column;
    gap: inherit;
    min-width: 0;
  }
}
.blog-page {
  max-width: 1440px;
  margin: auto;
  padding: 20px 8px 50px;
  display: grid;
  grid-template-columns: 224px minmax(0, 840px) 240px;
  justify-content: center;
  gap: 20px;
  background: #fff;
}

@media (max-width: 1200px) {
  .blog-page {
    grid-template-columns: 190px minmax(0, 1fr);
    max-width: 1060px;
  }
}
@media (max-width: 820px) {
  .blog-page {
    grid-template-columns: 1fr;
    padding: 15px 12px;
  }
}
.blog-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 12px 50px 0;
  grid-template-columns: 216px minmax(0, 1fr) 240px;
  justify-content: stretch;
  gap: 20px;
  background: linear-gradient(90deg, #f1f1f1 0, #f1f1f1 216px, #fff 216px);
}

.blog-content {
  width: 100%;
  max-width: none;
  padding-top: 30px;
}

@media (max-width: 1200px) {
  .blog-page {
    padding: 0 20px 28px;
    grid-template-columns: 1fr;
    max-width: none;
    background: #fff;
  }
}
@media (max-width: 820px) {
  .blog-page {
    padding: 15px 12px 40px;
  }
  .blog-content {
    padding-top: 20px;
  }
}
.blog-page {
  grid-template-columns: 244px minmax(0, 1fr) 240px;
  background: linear-gradient(90deg, #eef3f5 0, #eef3f5 244px, #fff 244px);
}

@media (max-width: 1200px) {
  .blog-page {
    grid-template-columns: 1fr;
    background: #fff;
  }
}
@media (min-width: 1201px) {
  .blog-page {
    padding-bottom: 0;
  }
  .blog-content {
    padding-bottom: 28px;
  }
}
.blog-content {
  position: relative;
}

.discover {
  margin-bottom: 35px;
  border: 1px solid #d5dae0;
  border-radius: 3px;
  overflow: hidden;
}
.discover h2 {
  padding: 14px 20px;
  font-size: 20px;
  color: #4b4b4b;
  background: #eef4ff;
}

.topic-chips {
  padding: 14px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.topic-chips button {
  padding: 8px 14px;
  border: 1px solid #cfe1e8;
  border-radius: 18px;
  background: #fff;
  color: #444;
  cursor: pointer;
}
.topic-chips button:hover, .topic-chips button.active {
  border-color: #08bbed;
  color: #fff;
  background: linear-gradient(#22dff6, #09a9e8);
}

@media (max-width: 560px) {
  .discover {
    margin-bottom: 20px;
  }
}
.discover {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #b9e3ec;
  border-radius: 13px;
  background: linear-gradient(135deg, #fff 0%, #f2fcfe 55%, #e4f8fc 100%);
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(22, 78, 96, 0.0901960784);
}
.discover::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(#5ce5f1, #0bb1dd);
}
.discover h2 {
  padding: 13px 18px 9px;
  color: #163f4b;
  background: transparent;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.topic-chips {
  padding: 5px 17px 15px;
  gap: 7px;
}
.topic-chips button {
  min-height: 31px;
  padding: 6px 13px;
  border: 1px solid #c5e3e9;
  border-radius: 9px;
  color: #46646d;
  background: rgba(255, 255, 255, 0.7882352941);
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(23, 63, 73, 0.0470588235);
  font-size: 12px;
  font-weight: 600;
  transition: border-color 0.18s, background 0.18s, color 0.18s, transform 0.18s, box-shadow 0.18s;
}
.topic-chips button:hover {
  color: #087495;
  border-color: #70d4e7;
  background: #effcff;
  box-shadow: inset 0 1px #fff, 0 5px 11px rgba(21, 151, 179, 0.1058823529);
  transform: translateY(-1px);
}
.topic-chips button.active {
  color: #07546a;
  border-color: #54cfe4;
  background: linear-gradient(135deg, #baf5fa, #71deec);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8509803922), 0 4px 10px rgba(31, 184, 212, 0.1647058824);
}

@media (max-width: 820px) {
  .discover {
    margin-top: 3px;
  }
}
@media (max-width: 620px) {
  .discover h2 {
    font-size: 17px;
  }
  .topic-chips {
    padding-inline: 13px;
  }
}
.discover {
  border-color: #70d8ef;
  background: linear-gradient(135deg, #f7fdff, #e6f9ff);
  box-shadow: inset 0 1px #fff, 0 7px 18px rgba(7, 139, 200, 0.0980392157);
}
.discover::before {
  background: linear-gradient(#00e3ff, #0e9af9);
}

.topic-chips button.active {
  color: #fff;
  border-color: #08a7e4;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5019607843), 0 4px 10px rgba(7, 139, 200, 0.1803921569);
  text-shadow: 0 1px 1px rgba(5, 121, 173, 0.4);
}

.no-results {
  padding: 28px 18px;
  border: 1px dashed #8fd4e4;
  border-radius: 12px;
  color: #426873;
  background: #f1fbfd;
  text-align: center;
  font-size: 14px;
}

.discover::before {
  display: none;
}

.filter-panel {
  padding: 12px 14px;
  background: linear-gradient(100deg, #f8feff 0%, #e3f9fc 55%, #d5f4f9 100%);
}

.finder-form {
  min-width: 0;
}

.filter-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.filter-heading {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding-right: 16px;
  border-right: 1px solid #8ccddb;
}
.filter-heading > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.filter-heading h2 {
  padding: 0;
  font-size: 15px;
  line-height: 1.15;
  white-space: nowrap;
}

.filter-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #68dbea;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(145deg, #8ef1f5, #0da6e8);
  box-shadow: inset 0 1px #fff, 0 5px 11px rgba(7, 139, 200, 0.1921568627);
}
.filter-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.article-filters {
  flex: 1 1 430px;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-items: end;
}

.finder-form .filter-field {
  min-width: 0;
}

.finder-form .filter-field > label {
  display: block;
  margin: 0 0 4px 2px;
  color: #45656e;
  font-size: 10px;
  font-weight: 700;
}

.filter-control {
  position: relative;
  display: flex;
  align-items: center;
}
.filter-control i {
  position: absolute;
  left: 6px;
  z-index: 2;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5019607843), 0 2px 6px rgba(18, 63, 73, 0.1333333333);
  pointer-events: none;
}
.filter-control i svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.search-control i {
  background: linear-gradient(145deg, #20ddec, #078ddc);
}

.category-control i {
  background: linear-gradient(145deg, #ffce56, #ff8a1f);
}

.sort-control i {
  background: linear-gradient(145deg, #ad7cff, #7650d9);
}

.finder-form input,
.finder-form select {
  width: 100%;
  min-width: 0;
  height: 35px;
  padding: 0 10px 0 38px;
  border: 1px solid #9edce8;
  border-radius: 8px;
  color: #233f47;
  background: linear-gradient(#fff, #f3fcfe);
  box-shadow: inset 0 1px 2px rgba(18, 63, 73, 0.031372549), 0 2px 7px rgba(15, 120, 145, 0.062745098);
  outline: 0;
  font-size: 12px;
}

.finder-form select {
  padding-right: 20px;
  cursor: pointer;
}

.finder-form input:focus,
.finder-form select:focus {
  border-color: #24bce5;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.1019607843);
}

.advanced-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 22px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  color: #0785ab;
  background: transparent;
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
  cursor: pointer;
}
.advanced-toggle:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.advanced-toggle svg,
.advanced-close svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s ease;
}

.advanced-toggle[aria-expanded=true] svg {
  transform: rotate(180deg);
}

.advanced-toggle.has-filters::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0bb4d8;
  box-shadow: 0 0 0 2px rgba(11, 180, 216, 0.0980392157);
}

.advanced-toggle:focus-visible,
.advanced-close:focus-visible {
  outline: 2px solid #1cb9df;
  outline-offset: 3px;
  border-radius: 4px;
}

.advanced-filters {
  margin-top: 30px;
  padding-top: 14px;
  border-top: 1px solid #a8dce7;
}
.advanced-filters[hidden] {
  display: none;
}
.advanced-filters:not([hidden]) {
  animation: advanced-reveal 0.18s ease-out;
}

.advanced-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.advanced-cyan i {
  background: linear-gradient(145deg, #20ddec, #078ddc);
}

.advanced-amber i {
  background: linear-gradient(145deg, #ffce56, #ff8a1f);
}

.advanced-violet i {
  background: linear-gradient(145deg, #ad7cff, #7650d9);
}

.advanced-footer {
  display: flex;
  justify-content: center;
  padding-top: 14px;
}

.advanced-close {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 4px 12px;
  border: 1px solid #addde8;
  border-radius: 999px;
  color: #087b9e;
  background: linear-gradient(rgba(255, 255, 255, 0.8509803922), #eafaff);
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(15, 120, 145, 0.062745098);
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}
.advanced-close:hover {
  border-color: #59c7df;
  background: #f5fdff;
}

@keyframes advanced-reveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .advanced-filters:not([hidden]) {
    animation: none;
  }
  .advanced-toggle svg {
    transition: none;
  }
}
@media (max-width: 680px) {
  .filter-heading {
    width: 100%;
    min-height: 0;
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 620px) {
  .filter-panel {
    padding: 12px;
  }
  .article-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .filter-search {
    grid-column: 1/-1;
  }
  .advanced-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 380px) {
  .article-filters {
    grid-template-columns: minmax(0, 1fr);
  }
  .advanced-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.blog-content .allTop {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 17px;
}

.bc {
  display: flex;
  align-items: flex-start;
  padding-right: 12px;
}
.bc figure picture {
  display: flex;
}
.bc figure picture .gearIcon {
  position: absolute;
  margin: -12px 0 0;
  z-index: 1;
}
.bc .bcNav {
  display: flex;
  margin-left: 48px;
}
.bc .bcNav .bcOl {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 3px 20px;
}
.bc .bcNav .bcOl .bcLi {
  position: relative;
  background-image: linear-gradient(#3c3c3b, #1d1d1b);
}
.bc .bcNav .bcOl .bcLi::before {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  width: 13px;
  height: 100%;
  left: -13px;
  top: 0;
}
.bc .bcNav .bcOl .bcLi::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  width: 14px;
  height: 100%;
  right: -14px;
  top: 0;
}
.bc .bcNav .bcOl .bcLi:first-child::before {
  background-image: url("/res/img/content/blog/Blog/bcBlackBefore1.png") !important;
  background-image: image-set(url("/res/img/content/blog/Blog/bcBlackBefore1.webp") type("image/webp"), url("/res/img/content/blog/Blog/bcBlackBefore1.png") type("image/png")) !important;
}
.bc .bcNav .bcOl .bcLi:nth-child(2n) {
  background-image: linear-gradient(#44eaff, #23a6ff);
}
.bc .bcNav .bcOl .bcLi:nth-child(2n)::before {
  background-image: url("/res/img/content/blog/Blog/bcBlueBefore.png");
  background-image: image-set(url("/res/img/content/blog/Blog/bcBlueBefore.webp") type("image/webp"), url("/res/img/content/blog/Blog/bcBlueBefore.png") type("image/png"));
}
.bc .bcNav .bcOl .bcLi:nth-child(2n)::after {
  background-image: url("/res/img/content/blog/Blog/bcBlueAfter.png");
  background-image: image-set(url("/res/img/content/blog/Blog/bcBlueAfter.webp") type("image/webp"), url("/res/img/content/blog/Blog/bcBlueAfter.png") type("image/png"));
}
.bc .bcNav .bcOl .bcLi:nth-child(2n+1) {
  background-image: linear-gradient(#3c3c3b, #1d1d1b);
}
.bc .bcNav .bcOl .bcLi:nth-child(2n+1)::before {
  background-image: url("/res/img/content/blog/Blog/bcBlackBefore.png");
  background-image: image-set(url("/res/img/content/blog/Blog/bcBlackBefore.webp") type("image/webp"), url("/res/img/content/blog/Blog/bcBlackBefore.png") type("image/png"));
}
.bc .bcNav .bcOl .bcLi:nth-child(2n+1)::after {
  background-image: url("/res/img/content/blog/Blog/bcBlackAfter.png");
  background-image: image-set(url("/res/img/content/blog/Blog/bcBlackAfter.webp") type("image/webp"), url("/res/img/content/blog/Blog/bcBlackAfter.png") type("image/png"));
}
.bc .bcNav .bcOl .bcLi .link {
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  height: fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  gap: 3px;
  padding: 7px 4px;
  align-items: center;
  text-transform: uppercase;
  overflow: hidden;
}

.blog-content .allTop .countCon {
  display: flex;
}

.blog-content .allTop .countCon .count {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 0 16px 0 9px;
  height: 29px;
  border-radius: 6px;
  margin: 2px -15px 0 0;
  background-image: linear-gradient(#ffba00, #ffa600, #ff9700, #ff8600);
}

.blog-content .allTop .countCon figure picture {
  display: flex;
}

@media (max-width: 768px) {
  .bc {
    width: 100%;
  }
  .blog-content .allTop {
    flex-direction: column;
    gap: 12px;
    align-items: end;
  }
}
@media (max-width: 600px) {
  .bc {
    padding: 0 0 0 12px;
  }
  .bc figure picture .gearIcon {
    display: none;
  }
  .bc .bcNav {
    margin-left: 13px;
  }
  .blog-content .allTop .countCon .count {
    margin: 0;
  }
  .blog-content .allTop .countCon figure picture .cGear {
    display: none;
  }
}
.sidebar-sticky {
  display: contents;
}

@media (min-width: 1201px) {
  .blog-page {
    --sidebar-edge-gap: 16px;
  }
  .sidebar-sticky[data-sticky-ready] {
    position: sticky;
    top: var(--sidebar-sticky-top);
  }
}
.shop-content {
  min-width: 0;
  container-type: inline-size;
  color: #254b5b;
}

.shop-content [hidden] {
  display: none !important;
}

.shop-content svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.shop-content button {
  cursor: pointer;
}

.shop-content button:disabled {
  cursor: default;
  opacity: 0.48;
}

.shop-content :is(button, a, select, input):focus-visible {
  outline: 3px solid #1aa5d4;
  outline-offset: 3px;
}

.shop-tone--cyan {
  --shop-tint: #e4f8ff;
  --shop-edge: #b7dfed;
  --shop-ink: #197ba0;
}

.shop-tone--green {
  --shop-tint: #e7f8f0;
  --shop-edge: #bfe1d2;
  --shop-ink: #338162;
}

.shop-tone--amber {
  --shop-tint: #fff5e3;
  --shop-edge: #e9d6b5;
  --shop-ink: #a17730;
}

.shop-tone--violet {
  --shop-tint: #f0eafe;
  --shop-edge: #d7c9eb;
  --shop-ink: #7f64a4;
}

.shop-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 31px;
  height: 31px;
  border: 1px solid var(--shop-edge);
  border-radius: 9px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.8745098039), var(--shop-tint));
  color: var(--shop-ink);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(53, 105, 130, 0.0431372549);
}

.shop-icon svg {
  width: 18px;
  height: 18px;
}

.shop-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 22px 0;
}

.shop-welcome h1 {
  margin: 0 0 7px;
  color: #126b96;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.shop-welcome p {
  font-size: 13px;
  line-height: 1.7;
  color: #637e8a;
}

.shop-welcome-actions {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

.shop-black,
.shop-soft {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 37px;
  padding: 8px 12px;
  border: 1px solid #171f29;
  border-radius: 8px;
  background: linear-gradient(#323b49, #151f2c);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1333333333), 0 2px 5px rgba(25, 59, 80, 0.0705882353);
}

.shop-black:hover:not(:disabled) {
  background: linear-gradient(#3d4959, #243346);
}

.shop-soft {
  border-color: #bedeea;
  background: linear-gradient(#fff, #edf9fd);
  color: #367b97;
  box-shadow: inset 0 1px #fff;
}

.shop-soft:hover,
.shop-soft[aria-pressed=true] {
  border-color: #54bedc;
  background: linear-gradient(#f9feff, #dbf4fc);
}

.shop-welcome-actions button > span {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 4px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1098039216);
  font-size: 10px;
}

.shop-welcome-actions .shop-soft > span {
  background: #dff2fa;
}

.shop-content .shop-finder {
  margin-bottom: 15px;
}

.shop-content .filter-heading h2 {
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  white-space: nowrap;
  color: #163f4b;
}

.shop-content .filter-heading {
  padding-right: 14px;
}

.shop-content .article-filters {
  flex-basis: 380px;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr) minmax(0, 1fr);
}

.shop-content .shop-advanced-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

.shop-content .shop-stock-filter {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 35px;
}

.shop-content .shop-stock-filter input {
  appearance: auto;
  width: 14px;
  min-width: 14px;
  height: 14px;
  padding: 0;
  accent-color: #1896c6;
  box-shadow: none;
}

.shop-content .shop-stock-filter > span {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
}

.shop-content #shop-advanced-close svg {
  transform: rotate(180deg);
}

.shop-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e1eaf0;
}

.shop-categories > button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px 6px 6px;
  border: 1px solid #d8e6ed;
  border-radius: 9px;
  background: #fff;
  color: #587985;
  font-size: 11px;
  font-weight: 600;
  transition: border-color 0.18s, background 0.18s;
}

.shop-categories .shop-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
}

.shop-categories .shop-icon svg {
  width: 16px;
  height: 16px;
}

.shop-categories small {
  padding-left: 3px;
  color: #8099a4;
  font-size: 10px;
  font-weight: 400;
}

.shop-categories > button[aria-pressed=true] {
  color: #217594;
  border-color: #8ed2e5;
  background: linear-gradient(110deg, #f4fcff, #e6f7fd);
  box-shadow: inset 0 1px #fff;
}

.shop-categories > button:hover {
  border-color: #85cce0;
}

.shop-results-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 14px;
  color: #738792;
  font-size: 11px;
  line-height: 1.6;
}

.shop-results-bar p {
  color: #446b80;
}

.shop-results-bar > span {
  margin-left: auto;
  font-size: 10px;
}

#shop-reset {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: #158bb2;
  font-size: 11px;
}

#shop-reset svg {
  width: 12px;
  height: 12px;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  scroll-margin-top: 20px;
}

.shop-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cddfe9;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(28, 84, 126, 0.0470588235);
  transition: box-shadow 0.18s, border-color 0.18s;
}

.shop-card:hover {
  border-color: #8ac6dc;
  box-shadow: 0 8px 20px rgba(22, 89, 117, 0.0941176471);
}

.shop-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 38px;
  padding: 6px 9px;
  border-bottom: 1px solid #deebf1;
  background: linear-gradient(115deg, var(--shop-tint), #fcfeff);
}

.shop-card-top > span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-size: 10px;
  font-weight: 600;
  color: var(--shop-ink);
}

.shop-card-top .shop-icon {
  width: 23px;
  height: 23px;
  border-radius: 7px;
}

.shop-card-top .shop-icon svg {
  width: 14px;
  height: 14px;
}

.shop-save {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.7411764706);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.5725490196);
  color: #89a5b4;
}

.shop-save svg {
  width: 15px;
  height: 15px;
}

.shop-save:hover {
  color: #be6489;
  border-color: #e3bccd;
}

.shop-save[aria-pressed=true] {
  color: #bd5f83;
  border-color: #efc1d4;
  background: #fff0f6;
}

.shop-save[aria-pressed=true] svg {
  fill: #f7c9dc;
}

.shop-product-image {
  position: relative;
  display: block;
  width: 100%;
  height: 169px;
  padding: 8px;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid #e6eef3;
  background: radial-gradient(ellipse at 50% 90%, var(--shop-tint), #fff 74%);
}

.shop-product-image > :where(picture.tep-picture) > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.22s;
}

.shop-product-image:hover > :where(picture.tep-picture) > img {
  transform: scale(1.04);
}

.shop-product-badge {
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 10px;
  padding: 3px 6px;
  border: 1px solid #dce7ee;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8117647059);
  color: #698595;
  font-size: 9px;
  line-height: 1.5;
}

.shop-quick-look {
  display: flex;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 7px;
  right: 8px;
  padding: 4px 7px;
  border: 1px solid #c8e1eb;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9490196078);
  color: #35829f;
  font-size: 10px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.18s, transform 0.18s;
}

.shop-quick-look svg {
  width: 13px;
  height: 13px;
}

.shop-product-image:is(:hover, :focus-visible) .shop-quick-look {
  opacity: 1;
  transform: none;
}

.shop-card-copy {
  padding: 13px 13px 12px;
}

.shop-card h2 {
  min-height: 44px;
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.shop-card h2 button {
  border: 0;
  padding: 0;
  background: none;
  color: #1b7299;
  text-align: left;
  font: inherit;
}

.shop-card h2 button:hover {
  color: #109cd0;
}

.shop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.shop-tags span {
  display: inline-flex;
  align-items: center;
  padding: 3px 6px;
  border: 1px solid #dce8ef;
  border-radius: 5px;
  background: linear-gradient(#fff, #f3f8fc);
  color: #6b8594;
  font-size: 10px;
  line-height: 1.4;
}

.shop-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 13px;
  padding-top: 11px;
  border-top: 1px solid #e5edf2;
}

.shop-price-row strong {
  display: block;
  color: #223c4b;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.shop-price-row small {
  display: block;
  margin-top: 3px;
  font-size: 9px;
  color: #448769;
}

.shop-price-row .shop-stock-off {
  color: #9b7373;
}

.shop-price-row .shop-add {
  min-height: 33px;
  padding: 6px 8px;
  gap: 5px;
  font-size: 10px;
  border-radius: 6px;
}

.shop-add svg {
  width: 14px;
  height: 14px;
}

@container (min-width:1120px) {
  .shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@container (max-width:760px) {
  .shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .shop-content .filter-toolbar {
    gap: 10px;
  }
  .shop-content .filter-heading {
    width: 100%;
    min-height: 0;
    border: 0;
    padding-right: 0;
  }
  .shop-welcome {
    gap: 12px;
  }
}
@container (max-width:520px) {
  .shop-welcome {
    flex-wrap: wrap;
    margin: 18px 0;
  }
  .shop-welcome h1 {
    font-size: 26px;
  }
  .shop-welcome-actions {
    width: 100%;
  }
  .shop-content .article-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-basis: 100%;
  }
  .shop-content .filter-search {
    grid-column: 1/-1;
  }
  .shop-content .shop-advanced-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .shop-categories {
    gap: 6px;
  }
  .shop-categories > button {
    font-size: 10px;
  }
  .shop-results-bar {
    flex-wrap: wrap;
    gap: 6px;
  }
}
@container (max-width:410px) {
  .shop-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .shop-product-image {
    height: 190px;
  }
  .shop-card h2 {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .shop-content * {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
.shop-page .shop-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  text-align: left;
  font-weight: 400;
}

.shop-page .shop-select-trigger .shop-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shop-page .shop-select-trigger .shop-select-chevron {
  position: absolute;
  right: 5px;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  pointer-events: none;
  transition: transform 0.15s ease;
}

.shop-page .shop-select-trigger[aria-expanded=true] {
  border-color: #5bc1df;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.0784313725), inset 0 1px #fff;
}

.shop-page .shop-select-trigger[aria-expanded=true] .shop-select-chevron {
  transform: rotate(-90deg);
}

.shop-page .shop-select-trigger:disabled {
  opacity: 0.6;
  cursor: default;
}

.shop-page .finder-form .shop-select-trigger {
  width: 100%;
  height: 35px;
  padding: 0 27px 0 38px;
  border: 1px solid #9edce8;
  border-radius: 8px;
  color: #233f47;
  background: linear-gradient(#fff, #f3fcfe);
  box-shadow: inset 0 1px 2px rgba(18, 63, 73, 0.031372549), 0 2px 7px rgba(15, 120, 145, 0.062745098);
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.shop-page .finder-form .shop-select-trigger .shop-select-chevron {
  right: 9px;
}

.shop-page .finder-form .shop-select-trigger[aria-expanded=true] {
  border-color: #5bc1df;
  box-shadow: 0 0 0 3px rgba(28, 185, 223, 0.0784313725), inset 0 1px #fff;
}

.shop-page .shop-select-panel {
  position: fixed;
  z-index: 1100;
  margin: 0;
  padding: 6px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #9bcfdf #eff8fc;
  border: 1px solid #b9dce9;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(252, 255, 255, 0.968627451), rgba(237, 249, 255, 0.9607843137));
  backdrop-filter: blur(16px);
  box-shadow: inset 0 1px #fff, 0 12px 30px rgba(37, 79, 108, 0.1411764706), 0 3px 8px rgba(37, 79, 108, 0.0470588235);
}

.shop-page .shop-select-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #294d62;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.65;
  cursor: pointer;
}

.shop-page .shop-select-option + .shop-select-option {
  margin-top: 3px;
}

.shop-page .shop-select-option .shop-select-icon {
  width: 27px;
  height: 27px;
  border-radius: 7px;
}

.shop-page .shop-select-option .shop-select-icon svg {
  width: 16px;
  height: 16px;
}

.shop-page .shop-select-option[aria-selected=true] {
  border-color: #c4e6f1;
  background: linear-gradient(110deg, #f2fcff, #dff3fc);
  color: #096e97;
}

.shop-page .shop-select-option[aria-selected=true] .shop-select-check {
  opacity: 1;
}

.shop-page .shop-select-option.is-active {
  border-color: #91cee3;
  background: linear-gradient(110deg, #eafaff, #d7f0fc);
  box-shadow: inset 0 1px #fff;
}

.shop-page .shop-select-option[aria-disabled=true] {
  opacity: 0.45;
  cursor: default;
}

.shop-page .shop-select-option-label {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.shop-page .shop-select-count {
  padding: 1px 7px;
  border: 1px solid #cfe5ef;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7294117647);
  color: #53748a;
  font-size: 11px;
  line-height: 1.6;
  font-variant-numeric: tabular-nums;
}

.shop-page .shop-select-check {
  width: 15px;
  height: 15px;
  color: #139ac0;
  stroke-width: 2.3;
  opacity: 0;
}

.shop-page .shop-select-panel svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.shop-page .shop-select-panel .shop-select-icon {
  --icon: #0785bf;
  --tint: #ccefff;
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 27px;
  height: 27px;
  border: 1px solid color-mix(in srgb, var(--icon) 23%, white);
  border-radius: 7px;
  color: var(--icon);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7882352941) 5%, var(--tint));
  box-shadow: inset 0 1px 1px #fff, 0 2px 4px rgba(41, 79, 112, 0.062745098);
}

.shop-page .shop-select-panel .shop-select-icon.violet {
  --icon: #8764cd;
  --tint: #ebe2ff;
}

.shop-page .shop-select-panel .shop-select-icon.amber {
  --icon: #b98419;
  --tint: #ffedc5;
}

.shop-page .shop-select-panel .shop-select-icon.mint {
  --icon: #149583;
  --tint: #cef7e9;
}

.shop-page .shop-select-panel .shop-select-icon svg {
  width: 16px;
  height: 16px;
}

.shop-page .shop-select-panel .shop-select-check {
  width: 15px;
  height: 15px;
  stroke-width: 2.3;
}

@media (prefers-reduced-motion: reduce) {
  .shop-page .shop-select-chevron {
    transition: none;
  }
}
.shop-card h2 > a {
  color: #1b7299;
  font: inherit;
  text-decoration: none;
}

.shop-card h2 > a:hover {
  color: #109cd0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.main-nav .mobile-ai-link {
  display: none;
}

@media (max-width: 880px) {
  .main-nav .mobile-ai-link {
    display: flex;
  }
}
body h1[tabindex="-1"]:focus {
  outline: none;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  border: 2px solid #075985;
  border-radius: 7px;
  color: #07364d;
  background: #fff;
  font-weight: 600;
  transform: translateY(calc(-100% - 12px));
}
.skip-link:focus {
  transform: none;
}

body :is(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid #075985;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=shopCritical.css.map */
