/* Custom content  */
* {
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 960px) {
html {
  font-size: 54px !important; /* 默认值，确保 rem 的计算基准正常 */
}
}
body{
  font-size: 12px;
  background: #f8f8f8;
}
 #shopline-section-announcement-bar,#shopline-section-header,#MainContent{
max-width: 540px;
margin: 0 auto;
font-size: 12px;
} 
#MainContent #MainProduct-main-product-info{
  padding-left: unset;
  padding-right: unset;
}
main-product-detail{
  flex-direction: column;
}
.all_no_leri{
      margin-left: unset;
     margin-right: unset;
     font-size: 12px;
}
.product__details-wrapper {
  margin-top: 0;
}
.product__details-container summary {
  align-items: center;
}
.product__details-container summary .icon-accordion {
  width: 24px;
  height: 24px;
}
.product__details-container summary .icon-accordion svg {
  width: 24px;
  height: 24px;
}
.product__details-container summary .accordion__title {
  line-height: 24px;
}
/* Product info */
.product__info-container > * + * {
  margin: 10px 0;
}
.product__info-container .product__info-item:nth-of-type(1) {
  margin-top: 0;
}
.product__info-container > * + .m-10 {
  margin: 10px 0;
}
.product__info-container > * + .m-12 {
  margin: 12px 0;
}
.product__info-container > * + .m-26 {
  margin: 26px 0;
}
.product__info-container .product__info-description {
  max-width: 100%;
  overflow-x: auto;
}
.product__info-description-expand-container--bottom {
  padding: 40px 12px 0;
}
@media (max-width: 959px) {
  .product__info-description-expand-container--bottom {
    padding: 40px 0 0;
  }
}
.product__info-container .product-title {
  /* font-size: var(--title-font-size); */
  font-size: .35rem;
  font-weight: 700;
  margin-bottom: 0;
}
}
@media (max-width: 959px) {
  .product .product__info-wrapper {
    margin-top: 22px;
  }

  .product__info-container > * + .m-10 {
    margin: 8px 0;
  }

  .product__info-container > * + .m-12 {
    margin: 10px 0;
  }

  .product__info-container > * + .m-26 {
    margin: 20px 0;
  }

  .product__info-container.mobile-text-align--left {
    text-align: left;
    --flex-items-align: flex-start;
  }
  .product__info-container.mobile-text-align--center {
    text-align: center;
    --flex-items-align: center;
  }
  .product__info-container.mobile-text-align--center
    .product-form__input.column
    .product-form__input--right {
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  .product__dividing-line {
    display: block;
    height: var(--product-desktop-dividing-line-height, 1px);
  }

  .product__column-sticky {
    display: block;
    position: sticky;
    top: 20px;
    z-index: 2;
  }
  .product:not(.product--columns) .product__media-wrapper {
    /* padding-top: 40px; */
  }

  /* product_image_pc_position */
  .product--left .product__info-wrapper {
    /* padding-left: 60px;
    padding-top: 40px; */
    /* padding: .26667rem .42667rem; */
    margin-top:unset;
    padding-left:unset;
    padding-right: unset;
  }

  .product--left .product__media-wrapper {
    padding-right: 0px;
  }

  .product--right .product__info-wrapper {
    padding-right: 60px;
    padding-top: 40px;
  }

  .product--right .product__media-wrapper {
    padding-left: 0px;
  }

  /* product_image_size */
  .product--large .product__media-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .product--large .product__info-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .product--medium .product__media-wrapper,
  .product--medium .product__info-wrapper {
    max-width: 50%;
    width: 50%;
  }

  .product--small .product__media-wrapper {
    max-width: 34%;
    width: 34%;
  }

  .product--small .product__info-wrapper {
    max-width: 66%;
    width: 66%;
  }

  .product[mount="quick-add-modal"] {
    padding-right: 35px;
  }
  
}
.product__media-wrapper{
  margin-top:unset;
  padding-left:unset;
  padding-right:unset;
}
@media screen and (max-width: 959px) {
  .product__dividing-line {
    margin-left: var(--product-dividing-line-style) !important;
    margin-right: var(--product-dividing-line-style) !important;
    height: var(--product-dividing-line-height);
  }
}
/* Product form */
.product-form {
  display: block;
}
.product-form .product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: rgb(var(--color-discount-tag-background));
}
.product-form .product-form__error-message-wrapper:not([hidden]) .icon-error {
  margin-right: 5px;
}
.product-form .product-form__buttons > * {
  margin-bottom: 10px;
}
.product-form .product-form__buttons .pay-button-buy-now {
  overflow: unset;
}
.product__info-item--quantity-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product__info-item--quantity-input .volume-pricing-box {
  width: 100%;
  margin-top: 12px;
}
.product__info-item--quantity-input.column {
  flex-direction: column;
  align-items: var(--flex-items-align, flex-start);
}
.product__info-item--quantity-input.column .quantity-input-label {
  /* margin-bottom: 8px; */
 
  display: flex;
  align-items: center;
  height: .8rem;
}
.product__info-item--quantity-input.column.full .quantity {
  /* width: 100%; */
  width: 138px;
}
.product__info-item--quantity-input.row .quantity-input-label {
  margin-right: 8px;
}
.product__info-item--quantity-input.row.half {
  justify-content: var(--flex-items-align, flex-start);
}
.product__info-item--quantity-input .quantity {
  width: 156px;
  min-height: initial;
  height: 42px;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  .product__info-item--quantity-input .quantity {
    width: 120px;
    height: 40px;
  }
}
.product__info-item.text-underline {
  text-decoration: underline;
}
/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 26px 0;
  max-width: 100%;
  min-width: fit-content;
  border: none;
}
@media (max-width: 959px) {
  .product-form__input {
    margin: 0 0 20px 0;
  }
}
variant-radios .product-form__input {
  display: flex;
  justify-content: space-between;
  align-items: var(--flex-items-align, flex-start);
  flex-direction: column;
}
variant-radios .product-form__input.column {
  flex-direction: column;
}
variant-radios .product-form__input.column .product-form__input--right {
  justify-content: flex-start;
}
variant-radios .product-form__input .product-form__input--left {
  margin-right: 15px;
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  display: flex;
}
variant-radios .product-form__input.column .product-form__input--left {
  max-width: unset;
  margin-right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
variant-radios .product-form__input{
  padding-bottom: .2rem;
  border-bottom: 1Px solid #eee;
      margin: 0;
}
 .product-form__input--left .size_gogol{
  display: flex
;
    justify-content: space-between;
    font-size: .3rem;
    color: #666;
    line-height: .7rem; 
    
    font-weight: 500;
    cursor: pointer;
}
variant-radios .product-form__input .product-form__input--right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: normal;
  gap: 8px;
}
variant-radios .product-form__input.medium .product-form__input--right {
  gap: 10px 12px;
}
variant-radios .product-form__input.large .product-form__input--right {
  gap: 12px 16px;
}
variant-radios,
variant-selects {
  display: block;
}
fieldset.product-form__input .form__label {
  margin-bottom: 5px;
  font-size: .3rem;
}
/* variant-radios */
.product-form__input input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
/* color-swatch-radios */
.product-form__input input[type="radio"] + label.product-form--color-swatch {
  --swatch-border-radius: 0px;
  --swatch-size: 22px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: var(--swatch-size);
  height: var(--swatch-size);
  border: 1px solid rgb(var(--color-entry-line));
  background-image: var(--swatch-background-default-image);
  background-position: center;
  background-size: 20px;
  background-clip: content-box;
  border-radius: var(--swatch-border-radius);
  margin: 3px;
}
.product-form__input
  input[type="radio"]
  + label.product-form--color-swatch
  .product-form--color-swatch-inner {
  background: var(--swatch-background-color);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(var(--swatch-border-radius) - 0.5px);
}
.product-form__input
  input[type="radio"]
  + label.product-form--color-swatch:after {
  border-radius: var(--swatch-border-radius);
}
.product-form__input
  input[type="radio"]
  + label.product-form--color-swatch.color-swatch-circle {
  --swatch-border-radius: 50%;
}
.product-form__input
  input[type="radio"]
  + label.product-form--color-swatch.color-swatch-round_corner {
  --swatch-border-radius: 6px;
}
.product-form__input
  input[type="radio"]
  + label.product-form--color-swatch.color-swatch-round_corner:after {
  --swatch-border-radius: 8px;
}
.product-form__input
  input[type="radio"]
  + label.product-form--color-swatch.medium {
  --swatch-size: 32px;
}
.product-form__input
  input[type="radio"]
  + label.product-form--color-swatch.large {
  --swatch-size: 48px;
}
.product-form__input
  input[type="radio"]:not([disabled])
  + label.product-form--color-swatch:hover {
  border: none;
}
.product-form__input
  input[type="radio"]:not([disabled])
  + label.product-form--color-swatch:hover:after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  border: 1px solid #000000;
  padding: 2px;
}
.product-form__input
  input[type="radio"]:checked
  + label.product-form--color-swatch {
  border: none;
}
.product-form__input
  input[type="radio"]:checked
  + label.product-form--color-swatch:after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  border: 1px solid #000000;
  padding: 2px;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch {
  overflow: hidden;
  cursor: not-allowed;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 32px;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
  transform-origin: left;
  z-index: 2;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch.medium:before {
  width: 45px;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch.large:before {
  width: 68px;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch.color-swatch-circle:before {
  left: -3px;
  top: 50%;
  transform-origin: center;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch.color-swatch-circle.small:before {
  width: 28px;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch.color-swatch-circle.medium:before {
  width: 38px;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch.color-swatch-circle.large:before {
  width: 54px;
}
.product-form__input
  input[type="radio"]:disabled
  + label.product-form--color-swatch:hover:after {
  content: "";
}
.product-form__input
  input[type="radio"]:checked:disabled
  + label.product-form--color-swatch {
  overflow: visible;
}
.product-form__input
  input[type="radio"]:checked:disabled
  + label.product-form--color-swatch:after {
  padding: 2px;
  background-size: calc(100% - 2px);
}
.product-form__input
  input[type="radio"]:disabled
  + label:not(.product-form--color-swatch).variant-image__wrapper
  .variant-image__image {
  opacity: 0.5;
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch) {
  /* border: var(--sku-selector-border-thickness) solid
    rgba(var(--color-text), var(--sku-selector-border-opacity));
  background-color: rgb(var(--color-page-background));
  color: rgba(var(--color-text));
  border-radius: var(--sku-selector-border-radius);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  padding: 8px 12px; */
  padding-top: .1rem;
  padding-bottom: .1rem;
  padding-left: .2rem;
  padding-right: .2rem;
  margin-bottom: .2rem;
  min-width: 1rem;
  margin-right: .2rem;
  border: 1Px solid #ccc;
  border-radius: .1rem;
  display: flex
;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
    align-items: center; 
    text-align: center;
    font-weight: 500;
} 
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch)::before {
  content: "";
  position: absolute;
  left: 7.5px;
  top: 50%;
  width: calc(100% - 15px);
  border-bottom: 1px solid rgba(var(--color-text), 0.1);
  transform: rotate(-35deg);
  opacity: 0;
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch)::after {
  /* content: ""; */
  width: calc(100% + 2px + var(--sku-selector-border-thickness) * 2);
  height: calc(100% + 2px + var(--sku-selector-border-thickness) * 2);
  position: absolute;
  top: calc(var(--sku-selector-border-thickness) * -1 - 1px);
  left: calc(var(--sku-selector-border-thickness) * -1 - 1px);
  /* border: 1px solid transparent; */
  border-radius: var(--sku-selector-border-radius-outset);
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch):hover::after {
  border-color: rgba(var(--color-text), var(--sku-selector-border-opacity));
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch).small {
  padding: 0 8px;
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch).large {
  padding: 12px 20px;
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch).variant-image__wrapper {
  /* position: relative;
  width: 40px;
  height: 40px;
  padding: 5px; */
}
/* reset tool tip max width */
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch).variant-image__wrapper
  tool-tip {
  max-width: min(80vw, 100px);
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch).variant-image__wrapper
  .variant-image__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch).variant-image__wrapper.small {
  width: 30px;
  height: 30px;
}
.product-form__input
  input[type="radio"]
  + label:not(.product-form--color-swatch).variant-image__wrapper.large {
  width: 52px;
  height: 52px;
}
.product-form__input
  input[type="radio"]:checked
  + label:not(.product-form--color-swatch) {
  /* background-color: rgba(var(--color-button-background));
  color: rgba(var(--color-button-text));
  border-color: rgba(var(--color-button-background)); */
  border: 1px solid #f7005b;
  background: #fcedeb;
}
.product-form__input
  input[type="radio"]:checked
  + label:not(.product-form--color-swatch).variant-image__wrapper {
  background-color: transparent;
}
.product-form__input
  input[type="radio"]:checked
  + label:not(.product-form--color-swatch):hover::after {
  border-color: transparent;
}
.product-form__input
  input[type="radio"]:disabled
  + label:not(.product-form--color-swatch) {
  color: rgba(var(--color-text), 0.1);
  background-color: transparent;
  overflow: hidden;
  cursor: not-allowed;
}
.product-form__input
  input[type="radio"]:disabled
  + label:not(.product-form--color-swatch)::before {
  /* opacity: 1; */
}
.product-form__input
  input[type="radio"]:disabled
  + label:not(.product-form--color-swatch):hover::after {
  border-color: transparent;
}
.product-form__input
  input[type="radio"]:disabled:checked
  + label:not(.product-form--color-swatch) {
  border-color: rgba(var(--color-button-background));
}
/* variant-selects */
variant-selects .field::after,
variant-selects .field:hover::after,
variant-selects .field:focus::after,
variant-selects .field:focus-within::after {
  border-color: rgba(var(--color-entry-line));
}
variant-selects .variant-input-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
variant-selects .variant-input-wrapper.column {
  flex-direction: column;
}
@media (max-width: 959px) {
  variant-selects .variant-input-wrapper.column {
    align-items: var(--flex-items-align, flex-start);
  }
}
variant-selects .variant-input-wrapper.column .form__label {
  margin-right: 0;
  margin-bottom: 8px;
  width: 100%;
  max-width: unset;
}
variant-selects .variant-input-wrapper .form__label {
  margin-right: 15px;
  flex-shrink: 0;
  max-width: 35%;
}
variant-selects .variant-input-wrapper .field {
  width: 156px;
  height: 40px;
  height: 42px;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  variant-selects .variant-input-wrapper .field {
    width: 120px;
    height: 40px;
  }
}
variant-selects .variant-input-wrapper .field {
  margin-bottom: 0;
}
variant-selects .variant-input-wrapper .field > select {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
variant-selects .variant-input-wrapper .field .field__input--classic {
  padding: 0 10px;
}
variant-selects .variant-input-wrapper .field.small {
  height: 24px;
}
variant-selects .variant-input-wrapper .field.small .field__input--classic {
  padding: 0 8px;
}
variant-selects .variant-input-wrapper .field.large {
  height: 48px;
}
variant-selects .variant-input-wrapper .field.large .field__input--classic {
  padding: 0 12px;
}
/* sell-info */
.product__sell-info {
  margin-bottom: 0;
}
.product__sell-info .product__sell-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product__sell-info .product__sell-box:last-child {
  margin-bottom: 0;
}
.product__sell-info .product__sell-icon {
  min-width: 24px;
  color: rgb(var(--color-text));
  stroke: currentColor;
  line-height: 1;
}
.product__sell-info .product__sell-text {
  margin-left: 16px;
  color: rgb(var(--color-text));
}
.product__sell-info .product__sell-text a {
  text-decoration: underline;
}
.product__sell-info.product__sell-info-horizontal {
  display: grid;
}
.product__sell-info.product__sell-info-horizontal.onlyTwo {
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
}
.product__sell-info.product__sell-info-horizontal.overThree {
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
}
.product__sell-info.product__sell-info-horizontal {
  grid-column-gap: 20px;
}
.product__sell-info.product__sell-info-horizontal .product__sell-box {
  margin-bottom: 0;
  margin-top: 10px;
  display: block;
  text-align: center;
}
.product__sell-info.product__sell-info-horizontal
  .product__sell-box
  .product__sell-text {
  margin-left: 0;
  padding: 10px 14px 0 14px;
}
@media screen and (max-width: 959px) {
  .product__sell-info.product__sell-info-horizontal
    .product__sell-box
    .product__sell-text {
    padding: 10px 7px 0 7px;
  }
}
.product__sell-info.product__sell-info-horizontal
  .product__sell-box:nth-child(1),
.product__sell-info.product__sell-info-horizontal
  .product__sell-box:nth-child(2),
.product__sell-info.product__sell-info-horizontal
  .product__sell-box:nth-child(3) {
  margin-top: 0;
}
@keyframes popup-link-fade-in {
  0% {
    transform: var(--start-transform, translateY(30px));
  }

  100% {
    transform: var(--end-transform, translateY(0));
  }
}
.popup-link-modal summary {
  display: inline-block;
}
.popup-link-modal__close {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: none;
  transform: translate3d(0, 0, 0);
}
.popup-link-modal__close > svg {
  width: 12px;
  height: 12px;
}
.popup-link-modal__container {
  --modal-animation-name: popup-link-fade-in;
  max-width: 560px;
  max-height: 560px;
}
.popup-link-modal__content {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 40px 20px 20px;
}
.popup-link-modal__button {
  display: inline-flex;
  align-items: center;
}
.popup-link-modal__button > svg {
  width: 24px;
  height: 24px;
  margin-inline-end: 10px;
}
@media screen and (max-width: 959px) {
  .popup-link-modal__container {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    height: 80%;
    margin-bottom: 0;
    --start-transform: translateY(100%);
    padding: 0;
  }

  .popup-link-modal__content {
    padding: 30px 10px 10px;
  }
}
.product-link__images {
  display: grid;
  gap: 20px;
}
.product-link__images.product-link__images--small {
  grid-template-columns: repeat(3, 1fr);
}
.product-link__images.product-link__images--middle {
  grid-template-columns: repeat(2, 1fr);
}
.product-link__images.product-link__images--large {
  grid-template-columns: 1fr;
}
.product-link__images .product-link__images-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-link__images .product-link__images-item img {
  background-color: rgba(var(--color-image-background));
  border: none;
  object-fit: cover;
  object-position: center;
  display: block;
  height: 100%;
  width: 100%;
}
.product-link__images--contain .product-link__images-item img {
  object-fit: contain;
}
.product-link__button.button-size__small .product-link__button-btn {
  padding-block-start: 10px;
  padding-block-end: 10px;
}
@media screen and (max-width: 959px) {
  .product-link__button.button-size__small .product-link__button-btn {
    padding-block-start: 9px;
    padding-block-end: 9px;
  }
}
.product-link__button.button-size__medium .product-link__button-btn {
  padding-block-start: 11px;
  padding-block-end: 11px;
}
.product-link__button.button-size__large .product-link__button-btn {
  padding-block-start: 13px;
  padding-block-end: 13px;
}
.product-link__button.button-size__huge .product-link__button-btn {
  padding-block-start: 15px;
  padding-block-end: 15px;
}
.product-link__button.button-width__full .product-link__button-btn {
  width: 100%;
}
.product__inventory .low-stock,
.product__inventory .in-stock,
.product__inventory .out-stock {
  display: inline-flex;
  align-items: flex-start;
}
.product__inventory .low-stock::before,
.product__inventory .in-stock::before,
.product__inventory .out-stock::before {
  --icon-size: 10px;
  content: "";
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  background-color: currentColor;
  margin: calc((1em * var(--body-line-height) - var(--icon-size)) / 2) 0;
  margin-right: 8px;
  flex-shrink: 0;
}
.product__inventory .low-stock::before {
  background-color: #fe9e0f;
}
.product__inventory .in-stock::before {
  background-color: #35c08e;
}
.product__inventory .out-stock {
  color: #f86140;
}
.product-photo-swipe {
  --pswp-bg: rgb(var(--color-page-background)) !important;
  --pswp-placeholder-bg: rgb(var(--color-page-background)) !important;
}
.product-photo-swipe .pswp-with-perma-preloader .pswp__icn {
  display: none !important;
}
.product-pswp__toolbar {
  align-items: center;
  bottom: 30px;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(0);
  transition: transform 0.25s 0.6s;
}
.product-pswp__toolbar .product-pswp__button {
  background-color: rgba(var(--color-page-background));
  border: 1px solid;
  border-color: rgba(var(--color-entry-line));
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  margin: 15px;
  min-width: 0;
  padding: 10px;
  position: relative;
}
.product-pswp__toolbar .product-pswp__button svg {
  stroke: rgba(var(--color-text));
  height: 13px;
  margin: 8px;
  pointer-events: none;
  width: 13px;
}
/* 轮播图 */
.product--thumbnail_flatten .product__thumbnail-slider-group.product__thumbnail--bottom{
  width: 100%;
  background: #fff;
}
.GalleryViewer-swiper{
  width: 100%;
}
/* price free */
.price_numb{
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .26667rem .42667rem;
    margin:0 0 !important;
    background: #fff;
}
.price_numb .price .price__sale{
  flex-direction: column;
}
.price_numb .price .price-item--sale.font_size_small{
  font-size: .5rem !important;
    color: #f7005b !important;
    font-weight: 700 !important;
}
.price_numb .price .price__sale .price-item--regular{
  color: #999 !important;
  font-size: .3rem !important;
  font-weight: 400 !important;
}
.price_numb .free_press{
  background: #f7005b;
  border-radius: 0.5rem;
  font-size: .3rem;
  padding-left: .2rem;
  padding-right: .2rem;
  color: #fff;
}
.free_press .number_free{
  padding-top: 3px;
  padding-bottom: 3px;
  display: block;
}
.title_all{
  background: #fff;
  margin: unset;
  padding: 0 .42667rem;
  margin-bottom: .2rem
}
.under_title{
  padding-bottom: .2rem;
  padding-top: .1rem;
}
.under_title .under_sub{
  color: rgb(255, 80, 0);
    background-color: rgb(255, 236, 229);
    border-radius: .1rem;
    font-size: .3rem;
    line-height: .5rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: .2rem;
    padding-right: .2rem;
}

/* 文本 */
.fui-card {
  margin-bottom: .2rem !important;
}
.van-cell-group {
  background-color: #fff;
}
.van-cell-group__title {
  padding: .42667rem .42667rem .21333rem;
  color: #969799;
  font-size: .37333rem;
  line-height: .42667rem
}
.van-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
  box-sizing: border-box;
  width: 100%;
  padding: .26667rem .42667rem;
  overflow: hidden;
  color: #323233;
  font-size: .37333rem;
  line-height: .64rem;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.color__666 {
  color: #666;
}
.size_title{
  color: #333 !important;
    font-weight: 700;
    font-size: .35rem;
}
.van-cell__label {
  margin-top: .10667rem;
  color: #969799;
  font-size: .32rem;
  line-height: .48rem;
}
.van-cell__title p{
  margin: 0;
}
.submit_title {
  padding-top: .1rem;
  padding-bottom: .1rem;
  margin-right: .2rem;
  display: flex
;
}
@font-face {
  font-family: iconfont;
  src: url(https://cdn-theme.myshopline.com/cdn/shop/prod/2400826633/1734063947621/6776616fd1c2a53e2ed6311c/1736143545022/assets/iconfont.woff2) format('woff2'),
  url(https://cdn-theme.myshopline.com/cdn/shop/prod/2400826633/1734063947621/6776616fd1c2a53e2ed6311c/1736143545022/assets/iconfont.woff2) format('woff'),
  url(https://cdn-theme.myshopline.com/cdn/shop/prod/2400826633/1734063947621/6776616fd1c2a53e2ed6311c/1736143545022/assets/iconfont.woff2) format('truetype')
}
.submit_title .iconfont{
  margin-right: .1rem;
  color: #f7005b;
  
  font-size: .25rem;
}
.submit_title .circle:before {
  border-radius: 50%;
  border: .02667rem solid #f7005b;
  line-height: .48rem;
}

.icon-seleted:before {
  content: "\e763";
}
.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.submit_title .subtitle{
  color: #333 !important;
  font-size: .3rem;
}
.van-cell__value {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  color: #333;
}
.icon-arrow-right:before {
  content: "\e743";
}

.van-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}
.van-popup {
  position: fixed;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-overflow-scrolling: touch;
}
.van-popup--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}

.van-popup--bottom, .van-tabbar {
  max-width: 10rem;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.van-popup--bottom .nunber_one{
  border-bottom: .02667rem solid #eee;
  height: 1.28rem;
  line-height: 1.28rem;
  flex-shrink: 0;
  text-align: center;
}
.van-action-sheet__header {
  font-weight: 500;
  font-size: .42667rem;
  line-height: 1.28rem;
 
}
.van-action-sheet__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 .42667rem;
  color: #c8c9cc;
  font-size: .58667rem;
  line-height: inherit;
}
.van-icon, .van-icon:before {
  display: inline-block;
}
.van-icon-cross:before {
  content: "\F042";
}
.van-action-sheet__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  height: 12rem;
}
.p__032 {
  padding-top: .32rem;
  padding-right: .32rem;
  padding-bottom: .32rem;
  padding-left: .32rem;
}
.pb__030 {
  padding-bottom: .3rem;
}
.pb__020 {
  padding-bottom: .2rem;
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

.pink {
  color: #f7005b;
}
.size__070, .size__0500 {
  font-size: .5rem;
}
.van-icon {
  /* position: relative; */
  font-family: iconfont ;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.icon-selected-empty:before {
  content: "\e61f";
}
.flex.align-center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
}
.optitle{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: .2rem;
  padding-right: .2rem;
  font-size: .35rem;
  margin: 0 5px;
  padding: 0;
}
.items-cantent{
  margin-left: .2rem;
  padding-left: .56rem;
  padding-right: .5rem;
}
.items-cantent .opsubtitle{
  margin: 0;
  font-size: .3rem;
  line-height: .6rem;
}
.items-cantent .opsubtitle p{
  padding: 0;
  margin: 0;
}

/* .van-popup-slide-bottom-enter-active,
.van-popup-slide-bottom-leave-active {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
} */

.van-popup-slide-bottom-enter
{
  /* -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); */
}

.van-popup-slide-bottom-leave {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.van-action-sheet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; 
  display: flex
;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 80%;
  overflow: hidden;
  color: #323233;
  z-index: 1004;
}

.product-sheet .van-popup {
  /* display: none; */
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
}
.product-sheet .van-popup.active {
  /* display: block !important; */
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 2002;
}
.product-sheet .van-popup.hidden{
  /* display: none; */
  transform: translateY(100%);
  opacity: 1;
  z-index: 2002;
  /* visibility: hidden; */
}



/* 评论 */
#product-review .fui-card {
  margin-bottom: .2rem !important;
  background-color: #fff;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#product-review .van-cell__title{
  font-weight: 700;
}
#product-review .van-rate--readonly {
  cursor: default;
}
#product-review .van-rate__item:not(:last-child) {
  padding-right: .10667rem;
}
.reviews-with-clothing-wrap .van-cell__title span {
  font-size: .35rem !important;
}
#product-review .van-rate__icon {
  display: block;
  width: 1em;
  color: #c8c9cc;
  font-size: .53333rem;
  color: rgb(246, 194, 53);
  font-size: 0.46rem ;
  font-style: normal;
}
.icon-star-fill:before {
  content: "\e79e";
}
#product-review .van-rate {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex
;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.review-list .van-cell__title, .review-list .van-cell__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.review-list .van-cell__value {

  justify-content: flex-end;
  display: flex
  ;
}
.review-list  .name_title{
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex
;
}
.review-list .photo_user {
  margin-right: .2rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  border: .02667rem solid #eee;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}
.review-list .photo_user img {
  border-radius: 50%;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.review-list .reviews-with-clothing-wrap .van-cell__title span {
  font-size: .35rem !important;
      font-weight: 500;
}

.review-list .name_sub {
  color: #333 !important;
  font-size: .3rem;
  margin-left: .42rem;
  margin-right: .42rem;
  padding-bottom: .2rem;
}
.mx__042 {
  margin-left: .42rem;
  margin-right: .42rem;
}
#product-review .van-image {
  position: relative;
  display: inline-block;
  margin-right: .2rem;
  overflow: hidden;
  /* border-radius: 50%; */
  position: relative;
}
#product-review .van-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* 详情 */
.detail_product{
  background: #fff;
  width: 100%;
  padding: .26667rem 0;
  cursor: auto;
}
.detail_product .text__center{
  text-align: center;
  color: #323233;
  font-size: .37333rem;
  line-height: .64rem;
}
.detail_product .prop-list {
  background: #eee;
  margin: 0 .5rem;
  padding: .2rem 0;
  border-radius: .13333rem;
}
.detail_product .prop-list>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .1rem .6rem;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.detail_product .prop-list > div > span:nth-child(odd) {
  width: 40%;
  padding-right: .3rem;
  box-sizing: border-box;
}

.detail_product .prop-list > div > span:nth-child(even) {
  width: 60%;
}

.detail_product .prop-list>div>span {
  font-size: .3rem !important;
}
.detail_product .detail_number {
  max-width: 100%;
  padding-left: .42rem;
  padding-right: .42rem;
}
.detail_product .detail_number .detail_number_s {
  max-width: 100%;
  display: flex
;
  position: relative;
  ms-flex-align: center;
  align-items: center;
}
.detail_product .detail_number .detail_number_s .detail_number_nub{
  padding-top: .32rem;
  padding-bottom: .32rem;
  display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
}
.detail_product .detail_number .detail_number_s .detail_shu{
  padding-left: .2rem;
    padding-right: .2rem;
    height: .8rem;
    line-height: .8rem;
    min-width: 2rem;
    border: 1Px solid #333;
    
    background-color: #fff;
    text-align: center;
    font-size: .3rem !important;
}
.detail_product .detail_number .detail_number_s .detail_shu.bg_title{
  background-color: #333;
  color: #eee;
}
.icon--triangle-top {
  font-size: 1rem;
  color: #fff ;
  line-height: .48rem;
  text-align: center;
}
.icon--triangle-top.bg_tab{
  color: #333 ;
}
.icon--triangle-top:before {
  content: "\e628";
}
.click_out{
  position: absolute;
  right: 0;
}
.click_out .click_title {
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.click_out .van-cell__title span {
  font-size: .3rem !important;
}
.click_out .iconfont.right{
  margin-left: .2rem;
  font-size: 0.46rem;
}
.size-table {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
.size-table::-webkit-scrollbar {
  height: 5px;
}

.size-table::-webkit-scrollbar-thumb {
  background-color: #5b5b5b;
  /* border-radius: 5px; */
}

.size-table::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.size-table table {
  border-collapse: collapse;
}
.size-table tr {
  min-width: 1rem;
  line-height: 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  
}
.size-table tr:nth-child(n) {
  background-color: #f3f3f3;
}
.size-table tr td, .size-table tr th {
  padding: 0 .2rem;
  font-size: .25rem;
  text-align: center;
  min-width: 1rem;
  white-space: nowrap;
}
.size-table tr td{
  color: #969799;
}
.size-table tr th {
  padding: 0 .2rem;
  color: #666 !important;
}
.size-table tr:nth-child(2n) {
  background-color: #fff;
}
.detail_product expand-component{
  padding-top: .2rem;
  color: #333;
  font-size: .3rem;
  line-height: 1.7;
  width: 100%;
}

/* sku */
.product-form__input--right input,.product-form__input--right label{
  display: block !important;
}
.color-palette-plugin-right-content-justify,.color-palette-attr-box{
  display: none;
}
.sku_variant_opun{
  position: fixed;
    max-height: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: constant(safe-area-inset-bottom) !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
    max-width: 10rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    transition-duration: 0.4s;
    z-index: 2032;
}
.sku_all_con{
  max-height: 100%;
  min-height: 50%;
  background-color: #fff;
  display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: auto;
}
.sku_product_con{
  padding-right: .2rem;
  padding-top: .2rem;
  margin-left: .42rem;
    margin-right: .42rem;
    border-bottom: 1Px solid #eee;
    display: flex ;
    flex-shrink: 0;
}
.sku_product_left{
  position: relative;
}
.sku_product_left .sku_open{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: .5rem;
  height: .5rem;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 0 .1rem 0 .1rem;
}
.sku_product_left .sku_open::before{
  content: "";
  display: block;
  background-color: transparent;
  width: .1rem;
  height: .1rem;
  position: absolute;
  top: .1rem;
    right: .1rem;
    border-top: .05333rem solid #fff;
    border-right: .05333rem solid #fff;
}
.sku_product_left .sku_open::after{
  bottom: .1rem;
  left: .1rem;
  border-bottom: .05333rem solid #fff;
  border-left: .05333rem solid #fff;
  content: "";
  display: block;
  background-color: transparent;
  width: .1rem;
  height: .1rem;
  position: absolute;
}
.sku_product_left .sku_product_img{
  width: 2.56rem;
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
  display: inline-block;
  min-height: 2.6rem;
}
.sku_product_left .sku_product_img img{
  width: 100%;
  height: 100%;
  display: block;
}
.sku_product_right{
  margin-left: .2rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex
;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sku_product_right .sku_product_price{
  margin-bottom: .2rem;
  display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
}
.sku_product_right .sku_product_price .sku_product_c{
  margin-right: .2rem;
  font-size: .45rem !important;
  color: #f7005b !important;
  font-weight: 500 !important;
}
.sku_product_right .sku_product_price .sku_product_cv{
  color: #999 !important;
  font-size: .25rem !important;
  font-weight: 400 !important;
}
.sku_product_select{
  margin-top: .2rem;
  display: flex;
  align-items: center;
}
.sku_product_right .price-position-save{
  display: none;
}
.sku_product_right .price .price__sale{
  flex-direction: column;
}
.sku_product_sm{
  font-size: .3rem;
  color: #333 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}
.sku_product_con .header-close{
  font-size: .7rem;
  border-radius: 50%;
  color: #999;
  width: .8rem;
  height: .8rem;
  line-height: .8rem;
  background-color: #eee;
}
.sku_product_con .icon__btn2:before {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sku_product_con .icon-close:before {
  content: "\e74a";
  
}
.product-form__input input[type="radio"] + label:not(.product-form--color-swatch).variant-image__wrapper{
  padding: .06rem;
  margin-bottom: .2rem;
  margin-right: .2rem;
  min-width: 1rem;
  border-radius: .1rem;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc ;
  color: #333;
  background: #ffff;
      font-weight: 500;
  /* background: #fcedeb; */
}
.product-form__input input[type="radio"] + label:not(.product-form--color-swatch).variant-image__wrapper span{
  padding-top: .1rem;
  padding-bottom: .1rem;
  padding-right: .2rem;
  margin-left: .2rem;
  font-size: .3rem;
}
.product-form__input .image_sku{
  position: relative;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  color: #fff;
  font-size: .35rem;
}
.product-form__input .image_sku img{
  width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
} 

.product-form__input input[type="radio"]:checked + label:not(.product-form--color-swatch).variant-image__wrapper{
  border: 1px solid #f7005b;
  background: #fcedeb;
  color: #f7005b;
}
.sku_all_con .product__info-item{
  padding-left: .42rem;
  padding-right: .42rem;
  padding-top: .1rem;
}
.sku_mar_size{
  padding-left: .42rem;
  padding-right: .42rem;
  padding-top: .2rem;
  display: flex
;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sku_mar_size .size_sub{
  font-size: .3rem;
  padding-left: .5rem;
  padding-top: .2rem; 
  padding-right: .5rem; 
  padding-bottom: .2rem;
  background-color: #eee;
}
.sku_mar_size .size_sub .rocke_size{
  margin: 0;
  font-size: .25rem;
  color: #333 !important;
  font-weight: 400; 
}
.sku_variant_opun .quantity:before,.sku_variant_opun .quantity::after,.sku_variant_opun .quantity{
  border-radius: unset;
  border: none;
  box-shadow:none;
  background: unset;
}
.sku_variant_opun .quantity__button{
  /* width: 30px; */
  width: 0.8rem;
  height: 0.8rem;
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex
;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 0;
  opacity: 1;
  color: #323233;
  vertical-align: middle;
  background-color: #f2f3f5;
}
.quantity__button svg{
  width: 0.6rem; 
  height: auto;
}
.sku_variant_opun .quantity__input[type="number"]{
  box-sizing: border-box;
  width: .85333rem;
  height: .74667rem;
  margin: 0 .05333rem;
  padding: 0;
  color: #323233;
  font-size: .37333rem;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f3f5;
  border: 0;
  border-width: .02667rem 0;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: default;
  height: 0.8rem;
  font-weight: 400;
}
.sku_variant_opun .quantity__button.disabled{
    color: #c8c9cc;
    background-color: #f7f8fa;
    cursor: not-allowed;
    opacity: 1;
}
.sku_variant_opun .quantity:hover.quantity:after{
  box-shadow:none;
}
.van-action-sheet__header {
  font-weight: 500;
  font-size: .42667rem;
  line-height: 1.28rem;
}
.sku_variant_opun{
  /* display: none; */
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
}
.sku_variant_opun.show {
  /* display: block !important; */
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 2003;
}
.sku_variant_opun.hide {
  /* display: none; */
  transform: translateY(100%);
  opacity: 1;
  z-index: 2003;
  /* visibility: hidden; */
}

/* 下一步 */
.next_one .van-icon{
  /* font: normal normal normal .37333rem / 1 vant-icon; */
  font-family: vant-icon;
  font-size: .58667rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.pindanshuoming {
  /* display: none; */
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.8s ease, opacity 0.8s ease;
  opacity: 0;
}
.pindanshuoming.show {
  /* display: block !important; */
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 2002;
}
.pindanshuoming.hide {
  /* display: none; */
  transform: translateY(100%);
  opacity: 1;
  z-index: 2002;
  /* visibility: hidden; */
}


.icon-click:before {
  content: "\e83e";
}
.icon-home:before {
  content: "\e7a7";
}
.size__090 {
  font-size: .9rem !important;
}
.submit-product .van-submit-bar__bar {
  padding: 0;
}
[data-pay-button-layout="column"]{
  display: none !important;
}
#wishlist-product-details{
  display: none !important;
}
.button_class_addtocar{
  padding-left: 0 !important;
  padding-right: 0 !important;
    
}
.button_class_addtocar .product-form__buttons button{
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 1.17333rem;
  margin: 0;
  padding: 0;
  font-size: .42667rem;
  line-height: 1.2;
  text-align: center;
  border-radius: .05333rem;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-appearance: none;
  color: #fff !important;
  border: none;
  padding: 0 .4rem;
  font-size: .37333rem;
  height: 1.33rem;
  line-height: 1.2;
  text-align: center;
  border-radius: .05333rem;
  background: #f7005b;
}
.button_class_addtocar .button:not(.button--link)::after{ 
  box-shadow:unset 
}
.button_class_addtocar .product-form__buttons button span{
  font-size: .45rem;
}
.header_detail .is-click {
  color: #f7005b;
  border-bottom: .05333rem solid #f7005b;
  box-sizing: border-box;
  line-height: 1.28rem;
  height: 1.28rem;
  font-size: .35rem;
  margin-left: .2rem; 
  display: inline-block;
}
.quantity_form_num{
  display: flex
  ;
      align-content: space-around;
      align-items: center !important;
      flex-direction: unset !important;
      justify-content: space-between;
      width: 100%;
      padding: .26667rem .84667rem !important;
      overflow: hidden;
      color: #323233;
      font-size: .37333rem;
      line-height: .64rem;
      background-color: #fff;
}
/* 轮播 */
/* [id^="Slider-"] {
  overflow-x: scroll;
  scroll-snap-type: x mandatory; 
  display: flex;
}

[id^="Slide-"] {
  scroll-snap-align: start; 
  flex-shrink: 0;
  width: 100%; 
} */


.slider-button .icon{
  color: #fff;
}
.van-nav-bar__title{
  width: unset;
}

.upoup_size{
  height: 100%;
    z-index: 99999;
    width: ;
    width: 100%;
    max-width: 100%;
    position: fixed;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    /* max-width: 10rem; */
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #fff;
}
@media (max-width: 959px) {
.header_height{
  height: 55.24px !important;
}
}

/* 变体弹窗 */
  .prov_popup {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.9);
      text-align: center;
  }

  .prov_popup img {
      margin: auto;
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin-top: 5%;
  }
@media (max-width: 560px) {
    .prov_popup img {
    margin-top: 20%;
    }
}
  .pro_close {
      position: absolute;
      top: 20px;
      right: 35px;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
  }

  .pro_close:hover {
      color: #ccc;
  }
  .van-tab__pane-wrapper {
    overflow-y: unset !important;
    height: unset !important;
}

.product__info-container .product__info-description img{
max-width: 100% !important;
width: 100% !important;
}
/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */ 
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */
    