/* summary */
.summary p.price,
.summary .price ins {
  font-size: 24px;
  font-weight: 600;
}
.cart .single_add_to_cart_button {
  width: calc(100% - 90px);
  border-radius: 0 30px 30px 0;
}
.single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
  display: none;
}
/* Youtube显示全div */
.swiper-slide div.cgkit-iframe-wrap {
  padding-bottom: 100%;
  width: 100%;
}

/* discount area start */
.discount-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.discount-wrapper .discount-layout-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border-radius: 1rem;
  padding: 22px 12px;
  background: #fff8e7;
  color: #444;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.discount-wrapper .discount-layout-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 8px;
}
.discount-wrapper .discount-layout-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #f9cb34, #e5b820, #f9cb34);
}
.discount-wrapper .discount-layout-badge {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f9cb34;
}
.discount-wrapper .discount-layout-badge-text {
  font-size: 13px;
  font-weight: 800;
  color: #222;
  text-align: center;
  line-height: 1.1;
  letter-spacing: -0.3px;
}
.discount-wrapper .discount-layout-badge-text span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5px;
}
.discount-wrapper .discount-layout-offers {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
  row-gap: 10px;
}
.discount-wrapper .discount-layout-offer-row {
  display: contents;
}
.discount-wrapper .discount-layout-offer-qty {
  font-size: 13px;
  font-weight: 700;
  color: #444;
  background: #fff;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid #eeeeee;
}
.discount-wrapper .discount-layout-offer-text {
  font-size: 14px;
  font-weight: 500;
  color: #888;
}
.discount-wrapper .discount-layout-offer-percent {
  font-size: 20px;
  font-weight: 800;
  color: #444;
  letter-spacing: -0.5px;
}
.discount-wrapper .discount-layout-offer-suffix {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #e5b820;
}
.discount-wrapper .discount-layout-separator {
  width: 1px;
  height: 72px;
  background: #eeeeee;
}
.discount-wrapper .discount-layout-code-area {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 8px;
}
.discount-wrapper .discount-layout-code-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.discount-wrapper .discount-layout-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #222;
  background: #f9cb34;
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.discount-wrapper .discount-layout-copy-btn:hover {
  background: #e5b820;
  transform: translateY(-1px);
}
.discount-wrapper .discount-layout-code-value {
  font-size: 15px;
  font-weight: 800;
  color: currentColor;
  letter-spacing: 1px;
}
.discount-wrapper .discount-layout-copy-btn svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: currentColor;
  stroke: currentColor;
}
.discount-wrapper .discount-layout-copy-btn svg * {
  stroke: currentColor;
}
.discount-wrapper .discount-layout-code-hint {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #888;
  white-space: normal;
  text-align: center;
  transition: color 0.3s ease;
}
.discount-wrapper .discount-layout-code-hint.is-copied {
  font-weight: 600;
}
/* Discount style 2 */
.discount-wrapper.discount-layout--style-2 .discount-layout-container {
  border-radius: 1rem;
  color: #1a1a1a;
  border: 1px solid #e8e0d0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  background:
    radial-gradient(ellipse 220px 180px at 85% 15%, rgba(240, 208, 96, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 180px 160px at 10% 85%, rgba(212, 160, 23, 0.1) 0%, transparent 70%),
    repeating-linear-gradient(135deg, transparent, transparent 18px, rgba(212, 160, 23, 0.04) 18px, rgba(212, 160, 23, 0.04) 19px),
    #fff9ee;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-top-bar {
  background: linear-gradient(90deg, #d4a017, #f0d060, #d4a017);
}
.discount-wrapper.discount-layout--style-2 .discount-layout-corner-deco {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  pointer-events: none;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-corner-deco::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -12px;
  width: 60px;
  height: 16px;
  background: #e74c3c;
  transform: rotate(-45deg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.discount-wrapper.discount-layout--style-2 .discount-layout-corner-label {
  position: absolute;
  top: 8px;
  left: 1px;
  z-index: 2;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  transform: rotate(-45deg);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-badge {
  background: #d4a017;
  box-shadow: 0 3px 10px rgba(212, 160, 23, 0.25);
}
.discount-wrapper.discount-layout--style-2 .discount-layout-badge svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-offer-qty {
  border-radius: 6px;
  border: 1px solid #e8e0d0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.discount-wrapper.discount-layout--style-2 .discount-layout-offer-percent {
  color: #e74c3c;
  letter-spacing: -0.3px;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-offer-suffix {
  margin-left: 3px;
  color: #555555;
  font-size: 14px;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-separator {
  flex-shrink: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, #e8e0d0, transparent);
}
.discount-wrapper.discount-layout--style-2 .discount-layout-code-label {
  color: #888888;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-copy-btn {
  border-radius: 8px;
  background: #d4a017;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 6px rgba(212, 160, 23, 0.25);
}
.discount-wrapper.discount-layout--style-2 .discount-layout-copy-btn:hover {
  background: #c49415;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(212, 160, 23, 0.35);
}
.discount-wrapper.discount-layout--style-2 .discount-layout-copy-btn:active {
  transform: translateY(0) scale(0.97);
}
.discount-wrapper.discount-layout--style-2 .discount-layout-code-value {
  color: currentColor;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-copy-btn {
  color: #ffffff;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-code-hint.is-copied {
  color: #d4a017;
  font-weight: 600;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-deco-dots {
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: grid;
  grid-template-columns: repeat(3, 4px);
  gap: 5px;
  opacity: 0.2;
  pointer-events: none;
}
.discount-wrapper.discount-layout--style-2 .discount-layout-deco-dots span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d4a017;
}
.discount-wrapper .discount-tips span {
  font-size: 14px;
  padding-left: 5px;
}
/* discount area end */

/* Countdown Start */
#commercekit-timer-wrap {
  width: 100%;
}
#commercekit-timer-wrap #commercekit-timer.product {
  float: none;
  width: 100%;
  padding: 10px 10px 15px 10px;
  text-align: center;
  background: #f8f7fb;
  border-radius: 1rem;
}
#commercekit-timer-wrap #commercekit-timer.product .commercekit-timer-title {
  font-size: 0.9rem;
  margin-bottom: 4px;
}
#commercekit-timer-wrap #commercekit-timer.product .commercekit-timer-blocks {
  display: flex;
  justify-content: center;
  align-items: center;
}
#commercekit-timer-wrap #commercekit-timer.product .commercekit-timer-block {
  width: 3.8rem;
  padding: 12px 0;
  border: 2px solid #e3e8f0;
  background: #eef1f6;
  border-radius: 1rem;
}
#commercekit-timer-wrap #commercekit-timer.product .commercekit-timer-digit,
#commercekit-timer.product .commercekit-timer-sep {
  margin: 0 3px;
  font-weight: 600;
}
/* Countdown End */

/* Accordion Start */
.product-accordion-wrapper {
  width: 100%;
}
.product-accordion-wrapper .product-accordion-container {
  border: 1px solid #e2e2e2;
  border-radius: 1rem;
  overflow: hidden;
}
.product-accordion-wrapper .product-accordion-container details summary {
  border: none;
  padding: 15px 20px;
  font-size: 14px;
}
.product-accordion-wrapper
  .product-accordion-container
  details:not(:first-child) {
  border-top: 1px solid #e2e2e2;
}
.product-accordion-wrapper .product-accordion-container details summary::after {
  right: 20px;
}
.product-accordion-wrapper
  .product-accordion-container
  details
  .cg-accordion-item {
  border-top: 1px solid #e2e2e2;
  padding: 15px;
  background: #f8f7fb;
}
.product-accordion-wrapper
  .product-accordion-container
  details
  .cg-accordion-content {
  overflow: auto;
  max-height: 220px;
  background: #fff;
  padding: 10px;
  border-left: 1px solid #ba0011;
}
.product-accordion-wrapper
  .product-accordion-container
  .cg-accordion-content
  table,
.product-accordion-wrapper .cg-accordion-content ul {
  margin-bottom: 0;
}
.product-accordion-wrapper
  .product-accordion-container
  .cg-accordion-content
  th,
.product-accordion-wrapper
  .product-accordion-container
  .cg-accordion-content
  td {
  padding: 0.5rem 0;
}
.product-accordion-wrapper .cg-accordion-content .product-fixed-content-title {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}
/* Accordion End */

/* Addition Info Start */
.product-additional-info-wrapper {
  width: 100%;
  background-color: #faf9f5;
}
.product-additional-info-wrapper .product-additional-info-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-width: calc(1170px + 5.2325em);
  margin: 0 auto;
  padding: 30px 0;
}
.product-additional-info-wrapper .product-additional-info-content {
  flex: 1 1 0;
  text-align: center;
}
.product-additional-info-wrapper .product-additional-info-content svg {
  width: 48px;
  height: 48px;
}
.product-additional-info-wrapper .product-additional-info-content p {
  margin: 0;
}
.product-additional-info-wrapper .product-additional-info-data {
  font-size: 1.2rem;
  font-weight: 600;
}
/* Additional Info End */

/* Product Tabs Start */
.site .wc-tabs-wrapper {
  border-top: none;
}
#page .woocommerce-tabs .panel {
  padding-top: 10px;
}
/* Product Tabs End */

/* Product Layout Start */
.woocommerce-tabs .product_desc-container .wp-block-image {
	margin: 0;
}
.product_desc-container .product_half-item-contianer .product_half-img-container {
	overflow: hidden;
	flex-basis: 55%;
	border-radius: 32px;
}
.product_desc-container .product_half-item-contianer .product_half-text-container {
	flex-basis: 45%;
}
.product_desc-container .product_half-item-contianer .product_half-title {
	font-size: 1.8rem;
}
.product_desc-container .product_details-title {
	font-size: 1.6rem;
}
.product_desc-container .product_third-item-container,
.product_desc-container .product_fourth-item-container,
.product_desc-container .product_sixth-item-container {
	width: 100%;
	margin-top: 0;
	gap: var(--wp--preset--spacing--small);
}
.product_desc-container .product_third-item,
.product_desc-container .product_fourth-item,
.product_desc-container .product_sixth-item {
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 32px;
}
.product_desc-container .product_third-item-container .product_third-text-container,
.product_desc-container .product_fourth-item-container .product_fourth-text-container {
	margin-top: 0;
	padding: 24px 20px 32px;
	gap: 0;
}
.product_desc-container .product_fourth-item-container .product_fourth-text-container {
	padding: 20px 18px 26px;
}
.product_desc-container .product_third-text-container .product_third-title,
.product_desc-container .product_fourth-text-container .product_fourth-title {
	margin-bottom: 10px;
	font-size: 1.3rem;
}
.product_desc-container .product_fourth-text-container .product_fourth-title {
	font-size: 1.1rem;
}
.product_desc-container .product_fourth-text-container .product_fourth-text {
	font-size: 0.95rem;
}
.product_desc-container .product_sixth-item-container {
	flex-wrap: wrap !important;
}
.product_desc-container .product_sixth-item {
	flex-basis: calc(33.3333% - var(--wp--preset--spacing--small)) !important;
}
.product_desc-container .product_desc-innner-container .product_note-text-container {
	margin-block-start: 0;
}
.product_desc-container .product_desc-innner-container .product_note-text {
	margin-top: 10px;
	margin-bottom: 1.3rem;
	padding: 0 5px;
	font-size: 0.9rem;
}
@media (max-width: 781px) {
	.product_desc-container .product_half-item-contianer .product_half-img-container.product_half-img_right {
		order: -1;
	}
}

/* Product Layout End */

/* Review Start */
#cgkit-tab-reviews {
  margin-top: 2.6rem;
}
#reviews h2.woocommerce-Reviews-title {
  text-align: center;
}
#reviews .wcpr-overall-rating h2 {
  display: none;
}
#reviews .wcpr-overall-rating-left {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  padding: 0;
  background: #ff5f19;
  font-size: 1.8rem;
}
#reviews .wcpr-overall-rating,
#reviews .wcpr-stars-count {
  flex: 1 1 0;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin: 0 5px 10px 5px;
  padding: 10px;
}
#reviews .wcpr-overall-rating-main {
  justify-content: center;
}
#reviews .wcpr-col-star {
  margin-right: 5px;
}
#cgkit-tab-reviews #reviews .star-rating,
#reviews .star-rating > span {
  height: 18px;
}
#cgkit-tab-reviews #reviews .star-rating::before,
#cgkit-tab-reviews #reviews .star-rating span::before,
#cgkit-tab-reviews
  .wcpr-overall-rating-right
  .wcpr-overall-rating-right-star
  .star-rating {
  font-size: 18px;
}
#cgkit-tab-reviews #reviews .star-rating {
  width: 100px;
}
#cgkit-tab-reviews .rate-percent-bg {
  height: 10px;
}
#cgkit-tab-reviews .wcpr-filter-container {
  margin: 0;
  border: 0;
  border-bottom: 2px solid #e5e5e5;
}
#cgkit-tab-reviews #reviews .wcpr-filter-container .wcpr-filter-button {
  border-radius: 24px;
}
#cgkit-tab-reviews
  #reviews
  .wcpr-filter-container
  .wcpr-filter-button.wcpr-active,
#cgkit-tab-reviews #reviews .wcpr-filter-container .wcpr-filter-button:hover {
  background-color: #ff5f19;
  border-radius: 24px;
}
#reviews .woocommerce-photo-reviews-verified {
  font-size: 12px;
}
#reviews .woocommerce-photo-reviews-verified::after {
  content: "\f10b" !important;
  font-family: woocommerce-photo-reviews-badge, sans-serif !important;
  font-style: normal;
  margin-left: 5px;
}
#cgkit-tab-reviews .kt-reviews-image-container {
  margin: 0;
}
#cgkit-tab-reviews .kt-wc-reviews-images-wrap-wrap {
  display: block;
}
#reviews .kt-reviews-image-container {
  max-width: 100%;
}
#cgkit-tab-reviews
  #reviews
  .kt-reviews-image-container
  .kt-wc-reviews-images-wrap-wrap
  .reviews-images-item
  .review-images {
  height: 200px !important;
  width: 200px !important;
  object-fit: cover;
  display: block;
}
#cgkit-tab-reviews .wcpr-comment-helpful-button-container {
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}
/* review form */
#reviews #review_form #respond {
  text-align: center;
}
#cgkit-tab-reviews #reviews #respond .comment-reply-title {
  display: inline-block;
  text-align: center;
  border: 2px solid #f9cb34;
  padding: 7px 20px;
  border-radius: 40px;
  cursor: pointer;
}
#cgkit-tab-reviews #reviews #respond .comment-reply-title:hover {
  background-color: #ffcc00;
}
#reviews .comment-form {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}
#reviews .wcpr-comment-form-title input {
  box-shadow: none;
}
#reviews .comment-form-rating {
  margin: 1rem 0;
}
#reviews .comment-form-rating label,
#reviews .comment-form-comment label,
#reviews .wcpr-comment-form-images label {
  overflow: hidden;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
}
#reviews .comment-form-rating p.stars a::before {
  font-size: 2rem;
}
#reviews .wcpr-comment-form-images .wcpr_image_upload_button {
  width: 100%;
  text-align: left;
}
#reviews .wcpr-input-file-container .wcpr-input-file-wrap {
  margin-top: 0;
  margin-bottom: 30px;
}
#reviews #review_form_wrapper .form-submit {
  text-align: center;
}
#reviews #review_form_wrapper .form-submit input {
  border-radius: 30px;
  font-size: 16px;
  padding: 12px 30px;
}
#reviews #commentform {
  display: none;
}
/* Review End */

/* Add to cart Btn */
.product .cart .quantity .input-text {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.product .quantity-nav {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.site #cgkit-tab-commercekit-sticky-atc-title button {
  border-radius: 30px;
}

/* Meida Query */
@media (min-width: 993px) and (max-width: 1023px) {
  .discount-wrapper .discount-layout-badge {
    display: none;
  }
  /* Discount style 1 start */
  .discount-wrapper.discount-layout--style-1 .discount-layout-container {
    padding: 18px 10px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-main {
    gap: 0px;
    padding: 0px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-area {
    padding: 0;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-value {
    font-size: 14px;
  }
  /* Discount style 2 */
  .discount-wrapper.discount-layout--style-2 .discount-layout-container {
    min-height: 150px;
    padding: 18px 14px;
    gap: 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-qty {
    padding: 5px 10px;
    font-size: 13px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-text {
    font-size: 14px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-percent {
    font-size: 22px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-copy-btn {
    padding: 9px 14px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-code-value {
    font-size: 14px;
    letter-spacing: 1.5px;
  }
  /* Discount style 1 end */
  .discount-wrapper .discount-tips span {
    font-size: 12px;
  }
  /* Product Layout Start */
	.product_desc-container .product_fourth-item-container {
		flex-wrap: wrap !important;
	}
	.product_desc-container .product_fourth-item-container .product_fourth-item,
	.product_desc-container .product_sixth-item-container .product_sixth-item {
		flex-grow: 0;
		flex-basis: calc(50% - var(--wp--preset--spacing--small)) !important;
	}
	/* Product Layout End */
}

@media (min-width: 768px) and (max-width: 992px) {
  /* Discount style 1 */
  .discount-wrapper.discount-layout--style-1 .discount-layout-container {
    padding: 24px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-main {
    flex: 1 1 auto;
    gap: 20px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-qty {
    font-size: 15px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-percent {
    font-size: 24px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-area {
    padding: 0 20px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-copy-btn {
    padding: 10px 18px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-value {
    letter-spacing: 1.5px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-container {
    padding: 22px 18px;
    gap: 16px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  /* Discount */
  .discount-wrapper.discount-layout--style-2 .discount-layout-container {
    min-height: auto;
    padding: 20px 14px;
    gap: 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-badge {
    width: 48px;
    height: 48px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-badge svg {
    width: 24px;
    height: 24px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-qty {
    padding: 4px 10px;
    font-size: 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-text {
    font-size: 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-percent {
    font-size: 20px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-suffix {
    font-size: 11px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-copy-btn {
    padding: 8px 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-code-value {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .discount-wrapper .discount-tips span {
    font-size: 13px;
  }
  /* Review Start */
  #cgkit-tab-reviews
    #reviews
    .kt-reviews-image-container
    .kt-wc-reviews-images-wrap-wrap
    .reviews-images-item
    .review-images {
    height: 100px !important;
    width: 100px !important;
  }
  /* Review End */
}

@media (min-width: 375px) and (max-width: 480px) {
  /* Discount Area Start */
  /* Discount style 1 */
  .discount-wrapper.discount-layout--style-1 .discount-layout-container {
    padding: 16px 10px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-main {
    flex: 1 1 auto;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-badge {
    display: none;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-qty {
    font-size: 12px;
    padding: 4px 10px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-text {
    font-size: 12px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-percent {
    font-size: 18px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-suffix {
    font-size: 11px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-value {
    font-size: 13px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-copy-btn svg {
    width: 13px;
    height: 13px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-container {
    min-height: auto;
    padding: 18px 12px;
    gap: 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-badge {
    display: none;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-qty {
    padding: 4px 9px;
    font-size: 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-text {
    font-size: 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-percent {
    font-size: 18px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-suffix {
    font-size: 11px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-copy-btn {
    padding: 8px 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-code-value {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .discount-wrapper .discount-tips span {
    font-size: 12px;
  }
  /* Discount Area End */

  /* Addition Info Start */
  .product-additional-info-wrapper .product-additional-info-content svg {
    width: 44px;
    height: 44px;
  }
  .product-additional-info-wrapper .product-additional-info-data {
    font-size: 1rem;
  }
  .product-additional-info-wrapper .product-additional-info-item {
    font-size: 0.9rem;
  }
  /* Addition Info End */
}

@media (max-width: 374px) {
  /* discount area start */
  /* Discount style 1 */
  .discount-wrapper.discount-layout--style-1 .discount-layout-container {
    padding: 18px 0px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-badge {
    display: none;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-percent {
    font-size: 16px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-suffix {
    font-size: 10px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-text,
  .discount-wrapper.discount-layout--style-1 .discount-layout-offer-qty {
    font-size: 10px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-label,
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-hint {
    font-size: 9px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-area {
    padding: 0;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-copy-btn {
    padding: 8px 12px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-code-value {
    font-size: 12px;
  }
  .discount-wrapper.discount-layout--style-1 .discount-layout-copy-btn svg {
    width: 12px;
    height: 12px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-container {
    min-height: auto;
    padding: 18px 8px;
    gap: 8px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-badge,
  .discount-wrapper.discount-layout--style-2 .discount-layout-corner-deco,
  .discount-wrapper.discount-layout--style-2 .discount-layout-deco-dots {
    display: none;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-qty {
    padding: 4px 8px;
    font-size: 10px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-text,
  .discount-wrapper.discount-layout--style-2 .discount-layout-code-label,
  .discount-wrapper.discount-layout--style-2 .discount-layout-code-hint {
    font-size: 9px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-percent {
    font-size: 16px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-offer-suffix {
    font-size: 10px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-copy-btn {
    padding: 8px 10px;
  }
  .discount-wrapper.discount-layout--style-2 .discount-layout-code-value {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .discount-wrapper .discount-tips span {
    font-size: 12px;
  }
  /* discount area end */

  /* Addition Info Start */
  .product-additional-info-wrapper .product-additional-info-content svg {
    width: 40px;
    height: 40px;
  }
  .product-additional-info-wrapper .product-additional-info-data {
    font-size: 0.9rem;
  }
  .product-additional-info-wrapper .product-additional-info-item {
    font-size: 0.8rem;
  }
  /* Addition Info End */
}
