.elementor-4136 .elementor-element.elementor-element-5981c5a{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-40px;--margin-bottom:0px;--margin-left:25px;--margin-right:0px;}.elementor-4136 .elementor-element.elementor-element-0d0a46b .elementor-repeater-item-c67e541 .swiper-slide-bg{background-color:#833CA300;background-image:url(https://hwflow.shop/wp-content/uploads/2026/09/ChatGPT-Image-2026年9月17日-下午11_03_00.webp);background-size:cover;}.elementor-4136 .elementor-element.elementor-element-0d0a46b .swiper-slide{transition-duration:calc(3000ms*1.2);height:100vh;}.elementor-4136 .elementor-element.elementor-element-0d0a46b{width:var( --container-widget-width, 98.016% );max-width:98.016%;margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:98.016%;--container-widget-flex-grow:0;}.elementor-4136 .elementor-element.elementor-element-0d0a46b.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-4136 .elementor-element.elementor-element-0d0a46b .swiper-slide-contents{max-width:66%;}.elementor-4136 .elementor-element.elementor-element-0d0a46b .swiper-slide-inner{text-align:center;}.elementor-4136 .elementor-element.elementor-element-7bbc0ff{--display:flex;}.elementor-4136 .elementor-element.elementor-element-c57d590{--display:flex;}.elementor-4136 .elementor-element.elementor-element-f38a562{--display:flex;}.elementor-4136 .elementor-element.elementor-element-ca8d106{--display:flex;}.elementor-4136 .elementor-element.elementor-element-b584fb5.elementor-wc-products ul.products li.product{--button-align-display:flex;--button-align-direction:column;--button-align-justify:space-between;}.elementor-4136 .elementor-element.elementor-element-b584fb5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-4136 .elementor-element.elementor-element-b584fb5.elementor-wc-products ul.products li.product span.onsale{display:block;}.elementor-4136 .elementor-element.elementor-element-b2fff59{--display:flex;}@media(max-width:1024px){.elementor-4136 .elementor-element.elementor-element-b584fb5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(min-width:768px){.elementor-4136 .elementor-element.elementor-element-5981c5a{--width:100%;}.elementor-4136 .elementor-element.elementor-element-ca8d106{--content-width:1700px;}}@media(max-width:767px){.elementor-4136 .elementor-element.elementor-element-5981c5a{--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4136 .elementor-element.elementor-element-0d0a46b{width:100%;max-width:100%;margin:45px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-4136 .elementor-element.elementor-element-0d0a46b .swiper-slide{height:25vh;}.elementor-4136 .elementor-element.elementor-element-b584fb5.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-a707590 *//* =========================================================
   蒸汽幻霧｜商品探索模塊
   CSS ISOLATED
========================================================= */

.sf-explore {
  --sf-bg: #0B0F19;
  --sf-card: #0F172A;
  --sf-card-2: #111827;
  --sf-border: rgba(148, 163, 184, 0.13);
  --sf-white: #F8FAFC;
  --sf-muted: #94A3B8;
  --sf-cyan: #06B6D4;
  --sf-cyan-dark: #0891B2;
  --sf-purple: #8B5CF6;

  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;

  background: var(--sf-bg);
  color: var(--sf-white);

  padding: 96px 32px 110px;

  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  isolation: isolate;
}

.sf-explore *,
.sf-explore *::before,
.sf-explore *::after {
  box-sizing: border-box;
}

.sf-explore a {
  text-decoration: none;
  color: inherit;
}

.sf-explore__inner {
  position: relative;
  z-index: 3;

  width: min(1700px, 100%);
  margin: 0 auto;
}


/* =========================================================
   AMBIENT LIGHT
========================================================= */

.sf-explore__ambient {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.sf-explore__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(120px);
  opacity: .12;
}

.sf-explore__glow--cyan {
  width: 520px;
  height: 520px;
  top: -280px;
  right: 10%;
  background: var(--sf-cyan);
}

.sf-explore__glow--purple {
  width: 430px;
  height: 430px;
  bottom: -260px;
  left: 5%;
  background: var(--sf-purple);
}


/* =========================================================
   HEADER
========================================================= */

.sf-explore__header {
  max-width: 900px;
  margin-bottom: 48px;
}

.sf-explore__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 18px;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
}

.sf-explore__eyebrow-number {
  color: var(--sf-cyan);
}

.sf-explore__eyebrow-line {
  width: 38px;
  height: 1px;
  background: rgba(148, 163, 184, .3);
}

.sf-explore__eyebrow-text {
  color: rgba(148, 163, 184, .6);
}

.sf-explore__title {
  margin: 0 0 18px;

  color: var(--sf-white);

  font-size: clamp(40px, 4vw, 64px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -2.5px;
}

.sf-explore__intro {
  margin: 0;

  color: rgba(148, 163, 184, .72);

  font-size: 16px;
  line-height: 1.75;
}


/* =========================================================
   CATEGORY GRID
========================================================= */

.sf-explore__categories {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;

  margin-bottom: 28px;
}

.sf-explore__category {
  position: relative;

  min-height: 235px;
  padding: 28px;

  display: flex;
  flex-direction: column;

  border: 1px solid var(--sf-border);
  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      rgba(15, 23, 42, .96),
      rgba(11, 15, 25, .94)
    );

  overflow: hidden;

  transition:
    transform .45s cubic-bezier(.2,.8,.2,1),
    border-color .45s ease,
    background .45s ease;
}

.sf-explore__category::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 20% 15%,
      rgba(6, 182, 212, .11),
      transparent 45%
    );

  opacity: 0;

  transition: opacity .45s ease;
}

.sf-explore__category:hover {
  transform: translateY(-6px);

  border-color: rgba(6, 182, 212, .32);

  background:
    linear-gradient(
      145deg,
      rgba(15, 23, 42, 1),
      rgba(15, 23, 42, .86)
    );
}

.sf-explore__category:hover::before {
  opacity: 1;
}

.sf-explore__category-index {
  position: relative;
  z-index: 2;

  color: rgba(148, 163, 184, .4);

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.sf-explore__category-icon {
  position: relative;
  z-index: 2;

  width: 52px;
  height: 52px;

  margin-top: auto;
  margin-bottom: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 15px;

  background:
    linear-gradient(
      135deg,
      rgba(6, 182, 212, .16),
      rgba(139, 92, 246, .16)
    );

  border: 1px solid rgba(6, 182, 212, .16);

  transition:
    transform .4s ease,
    border-color .4s ease,
    box-shadow .4s ease;
}

.sf-explore__category-icon svg {
  width: 25px;
  height: 25px;

  stroke: var(--sf-cyan);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sf-explore__category:hover .sf-explore__category-icon {
  transform: scale(1.08);

  border-color: rgba(6, 182, 212, .38);

  box-shadow:
    0 0 28px rgba(6, 182, 212, .16);
}

.sf-explore__category-content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  gap: 7px;
}

.sf-explore__category-title {
  color: var(--sf-white);

  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;

  transition: color .3s ease;
}

.sf-explore__category:hover .sf-explore__category-title {
  color: var(--sf-cyan);
}

.sf-explore__category-desc {
  color: rgba(148, 163, 184, .55);

  font-size: 13px;
  line-height: 1.5;
}

.sf-explore__category-arrow {
  position: absolute;
  z-index: 2;

  top: 27px;
  right: 27px;

  color: rgba(248, 250, 252, .32);

  font-size: 20px;

  transition:
    color .3s ease,
    transform .4s ease;
}

.sf-explore__category:hover .sf-explore__category-arrow {
  color: var(--sf-cyan);
  transform: translate(3px, -3px);
}


/* =========================================================
   LOWER BANNER
========================================================= */

.sf-explore__banner {
  position: relative;

  min-height: 470px;

  display: flex;

  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 28px;

  background:
    linear-gradient(
      135deg,
      #0F172A 0%,
      #0D1422 45%,
      #0B0F19 100%
    );

  overflow: hidden;

  isolation: isolate;
}

.sf-explore__grid {
  position: absolute;
  inset: 0;

  opacity: .23;

  background-image:
    linear-gradient(
      rgba(148,163,184,.06) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(148,163,184,.06) 1px,
      transparent 1px
    );

  background-size: 55px 55px;

  mask-image:
    linear-gradient(
      90deg,
      black 0%,
      transparent 90%
    );

  pointer-events: none;
}

.sf-explore__banner-content {
  position: relative;
  z-index: 5;

  width: 50%;

  padding: 70px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sf-explore__banner-label {
  display: flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 22px;

  color: rgba(148, 163, 184, .65);

  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.sf-explore__banner-label span {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--sf-cyan);

  box-shadow:
    0 0 12px rgba(6, 182, 212, .6);
}

.sf-explore__banner-title {
  max-width: 600px;

  margin: 0 0 22px;

  color: var(--sf-white);

  font-size: clamp(38px, 4vw, 60px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -2.5px;
}

.sf-explore__banner-title em {
  color: transparent;

  background:
    linear-gradient(
      90deg,
      var(--sf-cyan),
      #67E8F9,
      var(--sf-purple)
    );

  -webkit-background-clip: text;
  background-clip: text;

  font-style: normal;
}

.sf-explore__banner-text {
  max-width: 470px;

  margin: 0 0 34px;

  color: rgba(148, 163, 184, .62);

  font-size: 15px;
  line-height: 1.75;
}


/* =========================================================
   ACTION BUTTONS
========================================================= */

.sf-explore__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.sf-explore__action {
  min-width: 165px;

  padding: 14px 17px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;

  border-radius: 14px;

  transition:
    transform .35s ease,
    background .35s ease,
    border-color .35s ease;
}

.sf-explore__action span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sf-explore__action small {
  color: rgba(148, 163, 184, .55);

  font-size: 9px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.sf-explore__action span:not(small) {
  color: var(--sf-white);
}

.sf-explore__action b {
  font-size: 18px;
  font-weight: 400;

  transition: transform .3s ease;
}

.sf-explore__action:hover {
  transform: translateY(-3px);
}

.sf-explore__action:hover b {
  transform: translate(3px, -3px);
}

.sf-explore__action--primary {
  border: 1px solid rgba(6, 182, 212, .25);

  background:
    rgba(6, 182, 212, .09);
}

.sf-explore__action--primary b {
  color: var(--sf-cyan);
}

.sf-explore__action--secondary {
  border: 1px solid rgba(139, 92, 246, .22);

  background:
    rgba(139, 92, 246, .07);
}

.sf-explore__action--secondary b {
  color: #A78BFA;
}


/* =========================================================
   VISUAL / CHART
========================================================= */

.sf-explore__visual {
  position: relative;

  width: 50%;
  min-height: 470px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
}

.sf-explore__visual-glow {
  position: absolute;

  width: 520px;
  height: 520px;

  top: 50%;
  left: 50%;

  transform: translate(-25%, -50%);

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(6, 182, 212, .14),
      rgba(139, 92, 246, .07) 38%,
      transparent 70%
    );

  filter: blur(20px);

  pointer-events: none;
}

.sf-explore__chart {
  position: absolute;

  width: 92%;
  height: 300px;

  right: -3%;
  bottom: 40px;

  overflow: visible;

  opacity: .95;
}

.sf-explore__chart-grid {
  fill: none;

  stroke: rgba(148, 163, 184, .07);
  stroke-width: 1;
}

.sf-explore__chart-area {
  fill: url(#sfAreaGradient);
}

.sf-explore__chart-line {
  fill: none;

  stroke: url(#sfChartGradient);
  stroke-width: 3;

  stroke-linecap: round;
  stroke-linejoin: round;

  filter:
    drop-shadow(
      0 0 8px rgba(6, 182, 212, .3)
    );
}

.sf-explore__chart-point {
  fill: var(--sf-bg);

  stroke: var(--sf-cyan);
  stroke-width: 3;

  filter:
    drop-shadow(
      0 0 8px rgba(6, 182, 212, .55)
    );
}


/* =========================================================
   STAT
========================================================= */

.sf-explore__stat {
  position: absolute;

  z-index: 4;

  top: 65px;
  right: 70px;

  display: flex;
  flex-direction: column;
  align-items: flex-end;

  text-align: right;
}

.sf-explore__stat-label {
  margin-bottom: 4px;

  color: rgba(148, 163, 184, .55);

  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.sf-explore__stat-number {
  color: var(--sf-white);

  font-size: clamp(48px, 5vw, 76px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -4px;
}

.sf-explore__stat-number sup {
  color: var(--sf-cyan);

  font-size: .45em;
  vertical-align: top;

  margin-left: 4px;
}

.sf-explore__stat-note {
  margin-top: 8px;

  color: rgba(148, 163, 184, .42);

  font-size: 11px;
}

.sf-explore__trend {
  position: absolute;

  right: 70px;
  bottom: 55px;

  z-index: 4;

  display: flex;
  align-items: center;
  gap: 8px;

  color: rgba(148, 163, 184, .48);

  font-size: 10px;
  letter-spacing: .7px;
}

.sf-explore__trend-dot {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: var(--sf-cyan);

  box-shadow:
    0 0 10px rgba(6, 182, 212, .65);
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1100px) {

  .sf-explore {
    padding: 78px 28px 90px;
  }

  .sf-explore__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sf-explore__category {
    min-height: 215px;
  }

  .sf-explore__banner-content {
    width: 55%;
    padding: 52px;
  }

  .sf-explore__visual {
    width: 45%;
  }

  .sf-explore__stat {
    right: 40px;
    top: 50px;
  }

  .sf-explore__chart {
    width: 110%;
    right: -22%;
  }

  .sf-explore__trend {
    right: 40px;
  }
}


/* =========================================================
   RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {

  .sf-explore {
    padding: 64px 18px 72px;
  }

  .sf-explore__header {
    margin-bottom: 34px;
  }

  .sf-explore__title {
    font-size: 40px;
    letter-spacing: -1.8px;
  }

  .sf-explore__intro {
    font-size: 14px;
  }

  .sf-explore__desktop-break {
    display: none;
  }

  .sf-explore__categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;

    margin-bottom: 14px;
  }

  .sf-explore__category {
    min-height: 185px;

    padding: 20px;

    border-radius: 17px;
  }

  .sf-explore__category-icon {
    width: 43px;
    height: 43px;

    margin-bottom: 17px;

    border-radius: 12px;
  }

  .sf-explore__category-icon svg {
    width: 21px;
    height: 21px;
  }

  .sf-explore__category-title {
    font-size: 16px;
  }

  .sf-explore__category-desc {
    font-size: 11px;
  }

  .sf-explore__category-arrow {
    top: 18px;
    right: 18px;

    font-size: 16px;
  }

  /* Mobile：隱藏大型曲線視覺 */
  .sf-explore__visual {
    display: none;
  }

  .sf-explore__banner {
    min-height: auto;

    border-radius: 20px;
  }

  .sf-explore__banner-content {
    width: 100%;
    padding: 38px 25px;
  }

  .sf-explore__banner-title {
    font-size: 36px;
    letter-spacing: -1.8px;
  }

  .sf-explore__banner-text {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .sf-explore__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .sf-explore__action {
    min-width: 0;

    padding: 13px 12px;

    gap: 10px;

    border-radius: 12px;
  }

  .sf-explore__action span {
    font-size: 13px;
  }

  .sf-explore__action b {
    font-size: 16px;
  }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

  .sf-explore {
    padding-left: 14px;
    padding-right: 14px;
  }

  .sf-explore__categories {
    gap: 8px;
  }

  .sf-explore__category {
    min-height: 175px;
    padding: 17px;
  }

  .sf-explore__category-title {
    font-size: 15px;
  }

  .sf-explore__category-desc {
    font-size: 10px;
  }

  .sf-explore__banner-content {
    padding: 32px 21px;
  }

  .sf-explore__actions {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

  .sf-explore *,
  .sf-explore *::before,
  .sf-explore *::after {
    transition: none !important;
    animation: none !important;
  }
}
```/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa729f8 *//* =========================================================
   蒸汽幻霧｜推薦產品模塊
   CSS Scope：steam-product-recommend
   ========================================================= */

.steam-product-recommend {
  --steam-bg: #0B0F19;
  --steam-card: #111827;
  --steam-card-border: rgba(148, 163, 184, 0.12);
  --steam-text: #F8FAFC;
  --steam-muted: #94A3B8;
  --steam-cyan: #06B6D4;
  --steam-cyan-dark: #0891B2;
  --steam-violet: #8B5CF6;

  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--steam-bg);
  color: var(--steam-text);
  padding: 120px 0;
  isolation: isolate;
}


/* 背景微光 */

.steam-product-recommend__glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(120px);
  opacity: 0.10;
  z-index: -1;
}

.steam-product-recommend__glow--cyan {
  top: -280px;
  left: 10%;
  background: var(--steam-cyan);
}

.steam-product-recommend__glow--violet {
  right: -250px;
  bottom: -300px;
  background: var(--steam-violet);
}


/* 主容器 */

.steam-product-recommend__container {
  width: min(1700px, calc(100% - 80px));
  margin: 0 auto;
}


/* =========================================================
   Header
   ========================================================= */

.steam-product-recommend__header {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.steam-product-recommend__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;

  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: var(--steam-cyan);
}

.steam-product-recommend__eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--steam-cyan);
}

.steam-product-recommend__title {
  margin: 0;
  color: var(--steam-text);
  font-size: clamp(38px, 4vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 650;
}

.steam-product-recommend__title span {
  display: inline-block;
  color: transparent;
  background: linear-gradient(
    100deg,
    var(--steam-cyan),
    var(--steam-violet)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.steam-product-recommend__description {
  max-width: 600px;
  margin: 22px auto 0;

  color: var(--steam-muted);
  font-size: 16px;
  line-height: 1.8;
}


/* =========================================================
   Product Grid
   ========================================================= */

.steam-product-recommend__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}


/* =========================================================
   Product Card
   ========================================================= */

.steam-product-card {
  position: relative;
  min-width: 0;
}

.steam-product-card__link {
  position: relative;
  display: flex;
  flex-direction: column;

  min-height: 620px;

  overflow: hidden;

  color: var(--steam-text);
  text-decoration: none;

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,0.045),
      rgba(255,255,255,0.015)
    );

  border: 1px solid var(--steam-card-border);
  border-radius: 24px;

  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.4s ease,
    box-shadow 0.5s ease;

  isolation: isolate;
}

.steam-product-card__link:hover {
  color: var(--steam-text);
  text-decoration: none;

  transform: translateY(-8px);

  border-color: rgba(6, 182, 212, 0.35);

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.35),
    0 0 45px rgba(6, 182, 212, 0.07);
}


/* =========================================================
   Image
   ========================================================= */

.steam-product-card__image-wrap {
  position: relative;
  height: 390px;
  overflow: hidden;

  background: #111827;
}

.steam-product-card__image-wrap::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to bottom,
      rgba(11, 15, 25, 0.08),
      rgba(11, 15, 25, 0.05) 50%,
      rgba(11, 15, 25, 0.65)
    );

  pointer-events: none;
}

.steam-product-card__image {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  opacity: 0.86;

  transform: scale(1.01);

  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease;
}

.steam-product-card__link:hover .steam-product-card__image {
  transform: scale(1.07);
  opacity: 1;
}


/* 圖片微光 */

.steam-product-card__image-glow {
  position: absolute;
  left: 50%;
  bottom: -80px;

  width: 220px;
  height: 150px;

  transform: translateX(-50%);

  background: var(--steam-cyan);
  filter: blur(80px);

  opacity: 0.10;

  transition:
    opacity 0.5s ease,
    transform 0.7s ease;

  pointer-events: none;
  z-index: 2;
}

.steam-product-card__link:hover .steam-product-card__image-glow {
  opacity: 0.22;
  transform: translateX(-50%) scale(1.2);
}


/* =========================================================
   Number
   ========================================================= */

.steam-product-card__number {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 4;

  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;

  color: rgba(248, 250, 252, 0.75);
}


/* =========================================================
   Tag
   ========================================================= */

.steam-product-card__tag {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;

  padding: 8px 11px;

  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 999px;

  background: rgba(11, 15, 25, 0.45);

  color: rgba(248, 250, 252, 0.88);

  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;

  backdrop-filter: blur(8px);
}


/* =========================================================
   Content
   ========================================================= */

.steam-product-card__content {
  display: flex;
  flex: 1;

  flex-direction: column;
  justify-content: space-between;

  padding: 26px 28px 28px;
}

.steam-product-card__category {
  margin: 0 0 10px;

  color: var(--steam-cyan);

  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.steam-product-card__title {
  margin: 0;

  color: var(--steam-text);

  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.025em;
  font-weight: 600;
}

.steam-product-card__text {
  max-width: 320px;

  margin: 10px 0 0;

  color: var(--steam-muted);

  font-size: 14px;
  line-height: 1.7;
}


/* =========================================================
   Action
   ========================================================= */

.steam-product-card__action {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-top: 26px;

  color: var(--steam-text);

  font-size: 13px;
  font-weight: 600;

  transition:
    color 0.3s ease,
    gap 0.3s ease;
}

.steam-product-card__arrow {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  border: 1px solid rgba(248, 250, 252, 0.16);
  border-radius: 50%;

  color: var(--steam-cyan);

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    color 0.3s ease;
}

.steam-product-card__link:hover .steam-product-card__action {
  gap: 13px;
}

.steam-product-card__link:hover .steam-product-card__arrow {
  transform: rotate(45deg);

  background: var(--steam-cyan);
  color: var(--steam-bg);
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 1100px) {

  .steam-product-recommend {
    padding: 100px 0;
  }

  .steam-product-recommend__container {
    width: min(100% - 48px, 900px);
  }

  .steam-product-recommend__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steam-product-card__link {
    min-height: 570px;
  }

  .steam-product-card__image-wrap {
    height: 340px;
  }
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 767px) {

  .steam-product-recommend {
    padding: 76px 0;
  }

  .steam-product-recommend__container {
    width: calc(100% - 28px);
  }

  .steam-product-recommend__header {
    margin-bottom: 38px;
  }

  .steam-product-recommend__title {
    font-size: 38px;
    line-height: 1.12;
  }

  .steam-product-recommend__description {
    margin-top: 17px;

    padding: 0 8px;

    font-size: 14px;
    line-height: 1.75;
  }

  .steam-product-recommend__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .steam-product-card__link {
    min-height: 0;
    border-radius: 16px;
  }

  .steam-product-card__image-wrap {
    height: 220px;
  }

  .steam-product-card__content {
    padding: 18px 17px 19px;
  }

  .steam-product-card__number {
    top: 13px;
    left: 14px;
  }

  .steam-product-card__tag {
    top: 12px;
    right: 12px;

    padding: 6px 8px;

    font-size: 8px;
  }

  .steam-product-card__category {
    margin-bottom: 7px;

    font-size: 8px;
  }

  .steam-product-card__title {
    font-size: 17px;
  }

  .steam-product-card__text {
    margin-top: 7px;

    font-size: 12px;
    line-height: 1.6;
  }

  .steam-product-card__action {
    margin-top: 18px;

    font-size: 11px;
  }

  .steam-product-card__arrow {
    width: 21px;
    height: 21px;
  }

  .steam-product-card__link:hover {
    transform: translateY(-4px);
  }

}


/* =========================================================
   Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .steam-product-card__link,
  .steam-product-card__image,
  .steam-product-card__image-glow,
  .steam-product-card__action,
  .steam-product-card__arrow {
    transition: none;
  }

}
.steam-product-recommend .steam-product-card--pressed .steam-product-card__link {
  transform: scale(0.985);
}

@media (max-width: 767px) {
  .steam-product-recommend .steam-product-card--pressed .steam-product-card__link {
    transform: scale(0.97);
  }
}/* End custom CSS */