@charset "UTF-8";
/* shared crumbs / qty / wish */
.pro-crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
  color: #1a1a1a;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.pro-crumbs a {
  color: #1a1a1a;
  transition: color 0.3s;
}
.pro-crumbs a:hover {
  color: var(--c-primary);
}
.pro-crumbs i {
  font-style: normal;
}
.pro-crumbs span {
  color: #1a1a1a;
}

.qty-box {
  display: inline-flex;
  align-items: center;
  height: clamp(24px, 1.875vw, 36px);
  border: 1px solid #ddd;
  border-radius: clamp(12px, 0.9375vw, 18px);
  overflow: hidden;
  background: #fff;
}
.qty-box button {
  width: clamp(24px, 1.875vw, 36px);
  height: 100%;
  border: 0;
  background: transparent;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
}
.qty-box button:hover {
  color: var(--c-primary);
}
.qty-box .qty-val {
  width: clamp(24px, 1.875vw, 36px);
  height: 100%;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #333;
  background: #fff;
}

.btn-wish {
  width: clamp(24px, 1.875vw, 36px);
  height: clamp(24px, 1.875vw, 36px);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn-wish i {
  width: 16px;
  height: 14px;
  display: block;
  background: no-repeat center/contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23b0b0b0' stroke='%23b0b0b0' stroke-width='2'%3E%3Cpath d='M12 21s-7-4.4-9.5-9A5.4 5.4 0 0 1 12 6a5.4 5.4 0 0 1 9.5 6c-2.5 4.6-9.5 9-9.5 9z'/%3E%3C/svg%3E");
}
.btn-wish:hover i, .btn-wish.active i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff7a1a' stroke='%23ff7a1a' stroke-width='2'%3E%3Cpath d='M12 21s-7-4.4-9.5-9A5.4 5.4 0 0 1 12 6a5.4 5.4 0 0 1 9.5 6c-2.5 4.6-9.5 9-9.5 9z'/%3E%3C/svg%3E");
}

.stars {
  display: inline-flex;
  gap: 2px;
}
.stars i {
  width: 14px;
  height: 14px;
  display: block;
  background: var(--c-primary);
  position: relative;
}
.stars i::before {
  content: "★";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
}

/* ========== list page ========== */
.pro-list-page {
  padding: clamp(120px, 9.375vw, 180px) 0 clamp(66.66667px, 5.20833vw, 100px);
  background: #fff;
}

.pro-page-title {
  color: var(--c-dark);
  font-size: clamp(37.33333px, 2.91667vw, 56px);
  font-weight: 600;
  margin-bottom: clamp(18.66667px, 1.45833vw, 28px);
  line-height: 1.2;
}

.pro-cats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 1.5625vw, 30px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.pro-cats a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(24px, 1.875vw, 36px);
  padding: 0 clamp(20px, 1.5625vw, 30px);
  border-radius: 999px;
  border: 1px solid var(--c-primary);
  background: #fff;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  transition: all 0.3s;
}
.pro-cats a:hover, .pro-cats a.active {
  background: var(--c-primary);
  border-color: var(--c-primary);
  color: #fff;
}

.pro-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 1.40625vw, 27px);
}

.pro-card {
  position: relative;
  border: 1px solid #ececec;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s;
}
.pro-card:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.pro-card:hover .btn-add-cart {
  background: #1a1a1a;
  color: #fff;
}
.pro-card > .btn-wish {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
}

.pro-card-pic {
  display: block;
}
.pro-card-pic .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.pro-card-pic .meidia-box img,
.pro-card-pic .meidia-box video,
.pro-card-pic .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-card-body {
  padding: clamp(13.33333px, 1.04167vw, 20px);
}

.pro-card-title {
  margin-bottom: 8px;
}
.pro-card-title a {
  color: var(--c-dark);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pro-card-title a:hover {
  color: var(--c-primary);
}

.pro-card-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: clamp(9.33333px, 0.72917vw, 14px);
}
.pro-card-price .price {
  color: var(--c-primary);
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 600;
}
.pro-card-price .unit {
  color: #999;
  font-size: clamp(8px, 0.625vw, 12px);
}

.pro-card-actions {
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.78125vw, 15px);
}

.btn-add-cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: clamp(24px, 1.875vw, 36px);
  padding: 0 clamp(10px, 0.78125vw, 15px);
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  background: var(--c-primary);
  color: #fff;
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  transition: background 0.3s;
  white-space: nowrap;
  font-weight: 500;
}
.btn-add-cart .iconfont {
  font-size: 14px;
  line-height: 1;
}
.btn-add-cart:hover {
  background: #1a1a1a;
}

.pro-seo {
  margin-top: clamp(66.66667px, 5.20833vw, 100px);
}

/* 富文本容器：仅保留外框，排版交给行内样式 */
.pro-seo-editor {
  border-radius: clamp(8px, 0.625vw, 12px);
  box-sizing: border-box;
}
.pro-seo-editor h1,
.pro-seo-editor h2,
.pro-seo-editor h3,
.pro-seo-editor h4,
.pro-seo-editor h5,
.pro-seo-editor h6,
.pro-seo-editor p,
.pro-seo-editor ul,
.pro-seo-editor ol {
  max-width: 100%;
}
.pro-seo-editor a {
  word-break: break-all;
}

.pro-seo-title {
  color: var(--c-dark);
  font-size: clamp(18.66667px, 1.45833vw, 28px);
  font-weight: 700;
  margin-bottom: 12px;
}

/* FAQ on list */
.pro-faq {
  position: relative;
  padding: clamp(53.33333px, 4.16667vw, 80px) 0;
  overflow: hidden;
}
.pro-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../images/index-pic-07.jpg") center top/100% auto no-repeat;
  pointer-events: none;
}
.pro-faq::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.55);
  pointer-events: none;
}
.pro-faq .m-width-content {
  position: relative;
  z-index: 1;
}
.pro-faq .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(26.66667px, 2.08333vw, 40px);
  background: rgba(255, 255, 255, 0.75);
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(26.66667px, 2.08333vw, 40px);
  box-sizing: border-box;
}
.pro-faq .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.pro-faq .faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 16px 44px 16px 12px;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 600;
  color: var(--c-dark);
  position: relative;
  cursor: pointer;
  font-family: inherit;
}
.pro-faq .faq-q i {
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
}
.pro-faq .faq-q i::before, .pro-faq .faq-q i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #666;
  transition: opacity 0.3s, transform 0.3s;
}
.pro-faq .faq-q i::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.pro-faq .faq-q i::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.pro-faq .faq-a {
  display: none;
  padding: 0 12px 16px;
}
.pro-faq .faq-a p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}
.pro-faq .faq-item.open .faq-q {
  color: var(--c-primary);
}
.pro-faq .faq-item.open .faq-q i::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.pro-faq .faq-item.open .faq-a {
  display: block;
}

/* ========== detail page ========== */
.pro-detail-page {
  padding: clamp(126.66667px, 9.89583vw, 190px) 0 clamp(40px, 3.125vw, 60px);
  background: #fff;
  overflow-x: clip;
}

.pro-detail-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(33.33333px, 2.60417vw, 50px);
  align-items: start;
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
  min-width: 0;
}

.pro-gallery {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.pro-buy {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.pro-gallery-main {
  position: relative;
  border: 1px solid #eee;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  overflow: hidden;
  width: 100%;
}
.pro-gallery-main.is-zooming {
  cursor: crosshair;
}
.pro-gallery-main .btn-zoom {
  position: absolute;
  top: clamp(20px, 1.5625vw, 30px);
  left: clamp(20px, 1.5625vw, 30px);
  z-index: 5;
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.25s;
  background: rgba(204, 204, 204, 0.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pro-gallery-main .btn-zoom i {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  color: var(--c-primary);
  line-height: 1;
}

.pro-gallery-swiper {
  width: 100%;
  overflow: hidden;
}
.pro-gallery-swiper .swiper-wrapper {
  align-items: stretch;
}
.pro-gallery-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
.pro-gallery-swiper .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
}
.pro-gallery-swiper .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pro-zoom-lens {
  position: absolute;
  z-index: 4;
  width: 160px;
  height: 160px;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  border: 2px solid rgba(47, 106, 246, 0.85);
  background: rgba(47, 106, 246, 0.12);
  box-sizing: border-box;
  pointer-events: none;
  display: none;
}

.pro-gallery-main.is-zooming .pro-zoom-lens {
  display: block;
}

.pro-zoom-result {
  position: absolute;
  top: 0;
  left: calc(100% + 16px);
  z-index: 30;
  width: 100%;
  max-width: 100%;
  padding-bottom: 100%;
  border: 1px solid #eee;
  border-radius: clamp(8px, 0.625vw, 12px);
  background: #fff center/200% no-repeat;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  pointer-events: none;
  display: none;
  box-sizing: border-box;
}

.pro-gallery.is-zooming .pro-zoom-result {
  display: block;
}

.pro-thumbs-swiper {
  margin-top: 14px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.pro-thumbs-swiper .swiper-slide {
  height: auto;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  opacity: 0.7;
  transition: border-color 0.25s, opacity 0.25s;
  box-sizing: border-box;
}
.pro-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--c-primary);
  opacity: 1;
}
.pro-thumbs-swiper .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
}
.pro-thumbs-swiper .meidia-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pro-buy-title {
  color: var(--c-dark);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: clamp(8px, 0.625vw, 12px);
}

.pro-rating {
  display: flex;
  align-items: center;
  gap: clamp(6.66667px, 0.52083vw, 10px);
  margin-bottom: 16px;
}
.pro-rating .stars {
  gap: clamp(3.33333px, 0.26042vw, 5px);
}
.pro-rating .stars i {
  width: clamp(13.33333px, 1.04167vw, 20px);
  height: clamp(13.33333px, 1.04167vw, 20px);
  background: transparent;
}
.pro-rating .stars i::before {
  color: #f5b400;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  line-height: clamp(13.33333px, 1.04167vw, 20px);
  content: "★";
}
.pro-rating .stars i.empty::before {
  color: #d0d0d0;
  content: "★";
}
.pro-rating span {
  color: #888;
  font-size: clamp(6.66667px, 0.52083vw, 10px);
}
.pro-rating span b {
  font-size: clamp(9.33333px, 0.72917vw, 14px);
}

.pro-buy-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.pro-buy-price .price {
  color: var(--c-primary);
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  font-weight: 600;
}
.pro-buy-price .price-old {
  color: #999;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  text-decoration: line-through;
}

.pro-options {
  padding: clamp(20px, 1.5625vw, 30px);
  margin-bottom: clamp(14.66667px, 1.14583vw, 22px);
  background: #F4F7FF;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  box-sizing: border-box;
}

.pro-option + .pro-option {
  margin-top: clamp(14.66667px, 1.14583vw, 22px);
}
.pro-option {
  /* 默认只显示一行口味，展开后显示全部 */
}
.pro-option.is-taste:not(.is-expanded) .flavor-item:nth-child(n+6) {
  display: none;
}
.pro-option.is-expanded .opt-toggle {
  transform: rotate(180deg);
}

.opt-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}

.opt-label {
  color: var(--c-dark);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  font-weight: 600;
  margin-bottom: 12px;
}
.opt-head .opt-label {
  margin-bottom: 0;
}
.opt-label span {
  font-weight: 400;
  color: #666;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}

.opt-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232F6AF6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/24px no-repeat;
  cursor: pointer;
  transition: transform 0.25s;
}

.flavor-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(13.33333px, 1.04167vw, 20px);
}

.flavor-item {
  width: 100%;
  aspect-ratio: 1;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  border: 1px solid #cfd6e4;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.flavor-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  display: block;
}
.flavor-item.active {
  border-style: solid;
  border-color: var(--c-primary);
  box-shadow: 0 0 0 2px rgba(47, 106, 246, 0.18);
}
.flavor-item:hover {
  border-color: var(--c-primary);
}

.conc-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.conc-item {
  min-width: clamp(73.33333px, 5.72917vw, 110px);
  height: clamp(24px, 1.875vw, 36px);
  padding: 0 clamp(10px, 0.78125vw, 15px);
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s;
}
.conc-item.active, .conc-item:hover {
  border-color: var(--c-primary);
  color: var(--c-primary);
  background: #fff;
}

.pro-buy-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: clamp(14.66667px, 1.14583vw, 22px);
}
.pro-buy-actions .qty-box,
.pro-buy-actions .quantity {
  display: inline-flex;
  align-items: center;
  height: clamp(26.66667px, 2.08333vw, 40px);
  border: 1px solid #ddd;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  overflow: hidden;
  background: #fff;
  margin: 0;
  position: relative;
}
.pro-buy-actions .qty-box button,
.pro-buy-actions .qty-box .qty-minus,
.pro-buy-actions .qty-box .qty-plus,
.pro-buy-actions .quantity button,
.pro-buy-actions .quantity .qty-minus,
.pro-buy-actions .quantity .qty-plus {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: 100%;
  border: 0;
  background: transparent;
  color: #333;
  font-size: clamp(12px, 0.9375vw, 18px);
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  padding: 0;
}
.pro-buy-actions .qty-box button:hover,
.pro-buy-actions .qty-box .qty-minus:hover,
.pro-buy-actions .qty-box .qty-plus:hover,
.pro-buy-actions .quantity button:hover,
.pro-buy-actions .quantity .qty-minus:hover,
.pro-buy-actions .quantity .qty-plus:hover {
  color: var(--c-primary);
}
.pro-buy-actions .qty-box .qty-val,
.pro-buy-actions .qty-box input.qty,
.pro-buy-actions .quantity .qty-val,
.pro-buy-actions .quantity input.qty {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: 100%;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 0;
  text-align: center;
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #333;
  background: #fff;
  padding: 0;
  appearance: textfield;
  -moz-appearance: textfield;
}
.pro-buy-actions .qty-box .qty-val::-webkit-outer-spin-button, .pro-buy-actions .qty-box .qty-val::-webkit-inner-spin-button,
.pro-buy-actions .qty-box input.qty::-webkit-outer-spin-button,
.pro-buy-actions .qty-box input.qty::-webkit-inner-spin-button,
.pro-buy-actions .quantity .qty-val::-webkit-outer-spin-button,
.pro-buy-actions .quantity .qty-val::-webkit-inner-spin-button,
.pro-buy-actions .quantity input.qty::-webkit-outer-spin-button,
.pro-buy-actions .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pro-buy-actions .qty-box .screen-reader-text,
.pro-buy-actions .quantity .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pro-buy-actions .btn-add-cart,
.pro-buy-actions .btn-buy-now,
.pro-buy-actions .wc-buy-now-btn,
.pro-buy-actions .single_add_to_cart_button {
  min-width: clamp(80px, 6.25vw, 120px);
  max-width: clamp(120px, 9.375vw, 180px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  transition: background 0.3s, opacity 0.3s;
}
.pro-buy-actions .btn-add-cart,
.pro-buy-actions .single_add_to_cart_button:not(.wc-buy-now-btn) {
  background: var(--c-primary);
  color: #fff !important;
}
.pro-buy-actions .btn-add-cart:hover,
.pro-buy-actions .single_add_to_cart_button:not(.wc-buy-now-btn):hover {
  opacity: 0.9;
}
.pro-buy-actions .btn-add-cart.disabled, .pro-buy-actions .btn-add-cart.wc-variation-selection-needed,
.pro-buy-actions .single_add_to_cart_button:not(.wc-buy-now-btn).disabled,
.pro-buy-actions .single_add_to_cart_button:not(.wc-buy-now-btn).wc-variation-selection-needed {
  opacity: 0.55;
  cursor: not-allowed;
}
.pro-buy-actions .btn-buy-now,
.pro-buy-actions .wc-buy-now-btn {
  background: #1a1a1a;
  color: #fff !important;
}
.pro-buy-actions .btn-buy-now:hover,
.pro-buy-actions .wc-buy-now-btn:hover {
  background: #333;
  opacity: 1;
}
.pro-buy-actions .btn-wish,
.pro-buy-actions .yith-add-to-wishlist-button-block {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  flex-shrink: 0;
}
.pro-buy-actions .yith-add-to-wishlist-button-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pro-buy-actions .yith-wcwl-add-to-wishlist-button {
  width: clamp(26.66667px, 2.08333vw, 40px);
  height: clamp(26.66667px, 2.08333vw, 40px);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #b0b0b0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  transition: color 0.25s, border-color 0.25s;
}
.pro-buy-actions .yith-wcwl-add-to-wishlist-button .yith-wcwl-icon,
.pro-buy-actions .yith-wcwl-add-to-wishlist-button svg {
  width: 18px;
  height: 18px;
  display: block;
}
.pro-buy-actions .yith-wcwl-add-to-wishlist-button .yith-wcwl-add-to-wishlist-button__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.pro-buy-actions .yith-wcwl-add-to-wishlist-button:hover, .pro-buy-actions .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added {
  color: #ff7a1a;
  border-color: rgba(255, 122, 26, 0.45);
}
.pro-buy-actions .btn-wish {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pro-buy-actions .btn-wish i {
  width: 18px;
  height: 16px;
}

/* WPCVS → 原 pro-options 样式平移 */
.pro-buy .variations_form {
  margin: 0;
}
.pro-buy .woocommerce-variation {
  margin: 0 0 12px;
}
.pro-buy .reset_variations {
  display: inline-block;
  margin-top: 10px;
  color: var(--c-primary);
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  text-decoration: underline;
}
.pro-buy .wpcvs-attributes,
.pro-buy .variations.wpcvs-attributes {
  display: block !important;
  width: 100%;
  padding: clamp(20px, 1.5625vw, 30px);
  margin: 0 0 clamp(14.66667px, 1.14583vw, 22px);
  background: #f4f7ff;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  box-sizing: border-box;
  border: 0;
}
.pro-buy .wpcvs-attribute + .wpcvs-attribute {
  margin-top: clamp(14.66667px, 1.14583vw, 22px);
}
.pro-buy .wpcvs-attribute.is-taste:not(.is-expanded) .wpcvs-type-image .wpcvs-term:nth-child(n+6) {
  display: none;
}
.pro-buy .wpcvs-attribute.is-expanded .opt-toggle {
  transform: rotate(180deg);
}
.pro-buy .wpcvs-attribute-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  margin-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.pro-buy .wpcvs-attribute-label label {
  color: var(--c-dark);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}
.pro-buy .wpcvs-attribute-label label::after {
  content: ":";
}
.pro-buy .wpcvs-attribute-label .wpcvs-attribute-selected {
  flex: 1;
  min-width: 0;
  font-weight: 400;
  color: #666;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
}
.pro-buy .wpcvs-attribute-label .opt-toggle {
  flex-shrink: 0;
  margin-left: auto;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232F6AF6' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") center/24px no-repeat;
  cursor: pointer;
  transition: transform 0.25s;
}
.pro-buy .wpcvs-attribute-value {
  position: relative;
}
.pro-buy .wpcvs-attribute-value > select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.pro-buy .wpcvs-terms.wpcvs-type-image {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(13.33333px, 1.04167vw, 20px);
}
.pro-buy .wpcvs-type-image .wpcvs-term {
  width: 100%;
  aspect-ratio: 1;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  border: 1px solid #cfd6e4 !important;
  background: #fff !important;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  transition: border-color 0.25s, box-shadow 0.25s;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none;
}
.pro-buy .wpcvs-type-image .wpcvs-term .wpcvs-term-inner,
.pro-buy .wpcvs-type-image .wpcvs-term .wpcvs-term-image {
  display: block;
  width: 100%;
  height: 100%;
}
.pro-buy .wpcvs-type-image .wpcvs-term img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  display: block;
}
.pro-buy .wpcvs-type-image .wpcvs-term.wpcvs-selected, .pro-buy .wpcvs-type-image .wpcvs-term.wpcvs-term-selected, .pro-buy .wpcvs-type-image .wpcvs-term.selected, .pro-buy .wpcvs-type-image .wpcvs-term.active {
  border-color: var(--c-primary) !important;
  box-shadow: 0 0 0 2px rgba(47, 106, 246, 0.18);
}
.pro-buy .wpcvs-type-image .wpcvs-term:hover {
  border-color: var(--c-primary) !important;
}
.pro-buy .wpcvs-type-image .wpcvs-term.wpcvs-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.pro-buy .wpcvs-terms.wpcvs-type-button {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}
.pro-buy .wpcvs-type-button .wpcvs-term {
  min-width: clamp(73.33333px, 5.72917vw, 110px);
  height: clamp(24px, 1.875vw, 36px);
  padding: 0 clamp(10px, 0.78125vw, 15px) !important;
  border-radius: clamp(3.33333px, 0.26042vw, 5px) !important;
  border: 1px solid #d8d8d8 !important;
  background: #fff !important;
  color: #333 !important;
  font-size: clamp(12px, 0.9375vw, 18px);
  font-family: inherit;
  cursor: pointer;
  transition: all 0.25s;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 !important;
  box-shadow: none;
}
.pro-buy .wpcvs-type-button .wpcvs-term .wpcvs-term-inner,
.pro-buy .wpcvs-type-button .wpcvs-term .wpcvs-term-label {
  display: inline;
  line-height: 1;
}
.pro-buy .wpcvs-type-button .wpcvs-term.wpcvs-selected, .pro-buy .wpcvs-type-button .wpcvs-term.wpcvs-term-selected, .pro-buy .wpcvs-type-button .wpcvs-term.selected, .pro-buy .wpcvs-type-button .wpcvs-term.active, .pro-buy .wpcvs-type-button .wpcvs-term:hover {
  border-color: var(--c-primary) !important;
  color: var(--c-primary) !important;
  background: #fff !important;
}
.pro-buy .wpcvs-type-button .wpcvs-term.wpcvs-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.pro-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
}
.pro-share > span {
  color: var(--c-dark);
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
}
.pro-share .sharethis-inline-share-buttons {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.pro-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding: clamp(23.33333px, 1.82292vw, 35px) 0;
  background: #f8f8f8;
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(13.33333px, 1.04167vw, 20px);
  padding: 0 clamp(10.66667px, 0.83333vw, 16px);
  position: relative;
}
.trust-item + .trust-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: #dde3ef;
}
.trust-item .trust-icon {
  flex-shrink: 0;
  width: clamp(40px, 3.125vw, 60px);
  height: clamp(40px, 3.125vw, 60px);
  display: block;
}
.trust-item .trust-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: brightness(0);
  transition: all 0.6s;
}
.trust-item strong {
  display: block;
  color: var(--c-dark);
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 500;
  margin-bottom: 2px;
}
.trust-item span {
  color: #666;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.trust-item:hover .trust-icon img {
  filter: brightness(1);
}
.trust-item:hover strong {
  color: var(--c-primary);
}

.pro-detail-main {
  display: grid;
  grid-template-columns: 1fr clamp(240px, 18.75vw, 360px);
  gap: clamp(26.66667px, 2.08333vw, 40px);
  align-items: start;
}

.pro-tabs {
  display: flex;
  gap: clamp(3.33333px, 0.26042vw, 5px);
  border-bottom: 1px solid #eee;
  margin-bottom: clamp(16px, 1.25vw, 24px);
}

.pro-tab {
  border: 0;
  background: transparent;
  padding: 0 clamp(33.33333px, 2.60417vw, 50px) clamp(6.66667px, 0.52083vw, 10px);
  color: #666;
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  position: relative;
}
.pro-tab.active {
  color: var(--c-primary);
}
.pro-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: var(--c-primary);
}

.pro-tab-panel {
  display: none;
}
.pro-tab-panel.active {
  display: block;
}

.article-content {
  color: #666;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  line-height: 1.75;
}
.article-content .edit-box {
  margin-bottom: clamp(18.66667px, 1.45833vw, 28px);
}
.article-content h3 {
  margin: 1.35em 0 0.7em;
  color: var(--c-dark);
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 700;
  line-height: 1.35;
}
.article-content p {
  margin: 0 0 1em;
  color: #666;
}
.article-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-content li {
  position: relative;
  padding-left: 0.9em;
  margin-bottom: 0.45em;
  color: #666;
  line-height: 1.7;
}
.article-content li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  color: #555;
}
.article-content li strong {
  color: var(--c-dark);
  font-weight: 700;
}

.pro-note {
  margin-top: 0;
  padding: 2px 0 2px 14px;
  border: 0;
  border-left: 3px solid var(--c-primary);
  border-radius: 0;
  background: transparent;
}
.pro-note strong {
  display: inline;
  color: var(--c-dark);
  margin: 0;
  font-size: inherit;
  font-weight: 700;
}
.pro-note p {
  margin: 0;
  color: #666;
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  line-height: 1.7;
}

.pro-specs {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.pro-specs th,
.pro-specs td {
  border-bottom: 1px solid #eee;
  padding: 12px 10px;
  text-align: left;
  font-size: clamp(10px, 0.78125vw, 15px);
}
.pro-specs th {
  width: 40%;
  color: #666;
  font-weight: 500;
}
.pro-specs td {
  color: var(--c-dark);
  font-weight: 600;
}

.review-summary {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.review-avg {
  text-align: center;
}
.review-avg strong {
  display: block;
  font-size: 40px;
  color: var(--c-dark);
  line-height: 1;
  margin-bottom: 8px;
}
.review-avg span {
  display: block;
  margin-top: 8px;
  color: #888;
  font-size: 13px;
}

.bar-row {
  display: grid;
  grid-template-columns: 52px 1fr 40px;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #666;
}
.bar-row .bar {
  height: 8px;
  background: #eee;
  border-radius: 999px;
  overflow: hidden;
}
.bar-row .bar i {
  display: block;
  height: 100%;
  background: var(--c-primary);
  font-style: normal;
}

/* review 字段 / 按钮样式已收敛到 style.scss 全站表单 base */
.review-form,
.cr-review-form,
#cusrev_review_form,
.cr-reviews-form {
  margin-bottom: 28px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  box-sizing: border-box;
}

.review-form-title {
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 700;
  margin-bottom: 14px;
}

.review-item {
  padding: 18px 0;
  border-bottom: 1px solid #eee;
}
.review-item .review-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.review-item .review-meta strong {
  color: var(--c-dark);
  font-size: 15px;
}
.review-item .review-meta span {
  color: #999;
  font-size: 13px;
}
.review-item .stars {
  margin-bottom: 8px;
}
.review-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.pro-related .side-title {
  position: relative;
  padding-left: 14px;
  margin-bottom: 18px;
  color: var(--c-dark);
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 500;
}
.pro-related .side-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 5px;
  background: var(--c-primary);
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 0.78125vw, 15px);
}

.related-item {
  display: grid;
  grid-template-columns: clamp(73.33333px, 5.72917vw, 110px) 1fr;
  gap: clamp(13.33333px, 1.04167vw, 20px);
  align-items: center;
  padding: clamp(13.33333px, 1.04167vw, 20px);
  border: 1px solid #e8eef8;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  background: #fff;
}

.related-pic {
  display: block;
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  overflow: hidden;
  background: #fff;
}
.related-pic .meidia-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.related-pic .meidia-box img,
.related-pic .meidia-box video,
.related-pic .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-title {
  display: block;
  color: var(--c-dark);
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.related-title:hover {
  color: var(--c-primary);
}

.btn-buy-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: clamp(20px, 1.5625vw, 30px);
  padding: 0 16px;
  border-radius: clamp(10px, 0.78125vw, 15px);
  background: var(--c-primary);
  color: #fff;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  font-weight: 500;
}
.btn-buy-mini:hover {
  background: #1a1a1a;
  color: #fff;
}

.pro-advantages {
  padding: clamp(40px, 3.125vw, 60px) 0;
  background: #fff;
}

.adv-layout {
  display: grid;
  grid-template-columns: clamp(200px, 15.625vw, 300px) calc(100% - clamp(233.33333px, 18.22917vw, 350px));
  gap: clamp(33.33333px, 2.60417vw, 50px);
  align-items: stretch;
}

.adv-pic {
  border-radius: clamp(10.66667px, 0.83333vw, 16px);
  overflow: hidden;
  height: 100%;
}
.adv-pic .meidia-box {
  padding-bottom: 203.33333%;
  overflow: hidden;
  position: relative;
}
.adv-pic .meidia-box img,
.adv-pic .meidia-box video,
.adv-pic .meidia-box .banner-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adv-pic .meidia-box {
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
}

.adv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 1.5625vw, 30px);
}

.adv-item {
  padding: clamp(20px, 1.5625vw, 30px);
  border: 1px solid #dce6fb;
  border-radius: clamp(6.66667px, 0.52083vw, 10px);
  background: #fff;
  box-sizing: border-box;
  transition: all 0.6s;
}
.adv-item .adv-icon {
  display: block;
  width: clamp(33.33333px, 2.60417vw, 50px);
  height: clamp(33.33333px, 2.60417vw, 50px);
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  background: #F4F7FF;
  border-radius: clamp(3.33333px, 0.26042vw, 5px);
  box-sizing: border-box;
  padding: clamp(6.66667px, 0.52083vw, 10px);
}
.adv-item .adv-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.adv-item strong {
  display: block;
  color: var(--c-dark);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  font-weight: 600;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
  line-height: 1.35;
  transition: all 0.6s;
}
.adv-item p {
  color: #666;
  font-size: clamp(12px, 0.9375vw, 18px);
  margin: 0;
}
.adv-item:hover strong {
  color: var(--c-primary);
}
.adv-item:hover {
  border-color: var(--c-primary);
}

.pro-policy-wrap {
  padding: 0 0 clamp(53.33333px, 4.16667vw, 80px);
  background: #fff;
}

/* 富文本容器：仅保留外框，排版交给行内样式 */
.pro-policy-editor h1,
.pro-policy-editor h2,
.pro-policy-editor h3,
.pro-policy-editor h4,
.pro-policy-editor h5,
.pro-policy-editor h6,
.pro-policy-editor p,
.pro-policy-editor ul,
.pro-policy-editor ol {
  max-width: 100%;
}

/* responsive */
@media screen and (max-width: 1200px) {
  .pro-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pro-detail-main {
    grid-template-columns: 1fr 280px;
  }
}
@media screen and (max-width: 1023px) {
  .pro-list-page,
  .pro-detail-page {
    padding-top: 84px;
  }
  .pro-seo-editor {
    padding: 24px 16px;
  }
  .pro-page-title {
    font-size: 32px;
  }
  .pro-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .pro-card-title a {
    font-size: 15px;
  }
  .pro-card-actions {
    flex-wrap: wrap;
  }
  .pro-card-actions .qty-box {
    width: 100%;
    justify-content: space-between;
  }
  .pro-card-actions .btn-add-cart {
    width: 100%;
  }
  .pro-faq .faq-grid {
    grid-template-columns: 1fr;
    padding: 12px 16px;
  }
  .pro-detail-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pro-zoom-result {
    left: 0;
    top: auto;
    bottom: calc(100% + 12px);
    width: 100%;
    max-height: 70vh;
    padding-bottom: 70%;
  }
  .pro-buy-title {
    font-size: 26px;
  }
  .pro-buy-price .price {
    font-size: 28px;
  }
  .flavor-list,
  .wpcvs-terms.wpcvs-type-image {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .pro-option.is-taste:not(.is-expanded) .flavor-item:nth-child(n+5) {
    display: none;
  }
  .wpcvs-attribute.is-taste:not(.is-expanded) .wpcvs-type-image .wpcvs-term:nth-child(n+5) {
    display: none;
  }
  .wpcvs-attributes,
  .variations.wpcvs-attributes {
    padding: 18px 16px;
  }
  .wpcvs-attribute-label label {
    font-size: 18px;
  }
  .wpcvs-attribute-selected {
    font-size: 15px;
  }
  .pro-buy-actions .btn-add-cart,
  .pro-buy-actions .btn-buy-now,
  .pro-buy-actions .wc-buy-now-btn,
  .pro-buy-actions .single_add_to_cart_button {
    flex: 1 1 calc(50% - 30px);
    min-width: 0;
    max-width: none;
  }
  .pro-share {
    justify-content: flex-start;
  }
  .pro-trust {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 8px 0;
  }
  .trust-item {
    justify-content: flex-start;
    padding: 14px 16px;
  }
  .trust-item:nth-child(2)::before, .trust-item:nth-child(4)::before {
    display: none;
  }
  .trust-item:nth-child(3), .trust-item:nth-child(4) {
    border-top: 1px solid #dde3ef;
  }
  .pro-detail-main {
    grid-template-columns: 1fr;
  }
  .pro-related {
    order: 2;
  }
  .review-summary {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .review-form-row {
    grid-template-columns: 1fr;
  }
  .adv-layout {
    grid-template-columns: 1fr;
  }
  .adv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pro-grid {
    grid-template-columns: 1fr;
  }
  .pro-cats a {
    font-size: 13px;
    height: 34px;
    padding: 0 14px;
  }
  .pro-trust {
    grid-template-columns: 1fr;
  }
  .pro-buy-actions .btn-add-cart,
  .pro-buy-actions .btn-buy-now,
  .pro-buy-actions .wc-buy-now-btn,
  .pro-buy-actions .single_add_to_cart_button {
    flex: 1 1 100%;
  }
  .pro-tabs {
    gap: 16px;
    overflow-x: auto;
  }
  .pro-tab {
    font-size: 15px;
    white-space: nowrap;
  }
  .flavor-list,
  .wpcvs-terms.wpcvs-type-image {
    grid-template-columns: repeat(2, 1fr);
  }
  .pro-option.is-taste:not(.is-expanded) .flavor-item:nth-child(n+5) {
    display: none;
  }
  .wpcvs-attribute.is-taste:not(.is-expanded) .wpcvs-type-image .wpcvs-term:nth-child(n+5) {
    display: none;
  }
}

/*# sourceMappingURL=product.css.map */
