@charset "UTF-8";

/* -------------------------------------
  TABLE OF CONTENTS
------------------------------------- */
/*
  01. HOME / HERO
  02. PAGE HEADINGS
  03. HOME SECTIONS / CATALOG
  04. CATEGORY
  05. ITEM DETAIL
  06. ABOUT
  07. STATIC PAGES
*/

body.is-modal-open {
  overflow: hidden;
}


/* -------------------------------------
  01. HOME / HERO
------------------------------------- */
.hero {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #fff;
}
.hero.has-dark-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.38) 100%);
  opacity: 1;
  transition: opacity 1.2s ease;
}
.hero.has-dark-overlay.is-hero-loading::before {
  opacity: 0;
}
.hero.hero-direct {
  height: auto;
  overflow: visible;
}
.hero.hero-carousel .hero-controls {
  display: none;
}
.hero.hero-carousel .hero-counter {
  right: auto;
  top: auto;
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
  flex-direction: row;
  gap: 12px;
}
.hero-carousel-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}
.hero-carousel-nav button {
  appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 80px;
  padding: 0;
  border-radius: 4px;
  border: 0;
  background: color-mix(in srgb, var(--header-color-on-hero) 8%, transparent);
  color: var(--header-color-on-hero);
  font-size: 10px;
  font-weight: 100;
  line-height: 1;
  display: grid;
  place-items: center;
  pointer-events: auto;
  cursor: pointer;
  outline: none;
}
.hero-carousel-prev,
.hero-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-carousel-prev {
  left: 20px;
}
.hero-carousel-next {
  right: 28px;
}
@media (max-width: 768px) {
  .hero-carousel-nav {
    display: none;
  }
  .page-top {
    width: 42px;
    height: 42px;
  }
}
.hero-controls {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  font-family: var(--font-family-heading-hero);
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  animation: textAnimationFadeIn 2s cubic-bezier(.43, .05, .27, 1.25) forwards;
  z-index: 2;
}
.hero-skip {
  font-size: var(--font-xs);
  color: var(--header-color-on-hero);
  text-decoration: none;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
  font-weight: 200;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.6em 1.5em;
  border-radius: 999px;
  background: color-mix(in srgb, var(--header-color-on-hero) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--header-color-on-hero) 20%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero-skip-icon {
  font-size: 12px !important;
  line-height: 1;
}
.hero-skip:link,
.hero-skip:visited,
.hero-skip:hover,
.hero-skip:active {
  color: var(--header-color-on-hero);
  text-decoration: none;
}
.hero-skip:hover {
  opacity: 0.7;
}
.hero-controls p {
  font-size: var(--font-xs);
  color: var(--header-color-on-hero);
}
.page-top {
  position: fixed;
  right: max(18px, var(--layout-margin-right));
  bottom: max(18px, var(--layout-margin-right));
  z-index: 30;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  color: #111;
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0s linear 0.28s, background-color 0.28s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}
.page-top:hover {
  background: rgba(255, 255, 255, 0.96);
}
.page-top .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
}
.hero-counter {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.hero-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--header-color-on-hero) 35%, transparent);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.hero-dot:hover {
  cursor: pointer;
}
.hero-dot.is-active {
  background: var(--header-color-on-hero);
  transform: scale(1.25);
}
.hero-slider {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  font-family: var(--font-family-heading-hero);
  overflow: hidden;
  background: #fff;
}
.hero-slider.initial-fade .hero-slide {
  opacity: 0;
  animation: hero-initial-fade 1.2s ease forwards;
}
.hero-slider.initial-fade .hero-text {
  opacity: 1;
}
.hero-slider.initial-fade .hero-text .hero-heading h1 {
  opacity: 0;
  animation: hero-initial-fade 1.2s ease 0.7s forwards;
}
.hero-slider.initial-fade .hero-text .hero-desc p {
  opacity: 0;
  animation: hero-initial-fade 1.2s ease 1s forwards;
}
.hero-slider.is-loading .hero-slide,
.hero-slider.is-loading .hero-text {
  opacity: 0;
}
.hero-slider.is-loading .hero-text .hero-heading h1,
.hero-slider.is-loading .hero-text .hero-desc p {
  opacity: 0;
}
@keyframes hero-initial-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}
.hero-slider.hero-slider-direct {
  height: auto;
  overflow: visible;
}
.hero-slider.hero-slider-direct .hero-slide.hero-slide-direct {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.hero-slider.hero-slider-direct .hero-slide.hero-slide-direct + .hero-slide.hero-slide-direct {
  margin-top: 0;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
}

.hero-bg.photoframe {
  border: 25px solid var(--bg-color);
}

.hero-bg img,
.hero-bg picture,
.hero-bg picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-bg img,
.hero-bg picture img {
  transform: scale(1.015);
  transform-origin: center center;
}
.hero-bg.is-slow-zooming img,
.hero-bg.is-slow-zooming picture img {
  animation: hero-bg-slow-zoom 16s linear forwards;
}
@keyframes hero-bg-slow-zoom {
  from {
    transform: scale(1.015);
  }
  to {
    transform: scale(1.09);
  }
}
.hero-bg.soft-wipe,
.hero-thumb-frame.soft-wipe {
  --wipe: 0%;
  --wipe-angle: 0deg;
  -webkit-mask-image: linear-gradient(
    var(--wipe-angle),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) calc(var(--wipe) - 12%),
    rgba(0, 0, 0, 0.55) var(--wipe),
    rgba(0, 0, 0, 0) calc(var(--wipe) + 12%),
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    var(--wipe-angle),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) calc(var(--wipe) - 12%),
    rgba(0, 0, 0, 0.55) var(--wipe),
    rgba(0, 0, 0, 0) calc(var(--wipe) + 12%),
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.hero-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* background-color: rgba(255, 255, 255, 0.125); */
}
.hero-mosaic-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(var(--m-cols, 10), minmax(0, 1fr));
  grid-template-rows: repeat(var(--m-rows, 6), minmax(0, 1fr));
  pointer-events: none;
}
.hero-mosaic-cell {
  opacity: var(--m-alpha, 0.7);
  background-repeat: no-repeat;
  background-size: calc(var(--m-cols, 10) * 100%) calc(var(--m-rows, 6) * 100%);
  background-position:
    calc((var(--m-col, 0) / (var(--m-cols, 10) - 1)) * 100%)
    calc((var(--m-row, 0) / (var(--m-rows, 6) - 1)) * 100%);
}
.hero-bg.wipe-up::before {
  animation: wipe-up 1s var(--easeInOutQuint) forwards;
  background: #fff;
  width: 100%;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0 50% 0 0;
  z-index: 100;
}
body.is-hero-thumb-initial-pending .hero-bg.wipe-up::before,
body.is-hero-thumb-initial-pending .hero-thumb-frame.wipe-down::before {
  content: none;
  animation: none;
}
.hero.hero-single .hero-bg.wipe-up::before,
.hero.hero-single .hero-thumb-frame.wipe-down::before {
  content: none;
  animation: none;
}
.hero.hero-single .hero-slider.initial-fade .hero-slide,
.hero.hero-single .hero-slider.initial-fade .hero-text,
.hero.hero-single .hero-slider.initial-fade .hero-text .hero-heading h1,
.hero.hero-single .hero-slider.initial-fade .hero-text .hero-desc p {
  opacity: 1;
  animation: none;
}
.hero-thumb {
  position: absolute;
  bottom: 2vw;
  right: 3vw;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28); */

  width: clamp(90px, 10.4vw, 200px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 2;
  isolation: isolate;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.hero-thumb-media {
  position: relative;
  width: 100%;
  aspect-ratio: 3.2 / 5;
  overflow: visible;
}
.hero-thumb-stack {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-thumb-card {
  --thumb-rot: 0deg;
  --thumb-x: 0px;
  --thumb-y: 0px;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 7px;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  background: #fcfcf7;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.18);
  transform-origin: 50% 84%;
  transform: rotate(var(--thumb-rot)) translate(var(--thumb-x), var(--thumb-y));
}
.hero-thumb-card.is-back-2 {
  --thumb-rot: 3.6deg;
    --thumb-x: -2px;
    --thumb-y: 3px;
  z-index: 1;
}
.hero-thumb-card.is-back-1 {
  --thumb-rot: -3.2deg;
    --thumb-x: 3px;
    --thumb-y: -3px;
  z-index: 2;
}
.hero-thumb-card.is-front {
  z-index: 3;
  pointer-events: auto;
}
.hero-thumb-card.is-back-1,
.hero-thumb-card.is-back-2 {
  pointer-events: none;
}
.hero-thumb-stack.is-enter .hero-thumb-card.is-front {
  animation: thumb-front-settle 0.4s cubic-bezier(0.2, 0.7, 0.1, 1) both;
}
.hero-thumb-stack.is-enter .hero-thumb-card.is-back-1,
.hero-thumb-stack.is-enter .hero-thumb-card.is-back-2 {
  animation: thumb-back-settle 0.4s cubic-bezier(0.2, 0.7, 0.1, 1) both;
}
@keyframes thumb-front-settle {
  from {
    transform: rotate(1.8deg) translate(1px, 0px);
  }
  to {
    transform: rotate(0deg) translate(0px, 0px);
  }
}
@keyframes thumb-back-settle {
  from {
    transform: rotate(0deg) translate(0px, 0px);
  }
  to {
    transform: rotate(var(--thumb-rot)) translate(var(--thumb-x), var(--thumb-y));
  }
}
.hero-thumb-frame {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5.3;
  z-index: auto;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
}
.hero-thumb-frame a {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-thumb-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-thumb-nav {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.hero-thumb-nav-btn {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
  color: color-mix(in srgb, var(--header-color-on-hero) 70%, transparent);
  background: color-mix(in srgb, var(--header-color-on-hero) 10%, transparent);
  border: 1px solid color-mix(in srgb, var(--header-color-on-hero) 20%, transparent);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.28s ease, opacity 0.28s ease;
}
.hero-thumb-nav-btn span {
  line-height: 1;
  transform: translateY(-0.5px);
}
.hero-thumb-nav-btn:hover {
  background: rgba(255, 255, 255, 0.5);
  color:  var(--header-color-on-hero);
}
.hero-thumb-frame.wipe-down::before {
  animation: wipe-down 1s var(--easeInOutQuint) forwards;
  background: #fff;
  width: 100%;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0 50% 0 0;
  z-index: 100;
}
@keyframes wipe-down {
  100% {
    transform: translateY(100%);
  }
}
.hero-thumb-meta {
  color: #333;
  line-height: 1.25;
  min-height: 1em;
  padding: 0 1px;
  margin: 0;
}
.hero-thumb-title {
  font-family: var(--font-family-sans);
  font-size: var(--font-xxs);
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0 0 6px;
}
.hero-thumb-price {
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  letter-spacing: 0.03em;
  margin: 0;
}
@keyframes wipe-up {
  100% {
    transform: translateY(-100%);
  }
}
.hero-text {
  position: absolute;
  width: min(580px, 80%);
  color: #fff;
  z-index: 2;
}
.hero-text.left-center {
  top: 50%;
  left: 8vw;
  transform: translateY(-50%);
}
.hero-text.left-bottom {
  left: 8vw;
  bottom: 8vh;
  transform: none;
}
.hero-text.center-bottom {
  left: 50%;
  bottom: 10vh;
  transform: translateX(-50%);
}
.hero-text.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-text.center-bottom .hero-heading h1,
.hero-text.center-bottom .hero-desc p,
.hero-text.center-center .hero-heading h1,
.hero-text.center-center .hero-desc p {
  text-align: center;
}
.hero-heading {
  margin-bottom: 0.75em;
}
.hero-text.font-size-m .hero-heading h1 {
  font-size: var(--font-display-m);
}
.hero-text.font-size-l .hero-heading h1 {
  font-size: var(--font-display-l);
}
.hero-text.font-size-xl .hero-heading h1 {
  font-size: var(--font-display-xl);
}
.hero-heading h1 {
  margin: 0;
  text-align: left;
  color: var(--header-color-on-hero);
  font-size: var(--font-display-l);
  font-weight: 400;
  line-height: 1.1;
}
.hero-desc {
}
.hero-text.font-size-m .hero-desc p {
  font-size: var(--font-xs);
}
.hero-text.font-size-l .hero-desc p {
  font-size: var(--font-s);
}
.hero-text.font-size-xl .hero-desc p {
  font-size: var(--font-m);
}
.hero-desc p {
  margin: 0;
  text-align: left;
  color: var(--header-color-on-hero);
  font-size: var(--font-xs);
  line-height: 1.4;
}




/* -------------------------------------
  02. PAGE HEADINGS
------------------------------------- */

.page-heading-title,
.static-body .inquirySection > h1 {
  position: relative;
  z-index: 0;
  display: inline-flex;
  margin: 0 0 40px;
  align-items: baseline;
  gap: 0.55em;
  font-family: var(--font-family-heading-page);
  font-size: var(--font-size-heading-page);
  line-height: 1.25;
  letter-spacing: 0.03em;
  font-weight: var(--font-weight-heading-page, 400);
  isolation: isolate;
}
.page-heading-title > span {
  display: inline-block;
  font-family: var(--font-family-sans);
  font-size: var(--font-size-label);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--text-color) 50%, transparent);
}

/* -------------------------------------
  03. HOME SECTIONS / CATALOG
------------------------------------- */
.catalog {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow: hidden;
  display: block;
}
.catalog-inner {
  width: 100%;
  padding: 40px var(--layout-margin-right) var(--layout-margin-bottom) var(--layout-margin-left);
  box-sizing: border-box;
}
.catalog-empty p {
  font-size: var(--font-s);
}
.item-list-actions[hidden] {
  display: none;
}
.item-list-actions.is-loading .item-list-more {
  pointer-events: none;
  opacity: 0.4;
}
.item-list-actions.is-loading .item-list-more {
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.item-list-actions.is-loading .item-list-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--text-color);
  animation: item-list-loading-dot 0.95s ease-in-out infinite;
}
.catalog-title-search-result.page-heading-title {
  font-family: var(--font-family-heading-page);
  color: var(--text-color);
  margin: 2vw 0 60px 0;
}

.catalog .product-grid {
  display: grid;
  gap: 32px 28px;
  grid-auto-flow: dense;
}
.catalog .product-grid.pc-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.catalog .product-grid.pc-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.catalog .product-grid.pc-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.catalog .product-card {
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  display: block;
}
@media(min-width: 1025px) {
  .catalog .product-grid.featured.pc-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8), :nth-child(24n + 15), :nth-child(24n + 22)) {
    grid-column: span 2;
    grid-row: span 2;
    margin-bottom: 14px;
  }
  .catalog .product-grid.featured.pc-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 15)) {
    grid-column: 1 / span 2;
  }
  .catalog .product-grid.featured.pc-cols-4 .product-card:is(:nth-child(24n + 8), :nth-child(24n + 22)) {
    grid-column: 3 / span 2;
  }
  .catalog .product-grid.featured.pc-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8), :nth-child(24n + 15), :nth-child(24n + 22)) .product-media {
    aspect-ratio: 4 / 5;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.pc-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8), :nth-child(24n + 15), :nth-child(24n + 22)) .product-price {
    font-size: var(--font-s);
  }
}
@media(min-width: 1025px) {
  .catalog .product-grid.featured.pc-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .catalog .product-grid.featured.pc-cols-3 .product-card:nth-child(24n + 10) {
    grid-column: 2 / span 2;
  }
  .catalog .product-grid.featured.pc-cols-3 .product-card:nth-child(24n + 19) {
    grid-column: 1 / span 2;
  }
  .catalog .product-grid.featured.pc-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-media {
    aspect-ratio: 4 / 5;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.pc-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-price {
    font-size: var(--font-s);
  }
}
@media(min-width: 600px) and (max-width: 1024px) {

  .item-list-actions {
    margin-top: 44px;
  }
  .catalog .product-grid.featured.tb-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8), :nth-child(24n + 15), :nth-child(24n + 22)) {
    grid-column: span 2;
    grid-row: span 2;
    margin-bottom: 12px;
  }
  .catalog .product-grid.featured.tb-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 15)) {
    grid-column: 1 / span 2;
  }
  .catalog .product-grid.featured.tb-cols-4 .product-card:is(:nth-child(24n + 8), :nth-child(24n + 22)) {
    grid-column: 3 / span 2;
  }
  .catalog .product-grid.featured.tb-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8), :nth-child(24n + 15), :nth-child(24n + 22)) .product-media {
    aspect-ratio: 4 / 5;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.tb-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8), :nth-child(24n + 15), :nth-child(24n + 22)) .product-price {
    font-size: var(--font-s);
  }
  .catalog .product-grid.featured.tb-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .catalog .product-grid.featured.tb-cols-3 .product-card:nth-child(24n + 10) {
    grid-column: 2 / span 2;
  }
  .catalog .product-grid.featured.tb-cols-3 .product-card:nth-child(24n + 19) {
    grid-column: 1 / span 2;
  }
  .catalog .product-grid.featured.tb-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-media {
    aspect-ratio: 4 / 5;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.tb-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-price {
    font-size: var(--font-s);
  }
}
@media(max-width: 599px) {
  .breadcrumb-nav {
    margin-bottom: 20px;
  }
  .item-list-actions {
    margin-top: 36px;
  }
  .item-list-more {
    width: 100%;
  }
  .catalog .product-grid.featured.sp-cols-1 .product-card {
    grid-column: auto;
    grid-row: auto;
  }
  .catalog .product-grid.featured.sp-cols-1 .product-card .product-media {
    aspect-ratio: 3 / 4;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.sp-cols-1 .product-card .product-price {
    font-size: var(--font-xs);
  }
  .catalog .product-grid.featured.sp-cols-2 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 13)) {
    grid-column: 1 / span 2;
    grid-row: span 2;
  }
  .catalog .product-grid.featured.sp-cols-2 .product-card:is(:nth-child(24n + 10), :nth-child(24n + 19)) {
    grid-column: auto;
    grid-row: auto;
  }
  .catalog .product-grid.featured.sp-cols-2 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 13)) .product-media {
    aspect-ratio: 4 / 5;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.sp-cols-2 .product-card:is(:nth-child(24n + 10), :nth-child(24n + 19)) .product-media {
    aspect-ratio: 3 / 4;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.sp-cols-2 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 13)) .product-price {
    font-size: var(--font-s);
  }
  .catalog .product-grid.featured.sp-cols-2 .product-card:is(:nth-child(24n + 10), :nth-child(24n + 19)) .product-price {
    font-size: var(--font-xs);
  }
  .catalog .product-grid.featured.sp-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .catalog .product-grid.featured.sp-cols-3 .product-card:nth-child(24n + 10) {
    grid-column: 2 / span 2;
  }
  .catalog .product-grid.featured.sp-cols-3 .product-card:nth-child(24n + 19) {
    grid-column: 1 / span 2;
  }
  .catalog .product-grid.featured.sp-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-media {
    aspect-ratio: 4 / 5;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.sp-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-price {
    font-size: var(--font-s);
  }
}
@media(min-width: 1025px) {
  .catalog .product-grid.featured.pc-cols-5 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8)) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .catalog .product-grid.featured.pc-cols-5 .product-card:nth-child(24n + 1) {
    grid-column: 1 / span 2;
  }
  .catalog .product-grid.featured.pc-cols-5 .product-card:nth-child(24n + 8) {
    grid-column: 4 / span 2;
  }
  .catalog .product-grid.featured.pc-cols-5 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8)) .product-media {
   aspect-ratio: 4 / 5;
    aspect-ratio: var(--catalog-image-aspectracio);
  }
  .catalog .product-grid.featured.pc-cols-5 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8)) .product-price {
    font-size: var(--font-s);
  }
}
.catalog .product-card a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.catalog .product-card {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.catalog .product-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.catalog .product-media {
  position: relative;
  aspect-ratio: 3 / 4;
  aspect-ratio: var(--catalog-image-aspectracio);
  overflow: hidden;
  border-radius: var(--image-radius);
}
.catalog .product-card img:not(.label_image) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.55s var(--easeOutQuad);
}
.catalog .product-media > img.label_image.list {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  width: min(25%, 40px);
  width: clamp(30px, 22%, 40px);
  height: auto;
  object-fit: contain;
}
.catalog .product-info {
  padding: 10px 0 0px;
}
.catalog .product-title {
  font-family: var(--font-family-heading-card);
  font-size: var(--font-size-heading-card);
  line-height: 1.3;
  font-weight: var(--font-weight-heading-product-card, var(--font-weight-heading-card, 400));
  color: var(--text-color);
  margin-bottom: 8px;
}

.catalog .product-price {
  display: flex;
  gap: 6px 8px;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--font-family-sans);
  font-size: calc(var(--font-size-price) + 0.1rem);
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--text-color) 70%, transparent);
  line-height: 1.3;
}


@media(min-width: 1025px) {
  .catalog .product-grid.pc-cols-5 .product-title {
    font-size: calc(var(--font-size-heading-card) * 0.9);
  }
  .catalog .product-grid.featured.pc-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-title,
  .catalog .product-grid.featured.pc-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8), :nth-child(24n + 15), :nth-child(24n + 22)) .product-title,
  .catalog .product-grid.featured.pc-cols-5 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8)) .product-title {
    font-size: var(--font-l);
  }
}
@media(min-width: 600px) and (max-width: 1024px) {
  .catalog .product-grid.tb-cols-4 .product-title {
    font-size: calc(var(--font-size-heading-card) * 0.9);
  }
  .catalog .product-grid.featured.tb-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-title,
  .catalog .product-grid.featured.tb-cols-4 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 8), :nth-child(24n + 15), :nth-child(24n + 22)) .product-title {
    font-size: calc( var(--font-l) * 0.9) ;
  }
}
@media(max-width: 599px) {
  .catalog .product-grid.sp-cols-3 .product-title {
    font-size: calc(var(--font-size-heading-card) * 0.87);
  }
  .catalog .product-grid.sp-cols-3  .product-price {font-size: var(--font-size-price);}
  .catalog .product-grid.sp-cols-3 .item-meta > span { font-size: var(--font-xxs);}

  .catalog .product-grid.featured.sp-cols-1 .product-card .product-title,
  .catalog .product-grid.featured.sp-cols-2 .product-card:is(:nth-child(24n + 10), :nth-child(24n + 19)) .product-title {
    font-size: var(--font-s);
  }
  .catalog .product-grid.featured.sp-cols-2 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 13)) .product-title,
  .catalog .product-grid.featured.sp-cols-3 .product-card:is(:nth-child(24n + 1), :nth-child(24n + 10), :nth-child(24n + 19)) .product-title {
    font-size: var(--font-l);
  }
}


.catalog .product-price :is(.proper, .sale) {
  display: inline-block;
}
.catalog .product-price .proper {
  font-weight: 400;
}
.catalog .product-price :is(.proper, .sale)::first-letter {
  display: inline-block;
  font-size: 0.82em;
  margin-right: 0.08em;
}
.catalog .product-price .sale {
  font-weight: 500;
  color: var(--sale-color);
}
.catalog .product-price .list {
  display: inline-block;
  margin-left: 0.55em;
  font-size: var(--font-size-label-small);
  color: var(--text-color-muted);
  text-decoration-thickness: 1px;
}
.catalog .product-price .off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.8em;
  border-radius: 3px;
  background: var(--sale-color);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.catalog .product-card:hover {
}
.catalog .product-card:hover .product-media img {
  transform: scale(1.045);
}
.catalog .product-card:hover .product-media.is-visible.is-loaded img {
  transform: scale(1.045);
}

@media(max-width: 1024px) {
 
  .hero-thumb {
    bottom: 3vw;
    right: 5vw;
  }
  .hero-thumb-nav {
    top: -34px;
    right: 0;
  }
  .hero-thumb-nav-btn {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
  
  .hero-text.left-center,
  .hero-text.left-bottom {

    width: min(520px, 84%);
  }
  .catalog .product-grid.tb-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .catalog .product-grid.tb-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 30px;
  }
  .catalog .product-grid.tb-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 15px;
  }
}

@media(max-width: 599px) {
  .catalog .product-grid.sp-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
  }
  .catalog .product-grid.sp-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 20px;
  }
  .catalog .product-grid.sp-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px 15px;
  }
}
@media(max-width: 599px) {
  .hero-counter {
    left: 20px;
    right: auto;
    top: auto;
    bottom: 20px;
    transform: none;
  }
  .hero-thumb {
    bottom: 6vw;
    right: 6vw;
  }
  .hero-thumb-card {padding: 5px;}
  .hero-thumb-card.is-back-1 {
    --thumb-rot: -3deg;
    --thumb-x: -5px;
    --thumb-y: 2px;
  }
  .hero-thumb-card.is-back-2 {
    --thumb-rot: 4.4deg;
    --thumb-x: 7px;
    --thumb-y: 1px;
  }
  
  .hero-text.left-center,
  .hero-text.left-bottom {
    left: 6.5vw;
    width: min(460px, 80%);
  }
}

/*-------------------------------------

= HOME SECTIONS

------------------------------------- */

.concept-section,
.home-picks,
.home-categories,
.home-brands {
  width: 100%;
  padding: 0 var(--layout-margin-right) 0 var(--layout-margin-left);
  box-sizing: border-box;
}
.concept-section {
  position: relative;
  padding-top: clamp(72px, 9vw, 138px);
  padding-bottom: clamp(72px, 9vw, 138px);
  background: color-mix(in srgb, var(--text-color) 2%, transparent);
  /* background: color-mix(in srgb, var(--accent-color) 50%, transparent); */
}
.BlogPinnedArticle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 2vw;
  font-size: var(--font-s);

  font-family: var(--font-family-sans);
  background: color-mix(in srgb, var(--accent-color) 90%, transparent);
}
.BlogPinnedArticle .blog-pinned-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
  font-size: var(--font-xs);
  letter-spacing: 0.08em;
  color: var(--text-color-strong);
  opacity: 0.8;
}
.BlogPinnedArticle .blog-pinned-label::before {
  content: "info";
  font-family: "Material Symbols Outlined";
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  opacity: 0.85;
}
.BlogPinnedArticle a {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
@media (max-width: 767px) {
  .BlogPinnedArticle {
    gap: 10px;
    padding: 16px var(--layout-margin-right);
  }
}
.section-label {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.8em;
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  letter-spacing: 0.16em;
  color: color-mix(in srgb, var(--text-color) 60%, transparent);
}
.section-label span {
  font-size: calc(var(--font-xs) * 0.82);
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--text-color) 50%, transparent);
}
.story-title,
.section-title {
  margin: 0;
  font-family: var(--font-family-heading-section);
  font-size: var(--font-size-heading-section);
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: var(--font-weight-heading-section, 400);
  color: color-mix(in srgb, var(--text-color) 90%, transparent);
}
body:is(.marker-circle, .marker-line, .marker-square, .marker-none) :is(.section-title, .about-column-title, .page-heading-title, .static-body .inquirySection > h1) {
  position: relative;
  isolation: isolate;
}
body:is(.marker-circle, .marker-line, .marker-square, .marker-none) :is(.about-column-title) {
  display: inline-block;
}
.section-title {
  position: relative;
  display: inline-flex;
  margin-bottom: clamp(40px, 5vw, 80px);
  align-items: baseline;
  gap: 0.55em;
  font-family: var(--font-family-heading-section);
  isolation: isolate;
}

body:is(.marker-circle, .marker-line, .marker-square) :is(.page-heading-title, .static-body .inquirySection > h1)::before,
.section-title::before {
  content: "";
  position: absolute;
  background: var(--accent-color);
  z-index: -1;
  pointer-events: none;
}

body.marker-circle :is(.section-title, .page-heading-title, .static-body .inquirySection > h1)::before,
.section-title.marker-circle::before {
  top: -0.8em;
  left: -1.0em;
  width: 4em;
  height: 4em;
  border-radius: 50%;

} 
body.marker-line :is(.section-title, .page-heading-title, .static-body .inquirySection > h1) {
  padding-left: 1.7em;
}
body.marker-line :is(.section-title, .page-heading-title, .static-body .inquirySection > h1)::before,
.section-title.marker-line::before {
  top: 0.7em;
  left: 0em;
  width: 1em;
  height: 2px;
  border-radius: 999px;
}

body.marker-square :is(.section-title, .page-heading-title, .static-body .inquirySection > h1)::before,
.section-title.marker-square::before {
  top: -0.6em;
  left: -1em;
  width: 4em;
  height: 4em;
  border-radius: 10px;
  transform: rotate(80deg);
}

body.marker-none :is(.section-title, .page-heading-title, .static-body .inquirySection > h1)::before,
.section-title.marker-none::before {
  display: none;
}
body:is(.marker-circle, .marker-square) :is(.page-heading-title, .static-body .inquirySection > h1) {
  margin-bottom: 20px;
}

.section-title > span {
  font-family: var(--font-family-sans);
  font-size: var(--font-size-label);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--text-color) 50%, transparent);
}

.story-intro {
  max-width: min(700px, 80%);
  padding: 1vw 0 2vw 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.story-intro .story-title {
  margin-top: 0;
  font-size: var(--font-display-m);
  line-height: 1.6;
  letter-spacing: 0.06;
}
.story-lead {
  margin: clamp(24px, 2.8vw, 34px) 0 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-s);
  line-height: 1.95;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, var(--text-color) 70%, transparent);
}

/* home sections */
.home-picks {
  position: relative;
  padding-top: var(--layout-margin-top);
  padding-bottom: calc(var(--layout-margin-bottom) * 0.7);
}
.home-picks + :is(.home-categories, .home-brands, .catalog, .category-feature, .blog-latest, .newsletter-signup),
.concept-section + :is(.home-categories, .home-brands, .catalog, .category-feature, .blog-latest, .newsletter-signup),
.home-categories + :is(.home-brands, .catalog, .category-feature, .blog-latest, .newsletter-signup),
.home-brands + :is(.catalog, .category-feature, .blog-latest, .newsletter-signup),
.catalog + :is(.category-feature, .blog-latest, .newsletter-signup),
.category-feature + :is(.blog-latest, .newsletter-signup),
.blog-latest + .newsletter-signup {
  margin-top: clamp(30px, 3vw, 60px);
}
.home-picks > .section-title {
  margin-bottom: 10px;
}
.home-picks-grid {
  display: none;
}
.home-picks-slider {
  position: relative;
  width: calc(100% + var(--layout-margin-left) + var(--layout-margin-right));
  margin-left: calc(var(--layout-margin-left) * -1);
  margin-right: calc(var(--layout-margin-right) * -1);
  padding: 2vw var(--layout-margin-right) 0 var(--layout-margin-left);
}
.home-picks-stage {
  position: relative;
  min-height: clamp(360px, 38vw, 560px);
}
.home-picks-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  column-gap: clamp(28px, 3.3vw, 52px);
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-picks-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.home-picks-visual {
  min-width: 0;
}
.home-picks-media-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: var(--text-color);
}
.home-picks-detail {
  display: grid;
  align-content: center;
  gap: clamp(12px, 1.15vw, 18px);
  max-width: 54ch;
}
.home-picks-kicker {
  margin: 0;
  font-size: var(--font-s);
  letter-spacing: 0.18em;
  color: color-mix(in srgb, var(--text-color) 60%, transparent);
}
.home-picks-media {
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-radius: var(--image-radius);
  background: color-mix(in srgb, var(--text-color) 4%, transparent);
  aspect-ratio: 4 / 3;;
}
.home-picks-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--easeOutQuad);
}
.home-picks-title {
  margin: 0;
  font-family: var(--font-family-heading-card);
  font-size: var(--font-l);
  line-height: 1.08;
  letter-spacing: 0.03em;
}
.home-picks-price {
  margin: 0;
  font-size: var(--font-s);
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.home-picks-description {
  margin: 0;
  font-size: var(--font-s);
  line-height: 1.95;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, var(--text-color) 70%, transparent);
}
.home-picks-link {
  display: inline-block;
  width: fit-content;
  justify-self: end;
  font-family: var(--font-family-heading-link);
  font-size: var(--font-xs);
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--text-color) 85%, transparent);
  transition: color 0.3s ease, border-color 0.3s ease;
}
.home-picks-link:link,
.home-picks-link:visited {
  color: color-mix(in srgb, var(--text-color) 85%, transparent);
}
.home-picks-nav {
  position: absolute;
  top: var(--layout-margin-top);
  right: var(--layout-margin-right);
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.home-picks-nav-btn {
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: transparent;
  color: color-mix(in srgb, var(--text-color) 48%, transparent);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.home-picks-nav-btn .material-symbols-outlined {
  font-size: 30px;
  line-height: 1;
}

.home-category-carousel {
  position: relative;
  width: calc(100% + var(--layout-margin-left) + var(--layout-margin-right));
  margin-left: calc(var(--layout-margin-left) * -1);
  margin-right: calc(var(--layout-margin-right) * -1);
}
.home-categories {
  padding-bottom: var(--layout-margin-bottom);
}
.home-category-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (2 * 18px)) / 3.2);
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-padding-left: var(--layout-margin-left);
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-left: var(--layout-margin-left);
  padding-bottom: 4px;
  padding-right: var(--layout-margin-right);
}
.home-category-grid::-webkit-scrollbar {
  display: none;
}
.home-category-prev,
.home-category-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid color-mix(in srgb, var(--header-color-on-hero) 20%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--header-color-on-hero) 10%, transparent);
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0s linear 0.24s, background-color 0.24s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.home-category-prev {
  left: 20px;
}
.home-category-next {
  right: 20px;
}
.home-category-prev.is-visible,
.home-category-next.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.home-category-prev:hover,
.home-category-next:hover {
  opacity: 0.7;
}
.home-category-prev .material-symbols-outlined,
.home-category-next .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
}
.home-category-card {
  position: relative;
  aspect-ratio: 4 / 5;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  display: block;
  border-radius: var(--image-radius);
  scroll-snap-align: start;
}
.home-category-card-media {
  position: absolute;
  inset: 0;
  display: block;
  background-color: color-mix(in srgb, var(--text-color) 14%, var(--bg-color));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s var(--easeOutQuad);
}
.home-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 42%, rgba(0, 0, 0, 0.18) 74%, rgba(0, 0, 0, 0.44) 100%);
}
.home-category-card:link,
.home-category-card:visited,
.home-category-card:hover,
.home-category-card:active {
  text-decoration: none;
}
.home-category-card-label {
  position: absolute;
  left: 20px;
  z-index: 1;
  bottom: 22px;
  font-family: var(--font-family-heading-section);
  font-size: calc(var(--font-m) * 1.1);
  font-weight: var(--font-weight-heading-section, 400);
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38), 0 4px 14px rgba(0, 0, 0, 0.22);
}
.home-brand-marquee {
  padding: 0;
}
.home-brands {
  padding-bottom: 60px;
}
.home-brand-row {
  display: block;
}
.home-brand-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
}
.home-brand-list li {
  min-width: 0;
  display: grid;
}
.home-brand-list a {
  display: grid;
  place-items: center;
  height: 100%;
  min-height: clamp(44px, 3.8vw, 56px);
  padding: 15px 20px;
  border-radius: var(--image-radius);
  border: 1px solid color-mix(in srgb, var(--bg-color) 88%, var(--text-color));
  background: color-mix(in srgb, var(--bg-color) 96%, white);
  color: var(--text-color);
  text-decoration: none;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.home-brand-list a:hover,
.home-brand-list a:active,
.home-brand-list a:focus-visible {
  border-color: color-mix(in srgb, var(--bg-color) 90%, var(--text-color));
  background: color-mix(in srgb, var(--bg-color) 96%, var(--text-color));
  color: var(--text-color);
}
.home-brand-list span {
  font-family: var(--font-family-heading-section);
  display: block;
  font-weight: 400;
  max-width: 100%;
  font-size: var(--font-s);
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--text-color);
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}

/* category feature / review / shared home content */
.category-feature {
  position: relative;
  padding: 0;
}
.category-feature-inner {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.category-feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  color: var(--text-color);
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}
.category-feature-media {
  position: relative;
  margin: 0;
  min-height: clamp(400px, 70vh, 760px);
}
.category-feature-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-feature-panel {
  color: var(--category-feature-panel-text-color);
  background: var(--category-feature-panel-bg-color);
  padding: var(--layout-margin-top) var(--layout-margin-right);
  display: grid;
  align-content: center;
  gap: clamp(20px, 2vw, 30px);
}
.category-feature-title {
  margin: 0;
  font-family: var(--font-family-heading-section);
  font-size: var(--font-xl);
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: var(--font-weight-heading-section, 400);
}
.category-feature-lead {
  margin: 0;
  max-width: 70ch;
  font-family: var(--font-family-sans);
  font-size: var(--font-s);
  line-height: 1.7;
  color: color-mix(in srgb, var(--category-feature-panel-text-color) 78%, transparent);
}
.category-feature-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.category-feature-tags li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 20px;
  border-radius: 999px;
  border-radius: var(--image-radius);
  /* background: color-mix(in srgb, var(--category-feature-panel-text-color) 16%, var(--category-feature-panel-bg-color)); */
  color: color-mix(in srgb, var(--category-feature-panel-text-color) 100%, var(--category-feature-panel-bg-color));
  color: var(--category-feature-panel-text-color);
  border: 1px solid color-mix(in srgb, var(--category-feature-panel-text-color) 40%, var(--category-feature-panel-bg-color));
  font-family: var(--font-family-heading-card);
  font-size: var(--font-s);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.category-feature-tags li a:link,
.category-feature-tags li a:visited {
  color: color-mix(in srgb, var(--category-feature-panel-text-color) 90%, var(--category-feature-panel-bg-color));
  text-decoration: none;
}
.category-feature-tags li a:hover,
.category-feature-tags li a:active {
  color: var(--category-feature-panel-bg-color);
  background: var(--category-feature-panel-text-color);
  border-color: var(--category-feature-panel-text-color);
  text-decoration: none;
}

.home-review {
  position: relative;
  padding: 0;
  z-index: 2;
  isolation: isolate;
}
.home-review-inner {
  width: 100%;
  box-sizing: border-box;
}
.home-review-slider {
  position: relative;
  z-index: 1;
  background: color-mix(in srgb, var(--text-color) 3%, transparent);
  padding: var(--layout-margin-top) var(--layout-margin-right) var(--layout-margin-bottom) var(--layout-margin-left);
}
.home-review-slider > .section-title {
  max-width: min(70ch, 58%);
  margin-bottom: clamp(24px, 2.4vw, 34px);
}
.home-review-stage {
  position: relative;
}
.home-review-item {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(0, 1fr);
  column-gap: clamp(20px, 3vw, 46px);
  align-items: center;
  padding-block: clamp(8px, 0.9vw, 16px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home-review-item.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.home-review-copy {
  max-width: 70ch;
  display: grid;
  gap: clamp(10px, 1.333vw, 20px);
}
.home-review-label {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-s);
  letter-spacing: 0.18em;
  color: color-mix(in srgb, var(--text-color) 60%, transparent);
}
.home-review-text {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-s);
  line-height: 1.5;
}
.home-review-text > span {
  display: block;
  margin: 0 0 20px;
  font-size: var(--font-m);
  letter-spacing: 0.12em;
  line-height: 1;
}
.home-review-author {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: color-mix(in srgb, var(--text-color) 60%, transparent);
}
.home-review-product {
  display: grid;
  justify-items: start;
  align-content: center;
  row-gap: 0;
}
.home-review-media-link {
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.home-review-media {
  margin: 0;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #ececed;
  overflow: hidden;
  border-radius: var(--image-radius);
}
.home-review-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 56%,
    rgba(0, 0, 0, 0.34) 82%,
    rgba(0, 0, 0, 0.58) 100%
  );
  pointer-events: none;
}
.home-review-media.is-plain::after {
  display: none;
}
.home-review-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s var(--easeOutQuad);
}
.home-review-link {
  position: absolute;
  left: clamp(12px, 1.2vw, 18px);
  right: clamp(12px, 1.2vw, 18px);
  bottom: clamp(10px, 1.1vw, 14px);
  z-index: 2;
  font-family: var(--font-family-heading-card);
  font-size: var(--font-xs);
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  color: rgba(255, 255, 255, 0.96);
}
.home-review-nav {
  position: absolute;
  right: var(--layout-margin-right);
  top: 60px;
  z-index: 5;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-review-nav-btn {
  appearance: none;
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  border: 0;
  padding: 0;
  background: transparent;
  color: color-mix(in srgb, var(--text-color) 48%, transparent);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.home-review-nav-btn .material-symbols-outlined {
  font-size: 30px;
  line-height: 1;
}


[data-hd-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
[data-hd-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .catalog .product-card:hover .product-media img,
  .catalog .product-card:hover .product-media.is-visible.is-loaded img,
  .home-picks-media-link:hover img {
    transform: scale(1.045);
  }
  .home-category-card:hover .home-category-card-media {
    transform: scale(1.045);
  }
  .home-review-media-link:hover img {
    transform: scale(1.045);
  }
}

@media (max-width: 1024px) {

  .home-category-grid {
    grid-auto-columns: calc((100% - (1 * 12px)) / 2.4);
    gap: 16px;
  }
  .home-category-next {
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .home-category-prev {
    left: 6px;
    width: 40px;
    height: 40px;
  }
  .home-brand-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-brand-list li {
    min-width: 0;
  }
  .home-brand-list a {
    min-width: 0;
  }
  .home-review-item {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.92fr);
    column-gap: 24px;
  }
  .home-review-product {
    max-width: none;
  }
}

@media (max-width: 767px) {

 
  .home-picks-intro {
    align-items: center;
    gap: 16px;
  }
  .home-picks-slider {
    padding-top: calc(var(--layout-margin-top) * 1.15);
    padding-bottom: calc(var(--layout-margin-bottom) );
  }

  .home-picks-slide {
    grid-template-columns: 1fr;
    row-gap: 22px;
    align-content: start;
  }
  .home-picks-detail {
    max-width: none;
    gap: 12px;
  }
  .home-picks-description {
    line-height: 1.85;
  }
  .home-picks-price,
  .home-picks-description,
  .home-picks-kicker {
    font-size: var(--font-xs);
  }
  .home-category-grid {
    grid-auto-columns: calc((100% - 10px) / 1.6);
    gap: 14px;
  }
  .home-category-prev,
  .home-category-next {
    width: 38px;
    height: 38px;
  }
  .home-brand-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .home-brand-marquee {
    padding: 0;
  }
  .home-brand-list li {
    min-width: 0;
    height: 42px;
  }
  .home-brand-list a {
    min-height: 42px;
    padding: 0 12px;
  }
  .category-feature-card {
    grid-template-columns: 1fr;
  }
  .category-feature-media {
    min-height: clamp(240px, 48vw, 420px);
  }
  .category-feature-panel {
    padding: var(--layout-margin-top) var(--layout-margin-right);
  }
  .category-feature-lead {
    max-width: none;
  }
  .category-feature-tags {
    gap: 10px;
  }
  .category-feature-tags li a {
    min-height: 34px;
    padding: 0 18px;
  }
  .home-review-slider > .section-title {
    max-width: none;
  }
  .home-review-stage {
    margin-top: calc(var(--layout-margin-top) * 0.5);
    margin-bottom: calc(var(--layout-margin-bottom));
  }
  .home-review-item {
    grid-template-columns: 1fr;
    row-gap: 24px;
    align-content: start;
  }
  .home-review-copy {
    order: 2;
  }
  .home-review-product {
    order: 1;
  }
  .home-review-copy {
    max-width: none;
  }

  .home-review-nav {
    top: 70px;

  }
  .home-review-product {
    width: 100%;
    max-width: none;
    justify-items: center;
  }
  .home-review-media-link {
    width: 100%;
  }
  .home-review-slider {
    padding-top: calc(var(--layout-margin-top) * 1.2);
    padding-bottom: calc(var(--layout-margin-bottom) * 1.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-hd-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .home-category-card-media {
    transition: none;
  }
}





/* -------------------------------------
  04. CATEGORY
------------------------------------- */
.category-page {
  padding-top: calc(var(--header-height) + 40px);
}
.category-page.has-hero-header {
  padding-top: 0;
}
.category-page-header {
  position: relative;
  padding: 0 var(--layout-margin-right) 0 var(--layout-margin-left);

}
.category-page-header.has-media {
  height: 55vh;
  height: 55dvh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: calc(var(--header-height) + 56px);
  padding-bottom: 56px;
  margin-bottom: 3vw;
  color: #fff;
  overflow: hidden;
}
.category-page-header.has-media.hero.hero-initial-fade {
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
}
.category-page-header-media {
  position: absolute;
  inset: -48px;
  z-index: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: heroBgSubtleSlide 12s ease-in-out 1 alternate forwards;
  will-change: transform, filter;
}
.category-page-header.has-dark-overlay .category-page-header-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.5) 100%);
  /* background:rgba(0, 0, 0, 0.46); */
}


.category-page-header-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-page-header.has-media .breadcrumb-nav,
.category-page-header.has-media .category-page-intro {
  opacity: 0;
  animation: hero-initial-fade 1.2s ease forwards;
}
.category-page-header.has-media .breadcrumb-nav,
.category-page-header.has-media .category-page-intro {
  position: relative;
  z-index: 1;
  width: 100%;
}
.category-page-header.has-media .category-page-intro {
  align-self: flex-start;
  margin-right: auto;
}
.category-page-header.has-media .breadcrumb-nav {
  animation-delay: 0.35s;
}
.category-page-header.has-media .category-page-intro {
  animation-delay: 0.65s;
}
.category-page-header.has-media .breadcrumb,
.category-page-header.has-media .breadcrumb__link {
  color: color-mix(in srgb, var(--header-color-on-hero) 80%, transparent);
}
.category-page-header.has-media .breadcrumb__notlink {
  color: color-mix(in srgb, var(--header-color-on-hero) 56%, transparent);
}
.category-page-header.has-media .breadcrumb__child + .breadcrumb__child::before {
  color: color-mix(in srgb, var(--header-color-on-hero) 40%, transparent);
}
.category-page-header.has-media .section-label,
.category-page-header.has-media .category-page-title {
  color: var(--header-color-on-hero);
}
.category-page-header.has-media .ChildCategory_child a {
  min-height: 26px;
  padding: 0 18px;
  border: 1px solid color-mix(in srgb, var(--header-color-on-hero) 18%, transparent);
  background: color-mix(in srgb, var(--header-color-on-hero) 10%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: color-mix(in srgb, var(--header-color-on-hero) 90%, transparent);
  letter-spacing: 0.1em;
}
.category-page-header.has-media .ChildCategory_child a:hover,
.category-page-header.has-media .ChildCategory_child a:active {
  border-color: color-mix(in srgb, var(--header-color-on-hero) 28%, transparent);
  background: color-mix(in srgb, var(--header-color-on-hero) 18%, transparent);
  color: var(--header-color-on-hero);
}
@media (prefers-reduced-motion: reduce) {
  .category-page-header-media {
    animation: none;
  }
}
.breadcrumb-nav {
  margin-bottom: 24px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  font-size: var(--font-size-label-small);
  color: color-mix(in srgb, var(--text-color) 60%, transparent);
}
.breadcrumb__child {
  display: inline-flex;
  align-items: center;
}
.breadcrumb__child + .breadcrumb__child::before {
  content: "/";
  margin-right: 0.5em;
  color: color-mix(in srgb, var(--text-color) 38%, transparent);
}
.breadcrumb__link,
.breadcrumb__notlink {
  color: inherit;
}
.breadcrumb__link {
  color: var(--text-color);
  text-decoration: none;
}
.breadcrumb__link:link,
.breadcrumb__link:visited,
.breadcrumb__link:hover,
.breadcrumb__link:active {
  color: var(--text-color);
  text-decoration: none;
}
.breadcrumb__notlink {
  color: color-mix(in srgb, var(--text-color) 50%, transparent);
}
.category-page-intro {
  display: grid;
  gap: 10px;
  max-width: 960px;
}
.category-page-title.page-heading-title {
  font-family: var(--font-family-heading-page);
  line-height: 1.02;
}
.ChildCategories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.ChildCategory_child {
  display: flex;
}
.ChildCategory_child a {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 0 18px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--text-color) 6%, transparent);
  color: var(--text-color);
  font-size: var(--font-xs);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.ChildCategory_child a:hover,
.ChildCategory_child a:active {
  color: var(--text-color);
}
.category-page-header.has-media .ChildCategories {
  margin-top: 0px;
}
.category-page-header.has-media .ChildCategory_child a {
  min-height: 30px;
  padding: 0 14px;
  border: 1px solid color-mix(in srgb, var(--header-color-on-hero) 18%, transparent);
  border-radius: 4px;
  background: color-mix(in srgb, var(--header-color-on-hero) 10%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: color-mix(in srgb, var(--header-color-on-hero) 90%, transparent);
  letter-spacing: 0.1em;
}
.category-page-header.has-media .ChildCategory_child a:hover,
.category-page-header.has-media .ChildCategory_child a:active {
  border-color: color-mix(in srgb, var(--header-color-on-hero) 28%, transparent);
  background: color-mix(in srgb, var(--header-color-on-hero) 18%, transparent);
  color: var(--header-color-on-hero);
}
.category-page .catalog {
  min-height: 0;
}
.category-page .catalog-inner {
  padding-top: 36px;
}
.catalog-header {
  margin-bottom: 0;
}
.catalog-inner:has(.catalog-title-search-result) {
  padding-top: calc(var(--header-height) + 40px);
}
.catalog-header-body {
  display: grid;
  gap: 18px;
}
.catalog-title-block {
  position: relative;
  z-index: 0;
  display: grid;
  gap: 10px;
}
.catalog-title-block > .breadcrumb-nav {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0.45em;
  font-family: var(--font-family-sans);
  font-size: var(--font-size-label);
  letter-spacing: 0.16em;
  color: color-mix(in srgb, var(--text-color) 60%, transparent);
}
.catalog-title-block > .breadcrumb-nav a,
.catalog-title-block > .breadcrumb-nav span {
  color: inherit;
}
.catalog-title-block > .breadcrumb-nav a {
  text-decoration: none;
}
.catalog-inner:has(.catalog-title-search-result) .catalog-empty,
.catalog-inner:has(.catalog-title-search-result) .product-grid,
.catalog-inner:has(.catalog-title-search-result) .item-list-actions {
  position: relative;
  z-index: 1;
}

@media(min-width: 600px) and (max-width: 1024px) {
  .category-page {
    padding-top: calc(var(--header-height) + 28px);
  }
  .category-page.has-hero-header {
    padding-top: 0;
  }
  .category-page-header.has-media {
    min-height: min(62vh, 620px);
    padding-top: calc(var(--header-height) + 40px);
    padding-bottom: 40px;
  }

  .category-page .catalog-inner {
    padding-top: 28px;
  }
  }
  
  
@media(max-width: 599px) {


  .category-page-header.has-media {
    min-height: 56vh;
    padding-top: calc(var(--header-height) + 28px);
    padding-bottom: 28px;
  }
  .category-page-intro {
    gap: 0px;
  }
  .ChildCategories {
    gap: 4px 6px;
  }

  .ChildCategory_child a,
  .category-page-header.has-media .ChildCategory_child a {
      min-height: 22px;
      padding: 0 8px;
    font-size: var(--font-xxs);
  }

  .catalog-inner:has(.catalog-title-search-result) {
    padding-top: calc(var(--header-height) + 28px);
  }
}
.item-list-actions {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}
.item-list-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 46px;
  padding: 0 1.8em;
  border: 1px solid color-mix(in srgb, var(--accent-color) 96%, var(--text-color));
  border-radius: var(--button-primary-radius);
  background: var(--accent-color);
  color: color-mix(in srgb, var(--accent-color) 28%, var(--text-color));
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

@keyframes item-list-loading-dot {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.92);
    background: color-mix(in srgb, var(--accent-color) 38%, var(--text-color));
    box-shadow:
      -14px 0 0 color-mix(in srgb, var(--accent-color) 68%, var(--text-color)),
      14px 0 0 color-mix(in srgb, var(--accent-color) 38%, var(--text-color));
  }
  33% {
    transform: translate(-50%, -50%) scale(1);
    background: color-mix(in srgb, var(--accent-color) 68%, var(--text-color));
    box-shadow:
      -14px 0 0 color-mix(in srgb, var(--accent-color) 38%, var(--text-color)),
      14px 0 0 color-mix(in srgb, var(--accent-color) 38%, var(--text-color));
  }
  66% {
    transform: translate(-50%, -50%) scale(0.96);
    background: color-mix(in srgb, var(--accent-color) 38%, var(--text-color));
    box-shadow:
      -14px 0 0 color-mix(in srgb, var(--accent-color) 38%, var(--text-color)),
      14px 0 0 color-mix(in srgb, var(--accent-color) 68%, var(--text-color));
  }
}

/* -------------------------------------
  05. ITEM DETAIL / REVIEW
------------------------------------- */
#detail .hero {
  position: relative;
  height: 80vh;
  height: 80dvh;
  overflow: hidden;
}
#detail > article.no-detail-hero .detail-two-column-layout {
  padding-top: var(--header-height);
  margin-top: 0;
}
/* @media (min-width: 768px) {
  #detail > article.no-detail-hero .detail-two-column-layout {
    padding-top: calc(var(--header-height) + 24px);
  }
} */
#detail .detail-hero-secondary {
  height: 60vh;
  height: 60svh;
}
#detail .detail-hero.is-hidden {
  display: none;
}
#detail .hero.hero-initial-fade {
  opacity: 0;
  animation: fadeIn 1.2s ease forwards;
}
#detail .hero .hero-media {
  position: absolute;
  inset: -48px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: heroBgSubtleSlide 12s ease-in-out 1 alternate forwards;
  will-change: transform, filter;
}
@keyframes heroBgSubtleSlide {
  0% {
    background-position: 46% 50%;
  }
  100% {
    background-position: 54% 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  #detail .hero .hero-media {
    animation: none;
  }
}

#detail .hero .hero-text {
  font-family: var(--font-family-heading-hero);
}
#detail .hero.hero-initial-fade .hero-heading h1,
#detail .hero.hero-initial-fade .hero-desc p {
  opacity: 0;
}
#detail .hero.hero-initial-fade .hero-heading h1 {
  animation: hero-initial-fade 1.2s ease 0.7s forwards;
}
#detail .hero.hero-initial-fade .hero-desc p {
  animation: hero-initial-fade 1.2s ease 1s forwards;
}
#detail .hero .scroll-down {
  position: absolute;
  bottom: 3vw;
  right: 3vw;
  font-size: var(--font-xs);
  font-weight: 200;
  animation: textAnimationFadeIn 2s cubic-bezier(.43, .05, .27, 1.25) forwards;
}
@media(max-width: 1024px) {
  #detail .hero .scroll-down {
    font-size: var(--font-xs);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* detail-back */
#detail .detail-back {
  position: fixed;
  bottom: 3vw;
  left: 3vw;
  font-family: var(--font-family-heading-link);
  font-size: var(--font-xs);
  color: var(--text-color);
  animation: textAnimationFadeIn 2s cubic-bezier(.43, .05, .27, 1.25) forwards;
  z-index: 3;
}
#detail .detail-back a {
  display: block;
  line-height: 1;
  color: inherit;
}

/* floating add-to-cart box (test: always visible) */
#detail #item-price-anchor {
  scroll-margin-top: var(--header-height);
}
.floating-cart-box {
  position: fixed;
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  z-index: 60;
  display: grid;
  gap: 8px;
  min-width: min(88vw, 300px);
  max-width: 400px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  background: #ffffffcd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0s linear;
}
.floating-cart-box.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
}
.floating-cart-box__name {
  margin: 0;
  color: #111;
  font-size: var(--font-s);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.floating-cart-box__price {
  margin: 0;
  color: #111;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.floating-cart-box__price :is(.proper, .sale) {
  font-size: var(--font-m);
}
.floating-cart-box__price .proper {
  font-weight: 400;
}
.floating-cart-box__price :is(.proper, .sale)::first-letter {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 0.1em;
}
.floating-cart-box__price .sale {
  font-weight: 500;
  color: var(--sale-color);
}
.floating-cart-box__price .list {
  margin-left: 0.5em;
  font-size: var(--font-xs);
  opacity: 0.55;
  text-decoration-thickness: 1px;
}
.floating-cart-box__price .off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5em;
  padding: 0.45em 0.78em;
  border-radius: 3px;
  background: var(--sale-color);
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

/* -------------------------------------
  03. HOME SECTIONS / CATALOG
------------------------------------- */
.catalog .item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin-top: 15px;
}
.catalog .item-meta > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0.2em 0.8em;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  line-height: 1;
  letter-spacing: 0.06em;
}
.catalog .item-meta .preOrder {
  border: 1px solid var(--line-color-soft);
  color: var(--text-color);
  background: transparent;
}
.catalog .item-meta .waitingForSale,
.catalog .item-meta .soldout {
  border: 0;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text-color) 10%, transparent);
  color: var(--text-color-muted);
  font-weight: 500;
}
.catalog .item-meta .waitingForSale {
  background: var(--surface-color-soft);
}
.catalog .item-meta .soldout {
  background: color-mix(in srgb, var(--text-color) 6%, transparent);
}
.catalog .item-meta .community {
  background: #f2bb31;
  color: #fff;
}
.catalog .item-meta .takeout,
.catalog .item-meta .lottery {
  background: color-mix(in srgb, var(--bg-color) 94%, white);
  border: 1px solid var(--line-color-soft);
  color: var(--text-color-strong);
  font-weight: 500;
}
@media (max-width: 767px) {
 .catalog .item-meta {
    margin-top: 10px;
  }
}



/* -------------------------------------
  05. ITEM DETAIL
------------------------------------- */

/* section */
#detail .product-section {
  font-size: var(--font-xs);
  margin: 10vw 6vw 10vw;
}
#detail .detail-two-column-layout {
  display: grid;
  grid-template-columns: 58% 37%;
  justify-content: space-between;
  align-items: start;
  row-gap: clamp(36px, 5vw, 72px);
  margin: var(--layout-margin-top) var(--layout-margin-right) var(--layout-margin-bottom) var(--layout-margin-left);
}
@media(min-width: 768px) and (max-width: 1024px) {
  #detail .detail-two-column-layout {
    grid-template-columns: 56% 39%;
  }
}
#detail .detail-two-column-layout > .product-section {
  margin: 0;
}
#detail .detail-two-column-layout > .product-section:not(.appsIDC) {
  display: contents;
}
#detail.layout-leftclm .detail-two-column-layout > .product-section.appsIDC {
  grid-column: 1 / 2;
  padding: 0;
  margin-top: var(--appsidc-offset, 0px);
}
#detail.layout-oneclm .detail-two-column-layout > .product-section.appsIDC {
  grid-column: 1 / -1;
  padding: 0;
  margin-top: 10vw;
}
#detail:not(.layout-oneclm):not(.layout-leftclm) .detail-two-column-layout > .product-section.appsIDC {
  grid-column: 1 / 2;
  padding: 0;
  margin-top: var(--appsidc-offset, 0px);
}
#detail .detail-two-column-layout > .product-section.appsIDC #appsItemDetailCustom {
  width: 100%;
  margin: 0;
  padding: 0;
}
#detail.layout-oneclm .detail-two-column-layout {
  display: block;
}
#detail.layout-oneclm .detail-two-column-layout > .product-section:not(.appsIDC) {
  display: block;
}
#detail.layout-oneclm .product-section .product-columns {
  display: grid;
  grid-template-columns: 57% 38%;
  justify-content: space-between;
  align-items: start;
}
@media(min-width: 768px) and (max-width: 1024px) {
  #detail.layout-oneclm .product-section .product-columns {
    grid-template-columns: 55% 40%;
  }
  #detail .product-section .product-info .purchase-controls {
    --purchase-controls-gap: 12px;
    grid-template-columns: var(--purchase-stepper-width) minmax(0, 1fr);
    gap: var(--purchase-controls-gap);
  }
  #detail .product-section .product-info .qty-stepper {
    padding: 0 8px;
  }
  #detail .product-section .product-info .purchaseButton {
    min-width: 0;
  }
  #detail .product-section .product-info .purchaseButton__btn {
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: var(--font-xs);
    letter-spacing: 0.12em;
  }
}
/* product-section layout */
#detail .product-section .product-columns {
  display: contents;
}
#detail .product-section .product-columns .product-visual {
  grid-column: 1 / 2;
  grid-row: 1;
  width: auto;
  position: static;
  top: auto;
  align-self: flex-start;
}


/* Item Detail Image Aspcet Racio */
#detail .product-section figure.detail-main-media  img,
#detail .product-section figure.detail-main-media {
  /* Min Stage */
  aspect-ratio: 1 / 1; 
  aspect-ratio: var(--itemdetail-image-aspectracio);
}
 /* Thumbnail */
#detail .detail-viewer-thumbs img {  aspect-ratio: 1 / 1; }
 /* MobileGallery  */
@media (max-width: 767px) {#detail .detail-viewer-thumbs img {
  aspect-ratio: 1 / 1;
aspect-ratio: var(--itemdetail-image-aspectracio);
}}



#detail .product-section .detail-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#detail .product-section .product-info #amountSelectWrap label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#detail .product-section .product-info #amountSelect {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}
#detail .product-section .product-info .purchase-controls {
  --purchase-stepper-width: clamp(76px, 19vw, 96px);
  --purchase-controls-gap: 10px;
  display: grid;
  grid-template-columns: var(--purchase-stepper-width) minmax(0, 1fr);
  align-items: flex-start;
  gap: var(--purchase-controls-gap);
  margin-top: 1.4vw;
}
#detail .product-section .product-info .qty-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  border: 1px solid var(--line-color-soft);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg-color) 94%, var(--text-color) 6%);
}
#detail .product-section .product-info .qty-stepper-btn {
  border: 0;
  background: transparent;
  color: var(--text-color-strong);
  font-size: 2rem;
  line-height: 1;
  width: 20px;
  height: 28px;
  cursor: pointer;
}
#detail .product-section .product-info .qty-stepper-value {
  min-width: 2ch;
  text-align: center;
  font-size: var(--font-s);
  line-height: 1;
}
#detail .product-section .product-info .purchaseButton {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  align-self: center;
  min-width: 0;
}
#detail .product-section .product-info .purchaseButton__btn {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  min-height: 46px;
  padding: 0 1.8em;
  line-height: 46px;
  margin: 0;
  font-size: var(--font-xs);
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--addToCart,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--requestRestockMail,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--comingSoon {
  background: var(--button-primary-bg-color);
  color: var(--button-primary-text-color);
}
#detail .product-section .product-info .purchaseButton__btn:disabled,
#detail .product-section .product-info .purchaseButton__btn[disabled],
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--comingSoonStay,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--soldOut,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--endOfSale,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--notApplying {
  background: color-mix(in srgb, var(--button-primary-bg-color) 7%, var(--bg-color));
  color: color-mix(in srgb, var(--button-primary-bg-color) 58%, var(--text-color) 42%);
  border-color: color-mix(in srgb, var(--button-primary-bg-color) 10%, transparent);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--soldOut,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--endOfSale {
  color: color-mix(in srgb, var(--button-primary-bg-color) 52%, var(--text-color) 48%);
}



/* -------------------------------------
  IMAGE VIEWER
------------------------------------- */

#detail .detail-viewer {
  display: grid;
  position: relative;
  gap: 0.8rem;
}
#detail .detail-viewer.direct-gallery {
  display: block;
}
#detail .detail-main-media {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--image-radius);
  cursor: default;
  pointer-events: auto;
}
#detail .detail-viewer > .detail-label-clip {
  position: absolute;
  top: 8px;
  left: 8px;
  right: auto;
  z-index: 3;
  overflow: hidden;
  max-width: 60px;
  border-top-left-radius: var(--image-radius);
  display: block;
  width: auto;
  height: auto;
}
#detail .detail-viewer > .detail-label-clip > * {
  display: block;
  width: 100%;
  height: auto;
}
#detail .detail-viewer > .detail-label-clip .label_image.detail,
#detail .detail-viewer > .detail-label-clip .label_image.detail img,
#detail .detail-viewer > .detail-label-clip img.label_image.detail {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#detail .detail-viewer.has-lightbox .detail-main-media {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Ccircle cx='21' cy='21' r='21' fill='rgba(255,255,255,0.68)'/%3E%3Cpath d='M21 15.5v11M15.5 21h11' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 21 21, auto;
}
#detail .detail-viewer.direct-gallery .detail-main-media {
  display: none;
  cursor: default;
}
#detail .detail-viewer.direct-gallery .detail-viewer-meta {
  display: none;
}
#detail .detail-main-image {
  width: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.45s ease;
  position: relative;
  z-index: 1;
}
#detail .detail-main-image-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.52s var(--easeInOutSine), transform 0.45s ease;
}
#detail .detail-main-image-overlay.is-active {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  #detail .detail-main-media:hover .detail-main-image,
  #detail .detail-main-media:hover .detail-main-image-overlay {
    transform: scale(1.008);
  }
}
#detail .detail-viewer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
#detail .detail-viewer.is-single-thumbless .detail-viewer-thumbs,
#detail .detail-viewer.is-single-thumbless .detail-viewer-meta {
  display: none;
}
#detail .detail-viewer-caption,
#detail .detail-viewer-count {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}
#detail .detail-viewer-thumbs {
  --thumb-visible-count: 6;
  --thumb-gap: 8px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--thumb-gap) * (var(--thumb-visible-count) - 1))) / var(--thumb-visible-count));
  gap: var(--thumb-gap);
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-gutter: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 1280px) {
  #detail .detail-viewer-thumbs {
    --thumb-visible-count: 8;
  }
}
#detail .detail-viewer.direct-gallery .detail-viewer-thumbs {
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: 1fr;
  gap: 30px;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}
#detail .detail-viewer-thumbs::-webkit-scrollbar {
  display: none;
}
#detail .detail-viewer-thumbs figure {
  margin: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: var(--image-radius);
  scroll-snap-align: start;
}
#detail .detail-viewer.direct-gallery .detail-viewer-thumbs figure {
  cursor: default;
}
#detail .detail-viewer.direct-gallery.has-lightbox .detail-viewer-thumbs figure {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Ccircle cx='21' cy='21' r='21' fill='rgba(255,255,255,0.68)'/%3E%3Cpath d='M21 15.5v11M15.5 21h11' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 21 21, auto;
}
#detail .detail-viewer-thumbs figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#detail .detail-viewer-thumbs figure.is-active img:not(.is-reveal-image),
#detail .detail-viewer-thumbs figure.is-active img.is-reveal-image.is-visible.is-loaded {
  opacity: 0.6;
}
#detail .detail-viewer.direct-gallery .detail-viewer-thumbs figure.is-active img:not(.is-reveal-image),
#detail .detail-viewer.direct-gallery .detail-viewer-thumbs figure.is-active img.is-reveal-image.is-visible.is-loaded {
  opacity: 1;
}
#detail .detail-viewer-thumbs img {
  display: block;
  width: 100%;
  object-fit: cover;
}



#detail .detail-viewer.direct-gallery .detail-viewer-thumbs img {
  aspect-ratio: auto;
}
#detail .detail-viewer-dots {
  display: none;
}
@media (max-width: 767px) {
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
  }
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) .detail-main-media {
    display: none;
    width: 90%;
    margin-bottom: 10px;
  }
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) .detail-viewer-thumbs {
    grid-auto-flow: column;
    grid-auto-columns: 90%;
    grid-template-columns: none;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) .detail-viewer-thumbs::-webkit-scrollbar {
    display: none;
  }
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) .detail-viewer-thumbs figure {
    cursor: default;
    border-radius: 0;
    scroll-snap-align: start;
  }
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) .detail-viewer-thumbs img {
    border-radius: 0;
  }
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) .detail-viewer-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
  }
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) .detail-viewer-dot {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, background-color 0.2s ease;
  }
  #detail .detail-viewer:is(.direct-gallery, .thumb-gallery) .detail-viewer-dot.is-active {
    background: rgba(0, 0, 0, 0.78);
    transform: scale(1.35);
  }
  #detail .detail-viewer.thumb-gallery .detail-viewer-thumbs figure.is-active img:not(.is-reveal-image),
  #detail .detail-viewer.thumb-gallery .detail-viewer-thumbs figure.is-active img.is-reveal-image.is-visible.is-loaded {
    opacity: 1;
  }
  #detail .detail-viewer.is-single-image {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }
  #detail .detail-viewer.is-single-image .detail-main-media {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  #detail .detail-viewer.is-single-image .detail-viewer-thumbs,
  #detail .detail-viewer.is-single-image .detail-viewer-dots,
  #detail .detail-viewer.is-single-image .detail-viewer-meta {
    display: none;
  }
}



#detail .product-gallery {
  margin-top: 3vw;
  margin-bottom: 8vw;
}
.detail-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000003;
  display: grid;
  place-items: center;
  padding: clamp(20px, 3vw, 44px);
  background: rgba(0, 0, 0, 0.9);
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Ccircle cx='21' cy='21' r='21' fill='rgba(0,0,0,0.92)'/%3E%3Cpath d='M17 17l8 8M25 17l-8 8' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") 21 21, auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
}
.detail-lightbox.is-image-zoomed {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Ccircle cx='21' cy='21' r='21' fill='rgba(255,255,255,0.68)'/%3E%3Cpath d='M15.5 21h11' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 21 21, auto;
}
  
.detail-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
.detail-lightbox-image-wrap {
  width: auto;
  max-width: min(94vw, 1180px);
  max-height: 89vh;
  display: grid;
  place-items: center;
  cursor: inherit;
  position: relative;
  z-index: 2;
}
.detail-lightbox-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 89vh;
  object-fit: contain;
  display: block;
  opacity: 1;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Ccircle cx='21' cy='21' r='21' fill='rgba(255,255,255,0.68)'/%3E%3Cpath d='M21 15.5v11M15.5 21h11' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 21 21, auto;
  transition: opacity 0.24s ease, transform 0.28s ease;
}
.detail-lightbox-image.is-fading {
  opacity: 0.12;
}
.detail-lightbox-image.is-zoomed {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 42 42'%3E%3Ccircle cx='21' cy='21' r='21' fill='rgba(255,255,255,0.68)'/%3E%3Cpath d='M15.5 21h11' stroke='black' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") 21 21, auto;
  transition: opacity 0.24s ease, transform 0.12s ease-out;
}
.detail-lightbox-nav {
  position: absolute;
  border: 0;
  cursor: pointer;
  font: inherit;
}
.detail-lightbox-nav {
  top: calc(50% - 6px);
  width: 42px;
  height: 42px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: #111;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  z-index: 3;
  transition: background-color 0.26s ease, color 0.26s ease, opacity 0.26s ease;
  outline: none;
}
.detail-lightbox.is-image-zoomed .detail-lightbox-nav {
  z-index: 1;
  pointer-events: none;
}
.detail-lightbox-nav-glyph {
  display: inline-block;
  transform: translateY(-2px);
  line-height: 1;
}
.detail-lightbox-nav.prev {
  left: 16px;
}
.detail-lightbox-nav.next {
  right: 16px;
}
.detail-lightbox-count {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: var(--font-m);
  letter-spacing: 0.1em;
  opacity: .5;
}
.detail-lightbox-close {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  z-index: 4;
}
@media(max-width: 599px) {
  #detail .product-gallery-grid {
    grid-template-columns: 1fr;
    gap: 6vw;
  }
  .detail-lightbox-nav {
    width: 38px;
    height: 38px;
    margin-top: -19px;
  }
}
@media (max-width: 767px) {
  .detail-lightbox-close {
    display: grid;
  }
}


/* -------------------------------------
  PRODUCT INFO
------------------------------------- */

#detail .product-section .product-columns .product-info {
  grid-column: 2 / 3;
  grid-row: 1;
  width: auto;
  position: -webkit-sticky;
  position: sticky;
  top: var(--product-info-sticky-top, 3vw);
  bottom: auto;
  align-self: flex-start;
  transition: top 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: top;
}
#detail.layout-oneclm .product-section .product-columns .product-info {
  position: static;
  top: auto;
  transition: none;
}
@media (min-width: 768px) {
  #detail.layout-oneclm.is-sticky-visual .product-section .product-columns .product-visual {
    position: -webkit-sticky;
    position: sticky;
    top: 2vw;
  }
  #detail.layout-oneclm.is-sticky-info .product-section .product-columns .product-info {
    position: -webkit-sticky;
    position: sticky;
    top: 2vw;
  }
}
#detail .product-section .product-columns .product-info .product-name {
  font-family: var(--font-family-heading-product);
  font-size: var(--font-size-heading-page);
  font-weight: var(--font-weight-heading-product, 400);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#detail .product-section .product-columns .product-info .product-digital-content {
  margin: 10px 0 0;
}
#detail .product-section .product-columns .product-info .product-digital-content span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--surface-color-soft);
  color: var(--text-color-muted);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-label);
  letter-spacing: 0.04em;
  line-height: 1;
}

#detail .product-section .product-columns .product-info .product-description {
  font-size: var(--font-size-body-small);
  line-height: 1.95;
  opacity: 0.88;
  margin: 1vw 0;
}

#detail .product-section .product-columns .product-info .purchase-price {
  font-size: var(--font-size-price-large);
  font-family: var(--font-family-heading-product);
  line-height: 1.2;
}
#detail .product-section .product-columns .product-info .purchase-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 2vw;
  padding: 0.8em 1.4em;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
}
#detail .product-section .product-columns .product-info .purchase-note {
  margin-top: 1.2vw;
  font-size: 11px;
  opacity: 0.75;
}
#detail .product-section .product-columns .product-info .price {
  font-family: var(--font-family-sans);
}
#detail .product-section .product-columns .product-info .price {
  margin-top: 2vw;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid color-mix(in srgb, var(--text-color) 10%, transparent);
}
#detail .product-section .product-columns .product-info .price .subscription-price-block + .subscription-price-block {
  margin-top: 18px;
}
#detail .product-section .product-columns .product-info .price .subscription-price-label {
  margin: 0 0 10px;
  font-size: var(--font-xs);
  line-height: 1.6;
  letter-spacing: 0.12em;
  color: color-mix(in srgb, var(--text-color) 90%, transparent);
}

#detail .product-section .product-columns .product-info .price :is(.proper, .sale) {
  display: inline-block;
  font-size: var(--itemdetail-price-font-size);
  letter-spacing: 0.03em;
  line-height: 1;
}
#detail .product-section .product-columns .product-info .price .proper {
  font-weight: 400;
}
#detail .product-section .product-columns .product-info .price :is(.proper, .sale)::first-letter {
  display: inline-block;
  font-size: 0.8em;
  margin-right: 0.1em;
}
#detail .product-section .product-columns .product-info .price .sale {
  font-weight: 500;
  color: var(--sale-color);
}
#detail .product-section .product-columns .product-info .price .list {
  display: inline-block;
  margin-left: 0.6em;
  font-size: var(--font-s);
  opacity: 0.55;
  letter-spacing: 0;
  text-decoration-thickness: 1px;
}
#detail .product-section .product-columns .product-info .price .off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.6em;
  padding: 0.4em 0.7em;
  box-sizing: border-box;
  border-radius: 3px;
  background: var(--sale-color);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
#detail .product-section .product-columns .product-info .price .tax {
  display: inline-block;
  margin-left: 0.2em;
  font-size: var(--font-xs);
  color: inherit;
  opacity: 1;
  letter-spacing: 0.08em;
}
#detail .product-section .product-columns .product-info .price .sale + .tax {
  color: var(--sale-color);
}
#detail .product-section .product-columns .product-info .stockStatus {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 1vw 0;
}
#detail .product-section .product-columns .product-info .comingSoon,
#detail .product-section .product-columns .product-info .soldout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6em 1.6em;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: var(--font-xs);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
 
}
#detail .product-section .product-columns .product-info .comingSoon {
  border: 0;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text-color) 10%, transparent);
  background: var(--surface-color-soft);
  color: var(--text-color-muted);
}
#detail .product-section .product-columns .product-info .soldout {
  border: 0;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text-color) 10%, transparent);
  background: color-mix(in srgb, var(--text-color) 6%, transparent);
  color: var(--text-color-strong);
}
#detail .product-section .product-columns .product-info #itemAttention {
  margin-top: 10px;
  /* border-top: 1px solid color-mix(in srgb, var(--text-color) 10%, transparent); */
}
#detail .product-section .product-columns .product-info .communityLabel {
  margin: 18px 0 !important;
  padding: 16px 18px !important;
  border-radius: var(--image-radius) !important;
  font-family: var(--font-family-sans);
}
#detail .product-section .product-columns .product-info .communityLabel p {
  margin: 0 !important;
  font-size: var(--font-xs) !important;
  line-height: 1.7 !important;
}
#detail .product-section .product-columns .product-info .communityLabel .communityLabel__title {
  font-size: var(--font-s) !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
}
#detail .product-section .product-columns .product-info .communityLabel .communityLabel__note {
  margin-top: 8px !important;
}
#detail .product-section .product-columns .product-info #itemAttention :is(.takeout, .lottery) {
  margin: 18px 0;
}
#detail .product-section .product-columns .product-info #itemAttention :is(.takeout__label, .lottery__label) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0.4em 1.1em;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: var(--font-family-sans);
  font-size: var(--font-size-body-small);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  background: color-mix(in srgb, var(--bg-color) 94%, white);
  border: 1px solid color-mix(in srgb, var(--text-color) 18%, transparent);
  color: var(--text-color);
}
#detail .product-section .product-columns .product-info #itemAttention :is(.takeout__data, .lottery__data) {
  display: inline-block;
  margin-top: 10px;
  font-size: var(--font-size-body-small);
  line-height: 1.7;
  font-weight: bold;
  color: var(--text-color);
}
#detail .product-section .product-columns .product-info .membershipPoint__amountWrapper {
  font-size: var(--font-s);
  font-weight: 500 !important;
  line-height:1.8;
}
#detail .product-section .product-columns .product-info .membershipPoint__amount {
  font-size: var(--font-m);
  font-weight:500 !important;
}
#detail .product-section .product-columns .product-info .membershipPoint__pointName {
  margin-right: 0.2em;
}
#detail .product-section .product-columns .product-info .attention {
  margin-top: 0.55em;
  line-height: 1.6;
}
#detail .product-section .product-columns .product-info .membershipPoint__attentionLink {
  color: inherit;
}

.ageVerificationWarning {
  color: inherit !important;
  margin: 30px 0 !important;
}
#detail .product-section .product-columns .product-info #purchase_form {
  margin: 20px 0;
}
#detail .product-section .product-columns .product-info #itemSelect {
  width: 100%;
}
#detail .product-section .product-columns .product-info #itemSelect > * {
  width: 100%;
}
#detail .product-section .product-columns .product-info #itemSelect :is(#variationSelectWrap, [id^="variationSelectWrap"], .itemOptionElement) {
  display: block;
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 25px;
}
#detail .product-section .product-columns .product-info #itemSelect :is(#variationSelectWrap, [id^="variationSelectWrap"], .itemOptionElement) label {
  display: block !important;
  margin: 0 0 8px;
  font-size: var(--font-xs);
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: var(--text-color-strong);
}
#detail .product-section .itemOption__caption {
  color: var(--text-color-strong);
  font-weight: bold;
  margin: 2px 0 5px 0;
}
#detail .product-section .itemOption__bottomCaptionBlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#detail .product-section .itemOption__count {
  margin-left: auto;
  text-align: right;
  margin-right: 5px;
  font-weight: bold;
}
#detail .product-section .itemOption__caption--error {
  color: var(--sale-color);
}


#detail .product-section .product-columns .product-info #amountSelectWrap label {
  display: block;
  margin-bottom: 0.7em;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}
#detail .product-section .product-columns .product-info #amountSelectWrap {
  position: relative;
  width: 100%;
}
#detail .product-section .product-columns .product-info #variationSelectWrap,
#detail .product-section .product-columns .product-info [id^="variationSelectWrap"],
#detail .product-section .product-columns .product-info .itemOptionElement {
  --item-select-label-height: 28px;
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
#detail .product-section .product-columns .product-info .itemOptionElement {
  --item-select-label-height: 24px;
}
#detail .product-section .product-columns .product-info #amountSelectWrap::after {
  content: none;
}
#detail .product-section .product-columns .product-info #variationSelectWrap::after,
#detail .product-section .product-columns .product-info [id^="variationSelectWrap"]::after,
#detail .product-section .product-columns .product-info .itemOptionElement:has(.itemOption__select)::after {
  content: "";
  position: absolute;
  right: 16px;
  top: calc(var(--item-select-label-height) + 25px);
  width: 7px;
  height: 7px;
  border-right: 1px solid color-mix(in srgb, var(--text-color) 54%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--text-color) 54%, transparent);
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
#detail .product-section .product-columns .product-info #amountSelect {
  width: 100%;
  height: 50px;
  border: 1px solid var(--line-color-soft);
  border-radius: 999px;
  background-color: color-mix(in srgb, var(--text-color) 2.5%, transparent);
  padding: 0 40px 0 16px;
  font-size: var(--font-xs);
  color: var(--text-color-strong);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
#detail .product-section .product-columns .product-info #variationSelectWrap select,
#detail .product-section .product-columns .product-info [id^="variationSelectWrap"] select,
#detail .product-section .product-columns .product-info .itemOptionElement .itemOption__select {
  width: 100%;
  max-width: none !important;
  min-height: 50px !important;
  height: 50px !important;
  border: 1px solid var(--line-color-soft) !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  background-image: none !important;
  padding: 0 40px 0 16px !important;
  color: color-mix(in srgb, var(--text-color) 70%, transparent) !important;
  line-height: 1.4 !important;
  letter-spacing: 0.06em !important;
  box-shadow: none;
  white-space: normal !important;
  word-break: normal !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  outline: none;
}
#detail .product-section .product-columns .product-info .itemOptionElement .itemOption__input,
#detail .product-section .product-columns .product-info .itemOptionElement textarea {
  width: 100%;
  max-width: none !important;
  border: 1px solid var(--line-color-soft) !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  padding: 14px 16px !important;
  font-family: var(--font-family-sans);
  font-size: var(--font-s) !important;
  color: color-mix(in srgb, var(--text-color) 68%, transparent) !important;
  line-height: 1.6 !important;
  letter-spacing: 0.04em !important;
  box-shadow: none !important;
  outline: none;
  resize: vertical;
}
#detail .product-section .product-columns .product-info .itemOptionElement .itemOption__input {
  min-height: 50px !important;
  height: 50px !important;
  resize: none;
}
#detail .product-section .product-columns .product-info .itemOptionElement textarea {
  min-height: 112px !important;
}
#detail .product-section .product-columns .product-info .itemOptionElement .itemOption__input::placeholder,
#detail .product-section .product-columns .product-info .itemOptionElement textarea::placeholder {
  color: var(--text-color-muted);
  opacity: 1;
}
#detail .product-section .product-info .purchaseButton {
  margin-top: 0;
}
#detail .product-section .product-info .purchaseButton__btn:disabled:hover,
#detail .product-section .product-info .purchaseButton__btn[disabled]:hover,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--comingSoonStay:hover,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--soldOut:hover,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--endOfSale:hover,
#detail .product-section .product-info .purchaseButton__btn.purchaseButton__btn--notApplying:hover {
  opacity: 1;
}
#detail .product-section .product-info .purchaseButton__btn:hover {
  opacity: 0.8;
}
@media(max-width: 767px) {
  #detail.layout-oneclm .product-section .product-columns {
    display: block;
  }
  #detail.layout-oneclm .product-section .product-columns .product-visual {
    position: static;
    top: auto;
  }
  #detail .detail-two-column-layout {
    display: block;
    margin: var(--layout-margin-top) var(--layout-margin-right) var(--layout-margin-bottom) var(--layout-margin-left);
  }
  #detail .detail-two-column-layout > .product-section {
    margin: 0 0 10vw;
  }
  #detail .detail-two-column-layout > .product-section:last-child {
    margin-bottom: 0;
  }
  #detail .product-section .product-columns {
    display: block;
  }
  #detail .product-section .product-columns .product-visual {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    position: static;
    top: auto;
  }
  #detail .product-section .product-columns .product-info {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    position: static;
    top: auto;
  }
  #detail .product-section .product-columns .product-info {
    width: 100%;
    margin-top: 8vw;
    /* padding: 6vw 5vw; */
    position: static;
    top: auto;
  }
  #detail .product-section .product-columns .product-info .product-description {
    margin-top: 3vw;
  }
  #detail .product-section .product-columns .product-info .price {
    margin-top: 6vw;
  }
 
  #detail .product-section .product-columns .product-info #purchase_form {
    margin-top: 5vw;
  }
  #detail .product-section .product-info .purchaseButton {
    margin-top: 0;
  }
  #detail .product-section .product-info .purchase-controls {
    --purchase-stepper-width: clamp(88px, 24vw, 108px);
    --purchase-controls-gap: 12px;
    display: grid;
    grid-template-columns: var(--purchase-stepper-width) minmax(0, 1fr);
    align-items: flex-start;
    gap: var(--purchase-controls-gap);
  }
  #detail .product-section .product-info .qty-stepper {
    margin: 0;
  }
  #detail .product-section .product-info .purchaseButton {
    display: flex;
    flex-direction: column;
    align-self: center;
    margin: 0;
  }
  #detail .product-section .product-info .purchaseButton__btn {
    display: block;
    height: 46px;
    min-height: 46px;
    line-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #detail .product-section .product-info .purchase-controls {
    --purchase-stepper-width: 76px;
    --purchase-controls-gap: 10px;
  }
}




/* -------------------------------------
  RODUCT Additiona Info Accordion
------------------------------------- */

.product-additional-info {
  margin-top: 26px;
}
.product-additional-info .accordion-item {
  border-top: 1px solid var(--line-color-soft);
}
.product-additional-info .accordion-item:last-child {
  border-bottom: 1px solid var(--line-color-soft);
}
.product-additional-info .accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  list-style: none;
  cursor: pointer;
  padding: 2.1rem 0;
}
.product-additional-info .accordion-summary::-webkit-details-marker {
  display: none;
}
.product-additional-info .accordion-label {
  font-size: var(--font-xs);
  line-height: 1;
  opacity: 1;
  transition: opacity 0.28s var(--easeOutSine);
}
.product-additional-info .accordion-item[open] .accordion-label {
  opacity: 0.5;
}
.product-additional-info .accordion-icon {
  position: relative;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 3px;
}
.product-additional-info .accordion-icon::before,
.product-additional-info .accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: color-mix(in srgb, var(--text-color) 70%, transparent);
  transform: translate(-50%, -50%);
}
.product-additional-info .accordion-icon::after {
  width: 1px;
  height: 10px;
  transition: opacity 0.2s ease;
}
.product-additional-info .accordion-item[open] .accordion-icon::after {
  opacity: 0;
}
.product-additional-info .accordion-content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: height 0.48s var(--easeInOutSine), opacity 0.32s ease;
}
.product-additional-info .accordion-item[open] .accordion-content {
  opacity: 1;
}
.product-additional-info .accordion-content > * {
  padding-bottom: 3rem;
  font-size: var(--font-xs);
  line-height: 1.9;
}
.product-additional-info .accordion-body {
  margin: 0;
}
.product-additional-info .accordion-body > p > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 18px 8px;
}
.product-additional-info .guide-payment {
  display: grid;
  gap: 14px;
}
.product-additional-info .guide-payment-logo-credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.product-additional-info .guide-payment-logo-credit img {
  display: block;
  width: auto;
  height: 30px;
  max-width: 100%;
  object-fit: contain;
  background: #fff;
  width: 60px;
  border: 2px solid #fff;
  border-radius: 4px;
  /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04); */
  }

.product-additional-info .guide-payment-other {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-additional-info .guide-payment-tag {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 12px;
  border-radius: 4px;
  background: color-mix(in srgb, var(--text-color) 4%, transparent);
  color: color-mix(in srgb, var(--text-color) 88%, transparent);
  font-size: var(--font-xs);
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.review01 { margin: 0 !important;}
.review01__title {
  display: none;
}
.review01__tabWrap {
  border: 0 !important;
  padding: 6px 3px 6px 4px !important;
  border-radius: var(--image-radius) !important;
  background: color-mix(in srgb, var(--text-color) 4%, transparent) !important;
}
.review01__tab {
  display: flex !important;
  align-items: center;
  gap: 0 3px;
}
.review01__tab::after {
  display: none !important;
}
.review01__tabChild {
  position: relative;
  height: 35px !important;
  width: 22% !important;
}

.review01__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.review01__tabChild label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  min-height: 34px;
  padding: 0 0.95em;
  border-radius: 999px;
  color: var(--text-color-muted);
  transition: background-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
  height: 35px !important;
  line-height: 35px !important;
}
.review01__tabIcon {
  width: 20px !important;
  height: 20px !important;
  background-size: 20px !important;
}
.review01__radio + label {
  font-weight: normal !important;
  font-size: var(--font-xs) !important;
  white-space: nowrap;
}
.review01__radio:checked + label {
  background: rgba(255, 255, 255, 0.9);
  color: var(--text-color-strong);
  box-shadow: 0 1px 0 var(--surface-color-soft), 0 1px 6px var(--surface-color-soft);
}

.review01__count {
  margin-left: 4px !important;
  font-weight: bold;
   font-size: var(--font-s) !important;
}
.review01__list {
  height: auto !important;
  min-height: 0 !important;
  border: 0 !important;
}

.review01__trigger {
  height: 40px !important;
}
.review01__trigger::before {
  width: 8px !important;
  height: 8px !important;
  border-right: 1px solid var(--text-color) !important;
  border-bottom: 1px solid var(--text-color) !important;
}
.is-open .review01__trigger:before {
  top: 20px !important;
}
.product-additional-info .product-description,
.product-additional-info .purchase-guide,
.product-additional-info .reviews,
.product-additional-info .payment-info {
  margin: 0;
}




#detail .product-section .product-columns .product-info .product-sharetools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

#detail .product-section .product-columns .product-info .product-sharebtn {
  display: flex;
  align-items: center;
  gap: 16px;
}

#detail .product-section .product-columns .product-info .product-sharebtn-label {
  margin: 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-size-label);
  letter-spacing: 0.08em;
  color: var(--text-color-muted);
}

#detail .product-section .product-columns .product-info .product-sharebtn-list {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#detail .product-section .product-columns .product-info .product-sharebtn-list a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 20px;
  padding: 0;
  color: var(--text-color);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-label);
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
}

#detail .product-section .product-columns .product-info .product-sharebtn-list .sns-icon {
  width: 12px;
  height: 12px;
  display: block;
}

#detail .product-section .product-columns .product-info .product-sharebtn-list a span {
  transform: translateY(-0.5px);
  white-space: nowrap;
}

#detail .product-section .product-columns .product-info .product-report {
  margin-top: 0;
  text-align: right;
}

#detail .product-section .product-columns .product-info .product-report > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0 2em;
  border-radius: 999px;
  background: color-mix(in srgb, var(--text-color) 3.5%, transparent);
  color: var(--text-color-muted);
  font-size: var(--font-xxs);
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}
#detail .product-section .product-columns .product-info .product-report > a:hover {
  background: color-mix(in srgb, var(--text-color) 6%, transparent);
  border-color: color-mix(in srgb, var(--text-color) 20%, transparent);
  color: color-mix(in srgb, var(--text-color) 78%, transparent);
}

#detail .product-section .product-columns .product-info .product-report #irContainer {
  position: fixed !important;
  top: 50% !important;
  right: auto !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}



/* -------------------------------------
   ITEM PRODUCT  AppsIDC
------------------------------------- */

#detail .product-section.appsIDC {
  margin: 0;
  padding: clamp(40px, 6vw, 90px) 0 clamp(56px, 7vw, 110px);
  padding-top: 0;
}
#detail .product-section.appsIDC #appsItemDetailCustom {
  width: min(100%, 1120px);
  margin: 0 auto;
}
#detail .product-section.appsIDC .appsItemDetailCustomTag_heading {
  margin: clamp(20px, 2.4vw, 32px) 0 clamp(12px, 1.5vw, 20px);
  padding-inline: 0;
  font-family: var(--font-family-heading-section);
  font-size: var(--font-m);
  font-weight: var(--font-weight-heading-section, 400);
  line-height: 1.3;
  letter-spacing: 0.03em;
}
#detail .product-section.appsIDC .appsItemDetailCustomTag_image {
  display: block;
  margin: clamp(36px, 5vw, 76px) 0;
  border-radius: var(--image-radius);
}
#detail .product-section.appsIDC.imageFullwidth .appsItemDetailCustomTag_image,
#detail .product-section.appsIDC .appsItemDetailCustomTag_image.imageFullwidth {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  width: 100dvw;
  max-width: none;
}
#detail .product-section.appsIDC.imageAutowidth .appsItemDetailCustomTag_image,
#detail .product-section.appsIDC .appsItemDetailCustomTag_image.imageAutowidth {
  position: static;
  transform: none;
  width: 100%;
  max-width: 100%;
}
#detail .product-section.appsIDC .appsItemDetailCustomTag_description {
  margin: 0 0 clamp(26px, 3vw, 40px);
  padding-inline: 0;
  font-family: var(--font-family-sans);
  font-size: var(--font-s);
  opacity: 0.88;
  line-height: 1.95;
  letter-spacing: 0.06em;
}



/* -------------------------------------
   FLOATING CART BOX
------------------------------------- */
.floating-cart-box__price .tax {
  margin-left: 0.2em;
  font-size: var(--font-xs);
  color: inherit;
  opacity: 1;
}
.floating-cart-box__price .sale + .tax {
  color: var(--sale-color);
}
.floating-cart-box__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  padding: 0.55em 1em;
  font-size: var(--font-xs);
  line-height: 1;
  letter-spacing: 0.12em;
}
@media (hover: hover) and (pointer: fine) {
  .floating-cart-box__link:hover {
    opacity: 0.85;
  }
}
@media (max-width: 767px) {
  .floating-cart-box {
    background: #fff;
    --floating-mobile-button-width: clamp(140px, 36vw, 190px);
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 0;
    max-width: none;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--floating-mobile-button-width);
    grid-template-areas:
      "name button"
      "price button";
    gap: 6px 12px;
    padding: 10px 12px 10px 20px;
  }
  .floating-cart-box__name {
    grid-area: name;
    max-width: calc(100vw - var(--floating-mobile-button-width) - 28px);
    line-height: 1.3;
  }
  .floating-cart-box__price {
    grid-area: price;
    justify-self: start;
    text-align: left;
    white-space: nowrap;
    line-height: 1.3;
  }
  .floating-cart-box__link {
    grid-area: button; 
    align-self: center;
    width: var(--floating-mobile-button-width);
    min-width: 0;
    height: 100%;
    max-height: 40px;
    min-height: 0;
    padding-inline: 1.2em;
  }
}
@media(max-width: 1024px) {
  #detail .detail-back {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
  }
}




/* -------------------------------------
   ITEM SUGGEST SECTION
------------------------------------- */
#detail .suggest-section,
#detail .review-section {
  margin: var(--layout-margin-top) var(--layout-margin-right) var(--layout-margin-bottom) var(--layout-margin-left);
}
#detail .suggest-section .suggest-items h3 {
  margin: 0 0 2.4rem;
  font-family: var(--font-family-heading-section);
  font-size: var(--font-display-m);
  font-weight: var(--font-weight-heading-section, 400);
  line-height: 1.2;
}
#detail .review-section .reviews-panel h3 {
  margin: 0 0 2.4rem;
  font-family: var(--font-family-heading-section);
  font-size: var(--font-display-m);
  font-weight: var(--font-weight-heading-section, 400);
  line-height: 1.2;
}
#detail .suggest-section .suggest-items-list {
  display: grid;
  gap: 3vw;
}
#detail .suggest-section .related-items-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#detail .suggest-section .suggest-item {
  display: block;
  cursor: pointer;
}
#detail .suggest-section .suggest-item-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
#detail .suggest-section .suggest-item-thumb {
  margin: 0;
  position: relative;
  aspect-ratio: var(--catalog-image-aspectracio);
  overflow: hidden;
  border-radius: var(--image-radius);
  cursor: pointer;
}
#detail .suggest-section .suggest-item-thumb img:not(.is-reveal-image) {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.55s var(--easeOutQuad);
}
#detail .suggest-section .suggest-item-thumb img.is-reveal-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(1.08);
  transition:
    opacity 920ms ease calc(180ms + var(--reveal-stagger, 0ms)),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1) calc(180ms + var(--reveal-stagger, 0ms));
}
#detail .suggest-section .suggest-item-thumb img.is-reveal-image.is-visible.is-loaded {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
#detail .suggest-section .suggest-item-body {
  padding: 10px 0 6px;
}
#detail .suggest-section .suggest-item-name {
  margin: 0 0 8px;
  font-family: var(--font-family-heading-card);
  font-size: var(--font-s);
  font-weight: var(--font-weight-heading-card, 400);
  line-height: 1.35;
  color: var(--text-color);
}
#detail .suggest-section .suggest-item-price {
  margin: 0;
  display: flex;
  gap: 6px 8px;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--font-family-sans);
  font-size: var(--font-s);
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: color-mix(in srgb, var(--text-color) 60%, transparent);
}
#detail .suggest-section .suggest-item-price :is(.proper, .sale) {
  display: inline-block;
}
#detail .suggest-section .suggest-item-price :is(.proper, .sale)::first-letter {
  display: inline-block;
  font-size: 0.82em;
  margin-right: 0.08em;
}
#detail .suggest-section .suggest-item-price .sale {
  color: var(--sale-color);
}
#detail .suggest-section .suggest-item-price .list {
  display: inline-block;
  color: var(--text-color-muted);
  text-decoration-thickness: 1px;
}
#detail .suggest-section .off {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.8em;
  border-radius: 3px;
  background: var(--sale-color);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.1em;
  }
#detail .suggest-section .item-flow-section {
  position: relative;
}
#detail .suggest-section .item-flow-carousel {
  position: relative;
}
#detail .suggest-section .item-flow-track {
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
#detail .suggest-section .item-flow-track::-webkit-scrollbar {
  display: none;
}
#detail .suggest-section .item-flow-list {
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (2 * 18px)) / 3);
}
#detail .suggest-section .item-flow-item {
  min-width: 0;
}
#detail .suggest-section .item-flow-nav {
  position: absolute;
  top: calc(50% - 28px);
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-color-soft);
  border-radius: 999px;
  background: color-mix(in srgb, var(--bg-color) 88%, transparent);
  color: var(--text-color);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0s linear 0.24s, transform 0.24s ease;
}
#detail .suggest-section .item-flow-nav.prev {
  left: 12px;
}
#detail .suggest-section .item-flow-nav.next {
  right: 12px;
}
#detail .suggest-section .item-flow-nav.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}
#detail .suggest-section .item-flow-nav .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
}
#detail .suggest-section .item-flow-nav:hover {
  opacity: 0.72;
}
#detail .suggest-section .suggest-item-add {
  display: inline-block;

  text-decoration: none;
  font-size: var(--font-xs);
  letter-spacing: 0.22em;
  line-height: 1;
  padding-bottom: 0.22rem;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  #detail .suggest-section .suggest-item:hover .suggest-item-thumb img:not(.is-reveal-image) {
    transform: scale(1.045);
  }
  #detail .suggest-section .suggest-item:hover .suggest-item-thumb img.is-reveal-image.is-visible.is-loaded {
    transform: translate3d(0, 0, 0) scale(1.045);
  }
}
#detail .product-section .product-info .purchaseButton .communityBox {
  width: calc(100% + var(--purchase-stepper-width) + var(--purchase-controls-gap));
  margin-left: calc((var(--purchase-stepper-width) + var(--purchase-controls-gap)) * -1);
}
#detail .product-section .product-info .purchaseButton #communityPurchase {
  margin-top: 12px;
}
#detail .product-section .product-info .purchaseButton #communityPurchase .communityLink {
  margin: 20px 0 10px 0 !important;
}
#detail .product-section .product-info .purchaseButton #communityPurchase .communitySignin {
  margin-top: 20px;
}
#detail .product-section .product-info .purchaseButton #communityPurchase .communitySignin p {
  font-size: var(--font-xs) !important;
  line-height: 1.6 !important;
}
@media (max-width: 1024px) {

  #detail .suggest-section .related-items-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #detail .suggest-section .item-flow-list {
    grid-auto-columns: calc((100% - (2 * 16px)) / 3);
  }
}
@media (max-width: 599px) {
  #detail .suggest-section .related-items-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #detail .suggest-section .item-flow-nav {
    display: none;
  }
  #detail .suggest-section .item-flow-list {
    grid-auto-columns: calc((100% - (2 * 12px)) / 3);
  }
}





/* -------------------------------------
  06. ABOUT
------------------------------------- */

.about-hero {
  position: relative;
  height: 55vh;
  height: 55dvh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--header-color-on-hero);

}
.about-hero-media {
  position: absolute;
  inset: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 14, 16, 0.16) 0%, rgba(14, 14, 16, 0.56) 100%),
    linear-gradient(120deg, rgba(14, 14, 16, 0.08) 0%, rgba(14, 14, 16, 0.34) 100%);
}
/* .about-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent 0%, rgba(14, 14, 16, 0.08) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 35%, #000 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 35%, #000 100%);
} */
.about-hero-inner {
  position: relative;
  z-index: 2;
  padding: calc(var(--header-height) + var(--layout-margin-top)) var(--layout-margin-right) 4vw var(--layout-margin-left);
}


.about-title {
  max-width: 50vw;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.about-title::before {
  display: none;
}
.category-page-header.has-media .page-heading-title::before,
.category-page-header.has-media .category-page-title.page-heading-title::before {
  display: none;
}
.about-title > span {
  color: color-mix(in srgb, var(--header-color-on-hero) 50%, transparent);
}



.about-column-title {
  font-family: var(--font-family-heading-section);
  font-size: var(--font-xl);
  font-weight: var(--font-weight-heading-section, 400);
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.about-body p {
  margin-top: 30px;
  font-size: var(--font-s);
  line-height: 2;
  letter-spacing: 0.06em;
}
.about-body p + p {
  margin-top: 1.4em;
}




.about-section {
  padding: var(--layout-margin-top) var(--layout-margin-right) 2vw var(--layout-margin-left);
}
.static-section {
  padding: calc(var(--header-height) + 28px) var(--layout-margin-right) var(--layout-margin-bottom)
    var(--layout-margin-left);
}
.about-grid-intro {
  margin: 4vw 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0 clamp(28px, 4vw, 72px);
  align-items: start;
}


.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 4vw, 52px);
}
.about-value-card {
  padding: 22px 24px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: calc(var(--image-radius) * 1.75);
  background: rgba(255, 255, 255, 0.7);
}
.about-value-card h3 {
  font-family: var(--font-family-heading-section);
  font-size: var(--font-m);
  line-height: 1.3;
}
.about-value-card p {
  margin-top: 12px;
  font-size: var(--font-xs);
  line-height: 1.95;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.76);
}
.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}
.about-story-visual {
  margin: 0 30px;
  padding-top: 40px;

}

.about-story-visual img {
  width: 100%;
  object-fit: contain;
  padding: 1.5vw;
  background: rgba(255, 254, 252, 0.98);
  box-shadow:
    0 4px 4px rgba(19, 14, 7, 0.08),
    0 3px 8px rgba(33, 24, 12, 0.05);
  transform: rotate(-0.5deg);
}
.about-story-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: clamp(26px, 3.4vw, 40px) 0vw;
  border-radius: var(--image-radius);
  background: color-mix(in srgb, var(--bg-color) 86%, white);
}
.about-story-panel .section-title {
  margin-bottom: 10px;
}
.about-section > .section-title,
.about-story-panel .section-title {
  position: relative;
  z-index: 0;
  margin-bottom: 24px;
}
.about-section > :not(.section-title),
.about-story-panel > :not(.section-title) {
  position: relative;
  z-index: 1;
}
.about-story-list {
  display: grid;
  gap: 18px;
}
.about-story-item {
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.about-story-item:first-child {
  padding-top: 0;
  border-top: 0;
}
.about-story-year {
  display: block;
  margin-bottom: 8px;
  font-size: var(--font-xs);
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.45);
}
.about-story-item h3 {
  font-size: var(--font-s);
  letter-spacing: 0.05em;
}
.about-story-item h3 > span {
  display: block;
  margin-bottom: 8px;
  font-size: var(--font-xs);
  font-weight: 400;
  letter-spacing: 0.18em;
  color: rgba(0, 0, 0, 0.45);
}
.about-story-item p {
  margin-top: 8px;
  font-size: var(--font-xs);
  line-height: 1.95;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.76);
}

.about-atelier {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(24px, 4.4vw, 56px);
  align-items: center;
}
.about-atelier-copy .section-title {
  margin-bottom: 16px;
}
.about-atelier-copy p {
  font-size: var(--font-s);
  line-height: 2;
  letter-spacing: 0.06em;
}
.about-note {
  margin-top: 20px;
  padding-left: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
  font-size: var(--font-xs);
  line-height: 1.9;
  color: rgba(0, 0, 0, 0.64);
}
.about-atelier-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.about-atelier-gallery figure {
  overflow: hidden;
  border-radius: var(--image-radius);
  aspect-ratio: 0.88;
}
.about-atelier-gallery figure:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
}
.about-visit {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: stretch;
}
.about-visit-copy {
  display: grid;
  align-content: start;
  max-width: 62ch;
}
.about-visit-copy .section-title {
  margin-bottom:40px;
}
.about-visit-copy p {
  font-size: var(--font-s);
  line-height: 2;
  letter-spacing: 0.06em;
} 

 .about-gmap {
  display: grid;
  align-content: start;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  border-radius: var(--image-radius);

}
.about-gmap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--image-radius);
}

.about-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.about-payment-body {
  display: grid;
  gap: 20px;
}
.about-payment-lead {
  margin: 0;
  font-size: var(--font-s);
  line-height: 1.6;
  letter-spacing: 0.06em;
  color: var(--text-color);
}
.about-payment-list {
  grid-template-columns: 1fr;
  display: grid;
  align-content: start;
  padding: 35px;
  border: 1px solid color-mix(in srgb, var(--bg-color) 90%, black);
  border-radius: var(--image-radius);
  background: color-mix(in srgb, var(--bg-color) 50%, white);

}
.about-payment-list-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 60px;
  border-bottom: 1px dashed var(--line-color-soft);
  padding-bottom: 30px;
  }
  .noCombini.noBank .about-payment-list-logos { border: none; padding-bottom: 0;}
.about-payment-list-logos > span {
  display: none;
}
.about-payment-list-logos > img,
.about-payment-list-logos > .about-payment-logo-credit img,
.about-payment-list-logos > .about-payment-logo-carrier img {
  display: block;
  width: auto;
  max-width: 90%;
  height: 20px;
  object-fit: contain;
  opacity: .9;
}
.about-payment-list-logos > .about-payment-logo-credit img {
   height: 30px;

  /* display: block;
  width: auto;
  height: 34px;
  max-width: 100%;
  object-fit: contain;
  background: #fff;
  width: 60px;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04); */

}
.about-payment-list-logos > .about-payment-logo-carrier img {
  height: 24px;
}
.about-payment-list-logos > .about-payment-logo-credit,
.about-payment-list-logos > .about-payment-logo-carrier,
.about-payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.about-payment-list-logos > .about-payment-logo-credit {
  gap: 6px;
}
.about-payment-list-logos > .about-payment-logo-carrier {
  gap: 25px;
}
.about-payment-list-labeled {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  }
  .noCombini.noBank .about-payment-list-labeled { display: none;}

.about-payment-list-labeled li {
  padding: 0;
}
.about-payment-list-labeled li:first-child {
  padding-right: 24px;
  border-right: 1px dashed var(--line-color-soft);
}
.noCombini .about-payment-list-labeled li:first-child,
.noBank .about-payment-list-labeled li:first-child { border: 0; padding: 0;}
.about-payment-list-labeled li:last-child {
  padding-left: 24px;
}

.about-payment-item > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 20px;
  padding: 0.5em 1em;
  border-radius: 4px;
  background: var(--line-color-soft);
  background: color-mix(in srgb, var(--text-color) 4%, transparent);
  color: var(--text-color);
  font-size: var(--font-xs);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  white-space: nowrap;
}
.about-payment-item > img,
.about-payment-logos img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 30px;
  object-fit: contain;
}
.about-payment-logos {
  gap: 10px 12px;
}
.about-payment-logo-credit .creditlogo {
  height: 30px;
  width: auto;
}
.about-payment-list-logos > .about-payment-logos.credit .creditlogo {
  height: 30px;
}
.about-payment-item.bank > img {
  height: 35px;
}
.about-payment-item.combini > img {
  height: 28px;
}
.about-payment-item.carrier .about-payment-logos img {
  height: 30px;
}
.about-guide-card,
.about-faq-item {
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--bg-color) 90%, black);
  border-radius: var(--image-radius);
  background: color-mix(in srgb, var(--bg-color) 50%, white);
}
.about-guide-card h3,
.about-faq-item h3 {
  font-size: var(--font-s);
  color: var(--text-color);
  font-weight: 500;
  letter-spacing: 0.05em;
  
}
.about-guide-card p,
.about-faq-item p {
  margin-top: 10px;
  font-size: var(--font-s);
  line-height: 1.95;
  letter-spacing: 0.06em;
  color: var(--text-color);
}
.about-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.about-page #content > .about-section:last-child {
  padding-bottom: var(--layout-margin-bottom);
}
.about-page .newsletter-signup {
  margin-top: var(--layout-margin-top);
}
@media (max-width: 767px) {
  .about-values,
  .about-story-grid,
  .about-atelier,
  .about-visit,
  .about-grid-intro,
  .static-page-layout,
  .about-guide-grid,
  .about-faq-list {
    grid-template-columns: 1fr;
  }
  
  .about-payment-list {
    padding: 22px;
  }
  .about-payment-list-logos {
    gap: 25px 30px;
  }

  .about-payment-list-logos > img {height: 15px;}
  .about-payment-list-logos > .about-payment-logo-credit img {height: 28px; }
  .about-payment-list-logos > .about-payment-logo-carrier img { height: 18px; }

  .about-payment-list-labeled { gap: 0;}
  .about-payment-list-labeled li:first-child {
  padding-right: 14px;
  border-right: 1px dashed var(--line-color-soft);
}
.about-payment-list-labeled li:last-child {
  padding-left: 24px;
}
.about-payment-item > span {
  font-size: var(--font-xxs);
}
}



/* -------------------------------------
  07. STATIC PAGES
------------------------------------- */
.static-page-layout {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.static-body {z-index: 1;}
.static-body p {
  margin-top: 0;
  font-size: var(--font-s);
  line-height: 2;
  letter-spacing: 0.06em;
}
.static-body p + p,
.static-body > * + * {
  margin-top: 1.4em;
}
.privacy-page .static-page-layout,
.law-page .static-page-layout {
  max-width: 800px;
  margin: 0 auto;
  font-size: var(--font-s);
  line-height: 2;
  letter-spacing: 0.04em;
}
.privacy-page .static-body h2,
.privacy-page .static-body h3,
.privacy-page .static-body h4,
.law-page .static-body h2,
.law-page .static-body h3,
.law-page .static-body h4 {
  font-family: var(--font-family-heading-section);
  font-size: var(--font-m);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: var(--font-weight-heading-section, 500);
  margin: 30px 0 10px 0;
}
.privacy-page .static-body p,
.privacy-page .static-body li,
.law-page .static-body p,
.law-page .static-body li {
  font-size: var(--font-s);
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 1.5em;
}
.privacy-page .static-body ul,
.privacy-page .static-body ol,
.law-page .static-body ul,
.law-page .static-body ol {
  padding-left: 1.5em;
}
.privacy-page .static-body > * + *,
.law-page .static-body > * + * {
  margin-top: 2.2em;
}
.privacy-page .static-body p + p,
.privacy-page .static-body li,
.law-page .static-body p + p,
.law-page .static-body li {
  margin-top: 0.5em;
}
.privacy-page .static-body dt,
.law-page .static-body dt {
  margin-top: 2.2em;
  font-family: var(--font-family-heading-section);
  font-size: var(--font-m);
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: var(--font-weight-heading-section, 500);
}
.privacy-page .static-body dd,
.law-page .static-body dd {
  margin-top: 0.8em;
  padding-left: 1.5em;
}
.privacy-page .static-body dd + dt,
.law-page .static-body dd + dt {
  margin-top: 2.6em;
}
.privacy-page .static-body dd > ul,
.law-page .static-body dd > ul,
.privacy-page .static-body dd > ol,
.law-page .static-body dd > ol,
.privacy-page .static-body dd > ul li,
.law-page .static-body dd > ul li,
.privacy-page .static-body dd > ol li,
.law-page .static-body dd > ol li {
  padding-left: 0;
}
.not-shop-public-body {
  margin-top: 0;
}
.not-shop-public-message {
  margin: 0;
  text-align: center;
  font-size: var(--font-s);
  font-family: var(--font-family-heading-section);
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.static-body .main {
  width: 100%;
}
.static-body .inquirySection {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(28px, 4vw, 52px);
  padding-top: 0;
}
.static-section.contact-page {}
.static-body .inquirySection > h1 {
  text-transform:capitalize;
  margin-bottom: 50px;
}
.static-body .inquirySection > p {
  margin-top: 0;
  max-width: 44em;
  color: var(--text-color-muted);
}
.static-body .inquirySection > form {
  margin-top: 28px;
}
.static-body .inquirySection > form > dl {
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
  column-gap: clamp(20px, 4vw, 48px);
  row-gap: 18px;
  align-items: start;
}
.static-body .inquirySection dt {
  margin: 0;
  padding-top: 14px;
  font-size: var(--font-s);
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-color-strong);
}
.static-body #inquiryConfirmSection.inquirySection dt {padding-top: 0;}

.static-body .inquirySection dt span {
  display: inline-block;
  margin-left: 0.55em;
  color: var(--sale-color);
  font-size: 0.9em;
  letter-spacing: 0.06em;
  text-transform: none;
}
.static-body .inquirySection dd {
  margin: 0;
}
.static-body .inquirySection dd.error {
  grid-column: 2;
  margin-top: -8px;
  color: var(--sale-color);
  font-size: var(--font-xs);
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.static-body .inquirySection :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
  width: 100%;
  min-height: 56px;
  padding: 16px 18px;
  border: 1px solid color-mix(in srgb, var(--text-color) 16%, transparent);
  border-radius: 4px;
  background: color-mix(in srgb, white 88%, var(--accent-color));
  color: var(--text-color);
  font: inherit;
  font-size: var(--font-s);
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.static-body .inquirySection textarea {
  min-height: 320px;
  resize: vertical;
}
.static-body .inquirySection :is(input[type="text"], input[type="email"], input[type="tel"], textarea):focus {
  outline: none;
  border-color: color-mix(in srgb, var(--accent-color) 42%, var(--text-color));
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent-color) 28%, transparent);
  background: #fff;
}
.static-body .inquirySection :is(input[type="text"], input[type="email"], input[type="tel"], textarea)::placeholder {
  color: color-mix(in srgb, var(--text-color) 48%, transparent);
}
.static-body .inquirySection .control-panel {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.static-body .inquirySection #buttonLeave {
  min-width: 220px;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: var(--button-primary-bg-color);
  color: var(--button-primary-text-color);
  font-family: var(--font-family-sans);
  font-size: var(--font-xs);
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.24s ease, transform 0.24s ease;
  appearance: none;
  -webkit-appearance: none;
}
.static-body .inquirySection #buttonLeave:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.static-body .inquirySection .clear {
  display: none;
}




@media (max-width: 767px) {
  .static-body .inquirySection {
    padding: 24px 18px;
    border-radius: 20px;
  }
  .static-body .inquirySection > form > dl {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .static-body .inquirySection dt {
    padding-top: 0;
  }
  .static-body .inquirySection dd.error {
    grid-column: auto;
    margin-top: -2px;
    margin-bottom: 8px;
  }
  .static-body .inquirySection :is(input[type="text"], input[type="email"], input[type="tel"], textarea) {
    font-size: 16px;
  }
  .static-body .inquirySection :is(input[type="text"], input[type="email"], input[type="tel"], textarea)::placeholder {
    font-size: var(--font-xs);
  }
  .static-body .inquirySection #buttonLeave {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 767px) {
  .about-hero {
    min-height: 78vh;
  }
  .about-hero-inner {
    padding-top: calc(var(--header-height) + 56px);
    padding-bottom: 36px;
  }
  .about-lead {
    margin-top: 18px;
  }
  .about-values,
  .about-atelier-gallery {
    grid-template-columns: 1fr;
  }
  .about-gmap iframe {
    min-height: 220px;
  }
}
