:root {
  --dz-bg: #f7f1eb;
  --dz-bg-soft: #fffaf6;
  --dz-text: #1f1b14;
  --dz-muted: #4c444e;
  --dz-plum: #2d0940;
  --dz-gold: #7b5902;
  --dz-border: #cec3ce;
  --dz-success: #28724e;
  --dz-success-bg: #e8f6ee;
  --dz-zalo-icon: none;
  --dz-product-shadow: 0 22px 60px rgba(61, 34, 43, .11);
}

/* Product catalog and product detail background. */
.post-type-archive-product #main,
.tax-product_cat #main,
.tax-product_tag #main,
.single-product #main {
  background: var(--dz-bg);
}

.post-type-archive-product .shop-container,
.tax-product_cat .shop-container,
.tax-product_tag .shop-container,
.single-product .shop-container {
  background: transparent;
}

/* Replace the old Shop-only UX Block with one dynamic header on Shop/categories. */
.post-type-archive-product .custom-page-title,
.tax-product_cat .custom-page-title {
  display: none;
}

.dzepa-catalog-header {
  background: var(--dz-bg);
  color: var(--dz-text);
  overflow: hidden;
  padding: 64px 24px 38px;
  position: relative;
  text-align: center;
}

.dzepa-catalog-header::before {
  background: radial-gradient(
    circle,
    rgba(249, 220, 222, .7) 0%,
    rgba(249, 220, 222, .28) 38%,
    rgba(249, 220, 222, 0) 72%
  );
  content: "";
  height: 430px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -245px;
  transform: translateX(-50%);
  width: 620px;
}

.dzepa-catalog-hero {
  margin: 0 auto;
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.dzepa-catalog-eyebrow {
  color: var(--dz-gold);
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .18em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.dzepa-catalog-hero h1 {
  color: var(--dz-text);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 16px;
}

.dzepa-catalog-hero p {
  color: var(--dz-muted);
  font-size: 14px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 680px;
}

.dzepa-catalog-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 32px;
  justify-content: center;
  margin: 46px auto 0;
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.dzepa-catalog-nav a {
  border-bottom: 1px solid transparent;
  color: var(--dz-muted);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.4;
  padding: 5px 0;
  text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease;
}

.dzepa-catalog-nav a:hover {
  border-color: rgba(123, 89, 2, .55);
  color: var(--dz-text);
}

.dzepa-catalog-nav a.is-active {
  border-color: var(--dz-gold);
  color: var(--dz-text);
  font-weight: 700;
}

.post-type-archive-product .shop-page-title,
.tax-product_cat .shop-page-title {
  background: var(--dz-bg);
}

.post-type-archive-product .shop-page-title .page-title-inner,
.tax-product_cat .shop-page-title .page-title-inner {
  padding-top: 22px;
}

/* Hide image category cards if an old UX Block still renders them elsewhere. */
.post-type-archive-product .product-category .box-image,
.tax-product_cat .product-category .box-image {
  display: none;
}

.post-type-archive-product .product-category .box-text,
.tax-product_cat .product-category .box-text {
  background: transparent;
  height: auto !important;
  padding: 0;
}

.post-type-archive-product .product-category .header-title,
.tax-product_cat .product-category .header-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce .product-small.box,
.woocommerce-page .product-small.box {
  background: #fff;
  border: 1px solid rgba(206, 195, 206, .55);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.woocommerce .product-small.box:hover,
.woocommerce-page .product-small.box:hover {
  border-color: rgba(123, 89, 2, .55);
  box-shadow: 0 24px 54px -24px rgba(45, 9, 64, .20);
  transform: translateY(-3px);
}

/*
 * Flatsome uses .product-small on both the grid column and the inner box.
 * Keep the column transparent and place the white card only on .box.
 */
.post-type-archive-product .products.row,
.tax-product_cat .products.row,
.tax-product_tag .products.row {
  margin-left: -12px;
  margin-right: -12px;
}

.post-type-archive-product .products.row > .product-small.col,
.tax-product_cat .products.row > .product-small.col,
.tax-product_tag .products.row > .product-small.col {
  background: transparent;
  border: 0;
  padding: 0 12px 28px;
}

.post-type-archive-product .products.row > .product-small.col > .col-inner,
.tax-product_cat .products.row > .product-small.col > .col-inner,
.tax-product_tag .products.row > .product-small.col > .col-inner {
  background: transparent;
  height: 100%;
}

.post-type-archive-product .product-small.box,
.tax-product_cat .product-small.box,
.tax-product_tag .product-small.box {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.post-type-archive-product .product-small.box .box-image,
.tax-product_cat .product-small.box .box-image,
.tax-product_tag .product-small.box .box-image {
  aspect-ratio: 3 / 4;
  background: #fbf2e6;
  flex: 0 0 auto;
  overflow: hidden;
  width: 100%;
}

.post-type-archive-product .product-small.box .box-image > div,
.post-type-archive-product .product-small.box .box-image a,
.tax-product_cat .product-small.box .box-image > div,
.tax-product_cat .product-small.box .box-image a,
.tax-product_tag .product-small.box .box-image > div,
.tax-product_tag .product-small.box .box-image a {
  display: block;
  height: 100%;
}

.post-type-archive-product .product-small.box .box-image img,
.tax-product_cat .product-small.box .box-image img,
.tax-product_tag .product-small.box .box-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
  width: 100%;
}

.post-type-archive-product .product-small.box:hover .box-image img,
.tax-product_cat .product-small.box:hover .box-image img,
.tax-product_tag .product-small.box:hover .box-image img {
  transform: scale(1.035);
}

.post-type-archive-product .product-small.box .box-text-products,
.tax-product_cat .product-small.box .box-text-products,
.tax-product_tag .product-small.box .box-text-products {
  background: #fff;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: auto !important;
  padding: 20px 20px 22px;
  text-align: left;
}

.post-type-archive-product .product-small.box .title-wrapper,
.tax-product_cat .product-small.box .title-wrapper,
.tax-product_tag .product-small.box .title-wrapper {
  min-height: 58px;
}

.post-type-archive-product .product-small.box .product-cat,
.tax-product_cat .product-small.box .product-cat,
.tax-product_tag .product-small.box .product-cat {
  color: #9a8d96;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  margin: 0 0 7px;
}

.post-type-archive-product .product-small.box .product-title,
.tax-product_cat .product-small.box .product-title,
.tax-product_tag .product-small.box .product-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  height: auto !important;
  line-height: 1.3;
  margin: 0 0 10px;
}

.post-type-archive-product .product-small.box .product-title a,
.tax-product_cat .product-small.box .product-title a,
.tax-product_tag .product-small.box .product-title a {
  color: var(--dz-plum);
}

.post-type-archive-product .product-small.box .price-wrapper,
.tax-product_cat .product-small.box .price-wrapper,
.tax-product_tag .product-small.box .price-wrapper {
  height: auto !important;
  margin: auto 0 0;
}

.post-type-archive-product .product-small.box .price,
.tax-product_cat .product-small.box .price,
.tax-product_tag .product-small.box .price {
  color: var(--dz-text);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 12px;
}

.post-type-archive-product .product-small.box .box-excerpt,
.tax-product_cat .product-small.box .box-excerpt,
.tax-product_tag .product-small.box .box-excerpt {
  color: var(--dz-muted);
  display: -webkit-box;
  font-size: 12px;
  height: auto !important;
  line-height: 1.65;
  margin: 10px 0 0;
  min-height: 3.3em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-type-archive-product .product-small.col .badge-container,
.tax-product_cat .product-small.col .badge-container,
.tax-product_tag .product-small.col .badge-container {
  left: auto;
  right: 12px;
  top: 12px;
}

.post-type-archive-product .product-small.col .badge,
.tax-product_cat .product-small.col .badge,
.tax-product_tag .product-small.col .badge {
  height: auto;
  width: auto;
}

.post-type-archive-product .product-small.col .badge-inner,
.tax-product_cat .product-small.col .badge-inner,
.tax-product_tag .product-small.col .badge-inner {
  border-radius: 999px;
  font-size: 9px;
  height: auto;
  letter-spacing: .08em;
  line-height: 1;
  min-height: 0;
  padding: 8px 11px;
  text-transform: uppercase;
  width: auto;
}

/* Related products use the same card system as the catalog archive. */
.single-product .related-products-wrapper .products.row {
  margin-left: -12px;
  margin-right: -12px;
}

.single-product .related-products-wrapper .products.row > .product-small.col {
  background: transparent;
  border: 0;
  padding: 0 12px 28px;
}

.single-product .related-products-wrapper .product-small.col > .col-inner {
  background: transparent;
  height: 100%;
}

.single-product .related-products-wrapper .product-small.box {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.single-product .related-products-wrapper .product-small.box .box-image {
  aspect-ratio: 3 / 4;
  background: #fbf2e6;
  flex: 0 0 auto;
  overflow: hidden;
  width: 100%;
}

.single-product .related-products-wrapper .product-small.box .box-image > div,
.single-product .related-products-wrapper .product-small.box .box-image a {
  display: block;
  height: 100%;
}

.single-product .related-products-wrapper .product-small.box .box-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
  width: 100%;
}

.single-product .related-products-wrapper .product-small.box:hover .box-image img {
  transform: scale(1.035);
}

.single-product .related-products-wrapper .product-small.box .box-text-products {
  background: #fff;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: auto !important;
  padding: 20px 20px 22px;
  text-align: left;
}

.single-product .related-products-wrapper .product-small.box .title-wrapper {
  min-height: 58px;
}

.single-product .related-products-wrapper .product-small.box .product-cat {
  color: #9a8d96;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  margin: 0 0 7px;
}

.single-product .related-products-wrapper .product-small.box .product-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  height: auto !important;
  line-height: 1.3;
  margin: 0 0 10px;
}

.single-product .related-products-wrapper .product-small.box .product-title a {
  color: var(--dz-plum);
}

.single-product .related-products-wrapper .product-small.box .price-wrapper {
  height: auto !important;
  margin: auto 0 0;
}

.single-product .related-products-wrapper .product-small.box .price {
  color: var(--dz-text);
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 12px;
}

.single-product .related-products-wrapper .product-small.box .box-excerpt {
  color: var(--dz-muted);
  display: -webkit-box;
  font-size: 12px;
  height: auto !important;
  line-height: 1.65;
  margin: 10px 0 0;
  min-height: 3.3em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.single-product .related-products-wrapper .product-small.col .badge-container {
  left: auto;
  right: 12px;
  top: 12px;
}

.single-product .related-products-wrapper .product-small.col .badge {
  height: auto;
  width: auto;
}

.single-product .related-products-wrapper .product-small.col .badge-inner {
  border-radius: 999px;
  font-size: 9px;
  height: auto;
  letter-spacing: .08em;
  line-height: 1;
  min-height: 0;
  padding: 8px 11px;
  text-transform: uppercase;
  width: auto;
}

/* Keep the Vietnamese currency mark visually subordinate to the amount. */
.woocommerce-Price-currencySymbol {
  font-size: 85%;
}

.woocommerce .product-title,
.woocommerce div.product .product_title {
  color: var(--dz-text);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

.woocommerce div.product .product_title {
  color: var(--dz-plum);
  font-size: 28px;
  line-height: 1.12;
  margin-bottom: 16px;
}

.single-product .product-title-container .is-divider {
  background: var(--dz-gold);
  height: 1px;
  margin: 0 0 18px;
  opacity: .45;
  width: 32px;
}

.single-product .woocommerce-breadcrumb {
  color: #7d6870;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 12px;
}

.single-product .woocommerce-breadcrumb a {
  color: var(--dz-gold);
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: var(--dz-muted);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.single-product .product-short-description {
  color: var(--dz-muted);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.single-product .product-short-description p:last-child {
  margin-bottom: 0;
}

/* Add "dz-product-summary" to the right column in UX Builder. */
.single-product .custom-product-page .dz-product-summary > .col-inner {
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(123, 89, 2, .24);
  box-shadow: var(--dz-product-shadow);
  padding: 30px;
  position: sticky;
  top: 110px;
}

.woocommerce .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--dz-gold);
  font-weight: 700;
}

.single-product .custom-product-page .product-page-price,
.single-product .custom-product-page .product-page-price .amount {
  border: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  padding: 0;
}

.single-product .custom-product-page .product-page-price {
  margin: 18px 0 12px;
}

.single-product .product-page-price,
.single-product .product-page-price .amount {
  color: var(--dz-plum);
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: var(--dz-plum);
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background: var(--dz-gold);
  color: #fff;
}

.dzepa-product-badges {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 20px 0 18px;
}

.dzepa-product-badge {
  background: rgba(255, 250, 246, .92);
  border: 1px solid rgba(123, 89, 2, .26);
  min-height: 68px;
  padding: 12px 8px;
  text-align: center;
}

.dzepa-product-badge strong,
.dzepa-product-badge span {
  display: block;
}

.dzepa-product-badge strong {
  color: var(--dz-plum);
  font-size: 14px;
  line-height: 1.25;
}

.dzepa-product-badge span {
  color: var(--dz-muted);
  font-size: 12px;
  line-height: 1.35;
  margin-top: 5px;
}

.dzepa-stock-status {
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0 14px;
  padding: 9px 13px;
  white-space: nowrap;
}

.dzepa-stock-status.is-in-stock {
  background: var(--dz-success-bg);
  color: var(--dz-success);
}

.dzepa-stock-status.is-out-of-stock {
  background: #f9e7e5;
  color: #a0372f;
}

.woocommerce a.button.dzepa-buy-now-button,
.woocommerce a.button.dzepa-zalo-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  min-height: 48px;
  width: 100%;
}

.woocommerce a.button.dzepa-buy-now-button {
  background: var(--dz-gold);
  margin: 0 0 12px;
}

.woocommerce a.button.dzepa-zalo-button {
  background: #fffaf6;
  border: 1px solid rgba(123, 89, 2, .35);
  color: var(--dz-plum);
}

.woocommerce a.button.dzepa-zalo-button:hover {
  background: var(--dz-bg-soft);
  color: var(--dz-plum);
}

.single-product .add-to-cart-container {
  margin-bottom: 12px;
}

.single-product form.cart {
  display: grid;
  gap: 12px;
  grid-template-columns: 96px minmax(0, 1fr);
  margin-bottom: 0;
  width: 100%;
}

.single-product form.cart .quantity {
  height: 48px;
  margin: 0;
  width: 96px;
}

.single-product form.cart .quantity input {
  height: 48px;
}

.single-product form.cart .single_add_to_cart_button {
  margin: 0;
  min-height: 48px;
  width: 100%;
}

/* Keep one Buy now button: the gold D'ZePa shortcode below the cart form. */
.single-product form.cart .ux-buy-now-button {
  display: none;
}

.single-product .button.dzepa-buy-now-button {
  background: var(--dz-gold);
  border: 1px solid var(--dz-gold);
  min-height: 48px;
}

.single-product .button.dzepa-buy-now-button:hover {
  background: var(--dz-plum);
  border-color: var(--dz-plum);
}

/* Flatsome Button module. Add class "btn-zalo" in Advanced > CSS class. */
.single-product .button.btn-zalo {
  align-items: center;
  background: #fffaf6;
  border: 1px solid rgba(123, 89, 2, .34);
  color: var(--dz-plum);
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 0 18px;
  min-height: 48px;
  width: 100%;
}

.single-product .button.btn-zalo::before {
  background-image: var(--dz-zalo-icon);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
}

.single-product .button.btn-zalo:hover {
  background: var(--dz-plum);
  border-color: var(--dz-plum);
  color: #fff;
}

.single-product .product_meta {
  border: 0;
  color: var(--dz-muted);
  font-size: 12px;
  margin-top: 16px;
  padding-top: 0;
}

.single-product .product_meta > span {
  border: 0;
  display: block;
  padding: 7px 0;
}

.single-product .product_meta a {
  color: var(--dz-plum);
}

.woocommerce div.product .woocommerce-tabs {
  background: transparent;
  border: 0;
  margin-top: 64px;
  padding: 0;
}

.single-product .custom-product-page .col:has(> .col-inner > .woocommerce-tabs) > .col-inner {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.single-product .woocommerce-tabs .nav {
  justify-content: center;
  margin-bottom: 0;
}

.single-product .woocommerce-tabs .nav > li > a {
  color: var(--dz-muted);
  font-size: 12px;
  letter-spacing: .1em;
  padding: 12px 16px;
}

.single-product .woocommerce-tabs .nav > li.active > a {
  color: var(--dz-plum);
}

.single-product .woocommerce-tabs .tab-panels {
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(123, 89, 2, .2);
  box-shadow: 0 18px 46px rgba(61, 34, 43, .07);
  padding: 38px 42px;
}

.woocommerce div.product .woocommerce-Tabs-panel h2,
.woocommerce div.product .woocommerce-Tabs-panel h3,
.woocommerce div.product .woocommerce-Tabs-panel h4 {
  color: var(--dz-text);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

.woocommerce div.product .woocommerce-Tabs-panel h2 {
  font-size: 30px;
  line-height: 1.25;
  margin: 12px 0 20px;
}

.woocommerce div.product .woocommerce-Tabs-panel h3 {
  color: var(--dz-plum);
  font-size: 22px;
  line-height: 1.35;
  margin: 28px 0 12px;
}

.woocommerce div.product .woocommerce-Tabs-panel p,
.woocommerce div.product .woocommerce-Tabs-panel li {
  color: var(--dz-muted);
  font-size: 15px;
  line-height: 1.85;
}

.woocommerce div.product .woocommerce-Tabs-panel ul,
.woocommerce div.product .woocommerce-Tabs-panel ol {
  padding-left: 22px;
}

.dzepa-product-info-table {
  border-collapse: collapse;
  margin: 18px 0 8px;
  width: 100%;
}

.dzepa-product-info-table th,
.dzepa-product-info-table td {
  border-bottom: 1px solid var(--dz-border);
  padding: 14px 0;
  text-align: left;
  vertical-align: top;
}

.dzepa-product-info-table th {
  color: var(--dz-gold);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  width: 220px;
}

.dzepa-product-info-table td {
  color: var(--dz-muted);
  line-height: 1.7;
}

.dzepa-price-contact {
  color: var(--dz-gold);
  font-weight: 700;
}

.single-product .related-products-wrapper {
  border-top: 1px solid rgba(123, 89, 2, .22);
  margin-top: 64px;
  padding-top: 34px;
}

.single-product .related-products-wrapper > h3 {
  color: var(--dz-plum);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 30px;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.woocommerce-cart .cart_totals,
.woocommerce-checkout #order_review {
  background: #fff;
  border: 1px solid rgba(206, 195, 206, .75);
  padding: 24px;
}

.dzepa-bank-qr {
  background: var(--dz-bg-soft);
  border: 1px solid var(--dz-border);
  margin: 28px 0;
  padding: 24px;
  text-align: center;
}

.dzepa-bank-qr h2 {
  color: var(--dz-text);
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

.dzepa-bank-qr img {
  display: block;
  height: auto;
  margin: 18px auto 0;
  max-width: 280px;
  width: 100%;
}

@media (max-width: 849px) {
  .dzepa-catalog-header {
    padding: 44px 18px 28px;
  }

  .dzepa-catalog-hero h1 {
    font-size: 34px;
  }

  .dzepa-catalog-hero p {
    font-size: 13px;
  }

  .dzepa-catalog-nav {
    gap: 8px 20px;
    margin-top: 32px;
  }

  .dzepa-catalog-nav a {
    font-size: 11px;
  }

  .dzepa-catalog-header::before {
    height: 330px;
    top: -190px;
    width: 430px;
  }

  .post-type-archive-product .products.row,
  .tax-product_cat .products.row,
  .tax-product_tag .products.row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .post-type-archive-product .products.row > .product-small.col,
  .tax-product_cat .products.row > .product-small.col,
  .tax-product_tag .products.row > .product-small.col {
    padding: 0 8px 20px;
  }

  .post-type-archive-product .product-small.box .box-text-products,
  .tax-product_cat .product-small.box .box-text-products,
  .tax-product_tag .product-small.box .box-text-products {
    padding: 16px 14px 18px;
  }

  .post-type-archive-product .product-small.box .product-title,
  .tax-product_cat .product-small.box .product-title,
  .tax-product_tag .product-small.box .product-title {
    font-size: 16px;
  }

  .post-type-archive-product .product-small.col .badge-container,
  .tax-product_cat .product-small.col .badge-container,
  .tax-product_tag .product-small.col .badge-container {
    right: 8px;
    top: 8px;
  }

  .single-product .related-products-wrapper .products.row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .single-product .related-products-wrapper .products.row > .product-small.col {
    padding: 0 8px 20px;
  }

  .single-product .related-products-wrapper .product-small.box .box-text-products {
    padding: 16px 14px 18px;
  }

  .single-product .related-products-wrapper .product-small.box .product-title {
    font-size: 16px;
  }

  .single-product .related-products-wrapper .product-small.col .badge-container {
    right: 8px;
    top: 8px;
  }

  .woocommerce div.product .product_title {
    font-size: 28px;
    line-height: 1.15;
  }

  .single-product .custom-product-page .dz-product-summary > .col-inner {
    padding: 22px 18px;
    position: static;
  }

  .dzepa-product-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single-product .product-page-price,
  .single-product .product-page-price .amount {
    font-size: 28px;
  }

  .single-product form.cart {
    align-items: stretch;
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .single-product form.cart .quantity {
    width: 104px;
  }

  .single-product form.cart .single_add_to_cart_button {
    font-size: 12px;
    letter-spacing: .1em;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
  }

  .single-product .woocommerce-tabs {
    margin-top: 42px;
  }

  .single-product .woocommerce-tabs .nav {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .single-product .woocommerce-tabs .nav > li {
    flex: 0 0 auto;
  }

  .single-product .woocommerce-tabs .tab-panels {
    padding: 24px 18px;
  }

  .woocommerce div.product .woocommerce-Tabs-panel h2 {
    font-size: 25px;
  }

  .woocommerce div.product .woocommerce-Tabs-panel h3 {
    font-size: 20px;
  }

  .dzepa-product-info-table th,
  .dzepa-product-info-table td {
    display: block;
    width: 100%;
  }

  .dzepa-product-info-table th {
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .dzepa-product-info-table td {
    padding-top: 4px;
  }
}

@media (max-width: 420px) {
  .single-product form.cart {
    gap: 10px;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .single-product form.cart .quantity {
    width: 96px;
  }

  .single-product form.cart .single_add_to_cart_button {
    font-size: 11px;
    letter-spacing: .08em;
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 549px) {
  .single-product .sticky-add-to-cart,
  .single-product .sticky-add-to-cart--active {
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
  }

  .single-product .sticky-add-to-cart .sticky-add-to-cart__product {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
    min-width: 0;
  }

  .single-product .sticky-add-to-cart .sticky-add-to-cart__product-image,
  .single-product .sticky-add-to-cart img {
    border-radius: 6px;
    flex: 0 0 42px;
    height: 42px;
    object-fit: cover;
    overflow: hidden;
    width: 42px;
  }

  .single-product .sticky-add-to-cart .product-title-small {
    display: none;
  }

  .single-product .sticky-add-to-cart form.cart,
  .single-product .sticky-add-to-cart .cart {
    align-items: center;
    display: grid;
    gap: 8px;
    grid-template-columns: 84px minmax(0, 1fr);
    margin: 0;
    width: 100%;
  }

  .single-product .sticky-add-to-cart .quantity {
    height: 42px;
    margin: 0;
    width: 84px;
  }

  .single-product .sticky-add-to-cart .quantity input {
    height: 42px;
  }

  .single-product .sticky-add-to-cart .single_add_to_cart_button,
  .single-product .sticky-add-to-cart button.button {
    font-size: 11px;
    letter-spacing: .08em;
    margin: 0;
    min-height: 42px;
    min-width: 0;
    padding: 0 10px;
    white-space: nowrap;
    width: 100%;
  }
}
