body.tz-product-lux-skin {
  --tz-pdp-bg: #050d14;
  --tz-pdp-bg-soft: #08141d;
  --tz-pdp-panel: #0c1824;
  --tz-pdp-panel-2: #102031;
  --tz-pdp-panel-3: #0d1a27;
  --tz-pdp-border: rgba(59, 167, 181, 0.2);
  --tz-pdp-border-strong: rgba(59, 167, 181, 0.36);
  --tz-pdp-accent: #0d7587;
  --tz-pdp-accent-2: #4fb7c7;
  --tz-pdp-text: #e7f7fa;
  --tz-pdp-muted: #96b8c4;
  --tz-pdp-gold: #d8b16c;
  --tz-pdp-gold-hover: #d8a95d;
  --tz-pdp-gold-strong: #e6c98d;
  --tz-pdp-gold-deep: #b78c4a;
  --tz-pdp-shadow: 0 22px 48px rgba(1, 8, 13, 0.36);
  --tz-pdp-sections-max: 1409px;
  --tz-pdp-section-gap: 24px;
  color: var(--tz-pdp-text);
  background-color: var(--tz-pdp-bg);
  background-image:
    radial-gradient(circle at 10% 0%, rgba(17, 176, 191, 0.08), transparent 31%),
    radial-gradient(circle at 86% 0%, rgba(216, 177, 108, 0.05), transparent 28%),
    linear-gradient(180deg, var(--tz-pdp-bg-soft) 0%, var(--tz-pdp-bg) 72%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, top center, top center;
  background-size: 100% 1320px, 100% 1160px, 100% 1560px;
  background-attachment: scroll, scroll, scroll;
}

body.tz-product-lux-skin #content.site-content {
  background: transparent;
}

body.tz-product-lux-skin .shoptimizer-archive {
  background: transparent;
  color: var(--tz-pdp-text);
}

body.tz-product-lux-skin .archive-header {
  background: transparent;
}

body.tz-product-lux-skin .archive-header .col-full {
  padding-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(59, 167, 181, 0.16);
}

body.tz-product-lux-skin .archive-header .woocommerce-breadcrumb {
  opacity: 0.84;
}

body.tz-product-lux-skin.tz-product-breadcrumb-ready .archive-header .woocommerce-breadcrumb {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-breadcrumb-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  min-height: 36px;
}

@media (min-width: 993px) {
  body.tz-product-lux-skin .tz-pdp-breadcrumb-shell {
    width: calc(100% - 84px);
    max-width: var(--tz-pdp-sections-max);
    margin-left: auto;
    margin-right: auto;
  }
}

body.tz-product-lux-skin .tz-pdp-return-chip {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  justify-self: end;
  margin-left: auto;
  height: 36px;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 26, 37, 0.82) 0%, rgba(7, 19, 28, 0.9) 100%);
  box-shadow: inset 0 1px 0 rgba(160, 234, 243, 0.04);
  color: #d8edf3;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tz-product-lux-skin .tz-pdp-return-chip:hover {
  border-color: rgba(79, 183, 199, 0.34);
  background: linear-gradient(180deg, rgba(12, 29, 40, 0.94) 0%, rgba(8, 21, 31, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(160, 234, 243, 0.06), 0 8px 18px rgba(2, 9, 14, 0.12);
  color: #f2fcff;
  transform: translateY(-1px);
}

body.tz-product-lux-skin .site-content .zegarek {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-breadcrumb {
  min-width: 0;
}

body.tz-product-lux-skin .tz-pdp-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.tz-product-lux-skin .tz-pdp-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--tz-pdp-muted);
  font-size: 12.5px;
  line-height: 1.35;
}

body.tz-product-lux-skin .tz-pdp-breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: rgba(160, 194, 202, 0.56);
}

body.tz-product-lux-skin .tz-pdp-breadcrumb__link {
  color: #d7f3f7;
  text-decoration: none;
}

body.tz-product-lux-skin .tz-pdp-breadcrumb__link:hover {
  color: #f2fcff;
}

body.tz-product-lux-skin .tz-pdp-breadcrumb__current {
  color: #e7f7fa;
  font-weight: 600;
}

body.tz-product-lux-skin .shoptimizer-archive > .col-full {
  padding-top: 18px;
}

body.tz-product-lux-skin #primary.content-area {
  float: none;
  width: 100%;
  margin: 0;
}

body.tz-product-lux-skin .product-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  clear: both;
  padding-bottom: 0;
}

body.tz-product-lux-skin .product-details-wrapper::after {
  content: none;
  display: none;
}

body.tz-product-lux-skin .product-main {
  display: flex;
  flex-wrap: nowrap;
  gap: 28px;
  align-items: start;
  width: 100%;
  clear: both;
}

body.single-product.tz-product-lux-skin .site-content .col-full,
body.single-product.tz-product-lux-skin div.product .col-full {
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product.tz-product-lux-skin div.product {
  padding-bottom: 0 !important;
}

body.tz-product-lux-skin .product-main > .woocommerce-product-gallery,
body.tz-product-lux-skin .product-main > .summary.entry-summary {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  justify-self: stretch;
}

body.tz-product-lux-skin .product-main > .woocommerce-product-gallery {
  flex: 0 0 658px !important;
}

body.tz-product-lux-skin .product-main > .summary.entry-summary {
  flex: 1 1 auto !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery {
  position: relative;
  width: 658px !important;
  min-width: 658px;
  max-width: 658px !important;
  margin: 0;
  padding: 0 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  opacity: 1 !important;
  transition: none !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery:not(.tz-pdp-gallery-ready) .flex-control-thumbs {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery:not(.tz-pdp-gallery-ready) .flex-direction-nav {
  display: none !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery:not(.tz-pdp-gallery-structured) .woocommerce-product-gallery__wrapper > :not(:first-child) {
  display: none !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery:not(.tz-pdp-gallery-ready)::after {
  content: "";
  display: block;
  height: var(--tz-pdp-gallery-thumbs-slot-desktop, 138px);
}

@media (min-width: 993px) {
  body.tz-product-lux-skin .woocommerce-product-gallery:not(.tz-pdp-gallery-ready) .flex-viewport .woocommerce-product-gallery__wrapper {
    display: none !important;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery:not(.tz-pdp-gallery-painted) .flex-viewport {
    background-image:
      var(--tz-pdp-gallery-placeholder, none),
      radial-gradient(circle at 50% 12%, rgba(216, 177, 108, 0.08), transparent 30%),
      linear-gradient(180deg, rgba(13, 25, 36, 0.98) 0%, rgba(7, 17, 25, 0.98) 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center, center, center;
    background-size: contain, auto, auto;
  }
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport {
  width: 656px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 12%, rgba(216, 177, 108, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(13, 25, 36, 0.98) 0%, rgba(7, 17, 25, 0.98) 100%);
  aspect-ratio: 1 / 1;
  height: auto !important;
  touch-action: pan-y;
}

body.tz-product-lux-skin .woocommerce-product-gallery__wrapper {
  width: auto;
  max-width: none;
  margin: 0;
  height: 100%;
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
}

body.tz-product-lux-skin .woocommerce-product-gallery__wrapper::after {
  content: "";
  display: block;
  clear: both;
}

body.tz-product-lux-skin .woocommerce-product-gallery__image,
body.tz-product-lux-skin .woocommerce-product-gallery__wrapper > div,
body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport li {
  max-width: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper > .flex-active-slide,
body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image.flex-active-slide {
  margin-left: 0 !important;
  z-index: 2;
  box-shadow: -1px 0 0 rgba(13, 25, 36, 0.98), 1px 0 0 rgba(13, 25, 36, 0.98);
}

body.tz-product-lux-skin .woocommerce-product-gallery__image a,
body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 656px;
  height: 656px;
  padding: 0;
  box-sizing: border-box;
}

body.tz-product-lux-skin .woocommerce-product-gallery__image img,
body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 656px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
  filter: none !important;
  transform: none !important;
  user-select: none;
  -webkit-user-drag: none;
}

body.tz-product-lux-skin .woocommerce-product-gallery.tz-pdp-gallery-drag-enabled .flex-viewport {
  cursor: grab;
}

body.tz-product-lux-skin .woocommerce-product-gallery.tz-pdp-gallery-dragging .flex-viewport {
  cursor: grabbing;
}

body.tz-product-lux-skin .tz-pdp-variant-grid.tz-pdp-drag-scroll-enabled,
body.tz-product-lux-skin .tz-pdp-related-products__viewport.tz-pdp-drag-scroll-enabled {
  cursor: grab;
}

body.tz-product-lux-skin .tz-pdp-variant-grid.tz-pdp-drag-scroll-active,
body.tz-product-lux-skin .tz-pdp-related-products__viewport.tz-pdp-drag-scroll-active {
  cursor: grabbing;
}

body.tz-product-lux-skin .tz-pdp-variant-grid.tz-pdp-drag-scroll-active *,
body.tz-product-lux-skin .tz-pdp-related-products__viewport.tz-pdp-drag-scroll-active * {
  user-select: none;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 10px;
  row-gap: 12px;
  width: 656px;
  max-width: 100%;
  margin: 8px auto 0;
  padding: 0 0 4px;
  list-style: none;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs li {
  display: block;
  flex: 0 0 96px;
  max-width: 96px;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: visible;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(13, 25, 36, 0.98) 0%, rgba(8, 19, 27, 0.98) 100%);
  transition: border-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease, opacity 0.24s ease;
  opacity: 0.82;
  will-change: transform;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs img:hover {
  border-color: rgba(216, 177, 108, 0.54);
  box-shadow: 0 14px 30px rgba(4, 11, 18, 0.26);
  transform: translateY(-1px);
  opacity: 1;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  border-color: rgba(216, 177, 108, 0.58);
  box-shadow: 0 16px 32px rgba(4, 11, 18, 0.3);
  transform: translateY(-2px);
  opacity: 1;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(656px, 100%);
  height: 656px;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
  z-index: 3;
}

body.tz-product-lux-skin .woocommerce-product-gallery.tz-pdp-gallery-single .flex-direction-nav,
body.tz-product-lux-skin .woocommerce-product-gallery.tz-pdp-gallery-single .flex-control-thumbs {
  display: none !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav li {
  position: absolute;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  visibility: visible !important;
  transition: opacity 0.28s ease, transform 0.32s cubic-bezier(0.22, 0.68, 0.22, 1);
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
  left: 12px;
  transform: translate3d(-10px, -50%, 0);
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  right: 12px;
  transform: translate3d(10px, -50%, 0);
}

body.tz-product-lux-skin .woocommerce-product-gallery:hover .flex-direction-nav li {
  opacity: 1;
  transform: translate3d(0, -50%, 0);
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev,
body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
  opacity: 0 !important;
  pointer-events: none !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav li.flex-nav-prev {
  transform: translate3d(-10px, -50%, 0) !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav li.flex-nav-next {
  transform: translate3d(10px, -50%, 0) !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery:hover .flex-direction-nav li.flex-nav-prev,
body.tz-product-lux-skin .woocommerce-product-gallery:hover .flex-direction-nav li.flex-nav-next,
body.tz-product-lux-skin .woocommerce-product-gallery:focus-within .flex-direction-nav li.flex-nav-prev,
body.tz-product-lux-skin .woocommerce-product-gallery:focus-within .flex-direction-nav li.flex-nav-next {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate3d(0, -50%, 0) !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 0;
  border: 1px solid rgba(118, 176, 188, 0.28);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(8, 20, 29, 0.82) 0%, rgba(6, 16, 24, 0.9) 100%);
  color: rgba(225, 243, 247, 0.92);
  box-shadow: 0 10px 22px rgba(2, 8, 13, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  opacity: 1 !important;
  pointer-events: none;
  text-indent: 0;
  font-size: 0;
  line-height: 0;
  visibility: visible !important;
  transform: scale(0.92);
  transition: border-color 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav a.flex-prev,
body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav a.flex-next {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0.9) !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery:hover .flex-direction-nav a.flex-prev,
body.tz-product-lux-skin .woocommerce-product-gallery:hover .flex-direction-nav a.flex-next,
body.tz-product-lux-skin .woocommerce-product-gallery:focus-within .flex-direction-nav a.flex-prev,
body.tz-product-lux-skin .woocommerce-product-gallery:focus-within .flex-direction-nav a.flex-next {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: scale(1) !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav a.flex-next::after {
  content: none !important;
  display: none !important;
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav a:hover {
  border-color: rgba(216, 177, 108, 0.48);
  background: linear-gradient(180deg, rgba(11, 27, 37, 0.94) 0%, rgba(8, 20, 29, 0.98) 100%);
  color: #fff2d9;
  box-shadow: 0 12px 24px rgba(2, 9, 14, 0.34), inset 0 1px 0 rgba(255, 244, 220, 0.08);
  transform: translateY(-1px) scale(1.02);
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav a::before {
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  position: static;
  left: auto;
  right: auto;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transition: none;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7 4l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7 4l6 6-6 6' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav .flex-prev::before {
  transform: rotate(180deg);
}

body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
  transform: none;
}

body.tz-product-lux-skin .summary.entry-summary {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: var(--tz-pdp-text);
}

body.tz-product-lux-skin.tz-product-lux-js-pending .summary.entry-summary {
  opacity: 0;
  pointer-events: none;
  min-height: 640px;
}

body.tz-product-lux-skin.tz-product-lux-js-ready .summary.entry-summary {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.18s ease;
}

body.tz-product-lux-skin .summary.entry-summary > .clear {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-top-shell {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-heading-shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

body.tz-product-lux-skin .summary.entry-summary h1.product_title {
  margin: 0;
  color: #f3fcff;
  font-size: clamp(29px, 2.55vw, 39px);
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin: 0;
  color: #cde8ef;
}

body.tz-product-lux-skin .tz-pdp-rating-row .star-rating,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-product-info .star-rating {
  display: block;
  float: none;
  margin: 0;
  min-height: 14px;
  height: 14px;
  line-height: 14px;
}

body.tz-product-lux-skin .tz-pdp-rating-row .star-rating::before,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-product-info .star-rating::before {
  background: linear-gradient(180deg, rgba(216, 177, 108, 0.3) 0%, rgba(123, 88, 40, 0.38) 100%) !important;
}

body.tz-product-lux-skin .tz-pdp-rating-row .star-rating span::before,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-product-info .star-rating span::before {
  background: linear-gradient(180deg, #f6e4c2 0%, #efcf8f 46%, #d8a95d 100%) !important;
  filter: drop-shadow(0 0 4px rgba(216, 177, 108, 0.28));
}

body.tz-product-lux-skin .tz-pdp-rating-row .woocommerce-review-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #d3eef3;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  position: relative;
  transform: translateY(0);
  transition:
    color 0.22s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-rating-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #d3eef3;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  position: relative;
  transform: translateY(0);
  transition:
    color 0.22s ease,
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    text-shadow 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-rating-row .woocommerce-review-link::after,
body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-rating-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(120, 227, 237, 0.12) 0%, rgba(216, 177, 108, 0.68) 50%, rgba(120, 227, 237, 0.12) 100%);
  opacity: 0.42;
  transform: scaleX(0.34);
  transform-origin: left center;
  transition:
    opacity 0.22s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-rating-row a[href="#cr_qna"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 35px;
  padding: 6px 12px 6px 10px;
  border: 1px solid rgba(82, 184, 199, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(9, 24, 35, 0.94) 0%, rgba(6, 17, 26, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(167, 235, 243, 0.05);
  color: #cdeff5 !important;
  font-size: 12.75px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-decoration: none;
  opacity: 1;
  transition:
    transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    background 0.24s ease,
    box-shadow 0.24s ease,
    color 0.2s ease;
  will-change: transform;
}

body.tz-product-lux-skin .tz-pdp-rating-row .cr-qna-separator {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-qna-link::before {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 999px;
  background: rgba(88, 197, 211, 0.14);
  color: #7de5ef;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

body.tz-product-lux-skin .tz-pdp-rating-row a[href="#cr_qna"]:hover {
  color: #effbfe !important;
  border-color: rgba(96, 205, 219, 0.36);
  background:
    linear-gradient(180deg, rgba(12, 31, 44, 0.97) 0%, rgba(8, 21, 31, 0.99) 100%);
  box-shadow:
    inset 0 1px 0 rgba(177, 240, 247, 0.08),
    0 14px 26px rgba(2, 9, 14, 0.18),
    0 0 0 1px rgba(115, 221, 233, 0.05);
  transform: translateY(-2px);
}

body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-rating-link:hover,
body.tz-product-lux-skin .tz-pdp-rating-row .woocommerce-review-link:hover,
body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-rating-chip:hover {
  color: #f2fbfd;
  transform: translateY(-1px);
  text-shadow: 0 0 18px rgba(130, 232, 242, 0.16);
}

body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-rating-link:hover::after,
body.tz-product-lux-skin .tz-pdp-rating-row .woocommerce-review-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
  box-shadow: 0 0 14px rgba(216, 177, 108, 0.18);
}

body.tz-product-lux-skin .tz-pdp-rating-row--qna-only {
  margin-top: 4px;
  align-self: flex-start;
}

body.tz-product-lux-skin .tz-pdp-rating-row--qna-only .tz-pdp-qna-link {
  min-height: 38px;
  padding: 8px 14px 8px 11px;
  border-color: rgba(95, 203, 216, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 177, 108, 0.08), transparent 38%),
    linear-gradient(160deg, rgba(11, 27, 39, 0.97) 0%, rgba(7, 18, 27, 0.99) 100%);
  box-shadow: inset 0 1px 0 rgba(177, 240, 247, 0.07), 0 12px 24px rgba(2, 9, 14, 0.18);
  color: #ecfbfe !important;
}

body.tz-product-lux-skin .tz-pdp-rating-row--qna-only .tz-pdp-qna-link:hover {
  border-color: rgba(116, 223, 235, 0.42);
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 177, 108, 0.12), transparent 40%),
    linear-gradient(160deg, rgba(13, 31, 44, 0.98) 0%, rgba(8, 21, 31, 1) 100%);
  box-shadow:
    inset 0 1px 0 rgba(183, 242, 248, 0.09),
    0 18px 32px rgba(2, 9, 14, 0.2),
    0 0 0 1px rgba(126, 228, 238, 0.05);
}

body.tz-product-lux-skin .tz-pdp-state-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
}

body.tz-product-lux-skin .tz-pdp-state-badge,
body.tz-product-lux-skin .tz-pdp-state-badge-wrap {
  display: inline-flex;
  margin: 0;
}

body.tz-product-lux-skin .tz-pdp-state-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 6px 12px;
  border: 1px solid rgba(59, 167, 181, 0.16);
  border-radius: 999px;
  background: rgba(9, 24, 35, 0.64) !important;
  color: #ebf7fa !important;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(158, 227, 236, 0.06);
}

body.tz-product-lux-skin .tz-pdp-top-shell .tz-pdp-state-badges .tz-pdp-state-badge {
  min-height: 28px;
  padding: 5px 11px;
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em;
}

body.tz-product-lux-skin .tz-pdp-price-shell > .tz-pdp-state-badges {
  gap: 5px;
  margin-bottom: 0;
}

body.tz-product-lux-skin .tz-pdp-state-badge.is-sale {
  border-color: rgba(189, 86, 110, 0.36);
  background: linear-gradient(180deg, rgba(58, 18, 31, 0.96) 0%, rgba(37, 12, 20, 0.98) 100%) !important;
  color: #ffe8ee !important;
}

body.tz-product-lux-skin .tz-pdp-state-badge.is-new {
  border-color: rgba(52, 168, 181, 0.34);
  background: linear-gradient(180deg, rgba(10, 43, 52, 0.96) 0%, rgba(7, 28, 35, 0.98) 100%) !important;
  color: #d8fbff !important;
}

body.tz-product-lux-skin .tz-pdp-state-badge.is-outlet {
  border-color: rgba(79, 183, 199, 0.4);
  background: linear-gradient(180deg, rgba(10, 37, 46, 0.96) 0%, rgba(6, 23, 30, 0.98) 100%) !important;
  color: #d7f7fb !important;
}

body.tz-product-lux-skin .tz-pdp-state-badge.type-bubble {
  min-width: 58px;
  padding-inline: 10px;
}

body.tz-product-lux-skin .tz-pdp-top-shell .tz-pdp-state-badges .tz-pdp-state-badge.type-bubble {
  min-width: 52px;
  padding-inline: 9px;
}

body.tz-product-lux-skin .tz-pdp-state-badge-wrap .ckit-badge {
  box-shadow: none !important;
}

body.tz-product-lux-skin .tz-pdp-rating-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(8, 22, 31, 0.82);
  color: #d6eef3;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}

body.single-product.tz-product-lux-skin :is(#___ratingbadge_0, #tz-google-ratingbadge-anchor) {
  display: block !important;
  left: 12px !important;
  bottom: 12px !important;
  background: transparent !important;
  z-index: 9999 !important;
  transform-origin: left bottom !important;
  transition:
    transform 0.32s cubic-bezier(0.22, 0.8, 0.24, 1),
    z-index 0s linear 0s,
    pointer-events 0s linear 0s !important;
}

body.single-product.tz-product-lux-skin :is(#___ratingbadge_0, #tz-google-ratingbadge-anchor) iframe {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.single-product.tz-product-lux-skin.tz-sticky-atc-visible :is(#___ratingbadge_0, #tz-google-ratingbadge-anchor) {
  pointer-events: none !important;
  transform: translateY(calc(100% + 92px)) !important;
  transition:
    transform 0.34s cubic-bezier(0.22, 0.8, 0.24, 1) 0.2s,
    z-index 0s linear 0s,
    pointer-events 0s linear 0s !important;
}

body.tz-product-lux-skin .tz-pdp-meta-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

body.tz-product-lux-skin .tz-pdp-price-shell {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

body.tz-product-lux-skin .summary.entry-summary .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  color: #f4fbfd;
  font-size: clamp(26px, 2.05vw, 34px);
  font-weight: 700;
  letter-spacing: -0.014em;
  line-height: 1;
}

body.tz-product-lux-skin .summary.entry-summary .price .woocommerce-Price-amount {
  color: #f8fcff;
}

body.tz-product-lux-skin .summary.entry-summary .price del {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 0.34em;
  text-decoration: none;
  color: rgba(220, 241, 246, 0.56) !important;
  opacity: 1;
  line-height: 1.2;
}

body.tz-product-lux-skin .summary.entry-summary .price ins {
  display: inline-flex;
  align-items: center;
  color: #f8fcff !important;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 0 18px rgba(248, 252, 255, 0.06);
  line-height: 1.2;
}

body.tz-product-lux-skin .summary.entry-summary .price del .woocommerce-Price-amount,
body.tz-product-lux-skin .summary.entry-summary .price del bdi,
body.tz-product-lux-skin .summary.entry-summary .price del .woocommerce-Price-currencySymbol,
body.tz-product-lux-skin .summary.entry-summary .price ins .woocommerce-Price-amount,
body.tz-product-lux-skin .summary.entry-summary .price ins bdi,
body.tz-product-lux-skin .summary.entry-summary .price ins .woocommerce-Price-currencySymbol {
  color: inherit !important;
}

body.tz-product-lux-skin .summary.entry-summary .price del::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px solid rgba(220, 241, 246, 0.66);
  transform: translateY(-50%);
  pointer-events: none;
}

body.tz-product-lux-skin .summary.entry-summary .price .woocommerce-Price-currencySymbol {
  margin-left: 0.2em;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 10px;
  width: auto;
  color: #f4fbfd;
  white-space: nowrap;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 0.45em;
  text-decoration: none;
  color: rgba(220, 241, 246, 0.56) !important;
  opacity: 1;
  line-height: 1.2;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins {
  display: inline-flex;
  align-items: center;
  color: #f4fbfd !important;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.2;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del .woocommerce-Price-amount,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del bdi,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del .woocommerce-Price-currencySymbol,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins .woocommerce-Price-amount,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins bdi,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins .woocommerce-Price-currencySymbol {
  color: inherit !important;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px solid rgba(220, 241, 246, 0.66);
  transform: translateY(-50%);
  pointer-events: none;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price .woocommerce-Price-currencySymbol {
  margin-left: 0.2em;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price > .woocommerce-Price-amount,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price > .woocommerce-Price-amount bdi,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price > .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins .woocommerce-Price-amount,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins bdi,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins .woocommerce-Price-currencySymbol {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.02;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del .woocommerce-Price-amount,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del bdi,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del .woocommerce-Price-currencySymbol {
  font-size: 18px;
  line-height: 1.08;
}

body.tz-product-lux-skin .tz-pdp-delivery-note {
  display: inline-flex;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  color: rgba(182, 212, 220, 0.82);
  font-size: 12.9px;
  letter-spacing: 0.012em;
  line-height: 1.38;
}

body.tz-product-lux-skin .summary.entry-summary .price + .tz-pdp-delivery-note {
  margin-top: -4px;
}

body.tz-product-lux-skin .tz-pdp-brand-chip {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  min-height: 44px;
  padding: 4px 15px 4px 4px;
  border: 1px solid rgba(82, 184, 199, 0.11);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(216, 177, 108, 0.14) 0%, rgba(216, 177, 108, 0.06) 14%, rgba(216, 177, 108, 0) 34%),
    radial-gradient(circle at 100% 0%, rgba(216, 177, 108, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(9, 24, 35, 0.94) 0%, rgba(6, 17, 26, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(167, 235, 243, 0.05),
    0 8px 18px rgba(2, 9, 14, 0.14);
  color: #e6f8fb;
  text-decoration: none;
  transition:
    color 0.24s ease,
    border-color 0.24s ease,
    background 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  transform: translateY(0);
}

body.tz-product-lux-skin .tz-pdp-brand-chip:hover {
  color: #f2fbfd;
  border-color: rgba(216, 177, 108, 0.16);
  background:
    linear-gradient(90deg, rgba(216, 177, 108, 0.34) 0%, rgba(216, 177, 108, 0.16) 20%, rgba(216, 177, 108, 0.04) 44%, rgba(216, 177, 108, 0) 68%),
    radial-gradient(circle at 100% 0%, rgba(216, 177, 108, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(12, 31, 44, 0.97) 0%, rgba(8, 21, 31, 0.99) 100%);
  box-shadow:
    inset 0 1px 0 rgba(177, 240, 247, 0.07),
    0 12px 24px rgba(2, 9, 14, 0.18),
    0 0 0 1px rgba(216, 177, 108, 0.07),
    0 10px 22px rgba(216, 177, 108, 0.05);
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-pdp-brand-chip__logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(210, 220, 226, 0.92),
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 6px 14px rgba(1, 8, 13, 0.14);
  transition:
    box-shadow 0.24s ease,
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tz-product-lux-skin .tz-pdp-brand-chip__logo,
body.tz-product-lux-skin .tz-pdp-brand-chip__logo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: none;
}

body.tz-product-lux-skin .tz-pdp-brand-chip__logo-wrap:has(> img.tz-brand-logo--solid-dark) {
  background: transparent;
  box-shadow: 0 6px 14px rgba(1, 8, 13, 0.16), 0 0 0 1px rgba(188, 214, 221, 0.16);
}

body.tz-product-lux-skin .tz-pdp-brand-chip__name {
  color: #f0fbfd;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.018em;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tz-product-lux-skin .tz-pdp-brand-chip:hover .tz-pdp-brand-chip__name {
  color: var(--tz-pdp-gold-hover);
}

body.tz-product-lux-skin .tz-pdp-brand-chip:hover .tz-pdp-brand-chip__logo-wrap {
  box-shadow:
    inset 0 0 0 1px rgba(222, 230, 235, 0.96),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 8px 15px rgba(1, 8, 13, 0.16);
  transform: translateY(0);
}

body.tz-product-lux-skin .tz-pdp-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

body.tz-product-lux-skin .tz-pdp-trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 35px;
  padding: 7px 13px 7px 11px;
  border: 1px solid rgba(216, 177, 108, 0.14);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(216, 177, 108, 0.11) 0%, rgba(216, 177, 108, 0.03) 36%, rgba(216, 177, 108, 0) 58%),
    rgba(8, 23, 33, 0.62);
  color: #e0f2f6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: inset 0 1px 0 rgba(255, 244, 220, 0.04);
  transition: border-color 0.24s ease, background 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-trust-chip::before {
  content: "";
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0d39a 0%, #d8a95d 100%);
  box-shadow: 0 0 0 3px rgba(216, 177, 108, 0.09);
}

body.tz-product-lux-skin .tz-pdp-trust-chip:hover {
  border-color: rgba(216, 177, 108, 0.22);
  background:
    linear-gradient(90deg, rgba(216, 177, 108, 0.15) 0%, rgba(216, 177, 108, 0.05) 38%, rgba(216, 177, 108, 0) 62%),
    rgba(10, 27, 38, 0.74);
  color: #eef9fb;
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-pdp-stock-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 0 0 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.tz-product-lux-skin .tz-pdp-stock-shell::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(216, 177, 108, 0.8) 0%, rgba(79, 183, 199, 0.28) 100%);
}

body.tz-product-lux-skin .tz-pdp-stock-shell__label {
  color: #f1f9fb;
  font-size: 15px;
  font-weight: 700;
}

body.tz-product-lux-skin .tz-pdp-stock-shell__detail {
  color: #9ec2cd;
  font-size: 13px;
  line-height: 1.4;
}

body.tz-product-lux-skin .tz-pdp-form-shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0;
}

body.tz-product-lux-skin .tz-pdp-notify-button,
body.tz-product-lux-skin input.tz-pdp-notify-button,
body.tz-product-lux-skin button.tz-pdp-notify-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin: 0;
  padding: 0 22px;
  border: 1px solid rgba(59, 167, 181, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(12, 31, 43, 0.98) 0%, rgba(8, 21, 31, 0.99) 100%) !important;
  color: #effbfe !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(159, 229, 238, 0.06);
  transition: border-color 0.24s ease, background-color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-notify-button:hover {
  border-color: rgba(79, 183, 199, 0.42);
  background: linear-gradient(180deg, rgba(16, 40, 55, 0.99) 0%, rgba(10, 28, 39, 0.99) 100%) !important;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(170, 239, 246, 0.08), 0 16px 32px rgba(1, 8, 13, 0.18);
}

body.tz-product-lux-skin .tz-pdp-notify-button:focus-visible {
  outline: 0;
  border-color: rgba(79, 183, 199, 0.52);
  box-shadow: 0 0 0 3px rgba(79, 183, 199, 0.16);
}

body.tz-product-lux-skin .tz-pdp-cart-form {
  margin: 0 !important;
  display: grid;
  grid-template-columns: minmax(118px, 132px) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

body.tz-product-lux-skin .tz-pdp-cart-form__row {
  display: grid;
  grid-template-columns: minmax(118px, 132px) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  display: block;
  float: none !important;
  width: 132px;
  max-width: 100%;
  margin: 0;
}

body.tz-product-lux-skin .tz-pdp-cart-form > .single_add_to_cart_button.button.alt {
  grid-column: 2;
  grid-row: 1;
}

body.tz-product-lux-skin .tz-pdp-cart-form > input[type="hidden"],
body.tz-product-lux-skin .tz-pdp-cart-form > .added_to_cart {
  grid-column: 1 / -1;
}

body.tz-product-lux-skin .tz-pdp-cart-form > .added_to_cart,
body.tz-product-lux-skin .summary.entry-summary .added_to_cart,
body.tz-product-lux-skin .related.products ul.products li.product a.added_to_cart,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart a.added_to_cart,
body.tz-product-lux-skin a.added_to_cart.wc-forward {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-cart-form.tz-pdp-cart-form--fixed-quantity {
  grid-template-columns: minmax(0, 1fr);
}

body.tz-product-lux-skin .tz-pdp-cart-form.tz-pdp-cart-form--fixed-quantity .quantity {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-cart-form.tz-pdp-cart-form--fixed-quantity > .single_add_to_cart_button.button.alt {
  grid-column: 1 / -1;
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-nav {
  position: absolute !important;
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: auto !important;
  transform: none;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
  width: 40px;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: rgba(7, 22, 33, 0.9) !important;
  border-left: 1px solid rgba(59, 167, 181, 0.34);
  border-radius: 0 17px 17px 0;
  box-shadow: none !important;
  pointer-events: none;
  z-index: 2;
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-button {
  position: static !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 0;
  height: auto !important;
  overflow: hidden;
  font-size: 0 !important;
  line-height: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, rgba(13, 33, 45, 0.96) 0%, rgba(9, 25, 36, 0.96) 100%) !important;
  border: 0 !important;
  color: transparent !important;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: none !important;
  transition: background-color 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-button.plus {
  border-radius: 0 16px 0 0 !important;
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-button.minus {
  border-radius: 0 0 16px 0 !important;
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-button::before {
  content: none !important;
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-button::after {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #d8edf5;
  letter-spacing: 0;
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-button.plus::after {
  content: "+";
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-button.minus::after {
  content: "\2212";
}

body.tz-product-lux-skin .tz-pdp-cart-form .quantity-button:hover {
  background: linear-gradient(180deg, rgba(18, 47, 64, 0.98) 0%, rgba(12, 35, 48, 0.98) 100%) !important;
}

body.tz-product-lux-skin .tz-pdp-cart-form .qty {
  -moz-appearance: textfield;
  appearance: textfield;
  width: 100% !important;
  min-width: 0 !important;
  height: 56px !important;
  border: 1px solid rgba(59, 167, 181, 0.28) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, rgba(7, 22, 32, 0.95) 0%, rgba(5, 16, 24, 0.98) 100%) !important;
  color: #f1fbfd !important;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0 50px 0 14px !important;
  box-shadow: inset 0 1px 0 rgba(122, 219, 232, 0.08);
}

body.tz-product-lux-skin .tz-pdp-cart-form .qty::-webkit-outer-spin-button,
body.tz-product-lux-skin .tz-pdp-cart-form .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart .add_to_cart_button.button,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
body.tz-product-lux-skin .related.products ul.products li.product a.added_to_cart,
body.tz-product-lux-skin a.added_to_cart.wc-forward {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px !important;
  height: 56px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(231, 205, 150, 0.54) !important;
  border-radius: 12px !important;
  background-image: linear-gradient(138deg, #a37635 0%, #c69652 48%, #d8af73 100%) !important;
  color: #040d12 !important;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.24px !important;
  text-shadow: none !important;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 4px 10px rgba(1, 8, 13, 0.14), inset 0 1px 0 rgba(255, 243, 218, 0.38) !important;
  transition: transform 0.26s ease, box-shadow 0.26s ease, filter 0.26s ease, border-color 0.26s ease;
}

body.tz-product-lux-skin .summary.entry-summary .single_add_to_cart_button.button.alt,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  width: 100% !important;
}

body.tz-product-lux-skin .summary.entry-summary .single_add_to_cart_button.button.alt {
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100%;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart .add_to_cart_button.button {
  min-width: 188px;
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt::before,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart .add_to_cart_button.button::before,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
body.tz-product-lux-skin .related.products ul.products li.product a.added_to_cart::before,
body.tz-product-lux-skin a.added_to_cart.wc-forward::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  transform: translate3d(146%, 0, 0);
  background: linear-gradient(112deg, transparent 26%, rgba(255, 242, 214, 0.42) 50%, transparent 74%);
  transition: transform 1.28s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt > *,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart .add_to_cart_button.button > *,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart > *,
body.tz-product-lux-skin .related.products ul.products li.product a.added_to_cart > * {
  position: relative;
  z-index: 1;
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt:hover,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart .add_to_cart_button.button:hover,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
body.tz-product-lux-skin .related.products ul.products li.product a.added_to_cart:hover,
body.tz-product-lux-skin a.added_to_cart.wc-forward:hover {
  border-color: rgba(216, 177, 108, 0.64) !important;
  color: #040d12 !important;
  transform: translate3d(0, -1px, 0) !important;
  filter: brightness(1.012) saturate(1.03) !important;
  box-shadow: 0 8px 16px rgba(72, 50, 20, 0.26), 0 0 0 1px rgba(235, 205, 150, 0.28), inset 0 1px 0 rgba(255, 243, 218, 0.44) !important;
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt:hover::before,
body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart .add_to_cart_button.button:hover::before,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover::before,
body.tz-product-lux-skin .related.products ul.products li.product a.added_to_cart:hover::before,
body.tz-product-lux-skin a.added_to_cart.wc-forward:hover::before {
  transform: translate3d(-146%, 0, 0);
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt.loading,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
  color: transparent !important;
  filter: none !important;
  text-shadow: none !important;
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt.loading::before,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::before {
  opacity: 0 !important;
  transform: none !important;
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt.loading::after,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  margin-left: -8.5px;
  opacity: 1 !important;
  border: 2px solid rgba(78, 53, 15, 0.22);
  border-top-color: rgba(255, 251, 241, 0.98);
  border-right-color: rgba(239, 189, 104, 0.96);
  border-bottom-color: rgba(78, 53, 15, 0.22);
  border-left-color: rgba(88, 58, 14, 0.96);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(255, 248, 232, 0.1);
  animation: rotate 700ms linear infinite !important;
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt.added::before,
body.tz-product-lux-skin .single_add_to_cart_button.button.alt.added::after,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::before,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added::after {
  content: none !important;
  display: none !important;
}

body.tz-product-lux-skin .single_add_to_cart_button.button.alt.added,
body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  color: #040d12 !important;
  filter: none !important;
  box-shadow: 0 4px 10px rgba(1, 8, 13, 0.14), inset 0 1px 0 rgba(255, 243, 218, 0.38) !important;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-wishlist.full,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-wishlist {
  width: auto;
  margin: 0 !important;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell {
  margin-top: 0;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  padding: 0 15px 0 12px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 14px;
  background: rgba(8, 22, 31, 0.7);
  color: #dceff4;
  text-decoration: none;
  transition: border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist span,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist span {
  text-decoration: none !important;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist:hover,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist:hover {
  border-color: rgba(204, 102, 124, 0.42);
  background: rgba(10, 25, 35, 0.86);
  box-shadow: 0 10px 20px rgba(4, 12, 20, 0.24);
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist-t,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist-t {
  position: relative !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  margin: 0 !important;
  border-radius: 10px;
  border: 1px solid rgba(96, 187, 200, 0.22);
  background: linear-gradient(180deg, rgba(11, 31, 44, 0.84) 0%, rgba(7, 21, 33, 0.9) 100%);
  box-shadow: inset 0 1px 0 rgba(159, 235, 245, 0.1);
  overflow: hidden;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist::before,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist-t::before,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist-t::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist::before,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist-t::before,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist-t::after {
  position: absolute;
  top: 50%;
  left: 50% !important;
  width: 14px;
  height: 14px;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
  content: "";
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist::before,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist-t::before,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist::before,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist-t::before {
  z-index: 2;
  background: #d6edf2;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist-t::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist-t::after {
  z-index: 1;
  background: linear-gradient(155deg, #ff9ea9 0%, #d85873 48%, #a62c46 100%);
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' fill='%23000'/%3E%3C/svg%3E");
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.18);
  transition: opacity 0.34s ease, transform 0.34s ease;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist:hover em.cg-wishlist,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist:hover em.cg-wishlist-t,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist:hover em.cg-wishlist,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist:hover em.cg-wishlist-t {
  border-color: rgba(208, 98, 123, 0.38);
  background: linear-gradient(180deg, rgba(29, 14, 22, 0.9) 0%, rgba(19, 10, 15, 0.92) 100%);
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist:hover em.cg-wishlist::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist:hover em.cg-wishlist-t::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist em.cg-wishlist-t::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist:hover em.cg-wishlist::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist:hover em.cg-wishlist-t::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist::after,
body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist em.cg-wishlist-t::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist {
  border-color: rgba(208, 98, 123, 0.58);
  background: rgba(19, 16, 25, 0.88);
  color: #f4d8de;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-browse-wishlist span {
  font-weight: 700;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist.processing {
  pointer-events: none;
  padding-right: 38px;
}

body.tz-product-lux-skin .tz-pdp-wishlist-shell .commercekit-save-wishlist.processing::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto !important;
  right: 14px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1.5px solid rgba(217, 240, 247, 0.28);
  border-top-color: rgba(255, 184, 198, 0.98);
  border-right-color: rgba(223, 97, 122, 0.95);
  border-left-color: rgba(245, 202, 213, 0.7);
  animation: tz-pdp-wishlist-spin 0.72s linear infinite;
}

body.tz-product-lux-skin #commercekit-wishlist-popup {
  right: 20px !important;
  left: auto !important;
  bottom: 22px !important;
  top: auto !important;
  transform: none !important;
  margin: 0 !important;
  min-height: 44px;
  padding: 12px 14px 12px 40px;
  border: 1px solid rgba(208, 98, 123, 0.52);
  border-radius: 12px;
  background: linear-gradient(150deg, rgba(32, 16, 24, 0.96) 0%, rgba(21, 10, 17, 0.98) 100%) !important;
  color: #f6dbe1 !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  box-shadow: 0 15px 30px rgba(1, 7, 12, 0.45);
}

body.tz-product-lux-skin #commercekit-wishlist-popup::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: linear-gradient(155deg, #ff9ea9 0%, #d85873 48%, #a62c46 100%);
  -webkit-mask: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.31802 6.31802C2.56066 8.07538 2.56066 10.9246 4.31802 12.682L12.0001 20.364L19.682 12.682C21.4393 10.9246 21.4393 8.07538 19.682 6.31802C17.9246 4.56066 15.0754 4.56066 13.318 6.31802L12.0001 7.63609L10.682 6.31802C8.92462 4.56066 6.07538 4.56066 4.31802 6.31802Z' fill='%23000'/%3E%3C/svg%3E") center / contain no-repeat;
}

@keyframes tz-pdp-wishlist-spin {
  to {
    transform: rotate(360deg);
  }
}

body.tz-product-lux-skin .tz-pdp-mini-spec {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-mini-spec__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

body.tz-product-lux-skin .tz-pdp-mini-spec__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

body.tz-product-lux-skin .tz-pdp-mini-spec__label {
  color: rgba(150, 184, 196, 0.8);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-mini-spec__value {
  color: #edf9fb;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.tz-product-lux-skin .tz-pdp-premium-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.tz-product-lux-skin .tz-pdp-premium-highlights__chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(216, 177, 108, 0.18);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(216, 177, 108, 0.14) 0%, rgba(216, 177, 108, 0.06) 24%, rgba(216, 177, 108, 0.02) 48%, rgba(216, 177, 108, 0) 100%),
    rgba(8, 23, 33, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 218, 0.06),
    0 10px 18px rgba(1, 8, 13, 0.08);
  color: #f3dfb7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.tz-product-lux-skin .tz-pdp-variants-shell {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .related-wrapper > .tz-pdp-variants-shell--wide {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto var(--tz-pdp-section-gap);
}

body.tz-product-lux-skin .tz-pdp-variants-shell__title {
  margin: 0;
  color: var(--tz-pdp-gold);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.tz-product-lux-skin .tz-pdp-variants-shell__groups {
  display: grid;
  gap: 12px;
}

body.tz-product-lux-skin .tz-pdp-related-filter {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .related-wrapper > .tz-pdp-related-filter--wide {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0 auto var(--tz-pdp-section-gap);
}

body.tz-product-lux-skin .tz-pdp-related-filter--embedded {
  margin-top: 2px;
}

body.tz-product-lux-skin .tz-pdp-related-filter__head {
  display: grid;
  gap: 4px;
}

body.tz-product-lux-skin .tz-pdp-related-filter__title {
  margin: 0;
  color: #edf9fb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.tz-product-lux-skin .tz-pdp-related-filter__lede {
  margin: 0;
  color: rgba(179, 214, 221, 0.72);
  font-size: 12.5px;
  line-height: 1.5;
}

body.tz-product-lux-skin .tz-pdp-related-filter__link {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 8px;
  max-width: 100%;
  min-height: 38px;
  padding: 9px 15px;
  border: 1px solid rgba(59, 167, 181, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(10, 26, 37, 0.82) 0%, rgba(7, 19, 28, 0.9) 100%);
  box-shadow: inset 0 1px 0 rgba(160, 234, 243, 0.04);
  color: #d8edf3;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), color 0.32s cubic-bezier(0.22, 1, 0.36, 1), transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tz-product-lux-skin .tz-pdp-related-filter__link:hover {
  border-color: rgba(79, 183, 199, 0.34);
  background: linear-gradient(180deg, rgba(12, 29, 40, 0.94) 0%, rgba(8, 21, 31, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(160, 234, 243, 0.06), 0 8px 18px rgba(2, 9, 14, 0.12);
  color: #f2fcff;
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-pdp-variant-group {
  display: grid;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.tz-product-lux-skin .tz-pdp-variant-group__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 16px;
}

body.tz-product-lux-skin .tz-pdp-variant-group__label {
  margin: 0;
  color: #eef9fb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-variant-group__current {
  margin: 0;
  color: #9cbfc8;
  font-size: 12px;
  line-height: 1.45;
  text-align: right;
}

body.tz-product-lux-skin .tz-pdp-variant-grid {
  --tz-pdp-variant-card-width: 184px;
  display: flex;
  align-items: stretch;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 12px;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(79, 183, 199, 0.34) transparent;
}

body.tz-product-lux-skin .tz-pdp-variant-grid::-webkit-scrollbar {
  height: 8px;
}

body.tz-product-lux-skin .tz-pdp-variant-grid::-webkit-scrollbar-track {
  background: transparent;
}

body.tz-product-lux-skin .tz-pdp-variant-grid::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(79, 183, 199, 0.28);
}

body.tz-product-lux-skin .tz-pdp-variant-card {
  display: flex;
  flex: 0 0 var(--tz-pdp-variant-card-width);
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  border: 1px solid rgba(59, 167, 181, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10, 23, 33, 0.16) 0%, rgba(8, 18, 26, 0.06) 100%);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: none;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-link:not(.is-current):not(.is-unavailable):hover {
  transform: translateY(-1px);
  border-color: rgba(216, 177, 108, 0.24);
  background: linear-gradient(180deg, rgba(15, 31, 42, 0.28) 0%, rgba(9, 21, 30, 0.14) 100%);
  box-shadow: 0 12px 22px rgba(2, 9, 14, 0.1);
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-current {
  border-color: rgba(216, 177, 108, 0.34);
  background: linear-gradient(180deg, rgba(38, 29, 18, 0.28) 0%, rgba(10, 22, 31, 0.1) 100%);
  box-shadow: inset 0 2px 0 rgba(216, 177, 108, 0.7), inset 0 0 0 1px rgba(216, 177, 108, 0.08);
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-unavailable {
  opacity: 1;
  filter: none;
  border-color: rgba(108, 133, 144, 0.12);
  background: linear-gradient(180deg, rgba(11, 20, 28, 0.2) 0%, rgba(7, 15, 21, 0.08) 100%);
}

body.tz-product-lux-skin .tz-pdp-variant-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  aspect-ratio: 1 / 1;
  padding: 0;
  background: none;
  overflow: hidden;
}

body.tz-product-lux-skin .tz-pdp-variant-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

body.tz-product-lux-skin .tz-pdp-variant-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(212, 237, 243, 0.9);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.tz-product-lux-skin .tz-pdp-variant-card__body {
  display: grid;
  gap: 6px;
  padding: 12px 12px 14px;
}

body.tz-product-lux-skin .tz-pdp-variant-card__eyebrow {
  color: rgba(134, 209, 219, 0.92);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-variant-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #eef9fb;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.36;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body.tz-product-lux-skin .tz-pdp-variant-card__meta {
  display: -webkit-box;
  overflow: hidden;
  min-height: 0;
  color: #9dbec7;
  font-size: 11.5px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.tz-product-lux-skin .tz-pdp-variant-card__status {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: rgba(143, 220, 230, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-current .tz-pdp-variant-card__status {
  color: #f0d39a;
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-current .tz-pdp-variant-card__eyebrow {
  color: rgba(240, 211, 154, 0.92);
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-current .tz-pdp-variant-card__meta {
  color: rgba(223, 236, 239, 0.82);
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-unavailable .tz-pdp-variant-card__status {
  color: #caaeb0;
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-unavailable .tz-pdp-variant-card__media {
  opacity: 0.62;
  filter: saturate(0.42) brightness(0.88);
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-unavailable .tz-pdp-variant-card__eyebrow {
  color: rgba(132, 156, 166, 0.66);
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-unavailable .tz-pdp-variant-card__title {
  color: rgba(202, 218, 223, 0.74);
}

body.tz-product-lux-skin .tz-pdp-variant-card.is-unavailable .tz-pdp-variant-card__meta {
  color: rgba(142, 167, 175, 0.68);
}

body.tz-product-lux-skin .tz-pdp-secondary-shell {
  display: grid;
  gap: 18px;
  margin-top: 2px;
}

body.tz-product-lux-skin .tz-pdp-secondary-pricing,
body.tz-product-lux-skin .tz-pdp-assurance-grid {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid var(--tz-pdp-border);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(10, 24, 35, 0.92) 0%, rgba(6, 18, 27, 0.96) 100%);
  box-shadow: 0 18px 36px rgba(1, 8, 13, 0.24);
}

body.tz-product-lux-skin .tz-pdp-secondary-pricing {
  color: #cfe7ed;
  font-size: 14px;
  line-height: 1.7;
}

body.tz-product-lux-skin .tz-pdp-secondary-pricing hr {
  margin: 12px 0;
  border-color: rgba(59, 167, 181, 0.14);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) 82px minmax(0, 1.14fr);
  gap: 14px 16px;
  align-items: start;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid p {
  margin: 0;
  padding: 15px 16px;
  border: 1px solid rgba(59, 167, 181, 0.16);
  border-radius: 18px;
  background: rgba(8, 23, 33, 0.72);
  color: #d4ecf2;
  font-size: 13px;
  line-height: 1.55;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid a {
  color: #d7eef3;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .hr,
body.tz-product-lux-skin .tz-pdp-assurance-grid > p:empty,
body.tz-product-lux-skin .tz-pdp-assurance-grid .cr-trustbadgef,
body.tz-product-lux-skin .tz-pdp-assurance-grid .dodatkowo-hr {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .magazyn {
  grid-column: 1;
  grid-row: 1;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .magazyn a {
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 0 18px;
  border: 1px solid rgba(59, 167, 181, 0.2);
  border-radius: 18px;
  background: rgba(8, 23, 33, 0.72);
  color: #e4f4f7;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .magazyn a:hover {
  border-color: rgba(216, 177, 108, 0.38);
  color: #fff7e2;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .wysylka_ikona {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(2, 10, 15, 0.24));
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .zamow {
  grid-column: 1 / span 2;
  grid-row: 2;
  align-self: stretch;
  padding: 16px 18px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 18px;
  background: rgba(8, 23, 33, 0.72);
  color: #d7eff4;
  font-size: 15px;
  line-height: 1.55;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .zamow strong {
  color: #fff0cf;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .widget_text {
  grid-column: 3;
  grid-row: 1 / span 2;
  margin: 0;
  min-width: 0;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid > .widget_text > .textwidget,
body.tz-product-lux-skin .tz-pdp-assurance-grid .wysylka {
  height: 100%;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid .wysylka {
  padding: 18px 18px 16px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 18px;
  background: rgba(8, 23, 33, 0.72);
  color: #d4ecf2;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid .dodatkowo {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid .dodatkowo li {
  margin: 0;
  color: #cde6ec;
  font-size: 13.5px;
  line-height: 1.55;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid .dodatkowo li::before,
body.tz-product-lux-skin .tz-pdp-assurance-grid .dodatkowo li::after {
  display: none !important;
  content: none !important;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid .dodatkowo strong {
  display: inline-block;
  margin-bottom: 3px;
  color: #f3fbfd;
  font-size: 13.5px;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid .dodatkowo a {
  color: #d7eef3;
  text-decoration-color: rgba(216, 177, 108, 0.46);
}

body.tz-product-lux-skin .tz-pdp-secondary-pricing {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid.tz-pdp-assurance-grid--compact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid.tz-pdp-assurance-grid--server {
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-assurance-compact__title {
  margin: 0;
  color: var(--tz-pdp-gold);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__title {
  color: var(--tz-pdp-gold);
  font-size: 15px;
  line-height: 1.2;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__title::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-assurance-compact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

body.tz-product-lux-skin .tz-pdp-assurance-card {
  position: relative;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: flex-start;
  padding: 12px;
  border: 1px solid rgba(59, 167, 181, 0.2);
  border-radius: 15px;
  background: rgba(8, 23, 33, 0.76);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card {
  min-height: 0;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid rgba(59, 167, 181, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: border-color 0.24s ease, color 0.24s ease, background-color 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card:first-child {
  padding-top: 2px;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.tz-product-lux-skin .tz-pdp-assurance-card--link {
  color: inherit;
  text-decoration: none;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--link:hover {
  border-color: rgba(216, 177, 108, 0.24);
  background: transparent;
  box-shadow: none;
  transform: none;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--link:focus-visible {
  outline: 2px solid rgba(211, 176, 107, 0.9);
  outline-offset: 2px;
  border-color: rgba(101, 193, 205, 0.34);
}

body.tz-product-lux-skin .tz-pdp-assurance-card--link .tz-pdp-assurance-card__icon,
body.tz-product-lux-skin .tz-pdp-assurance-card--link .tz-pdp-assurance-card__title,
body.tz-product-lux-skin .tz-pdp-assurance-card--link .tz-pdp-assurance-card__subtitle {
  transition: border-color 0.24s ease, box-shadow 0.24s ease, color 0.24s ease, opacity 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--link:hover .tz-pdp-assurance-card__icon {
  border-color: rgba(216, 177, 108, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 236, 193, 0.16), 0 0 0 1px rgba(216, 177, 108, 0.08);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--link:hover .tz-pdp-assurance-card__title {
  color: #f4d7a0;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--link:hover .tz-pdp-assurance-card__subtitle {
  color: #d2e4ea;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card::after {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-assurance-card__icon {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid rgba(87, 182, 196, 0.2);
  background: linear-gradient(180deg, rgba(9, 29, 42, 0.78) 0%, rgba(6, 20, 30, 0.86) 100%);
  box-shadow: inset 0 1px 0 rgba(165, 234, 244, 0.08);
}

body.tz-product-lux-skin .tz-pdp-assurance-card__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
  background: #d6eff5;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border-color: rgba(88, 186, 199, 0.18);
  background: linear-gradient(180deg, rgba(10, 30, 43, 0.72) 0%, rgba(6, 18, 28, 0.78) 100%);
  box-shadow: inset 0 1px 0 rgba(165, 234, 244, 0.06);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--dispatch .tz-pdp-assurance-card__icon {
  border-color: rgba(79, 183, 199, 0.28);
  box-shadow: inset 0 1px 0 rgba(168, 237, 245, 0.1);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--warehouse .tz-pdp-assurance-card__icon {
  border-color: rgba(117, 159, 184, 0.24);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--authenticity .tz-pdp-assurance-card__icon {
  border-color: rgba(216, 177, 108, 0.22);
  background: linear-gradient(180deg, rgba(41, 29, 17, 0.68) 0%, rgba(22, 15, 9, 0.74) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 236, 193, 0.06);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card--authenticity .tz-pdp-assurance-card__icon::before {
  background: #f1d49c;
}

body.tz-product-lux-skin .tz-pdp-assurance-card--dispatch .tz-pdp-assurance-card__icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6v6l3 2m6-2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 6v6l3 2m6-2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.tz-product-lux-skin .tz-pdp-assurance-card--warehouse .tz-pdp-assurance-card__icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 9.5 12 4l9 5.5v10L12 24 3 19.5v-10Z' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M3 9.5 12 15l9-5.5M12 15v9' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 9.5 12 4l9 5.5v10L12 24 3 19.5v-10Z' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M3 9.5 12 15l9-5.5M12 15v9' stroke='%23000' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.tz-product-lux-skin .tz-pdp-assurance-card--authenticity .tz-pdp-assurance-card__icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3 4 6v6c0 5.25 3.4 8.54 8 10 4.6-1.46 8-4.75 8-10V6l-8-3Z' stroke='%23000' stroke-width='2'/%3E%3Cpath d='m9 12 2 2 4-4' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 3 4 6v6c0 5.25 3.4 8.54 8 10 4.6-1.46 8-4.75 8-10V6l-8-3Z' stroke='%23000' stroke-width='2'/%3E%3Cpath d='m9 12 2 2 4-4' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.tz-product-lux-skin .tz-pdp-assurance-card--returns .tz-pdp-assurance-card__icon::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 10.5h7V3m11 10.5a8.5 8.5 0 1 1-2.22-5.76' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 10.5h7V3m11 10.5a8.5 8.5 0 1 1-2.22-5.76' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body.tz-product-lux-skin .tz-pdp-assurance-card__body {
  min-width: 0;
}

body.tz-product-lux-skin .tz-pdp-assurance-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card__head {
  display: block;
}

body.tz-product-lux-skin .tz-pdp-assurance-card__title {
  margin: 0;
  color: #edf9fb;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.tz-product-lux-skin .tz-pdp-assurance-card__subtitle {
  margin: 3px 0 0;
  color: #b7d4de;
  font-size: 12.5px;
  line-height: 1.45;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card__title {
  color: #f2fbfd;
  font-size: 14px;
  line-height: 1.22;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card__subtitle {
  margin-top: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: #b9d5de;
  font-size: 12.5px;
  line-height: 1.5;
  text-wrap: pretty;
}

body.tz-product-lux-skin .tz-pdp-assurance-card__info {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(93, 188, 201, 0.4);
  border-radius: 999px;
  background: rgba(12, 35, 48, 0.9);
  color: #cfe8ef;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

body.tz-product-lux-skin .tz-pdp-assurance-card__tooltip {
  position: absolute;
  left: 12px;
  right: 12px;
  top: calc(100% + 8px);
  z-index: 12;
  padding: 10px 11px;
  border: 1px solid rgba(216, 177, 108, 0.4);
  border-radius: 12px;
  background: linear-gradient(155deg, rgba(15, 32, 43, 0.97) 0%, rgba(8, 20, 30, 0.97) 100%);
  color: #d8ebf0;
  font-size: 12px;
  line-height: 1.45;
  box-shadow: 0 16px 26px rgba(1, 8, 13, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translateY(3px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.tz-product-lux-skin .tz-pdp-assurance-card.is-open .tz-pdp-assurance-card__tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

body.tz-product-lux-skin .tz-pdp-assurance-card.is-open .tz-pdp-assurance-card__info {
  border-color: rgba(216, 177, 108, 0.62);
  color: #fff2d2;
  background: rgba(29, 38, 45, 0.96);
}

body.tz-product-lux-skin .tz-pdp-assurance-compact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding-top: 2px;
}

body.tz-product-lux-skin .tz-pdp-assurance-compact__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(59, 167, 181, 0.28);
  border-radius: 999px;
  background: rgba(9, 27, 39, 0.86);
  color: #d7ebf1;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 12px;
  min-height: 40px;
  padding: 9px 15px 9px 14px;
  border-radius: 14px;
  border-color: rgba(59, 167, 181, 0.18);
  background: rgba(10, 25, 36, 0.66);
  color: #deedf2;
  font-size: 12.5px;
  font-weight: 650;
  box-shadow: inset 0 1px 0 rgba(160, 234, 243, 0.06);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__link::after {
  content: "\203A";
  margin-left: 0;
  color: rgba(132, 220, 232, 0.92);
  font-size: 15px;
  line-height: 1;
}

body.tz-product-lux-skin .tz-pdp-assurance-compact__link:hover,
body.tz-product-lux-skin .tz-pdp-assurance-compact__link:focus-visible {
  border-color: rgba(216, 177, 108, 0.48);
  color: #fff2d2;
  background: rgba(21, 35, 46, 0.92);
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__link:hover,
body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__link:focus-visible {
  border-color: rgba(79, 183, 199, 0.28);
  background: rgba(15, 31, 43, 0.78);
  box-shadow: 0 10px 22px rgba(3, 10, 16, 0.12);
}

body.tz-product-lux-skin .tz-pdp-source-hidden {
  display: none !important;
}

body.tz-product-lux-skin .related-wrapper {
  display: block;
  width: 100%;
  clear: both;
  background: transparent !important;
  box-shadow: none !important;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.tz-product-lux-skin :is(
  .related-wrapper > .tz-pdp-variants-shell--wide,
  .related-wrapper > .tz-pdp-related-filter--wide,
  .related-wrapper > .woocommerce-tabs.wc-tabs-wrapper,
  .tz-pdp-related-products,
  .dodatek,
  .tz-tag-cloud-block
)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 18px;
  background: linear-gradient(90deg, rgba(216, 177, 108, 0.42) 0%, rgba(79, 183, 199, 0.16) 28%, rgba(79, 183, 199, 0) 100%);
}

body.tz-product-lux-skin .related-wrapper > .woocommerce-tabs.wc-tabs-wrapper {
  display: block;
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
}

body.tz-product-lux-skin .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.tz-product-lux-skin .woocommerce-tabs.wc-tabs-wrapper > .tabs.wc-tabs {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-accordion-wrap {
  display: block;
  padding: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion {
  position: relative;
  border-top: 1px solid rgba(59, 167, 181, 0.1);
  background: transparent;
  box-shadow: none;
  transition: border-color 0.28s ease, background 0.28s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion:first-child {
  border-top: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion:hover {
  border-top-color: rgba(79, 183, 199, 0.16);
}

body.tz-product-lux-skin .tz-pdp-accordion[open] {
  border-top-color: rgba(79, 183, 199, 0.16);
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion.is-active {
  border-top-color: rgba(79, 183, 199, 0.16);
}

body.tz-product-lux-skin .tz-pdp-accordion__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 15px 0;
  list-style: none;
  cursor: pointer;
  transition: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__summary:hover {
  background: linear-gradient(90deg, rgba(11, 28, 40, 0.14) 0%, rgba(8, 20, 29, 0.04) 72%, rgba(8, 20, 29, 0) 100%);
}

body.tz-product-lux-skin .tz-pdp-accordion[open] > .tz-pdp-accordion__summary {
  background: linear-gradient(90deg, rgba(11, 28, 40, 0.2) 0%, rgba(8, 20, 29, 0.06) 72%, rgba(8, 20, 29, 0) 100%);
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion.is-active > .tz-pdp-accordion__summary {
  background: linear-gradient(90deg, rgba(11, 28, 40, 0.2) 0%, rgba(8, 20, 29, 0.06) 72%, rgba(8, 20, 29, 0) 100%);
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion:not(.is-active) > .tz-pdp-accordion__summary {
  background: transparent;
}

body.tz-product-lux-skin .tz-pdp-accordion__summary::-webkit-details-marker {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__lead {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__title {
  position: relative;
  color: var(--tz-pdp-gold);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  transition: color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tz-product-lux-skin .tz-pdp-accordion__title::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__subtitle {
  color: #9cb5bd;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: 0.01em;
}

body.tz-product-lux-skin .tz-pdp-accordion__summary::after {
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 1px solid rgba(79, 183, 199, 0.14);
  border-radius: 12px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%2384dce8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M7 10l5 5 5-5'/%3E%3C/svg%3E") center/13px 13px no-repeat,
    linear-gradient(180deg, rgba(10, 25, 36, 0.62) 0%, rgba(7, 18, 27, 0.72) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

body.tz-product-lux-skin .tz-pdp-accordion__summary:hover::after {
  border-color: rgba(79, 183, 199, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.tz-product-lux-skin .tz-pdp-accordion__summary:hover .tz-pdp-accordion__title {
  color: #eed4a0;
}

body.tz-product-lux-skin .tz-pdp-accordion[open] .tz-pdp-accordion__summary::after {
  transform: rotate(180deg);
  border-color: rgba(79, 183, 199, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.tz-product-lux-skin .tz-pdp-accordion[open] .tz-pdp-accordion__title,
body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion.is-active .tz-pdp-accordion__title {
  color: #f0d39a;
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion.is-active .tz-pdp-accordion__summary::after {
  transform: rotate(180deg);
  border-color: rgba(79, 183, 199, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion:not(.is-active) .tz-pdp-accordion__summary::after {
  transform: rotate(0deg);
  border-color: rgba(79, 183, 199, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.tz-product-lux-skin .tz-pdp-accordion__body {
  padding: 0;
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion__body {
  overflow: hidden;
  transition: height 0.34s cubic-bezier(0.22, 0.68, 0.22, 1);
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion[data-tz-animating="1"] > .tz-pdp-accordion__body {
  will-change: height;
}

body.tz-product-lux-skin .tz-pdp-accordion__body::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-accordion[open] > .tz-pdp-accordion__body::before {
  content: none;
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion.is-active > .tz-pdp-accordion__body::before {
  content: none;
}

body.tz-product-lux-skin.tz-pdp-accordion-motion-ready .tz-pdp-accordion:not(.is-active) > .tz-pdp-accordion__body::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel {
  margin: 0;
  padding: 0 0 24px;
  background: transparent;
  color: #d2e4ea;
  font-size: 15.5px;
  line-height: 1.72;
  opacity: 1;
  transform: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel.woocommerce-Tabs-panel,
body.tz-product-lux-skin .tz-pdp-accordion__panel.panel,
body.tz-product-lux-skin .tz-pdp-accordion__panel.wc-tab {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel + .tz-pdp-accordion__panel {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(59, 167, 181, 0.1);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel h2,
body.tz-product-lux-skin .tz-pdp-accordion__panel h3 {
  color: #edf9fb;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel > :first-child {
  margin-top: 0 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel > :last-child {
  margin-bottom: 0 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel h2 {
  margin: 0 0 18px;
  display: block;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  color: #f3fbfd;
  font-size: clamp(24px, 1.9vw, 29px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel h3,
body.tz-product-lux-skin .tz-pdp-accordion__panel h4 {
  margin: 24px 0 12px;
  padding-bottom: 0 !important;
  padding-left: 0;
  border-bottom: 0 !important;
  border-left: 0;
  color: #eef9fb;
  font-size: 17px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel h3::before,
body.tz-product-lux-skin .tz-pdp-accordion__panel h4::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel p,
body.tz-product-lux-skin .tz-pdp-accordion__panel ul,
body.tz-product-lux-skin .tz-pdp-accordion__panel ol,
body.tz-product-lux-skin .tz-pdp-accordion__panel table,
body.tz-product-lux-skin .tz-pdp-accordion__panel blockquote {
  margin: 0 0 16px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel p {
  color: #d2e3e8;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel strong,
body.tz-product-lux-skin .tz-pdp-accordion__panel b {
  color: #f2fbfd;
  font-weight: 700;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel em {
  color: #b9dce3;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel a {
  color: #86d6e3;
  text-decoration: none;
  border-bottom: 1px solid rgba(134, 214, 227, 0.24);
  transition: color 0.24s ease, border-color 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel a:hover {
  color: #f4fbfd;
  border-color: rgba(134, 214, 227, 0.42);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel ul,
body.tz-product-lux-skin .tz-pdp-accordion__panel ol {
  display: grid;
  gap: 8px;
  padding-left: 0;
  list-style: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel li {
  position: relative;
  padding-left: 16px;
  color: #d7e7ec;
  line-height: 1.68;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel li + li {
  margin-top: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel ul li::before,
body.tz-product-lux-skin .tz-pdp-accordion__panel ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.92em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(129, 211, 223, 0.82);
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel hr {
  height: 1px;
  margin: 26px 0;
  border: 0;
  background: rgba(59, 167, 181, 0.14);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel table,
body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes th,
body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes td {
  padding: 14px 0;
  border-bottom: 1px solid rgba(59, 167, 181, 0.08);
  vertical-align: top;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel table th,
body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes th {
  width: 31%;
  color: #bcd7de;
  font-weight: 600;
  background: transparent;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel table td,
body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes td {
  color: #edf8fb;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel table tr:last-child th,
body.tz-product-lux-skin .tz-pdp-accordion__panel table tr:last-child td,
body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes tr:last-child th,
body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes tr:last-child td {
  border-bottom: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-product-additional-information {
  background: transparent !important;
}

body.tz-product-lux-skin .tz-pdp-delivery-panel {
  display: grid;
  gap: 18px;
}

body.tz-product-lux-skin .tz-pdp-delivery-panel__intro {
  margin: 0;
  max-width: 68ch;
  color: #dbe8ed;
  font-size: 15px;
  line-height: 1.72;
}

body.tz-product-lux-skin .tz-pdp-delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.tz-product-lux-skin .tz-pdp-delivery-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-delivery-card > * {
  margin: 0;
}

body.tz-product-lux-skin .tz-pdp-delivery-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  min-height: 30px;
  padding: 7px 11px;
  border: 1px solid rgba(216, 177, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(34, 28, 20, 0.26) 0%, rgba(9, 18, 27, 0.18) 100%);
  color: #e2c488;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 244, 222, 0.05);
}

body.tz-product-lux-skin .tz-pdp-delivery-card__title {
  color: #f3fbfd;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.02em;
}

body.tz-product-lux-skin .tz-pdp-delivery-card__copy {
  color: #d8e8ed;
  font-size: 14.5px;
  line-height: 1.68;
}

body.tz-product-lux-skin .tz-pdp-delivery-list {
  display: grid;
  gap: 0;
  margin: 2px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .tz-pdp-delivery-list li {
  padding: 8px 0 8px 18px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .tz-pdp-delivery-list li + li {
  border-top: 1px solid rgba(59, 167, 181, 0.09);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .tz-pdp-delivery-list li::before {
  left: 6px;
  top: calc(10px + 0.78em);
  background: rgba(124, 219, 231, 0.78);
}

body.tz-product-lux-skin .tz-pdp-delivery-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.tz-product-lux-skin .tz-pdp-delivery-chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(59, 167, 181, 0.2);
  border-radius: 999px;
  background: rgba(9, 23, 34, 0.74);
  color: #d3ebf0;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

body.tz-product-lux-skin .tz-pdp-delivery-meta {
  color: rgba(180, 212, 220, 0.78);
  font-size: 13.25px;
  line-height: 1.58;
}

body.tz-product-lux-skin .tz-pdp-delivery-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.tz-product-lux-skin .tz-pdp-delivery-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 9px 16px;
  border: 1px solid rgba(59, 167, 181, 0.28);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(10, 26, 37, 0.94) 0%, rgba(7, 19, 28, 0.98) 100%);
  color: #d8edf3;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-decoration: none;
  transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-delivery-link::after {
  content: "›";
  color: #79d7e2;
  font-size: 16px;
  line-height: 1;
}

body.tz-product-lux-skin .tz-pdp-delivery-link:hover,
body.tz-product-lux-skin .tz-pdp-delivery-link:focus-visible {
  border-color: rgba(79, 183, 199, 0.42);
  background: linear-gradient(180deg, rgba(13, 31, 43, 0.98) 0%, rgba(9, 23, 34, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(160, 234, 243, 0.08), 0 10px 22px rgba(2, 9, 14, 0.14);
  color: #f2fcff;
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block {
  display: grid;
  gap: 18px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews-title {
  margin: 0;
  color: #f1fbfd;
  font-size: clamp(23px, 1.85vw, 29px);
  line-height: 1.14;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews-title span {
  display: block;
  margin-top: 8px;
  color: #9fd0d9;
  font-size: 0.54em;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel #comments {
  display: grid;
  gap: 14px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews ol.commentlist,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews ul.commentlist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist > li.tz-pdp-review-item.is-collapsed-hidden {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist > li.review,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist > li.comment {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(104, 215, 230, 0.3) !important;
  border-bottom-color: rgba(104, 215, 230, 0.3) !important;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(13, 31, 44, 0.95) 0%, rgba(8, 20, 31, 0.96) 100%);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children {
  margin: 10px 0 0 78px;
  padding: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment {
  margin: 0;
  padding: 0;
  border: 1px solid rgba(73, 173, 188, 0.28) !important;
  border-left: 2px solid rgba(95, 212, 226, 0.46) !important;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(8, 20, 31, 0.94) 0%, rgba(11, 27, 39, 0.98) 100%) !important;
  box-shadow: inset 0 1px 0 rgba(163, 228, 236, 0.06), 0 10px 24px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment::before {
  content: none !important;
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment .comment_container {
  padding: 14px 16px 14px 18px !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment .comment_container .comment-text,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment .comment_container .cr-comment-text {
  margin-left: 0 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment .comment_container p.meta {
  margin-bottom: 10px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment .comment_container .woocommerce-review__author {
  color: #f0fbfd !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment .comment_container .woocommerce-review__verified {
  background: rgba(13, 120, 134, 0.18);
  border-color: rgba(111, 218, 232, 0.28);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment .comment_container .description p {
  color: #d8eef3;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .tz-pdp-review-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 6px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .tz-pdp-review-more__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(89, 192, 206, 0.22);
  border-radius: 11px;
  background: rgba(7, 18, 27, 0.76);
  color: #e8fbff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .tz-pdp-review-more__meta {
  color: #95bcc4;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  text-align: right;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist > li.review::before,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist > li.comment::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container {
  position: relative;
  margin: 0 !important;
  padding: 16px 18px 15px 20px !important;
  border: 0 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container > img.avatar,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-avatar {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 54px;
  height: 54px;
  max-width: none;
  max-height: none;
  object-fit: cover;
  border: 1px solid rgba(125, 231, 244, 0.44);
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  background: #0a1722;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-avatar-check {
  left: 47px !important;
  top: 43px !important;
  background: #0c8ea0;
  border: 1px solid rgba(197, 248, 255, 0.62);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .comment-text,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-comment-text {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 14px;
  row-gap: 0;
  margin: 0 0 0 78px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .star-rating {
  float: none !important;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  align-self: start;
  margin: 0 0 10px;
  display: block;
  font-size: 14px;
  min-height: 14px;
  height: 14px;
  line-height: 14px;
  letter-spacing: 0.04em;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .star-rating::before {
  background: linear-gradient(180deg, rgba(216, 177, 108, 0.3) 0%, rgba(123, 88, 40, 0.38) 100%) !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .star-rating span::before {
  background: linear-gradient(180deg, #f6e4c2 0%, #efcf8f 46%, #d8a95d 100%) !important;
  filter: drop-shadow(0 0 4px rgba(216, 177, 108, 0.28));
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container p.meta {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin: 0 0 9px;
  color: #c8e5eb;
  font-size: 13px;
  line-height: 1.5;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .woocommerce-review__author {
  color: #ecfdff !important;
  font-size: 15px;
  font-weight: 700 !important;
  letter-spacing: 0.1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .woocommerce-review__verified {
  display: inline-flex !important;
  align-items: center;
  max-width: 100%;
  padding: 1px 7px;
  border: 1px solid rgba(119, 225, 239, 0.34);
  border-radius: 999px;
  background: rgba(12, 142, 160, 0.18);
  color: #d6f5fa !important;
  font-size: 9px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.2;
  white-space: nowrap;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .woocommerce-review__dash {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .woocommerce-review__published-date {
  color: #bcd9e0 !important;
  font-size: 12px !important;
  font-style: normal;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .description {
  grid-column: 1 / -1;
  margin-top: 4px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .description p {
  margin: 0;
  color: #e5f9fc;
  line-height: 1.56;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-rating-product-name {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-product-name-picture {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-product-name-picture img,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .iv-comment-product-img {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid rgba(110, 217, 232, 0.42);
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  object-fit: cover;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-comment-productname-a {
  color: #a8e7f1 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.38;
  text-decoration: none;
  border-bottom: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 8px;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote svg,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote svg {
  width: 17px;
  height: 17px;
  display: block;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int {
  fill: rgba(18, 132, 144, 0.18);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
  fill: #53d6e8;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int {
  fill: rgba(151, 86, 94, 0.16);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
  fill: #e48b8b;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote-count {
  margin-left: -5px;
  color: #78deec;
  font-size: 12px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote-count {
  margin-left: -5px;
  color: #eb9fa2;
  font-size: 12px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update {
  opacity: 1;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active,
body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update {
  opacity: 1;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .woocommerce-noreviews,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-list-empty,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-search-no-qna {
  margin: 0;
  padding: 15px 16px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(8, 20, 29, 0.64) 0%, rgba(6, 16, 24, 0.8) 100%);
  color: #d4e7ec;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-new-q-form,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-search-block,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-list-block {
  margin: 0;
  padding: 18px 20px;
  border: 1px solid rgba(71, 154, 169, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 20, 30, 0.76) 0%, rgba(5, 15, 22, 0.92) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.015);
}

body.tz-product-lux-skin.tz-pdp-qna-modal-open {
  overflow: hidden;
}

body.tz-product-lux-skin .tz-pdp-qna-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100020;
  background:
    radial-gradient(circle at 50% 0%, rgba(103, 218, 231, 0.08), transparent 38%),
    rgba(3, 9, 14, 0.82);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

body.tz-product-lux-skin .tz-pdp-qna-modal-backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100030;
  display: block !important;
  width: min(720px, calc(100vw - 40px));
  max-height: min(88vh, 860px);
  margin: 0;
  padding: 24px 24px 20px;
  overflow: auto;
  border: 1px solid rgba(106, 209, 223, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(212, 173, 98, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(10, 25, 37, 0.98) 0%, rgba(5, 14, 22, 0.99) 100%);
  box-shadow:
    0 26px 80px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(121, 216, 228, 0.08);
  transform: translate(-50%, -50%);
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(103, 202, 217, 0.18);
  position: sticky;
  top: 0;
  z-index: 2;
  margin-top: -4px;
  padding-top: 4px;
  background: linear-gradient(180deg, rgba(10, 25, 37, 0.98) 0%, rgba(10, 25, 37, 0.92) 78%, rgba(10, 25, 37, 0) 100%);
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav .cr-nav-left {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  gap: 0;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav .cr-nav-left svg {
  display: none;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 0 0 16px;
  padding: 14px;
  border: 1px solid rgba(91, 186, 201, 0.14);
  border-radius: 18px;
  background: rgba(6, 17, 26, 0.68);
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-item img {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  object-fit: cover;
  background: #07111a;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-item span {
  color: #eafbfd;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-item-id {
  display: none;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav .cr-nav-left span {
  color: #eefbfd;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav .cr-nav-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(113, 223, 233, 0.22);
  border-radius: 999px;
  background: rgba(8, 21, 30, 0.7);
  cursor: pointer;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav .cr-nav-right svg {
  width: 16px;
  height: 16px;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav .cr-nav-right svg path {
  stroke: #93deea !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-comment,
body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-name,
body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-email {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-ne {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
  width: 100%;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-lbl {
  position: static !important;
  display: block;
  margin: 0 0 8px !important;
  padding: 0 !important;
  height: auto !important;
  background: none !important;
  color: #9fc5cd !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-txt,
body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-comment-txt {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(112, 213, 227, 0.3) !important;
  border-radius: 12px;
  background: #0a1520 !important;
  color: #dff9fd !important;
  box-shadow: none !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-comment-txt {
  min-height: 118px;
  resize: vertical;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-txt::placeholder,
body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-comment-txt::placeholder {
  color: #88b4bc;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-txt:focus,
body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-comment-txt:focus {
  border-color: rgba(145, 236, 248, 0.68) !important;
  box-shadow: 0 0 0 2px rgba(102, 221, 235, 0.16) !important;
  outline: 0;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-field-error {
  margin-top: 7px;
  color: #f0aab2 !important;
  font-size: 12px;
  line-height: 1.4;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  width: 100%;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-submit,
body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-cancel,
body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-continue {
  min-width: 180px;
  border: 1px solid rgba(113, 223, 233, 0.22);
  background: rgba(8, 21, 30, 0.72);
  color: #eafcff !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-submit {
  border: 1px solid rgba(67, 174, 190, 0.24);
  background: linear-gradient(135deg, #0c8ea0 0%, #0a6c78 100%);
  color: #ecfdff !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-submit span,
body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-cancel span {
  color: inherit;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-submit img {
  display: none;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  opacity: 0.85;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-cancel {
  border: 1px solid rgba(113, 223, 233, 0.22);
  background: rgba(8, 21, 30, 0.7);
  color: #dff1f5 !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-result {
  display: none;
  align-items: stretch;
  gap: 14px;
  margin-top: 18px;
  width: 100%;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-result:has(span:empty):has(.cr-review-form-continue:empty) {
  display: none !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active.cr-review-form-res .cr-review-form-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: start;
  max-width: none;
  margin: 20px 0 0;
  padding: 18px;
  border: 1px solid rgba(96, 190, 205, 0.18);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 20, 30, 0.8) 0%, rgba(5, 14, 22, 0.94) 100%);
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active[data-tz-qna-result="error"] .cr-review-form-result {
  border-color: rgba(227, 124, 139, 0.26);
  background:
    radial-gradient(circle at 100% 0%, rgba(227, 124, 139, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(26, 13, 18, 0.92) 0%, rgba(17, 9, 13, 0.96) 100%);
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active[data-tz-qna-result="success"] .cr-review-form-result {
  border-color: rgba(98, 206, 189, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(98, 206, 189, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(10, 25, 22, 0.92) 0%, rgba(6, 18, 15, 0.96) 100%);
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-result span {
  display: block;
  padding: 0;
  color: #e7f7fa;
  font-size: 14px;
  line-height: 1.62;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active[data-tz-qna-result="error"] .cr-review-form-result span {
  color: #ffd6db;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active[data-tz-qna-result="success"] .cr-review-form-result span {
  color: #ddfbf3;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-continue.cr-review-form-error {
  border-color: rgba(227, 124, 139, 0.34);
  background: linear-gradient(180deg, rgba(83, 24, 34, 0.94) 0%, rgba(56, 16, 23, 0.98) 100%);
  color: #ffe7ea !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-continue.cr-review-form-success {
  border-color: rgba(102, 206, 189, 0.34);
  background: linear-gradient(180deg, rgba(18, 106, 95, 0.96) 0%, rgba(14, 80, 71, 0.98) 100%);
  color: #effff9 !important;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active.cr-review-form-submitting {
  pointer-events: none;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active.cr-review-form-submitting .cr-review-form-submit span {
  display: none;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active.cr-review-form-submitting .cr-review-form-submit img {
  display: block;
}

body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-not-logged-in {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(104, 215, 230, 0.18);
  border-radius: 12px;
  background: rgba(7, 18, 27, 0.68);
  color: #d4e7ec;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper h3,
body.tz-product-lux-skin .tz-pdp-accordion__panel #reply-title,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-new-q-form h3,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-search-block h3,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-list-block h3 {
  margin: 0 0 12px;
  color: #eef9fb;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.02em;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper input[type="text"],
body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper input[type="email"],
body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper textarea,
body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper select,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-input-text,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(112, 213, 227, 0.3) !important;
  border-radius: 12px;
  background: #0a1520 !important;
  color: #dff9fd !important;
  box-shadow: none !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper textarea,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block textarea {
  min-height: 132px;
  resize: vertical;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper input::placeholder,
body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper textarea::placeholder,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-input-text::placeholder,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block textarea::placeholder {
  color: #88b4bc;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper input:focus,
body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper textarea:focus,
body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper select:focus,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-input-text:focus,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block textarea:focus {
  border-color: rgba(145, 236, 248, 0.68) !important;
  box-shadow: 0 0 0 2px rgba(102, 221, 235, 0.16) !important;
  outline: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper .form-submit input[type="submit"],
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ask-button,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ans-button,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-continue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(67, 174, 190, 0.24);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(11, 120, 135, 0.96) 0%, rgba(8, 90, 101, 0.98) 100%);
  color: #ecfdff !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-block-inner {
  display: grid;
  gap: 12px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-cont {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(75, 166, 181, 0.14);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(13, 31, 44, 0.95) 0%, rgba(8, 20, 31, 0.96) 100%);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author-b {
  color: #ecfdff !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author-verified {
  color: #a6dce4 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-question,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-answer {
  color: #e5f9fc !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block {
  display: grid;
  gap: 18px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block > .tz-pdp-qna-heading {
  display: grid;
  gap: 6px;
  margin: 0;
  color: #f0fbfd;
  font-size: clamp(23px, 1.82vw, 29px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block > .tz-pdp-qna-heading::before {
  content: "Kupujący pytają";
  display: block;
  color: #78deea;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block > * {
  min-width: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 18px;
  align-items: center;
  padding: 17px 18px;
  border: 1px solid rgba(81, 177, 192, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(212, 173, 98, 0.05), transparent 34%),
    linear-gradient(160deg, rgba(12, 29, 41, 0.96) 0%, rgba(8, 20, 31, 0.97) 100%);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__title {
  color: #f0fbfd;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__lede {
  margin: 0;
  color: #9fc9d1;
  font-size: 13px;
  line-height: 1.6;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__meta-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(91, 191, 205, 0.16);
  border-radius: 999px;
  background: rgba(8, 22, 32, 0.84);
  box-shadow: inset 0 1px 0 rgba(177, 240, 247, 0.04);
  color: #dff7fb;
  font-size: 12px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.01em;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-search-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block.tz-pdp-qna-ready .cr-qna-search-block {
  display: block;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-ajax-qna-search {
  position: relative;
  min-width: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  pointer-events: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-search-icon path {
  fill: #6fe2ed;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-clear-input {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.76;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-clear-input svg {
  width: 15px;
  height: 15px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-clear-input svg path {
  fill: #77dbe7;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-input-text {
  min-height: 50px;
  padding-left: 46px !important;
  padding-right: 40px !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ask-button {
  min-width: 126px;
  min-height: 50px;
  padding-inline: 18px;
  white-space: nowrap;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ask-button.tz-pdp-qna-ask-button--promoted {
  min-width: 152px;
  min-height: 48px;
  padding-inline: 20px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-block {
  padding-bottom: 20px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-block-inner {
  gap: 14px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-cont {
  display: grid;
  gap: 12px;
  padding: 17px 19px;
  border-color: rgba(78, 166, 181, 0.16);
  background: linear-gradient(180deg, rgba(10, 25, 37, 0.96) 0%, rgba(6, 17, 26, 0.98) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.012);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-q,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-a,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b {
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-q-l,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-a-l,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b-l {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 28px;
  min-width: 28px;
  padding-top: 2px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b-l {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-q-r,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-a-r,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b-r {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-icon,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-v-icon {
  width: 20px;
  height: 20px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-icon circle {
  stroke: rgba(112, 224, 235, 0.58) !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-icon path {
  fill: #6ce4ee !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-v-icon path,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-v-icon line,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-v-icon circle {
  stroke: #53d2c8 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-question {
  display: block;
  max-width: min(100%, 860px);
  margin: 0;
  color: #f0fbfd !important;
  font-size: clamp(17px, 1.04vw, 19px);
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: -0.02em;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-answer-s {
  max-width: min(100%, 860px);
  margin-top: 5px;
  padding: 2px 0 0 10px;
  border-left: 2px solid rgba(94, 190, 205, 0.2);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-answer {
  display: block;
  margin: 0;
  color: #d8edf2 !important;
  font-size: 15px;
  line-height: 1.72;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-answer-s p {
  margin: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author {
  display: block;
  margin-top: 2px;
  color: #a6c8d0 !important;
  font-size: 12.75px;
  line-height: 1.5;
  font-style: italic;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author-b {
  color: #eefbfd !important;
  font-weight: 700;
  font-style: normal;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author-verified {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  color: #90d6e1 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author-verified svg {
  width: 12px;
  height: 12px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b-r {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px;
  width: 100%;
  padding-top: 12px;
  border-top: 1px solid rgba(87, 175, 190, 0.14) !important;
  border-bottom: 0 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b-r.cr-qna-list-q-b-r-no-ans {
  border-top-color: rgba(87, 175, 190, 0.12) !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ans-button {
  min-width: 164px;
  min-height: 41px;
  padding-inline: 14px;
  font-size: 12.5px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-left: 0;
  align-self: center;
  white-space: nowrap;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  opacity: 1;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote svg,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote svg {
  width: 20px;
  height: 20px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote-count,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote-count {
  display: inline-block;
  margin-left: 0;
  color: #90b6be;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote-count {
  margin-right: 4px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote .cr-voting-svg-ext {
  fill: #71dfe9 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote .cr-voting-svg-int {
  fill: rgba(113, 223, 233, 0.22) !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote .cr-voting-svg-ext {
  fill: #ef9ba4 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote .cr-voting-svg-int {
  fill: rgba(239, 155, 164, 0.22) !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-inl-answ {
  grid-column: 1 / -1;
  width: auto !important;
  min-width: 0;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(104, 215, 230, 0.18);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(8, 21, 31, 0.72) 0%, rgba(5, 14, 22, 0.92) 100%);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(103, 202, 217, 0.18);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-left span {
  color: #eefbfd;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(113, 223, 233, 0.22);
  border-radius: 999px;
  background: rgba(8, 21, 30, 0.7);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-left svg,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-right svg {
  width: 16px;
  height: 16px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-left svg path,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-right svg path {
  stroke: #93deea !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-comment,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-name,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-email {
  margin: 0;
  padding: 0;
  max-width: none !important;
  width: 100%;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-ne {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
  width: 100%;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-lbl {
  position: static !important;
  display: block;
  margin: 0 0 8px !important;
  padding: 0 !important;
  height: auto !important;
  background: none !important;
  color: #9fc5cd !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-txt,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-comment-txt {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid rgba(112, 213, 227, 0.3) !important;
  border-radius: 12px;
  background: #0a1520 !important;
  color: #dff9fd !important;
  box-shadow: none !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-comment-txt {
  min-height: 118px;
  resize: vertical;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-txt::placeholder,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-comment-txt::placeholder {
  color: #88b4bc;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-txt:focus,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-comment-txt:focus {
  border-color: rgba(145, 236, 248, 0.68) !important;
  box-shadow: 0 0 0 2px rgba(102, 221, 235, 0.16) !important;
  outline: 0;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-field-error {
  margin-top: 7px;
  color: #f0aab2 !important;
  font-size: 12px;
  line-height: 1.4;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  width: 100%;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-submit,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-submit span,
body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-cancel span {
  color: inherit;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-submit {
  border: 1px solid rgba(67, 174, 190, 0.24);
  background: linear-gradient(135deg, #0c8ea0 0%, #0a6c78 100%);
  color: #ecfdff !important;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-submit img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  opacity: 0.85;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-cancel {
  border: 1px solid rgba(113, 223, 233, 0.22);
  background: rgba(8, 21, 30, 0.7);
  color: #dff1f5 !important;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-result {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  width: 100%;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-result:has(span:empty):has(.cr-review-form-continue:empty) {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-result span {
  color: #d6eaee;
  font-size: 13px;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-not-logged-in {
  margin: 0 0 14px;
  padding: 12px 14px;
  border: 1px solid rgba(104, 215, 230, 0.18);
  border-radius: 12px;
  background: rgba(7, 18, 27, 0.68);
  color: #d4e7ec;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-show-more-que {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(113, 223, 233, 0.22);
  border-radius: 11px;
  background: rgba(7, 18, 27, 0.7);
  color: #e9fcff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
  position: relative;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block #cr-show-more-q-spinner {
  display: none;
  width: 20px;
  height: 20px;
  margin: -31px auto 11px;
  border: 2px solid rgba(111, 223, 235, 0.22);
  border-top-color: #73dfe9;
  border-radius: 50%;
  background: none !important;
  animation: tz-pdp-qna-spin 0.75s linear infinite;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-show-more-que:has(+ #cr-show-more-q-spinner[style*="display: inline"]) {
  color: transparent;
  border-color: rgba(87, 175, 190, 0.22);
}

@keyframes tz-pdp-qna-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (hover: hover) {
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist > li.review:hover,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist > li.comment:hover {
    transform: translateY(-2px);
    border-color: rgba(136, 237, 249, 0.52);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.29), 0 0 0 1px rgba(132, 235, 246, 0.14);
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-comment-productname-a:hover {
    color: #bff6fc !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote:hover {
    transform: translateY(-1px);
    opacity: 1;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote:hover {
    transform: translateY(-1px);
    opacity: 1;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-clear-input:hover,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-right:hover {
    opacity: 1;
    border-color: rgba(127, 227, 239, 0.34);
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-clear-input:hover {
    transform: translateY(-50%) scale(1.02);
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-right:hover {
    transform: translateY(-1px);
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote:hover svg .cr-voting-svg-ext,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext {
    fill: #7ee4f1 !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote:hover svg .cr-voting-svg-ext,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext {
    fill: #f0aeb3 !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote:hover,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote:hover {
    transform: none;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote:hover .cr-voting-svg-ext {
    fill: #86e7f2 !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote:hover .cr-voting-svg-ext {
    fill: #f3aab2 !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper .form-submit input[type="submit"]:hover,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ask-button:hover,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ans-button:hover,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-continue:hover,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-submit:hover,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-show-more-que:hover {
    transform: none;
    filter: none;
    box-shadow: none;
    border-color: rgba(100, 198, 214, 0.34);
    background: linear-gradient(180deg, rgba(12, 127, 143, 0.96) 0%, rgba(9, 96, 108, 0.98) 100%);
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-cancel:hover {
    transform: translateY(-1px);
    border-color: rgba(127, 227, 239, 0.34);
    background: rgba(9, 24, 35, 0.84);
  }
}

body.tz-product-lux-skin .tz-pdp-overview-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

body.tz-product-lux-skin .tz-pdp-overview-copy,
body.tz-product-lux-skin .tz-pdp-spec-shell,
body.tz-product-lux-skin .tz-pdp-catalog-meta {
  position: relative;
}

body.tz-product-lux-skin .tz-pdp-overview-copy > *:last-child,
body.tz-product-lux-skin .tz-pdp-spec-shell > *:last-child,
body.tz-product-lux-skin .tz-pdp-catalog-meta > *:last-child {
  margin-bottom: 0;
}

body.tz-product-lux-skin .tz-pdp-overview-copy {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-overview-copy h2 {
  margin: 0 0 18px;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
  color: #f7fbfc;
  font-size: clamp(24px, 1.9vw, 30px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-overview-copy h3,
body.tz-product-lux-skin .tz-pdp-overview-copy h4 {
  display: block;
  width: auto;
  max-width: none;
  margin: 24px 0 10px;
  padding: 0;
  border-bottom: 0 !important;
  border-left: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #e6c98d;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.01em;
  text-transform: none;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-overview-copy h3::before,
body.tz-product-lux-skin .tz-pdp-overview-copy h4::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-overview-copy p {
  max-width: none;
  color: #dbe9ee;
  line-height: 1.72;
}

body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
}

body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  width: min(100%, 760px);
  padding: 14px 16px;
  border: 1px solid rgba(216, 177, 108, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(216, 177, 108, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(12, 28, 39, 0.96) 0%, rgba(7, 18, 26, 0.98) 100%);
  box-shadow:
    0 18px 36px rgba(2, 10, 16, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__icon {
  display: flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(216, 177, 108, 0.18);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 247, 233, 0.96) 0%, rgba(240, 226, 193, 0.96) 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1;
}

body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__body {
  min-width: 0;
  color: #dbe9ee;
  font-size: 14.5px;
  line-height: 1.58;
}

body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__title {
  margin: 0 0 4px;
  color: #f0d7a2;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__lead {
  margin: 0 0 6px;
  color: #eef7fa;
}

body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__copy {
  margin: 0;
  color: rgba(219, 233, 238, 0.82);
}

body.tz-product-lux-skin .tz-pdp-overview-copy strong {
  color: #f4fbfd;
  font-weight: 600;
}

body.tz-product-lux-skin .tz-pdp-overview-copy ul,
body.tz-product-lux-skin .tz-pdp-overview-copy ol {
  display: grid;
  gap: 0;
  margin: 6px 0 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-overview-copy li {
  padding: 10px 0 10px 18px;
}

body.tz-product-lux-skin .tz-pdp-overview-copy li + li {
  margin-top: 0;
  border-top: 1px solid rgba(59, 167, 181, 0.08);
}

body.tz-product-lux-skin .tz-pdp-overview-copy ul li::before,
body.tz-product-lux-skin .tz-pdp-overview-copy ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(10px + 0.84em);
  width: 5px;
  height: 5px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(216, 177, 108, 0.76);
}

body.tz-product-lux-skin .tz-pdp-overview-copy li strong:first-child {
  color: #eef9fb;
}

body.tz-product-lux-skin .tz-pdp-overview-copy hr {
  margin: 30px 0 24px;
  background: linear-gradient(90deg, rgba(216, 177, 108, 0.2) 0%, rgba(82, 197, 210, 0.12) 48%, rgba(82, 197, 210, 0) 100%);
}

body.tz-product-lux-skin .tz-pdp-overview-meta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: start;
}

body.tz-product-lux-skin .tz-pdp-overview-stack--spec-only .tz-pdp-overview-meta-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.9fr);
}

body.tz-product-lux-skin .tz-pdp-spec-shell,
body.tz-product-lux-skin .tz-pdp-catalog-meta {
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-spec-shell::before,
body.tz-product-lux-skin .tz-pdp-catalog-meta::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-spec-shell h3,
body.tz-product-lux-skin .tz-pdp-catalog-meta h3 {
  margin: 0 0 12px;
  padding-left: 0;
  border-left: 0;
  color: #d7b97d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-spec-shell h3::before,
body.tz-product-lux-skin .tz-pdp-catalog-meta h3::before {
  content: none;
}

body.tz-product-lux-skin .tz-pdp-spec-table,
body.tz-product-lux-skin .tz-pdp-catalog-meta__table {
  margin: 0;
}

body.tz-product-lux-skin .tz-pdp-catalog-meta__table th {
  width: 40%;
}

body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes th,
body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes th,
body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes td,
body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes td {
  padding-top: 16px;
  padding-bottom: 16px;
}

body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes th,
body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes th {
  background: transparent;
  color: #c3d9df;
}

body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes td,
body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes td {
  color: #f1fbfd;
}

body.tz-product-lux-skin .tz-pdp-water-note--compact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 16px;
  align-items: start;
  margin-top: 18px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(59, 167, 181, 0.16);
  border-radius: 0;
  background: none;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-water-note__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 32px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(104, 202, 216, 0.18);
  background: linear-gradient(180deg, rgba(15, 79, 92, 0.14) 0%, rgba(9, 37, 47, 0.18) 100%);
  color: #a9edf3;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-water-note__body {
  display: grid;
  gap: 6px;
  align-content: start;
}

body.tz-product-lux-skin .tz-pdp-water-note__body p {
  margin: 0;
  max-width: 64ch;
  color: #d7e8ec;
  font-size: 14.2px;
  line-height: 1.62;
}

body.tz-product-lux-skin .tz-pdp-water-note__body a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: #7ed5df;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 0;
  text-decoration: none;
}

body.tz-product-lux-skin .tz-pdp-water-note__body a::after {
  content: "›";
  font-size: 15px;
  line-height: 1;
}

body.tz-product-lux-skin .tz-pdp-water-note__body a:hover {
  color: #ebf7fa;
}

@media (max-width: 980px) {
  body.tz-product-lux-skin .tz-pdp-delivery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tz-product-lux-skin .tz-pdp-delivery-card--returns {
    grid-column: 1 / -1;
  }

  body.tz-product-lux-skin .tz-pdp-overview-meta-grid,
  body.tz-product-lux-skin .tz-pdp-overview-stack--spec-only .tz-pdp-overview-meta-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.tz-product-lux-skin .tz-pdp-delivery-panel {
    gap: 18px;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-panel__intro {
    font-size: 14px;
    line-height: 1.64;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-card,
  body.tz-product-lux-skin .tz-pdp-delivery-card--returns {
    grid-column: auto;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-card {
    gap: 12px;
    padding: 16px 14px 15px;
    border-radius: 18px;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-card__eyebrow {
    min-height: 28px;
    padding: 6px 10px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-card__title {
    font-size: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-card__copy,
  body.tz-product-lux-skin .tz-pdp-delivery-meta {
    font-size: 13.5px;
    line-height: 1.58;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-list {
    padding: 10px 12px;
    border-radius: 14px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .tz-pdp-delivery-list li {
    padding: 9px 0 9px 18px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .tz-pdp-delivery-list li::before {
    left: 5px;
    top: calc(9px + 0.82em);
  }

  body.tz-product-lux-skin .tz-pdp-delivery-chip {
    min-height: 30px;
    padding: 6px 10px;
    font-size: 11px;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-links {
    display: grid;
    gap: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-delivery-link {
    width: 100%;
    justify-content: space-between;
    min-height: 38px;
    padding: 9px 14px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block {
    gap: 14px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block > .tz-pdp-qna-heading {
    gap: 5px;
    font-size: clamp(20px, 6vw, 24px);
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block > .tz-pdp-qna-heading::before {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 15px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__title {
    font-size: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__lede {
    font-size: 12.5px;
    line-height: 1.54;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__meta {
    gap: 6px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__meta-chip {
    min-height: 26px;
    padding: 0 9px;
    font-size: 11px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews-title {
    font-size: clamp(20px, 6.2vw, 24px);
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews-title span {
    margin-top: 6px;
    font-size: 0.58em;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist {
    gap: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children {
    margin: 8px 0 0 0;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .commentlist ul.children li.comment .comment_container {
    padding: 13px 14px 13px 15px !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .tz-pdp-review-more {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .tz-pdp-review-more__button {
    width: 100%;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .tz-pdp-review-more__meta {
    text-align: center;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container {
    padding: 14px 14px 14px 15px !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container > img.avatar,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-avatar {
    top: 11px;
    left: 11px;
    width: 46px;
    height: 46px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-avatar-check {
    left: 38px !important;
    top: 35px !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .comment-text,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-comment-text {
    grid-template-columns: 1fr;
    row-gap: 7px;
    margin-left: 62px !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .star-rating {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-bottom: 0;
    font-size: 13px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container p.meta {
    grid-column: 1;
    grid-row: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
    align-items: start;
    gap: 4px;
    margin-bottom: 0;
    font-size: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .woocommerce-review__author {
    font-size: 14px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .woocommerce-review__verified {
    width: fit-content;
    max-width: 100%;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .woocommerce-review__published-date {
    width: fit-content;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .description p {
    font-size: 13.5px;
    line-height: 1.54;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-rating-product-name {
    gap: 7px;
    margin-top: 9px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-product-name-picture img,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .iv-comment-product-img {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-comment-productname-a {
    font-size: 12.5px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont {
    gap: 8px 7px;
    margin-top: 10px;
    padding-top: 9px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote {
    width: auto;
    height: auto;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-upvote svg,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .woocommerce-Reviews .comment_container .cr-voting-cont-uni span.cr-voting-downvote svg {
    width: 15px;
    height: 15px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel #review_form_wrapper,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-new-q-form,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-search-block,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-list-block {
    padding: 14px 11px;
    border-radius: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-list-block {
    padding: 8px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-cont {
    gap: 11px;
    padding: 14px 11px 12px;
    border-radius: 14px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block {
    gap: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 15px 13px;
    border-radius: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__title {
    font-size: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .tz-pdp-qna-toolbar__lede {
    font-size: 12.5px;
    line-height: 1.55;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-search-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-search-icon {
    left: 14px;
    width: 16px;
    height: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-input-text {
    min-height: 48px;
    padding-left: 40px !important;
    padding-right: 36px !important;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ask-button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-q,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-a,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-q-l,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-a-l,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b-l {
    width: 18px;
    min-width: 18px;
    padding-top: 2px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-icon,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-v-icon {
    width: 18px;
    height: 18px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-question {
    margin-bottom: 0;
    max-width: none;
    font-size: 15px !important;
    line-height: 1.36;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-answer-s {
    margin-top: 5px;
    padding-top: 2px;
    padding-left: 8px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-answer {
    font-size: 13.75px !important;
    line-height: 1.56;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author {
    font-size: 12px !important;
    line-height: 1.46;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-author-verified {
    font-size: 11px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-q-b-r {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    width: 100%;
    align-items: center !important;
    justify-content: flex-start !important;
    padding-top: 9px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-ans-button {
    min-width: 0;
    min-height: 40px;
    padding-inline: 12px;
    font-size: 11px;
    line-height: 1.18;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting {
    gap: 3px;
    justify-self: end;
    align-self: center;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote-count,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote-count {
    margin-left: 0;
    font-size: 11px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-upvote svg,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-q-voting .cr-voting-downvote svg {
    width: 18px;
    height: 18px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-qna-list-inl-answ {
    margin-top: 12px;
    padding: 14px 12px;
    border-radius: 14px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav {
    margin-bottom: 14px;
    padding-bottom: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-left span {
    font-size: 13px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-nav .cr-nav-right {
    width: 32px;
    height: 32px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-ne {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-comment-txt {
    min-height: 112px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-buttons {
    flex-wrap: wrap;
    gap: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-submit,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-review-form-cancel,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block .cr-show-more-que {
    width: 100%;
    min-width: 0;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .cr-qna-block #cr-show-more-q-spinner {
    margin-top: -31px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    padding: 18px 16px 16px;
    border-radius: 20px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-item {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-item img {
    width: 62px;
    height: 62px;
    border-radius: 14px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-item span {
    font-size: 13px;
    line-height: 1.42;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav .cr-nav-left span {
    font-size: 14px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-nav .cr-nav-right {
    width: 32px;
    height: 32px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-ne {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-comment-txt {
    min-height: 112px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-buttons {
    flex-wrap: wrap;
    gap: 10px;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-submit,
  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-cancel,
  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active .cr-review-form-continue {
    width: 100%;
    min-width: 0;
  }

  body.tz-product-lux-skin :is(.cr-qna-new-q-form, .cr-qna-list-inl-answ).tz-pdp-qna-modal-active.cr-review-form-res .cr-review-form-result {
    padding: 16px 14px;
    border-radius: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-overview-stack {
    gap: 20px;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy {
    padding: 0;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy h2 {
    margin-bottom: 14px;
    font-size: clamp(20px, 6.6vw, 25px);
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy h3,
  body.tz-product-lux-skin .tz-pdp-overview-copy h4 {
    margin-top: 22px;
    margin-bottom: 10px;
    padding: 0;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy p {
    font-size: 14px;
    line-height: 1.68;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note-wrap {
    margin-bottom: 18px;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note {
    gap: 12px;
    padding: 12px 13px;
    border-radius: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__icon {
    flex-basis: 36px;
    width: 36px;
    height: 36px;
    border-radius: 11px;
    font-size: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__body {
    font-size: 13.5px;
    line-height: 1.52;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__title {
    font-size: 14px;
    margin-bottom: 3px;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy .tz-outlet-note__lead {
    margin-bottom: 5px;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy ul,
  body.tz-product-lux-skin .tz-pdp-overview-copy ol {
    margin: 6px 0 18px;
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy li {
    padding: 9px 0 9px 15px;
  }

  body.tz-product-lux-skin .tz-pdp-overview-copy ul li::before,
  body.tz-product-lux-skin .tz-pdp-overview-copy ol li::before {
    top: calc(9px + 0.84em);
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell,
  body.tz-product-lux-skin .tz-pdp-catalog-meta {
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell h3,
  body.tz-product-lux-skin .tz-pdp-catalog-meta h3 {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes,
  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes tbody,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes tbody,
  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes tr,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes tr,
  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes th,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes th,
  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes td,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes td {
    display: block;
    width: 100%;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes {
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes tbody,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes tbody {
    display: grid;
    gap: 0;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes tr,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes tr {
    display: grid;
    gap: 5px;
    padding: 11px 0;
    border: 0;
    border-bottom: 1px solid rgba(59, 167, 181, 0.08);
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes tr:last-child,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes tr:last-child {
    border-bottom: 0;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes th,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes th,
  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes td,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes td {
    padding: 0;
    border: 0 !important;
    background: transparent;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes th,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes th {
    width: auto;
    color: #d7b97d;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell .shop_attributes td,
  body.tz-product-lux-skin .tz-pdp-catalog-meta .shop_attributes td {
    color: #eff8fb;
    font-size: 13.5px;
    line-height: 1.46;
    overflow-wrap: anywhere;
  }

  body.tz-product-lux-skin .tz-pdp-water-note--compact {
    grid-template-columns: 1fr;
    gap: 9px;
    margin-top: 14px;
    padding: 12px 0 0;
  }

  body.tz-product-lux-skin .tz-pdp-water-note__badge {
    min-width: 52px;
    min-height: 30px;
    padding: 6px 9px;
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  body.tz-product-lux-skin .tz-pdp-water-note__body p {
    max-width: none;
    font-size: 13.5px;
    line-height: 1.57;
  }

  body.tz-product-lux-skin .tz-pdp-water-note__body a {
    font-size: 12.25px;
  }
}

body.tz-product-lux-skin .tz-pdp-accordion__panel input:not([type="checkbox"]):not([type="radio"]),
body.tz-product-lux-skin .tz-pdp-accordion__panel textarea,
body.tz-product-lux-skin .tz-pdp-accordion__panel select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(59, 167, 181, 0.24);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(8, 20, 30, 0.92) 0%, rgba(6, 16, 24, 0.98) 100%);
  color: #eff9fb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel textarea {
  min-height: 132px;
  resize: vertical;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel input:focus,
body.tz-product-lux-skin .tz-pdp-accordion__panel textarea:focus,
body.tz-product-lux-skin .tz-pdp-accordion__panel select:focus {
  outline: none;
  border-color: rgba(79, 183, 199, 0.48);
  box-shadow: 0 0 0 4px rgba(79, 183, 199, 0.08);
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .product-attribute-box,
body.tz-product-lux-skin .tz-pdp-accordion__panel .product-attribute-box[style] {
  padding: 16px 18px !important;
  background: linear-gradient(160deg, rgba(10, 24, 35, 0.78) 0%, rgba(6, 18, 27, 0.9) 100%) !important;
  border: 1px solid rgba(59, 167, 181, 0.14) !important;
  border-radius: 16px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .product-attribute-box .attribute-label,
body.tz-product-lux-skin .tz-pdp-accordion__panel .product-attribute-box .attribute-label[style] {
  color: #b8d3db !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .product-attribute-box .attribute-value,
body.tz-product-lux-skin .tz-pdp-accordion__panel .product-attribute-box .attribute-value[style] {
  color: #e8f8fb !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .product-attribute-box .attribute-value a {
  color: #8bd8e4 !important;
}

body.tz-product-lux-skin .tz-pdp-accordion__panel .product-attribute-box .attribute-value a:hover {
  color: #d8f4f8 !important;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart {
  left: 0;
  right: 0;
  z-index: 140 !important;
  border-top: 1px solid rgba(59, 167, 181, 0.16);
  background:
    radial-gradient(circle at 12% 0%, rgba(79, 183, 199, 0.08), transparent 24%),
    radial-gradient(circle at 86% 0%, rgba(216, 177, 108, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(6, 15, 22, 0.94) 0%, rgba(4, 11, 18, 0.98) 100%);
  backdrop-filter: blur(16px);
  box-shadow: 0 -14px 30px rgba(1, 8, 13, 0.24);
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-title {
  color: #eff9fb;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price {
  color: #f5fcfe;
}

body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content > img {
  border-radius: 14px;
  overflow: hidden;
}

@media (min-width: 769px) {
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    white-space: nowrap;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price {
    flex: 0 0 auto;
    margin-right: 0;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-button > .button {
    flex: 0 0 auto;
  }
}

body.tz-product-lux-skin .related-wrapper .product_meta,
body.tz-product-lux-skin .col-full > .product_meta {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-related-products,
body.tz-product-lux-skin .dodatek,
body.tz-product-lux-skin .tz-tag-cloud-block {
  box-sizing: border-box;
  width: calc(100% - 84px);
  max-width: var(--tz-pdp-sections-max) !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-related-products,
body.tz-product-lux-skin .dodatek,
body.tz-product-lux-skin .tz-tag-cloud-block {
  margin-top: var(--tz-pdp-section-gap);
}

body.tz-product-lux-skin .content-area + br,
body.tz-product-lux-skin .related-wrapper + br {
  display: none !important;
}

body.tz-product-lux-skin .dodatek > br:first-child,
body.tz-product-lux-skin .dodatek > .tz-tag-cloud-block + br,
body.tz-product-lux-skin .dodatek > .tz-tag-cloud-block + br + br {
  display: none !important;
}

body.tz-product-lux-skin .dodatek > h2 {
  margin: 0 0 18px;
}

body.tz-product-lux-skin .dodatek .tz-tag-cloud-block {
  margin-top: var(--tz-pdp-section-gap);
}

body.tz-product-lux-skin .tz-tag-cloud-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: var(--tz-pdp-section-gap);
}

body.tz-product-lux-skin .tz-tag-cloud-block .tz-pdp-section-heading__lede {
  margin-top: 4px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-refined {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-refined > br {
  display: none !important;
}

body.tz-product-lux-skin .dodatek .tz-pdp-addon-block {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell {
  position: relative;
  --tz-addon-placeholder-reviews-deck-height: 355px;
  --tz-addon-placeholder-reviews-card-height: 307px;
  --tz-addon-placeholder-news-deck-height: 592px;
  --tz-addon-placeholder-news-card-height: 544px;
  --tz-addon-placeholder-news-image-height: 220px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-pdp-addon-block--placeholder {
  gap: 16px;
  padding-bottom: 2px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-deck {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 16px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-pdp-addon-block--reviews.tz-pdp-addon-block--placeholder .tz-dodatek-lazy-deck {
  min-height: var(--tz-addon-placeholder-reviews-deck-height);
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-pdp-addon-block--news.tz-pdp-addon-block--placeholder .tz-dodatek-lazy-deck {
  min-height: var(--tz-addon-placeholder-news-deck-height);
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 184px;
  padding: 18px 16px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(59, 167, 181, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(10, 25, 35, 0.92) 0%, rgba(7, 18, 26, 0.96) 100%);
  box-shadow: 0 14px 28px rgba(2, 9, 14, 0.18);
  overflow: hidden;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-pdp-addon-block--reviews.tz-pdp-addon-block--placeholder .tz-dodatek-lazy-card {
  min-height: var(--tz-addon-placeholder-reviews-card-height);
  height: var(--tz-addon-placeholder-reviews-card-height);
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-pdp-addon-block--news.tz-pdp-addon-block--placeholder .tz-dodatek-lazy-card {
  min-height: var(--tz-addon-placeholder-news-card-height);
  height: var(--tz-addon-placeholder-news-card-height);
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: tz-pdp-addon-placeholder-shimmer 1.9s linear infinite;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card__line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: rgba(211, 232, 236, 0.12);
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card__line + .tz-dodatek-lazy-card__line {
  margin-top: 12px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card__line--sm {
  width: 34%;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card__line--md {
  width: 68%;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card__line--lg {
  width: 84%;
  margin-top: 18px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card__line--image {
  width: 100%;
  height: var(--tz-addon-placeholder-news-image-height);
  margin-bottom: 18px;
  border-radius: 12px;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-status {
  margin: -6px 0 0;
  color: rgba(203, 228, 234, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-retry {
  align-self: flex-start;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid rgba(216, 177, 108, 0.32);
  border-radius: 999px;
  background: rgba(10, 26, 36, 0.92);
  color: #f2e3c2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-retry:hover {
  transform: translateY(-1px);
  border-color: rgba(216, 177, 108, 0.5);
  background: rgba(13, 31, 43, 0.96);
}

body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell.is-error .tz-dodatek-lazy-card::after {
  animation: none;
}

@keyframes tz-pdp-addon-placeholder-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@media (max-width: 992px) {
  body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-deck {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell {
    --tz-addon-placeholder-reviews-deck-height: 345px;
    --tz-addon-placeholder-reviews-card-height: 314px;
    --tz-addon-placeholder-news-deck-height: 536px;
    --tz-addon-placeholder-news-card-height: 498px;
    --tz-addon-placeholder-news-image-height: 146px;
  }

  body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-deck {
    grid-template-columns: minmax(0, 1fr);
  }

  body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card {
    min-height: initial;
  }

  body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-dodatek-lazy-card__line--image {
    height: var(--tz-addon-placeholder-news-image-height);
  }

  body.tz-product-lux-skin .dodatek.tz-dodatek-lazy-shell .tz-pdp-addon-block--placeholder .tz-dodatek-lazy-card:nth-child(n + 2) {
    display: none;
  }
}

body.tz-product-lux-skin .dodatek .tz-pdp-addon-block .tz-pdp-section-heading {
  margin-bottom: 0;
}

body.tz-product-lux-skin .tz-pdp-section-heading {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0 0 16px;
}

body.tz-product-lux-skin .tz-pdp-section-heading__eyebrow {
  color: var(--tz-pdp-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-section-heading__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

body.tz-product-lux-skin .tz-pdp-section-heading__title {
  color: #f2fbfd;
  font-size: clamp(24px, 2vw, 30px);
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.tz-product-lux-skin .tz-pdp-section-heading__count {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border: 1px solid rgba(216, 177, 108, 0.34);
  border-radius: 999px;
  color: #f2e3c2;
  background: rgba(17, 30, 40, 0.9);
  font-size: 11.5px;
  font-weight: 800;
}

body.tz-product-lux-skin .tz-pdp-section-heading__lede {
  max-width: 760px;
  margin: 0;
  color: rgba(203, 228, 234, 0.84);
  font-size: 14px;
  line-height: 1.58;
}

body.tz-product-lux-skin .tz-pdp-related-products .tz-pdp-section-heading {
  margin-bottom: 18px;
}

body.tz-product-lux-skin .tz-pdp-related-products .tz-pdp-section-heading__title {
  font-size: clamp(26px, 2.2vw, 32px);
}

body.tz-product-lux-skin :is(
  .dodatek .tz-pdp-addon-block--reviews,
  .dodatek .tz-pdp-addon-block--news,
  .tz-tag-cloud-block
) .tz-pdp-section-heading {
  gap: 3px;
  margin-bottom: 12px;
}

body.tz-product-lux-skin :is(
  .dodatek .tz-pdp-addon-block--reviews,
  .dodatek .tz-pdp-addon-block--news,
  .tz-tag-cloud-block
) .tz-pdp-section-heading__eyebrow {
  color: var(--tz-pdp-gold);
  font-size: 10px;
  letter-spacing: 0.12em;
}

body.tz-product-lux-skin :is(
  .dodatek .tz-pdp-addon-block--reviews,
  .dodatek .tz-pdp-addon-block--news,
  .tz-tag-cloud-block
) .tz-pdp-section-heading__title {
  color: rgba(236, 248, 251, 0.92);
  font-size: clamp(20px, 1.7vw, 24px);
  letter-spacing: -0.02em;
}

body.tz-product-lux-skin :is(
  .dodatek .tz-pdp-addon-block--reviews,
  .dodatek .tz-pdp-addon-block--news,
  .tz-tag-cloud-block
) .tz-pdp-section-heading__count {
  min-height: 26px;
  padding: 3px 9px;
  border-color: rgba(59, 167, 181, 0.2);
  background: rgba(9, 22, 31, 0.68);
  color: rgba(213, 233, 238, 0.8);
}

body.tz-product-lux-skin :is(
  .dodatek .tz-pdp-addon-block--reviews,
  .dodatek .tz-pdp-addon-block--news,
  .tz-tag-cloud-block
) .tz-pdp-section-heading__lede {
  max-width: 680px;
  color: rgba(188, 217, 224, 0.74);
  font-size: 13px;
  line-height: 1.56;
}

body.tz-product-lux-skin .tz-pdp-related-products__heading-row {
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}

body.tz-product-lux-skin .tz-pdp-related-products__heading-meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

body.tz-product-lux-skin .tz-pdp-related-products__controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.tz-product-lux-skin .tz-pdp-related-products.is-static .tz-pdp-related-products__controls {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-related-products__control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(59, 167, 181, 0.2);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(10, 27, 38, 0.98) 0%, rgba(7, 20, 29, 0.98) 100%);
  color: #dff6fa;
  box-shadow: inset 0 1px 0 rgba(173, 231, 239, 0.08);
  transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
  cursor: pointer;
}

body.tz-product-lux-skin .tz-pdp-related-products__control span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px;
  font-size: 24px;
  line-height: 1;
}

body.tz-product-lux-skin .tz-pdp-related-products__control:hover {
  border-color: rgba(79, 183, 199, 0.4);
  color: #f5fdff;
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-pdp-related-products__control:disabled {
  opacity: 0.38;
  cursor: default;
  transform: none;
}

body.tz-product-lux-skin .tz-pdp-related-products__viewport {
  --tz-pdp-related-slide-width: calc((100% - 54px) / 4);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 14px;
  margin-top: -4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
  scroll-padding-left: 0;
}

body.tz-product-lux-skin .tz-pdp-related-products__viewport::-webkit-scrollbar {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-related-products__track {
  display: flex;
  gap: 18px;
}

body.tz-product-lux-skin .tz-pdp-related-products__slide {
  flex: 0 0 var(--tz-pdp-related-slide-width);
  min-width: 0;
  scroll-snap-align: start;
}

@media (min-width: 993px) and (hover: hover) and (pointer: fine) {
  body.tz-product-lux-skin .tz-pdp-variant-grid,
  body.tz-product-lux-skin .tz-pdp-related-products__viewport {
    scroll-snap-type: none;
    scroll-padding-inline: 0;
  }
}

body.tz-product-lux-skin .tz-pdp-related-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  color: #eff9fb;
  text-decoration: none;
  box-shadow: none;
  transition: color 0.28s ease, transform 0.28s ease;
}

body.tz-product-lux-skin .tz-pdp-related-card:hover {
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-pdp-related-card__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: none;
  transition: transform 0.28s ease;
}

body.tz-product-lux-skin .tz-pdp-related-card:hover .tz-pdp-related-card__media {
  box-shadow: none;
}

body.tz-product-lux-skin .tz-pdp-related-card__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  object-fit: contain;
  border-radius: 14px;
  transition: opacity 0.34s ease, transform 0.34s ease;
}

body.tz-product-lux-skin .tz-pdp-related-card__image--hover {
  display: none;
}

body.tz-product-lux-skin .tz-pdp-related-card__badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  gap: 6px;
  max-width: calc(100% - 24px);
}

body.tz-product-lux-skin .tz-pdp-related-card__badges .tz-pdp-state-badge {
  min-height: 27px;
  padding: 5px 10px;
  font-size: 10px;
  letter-spacing: 0.07em;
}

body.tz-product-lux-skin .tz-pdp-related-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px 4px 0;
}

body.tz-product-lux-skin .tz-pdp-related-card__brandline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 22px;
}

body.tz-product-lux-skin .tz-pdp-related-card__brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  min-width: 26px;
  border: 0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(210, 220, 226, 0.92), inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 4px 10px rgba(1, 8, 13, 0.12);
  overflow: hidden;
}

body.tz-product-lux-skin .tz-pdp-related-card__brand-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  filter: none;
}

body.tz-product-lux-skin .tz-pdp-related-card__brand-logo:has(> img.tz-brand-logo--solid-dark) {
  background: transparent;
  box-shadow: 0 4px 10px rgba(1, 8, 13, 0.16), 0 0 0 1px rgba(188, 214, 221, 0.14);
}

body.tz-product-lux-skin .tz-pdp-related-card__brand-name {
  color: rgba(177, 219, 228, 0.84);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .tz-pdp-related-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #eef8fb;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-related-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
}

body.tz-product-lux-skin .tz-pdp-related-card__fact {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: rgba(200, 229, 236, 0.82);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

body.tz-product-lux-skin .tz-pdp-related-card__fact + .tz-pdp-related-card__fact::before {
  content: "";
  display: inline-flex;
  width: 4px;
  height: 4px;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(216, 177, 108, 0.72);
}

body.tz-product-lux-skin .tz-pdp-related-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin-top: auto;
  color: #f5fcfe;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

body.tz-product-lux-skin .tz-pdp-related-card__price .woocommerce-Price-amount,
body.tz-product-lux-skin .tz-pdp-related-card__price bdi,
body.tz-product-lux-skin .tz-pdp-related-card__price .woocommerce-Price-currencySymbol {
  color: inherit;
}

body.tz-product-lux-skin .tz-pdp-related-card__price del {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 0.28em;
  text-decoration: none;
  color: rgba(220, 241, 246, 0.56) !important;
  opacity: 1;
  line-height: 1.2;
}

body.tz-product-lux-skin .tz-pdp-related-card__price del::after {
  content: "";
  position: absolute;
  top: 54%;
  left: -0.05em;
  right: -0.05em;
  height: 1.15px;
  background: linear-gradient(90deg, rgba(230, 240, 244, 0.12) 0%, rgba(225, 236, 240, 0.54) 48%, rgba(230, 240, 244, 0.12) 100%);
  transform: translateY(-50%);
  pointer-events: none;
}

body.tz-product-lux-skin .tz-pdp-related-card__price del .woocommerce-Price-amount,
body.tz-product-lux-skin .tz-pdp-related-card__price del bdi,
body.tz-product-lux-skin .tz-pdp-related-card__price del .woocommerce-Price-currencySymbol {
  color: rgba(220, 241, 246, 0.56) !important;
}

body.tz-product-lux-skin .tz-pdp-related-card__price ins {
  display: inline-flex;
  align-items: center;
  color: #f8fcff !important;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.15;
}

body.tz-product-lux-skin .tz-pdp-related-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 35px;
  margin-top: 4px;
  padding: 0 12px;
  border: 1px solid rgba(59, 167, 181, 0.14);
  border-radius: 14px;
  background: rgba(8, 23, 33, 0.56);
  color: rgba(221, 239, 244, 0.88);
  font-size: 11.8px;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-related-card:hover .tz-pdp-related-card__cta {
  border-color: rgba(216, 177, 108, 0.22);
  background: rgba(13, 30, 41, 0.82);
  color: var(--tz-pdp-gold-strong);
  transform: translateY(-1px);
}

body.tz-product-lux-skin .related.products ul.products {
  width: 100%;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.tz-product-lux-skin .related.products ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(59, 167, 181, 0.1);
  border-radius: 24px;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

body.tz-product-lux-skin .related.products ul.products li.product::before {
  display: none !important;
}

body.tz-product-lux-skin .related.products ul.products li.product .woocommerce-image__wrapper {
  border-bottom: 1px solid rgba(59, 167, 181, 0.12);
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(13, 28, 39, 0.96) 0%, rgba(8, 20, 29, 0.98) 100%);
}

body.tz-product-lux-skin .related.products ul.products li.product .woocommerce-card__header {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
}

body.tz-product-lux-skin .related.products ul.products li.product .woocommerce-loop-product__title a {
  color: #ebf8fb;
}

body.tz-product-lux-skin .related.products ul.products li.product .price {
  margin-bottom: 0;
  color: #f6fbfd;
}

body.tz-product-lux-skin .related.products ul.products li.product .button {
  position: static;
  width: 100%;
  margin-top: auto;
  opacity: 1;
}

body.tz-product-lux-skin .dodatek .cr-reviews-slider,
body.tz-product-lux-skin .dodatek .wppsac-wrap,
body.tz-product-lux-skin .tz-tag-cloud-block__cloud-wrap {
  margin-top: 0;
}

body.tz-product-lux-skin .dodatek .cr-reviews-slider,
body.tz-product-lux-skin .dodatek .wppsac-wrap {
  position: relative;
  margin: 0;
  padding: 0 44px 4px;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

body.tz-product-lux-skin .dodatek .slick-arrow,
body.tz-product-lux-skin .related.products .owl-nav button {
  position: absolute !important;
  top: 50% !important;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 1px solid rgba(59, 167, 181, 0.34) !important;
  border-radius: 10px !important;
  background: rgba(7, 20, 29, 0.84) !important;
  color: rgba(202, 231, 237, 0.9) !important;
  font-size: 0;
  line-height: 1 !important;
  box-sizing: border-box;
  z-index: 4;
  box-shadow: 0 8px 16px rgba(2, 10, 15, 0.18);
  transition: border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
  transform: translateY(-50%);
}

body.tz-product-lux-skin .dodatek .slick-arrow {
  width: 29px;
  height: 29px;
  border-color: rgba(59, 167, 181, 0.26) !important;
  border-radius: 11px !important;
  background: rgba(7, 19, 28, 0.78) !important;
  color: rgba(208, 232, 237, 0.86) !important;
  z-index: 2 !important;
  box-shadow: 0 6px 14px rgba(2, 10, 15, 0.16);
}

body.tz-product-lux-skin .dodatek .slick-arrow:hover,
body.tz-product-lux-skin .related.products .owl-nav button:hover {
  border-color: rgba(216, 177, 108, 0.48) !important;
  background: rgba(10, 30, 42, 0.96) !important;
  color: #f2fcfd !important;
}

body.tz-product-lux-skin .dodatek .slick-arrow:hover {
  border-color: rgba(216, 177, 108, 0.34) !important;
  background: rgba(10, 22, 32, 0.92) !important;
  color: var(--tz-pdp-gold) !important;
  transform: translateY(-50%);
}

body.tz-product-lux-skin .dodatek .slick-arrow::before,
body.tz-product-lux-skin .related.products .owl-nav button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  border-right-color: currentcolor !important;
  border-bottom-color: currentcolor !important;
  color: inherit !important;
  box-sizing: border-box;
  transform-origin: center;
}

body.tz-product-lux-skin .dodatek .slick-prev::before,
body.tz-product-lux-skin .related.products .owl-prev::before {
  transform: rotate(135deg);
  margin-left: 1px;
}

body.tz-product-lux-skin .dodatek .slick-next::before,
body.tz-product-lux-skin .related.products .owl-next::before {
  transform: rotate(-45deg);
  margin-right: 1px;
}

body.tz-product-lux-skin .dodatek .slick-arrow.slick-disabled {
  opacity: 0.92;
  color: rgba(172, 216, 225, 0.68) !important;
  border-color: rgba(59, 167, 181, 0.18) !important;
  background: rgba(7, 19, 28, 0.62) !important;
  pointer-events: none;
}

body.tz-product-lux-skin .dodatek .cr-reviews-slider .slick-prev,
body.tz-product-lux-skin .dodatek .wppsac-wrap .slick-prev {
  left: 10px !important;
}

body.tz-product-lux-skin .dodatek .cr-reviews-slider .slick-next,
body.tz-product-lux-skin .dodatek .wppsac-wrap .slick-next {
  right: 10px !important;
}

body.tz-product-lux-skin .dodatek .wppsac-wrap .slick-arrow svg {
  display: none !important;
}

body.tz-product-lux-skin .cr-reviews-slider .slick-list,
body.tz-product-lux-skin .wppsac-post-slider-init .slick-list {
  margin: 0 -8px;
  padding: 3px 1px;
}

body.tz-product-lux-skin .cr-reviews-slider .slick-slide,
body.tz-product-lux-skin .wppsac-post-slider-init .slick-slide {
  height: auto;
  padding: 0 8px;
}

body.tz-product-lux-skin .cr-reviews-slider .slick-slide > div,
body.tz-product-lux-skin .wppsac-post-slider-init .slick-slide > div {
  height: 100%;
}

body.tz-product-lux-skin .cr-review-card,
body.tz-product-lux-skin .cr-review-card .cr-review-card-inner {
  height: 100%;
}

body.tz-product-lux-skin .cr-review-card .cr-review-card-inner {
  display: flex;
  flex-direction: column;
  padding: 14px 2px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
}

body.tz-product-lux-skin .cr-review-card .top-row {
  margin-bottom: 10px;
  padding: 0 0 10px !important;
  border-bottom: 1px solid rgba(59, 167, 181, 0.18) !important;
}

body.tz-product-lux-skin .cr-review-card .cr-avatar {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(59, 167, 181, 0.34);
  border-radius: 999px;
}

body.tz-product-lux-skin .cr-review-card .cr-avatar-check {
  right: -2px;
  bottom: -2px;
  box-shadow: 0 0 0 2px rgba(7, 20, 30, 0.96);
}

body.tz-product-lux-skin .cr-review-card .reviewer-name,
body.tz-product-lux-skin .cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name {
  color: #f7fdff !important;
  font-size: 14px;
  font-weight: 800 !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.34);
}

body.tz-product-lux-skin .cr-review-card .reviewer-verified {
  color: rgba(177, 216, 224, 0.88);
  font-size: 11.5px;
}

body.tz-product-lux-skin .cr-review-card .rating-row {
  margin: 0 0 6px;
}

body.tz-product-lux-skin .cr-review-card .crstar-rating-svg .cr-rating-icon-base svg.cr-rating-icon-bg {
  stroke: rgba(175, 130, 67, 0.4) !important;
}

body.tz-product-lux-skin .cr-review-card .crstar-rating-svg .cr-rating-icon-frnt svg.cr-rating-icon {
  fill: #f1cf88 !important;
  stroke: rgba(162, 112, 46, 0.58) !important;
  stroke-width: 0.42 !important;
  filter: drop-shadow(0 0 5px rgba(216, 177, 108, 0.34));
}

body.tz-product-lux-skin .cr-review-card .rating-label,
body.tz-product-lux-skin .cr-review-card .datetime {
  color: rgba(176, 210, 218, 0.84) !important;
}

body.tz-product-lux-skin .cr-review-card .review-text {
  color: #d4ecf1 !important;
  font-size: 13.5px;
  line-height: 1.56;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.tz-product-lux-skin .cr-review-card .middle-row {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

body.tz-product-lux-skin .cr-review-card .middle-row .review-content,
body.tz-product-lux-skin .cr-review-card .middle-row p {
  color: #d4ecf1 !important;
}

body.tz-product-lux-skin .cr-review-card .review-product {
  margin-top: auto;
  padding: 10px 0 0;
  border: 0;
  border-top: 1px solid rgba(59, 167, 181, 0.14);
  border-radius: 0;
  background: none;
}

body.tz-product-lux-skin .cr-review-card .cr-product-thumbnail {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  padding: 0 !important;
  border-radius: 9px;
  overflow: hidden;
  border: 0;
  background: rgba(255, 255, 255, 0.04);
}

body.tz-product-lux-skin .cr-review-card .review-product .product-thumbnail,
body.tz-product-lux-skin .cr-review-card .review-product .product-thumbnail img,
body.tz-product-lux-skin .cr-review-card .review-product .cr-product-thumbnail img {
  width: 60px !important;
  height: 60px !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  border-radius: 9px;
}

body.tz-product-lux-skin .cr-review-card .review-product .product-title,
body.tz-product-lux-skin .cr-review-card .review-product .product-title a {
  color: #e7f8fb !important;
}

body.tz-product-lux-skin .wppsac-wrap .wppsac-post-slider-init {
  width: 100% !important;
  margin: 0 !important;
  position: static !important;
}

body.tz-product-lux-skin .wppsac-wrap .wppsac-carousel-slides {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

body.tz-product-lux-skin .wppsac-post-slider-init .slick-track {
  display: flex !important;
  align-items: stretch;
}

body.tz-product-lux-skin .wppsac-post-slider-init .slick-slide {
  display: flex !important;
  height: auto !important;
}

body.tz-product-lux-skin .wppsac-post-image-bg {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(59, 167, 181, 0.06);
}

body.tz-product-lux-skin .wppsac-post-image-bg > a {
  display: block;
  width: 100%;
  height: 100%;
}

body.tz-product-lux-skin .wppsac-post-image-bg .wppsac-post-image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

body.tz-product-lux-skin .wppsac-post-content-position {
  width: 100% !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 12px 4px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.tz-product-lux-skin .wppsac-post-title {
  margin: 0 0 6px;
  min-height: 0;
}

body.tz-product-lux-skin .tz-pdp-addon-block--news .wppsac-post-title a,
body.tz-product-lux-skin .wppsac-post-title a {
  display: -webkit-box;
  color: #eaf9fc !important;
  font-size: 15px;
  line-height: 1.34;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: balance;
}

body.tz-product-lux-skin .tz-pdp-addon-block--news .wppsac-post-title a:hover,
body.tz-product-lux-skin .wppsac-post-title a:hover {
  color: #c8f2f8 !important;
}

body.tz-product-lux-skin .wppsac-post-date,
body.tz-product-lux-skin .wppsac-sub-content,
body.tz-product-lux-skin .wppsac-post-categories a {
  color: rgba(192, 223, 230, 0.82);
}

body.tz-product-lux-skin .wppsac-post-categories .wppsac-post-categories-list {
  margin: 0 0 8px !important;
  padding: 0 !important;
}

body.tz-product-lux-skin .wppsac-post-categories .wppsac-post-categories-list li {
  margin: 0 !important;
}

body.tz-product-lux-skin .wppsac-post-categories .wppsac-post-categories-list a,
body.tz-product-lux-skin .wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+1) a,
body.tz-product-lux-skin .wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+2) a,
body.tz-product-lux-skin .wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+3) a,
body.tz-product-lux-skin .wppsac-post-categories .wppsac-post-categories-list li:nth-child(4n+4) a {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 3px 0;
  border: 0;
  border-radius: 999px;
  background: none !important;
  color: rgba(204, 232, 238, 0.78) !important;
  font-size: 9.8px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.tz-product-lux-skin .wppsac-post-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
  color: rgba(182, 212, 220, 0.82) !important;
  margin: 0 0 14px;
  line-height: 1.36;
}

body.tz-product-lux-skin .wppsac-post-date > span {
  color: rgba(153, 188, 197, 0.9) !important;
  font-weight: 500;
}

body.tz-product-lux-skin .wppsac-post-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

body.tz-product-lux-skin .wppsac-sub-content {
  display: -webkit-box;
  margin: 0 0 12px;
  line-height: 1.52;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 993px) {
  body.tz-product-lux-skin .wppsac-sub-content {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: visible;
  }
}

body.tz-product-lux-skin .tz-pdp-addon-block--news .wppsac-readmorebtn,
body.tz-product-lux-skin .wppsac-readmorebtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  min-height: 35px;
  margin-top: auto;
  padding: 0 12px;
  border: 1px solid rgba(59, 167, 181, 0.14) !important;
  border-radius: 14px;
  background: rgba(8, 23, 33, 0.56) !important;
  color: rgba(221, 239, 244, 0.88) !important;
  font-size: 11.8px;
  font-weight: 650;
  text-transform: none;
  letter-spacing: 0.02em;
  transition: border-color 0.24s ease, background-color 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

body.tz-product-lux-skin .tz-pdp-addon-block--news .wppsac-readmorebtn:hover,
body.tz-product-lux-skin .wppsac-readmorebtn:hover {
  border-color: rgba(216, 177, 108, 0.22) !important;
  background: rgba(13, 30, 41, 0.82) !important;
  color: var(--tz-pdp-gold-strong) !important;
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-tag-cloud-block__cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.tz-product-lux-skin .tz-tag-cloud-block__cloud-wrap {
  position: relative;
  z-index: 1;
  max-height: 132px;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

body.tz-product-lux-skin .tz-tag-cloud-block:not(.is-expanded) .tz-tag-cloud-block__cloud-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 56px;
  background: linear-gradient(180deg, rgba(5, 14, 22, 0), rgba(5, 14, 22, 0.98) 82%);
  pointer-events: none;
}

body.tz-product-lux-skin .tz-tag-cloud-block.is-expanded .tz-tag-cloud-block__cloud-wrap {
  max-height: none;
  overflow: visible;
}

body.tz-product-lux-skin .tz-tag-cloud-block .tag-cloud-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 13px;
  border: 1px solid rgba(59, 167, 181, 0.16);
  border-radius: 999px;
  background: rgba(8, 23, 33, 0.64);
  color: rgba(220, 237, 242, 0.88);
  font-size: 12px !important;
  font-weight: 650;
  text-decoration: none;
  box-shadow: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.tz-product-lux-skin .tz-tag-cloud-block .tag-cloud-link:hover {
  border-color: rgba(216, 177, 108, 0.28);
  background: rgba(12, 30, 41, 0.82);
  color: #f0f9fb;
  transform: translateY(-1px);
}

body.tz-product-lux-skin .tz-tag-cloud-block .tag-cloud-link.is-current-product-tag {
  border-color: rgba(216, 177, 108, 0.26);
  background: rgba(31, 23, 13, 0.34);
  color: #eedfbb;
}

body.tz-product-lux-skin .tz-tag-cloud-block .tag-cloud-link.is-current-product-tag:hover {
  border-color: rgba(216, 177, 108, 0.4);
  background: rgba(38, 27, 16, 0.48);
  color: #fbf2de;
}

body.tz-product-lux-skin .tz-tag-cloud-block__toggle {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding: 9px 14px;
  border: 1px solid rgba(59, 167, 181, 0.18);
  border-radius: 14px;
  background: rgba(8, 23, 33, 0.72);
  color: rgba(219, 243, 247, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.tz-product-lux-skin .tz-tag-cloud-block__toggle:hover {
  border-color: rgba(59, 167, 181, 0.48);
  background: rgba(9, 26, 36, 0.98);
  color: #f4fdff;
}

body.tz-product-lux-skin .tz-tag-cloud-block__toggle[hidden] {
  display: none !important;
}

body.tz-product-lux-skin .tz-pdp-swipe-hint {
  display: none;
}

@media (min-width: 993px) {
  body.tz-product-lux-skin .product-details-wrapper {
    padding-left: 41.8868px;
    padding-right: 41.8868px;
  }

  body.tz-product-lux-skin .related-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  body.tz-product-lux-skin .tz-pdp-related-products,
  body.tz-product-lux-skin .dodatek,
  body.tz-product-lux-skin .tz-tag-cloud-block {
    width: calc(100% - 84px);
    max-width: 1409px !important;
  }

  body.tz-product-lux-skin .woocommerce > .tz-pdp-related-products {
    width: calc(100% - 84px) !important;
    max-width: 1409px !important;
  }
}

@media (max-width: 1320px) {
  body.tz-product-lux-skin .product-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  body.tz-product-lux-skin .woocommerce-product-gallery {
    width: 100% !important;
    min-width: 0;
    max-width: 100% !important;
    order: 1;
  }

  body.tz-product-lux-skin .summary.entry-summary {
    order: 2;
  }
}

@media (max-width: 992px) {
  body.tz-product-lux-skin .woocommerce-product-gallery:not(.tz-pdp-gallery-ready)::after {
    content: "";
    display: var(--tz-pdp-gallery-thumbs-display-mobile, block);
    width: calc(100% - 16px);
    margin: 0 8px;
    aspect-ratio: var(--tz-pdp-gallery-thumbs-aspect-mobile, 2 / 1);
    height: auto;
    padding-bottom: var(--tz-pdp-gallery-thumbs-slot-pad-mobile, 4px);
    box-sizing: content-box;
  }

  body.tz-product-lux-skin .related-wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  body.tz-product-lux-skin .tz-pdp-related-products,
  body.tz-product-lux-skin .dodatek,
  body.tz-product-lux-skin .tz-tag-cloud-block {
    width: 100%;
    max-width: 100% !important;
  }

  body.tz-product-lux-skin .archive-header .col-full {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.tz-product-lux-skin .tz-pdp-breadcrumb-shell {
    gap: 10px;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery {
    padding: 0 0 10px;
    border-radius: 24px;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport,
  body.tz-product-lux-skin .woocommerce-product-gallery__image a,
  body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport a,
  body.tz-product-lux-skin .woocommerce-product-gallery__image img,
  body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport img {
    width: 100%;
    max-width: 100%;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport {
    height: auto !important;
    aspect-ratio: auto;
    border-radius: 22px;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery__image,
  body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport li {
    height: auto !important;
    border-radius: 22px;
    overflow: hidden;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery__image a,
  body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport a {
    display: block;
    min-height: 0;
    height: auto !important;
    padding: 0;
    border-radius: 22px;
    overflow: hidden;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery__image img,
  body.tz-product-lux-skin .woocommerce-product-gallery .flex-viewport img {
    display: block;
    height: auto !important;
    max-height: none;
    border-radius: 22px;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
    padding: 0 8px;
    box-sizing: border-box;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs li {
    display: block;
    flex: none;
    max-width: none;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery .flex-direction-nav {
    display: none;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery.tz-pdp-gallery-drag-enabled .flex-viewport {
    cursor: default;
  }

  body.tz-product-lux-skin .tz-pdp-top-shell,
  body.tz-product-lux-skin .tz-pdp-related-products,
  body.tz-product-lux-skin .dodatek,
  body.tz-product-lux-skin .tz-tag-cloud-block,
  body.tz-product-lux-skin .woocommerce-tabs.wc-tabs-wrapper {
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-related-products__heading-row {
    align-items: flex-start;
    gap: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-related-products__heading-meta {
    gap: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-related-products__controls {
    display: none;
  }

  body.tz-product-lux-skin .tz-pdp-variant-grid {
    --tz-pdp-variant-card-width: clamp(196px, 68vw, 232px);
    padding-right: max(2px, calc((100% - var(--tz-pdp-variant-card-width)) / 2));
    padding-left: max(2px, calc((100% - var(--tz-pdp-variant-card-width)) / 2));
    scroll-padding-inline: max(2px, calc((100% - var(--tz-pdp-variant-card-width)) / 2));
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.tz-product-lux-skin .tz-pdp-variant-grid::-webkit-scrollbar {
    display: none;
  }

  body.tz-product-lux-skin .tz-pdp-variant-card {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  body.tz-product-lux-skin .tz-pdp-related-products__track {
    display: inline-flex;
    gap: 14px;
    min-width: max-content;
    padding-right: max(0px, calc((100% - var(--tz-pdp-related-slide-width)) / 2));
    padding-left: max(0px, calc((100% - var(--tz-pdp-related-slide-width)) / 2));
    box-sizing: border-box;
  }

  body.tz-product-lux-skin .tz-pdp-related-products__viewport {
    --tz-pdp-related-slide-width: clamp(232px, 72vw, 264px);
    padding-right: 0;
    padding-left: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
  }

  body.tz-product-lux-skin .tz-pdp-related-products__slide {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  body.tz-product-lux-skin .tz-pdp-related-card {
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__media {
    aspect-ratio: 1 / 1.02;
    border-radius: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__image {
    padding: 0;
    border-radius: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__body {
    gap: 11px;
    padding: 14px 2px 0;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__brand-name {
    font-size: 10.5px;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__brand-logo {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
    min-width: 22px;
    border-radius: 7px;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__brand-logo img {
    width: 100%;
    height: 100%;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__title {
    font-size: 14px;
    line-height: 1.34;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__fact {
    min-height: 0;
    padding: 0;
    font-size: 10.5px;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__price {
    font-size: 21px;
  }

  body.tz-product-lux-skin .tz-pdp-related-card__cta {
    min-height: 34px;
    font-size: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-cart-form__row {
    grid-template-columns: minmax(118px, 132px) minmax(0, 1fr);
  }

  body.tz-product-lux-skin .tz-pdp-mini-spec__grid,
  body.tz-product-lux-skin .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.tz-product-lux-skin .tz-pdp-variant-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.tz-product-lux-skin .wppsac-sub-content {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body.single-product.tz-product-lux-skin .site-content .col-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.single-product.tz-product-lux-skin div.product .col-full {
    padding-left: 0;
    padding-right: 0;
  }

  body.tz-product-lux-skin .product-details-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  body.tz-product-lux-skin .related-wrapper > .tz-pdp-variants-shell--wide {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }

  body.tz-product-lux-skin .tz-pdp-related-products,
  body.tz-product-lux-skin .dodatek {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }

  body.tz-product-lux-skin .shoptimizer-archive > .col-full {
    padding-top: 14px;
  }

  body.tz-product-lux-skin .tz-pdp-breadcrumb-shell {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    min-height: auto;
  }

  body.tz-product-lux-skin .tz-pdp-breadcrumb {
    width: 100%;
  }

  body.tz-product-lux-skin .tz-pdp-return-chip {
    display: none;
  }

  body.tz-product-lux-skin .tz-pdp-top-shell,
  body.tz-product-lux-skin .tz-pdp-related-products,
  body.tz-product-lux-skin .dodatek,
  body.tz-product-lux-skin .tz-tag-cloud-block,
  body.tz-product-lux-skin .woocommerce-tabs.wc-tabs-wrapper {
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-breadcrumb__item {
    font-size: 12px;
  }

  body.tz-product-lux-skin .summary.entry-summary h1.product_title {
    font-size: clamp(25px, 6.8vw, 30px);
  }

  body.tz-product-lux-skin .tz-pdp-rating-row {
    gap: 8px;
  }

  body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-rating-link {
    font-size: 12.5px;
  }

  body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-qna-link {
    gap: 7px;
    min-height: 33px;
    padding: 6px 10px 6px 9px;
    font-size: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-rating-row .tz-pdp-qna-link::before {
    width: 17px;
    height: 17px;
    min-width: 17px;
    font-size: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-rating-row--qna-only {
    margin-top: 6px;
  }

  body.tz-product-lux-skin .tz-pdp-rating-row--qna-only .tz-pdp-qna-link {
    min-height: 36px;
    padding-inline: 12px;
  }

  body.tz-product-lux-skin .summary.entry-summary .price {
    font-size: clamp(22px, 6.1vw, 27px);
  }

  body.tz-product-lux-skin .tz-pdp-cart-form__row {
    grid-template-columns: 1fr;
  }

  body.tz-product-lux-skin .tz-pdp-cart-form {
    grid-template-columns: minmax(96px, 104px) minmax(0, 1fr);
    gap: 8px;
  }

  body.tz-product-lux-skin .tz-pdp-cart-form .quantity {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-width: 96px;
  }

  body.tz-product-lux-skin .tz-pdp-cart-form > .single_add_to_cart_button.button.alt {
    grid-column: 2;
    grid-row: 1;
    padding: 0 10px !important;
    font-size: 13.5px;
    letter-spacing: 0.08px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.tz-product-lux-skin .tz-pdp-cart-form .quantity-nav {
    right: 2px !important;
  }

  body.tz-product-lux-skin .tz-pdp-cart-form .qty {
    padding-right: 44px !important;
  }

  body.tz-product-lux-skin .tz-pdp-cart-form .qty,
  body.tz-product-lux-skin .single_add_to_cart_button.button.alt,
  body.tz-product-lux-skin .related.products ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
  body.tz-product-lux-skin a.added_to_cart.wc-forward {
    min-height: 52px !important;
    height: 52px !important;
  }

  body.tz-product-lux-skin.tz-product-lux-js-pending .summary.entry-summary {
    min-height: 540px;
  }

  body.tz-product-lux-skin #commercekit-wishlist-popup {
    left: 10px !important;
    right: 10px !important;
    bottom: 96px !important;
    width: auto !important;
    max-width: none !important;
    font-size: 12.5px;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content > img {
    display: none;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-product-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 0;
    font-size: 11.8px;
    line-height: 1.22;
    white-space: normal;
    text-wrap: balance;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-product-info .star-rating {
    display: none;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price {
    gap: 6px;
    margin-right: 0;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price > .woocommerce-Price-amount,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price > .woocommerce-Price-amount bdi,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price > .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins .woocommerce-Price-amount,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins bdi,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price ins .woocommerce-Price-currencySymbol {
    font-size: 16px;
    line-height: 1.04;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del .woocommerce-Price-amount,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del bdi,
  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart__content-price del .woocommerce-Price-currencySymbol {
    font-size: 11px;
  }

  body.tz-product-lux-skin .shoptimizer-sticky-add-to-cart .add_to_cart_button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 11px !important;
    border-radius: 12px !important;
    font-size: 12px;
    line-height: 1.08;
    letter-spacing: 0.1px !important;
    text-align: center;
    white-space: nowrap;
  }

  body.tz-product-lux-skin .tz-pdp-mini-spec__grid,
  body.tz-product-lux-skin .related.products ul.products {
    grid-template-columns: 1fr;
  }

  body.tz-product-lux-skin .tz-pdp-variants-shell {
    gap: 14px;
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-variants-shell__title {
    font-size: 15px;
  }

  body.tz-product-lux-skin .tz-pdp-related-filter {
    gap: 9px;
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-related-filter__title {
    font-size: 12.5px;
  }

  body.tz-product-lux-skin .tz-pdp-related-filter__lede {
    font-size: 12px;
    line-height: 1.45;
  }

  body.tz-product-lux-skin .tz-pdp-section-heading__lede {
    font-size: 12.5px;
    line-height: 1.58;
  }

  body.tz-product-lux-skin .tz-pdp-related-products__slide {
    flex-basis: var(--tz-pdp-related-slide-width);
  }

  body.tz-product-lux-skin :is(
    .related-wrapper > .tz-pdp-variants-shell--wide,
    .related-wrapper > .tz-pdp-related-filter--wide,
    .related-wrapper > .woocommerce-tabs.wc-tabs-wrapper,
    .tz-pdp-related-products,
    .dodatek,
    .tz-tag-cloud-block
  )::before {
    margin-bottom: 14px;
  }

  body.tz-product-lux-skin .tz-pdp-related-filter__link {
    width: 100%;
    justify-content: center;
    padding: 10px 14px;
    text-align: center;
  }

  body.tz-product-lux-skin .tz-pdp-variant-group {
    gap: 12px;
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-variant-group__head {
    gap: 8px;
    align-items: flex-start;
  }

  body.tz-product-lux-skin .tz-pdp-variant-group__label {
    font-size: 13.5px;
  }

  body.tz-product-lux-skin .tz-pdp-variant-group__current {
    font-size: 12px;
    text-align: left;
  }

  body.tz-product-lux-skin .tz-pdp-variant-grid {
    --tz-pdp-variant-card-width: clamp(184px, 64vw, 212px);
    gap: 10px;
    padding-bottom: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-variant-card {
    flex-basis: var(--tz-pdp-variant-card-width);
    border-radius: 18px;
  }

  body.tz-product-lux-skin .tz-pdp-variant-card__media {
    padding: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-variant-card__body {
    gap: 6px;
    padding: 12px 12px 14px;
  }

  body.tz-product-lux-skin .tz-pdp-variant-card__title {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }

  body.tz-product-lux-skin .tz-pdp-variant-card__meta {
    font-size: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-variant-card__status {
    min-height: 26px;
    padding: 5px 9px;
    font-size: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid.tz-pdp-assurance-grid--compact {
    padding: 16px;
    border-radius: 18px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid.tz-pdp-assurance-grid--server {
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-compact__title {
    font-size: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__title {
    gap: 10px;
    font-size: 15px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__title::before {
    flex-basis: 24px;
    width: 24px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-compact__grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-card {
    padding: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-card {
    min-height: 0;
    padding: 11px 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-card__tooltip {
    left: 8px;
    right: 8px;
    font-size: 11.5px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-compact__links {
    gap: 7px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-compact__link {
    flex: 1 1 calc(50% - 4px);
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__links {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid--server .tz-pdp-assurance-compact__link {
    min-height: 38px;
    column-gap: 11px;
    padding: 8px 13px 8px 12px;
    font-size: 12px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid > .magazyn,
  body.tz-product-lux-skin .tz-pdp-assurance-grid > .wysylka_ikona,
  body.tz-product-lux-skin .tz-pdp-assurance-grid > .zamow,
  body.tz-product-lux-skin .tz-pdp-assurance-grid > .widget_text {
    grid-column: 1;
    grid-row: auto;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid > .wysylka_ikona {
    width: 64px;
    height: 64px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid > .magazyn a {
    min-height: 60px;
    padding: 0 16px;
    font-size: 13.5px;
  }

  body.tz-product-lux-skin .tz-pdp-assurance-grid > .zamow,
  body.tz-product-lux-skin .tz-pdp-assurance-grid .wysylka {
    padding: 15px 16px;
  }

  body.tz-product-lux-skin .woocommerce-product-gallery .flex-control-thumbs {
    column-gap: 8px;
    row-gap: 8px;
  }

  body.tz-product-lux-skin .dodatek .cr-reviews-slider,
  body.tz-product-lux-skin .dodatek .wppsac-wrap {
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-addon-block--reviews > .cr-reviews-slider {
    padding: 0;
    border-radius: 0;
  }

  body.tz-product-lux-skin .tz-pdp-addon-block--reviews .slick-arrow,
  body.tz-product-lux-skin .tz-pdp-addon-block--news .slick-arrow {
    display: none !important;
  }

  body.tz-product-lux-skin .tz-pdp-addon-block--reviews .cr-review-card .middle-row {
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
  }

  body.tz-product-lux-skin .tz-pdp-addon-block--reviews .cr-review-card .middle-row .datetime {
    margin-top: 10px;
  }

  body.tz-product-lux-skin .tz-pdp-swipe-hint {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 31px;
    max-width: calc(100% - 28px);
    padding: 0 11px 0 10px;
    border: 1px solid rgba(59, 167, 181, 0.22);
    border-radius: 999px;
    background: rgba(8, 24, 34, 0.76);
    color: rgba(230, 247, 250, 0.94);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 24px rgba(2, 9, 14, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
  }

  body.tz-product-lux-skin .has-store-addon-swipe-hint.is-swipe-hint-visible .tz-pdp-swipe-hint {
    opacity: 1;
    transform: translateY(0);
  }

  body.tz-product-lux-skin .tz-pdp-swipe-hint__icon {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #9fdde7;
    animation: tz-pdp-swipe-hint-pulse 1.3s ease-in-out infinite;
  }

  body.tz-product-lux-skin .tz-pdp-swipe-hint__chevron {
    width: 6px;
    height: 6px;
    border-right: 1.8px solid currentcolor;
    border-bottom: 1.8px solid currentcolor;
    box-sizing: border-box;
    transform: rotate(-45deg);
  }

  body.tz-product-lux-skin .tz-pdp-swipe-hint__chevron:first-child {
    opacity: 0.52;
  }

  body.tz-product-lux-skin .tz-pdp-swipe-hint__label {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  body.tz-product-lux-skin .has-store-addon-swipe-hint.is-swipe-hint-visible > :is(.cr-reviews-slider, .wppsac-wrap)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(8, 24, 34, 0), rgba(6, 18, 27, 0.74));
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.28s ease;
  }

  body.tz-product-lux-skin .dodatek .slick-arrow {
    width: 30px;
    height: 30px;
  }

  body.tz-product-lux-skin .dodatek .slick-prev {
    left: 6px !important;
  }

  body.tz-product-lux-skin .dodatek .slick-next {
    right: 6px !important;
  }

  body.tz-product-lux-skin .wppsac-post-content-position {
    padding: 10px 2px 0;
  }

  body.tz-product-lux-skin .wppsac-post-title a {
    font-size: 14px;
  }

  body.tz-product-lux-skin .wppsac-sub-content {
    -webkit-line-clamp: 5;
  }

  @keyframes tz-pdp-swipe-hint-pulse {
    0%,
    100% {
      transform: translateX(0);
      opacity: 0.88;
    }

    50% {
      transform: translateX(3px);
      opacity: 1;
    }
  }

  body.tz-product-lux-skin .tz-pdp-accordion__summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 14px;
    min-height: 64px;
    padding: 14px 0;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__lead {
    gap: 2px;
    align-self: center;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__title {
    padding-left: 0;
    font-size: 15.5px;
    line-height: 1.16;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__subtitle {
    font-size: 11px;
    line-height: 1.28;
    letter-spacing: 0;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__summary::after {
    width: 28px;
    height: 28px;
    justify-self: end;
    align-self: center;
    background-size: 11px 11px, auto;
  }

  body.tz-product-lux-skin .tz-pdp-accordion-wrap {
    padding: 0;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__body {
    padding: 0;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel {
    padding-bottom: 16px;
    font-size: 14.25px;
    line-height: 1.68;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel h2 {
    font-size: 23px;
    line-height: 1.12;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel h3,
  body.tz-product-lux-skin .tz-pdp-accordion__panel h4 {
    gap: 8px;
    font-size: 16px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel h3::before,
  body.tz-product-lux-skin .tz-pdp-accordion__panel h4::before {
    flex-basis: 18px;
    width: 18px;
  }

  body.tz-product-lux-skin .tz-pdp-spec-shell h3,
  body.tz-product-lux-skin .tz-pdp-catalog-meta h3 {
    gap: 0;
    margin-bottom: 10px;
    font-size: 10.5px;
    line-height: 1.32;
    letter-spacing: 0.16em;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel li {
    padding-left: 14px;
  }

  body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes th,
  body.tz-product-lux-skin .tz-pdp-accordion__panel .shop_attributes td,
  body.tz-product-lux-skin .tz-pdp-accordion__panel table th,
  body.tz-product-lux-skin .tz-pdp-accordion__panel table td {
    padding: 10px 0;
  }

  body.single-product.tz-product-lux-skin :is(#___ratingbadge_0, #tz-google-ratingbadge-anchor) {
    left: 8px !important;
    bottom: 6px !important;
    transform: scale(0.78) translateY(8px);
    transform-origin: left bottom;
  }

  body.single-product.tz-product-lux-skin.tz-sticky-atc-visible :is(#___ratingbadge_0, #tz-google-ratingbadge-anchor) {
    transform: scale(0.78) translateY(calc(100% + 132px)) !important;
    transition:
      transform 0.32s cubic-bezier(0.22, 0.8, 0.24, 1) 0.18s,
      z-index 0s linear 0s,
      pointer-events 0s linear 0s !important;
  }
}
