.p_ProductInner {
  padding-top: 0.2rem;
  font-weight: 400;
  color: #363636;
}

.nt_name_current {
  color: #0A0A0A;
}

.p_ProductInner .swym-button-bar {
  display: none;
}

.p_ProductInner p {
  margin: 0px;
}

.p_ProductInner .product-infors {
  padding: 0px;
}

.p_ProductInner .product_title {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p_ProductInner .rating_sp_kl .trw-bracket {
  display: none;
}

.p_ProductInner .rating_sp_kl .trw-count,
.p_ProductInner .rating_sp_kl .trw-text {
  color: #666;
  font-size: 12px;
}

.p_ProductInner .rating_sp_kl .ryviu-number-widget {
  padding-right: 20px;
}

.p_ProductInner #pr_sku_ppr {
  color: #363636;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-size: 12px;
}

.p_ProductInner .price-review {
  font-size: 0.24rem;
  border-bottom: 0px;
}

.p_ProductInner .price-review .price_range {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  color: #363636 !important;
}

.p_ProductInner .price-review .price_range del {
  color: #363636 !important;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.p_ProductInner .view-more.j-simple-desc {
  font-size: 12px;
  line-height: 1.75;
  color: #363636;
  cursor: pointer;
  display: block;
  text-decoration: underline;
}

.p_ProductInner .view-more.j-simple-desc:hover{
  color: #ED6A00;
}


.p_ProductInner .simple-desc {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.75;
}

.p_ProductInner .simple-desc__title {
  font-weight: 500;
  font-size: 14px;
}

.p_ProductInner .simple-desc ul li {
  line-height: 26px;
}

.p_ProductInner .tips-inventory {
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  color: #ED6A00;
  display: inline-block;
}

.p_ProductInner .discount-code {
  border-top: 1px solid rgba(102, 102, 102, 0.3);
  padding: 10px 0px;
}

.p_ProductInner .discount-code .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 10px;
  color: #737373;
}

.p_ProductInner .discount-code .list {
  display: block;
}

.p_ProductInner .discount-code .list .item {
  display: flex;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  min-width: 220px;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
  height: auto;
  position: relative;
}

.p_ProductInner .discount-code .list .item .rate {
  width: 30%;
  font-size: 24px;
  font-weight: 500;
  color: #ED6A00;
  background: #F6F6F6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p_ProductInner .discount-code .list .item .right-block {
  background: #F6F6F6;
  flex: 1;
  display: flex;
  align-items: center;
  border-left: 1px dashed #fff;
  position: relative;
}

.p_ProductInner .discount-code .list .item .right-btn {
  min-width: 84px;
  line-height: 28px;
  height: 28px;
  text-align: center;
  background: transparent;
  border: 1px solid #ED6A00;
  border-radius: 16px;
  color: #ED6A00;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 20px;
}

.p_ProductInner .discount-code .list .item .left-text {
  margin: 0px;
  text-align: left;
  padding: 10px 0 10px 20px; 
  color: #363636;
  line-height: 18px;
  font-size: 12px;
  flex: 1;
}

.p_ProductInner .discount-code .list .item .left-text span {
  color: #363636;
  font-size: 16px;
  font-family: Poppins;
  font-weight: 500;
  display: block;
  line-height: 22px;
}

.p_ProductInner .discount-code .list .item:last-child {
  margin-bottom: 0px;
}

.p_ProductInner .discount-code .list .item-raduis {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

.p_ProductInner .discount-code .rate .item-raduis:nth-child(1) {
  right: -6px;
  top: -6px;
}

.p_ProductInner .discount-code .rate .item-raduis:nth-child(2) {
  left: -6px;
  top: -6px;
}

.p_ProductInner .discount-code .rate .item-raduis:nth-child(3) {
  right: -6px;
  bottom: -6px;
}

.p_ProductInner .discount-code .rate .item-raduis:nth-child(4) {
  left: -6px;
  bottom: -6px;
}

.p_ProductInner .discount-code .right-block .item-raduis:nth-child(1) {
  right: -6px;
  top: -6px;
}

.p_ProductInner .discount-code .right-block .item-raduis:nth-child(2) {
  left: -6px;
  top: -6px;
}

.p_ProductInner .discount-code .right-block .item-raduis:nth-child(3) {
  right: -6px;
  bottom: -6px;
}

.p_ProductInner .discount-code .right-block .item-raduis:nth-child(4) {
  left: -6px;
  bottom: -6px;
}

.p_ProductInner .discount-code .list .right-btn:hover {
  background: #FF7200;
  color: #fff;
  border: none;
}

.p_ProductInner .discount-code .list .copied .right-btn {
  background-color: #65AD41;
  color: #fff;
  border: none;
}

.p_ProductInner .points-block {
  padding: 0rem 0px;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
}

.p_ProductInner .points-block img {
  margin-bottom: 2px;
}

.p_ProductInner .payment-methods {
  gap: 10px;
}

.p_ProductInner .payment-methods img {
  height: 20px;
}

.p_ProductInner .why-choose {
  border: 1px solid rgba(102, 102, 102, 0.3);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  flex-wrap: wrap;
  padding: 14px 18px;
  cursor: pointer;
  border-radius: 3px;
  gap: 8px;
}

.p_ProductInner .why-choose .item {
  text-align: left;
  width: calc(50% - 22px);
  color: #363636;
  display: flex;
  align-items: center;
}

.p_ProductInner .why-choose .item img {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}

.p_ProductInner .why-choose .item .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  line-height: 1.75;
}

.p_ProductInner .why-choose .item .desc {
  display: none;
  font-size: 12px;
  font-size: 1.35;
  color: #363636;
}

.p_ProductInner .why-choose:hover {
  border: 1px solid #ED844A;
}

.p_ProductInner .why-choose.active {
  display: block;
  padding: 0px;
}

.p_ProductInner .why-choose.active .item {
  border-bottom: 1px solid #BBBBBB;
  width: 100%;
  padding: 20px 25px;
}

.p_ProductInner .why-choose.active .item img {
  width: 45px;
  height: 45px;
  margin-right: 16px;
}

.p_ProductInner .why-choose.active .item:last-child {
  border-bottom: 0px;
}

.p_ProductInner .why-choose.active .item .desc {
  display: block;
}

#pr_des_warp {
  margin: 72px auto;
  font-size: 14px;
  color: #363636;
  line-height: 1.75;
}

#pr_des_warp .container_des>ul {
  list-style: none;
  display: block;
  height: auto;
  border-bottom: 1px solid #D9D9D9;
}

#pr_des_warp .container_des>ul>li {
  border: 0px;
  border-radius: 0px;
  border-top: 1px solid #D9D9D9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background: #FFFFFF;
  padding: 20px 0px;
  cursor: pointer;
}

#pr_des_warp .container_des ul li .title {
  text-align: left;
  font-size: 24px;
  line-height: 1.75;
  position: relative;
  font-weight: 500;
}

#pr_des_warp .container_des ul li .title .op-fold {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pr_des_warp .container_des ul li .title .op-fold.opened .nav_link_icon:before {
  opacity: 0;
}

#pr_des_warp .container_des ul li .des-detail {
  padding: 10px 0;
  display: none;
}

#pr_des_warp .des-detail .key_features ul,
#pr_des_warp .des-detail .description ul,
#pr_des_warp .des-detail .questions_answers ul,
#pr_des_warp .des-detail .shipping_return .shipping_box {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  margin-left: 25%;
}

#pr_des_warp .des-detail .description ul,
#pr_des_warp .des-detail .questions_answers ul {
  list-style: none;
}

#pr_des_warp .des-detail .key_features ul,
#pr_des_warp .des-detail .questions_answers ul {
  row-gap: 20px;
}

#pr_des_warp .des-detail .key_features ul li,
#pr_des_warp .des-detail .description ul>div,
#pr_des_warp .des-detail .questions_answers ul li,
#pr_des_warp .des-detail .shipping_return .shipping_box .shipping_item {
  width: calc(50% - 20px);
}

#pr_des_warp .des-detail .questions_answers ul li label {
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}

#pr_des_warp .des-detail .shipping_return .shipping_box .shipping_item {
  margin: 0;
}

#pr_des_warp .des-detail .shipping_return p+p {
  margin-top: 15px;
}

#callBackVariant_ppr {
  padding: 0rem 0px 20px;

}

#callBackVariant_ppr .style_color .is-color .swatch_pr_item.is-selected {
  border: 1px solid #ED6A00 !important;
}

#callBackVariant_ppr .swatch__list_pr {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 15px;
  flex-wrap: wrap;
}

#callBackVariant_ppr .swatch__list_pr .swatch_more {
  width: 30px;
  height: 30px;
  border: 1px solid #666666;
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 16px;
}

#callBackVariant_ppr .style_color .is-color .swatch__value_pr {
  width: 28px;
  height: 28px;
  border: none;
}

#callBackVariant_ppr .style_color.des_color_1 .is-color .swatch_pr_item {
  padding: 3px;
  border: 1px solid #d9d9d9;
}

#callBackVariant_ppr .style_color .is-color .swatch_pr_item.is-selected:after,
#callBackVariant_ppr .style_color .is-color .swatch_pr_item.is-selected-nt:after {
  background-color: transparent;
  height: 0px;
}

#callBackVariant_ppr .style_color.des_color_1 .is-color .swatch_list_show .swatch__list_pr .swatch_pr_item {
  margin-right: 0px;
  width: 36px;
  margin: 0 auto;
}

#callBackVariant_ppr .style_color.des_color_1 .is-color .swatch_list_show .swatch__list_pr .swatch_pr_item2 {
  margin-right: 0px;
  width: 36px;
  margin: 0 auto;
}

#callBackVariant_ppr .swatch_list_show {
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #999999;
  display: none;
}

#callBackVariant_ppr .swatch_list_show .swatch_pr_item {
  margin-right: 0px;
}

#callBackVariant_ppr .swatch_list_show .swatch__list_pr {
  margin: 15px 0px;
  display: grid;
  grid-template-columns: repeat(4, 21%);
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  width: 80%;
  margin: 20px auto;
}

#callBackVariant_ppr .swatch_list_show .swatch__list_pr .swatch__value_pr {
  margin: 0 auto;
}

#callBackVariant_ppr .swatch_list_show .box-head {
  position: relative;
  border-bottom: 1px solid #999999;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 20px;
}

#callBackVariant_ppr .swatch_list_show .box-head span {
  font-size: 14px;
  line-height: 20px;
}

#callBackVariant_ppr .swatch_list_show .box-head .right-down {
  position: absolute;
  right: 20px;
  top: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#callBackVariant_ppr .swatch_list_show .box-head .right-down .select_swatch {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #363636;
  padding: 2px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#callBackVariant_ppr .swatch_list_show .box-head .right-down .select_swatch span {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
}

#callBackVariant_ppr .swatch_list_show .box-head .right-down .select_swatch_even {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #363636;
  padding: 2px 4px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#callBackVariant_ppr .swatch_list_show .box-head .right-down i {
  font-size: 18px;
  transform: rotate(180deg);
}

#callBackVariant_ppr .swatch_list_show .swatch__list_even {
  margin: 15px 0px;
  display: grid;
  grid-template-columns: repeat(4, 21%);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  width: 80%;
  margin: 20px auto;
  list-style: none;
}

#callBackVariant_ppr .variations.style__circle .swatch.is-label .swatch_pr_item {
  border: 1px solid #D9D9D9;
  font-size: 12px;
  line-height: 1.5;
  color: #0A0A0A;
  display: flex;
  padding: 5px 20px;
  justify-content: center;
  border-radius: 3px;
  margin: 0;
}

#callBackVariant_ppr .j-swatch-even-more {
  color: #363636;
}

#callBackVariant_ppr .nt_select_ppr1 .swatch__list_pr,
#callBackVariant_ppr .nt_select_ppr2 .swatch__list_pr {
  margin: 0px 0px;
}

#callBackVariant_ppr .nt_select_ppr1 .swatch_pr_item img,
#callBackVariant_ppr .nt_select_ppr2 .swatch_pr_item img {
  width: 14px;
}

#callBackVariant_ppr .nt_select_ppr1 .swatch__value_pr,
#callBackVariant_ppr .nt_select_ppr2 .swatch__value_pr {
  line-height: 24px;
}

#callBackVariant_ppr .nt_select_ppr1 .is-selected,
#callBackVariant_ppr .nt_select_ppr2 .is-selected {
  background: transparent !important;
  border: 1px solid #ED6A00 !important;
}

.p_floatCart {
  z-index: 400;
  box-shadow: 0px -4px 4px 0px rgba(153, 153, 153, 0.2);
  padding: 12px 0px;
  display: none;
}

.p_floatCart #promise-mask-button-only {
  font-size: 12px;
}

.p_floatCart .operating-area {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.p_floatCart .operating-area .left-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.p_floatCart .operating-area .price-and-addcart {
  display: flex;
}

.p_floatCart .operating-area .sticky_atc_price {
  font-size: 24px;
  font-weight: bold;
  line-height: 55px;
  min-width: 90px;
  margin: 0px 0px 0px;
}

.p_floatCart .operating-area .sticky_atc_price del {
  font-size: 12px;
  color: #363636 !important;
  vertical-align: middle;
}

.p_floatCart .operating-area .sticky_atc_price ins {
  text-decoration: none;
  color: #363636;
}

.p_floatCart .operating-area .shopify-payment-button__more-options {
  height: 36px;
  background: #ED6A00;
  border-radius: 90px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 16px;
  margin-top: 0px !important;
}

.p_floatCart .operating-area .shopify-payment-button__more-options:hover {
  text-decoration: none;
  background-color: #FF7200;
}

.p_floatCart .operating-area .shopify-payment-button__button {
  display: none;
}

.p_floatCart .operating-area .swym-button-bar {
  display: none;
}

.p_floatCart .operating-area .box-outStock {
  display: none;
}

.p_floatCart .operating-area .box-outStock .btn-stock {
  border-radius: 90px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 36px;
  padding: 0px 20px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  margin-right: 0.3rem;
  background: #D9D9D9;
  color: #fff;
  min-width: 140px;
}

#klaviyo-bis-button-container {
  flex: none !important;
}

.p_floatCart .operating-area .box-outStock .klaviyo-bis-trigger,
.p_floatCart .operating-area .box-outStock .btn-amazon,
#klaviyo-bis-button-container button{
  margin-top: 0px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  width: initial;
  padding: 0px 20px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 500;
  background-color: #2A3D4E;
  color: #fff;
  text-align: center;
}

.p_floatCart .operating-area .box-outStock .klaviyo-bis-trigger:hover, #klaviyo-bis-button-container button:hover {
  background-color: #FF7200;
}

.p_floatCart .operating-area .box-outStock.active {
  display: flex;
  height: 36px;
  margin-left: 0.3rem;
}

.p_floatCart .operating-area .bwpbutton {
  margin-top: -16px;
  width: 180px;
}

.p_floatCart .discount-recommended>div {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  column-gap: 5px;
  margin-top: 10px;
}

.p_floatCart .discount-recommended .recommender-list img {
  width: 24px;
  margin-right: 6px;
}

ryviu-widget .r--title-btn-appryviu h2 {
  font-weight: 500 !important;
  font-size: 24px !important;
  margin-bottom: 12px !important;
}

.new_pr_recommendations,
#recently_wrap {
  margin-bottom: 0.4rem;
}

.new_pr_recommendations .section-title,
#recently_wrap .section-title {
  justify-content: left;
  font-weight: 500 !important;
  font-size: 24px !important;
}

.new_pr_recommendations .pr_grid_item .product-inner,
#recently_wrap .pr_grid_item .product-inner {
  box-shadow: 0px 0px 4px 0px rgba(153, 153, 153, 0.2);
}

#bundle-product-bundles {
  max-width: 1520px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

#bundle-product-bundles .vtl-ub-bundle-box {
  border-radius: 15px;
  border: 1px solid #BBBBBB;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  max-width: initial;
  margin: 0px;
  padding: 0.20rem 0.5rem;
}

#bundle-product-bundles .vtl-ub-bundle-box input:checked {
  background-color: #2c3e50;
  border: 1px solid #2c3e50;
  text-align: center;
  background-clip: padding-box;
  margin: 0px;
}

#bundle-product-bundles .vtl-ub-bundle-box p {
  margin-bottom: 0px;
}

#bundle-product-bundles .vtl-ub-bundle-box h2 {
  font-size: .24rem;
  font-weight: 500;
  margin: 0px 0px 0.15rem 0;
}

#bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__product-image-img {
  border: 0px;
  box-shadow: inherit;
}

#bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__total-price {
  color: #666666;
}

#bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section {
  position: relative;
  margin-top: 0.6rem;
  margin-left: 25%;
}

#bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section .vtl-ub-bundle-box__atc-button {
  display: block;
  width: 100%;
  left: 0px;
  text-align: center;
  color: #FFFFFF;
  border: 0px;
  background-color: #ed844a;
}

#bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__product:first-child .vtl-ub-bundle-box__product-title {
  font-weight: 600;
}

#bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section-content,
#bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__product-title,
#bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__product-price {
  font-weight: 600;
}

.sp_notice {
  background-color: #2c3e50;
}

.m-discount-block {
  display: none;
}

.p_floatCart .pre-order .add_to_cart_button {
  background: #ED844A;
}
.container .r--sortBy .standard-select,
.container .r--filter .standard-select{
  background-position: right 10px center !important;
}

@media (max-width: 768px) {
  .p_Breadcrumb .breadcrumb_pr_wrap {
    padding: 10px 0px;
    color: #BBBBBB;
  }

  .p_Breadcrumb .breadcrumb_pr_wrap .sp-breadcrumb {
    color: #cb652f;
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .p_Breadcrumb .breadcrumb_pr_wrap .sp-breadcrumb a,
  .p_Breadcrumb .breadcrumb_pr_wrap .sp-breadcrumb i {
    color: #BBBBBB;
  }

  .p_Breadcrumb .breadcrumb_pr_wrap .sp-breadcrumb .name {
    text-overflow: ellipsis;
    width: 180px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }

  .p_Breadcrumb .breadcrumb_pr_wrap .sp-breadcrumb a {
    text-overflow: ellipsis;
    max-width: 180px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
  }

  .p_ProductInner {
    padding-top: 0px;
  }

  .p_ProductInner .container {
    padding: 0px;
  }

  .p_ProductInner .product-infors {
    padding: 4px 20px 0px;
  }
  
  .p_ProductInner .simple-desc {
    margin-top: 10px;
    background-color: #F6F6F6;
    padding: 10px;
    border-radius: 3px;
  }

  .p_ProductInner .variations_form .quantity {
    min-width: 90px;
    width: 90px;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .p_ProductInner .variations_form .quantity .tc button {
    min-height: 40px;
    line-height: 40px;
    width: 60px;
  }

  .p_ProductInner .variations_form .quantity i {
    font-size: 16px;
  }

  .p_ProductInner .price-review {
    font-size: 0.30rem;
    font-weight: bold;
    color: #363636;
    line-height: 0.7rem;
  }

  .p_ProductInner .discount-code {
    border-top: 0px;
    padding: 0px 0px 10px;
  }

  .p_ProductInner .discount-code .title {
    font-size: 12px;
    font-weight: bold;
  }

  .p_ProductInner .discount-code .list {
    display: block;
  }

  .p_ProductInner .discount-code .list .item {
    height: auto;
    margin-bottom: 13px;
    min-width: 100%;
  }

  .p_ProductInner .discount-code .list .item .right-block {
    border-width: 1px;
    display: flex;
    align-items: center;
  }

  .p_ProductInner .discount-code .list .item .rate {
    font-size: 14px;
    width: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p_ProductInner .discount-code .list .item .left-text {
    min-width: initial;
    font-size: 12px;
    width: 100%;
    line-height: 15px;
    text-align: left;
    padding: 6px 0px 6px 10px;
  }

  .p_ProductInner .discount-code .list .item .left-text span {
    font-size: 0.32rem;
    line-height: 18px;
  }

  .p_ProductInner .discount-code .list .item .right-btn {
    line-height: 22px;
    height: 25px;
    font-size: 12px;
    margin-left: 8px;
    min-width: 54px;
  }

  .p_ProductInner .points-block {
    padding: 0rem 0px 10px;
  }

  .p_ProductInner .payment-methods img {
    height: 15px;
  }

  .p_ProductInner .why-choose {
    display: block;
    padding: 0px;
  }

  .p_ProductInner .why-choose .item {
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
    padding: 16px 10px 16px 16px;
  }

  .p_ProductInner .why-choose .item img {
    width: 35px;
    height: 35px;
    margin-right: 16px;
  }

  .p_ProductInner .why-choose .item:last-child {
    border-bottom: 0px;
  }

  .p_ProductInner .why-choose .item .desc {
    display: block;
    font-size: 12px;
  }

  .p_ProductInner .why-choose:hover {
    border: 1px solid rgba(102, 102, 102, 0.3);
  }

  .p_ProductInner .tips-inventory {
    font-size: 12px;
    line-height: 18px;
    margin: 0px;
    padding-bottom: 10px;
  }

  #pr_des_warp {
    margin: 0.6rem auto;
    font-size: 12px;
  }

  #pr_des_warp .container_des>ul>li {
    padding: 20px 0px;
  }

  #pr_des_warp .container_des ul li .title {
    font-size: 16px;
  }

  #pr_des_warp .container_des ul li .des-detail {
    padding: 10px 0;
  }

  #pr_des_warp .des-detail .key_features ul,
  #pr_des_warp .des-detail .description ul,
  #pr_des_warp .des-detail .questions_answers ul,
  #pr_des_warp .des-detail .shipping_return .shipping_box {
    display: block;
    margin-left: 0;
    padding: 0;
  }

  #pr_des_warp .des-detail .description ul,
  #pr_des_warp .des-detail .questions_answers ul {
    list-style: none;
  }

  #pr_des_warp .des-detail .key_features ul li,
  #pr_des_warp .des-detail .description ul>div,
  #pr_des_warp .des-detail .questions_answers ul li,
  #pr_des_warp .des-detail .shipping_return .shipping_box .shipping_item {
    width: 100%;
  }

  #pr_des_warp .des-detail .questions_answers ul li label {
    margin-bottom: 10px;
  }

  #pr_des_warp .des-detail .shipping_return .shipping_box .shipping_item {
    margin: 0;
  }

  .p-nav-box {
    display: none;
  }

  .p_floatCart {
    height: auto;
    bottom: 0px;
    padding: 0px 0px 24px;
  }

  .p_floatCart .operating-area {
    display: block;
  }

  .p_floatCart .operating-area .box-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .p_floatCart .operating-area .box-price .m-price {
    margin-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .p_floatCart .operating-area .box-price .m-discount-block {
    font-size: 12px;
    line-height: 18px;
  }

  .p_floatCart .operating-area .sticky_atc_price {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    display: block;
  }

  .p_floatCart .operating-area .add_to_cart_button {
    width: 100%;
    min-height: 36px;
    font-size: 16px;
    margin: 0px;
    padding: 0px 20px;
    margin-top: 4px;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
    background-color: #2c3e50;
    color: #fff;
    border: 0px;
  }

  .p_floatCart .operating-area .zl-product-payment {
    min-width: 100%;
  }

  .p_floatCart .operating-area .zl-product-payment .shopify-payment-button {
    width: 100%;
  }

  .p_floatCart .operating-area .shopify-payment-button__more-options {
    width: 100%;
    height: 36px;
    padding: 0px 15px;
    min-height: 36px;
    max-width: 180px;
    font-size: 14px;
    margin-top: 4px !important;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
  }

  .p_floatCart .operating-area .box-outStock .btn-stock {
    font-size: 12px;
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
    width: initial;
    display: none;
  }

  .p_floatCart .operating-area .box-outStock .klaviyo-bis-trigger,
  .p_floatCart .operating-area .box-outStock .btn-amazon {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    margin: 0px;
  }

  .p_floatCart .operating-area .left-area,
  .p_floatCart .operating-area .price-and-addcart {
    display: block;
  }

  .p_floatCart .operating-area .price-and-addcart {
    margin-bottom: 15px;
  }

  .p_floatCart .operating-area .bwpbutton {
    width: auto;
  }

  .p_floatCart .discount-recommended {
    display: none !important;
  }

  #callBackVariant_ppr .swatch__list_pr .swatch_pr_item {
    display: inline-block;
  }

  #callBackVariant_ppr {
    padding: 0px;
  }

  #callBackVariant_ppr .style_color .is-color .swatch__value_pr {
    width: 32px;
    height: 32px;
  }

  #callBackVariant_ppr .nt_select_ppr1 .swatch__value_pr,
  #callBackVariant_ppr .nt_select_ppr2 .swatch__value_pr {
    line-height: 30px;
  }

  ryviu-widget .r--title-btn-appryviu h2 {
    font-size: 16px !important;
  }

  .new_pr_recommendations {
    margin-bottom: 0.4rem;
  }

  .new_pr_recommendations .section-title {
    font-size: 16px !important;
  }

  #bundle-product-bundles .vtl-ub-bundle-box {
    padding: 0.2rem;
  }

  #bundle-product-bundles .vtl-ub-bundle-box h2 {
    font-size: 18px;
  }

  #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section {
    height: 100px;
    text-align: center;
    width: 100%;
    margin: 0px;
    margin-bottom: 0.2rem;
  }

  #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__product-variant,
  #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__product-price {
    margin: 0px 0px 0px 20px;
  }

  #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section .vtl-ub-bundle-box__atc-button {
    width: 60%;
    margin: 10px auto;
  }

  #bundle-product-bundles .vtl-ub-bundle-box input.vtl-ub-bundle-box__product-checkbox {
    margin: 0px;
  }

  .pre-order #timesact_widget .timesact_radio_label {
    color: #ED844A;
  }

  .pre-order .timesact_widget {
    border: 2px dashed #ED844A;
    border-radius: 6px;
    color: #ED844A;
  }

  .pre-order .timesact-preorder-description {
    margin-left: 0px !important;
  }

  .p_floatCart .operating-area .pre-order {
    display: block;
  }

  .p_floatCart .operating-area .pre-order .add_to_cart_button {
    background: #ED844A;
  }
}

.p_floatCart .operating-area .shopify-payment-button__more-options {
  font-size: 0px;
  position: relative;
  min-width: 140px;
}

.p_floatCart .operating-area .shopify-payment-button__more-options::after {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p_floatCart .discount-recommended .discount {
  margin-top: 10px;
}

.p_floatCart .discount-recommended {
  align-items: center;
}

.j-swatch-more {
  display: none;
}

.product-left-image .list .pre_order {
  display: none;
}

#callBackVariant_ppr .nt_select_ppr1 .is-selected,
#callBackVariant_ppr .nt_select_ppr2 .is-selected {
  background: transparent;
}

#callBackVariant_ppr .swatch:not(.is-color) .is-selected {
  border: 1px solid #ED6A00 !important;
  background: transparent !important;
}

#callBackVariant_ppr .variations.style__circle .swatch.is-label .swatch_pr_item {
  height: unset;
  max-width: unset;
}

#callBackVariant_ppr .swatch:not(.is-color) .swatch_pr_item.j-swatch-more {
  display: none;
}

@media (max-width: 768px) {
  #callBackVariant_ppr .variations.style__circle .swatch.is-label .swatch_pr_item {
    height: unset;
    max-width: unset;
    padding: 8px 24px;
    line-height: 1.75;
  }

  #callBackVariant_ppr .swatch__list_pr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 10px;
  }
}




/* 新的商详页 */

.p_ProductInner .discount-code .list .item .left-text {
  padding-right: 5px;
}

.breadcrumb-box {
  font-size: 12px;
  margin-bottom: 26px;
}

.breadcrumb-box a,
.breadcrumb-box {
  color: #9FA0A0;
}

/* .breadcrumb-box .title-bold {
  color: #ED844A;
  font-weight: 500;
} */

.breadcrumb_first_collection__diver[data-parentindx="1"]~.breadcrumb_first_collection__diver[data-parentindx="1"],
.breadcrumb_first_collection__diver[data-parentindx="2"]~.breadcrumb_first_collection__diver[data-parentindx="2"],
.breadcrumb_first_collection__diver[data-parentindx="3"]~.breadcrumb_first_collection__diver[data-parentindx="3"],
.breadcrumb_first_collection__diver[data-parentindx="4"]~.breadcrumb_first_collection__diver[data-parentindx="4"],
.breadcrumb_first_collection__diver[data-parentindx="5"]~.breadcrumb_first_collection__diver[data-parentindx="5"],
.breadcrumb_first_collection__diver[data-parentindx="6"]~.breadcrumb_first_collection__diver[data-parentindx="6"],
.breadcrumb_first_collection__diver[data-parentindx="7"]~.breadcrumb_first_collection__diver[data-parentindx="7"] {
  display: none !important;
}

.breadcrumb-box .breadcrumb {
  opacity: 0;
  overflow-x: auto;
  white-space: nowrap;
}

.breadcrumb-box.already .breadcrumb {
  opacity: 1;
}

.p_ProductInner .rating_sp_kl .ryviu-number-widget,
.p_ProductInner .rating_sp_kl .trw-count,
.p_ProductInner .rating_sp_kl .trw-text {
  font-size: 14px !important;
}

.product .rating_sp_kl {
  margin-bottom: 0px !important;
}

#roaRatingIframe {
  display: none;
}

.p_ProductInner .price-review {
  font-size: 24px;
}

.p_ProductInner .price_range ins {
  color: #363636 !important;
  margin-left: 6px;
}

.p_ProductInner .shop-pay-box {
  margin-top: 8px;
  display: none;
}

.p_ProductInner shopify-payment-terms {
  margin-bottom: 0px;
}

.p_ProductInner .simple-desc ul li {
  list-style: none;
  padding-left: 10px;
  position: relative;
  line-height: 2;
}

.p_ProductInner .simple-desc ul li::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: currentColor;
  left: 0px;
  z-index: 2;
  top: 12px;
  border-radius: 50px;
}

.swatch__title {
  display: block !important;
  font-weight: 500 !important;
  text-transform: unset !important;
  color: #363636;
}

.swatch {
  margin-bottom: 0px;
  margin-top: 22px;
}

.swatch+.swatch {
  margin-top: 0px;
}

#callBackVariant_ppr .swatch__list_pr {
  margin: 20px 0px 0px;
}

.style_color .is-color .swatch_pr_item {
  margin-right: 30px;
}

.swatch_pr_item .variant-tag-box i {
  font-style: normal;

}

.swatch_pr_item[data-saletag="true"] .variant-tag-box .sale-tag,
.swatch_pr_item[data-newtag="true"] .variant-tag-box .new-tag {
  display: block;
}

.variant-tag-box .sale-tag,
.variant-tag-box .new-tag {
  display: block;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  background-color: #DCE9F1;
  line-height: 1;
  font-style: normal;
  color: #2C3E50;
  left: 47%;
  transform: scale(0.833);
  z-index: 1;
}

.swatch_pr_item[data-saletag="true"] .variant-tag-box .new-tag {
  display: none;
}

.swatch_pr_item[data-currentsaletag="false"] .variant-tag-box .new-tag {
  display: block;
}

.swatch_pr_item[data-currentsaletag="false"] .variant-tag-box .sale-tag {
  display: none;
}

/* .swatch_pr_item[data-saletag="true"] .variant-tag-box .sale-tag{
 content:"";
 font-size: 12px;
} */

.swatch_pr_item.j-swatch-more {
  margin-right: 0px !important;
  padding: 0px !important;
}

#callBackVariant_ppr .swatch_list_show {
  border: none;
  border-radius: 0px;
}

#callBackVariant_ppr .swatch_list_show .swatch__list_even,
#callBackVariant_ppr .swatch_list_show .swatch__list_pr {
  display: inline-flex;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
  margin: unset;
  flex-wrap: wrap;
}

#callBackVariant_ppr .swatch_list_show .swatch__list_even .swatch_pr_item,
#callBackVariant_ppr .swatch_list_show .swatch__list_pr .swatch_pr_item {
  margin-bottom: 10px;
}

#callBackVariant_ppr .swatch_list_show .swatch_pr_item {
  margin-top: 20px !important;
}

#callBackVariant_ppr .swatch.is-color .swatch_pr_item:not(.j-swatch-more) {
  width: auto !important;
}

#callBackVariant_ppr .swatch .swatch_pr_item.j-swatch-more {
  margin-bottom: 10px;
}

#callBackVariant_ppr .swatch:not(.is-color) .swatch_pr_item:not(.j-swatch-more) {
  margin-left: 0px;
  width: auto !important;
}

#callBackVariant_ppr .swatch:not(.is-color) .swatch_pr_item.j-swatch-more {
  height: unset !important;
  border: unset !important;
  min-width: unset !important;
  padding-left: 0px;
  margin-right: 0px;
}

.p_ProductInner .j-swatch-more i {
  display: none;
  width: 26px;
  height: 26px;
  border: 1px solid #666666;
  border-radius: 50%;

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
  line-height: 0;
}

.p_ProductInner .j-swatch-more i svg {
  width: 11px;
  height: 14px;
  transform: rotate(90deg);
}

.p_ProductInner .j-swatch-more.is-show i {
  display: inline-flex;
}

.p_ProductInner .j-swatch-more.is-show span {
  display: none !important;

}

#callBackVariant_ppr .swatch__list_pr .swatch_more {
  width: 26px;
  height: 26px;
  color: #666;
}

#callBackVariant_ppr .swatch:not(.is-color) .swatch__list_pr .swatch_more,
#callBackVariant_ppr .swatch:not(.is-color) .j-swatch-more i {
  border-radius: 5px !important;
  width: 24px !important;
  height: 24px !important;
}

#callBackVariant_ppr .swatch:not(.is-color) .j-swatch_even_show .j-swatch-more {
  display: none !important;
}

#callBackVariant_ppr .swatch:not(.is-color) .j-swatch_even_show .swatch_pr_item {
  white-space: nowrap;
  max-width: max-content;
}

#callBackVariant_ppr .swatch .swatch__title {
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 1.5;
}

.swatch_list_show .swatch_pr_item {
  color: #737373;
}

.position-hide {
  display: none !important;
}

.p_ProductInner .quantity input.input-text[type="number"] {
  height: 34px;
}

.p_ProductInner .variations_form .quantity {
  height: 34px;
  min-width: 130px;
  width: 130px;
}

.p_ProductInner .quantity input.input-text[type="number"],
.p_ProductInner .quantity .tc button {
  min-height: 34px;
  line-height: 34px;
}

.p_ProductInner .quantity .tc button .facl-plus::before {
  font-size: 0px;
  background-image: url(/cdn/shop/files/18dddcc9cf53b547eaf0f76c308502f6.svg?v=1706343753);
  width: 10px;
  height: 10px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.p_ProductInner .quantity .tc button .facl-minus::before {
  font-size: 0px;
  background-image: url(/cdn/shop/files/39384297500c145afa524e1721a04663.svg?v=1706341765);
  width: 10px;
  height: 10px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

#callBackVariant_ppr {
  padding: 0 0px 20px;
  border-bottom: 1px solid #D2D2D2;
}

.buy-and-add-button-box {
  margin-top: 20px;
  display: flex;
  column-gap: 2.2%;
  flex-wrap: wrap;
}

.buy-and-add-button-box .add_to_cart_button,
.buy-and-add-button-box .buy_now_button {
  width: 48.9%;
  margin-bottom: 20px;
}

#clone-amzn-buy-now {
  background: #4E99F7;
  width: 48.9%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  cursor: pointer;
  margin-top: 20px;
  transition: all 0.3s ease;
}

#clone-amzn-buy-now:hover {
  opacity: 0.8;
}

body {
  --primaryColor: #ED844A;
}

.buy-and-add-button-box .add_to_cart_button {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  color: #fff;
  background-color: #2A3D4E;
  font-weight: 500;
}

.buy-and-add-button-box .add_to_cart_button:hover {
  background-color: #FF7200;
  border-color: #FF7200;
  color: #fff;
}

.buy-and-add-button-box .buy_now_button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  background-color: #ED6A00;
  border: 1px solid #ED6A00;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.buy-and-add-button-box .buy_now_button:hover {
  background-color: #FF7200;
  border: 1px solid #FF7200;
}

.p_ProductInner .discount-code {
  border-top: none;
}

.main-product-image-block {
  margin-top: 30px;
}

.p_ProductInner .discount-code .title {
  margin-bottom: 20px;
}

.p_ProductInner .discount-code {
  padding: 20px 0px;
}

.p_ProductInner .discount-code .list .item {
  min-height: 60px;
}

.p_ProductInner .discount-code .list .item .left-text span {
  font-size: 16px;
}

.p_ProductInner .discount-code .list .right-block {
  border-left-color: var(--primaryColor);
}

.p_ProductInner #bwpFrame {
  width: 48.9% !important;
  margin-top: -16px;
}

.p_ProductInner #clone-amzn-buy-now {
  display: none;
}

#bundle-product-bundles {
  display: none;
}

#product-bundle-container-box #bundle-product-bundles {
  display: block;
}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box {
  padding: 30px 10% 20px;

}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section .vtl-ub-bundle-box__atc-button {
  position: relative;
}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section {
  margin-left: 0px;
  margin-top: 0px;
  width: 100%;
  text-align: left;
  margin-right: auto;
  left: 0px;
  padding-right: 20%;
}

.p_ProductInner #product-bundle-container-box #bundle-product-bundles {
  padding: 0px;
}

.p_ProductInner #product-bundle-container-box #bundle-product-bundles:empty {
  margin-top: -25px;
}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box h2 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box input {
  margin-top: 3px;
  margin-right: 10px;
}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__product-price {
  color: #363636;
  margin-right: 5px;
  margin-left: 25px;
}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box__product-initial-price {
  color: #DE3F3F;
  font-weight: 600;
}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section .vtl-ub-bundle-box__atc-button {
  padding-right: 0px;
  font-weight: 400;
}

.p_ProductInner .vtl-ub-bundle-box__total-price-label {
  font-weight: 400;
}

.p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__total-price {
  font-weight: 600;
  color: #DE3F3F;
}

.product-images {
  position: sticky;
  top: 0px;
  z-index: 2;
}

.pr_sticky_content {
  align-items: flex-start;
}

#nt_wrapper {
  overflow: unset;
}

#product-bundle-container-box {
  margin-bottom: 25px;
}

.p_floatCart .operating-area .add_to_cart_button {
  position: relative;
  height: 36px;
  min-height: 36px;
  font-size: 16px;
  font-weight: 400;
  background: #2A3D4E;
  border: 1px solid #2A3D4E;
  color: #fff;
  transition: all 0.3s ease;
  margin: 0 15px;
  outline: 0px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
}

.p_floatCart .operating-area .add_to_cart_button:hover {
  background-color: #FF7200;
  border-color: #FF7200;
  color: #fff;
}

.p_floatCart .operating-area .sticky_atc_price {
  color: #363636!important;
  line-height: unset;
  margin: 2px 0px 0px;
}

.p_floatCart .operating-area {
  display: block;
}

.p_floatCart .operating-area .top-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.p_floatCart .operating-area .shopify-payment-button__more-options::after {
  transition: all 0.3s ease;
}

.p_floatCart form {
  display: flex;
}

.p_floatCart .operating-area {
  margin-left: auto;
  display: inline-flex;
  flex-direction: column;

  width: unset;
}

.p_floatCart #bwpFrame {
  height: 70px !important;
}

.p_floatCart .operating-area .bwpbutton {
  margin-left: 20px;
  height: 70px;
}

.p_floatCart .discount-recommended .discount {
  margin-top: 0px;
  color: #E24500;
  font-weight: 400;
  font-size: 12px;
}

.sticky_atc_wrap.sticky_atc_shown {
  -webkit-transform: translate3d(0, 100%, 0) !important;
  transform: translate3d(0, 100%, 0) !important;
}

.p_floatCart {
  transform: translateY(105%);
  transition: all 0.3s ease;
}

.p_floatCart.show-p_floatCart {
  transform: translateY(0) !important;
}

.p_floatCart .operating-area .box-price,
.p_floatCart .operating-area .price-and-addcart {
  align-items: center;
}

.p_floatCart .discount-recommended .recommender-list img {
  width: 20px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

.product-tabbar-box {
  display: flex;
  align-items: center;
}

.product-tabbar-box .item {
  color: #363636;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-tabbar-box .item:not(:last-child) {
  margin-right: 4vw;
  margin-right: clamp(15px, 4vw, 100px);
}

.p_floatCart-inner .product-tabbar-box .item:hover {
  text-decoration: underline;
}
.p_floatCart-inner .product-tabbar-box .item.active {
  color: #ED6A00;
}

.p_floatCart-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bwp-btn-hide {
  display: none !important;
}

.hide-bwp-btn-box {
  display: none;
}

.hide-bwp-btn-box-inner {
  width: 15px;
  height: 15px;
  transition: all 0.3s ease;
}

.hide-bwp-btn-box-inner svg {
  width: 15px;
  height: 15px;
}

.hide-bwp-btn-box.show-box .hide-bwp-btn-box-inner {
  transform: rotate(180deg);
}

.mb-bwp-hide {
  height: 0px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}

.product-tabbar-box-mb {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  /* background: #ffffff; */
  z-index: 105;
}

.product-tabbar-box-mb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.15);
  /* box-shadow */
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.08);
  
  /* backdrop-filter */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  margin: 0 -15px;
  padding: 0 15px;
}

.product-tabbar-box-mb-inner .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  width: 55px;
  height: 21px;
  font-weight: 500;
  border-left: 1px solid #363636;
  padding-left: 15px;
}

.product-tabbar-box-mb-inner .icon-box span {
  display: none;
}

.product-tabbar-box-mb .product-tabbar-box {
  height: 50px;
  justify-content: center;
}

.product-tabbar-box-mb .product-tabbar-box .item {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.product-tabbar-box-mb .product-tabbar-box .item.active {
  border-radius: 50px;
  background-color: #2A3D4E;
  color: #ffffff;
}

.product-tabbar-box-mb {
  transform: translateY(-105%);
  transition: all 0.3s ease;
}

.product-tabbar-box-mb.show-tabbar {
  transform: translateY(0);
}

.r--title-btn-appryviu+.review-tabbar-box {
  margin-top: 40px;
}

.review-tabbar-box {
  display: flex;
  float: left;
  width: 100%;
  border-bottom: 4px solid #D9D9D9;
  margin-bottom: 20px;
}

.review-tabbar-box .item {
  font-size: 24px;
  line-height: 1.5;
  padding: 8px 48px;
  border-bottom: 4px solid transparent;
  margin-bottom: -4px;
  cursor: pointer;
  color: #2A3D4E;
}

.review-tabbar-box .item.active {
  border-bottom: 4px solid #2A3D4E;
}

#ryviu-questions-answers>h2 {
  display: none;
}

questions-answers .question-answer {
  margin-top: -20px;
}

#product-tag-container-box {
  margin-bottom: 10px;
}

#product-tag-container-box .item-img img {
  height: 20px;
}

#product-tag-container-box .item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

#product-tag-container-box .item.item-img {
  line-height: 0;
}

#product-tag-container-box .item.item-text {
  line-height: 0;
}

#product-tag-container-box .item.item-text span {
  line-height: 1.5;
  white-space: nowrap;
  background: #F5E0CF;
  padding: 1px 4px;
  border-radius: 4px;
  display: block;
  color: #2A3D4E;
  font-size: 12px;
}

#product-tag-container-box.hide-tag {
  display: none;
}

#callBackVariant_ppr .p_floatCart {
  display: block !important;
  transform: translateY(0px) !important;
  box-shadow: unset;
  padding: 0px;
  line-height: 0;
}

#callBackVariant_ppr .p_floatCart .operating-area .box-outStock{
  height: auto;
  margin-bottom: 16px;
}

#callBackVariant_ppr .p_floatCart .operating-area .box-outStock .btn-stock {
  width: 36.9%;
  line-height: 40px;
  height: 40px;
  margin-right: 0px;
  padding: 0px 5px;

}

#callBackVariant_ppr .p_floatCart .operating-area {
  width: 100%;
}

#callBackVariant_ppr .p_floatCart .klaviyo-bis-trigger {
  line-height: 40px;
  height: 40px;
  width: 62.9%;
  padding-left: 5px;
  padding-right: 5px;
}

#callBackVariant_ppr .p_floatCart .operating-area .box-outStock {
  margin-left: 0px;
  gap: 15px;
}

#callBackVariant_ppr .variations_button {
  padding-bottom: 0px;
}

#callBackVariant_ppr .variations_button .quantity {
  border: 1px solid #D9D9D9;
}

.swatch_pr_item.nt_unavailable {
  display: none !important;
}

ryviu-widget .r--title-btn-appryviu {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.r--questions-section {
  display: none !important;
}

@media screen and (max-width:768px) {
  .bwpbutton {
    display: none;
  }
  .product-images {
    position: relative;
    top: 0px !important;
  }

  #callBackVariant_ppr .style_color .is-color .swatch__value_pr {
    width: 26px;
    height: 26px;
  }

  .review-tabbar-box .item {
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1;
  }

  .p_ProductInner .variations_form .quantity {
    width: 130px;
    height: 35px;
    line-height: 35px;
  }

  .p_ProductInner .variations_form .quantity .tc button {
    min-height: 35px;
    line-height: 35px;
    width: 40px;
    padding-right: 20px;
  }

  .breadcrumb-box .container {
    padding: 0px 15px;
  }

  .p_ProductInner .discount-code .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .product-tabbar-box-mb {
    display: block;
  }

  .p_floatCart .product-tabbar-box {
    display: none;
  }

}

@media screen and (max-width:768px) {
  
  .related .section-title {
    margin-left: 0px;
    text-align: left;
    justify-content: flex-start;
    padding-left: 0px;
    font-weight: 500;
  }
  #recently_wrap .section-title{
    font-size: 16px !important;
  }

  .related .section-title span {
    margin-left: 0px;
  }

  .p_floatCart .operating-area .sticky_atc_price {
    color: #363636!important;
    min-width: unset;
  }

  .pushowl-simple-toast {
    top: 40px !important;
  }

  .reivew-sku-block {
    margin-bottom: 5px;
  }

  .hide-bwp-btn-box {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
  }

  .p_floatCart .operating-area .price-and-addcart {
    margin-bottom: 0px;
  }

  .p_floatCart form {
    display: flex;
  }

  .p_floatCart .operating-area {
    width: 100%;
  }

  .p_floatCart .operating-area .top-box {
    width: 100%;
    gap: 3%;
    align-items: flex-end;
  }

  .p_floatCart .operating-area .bottom-box {
    width: 100%;
  }

  .p_floatCart .operating-area .left-area,
  .p_floatCart .operating-area .payment-button {
    width: 48.5%;
  }

  .p_floatCart .operating-area .box-price {
    width: 206%;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .p_floatCart .operating-area .box-price .price-info{
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #363636;
  }

  .p_floatCart .operating-area .price-and-addcart .discount{
    display: none;
  }

  .p_floatCart .operating-area .shopify-payment-button__more-options {
    width: 100%;
    max-width: 100%;
  }

  .p_floatCart form {
    width: 100%;
  }

  .p_floatCart .operating-area .top-box {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .p_floatCart .operating-area .bwpbutton {
    margin-left: 0px;
    height: 70px;
    width: 49.5%;
    margin-top: -1px;
  }

  .p_floatCart .operating-area .box-price .m-price,
  .p_floatCart .operating-area .sticky_atc_price {
    font-size: 20px;
    font-weight: 700;
  }

  .p_floatCart .operating-area .add_to_cart_button {
    width: 100%;
    margin: 0;
  }


  #pr_des_warp .container_des ul li .m-detail {
    margin-top: 4px;
  }

  #pr_des_warp .container_des ul li .title {
    font-size: 16px;
    line-height: 1.6;
  }

  #pr_des_warp .container_des ul li .title .op-fold {
    width: 30px;
    height: 25px;
  }

  .p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section .vtl-ub-bundle-box__atc-button {
    margin: 0;
    margin-top: 10px;
    margin-right: auto;
  }

  #bundle-product-bundles .vtl-ub-bundle-box .vtl-ub-bundle-box__atc-section {
    text-align: left;
  }

  .p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .p_ProductInner #bundle-product-bundles .vtl-ub-bundle-box {
    padding: 0px;
    border: none;
  }

  .p_ProductInner .discount-code .list .item .left-text span {
    font-size: 16px;
  }

  .p_ProductInner .discount-code .list .item {
    min-height: 40px;
    margin-bottom: 10px;
  }

  .main-product-image-block {
    margin-top: 5px;
  }

  .variations_button {
    padding-bottom: 20px;
  }

  .breadcrumb-box {
    margin-bottom: 0px;
    font-size: 12px;
    padding: 5px 0px;
    background: transparent;
  }

  .product .rating_sp_kl {
    line-height: 1;
  }

  #callBackVariant_ppr .p_floatCart .klaviyo-bis-trigger {
    width: 70%;
  }

  .p_floatCart .operating-area .box-outStock.active {
    justify-content: center;
  }

  #callBackVariant_ppr .swatch.is-color .swatch_pr_item:nth-child(1) .tt_txt,
  #callBackVariant_ppr .swatch.is-color .swatch_pr_item:nth-child(6n+1) .tt_txt {
    webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px;
  }

  #callBackVariant_ppr .swatch.is-color .swatch_pr_item:nth-child(6n) .tt_txt {
    webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);

    left: unset;
    right: 0px;
    margin-left: 0px;
  }

  #callBackVariant_ppr .swatch.is-color .swatch_pr_item:nth-child(1):hover .tt_txt,
  #callBackVariant_ppr .swatch.is-color .swatch_pr_item:nth-child(6n+1):hover .tt_txt {
    webkit-transform: translateX(0) translateY(-8px);
    -moz-transform: translateX(0) translateY(-8px);
    transform: translateX(0) translateY(-8px);

  }

  #callBackVariant_ppr .swatch.is-color .swatch_pr_item:nth-child(6n):hover .tt_txt {
    webkit-transform: translateX(0) translateY(-8px);
    -moz-transform: translateX(0) translateY(-8px);
    transform: translateX(0) translateY(-8px);

  }
}

/* 新版折扣 */
.p_ProductInner .discount-code .list .item.dn {
  display: none !important;
}

.p_ProductInner .discount-code .list .item .left-text {
  margin: 0px;
  text-align: left;
  color: #363636;
  line-height: 18px;
  font-size: 12px;
  flex: 1;
}

.p_ProductInner .discount-code .list .item .left-text .top-text * {
  display: inline-block;
}

.p_ProductInner .discount-code .list .item .left-text .bottom-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  color: #E24500;
}

.p_ProductInner .discount-code .list .item .left-text .bottom-text i{
  font-style: normal;
}

.p_ProductInner .discount-code .list .item .left-text .top-text {
  line-height: 1.2;
}

.p_ProductInner .discount-code .list .item .left-text span {
  color: #363636;
  font-family: Poppins;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 22px;
}

.p_ProductInner .discount-code .list .item .left-text .top-text-outer a:hover,
.p_ProductInner .discount-code .list .item .left-text .top-text-outer subscribe:hover{
  color: #ED6A00;
}

@media screen and (max-width:768px) {
  .p_ProductInner .discount-code .list .item .left-text .top-text-outer {
    min-height: 20px;
    display: flex;
    width: 100%;
    align-items: center;
  }

  .p_ProductInner .discount-code .list .item .left-text {
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .p_ProductInner .discount-code .list .item .left-text .top-text {
    font-size: 10px;
    line-height: 14px;
  }

  .p_ProductInner .discount-code .list .item .left-text span {
    font-size: 10px !important;
    line-height: 1.4 !important;
  }

  .p_ProductInner .discount-code .list .item .left-text .bottom-text {
    font-size: 12px;
    margin-top: 2px;
  }
}

/* 2025 flash sale sku */
#price_save_ppr {
  color: var(--color-save-amount);
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  display: block;
}

.product-event_countdown {
  margin-top: 15px;
  background: var(--background-color);
  display: block;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  border-top-right-radius: 25px;
}

.product-event_countdown.hidden {
  display: none;
}

.event_countdown__inner {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 10px 15px;
}

.event_countdown__content-text {
  display: inherit;
  align-items: center;
  gap: 5px;
  font-style: italic;
}

.product-event_countdown .event-countdown__countdown {
  display: flex;
  align-items: center;
}

#stock_ppr {
  font-size: 12px;
  display: inline-block;
  color: var(--color-stock);
}

#stock_ppr.hidden {
  display: none;
}

#price_save_ppr.hidden {
  display: none;
}

.flash-sale-2025-product .member-pick-tag-container,
.flash-sale-2025-product .discount-code {
  display: none !important;
}

@media (max-width:1000px) and (min-width:750px) {
  .product-event_countdown {
    font-size: 14px;
  }

  .event_countdown__inner {
    gap: 10px;
    padding: 5px;
  }

  .event_countdown__icon {
    width: 9px;
  }
}

@media (max-width:749px) {
  .event_countdown__inner {
    justify-content: space-between;
  }

  .product-event_countdown {
    border-top-right-radius: 12px;
  }
}
@media (min-width:751px) {
  .p_floatCart.show-p_floatCart .container {
    max-width: 100vw;
    padding: 0 12.5vw;
  }
  .p_floatCart.show-p_floatCart {
    backdrop-filter: blur(10px);
    background: #F3F3F3EB;
  }
}

/* 2025 flash sale sku */