:root {
  --container: 1915px;
  --section-gap: 40px;
  --my-black: #232323;
  --my-black1: #161616;
  --my-white: #ffffff;
  --my-orange: #d6b78d;
  --my-grey: #333333;
  --my-border: #dddddd;
}

button {
  padding: 0;
}

/* 评论 */
.review-widget, .ryviu-collection {
  overflow: unset;
}


/* 详情页缩略图 */
.productView-thumbnail-wrapper {
  top: 0 !important;
  max-height: 650px;
  overflow: hidden;
}

/* 详情页分期 */
.installment {
  font-size: 14px !important;
  margin-top: 4px;
}

/* 详情页交期 */
.delivered-to {
  margin-top: 6px;
}

.product-item .price__saved {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .containers {
    width: calc(var(--container));
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-padding-top {
    margin-top: 60px;
  }
  .section-padding-bottom {
    margin-bottom: 60px;
  }

  .sale-padding-top {
    padding-top: 60px;
  }
  .sale-padding-bottom {
    padding-bottom: 60px;
  }

  .hidden-tablet-and-up {
    display: none !important;
  }
  .my-72 {
    font-size: 72px;
  }
  .my-60 {
    font-size: 60px;
  }
  .my-58 {
    font-size: 58px;
  }
  .my-48 {
    font-size: 48px;
  }
  .my-40 {
    font-size: 40px;
  }
  .my-38 {
    font-size: 38px;
  }
  .my-32 {
    font-size: 32px;
  }
  .my-28 {
    font-size: 28px;
  }
  .my-24 {
    font-size: 24px;
  }
  .my-20 {
    font-size: 20px;
  }
  .my-18 {
    font-size: 18px;
  }
  .my-16 {
    font-size: 16px;
  }
  .my-14 {
    font-size: 14px;
  }
  .my-12 {
    font-size: 12px;
  }

  /* 加减 */
  .animated-plus {
    display: block;
    position: relative;
    width: 15px;
    height: 15px;
  }
  .animated-plus:before {
      width: 15px;
      height: 2px;
      opacity: 1;
  }
  .animated-plus:after {
      width: 2px;
      height: 15px;
  }
  .animated-plus:before, .animated-plus:after {
      position: absolute;
      content: "";
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%) rotate(-90deg);
      background-color: currentColor;
      transition: transform .4s ease-in-out,opacity .4s ease-in-out;
  }

  /* 详情页的价格 */
  .productView-price .price--on-sale .price__sale {
    align-items: flex-end;
  }
  .productView-price .price.price--medium .price__compare .price-item .money {
    font-size: 14px;
    line-height: 1;
  }

  /* 详情页变体上的线 */
  .productView-price {
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 10px;
  }

  /* 详情页手风琴 */
  .product-collapse-container {
    border-bottom: 1px solid #BFBFBF;
  }
  .product-collapse-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    cursor: pointer;
    position: relative;
  }
  .product-collapse-content {
    display: none;
    padding-bottom: 20px;
  }
  .product-collapse-container .icon-plus {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-50%);
    background-color: transparent;
    background-position: unset;
    background-repeat: unset;
    background-image: unset;
    transition: var(--anchor-transition);
  }
  .product-collapse-container .icon-plus::before,
  .product-collapse-container .icon-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background: var(--color-text);
    transition: var(--anchor-transition);
  }
  .product-collapse-container .icon-plus::before {
    right: 4px;
    width: 2px;
    height: 10px;
  }
  .product-collapse-container .icon-plus::after {
    right: 0;
    width: 10px;
    height: 2px;
  }
  
  .product-collapse-container.active .icon-plus::before {
    transform: translateY(-50%) rotate(90deg);
  }

  /* 详情页手风琴1 */
  .productView-tab .toggleLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    cursor: pointer;
  }
  .productView-tab .toggleLink h3 {
    font-weight: 400;
    margin: 0;
  }
  .productView-tab .tab-content img {
    width: auto !important;
    height: auto !important;
  }
        

  /* 详情页assembly-guide */
  .assembly-guide {
    padding: 12px 20px;
    margin-bottom: 30px;
    background: #EEEEEE;
    display: flex;
    justify-content: space-between;
  }
  .assembly-guide-left {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .assembly-guide-left svg {
    width: 28px;
    height: 28px;
  }

  .assembly-guide-right {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #232323;
    color: #232323;
  }
  .assembly-guide-right:hover {
    /* border: 1px solid #232323;
    color: #232323; */
  }
  .assembly-guide-right svg path {
    fill: #232323;
  }
  .assembly-guide-right:hover svg path {
    /* fill: #232323; */
  }
  .assembly-guide-right svg {
    width: 18px;
    height: 18px;
  }

  /* 详情页Product Overview */
  .product-overview-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .product-overview-item {
    display: flex;
    gap: 8px;
  }
  .productView-tab .product-overview-item img {
    width: 24px !important;
    height: 24px !important;
  }


  /* 详情页contact-us */
  .product-contact-us {
    border: 1px solid #E5E5E5;
    margin-top: 40px;
    padding: 20px 15px;
  }
  .product-contact-us .title p {
    margin: 0;
    font-weight: 400;
  }
  .product-contact-us .title p strong {
    font-weight: 500;
  }
  .product-contact-us .btn-box {
    display: flex;
    gap: 8px;
    margin-top: 12px;
  }
  .product-contact-us .btn-box .btn-call,
  .product-contact-us .btn-box .btn-chat {
    padding: 8px 20px;
    border: 1px solid #BFBFBF;
    cursor: pointer;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .product-contact-us .btn-box .btn-call svg,
  .product-contact-us .btn-box .btn-chat svg {
   width: 18px;
   height: 18px;
  }

}

@media screen and (min-width: 1080px) {
  .containers {
    width: calc(var(--container));
    max-width: 100%;
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (min-width: 1680px) {
  .containers {
    width: calc(var(--container));
    max-width: 100%;
    padding-left: 170px;
    padding-right: 170px;
  }
}

@media screen and (max-width: 767px) {
  .containers {
    width: calc(var(--container));
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-padding-top {
    margin-top: 40px;
  }
  .section-padding-bottom {
    margin-bottom: 40px;
  }

  .sale-padding-top {
    padding-top: 40px;
  }
  .sale-padding-bottom {
    padding-bottom: 40px;
  }

  .hidden-phone {
    display: none !important;
  }

  .mf-24 {
    font-size: 24px !important;
  }
  .mf-20 {
    font-size: 20px !important;
  }
  .mf-18 {
    font-size: 18px !important;
  }
  .mf-16 {
    font-size: 16px !important;
  }
  .mf-14 {
    font-size: 14px !important;
  }
  .mf-12 {
    font-size: 12px !important;
  }


  /* 详情页缩略图 */
  .productView-image-wrapper .productView-nav {
    margin: 0 -15px;
  }
  .productView-thumbnail-wrapper .productView-for {
    padding: 0 !important;
  }
  .productView-thumbnail {
    padding: 0 5px !important;
  }

  /* 详情页分期 */
  .installment {
    margin-top: 10px;
  }


  /* 详情页的价格 */
  .productView-price .price--on-sale .price__sale {
    align-items: flex-end;
  }
  .productView-price .price.price--medium .price__compare .price-item .money {
    font-size: 14px;
    line-height: 1;
  }

  /* 详情页变体上的线 */
  .productView-price {
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 14px;
  }
  .productView-variants .product-form__label .text {
    /* border-radius: 6px; */
  }

   /* 详情页数量+加入购物车 */
  .pvGroup-row .quantity__group--1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .productView-groupBottom {
    margin: 15px 0 0 !important;
  }
  .productView-quantity .quantity__label {
    margin: 0px 0 15px !important;
  }
  .quantity__group--1 .quantity__input {
    /* border-radius: 6px; */
    padding: 10px 20px 9px 35px !important;
  }
  .productView-action .button {
    /* border-radius: 6px !important; */
  }
  .productView-payment .shopify-payment-button [data-testid=Checkout-button] {
    /* border-radius: 6px !important; */
  }
  .productView-securityImage {
    padding-top: 8px;
  }

  /* 详情页手风琴 */
  .product-collapse-container {
    border-bottom: 1px solid #BFBFBF;
  }
  .product-collapse-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    cursor: pointer;
    position: relative;
  }
  .product-collapse-content {
    display: none;
    padding-bottom: 20px;
  }
  .product-collapse-container .icon-plus {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-50%);
    background-color: transparent;
    background-position: unset;
    background-repeat: unset;
    background-image: unset;
    transition: var(--anchor-transition);
  }
  .product-collapse-container .icon-plus::before,
  .product-collapse-container .icon-plus::after {
    content: "";
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    background: var(--color-text);
    transition: var(--anchor-transition);
  }
  .product-collapse-container .icon-plus::before {
    right: 4px;
    width: 2px;
    height: 10px;
  }
  .product-collapse-container .icon-plus::after {
    right: 0;
    width: 10px;
    height: 2px;
  }
  
  .product-collapse-container.active .icon-plus::before {
    transform: translateY(-50%) rotate(90deg);
  }

  /* 详情页手风琴1 */
  .productView-tab .toggleLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    cursor: pointer;
  }
  .productView-tab .toggleLink h3 {
    font-weight: 400;
    margin: 0;
  }
  .productView-tab .tab-content img {
    width: auto !important;
    height: auto !important;
  }
        

  /* 详情页assembly-guide */
  .assembly-guide {
    padding: 12px 20px;
    margin-bottom: 30px;
    background: #EEEEEE;
    display: flex;
    justify-content: space-between;
  }
  .assembly-guide-left {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .assembly-guide-left svg {
    width: 28px;
    height: 28px;
  }

  .assembly-guide-right {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #232323;
    color: #232323;
  }
  .assembly-guide-right:hover {
    border: 1px solid #232323;
    color: #232323;
  }
  .assembly-guide-right svg path {
    fill: #232323;
  }
  .assembly-guide-right:hover svg path {
    fill: #232323;
  }
  .assembly-guide-right svg {
    width: 18px;
    height: 18px;
  }

  /* 详情页Product Overview */
  .product-overview-list {
    display: grid;
    grid-template-columns: 100%;
    gap: 16px;
    margin-top: 10px;
  }
  .product-overview-item {
    display: flex;
    gap: 8px;
  }
  .productView-tab .product-overview-item img {
    width: 24px !important;
    height: 24px !important;
  }


  /* 详情页contact-us */
  .product-contact-us {
    border: 1px solid #E5E5E5;
    /* border-radius: 6px; */
    margin-top: 40px;
    padding: 20px 15px;
  }
  .product-contact-us .title p {
    margin: 0;
    font-weight: 400;
  }
  .product-contact-us .title p strong {
    font-weight: 500;
  }
  .product-contact-us .btn-box {
    display: flex;
    gap: 8px;
    margin-top: 12px;
  }
  .product-contact-us .btn-box .btn-call,
  .product-contact-us .btn-box .btn-chat {
    padding: 8px 20px;
    border: 1px solid #BFBFBF;
    /* border-radius: 6px; */
    cursor: pointer;
    display: flex;
    gap: 4px;
    align-items: center;
  }
  .product-contact-us .btn-box .btn-call svg,
  .product-contact-us .btn-box .btn-chat svg {
   width: 18px;
   height: 18px;
  }


  /* 详情页弹框 */
  .tab-content .toggle-content.popup-mobile {
    top: 200px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 3.73333vw;
  }

  .animate--hover-vertical-lift .card:hover .card-product__wrapper {
    transform: unset !important;
  }    
}
img,
video {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-style: none;
  vertical-align: top;
}

.menu-lv-1__action {
  font-weight: 400 !important;
  text-transform: capitalize;
  /* padding-left: 10px !important;
  padding-right: 10px !important; */
}

/* 评星 */
.ryviu-item.product-widget__ryviu {
  font-size: 14px !important;
}
.Ry-Load-More .Ry-Text-Load-More {
  color: #333 !important;
}


/* 详情页color */
.variants-box .variants-title {
  display: block;
  margin: 0 0 8px;
  font-size: var(--font-body-size);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
  text-transform: capitalize;
  text-align: left;
  color: var(--color-text);
}
.variants-box .variants-title span {
  color: var(--text-cart);
  font-weight: var(--font-weight-normal);
  margin-left: 2px;
}
.variants-box .variants-color a .product-form__label {
  position: relative;
  font-size: 0;
  width: var(--product-swatch-color-width);
  height: var(--product-swatch-color-height);
  border: 1px solid #fff;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  opacity: 1;
}
.variants-box .variants-color a:hover .product-form__label { 
  border-color: var(--swatch-border-active);
  padding: 3px;
}
.variants-box .variants-color a:first-child .product-form__label {
  border-color: var(--swatch-border-active);
  padding: 3px;
}

.variants-box .variants-bottom a:hover .product-form__label .text { 
  color: var(--variant-color-active);
  background-color: var(--variant-bg-active);
  border-color: var(--swatch-border-active) !important;

}
.variants-box .variants-bottom a:first-child .product-form__label .text {
  color: var(--variant-color-active);
  background-color: var(--variant-bg-active);
  border-color: var(--swatch-border-active) !important;
}


/* shop pay */
.shopify-payment-button__button.shopify-payment-button__button--branded {
  display: none !important;
}

.shopify-payment-button__more-options {
  font-size: 16px;
  background: var(--my-grey);
  height: 50px;
  line-height: 50px;
  margin-top: unset;
  color: var(--my-grey);
  position: relative;
  text-transform: capitalize;
  font-weight: 400;
}
.shopify-payment-button__more-options:hover {
  color: var(--my-grey);
}
.shopify-payment-button .shopify-payment-button__more-options::after {
  content: "Buy Now";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}


.template-page .rte {
  margin-bottom: 40px;
}