﻿body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset .product-form__input--right {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 108px));
  gap: 8px;
  justify-content: start;
  width: 100%;
}

body.op-pokemon-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset .product-form__input--right {
  grid-template-columns: repeat(3, minmax(0, 128px));
}

body.op-pokemon-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset {
  display: block !important;
}

body.op-pokemon-hoodie-style-gallery-enhanced variant-radios {
  display: block !important;
}

body.op-pokemon-hoodie-style-gallery-enhanced #ymq-box,
body.op-pokemon-hoodie-style-gallery-enhanced .op-pokemon-option-app-hidden {
  display: none !important;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset .op-hoodie-style-gallery__label {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100% !important;
  min-width: 0;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  color: rgb(var(--color-text, 18, 18, 18)) !important;
  text-align: left;
  white-space: normal;
  background: #fff !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 8px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset .op-hoodie-style-gallery__label:hover {
  border-color: #6f6f6f !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset input[type='radio']:focus-visible + .op-hoodie-style-gallery__label {
  outline: 3px solid rgba(0, 0, 0, 0.28);
  outline-offset: 2px;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset input[type='radio']:checked + .op-hoodie-style-gallery__label {
  border-color: #111 !important;
  box-shadow: 0 0 0 1px #111, 0 5px 16px rgba(0, 0, 0, 0.12);
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset input[type='radio']:checked + .op-hoodie-style-gallery__label::after {
  content: '鉁?;
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #111;
  border-radius: 50%;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__image {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: contain;
  background: #f7f7f7;
  border-bottom: 1px solid #ececec;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__name {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-gallery-hidden {
  display: none !important;
}

body.op-hoodie-style-gallery-enhanced .product-hoodie-style-gallery-section {
  display: block !important;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-detail {
  width: min(100% - 48px, 960px);
  margin: 28px auto 52px;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-details {
  margin-bottom: 40px;
  color: rgb(var(--color-text, 18, 18, 18));
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-details__heading,
body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__heading {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-details__list {
  margin: 14px 0 28px;
  padding-left: 28px;
  font-size: 14px;
  line-height: 1.5;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__heading {
  margin-bottom: 6px;
  text-align: center;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__units {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__unit {
  min-width: 42px;
  height: 30px;
  padding: 0 10px;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  border: 1px solid #111;
  cursor: pointer;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__unit + .op-hoodie-size-chart__unit {
  margin-left: -1px;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__unit.is-active {
  color: #fff;
  background: #111;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__unit:focus-visible {
  position: relative;
  outline: 3px solid rgba(17, 17, 17, 0.28);
  outline-offset: 2px;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__table-wrap {
  width: 100%;
  overflow-x: auto;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__table {
  width: 100%;
  min-width: 560px;
  table-layout: fixed;
  border-collapse: collapse;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__table th,
body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__table td {
  height: 36px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  border: 1px solid #d7d7d7;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__table thead th {
  background: #f2f2f2;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__note {
  margin: 8px 0 0;
  font-size: 12px;
  text-align: center;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

body.op-hoodie-style-gallery-enhanced .op-hoodie-style-detail__image {
  display: block;
  width: 100%;
  height: auto;
}

body.op-hoodie-size-enhanced .op-hoodie-size {
  width: 100%;
}

body.op-hoodie-size-enhanced .op-hoodie-size__label {
  display: block;
  margin-bottom: 8px;
}

body.op-hoodie-size-enhanced .op-hoodie-size__label span {
  color: #c51d34;
}

body.op-hoodie-size-enhanced .op-hoodie-size__select {
  width: 100%;
  min-height: 46px;
  padding: 0 42px 0 12px;
  color: rgb(var(--color-text, 18, 18, 18));
  font: inherit;
  background: #fff;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  cursor: pointer;
}

body.op-hoodie-size-enhanced .op-hoodie-size__select:focus {
  border-color: #111;
  outline: 2px solid rgba(17, 17, 17, 0.22);
  outline-offset: 1px;
}

body.op-hoodie-size-enhanced .op-hoodie-size__select[aria-invalid='true'] {
  border-color: #c51d34;
}

body.op-hoodie-size-enhanced .op-hoodie-size__error {
  margin-top: 6px;
  color: #c51d34;
  font-size: 13px;
}

body.op-hoodie-size-enhanced .op-hoodie-size__chart {
  margin-top: 18px;
  overflow: hidden;
  background: #f4f7fa;
}

body.op-hoodie-size-enhanced .op-hoodie-size__chart table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

body.op-hoodie-size-enhanced .op-hoodie-size__chart th,
body.op-hoodie-size-enhanced .op-hoodie-size__chart td {
  padding: 9px 5px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}

body.op-hoodie-size-enhanced .op-hoodie-size__chart th {
  font-weight: 700;
}

body.op-hoodie-size-enhanced .op-hoodie-size__chart p {
  margin: 0;
  padding: 0 10px 12px;
  font-size: 12px;
  line-height: 1.45;
}

@media screen and (max-width: 749px) {
  body.op-hoodie-style-gallery-enhanced .op-hoodie-style-detail {
    width: calc(100% - 24px);
    margin: 20px auto 36px;
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-style-detail__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-details {
    margin-bottom: 28px;
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-details__heading,
  body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__heading {
    font-size: 14px;
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-details__list {
    margin-top: 12px;
    padding-left: 22px;
    font-size: 12px;
    line-height: 1.5;
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__table th,
  body.op-hoodie-style-gallery-enhanced .op-hoodie-size-chart__table td {
    height: 32px;
    padding: 5px 8px;
    font-size: 11px;
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset .product-form__input--right {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  body.op-pokemon-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset .product-form__input--right {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__image {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__name {
    min-height: 30px;
    padding: 4px 3px;
    font-size: 10.5px;
  }

  body.op-hoodie-style-gallery-enhanced .op-hoodie-style-gallery__fieldset input[type='radio']:checked + .op-hoodie-style-gallery__label::after {
    top: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  body.op-hoodie-size-enhanced .op-hoodie-size__chart th,
  body.op-hoodie-size-enhanced .op-hoodie-size__chart td {
    padding: 8px 3px;
    font-size: 10px;
  }
}

