/* Desktop category pages: isolated modernization below the shared header. */

body.as-desktop-category-page #leftdiv {
  box-sizing: border-box;
  width: 190px !important;
  padding: 4px 0 0 !important;
  background: #ffffff !important;
}

body.as-desktop-category-page #leftdiv .lmenu {
  box-sizing: border-box;
  float: none;
  width: 190px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d5e2e8;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(18, 63, 82, .08);
}

body.as-desktop-category-page #leftdiv .lmenu nav,
body.as-desktop-category-page #leftdiv .lmenu ul {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.as-desktop-category-page #leftdiv .lmenu li {
  box-sizing: border-box;
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  list-style: none;
  border: 0;
  border-bottom: 1px solid #e7eef2;
  background: #ffffff;
}

body.as-desktop-category-page #leftdiv .lmenu li:last-child {
  border-bottom: 0;
}

body.as-desktop-category-page #leftdiv .lmenu a,
body.as-desktop-category-page #leftdiv .lmenu .menulink,
body.as-desktop-category-page #leftdiv .lmenu .menulink a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 35px;
  height: auto;
  margin: 0;
  padding: 8px 11px;
  color: #203f50;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.3;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

body.as-desktop-category-page #leftdiv .lmenu .menutop {
  height: auto !important;
  min-height: 0 !important;
  border-bottom-color: #d5e2e8;
  background: #f2f7f9;
}

body.as-desktop-category-page #leftdiv .lmenu .menutop > .menulink {
  display: block;
  min-height: 0;
  padding: 0;
}

body.as-desktop-category-page #leftdiv .lmenu .menutop > .menulink > a {
  min-height: 35px;
  padding: 7px 10px !important;
  color: #315d70 !important;
  font-size: 13px !important;
  font-weight: 700;
}

body.as-desktop-category-page #leftdiv .lmenu .menutop a::before {
  content: "\2039";
  margin-right: 6px;
  color: #1688b7;
  font-size: 20px;
  font-weight: 400;
  line-height: .7;
}

body.as-desktop-category-page #leftdiv .lmenu .menuh,
body.as-desktop-category-page #leftdiv .lmenu #menuh1 {
  border: 0 !important;
  border-bottom: 1px solid #dbe7ec !important;
  background: #edf6f9 !important;
  background-image: none !important;
}

body.as-desktop-category-page #leftdiv .lmenu .menuh > a {
  min-height: 41px;
  padding: 10px 11px;
  color: #163f55;
  font-size: 14px;
  font-weight: 800;
}

body.as-desktop-category-page #leftdiv .lmenu #menuh1 {
  border-left: 4px solid #168fc4 !important;
}

body.as-desktop-category-page #leftdiv .lmenu #menuh1 > a {
  padding-left: 8px;
}

body.as-desktop-category-page #leftdiv .lmenu .menum,
body.as-desktop-category-page #leftdiv .lmenu .menumdrop,
body.as-desktop-category-page #leftdiv .lmenu .menus {
  position: relative;
  border: 0;
  border-bottom: 1px solid #e7eef2;
  background: #ffffff;
}

body.as-desktop-category-page #leftdiv .lmenu .menum > a,
body.as-desktop-category-page #leftdiv .lmenu .menumdrop > a {
  padding-right: 27px;
  font-weight: 700;
}

body.as-desktop-category-page #leftdiv .lmenu .menum > a::after,
body.as-desktop-category-page #leftdiv .lmenu .menumdrop > a::after {
  content: "\203a";
  position: absolute;
  right: 10px;
  color: #7894a1;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

body.as-desktop-category-page #leftdiv .lmenu .menumdrop {
  background: #f2f7f9;
}

body.as-desktop-category-page #leftdiv .lmenu .menumdrop > a {
  color: #174e68;
  font-weight: 800;
}

body.as-desktop-category-page #leftdiv .lmenu .menumdrop > a::after {
  content: "\2304";
  font-size: 16px;
}

body.as-desktop-category-page #leftdiv .lmenu .menus > a {
  min-height: 33px;
  padding: 7px 10px 7px 17px;
  color: #3c5663;
  font-size: 12.5px;
}

body.as-desktop-category-page #leftdiv .lmenu a:hover,
body.as-desktop-category-page #leftdiv .lmenu a:focus-visible {
  background: #eaf4f8;
  color: #0f4e6b;
  outline: none;
}

body.as-desktop-category-page #leftdiv .lmenu a[aria-current="page"] {
  background: #126f9c;
  color: #ffffff;
  font-weight: 800;
}

body.as-desktop-category-page #leftdiv .menuinfo {
  box-sizing: border-box;
  float: none !important;
  width: 190px !important;
  margin: 14px 0 0 !important;
  padding: 12px !important;
  border: 1px solid #d5e2e8 !important;
  border-radius: 8px;
  background: #f7fafb !important;
  box-shadow: 0 4px 13px rgba(18, 63, 82, .06);
  color: #294653;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: 12px !important;
  line-height: 1.5;
}

body.as-desktop-category-page #leftdiv .menuinfo > b {
  display: block;
  margin-bottom: 5px;
  color: #173f54;
  font-size: 13px;
  line-height: 1.3;
}

body.as-desktop-category-page #leftdiv .menuinfotext {
  margin: 0;
  padding: 0;
  color: #3c5663;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  hyphens: auto;
}

body.as-desktop-category-page .as-desktop-category-info {
  box-sizing: border-box;
  clear: both;
  width: 964px;
  margin: 18px 0 18px 216px;
  padding: 18px 20px;
  border: 1px solid #d5e2e8;
  border-radius: 8px;
  background: #f7fafb;
  box-shadow: 0 4px 13px rgba(18, 63, 82, .06);
  color: #294653;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

body.as-desktop-category-page .as-desktop-category-info > b {
  display: block;
  margin-bottom: 7px;
  color: #173f54;
  font-size: 16px;
  line-height: 1.3;
}

body.as-desktop-category-page .as-desktop-category-info .menuinfotext {
  margin: 0;
  color: inherit;
  font: inherit;
  text-align: left;
}

body.as-desktop-category-page .as-desktop-category-head {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 18px;
  padding: 14px 0 15px;
  border-bottom: 1px solid #d5e2e8;
}

/* Group pages: one shared navigation row between the top and side menus. */
body.as-desktop-category-page:not(.as-desktop-search-page) .contentmain {
  position: relative;
  padding-top: 54px;
}

body.as-desktop-category-page:not(.as-desktop-search-page) .as-desktop-category-head {
  position: static;
  padding-top: 10px;
}

body.as-desktop-category-page:not(.as-desktop-search-page) .as-desktop-category-breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 360px 0 12px;
  border-bottom: 1px solid #e1e9ed;
}

body.as-desktop-category-page:not(.as-desktop-search-page) .as-desktop-category-breadcrumb__all > button::before {
  content: "\2039";
  margin-right: 7px;
  color: #1688b7;
  font-size: 20px;
  font-weight: 400;
  line-height: .7;
}

body.as-desktop-category-page:not(.as-desktop-search-page) .as-desktop-category-breadcrumb__all > button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #315d70;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

body.as-desktop-category-page:not(.as-desktop-search-page) .as-desktop-category-breadcrumb__all > button:hover,
body.as-desktop-category-page:not(.as-desktop-search-page) .as-desktop-category-breadcrumb__all > button:focus-visible {
  color: #0f6f99;
  text-decoration: underline;
}

body.as-desktop-category-page .as-desktop-current-categories[hidden],
body.as-desktop-category-page .as-desktop-all-categories[hidden] {display:none !important;}

body.as-desktop-category-page .as-desktop-all-categories {box-sizing:border-box;width:100%;color:#173d5d;font-size:13px;}
body.as-desktop-category-page .as-desktop-all-categories__head {display:flex;flex-direction:column;gap:7px;padding:10px 9px;border-bottom:1px solid #ccd9e1;background:#eef5f8;}
body.as-desktop-category-page .as-desktop-all-categories__head strong {font-size:14px;}
body.as-desktop-category-page .as-desktop-all-categories__back {padding:0;border:0;background:transparent;color:#1477a5;font:inherit;font-weight:700;text-align:left;cursor:pointer;}
body.as-desktop-category-page .as-desktop-all-categories details,
body.as-desktop-category-page .as-desktop-all-categories ul {box-sizing:border-box;margin:0;padding:0;}
body.as-desktop-category-page .as-desktop-all-categories summary {position:relative;box-sizing:border-box;padding:8px 25px 8px 9px;border-bottom:1px solid #dbe4e9;font-weight:700;line-height:1.25;cursor:pointer;list-style:none;}
body.as-desktop-category-page .as-desktop-all-categories summary::-webkit-details-marker {display:none;}
body.as-desktop-category-page .as-desktop-all-categories summary::after {content:"\203a";position:absolute;top:7px;right:9px;color:#7890a2;font-size:18px;}
body.as-desktop-category-page .as-desktop-all-categories details[open] > summary::after {transform:rotate(90deg);}
body.as-desktop-category-page .as-desktop-all-categories__overview,
body.as-desktop-category-page .as-desktop-all-categories__children a {display:block;box-sizing:border-box;color:#31566e;line-height:1.3;text-decoration:none;}
body.as-desktop-category-page .as-desktop-all-categories__overview {padding:7px 8px 7px 14px;background:#f1f6f8;font-weight:700;}
body.as-desktop-category-page .as-desktop-all-categories__children {list-style:none;}
body.as-desktop-category-page .as-desktop-all-categories__children li {display:block;width:auto;height:auto;border:0;list-style:none;}
body.as-desktop-category-page .as-desktop-all-categories__children > li > a {padding:7px 8px 7px 19px;border-bottom:1px solid #e6ecef;}
body.as-desktop-category-page .as-desktop-all-categories__sub > summary {padding-left:19px;font-weight:600;}
body.as-desktop-category-page .as-desktop-all-categories__sub .as-desktop-all-categories__children > li > a {padding-left:29px;}
body.as-desktop-category-page .as-desktop-all-categories a:hover,
body.as-desktop-category-page .as-desktop-all-categories button:hover {color:#0f6f99;text-decoration:underline;}
}

body.as-desktop-category-page:not(.as-desktop-search-page) .as-desktop-category-title {
  margin-top: 0;
}

body.as-desktop-category-page .as-desktop-category-breadcrumb {
  box-sizing: border-box;
  padding-right: 360px;
}

body.as-desktop-category-page .as-desktop-category-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.as-desktop-category-page .as-desktop-category-breadcrumb li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: #607985;
  font-size: 13px;
  line-height: 1.4;
}

body.as-desktop-category-page .as-desktop-category-breadcrumb li + li::before {
  content: "\203a";
  margin-right: 7px;
  color: #7e98a4;
  font-size: 17px;
  line-height: 1;
}

body.as-desktop-category-page .as-desktop-category-breadcrumb a {
  color: #315d70;
  font-weight: 700;
  text-decoration: none;
}

body.as-desktop-category-page .as-desktop-category-breadcrumb a:hover,
body.as-desktop-category-page .as-desktop-category-breadcrumb a:focus-visible {
  color: #0f6f99;
  text-decoration: underline;
  outline: none;
}

body.as-desktop-category-page .as-desktop-category-title {
  margin: 10px 0 0;
  color: #173f54;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
}

body.as-desktop-category-page .as-desktop-category-tools {
  position: absolute;
  top: 4px;
  right: 0;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

body.as-desktop-category-page:not(.as-desktop-search-page) .as-desktop-category-tools {
  top: 8px;
  right: 0;
}

body.as-desktop-category-page .as-desktop-category-tools__form {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
}

body.as-desktop-category-page .as-desktop-category-tools__select,
body.as-desktop-category-page .as-desktop-category-view-button {
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #b9ccd5;
  border-radius: 6px;
  background: #ffffff;
  color: #173f54;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  font-size: 13px;
}

body.as-desktop-category-page .as-desktop-category-tools__select {
  min-width: 190px;
  padding: 0 34px 0 11px;
}

body.as-desktop-category-page .as-desktop-category-view-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 142px;
  padding: 0 12px;
  cursor: pointer;
  font-weight: 700;
}

body.as-desktop-category-page .as-desktop-category-view-button:hover,
body.as-desktop-category-page .as-desktop-category-view-button:focus-visible {
  border-color: #1688b7;
  background: #edf7fb;
  color: #0f5675;
  outline: none;
}

body.as-desktop-category-page .as-desktop-category-view-button svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.as-desktop-category-page .as-desktop-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0 0 20px;
}

body.as-desktop-category-page .as-desktop-product-grid--page {
  margin-top: 16px;
}

body.as-desktop-category-page .as-desktop-product-card {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid #d5e2e8;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 3px 11px rgba(18, 63, 82, .055);
  color: #294653;
  cursor: pointer;
  font-family: "Open Sans", Arial, Verdana, sans-serif;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.as-desktop-category-page .as-desktop-product-card:hover,
body.as-desktop-category-page .as-desktop-product-card:focus-within {
  border-color: #aac7d4;
  box-shadow: 0 7px 18px rgba(18, 63, 82, .11);
  transform: translateY(-1px);
}

body.as-desktop-category-page .as-desktop-product-card__content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 408px;
  padding: 12px;
}

body.as-desktop-category-page .as-desktop-product-card__media {
  position: relative;
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 242px;
  margin: -12px -12px 12px;
  padding: 10px 12px 4px;
  overflow: hidden;
  background: #ffffff;
}

body.as-desktop-category-page .as-desktop-product-card__media > a:not(.as-desktop-product-card__quickview) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.as-desktop-category-page .as-desktop-product-card__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 228px;
  object-fit: contain;
}

body.as-desktop-category-page .as-desktop-product-card__image.soldout {
  opacity: .55;
  filter: grayscale(.25);
}

body.as-desktop-category-page .as-desktop-product-card__title {
  display: -webkit-box;
  min-height: 40px;
  margin: 0;
  overflow: hidden;
  color: #173f54;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.as-desktop-category-page .as-desktop-product-card__title a {
  color: inherit;
  text-decoration: none;
}

body.as-desktop-category-page .as-desktop-product-card__title a:hover,
body.as-desktop-category-page .as-desktop-product-card__title a:focus-visible {
  color: #0f6f99;
  text-decoration: underline;
  outline: none;
}

body.as-desktop-category-page .as-desktop-product-card__summary {
  display: -webkit-box;
  min-height: 52px;
  margin-top: 5px;
  overflow: hidden;
  color: #60737d;
  font-size: 12px;
  line-height: 1.45;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.as-desktop-category-page .as-desktop-product-card__meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  min-height: 54px;
  margin-top: 0;
  padding-top: 0;
}

body.as-desktop-category-page .as-desktop-product-card__rating {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 3px;
  color: #60737d;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

body.as-desktop-category-page .as-desktop-product-card__rating span {
  color: #f5b700;
  font-size: 18px;
  line-height: 1;
  vertical-align: -1px;
}

body.as-desktop-category-page .as-desktop-product-card__rating:hover,
body.as-desktop-category-page .as-desktop-product-card__rating:focus-visible {
  color: #0f6f99;
  text-decoration: underline;
  outline: none;
}

body.as-desktop-category-page .as-desktop-product-card__price {
  align-self: flex-end;
  margin-left: auto;
  margin-top: auto;
  color: #004aab;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  text-align: right;
  white-space: nowrap;
}

body.as-desktop-category-page .as-desktop-product-card__price sup {
  position: relative;
  top: -.1em;
  margin-left: 1px;
  font-size: 10px;
}

body.as-desktop-category-page .as-desktop-product-card__availability {
  margin-top: 5px;
  color: #6e7f87;
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
}

body.as-desktop-category-page .as-desktop-product-card__badges {
  position: absolute;
  z-index: 3;
  top: 9px;
  right: 9px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  max-width: calc(100% - 18px);
  pointer-events: none;
}

body.as-desktop-category-page .as-desktop-product-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
}

body.as-desktop-category-page .as-desktop-product-card__badge--new {
  background: #d70b28;
}

body.as-desktop-category-page .as-desktop-product-card__badge--offer {
  background: #c84f18;
}

body.as-desktop-category-page .as-desktop-product-card__badge--bonus {
  background: #176da0;
}

body.as-desktop-category-page .as-desktop-product-card__badge--top {
  background: #6d3fa3;
}

body.as-desktop-category-page .as-desktop-product-list {
  display: grid;
  gap: 16px;
  margin: 18px 0 24px;
}

body.as-desktop-category-page .as-desktop-product-list-card {
  position: relative;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 22px;
  box-sizing: border-box;
  padding: 18px 20px;
  border: 1px solid #d7e1e6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(18, 63, 82, .055);
  transition: border-color .18s ease, box-shadow .18s ease;
}

body.as-desktop-category-page .as-desktop-product-list-card:hover,
body.as-desktop-category-page .as-desktop-product-list-card:focus-within {
  border-color: #aac7d4;
  box-shadow: 0 7px 18px rgba(18, 63, 82, .1);
}

body.as-desktop-category-page .as-desktop-product-list-card__media {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 220px;
}

body.as-desktop-category-page .as-desktop-product-list-card__media > a:not(.as-desktop-product-card__quickview) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 220px;
}

body.as-desktop-category-page .as-desktop-product-list-card__image {
  display: block;
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 250px;
}

body.as-desktop-category-page .as-desktop-product-list-card__main {
  min-width: 0;
}

body.as-desktop-category-page .as-desktop-product-list-card__title {
  margin: 0 0 5px;
  color: #173f56;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

body.as-desktop-category-page .as-desktop-product-list-card__title a {
  color: inherit;
  text-decoration: none;
}

body.as-desktop-category-page .as-desktop-product-list-card__title a:hover,
body.as-desktop-category-page .as-desktop-product-list-card__title a:focus-visible {
  color: #0f6f99;
  text-decoration: underline;
}

body.as-desktop-category-page .as-desktop-product-list-card__summary {
  display: -webkit-box;
  margin-bottom: 7px;
  overflow: hidden;
  color: #6d7b82;
  font-size: 14px;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.as-desktop-category-page .as-desktop-product-list-card__description {
  margin: 12px 0 14px;
  color: #334b58;
  font-size: 14px;
  line-height: 1.52;
}

body.as-desktop-category-page .as-desktop-product-list-card__variants {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e2e9ed;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 54px;
  padding: 7px 9px;
  border: 1px solid #e2e9ed;
  border-radius: 7px;
  color: #173f56;
  text-decoration: none;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant:hover,
body.as-desktop-category-page .as-desktop-product-list-card__variant:focus-visible {
  border-color: #9fc4d4;
  background: #f5fafc;
  outline: none;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 54px;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant-image img {
  display: block;
  width: auto;
  max-width: 46px;
  height: auto;
  max-height: 52px;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
  font-size: 13px;
  line-height: 1.3;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant-copy small {
  color: #6d7b82;
  font-size: 12px;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant-copy .as-desktop-product-list-card__topseller {
  align-self: flex-start;
  min-height: 20px;
  margin-top: 2px;
  padding: 0 7px;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
}

body.as-desktop-category-page .as-desktop-category-detail {
  margin: 22px 0;
  padding: 16px;
  border: 1px solid #d7e1e6;
  border-radius: 10px;
  background: #ffffff;
}

body.as-desktop-category-page .as-desktop-category-detail__text {
  color: #294452;
  font-size: 14px;
  line-height: 1.55;
}

/* Desktop search: category guidance above and beside the product results. */
body.as-desktop-search-page .contentmain {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

body.as-desktop-search-page .main {
  box-sizing: border-box;
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  padding-right: 20px;
}

body.as-desktop-search-page #leftdiv.as-search-sidebar {
  float: none;
  width: 190px !important;
  margin: 0;
  padding-top: 14px !important;
}

body.as-desktop-search-page #leftdiv .menutop > .menulink {
  padding: 10px 14px !important;
  color: #173f54;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body.as-desktop-search-page #leftdiv .as-search-category-group {
  border-top: 1px solid #dbe7ec;
  border-bottom-color: #dbe7ec;
  background: #edf6f9;
}

body.as-desktop-search-page #leftdiv .as-search-category-group--first {
  border-top: 0;
}

body.as-desktop-search-page #leftdiv .as-search-category-group > a {
  min-height: 37px;
  padding: 8px 11px;
  color: #174e68;
  font-size: 13px;
  font-weight: 800;
}

body.as-desktop-search-page #leftdiv .as-search-category-group > a::after {
  content: none;
}

body.as-desktop-search-page #leftdiv .menum:not(.as-search-category-group) > a {
  min-height: 32px;
  padding: 6px 10px 6px 18px;
  color: #3c5663;
  font-size: 12.5px;
  font-weight: 400;
}

body.as-desktop-search-page #leftdiv .menum:not(.as-search-category-group) > a::after {
  content: none;
}

body.as-desktop-search-page .as-search-head {
  margin-bottom: 16px;
  padding-top: 14px;
}

body.as-desktop-search-page .as-search-head .as-desktop-category-breadcrumb {
  padding-right: 0;
}

body.as-desktop-search-page .as-search-title {
  margin-top: 0;
}

body.as-desktop-search-page .as-search-title em {
  font-weight: 600;
}

body.as-desktop-search-page .as-search-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 12px;
}

body.as-desktop-search-page .as-search-brand-form {
  margin: 0;
}

body.as-desktop-search-page .as-search-pages {
  margin: 0;
}

body.as-desktop-search-page .as-search-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

body.as-desktop-search-page .as-search-pagination__page,
body.as-desktop-search-page .as-search-pagination__current,
body.as-desktop-search-page .as-search-pagination__arrow {
  box-sizing: border-box;
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid #b9ccd5;
  border-radius: 6px;
  background: #ffffff;
  color: #173f54;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

body.as-desktop-search-page .as-search-pagination__current {
  border-color: #1688b7;
  background: #1688b7;
  color: #ffffff;
}

body.as-desktop-search-page .as-search-pagination__arrow {
  width: 34px;
  padding: 0;
}

body.as-desktop-search-page .as-search-pagination__arrow svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.as-desktop-search-page .as-search-pagination__page:hover,
body.as-desktop-search-page .as-search-pagination__arrow:hover,
body.as-desktop-search-page .as-search-pagination__page:focus-visible,
body.as-desktop-search-page .as-search-pagination__arrow:focus-visible {
  border-color: #1688b7;
  background: #edf7fb;
  color: #0f5675;
  outline: none;
}

body.as-desktop-search-page .as-search-pagination-bottom {
  display: flex;
  justify-content: flex-end;
  margin: 18px 0 10px;
}

body.as-desktop-search-page .as-search-suggestions {
  box-sizing: border-box;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #d5e2e8;
  border-radius: 9px;
  background: #f7fafb;
  box-shadow: 0 4px 13px rgba(18, 63, 82, .06);
}

body.as-desktop-search-page .as-search-suggestions > h2 {
  margin: 0 0 13px;
  color: #173f54;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

body.as-desktop-search-page .as-search-suggestions__grid,
body.as-desktop-search-page .as-search-suggestions__grid #morecat[style*="block"] {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

body.as-desktop-search-page .as-search-suggestions__grid > div:not(#morecat),
body.as-desktop-search-page .as-search-suggestions__grid #morecat > div {
  box-sizing: border-box;
  float: none !important;
  width: auto !important;
  height: auto !important;
  min-width: 0;
  text-align: left !important;
}

body.as-desktop-search-page .as-search-suggestions__grid #morecat {
  grid-column: 1 / -1;
}

body.as-desktop-search-page .as-search-suggestions__grid > div:not(#morecat) > a,
body.as-desktop-search-page .as-search-suggestions__grid #morecat > div > a {
  box-sizing: border-box;
  display: flex;
  min-height: 156px;
  flex-direction: column;
  align-items: stretch;
  padding: 9px;
  border: 1px solid #dbe5ea;
  border-radius: 7px;
  background: #ffffff;
  color: #173f54;
  text-decoration: none;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

body.as-desktop-search-page .as-search-suggestions__grid > div:not(#morecat) > a:hover,
body.as-desktop-search-page .as-search-suggestions__grid > div:not(#morecat) > a:focus-visible,
body.as-desktop-search-page .as-search-suggestions__grid #morecat > div > a:hover,
body.as-desktop-search-page .as-search-suggestions__grid #morecat > div > a:focus-visible {
  border-color: #9fc4d4;
  box-shadow: 0 5px 14px rgba(18, 63, 82, .1);
  transform: translateY(-1px);
  outline: none;
}

body.as-desktop-search-page .as-search-suggestions__grid > div:not(#morecat) > a > div,
body.as-desktop-search-page .as-search-suggestions__grid #morecat > div > a > div {
  position: static !important;
  box-sizing: border-box;
  display: flex;
  width: 100% !important;
  height: 112px !important;
  align-items: center;
  justify-content: center;
  margin: 0 0 7px;
  padding: 4px !important;
  border-radius: 5px !important;
  background: #f7fafb !important;
}

body.as-desktop-search-page .as-search-suggestions__grid img {
  position: static !important;
  display: block;
  width: auto;
  max-width: 90px !important;
  height: auto;
  max-height: 104px !important;
  margin: auto !important;
  object-fit: contain;
}

body.as-desktop-search-page .as-search-suggestions__grid b {
  display: block;
  min-width: 0;
  color: #173f54;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

body.as-desktop-search-page .as-search-suggestions__grid > .as-search-suggestions__toggle {
  display: flex;
  grid-column: 1 / -1;
  justify-content: flex-end;
  min-height: 0;
  margin-top: 2px;
}

body.as-desktop-search-page .as-search-suggestions__toggle > button {
  appearance: none;
  padding: 7px 12px;
  border: 1px solid #a9c4d0;
  border-radius: 6px;
  background: #ffffff;
  color: #174e68;
  font: 700 13px/1.25 "Open Sans", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

body.as-desktop-search-page .as-search-suggestions__toggle > button:hover,
body.as-desktop-search-page .as-search-suggestions__toggle > button:focus-visible {
  border-color: #238bb7;
  background: #edf7fb;
  outline: none;
}

body.as-desktop-category-page .as-desktop-category-rating-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 18px 0 22px;
  padding: 14px 18px;
  border: 1px solid #d7e1e6;
  border-radius: 10px;
  background: #f7fafb;
  color: #294452;
}

body.as-desktop-category-page .as-desktop-category-rating-summary__title {
  min-width: 0;
  margin: 0;
  color: #23415a;
  font-size: 16px;
  line-height: 1.35;
}

body.as-desktop-category-page .as-desktop-category-rating-summary__score {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  font-size: 14px;
}

body.as-desktop-category-page .as-desktop-category-rating-summary__star {
  color: #f7b500;
  font-size: 20px;
  line-height: 1;
}

body.as-desktop-category-page .as-desktop-category-rating-summary__score strong {
  color: #075aa6;
  font-size: 18px;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant-price {
  white-space: nowrap;
  color: #075aa6;
  font-size: 16px;
  font-weight: 700;
}

body.as-desktop-category-page .as-desktop-product-list-card__variant-price sup {
  font-size: 10px;
}

body.as-desktop-category-page .as-desktop-product-list-card__single-price {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e2e9ed;
}

body.as-desktop-category-page .as-desktop-product-list-card__single-price a {
  color: #075aa6;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

body.as-desktop-category-page .as-desktop-product-list-card__single-price a:hover,
body.as-desktop-category-page .as-desktop-product-list-card__single-price a:focus-visible {
  color: #003f78;
  text-decoration: underline;
}

body.as-desktop-category-page .as-desktop-product-list-card__single-price sup {
  font-size: 10px;
}

body.as-desktop-category-page .as-desktop-product-list-card:hover .as-desktop-product-card__quickview,
body.as-desktop-category-page .as-desktop-product-list-card:focus-within .as-desktop-product-card__quickview {
  opacity: 1;
  transform: translateY(0);
}

body.as-desktop-category-page .as-desktop-product-card__quickview {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 10px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 0 10px;
  border-radius: 5px;
  background: rgba(18, 82, 111, .94);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .17);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  transform: translateY(7px);
  transition: opacity .15s ease, background-color .15s ease, transform .15s ease;
}

body.as-desktop-category-page .as-desktop-product-card:hover .as-desktop-product-card__quickview,
body.as-desktop-category-page .as-desktop-product-card:focus-within .as-desktop-product-card__quickview,
body.as-desktop-category-page .as-desktop-product-card__quickview:focus-visible {
  opacity: 1;
  transform: translateY(0);
}

body.as-desktop-category-page .as-desktop-product-card__quickview:hover,
body.as-desktop-category-page .as-desktop-product-card__quickview:focus-visible {
  background: #0d4964;
  color: #ffffff;
  outline: 2px solid #ffffff;
  outline-offset: -3px;
}

body.as-desktop-category-page .as-desktop-quickview {
  box-sizing: border-box;
  width: min(1120px, calc(100vw - 48px));
  max-width: 1120px;
  height: min(900px, calc(100vh - 48px));
  max-height: 900px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #aac3cf;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(13, 48, 66, .28);
  color: #173f54;
}

body.as-desktop-category-page .as-desktop-quickview::backdrop {
  background: rgba(17, 31, 49, .66);
}

body.as-desktop-category-page .as-desktop-quickview__shell {
  display: grid;
  grid-template-rows: 48px minmax(0, 1fr);
  width: 100%;
  height: 100%;
}

body.as-desktop-category-page .as-desktop-quickview__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 18px;
  border-bottom: 1px solid #dce7ec;
  background: #f2f7f9;
  font-size: 15px;
}

body.as-desktop-category-page .as-desktop-quickview__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #173f54;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

body.as-desktop-category-page .as-desktop-quickview__close:hover,
body.as-desktop-category-page .as-desktop-quickview__close:focus-visible {
  background: #e2eef3;
  outline: 2px solid #0f6f99;
  outline-offset: 1px;
}

body.as-desktop-category-page .as-desktop-quickview__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #ffffff;
}
