@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;
}

.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-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-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));
  }
}
@container (max-width:520px) {}
@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-card h2 > a {
  color: #1b7299;
  font: inherit;
  text-decoration: none;
}

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

.product-content {
  background: #fff;
}

.product-content a {
  text-decoration: none;
}

.product-content :is(h1, h2, h3) {
  text-wrap: balance;
}

.product-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 20px 0;
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
  font-size: 11px;
  line-height: 1.6;
  color: #8698a3;
}

.product-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #367b99;
}

.product-breadcrumb a:hover {
  color: #169acf;
}

.product-breadcrumb svg {
  width: 14px;
  height: 14px;
}

.product-breadcrumb [aria-current] {
  color: #5c7280;
}

#product-cart-open {
  flex-shrink: 0;
}

#product-cart-count {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1098039216);
  font-size: 10px;
}

.product-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  padding-bottom: 27px;
}

.product-gallery {
  overflow: hidden;
  border: 1px solid #cce2ed;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(63, 113, 134, 0.0392156863);
}

.product-gallery-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 11px 13px;
  border-bottom: 1px solid #cde6f0;
  background: linear-gradient(115deg, #eaf9ff 0%, #f7fdff 55%, #eeeafa 100%);
}

.product-gallery-heading > span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #327796;
  font-size: 12px;
  font-weight: 650;
}

.product-gallery-heading .shop-icon {
  width: 27px;
  height: 27px;
  border-radius: 8px;
}

.product-gallery-heading .shop-icon svg {
  width: 16px;
  height: 16px;
}

.product-edition {
  padding: 4px 7px;
  border: 1px solid #c4e4ed;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.7215686275);
  color: #558599;
  font-size: 9px;
  font-weight: 600;
}

.product-main-image {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 310px;
  padding: 26px 15px 42px;
  border: 0;
  background: radial-gradient(ellipse at 50% 48%, var(--shop-tint) 0%, #fff 72%);
}

.product-main-image > :where(picture.tep-picture) > img {
  display: block;
  width: 100%;
  max-width: 470px;
  height: 270px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

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

.product-main-image > span {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border: 1px solid #dce9ef;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8509803922);
  color: #6d8794;
  font-size: 10px;
  white-space: nowrap;
}

.product-main-image > span svg {
  width: 13px;
  height: 13px;
}

.product-thumbnails {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 4px 12px 0;
}

.product-thumbnails > button {
  display: flex;
  flex: 0 1 95px;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 5px;
  border: 1px solid #dbe8ef;
  border-radius: 9px;
  background: #fff;
  color: #718692;
  font-size: 9px;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.product-thumbnails img {
  width: 76px;
  max-width: 100%;
  height: 48px;
  object-fit: contain;
}

.product-thumbnails > button:hover {
  border-color: #90cfe6;
}

.product-thumbnails > button[aria-pressed=true] {
  border-color: #58b8d9;
  color: #267a9e;
  background: linear-gradient(#fff, #edfaff);
  box-shadow: inset 0 0 0 1px rgba(188, 236, 248, 0.3333333333);
}

.product-image-caption {
  margin: 10px 10px 13px;
  text-align: center;
  color: #8a9da7;
  font-size: 9px;
  line-height: 1.5;
}

.product-purchase {
  min-width: 0;
  padding-top: 4px;
}

.product-category-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 10px;
}

.product-category-line > .shop-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
}

.product-category-line > .shop-icon svg {
  width: 15px;
  height: 15px;
}

.product-category-line > a {
  color: var(--shop-ink);
  font-weight: 600;
}

.product-stock {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding: 4px 7px;
  border: 1px solid #bfe3cf;
  border-radius: 6px;
  background: linear-gradient(#f7fff9, #e4f6ec);
  color: #3b8561;
  font-size: 9px;
  font-weight: 650;
  white-space: nowrap;
}

.product-stock svg {
  width: 12px;
  height: 12px;
}

.product-stock.is-unavailable {
  color: #94693c;
  border-color: #ead7bd;
  background: linear-gradient(#fffcf6, #fff1de);
}

.product-purchase h1 {
  margin: 16px 0 7px;
  color: #156e98;
  font-size: clamp(25px, 2.05vw, 34px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.product-sku {
  color: #8b9ca5;
  font-size: 9px;
  letter-spacing: 0.035em;
}

.product-sku span {
  color: #657f8c;
}

.product-intro {
  margin: 16px 0 12px;
  color: #657c8a;
  font-size: 13px;
  line-height: 1.8;
}

.product-tags {
  margin-bottom: 0;
}

.product-tags > span {
  padding: 4px 7px;
  font-size: 9px;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 21px 0 18px;
}

.product-price > strong {
  color: #234456;
  font-size: 36px;
  font-weight: 720;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.product-price > span {
  color: #617c8b;
  font-size: 10px;
  line-height: 1.6;
}

.product-price small {
  display: block;
  color: #96a6ae;
  font-size: 9px;
}

.product-buy-form {
  padding: 17px 0 15px;
  border-top: 1px solid #e2edf2;
  border-bottom: 1px solid #e2edf2;
}

.product-buy-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
  color: #5e7988;
  font-size: 10px;
}

.product-buy-label label {
  font-weight: 650;
}

.product-buy-label > span {
  color: #8a9ca6;
}

.product-buy-label strong {
  color: #58788a;
  font-weight: 600;
}

.product-buy-row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.product-quantity {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #cbdfe9;
  border-radius: 8px;
  background: #fff;
}

.product-quantity button {
  display: grid;
  place-items: center;
  width: 29px;
  height: 42px;
  padding: 0;
  border: 0;
  background: linear-gradient(#fff, #f0f8fb);
  color: #538199;
}

.product-quantity button:hover:not(:disabled) {
  background: #e3f4fa;
}

.product-quantity button svg {
  width: 13px;
  height: 13px;
}

.product-quantity input {
  appearance: textfield;
  width: 35px;
  height: 42px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-inline: 1px solid #e4edf2;
  background: #fff;
  color: #365969;
  text-align: center;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
}

.product-quantity input::-webkit-inner-spin-button,
.product-quantity input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.product-quantity input[aria-invalid=true] {
  background: #fff5f2;
  color: #ad5e4f;
}

.product-add-button {
  flex: 1;
  gap: 8px;
  min-height: 44px;
  padding-inline: 10px;
  font-size: 12px;
}

.product-buy-status {
  margin-top: 9px;
  color: #508477;
  font-size: 11px;
  line-height: 1.6;
}

.product-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 13px 0 17px;
}

.product-actions .shop-soft {
  gap: 5px;
  min-height: 32px;
  padding: 6px 9px;
  font-size: 10px;
}

.product-actions .shop-soft svg {
  width: 14px;
  height: 14px;
}

.product-actions > a {
  margin-left: auto;
  color: #8099a5;
  font-size: 10px;
}

.product-actions > a:hover {
  color: #2d85aa;
  text-decoration: underline;
}

#product-save[aria-pressed=true] svg {
  fill: #cfe9f5;
}

.product-help-strip {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid #cfe7df;
  border-radius: 10px;
  background: linear-gradient(115deg, #f6fcf9, #fff);
}

.product-help-strip > div {
  flex: 1;
  min-width: 0;
}

.product-help-strip strong {
  display: block;
  color: #438171;
  font-size: 11px;
  font-weight: 650;
}

.product-help-strip div > span {
  display: block;
  margin-top: 3px;
  color: #78958d;
  font-size: 9px;
  line-height: 1.5;
}

.product-help-strip > a {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #c9e4d9;
  border-radius: 7px;
  background: #fff;
  color: #4d967e;
}

.product-help-strip > a svg {
  width: 14px;
  height: 14px;
}

@container (min-width:1100px) {
  .product-summary {
    gap: 38px;
  }
  .product-main-image {
    min-height: 380px;
  }
  .product-main-image > :where(picture.tep-picture) > img {
    height: 320px;
  }
  .product-purchase {
    padding-top: 10px;
  }
  .product-intro {
    font-size: 14px;
  }
}
@container (max-width:750px) {
  .product-summary {
    gap: 19px;
  }
  .product-gallery-heading {
    flex-wrap: wrap;
  }
  .product-main-image {
    min-height: 245px;
    padding-inline: 8px;
  }
  .product-main-image > :where(picture.tep-picture) > img {
    height: 205px;
  }
  .product-thumbnails {
    gap: 5px;
    padding-inline: 8px;
  }
  .product-thumbnails > button {
    flex-basis: 70px;
    font-size: 8px;
  }
  .product-thumbnails img {
    width: 57px;
    height: 40px;
  }
  .product-purchase h1 {
    font-size: 26px;
  }
}
@container (max-width:610px) {
  .product-summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }
  .product-purchase h1 {
    font-size: 29px;
  }
  .product-main-image {
    min-height: 270px;
  }
  .product-main-image > :where(picture.tep-picture) > img {
    height: 235px;
  }
  .product-gallery-heading {
    flex-wrap: nowrap;
  }
  .product-thumbnails > button {
    flex-basis: 88px;
    font-size: 9px;
  }
  .product-thumbnails img {
    width: 74px;
    height: 46px;
  }
  .product-topbar {
    align-items: flex-start;
  }
  .product-breadcrumb > [aria-current],
  .product-breadcrumb > span:nth-last-child(2) {
    display: none;
  }
}
@container (max-width:410px) {
  .product-topbar {
    gap: 8px;
  }
  .product-breadcrumb {
    gap: 5px;
    font-size: 10px;
  }
}
.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=shopProductCritical.css.map */
