/** Shopify CDN: Minification failed

Line 1544:36 Unexpected ".2rem\\]"
Line 2803:37 Unexpected ".2rem\\]"
Line 2944:37 Unexpected ".6rem\\]"

**/
.product-description-wp .dot-grid {
  background-image: radial-gradient(circle, #1a1a1a 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.03;
}

.product-description-wp .highlight-box {
  position: relative;
  display: inline;
}

.product-description-wp .highlight-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  right: -4px;
  height: 35%;
  background: #ffe4dd;
  z-index: -1;
  border-radius: 2px;
}

.product-description-wp .stroke-text {
  -webkit-text-stroke: 1.5px #1a1a1a;
  -webkit-text-fill-color: transparent;
}

.product-description-wp .reveal {
  opacity: 0;
  transform: translateY(40px);
  animation: reveal 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-description-wp .d1 {
  animation-delay: 0.1s;
}

.product-description-wp .d2 {
  animation-delay: 0.2s;
}

.product-description-wp .d3 {
  animation-delay: 0.35s;
}

.product-description-wp .d4 {
  animation-delay: 0.5s;
}

.product-description-wp .float-up {
  animation: floatUp 5s ease-in-out infinite;
}

@keyframes floatUp {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

.product-description-wp .wiggle {
  animation: wiggle 6s ease-in-out infinite;
}

@keyframes wiggle {
  0%,
  100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

.product-description-wp .bounce-soft {
  animation: bounceSoft 2s ease-in-out infinite;
}

@keyframes bounceSoft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

.product-description-wp .scale-in {
  animation: scaleIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.product-description-wp .btn-pop {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.product-description-wp .btn-pop:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 40px -12px rgba(255, 107, 71, 0.4);
}

.product-description-wp .btn-pop:active {
  transform: translateY(-1px) scale(0.99);
}

.product-description-wp .btn-outline {
  transition: all 0.3s ease;
}

.product-description-wp .btn-outline:hover {
  background: #1a1a1a;
  color: #fdfbf7;
}

.product-description-wp .link-slide {
  position: relative;
}

.product-description-wp .link-slide::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.product-description-wp .link-slide:hover::after {
  width: 100%;
}

.product-description-wp .card-lift {
  transition:
    transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.4s ease;
}

.product-description-wp .card-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.1);
}

.product-description-wp .glass-warm {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(253, 251, 247, 0.9);
}

.product-description-wp .menu-morph {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.product-description-wp .menu-morph.open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.product-description-wp .slide-bar {
  animation: slideBar 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideBar {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.product-description-wp .notif-bounce {
  animation: notifBounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes notifBounce {
  from {
    transform: translateX(-100%) scale(0.8);
  }

  to {
    transform: translateX(0) scale(1);
  }
}

.product-description-wp .cta-pulse {
  animation: ctaPulse 2.5s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 8px 25px rgba(255, 107, 71, 0.35);
  }

  50% {
    box-shadow: 0 12px 35px rgba(255, 107, 71, 0.5);
  }
}

.product-description-wp .scroll-line {
  animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
  0%,
  100% {
    height: 8px;
    opacity: 1;
  }

  50% {
    height: 16px;
    opacity: 0.4;
  }
}

.product-description-wp .timer-mono {
  font-variant-numeric: tabular-nums;
}

.product-description-wp .tilt-card {
  transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
  transition: transform 0.4s ease;
}

.product-description-wp .tilt-card:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.product-description-wp .oversized {
  font-size: clamp(4.8rem, 12vw, 11.2rem);
  line-height: 0.85;
  letter-spacing: -0.04em;
}

@media (max-width: 768px) {
  .product-description-wp .oversized {
    font-size: clamp(4rem, 15vw, 6.4rem);
  }

  .product-description-wp .badge-float {
    padding: 1rem 1.4rem;
  }
}

.product-description-wp .scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.product-description-wp .scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-description-wp #lightbox {
  animation: lbFadeIn 0.3s ease;
}

@keyframes lbFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.product-description-wp #lightboxImg {
  animation: lbZoomIn 0.3s ease;
}

@keyframes lbZoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.product-description-wp .timer-font {
  font-variant-numeric: tabular-nums;
}

.product-description-wp #reviewLightbox {
  animation: modalFadeIn 0.3s ease;
}

.product-description-wp #exitPopup {
  animation: modalFadeIn 0.3s ease;
}

.product-description-wp #legalModal {
  animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.product-description-wp .faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.product-description-wp .faq-item.active {
  background: white;
  border-color: #e7e7e7;
}

.product-description-wp *,
.product-description-wp ::before,
.product-description-wp ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:          
        ;
}

.product-description-wp::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style:          
        ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
.product-description-wp *,
.product-description-wp ::after,
.product-description-wp ::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.product-description-wp ::after,
.product-description-wp ::before {
  --tw-content: "";
}

.product-description-wp {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

.product-description-wp {
  margin: 0;
  line-height: inherit;
}

.product-description-wp hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

.product-description-wp abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.product-description-wp h1,
.product-description-wp h2,
.product-description-wp h3,
.product-description-wp h4,
.product-description-wp h5,
.product-description-wp h6 {
  font-size: inherit;
  font-weight: inherit;
}

.product-description-wp a {
  color: inherit;
  text-decoration: inherit;
}

.product-description-wp b,
.product-description-wp strong {
  font-weight: bolder;
}

.product-description-wp code,
.product-description-wp kbd,
.product-description-wp pre,
.product-description-wp samp {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

.product-description-wp small {
  font-size: 80%;
}

.product-description-wp sub,
.product-description-wp sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.product-description-wp sub {
  bottom: -0.25em;
}

.product-description-wp sup {
  top: -0.5em;
}

.product-description-wp table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

.product-description-wp button,
.product-description-wp input,
.product-description-wp optgroup,
.product-description-wp select,
.product-description-wp textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.product-description-wp button,
.product-description-wp select {
  text-transform: none;
}

.product-description-wp button,
.product-description-wp input:where([type="button"]),
.product-description-wp input:where([type="reset"]),
.product-description-wp input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

.product-description-wp :-moz-focusring {
  outline: auto;
}

.product-description-wp :-moz-ui-invalid {
  box-shadow: none;
}

.product-description-wp progress {
  vertical-align: baseline;
}

.product-description-wp ::-webkit-inner-spin-button,
.product-description-wp ::-webkit-outer-spin-button {
  height: auto;
}

.product-description-wp [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

.product-description-wp ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.product-description-wp ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.product-description-wp summary {
  display: list-item;
}

.product-description-wp blockquote,
.product-description-wp dd,
.product-description-wp dl,
.product-description-wp figure,
.product-description-wp h1,
.product-description-wp h2,
.product-description-wp h3,
.product-description-wp h4,
.product-description-wp h5,
.product-description-wp h6,
.product-description-wp hr,
.product-description-wp p,
.product-description-wp pre {
  margin: 0;
}

.product-description-wp fieldset {
  margin: 0;
  padding: 0;
}

.product-description-wp legend {
  padding: 0;
}

.product-description-wp menu,
.product-description-wp ol,
.product-description-wp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-description-wp dialog {
  padding: 0;
}

.product-description-wp textarea {
  resize: vertical;
}

.product-description-wp input::placeholder,
.product-description-wp textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

.product-description-wp [role="button"],
.product-description-wp button {
  cursor: pointer;
}

.product-description-wp :disabled {
  cursor: default;
}

.product-description-wp audio,
.product-description-wp canvas,
.product-description-wp embed,
.product-description-wp iframe,
.product-description-wp img,
.product-description-wp object,
.product-description-wp svg,
.product-description-wp video {
  display: block;
  vertical-align: middle;
}

.product-description-wp img,
.product-description-wp video {
  max-width: 100%;
  height: auto;
}

.product-description-wp [hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.product-description-wp .invisible {
  visibility: hidden;
}

.product-description-wp .fixed {
  position: fixed;
}

.product-description-wp .absolute {
  position: absolute;
}

.product-description-wp .relative {
  position: relative;
}

.product-description-wp .sticky {
  position: sticky;
}

.product-description-wp .-inset-4 {
  inset: -1.6rem;
}

.product-description-wp .-inset-8 {
  inset: -3.2rem;
}

.product-description-wp .inset-0 {
  inset: 0px;
}

.product-description-wp .-inset-3 {
  inset: -1.2rem;
}

.product-description-wp .-bottom-5 {
  bottom: -2rem;
}

.product-description-wp .-left-12 {
  left: -4.8rem;
}

.product-description-wp .-right-12 {
  right: -4.8rem;
}

.product-description-wp .-right-2 {
  right: -0.8rem;
}

.product-description-wp .-top-2 {
  top: -0.8rem;
}

.product-description-wp .bottom-0 {
  bottom: 0px;
}

.product-description-wp .bottom-20 {
  bottom: 8rem;
}

.product-description-wp .bottom-7 {
  bottom: 12.8rem;
}

.product-description-wp .bottom-8 {
  bottom: 3.2rem;
}

.product-description-wp .left-0 {
  left: 0px;
}

.product-description-wp .left-1\/2 {
  left: 50%;
}

.product-description-wp .left-10 {
  left: 4rem;
}

.product-description-wp .left-7 {
  left: 2.8rem;
}

.product-description-wp .left-8 {
  left: 3.2rem;
}

.product-description-wp .right-0 {
  right: 0px;
}

.product-description-wp .right-10 {
  right: 4rem;
}

.product-description-wp .right-6 {
  right: 2.4rem;
}

.product-description-wp .right-7 {
  right: 2.8rem;
}

.product-description-wp .right-8 {
  right: 3.2rem;
}

.product-description-wp .top-0 {
  top: 0px;
}

.product-description-wp .top-20 {
  top: 8rem;
}

.product-description-wp .top-24 {
  top: 9.6rem;
}

.product-description-wp .top-32 {
  top: 12.8rem;
}

.product-description-wp .top-6 {
  top: 2.4rem;
}

.product-description-wp .top-\[52px\] {
  top: 52px;
}

.product-description-wp .-left-4 {
  left: -1.6rem;
}

.product-description-wp .-right-4 {
  right: -1.6rem;
}

.product-description-wp .bottom-1\/4 {
  bottom: 25%;
}

.product-description-wp .left-4 {
  left: 1.6rem;
}

.product-description-wp .left-\[27px\] {
  left: 27px;
}

.product-description-wp .right-4 {
  right: 1.6rem;
}

.product-description-wp .top-1\/2 {
  top: 50%;
}

.product-description-wp .top-1\/3 {
  top: 33.333333%;
}

.product-description-wp .top-1\/4 {
  top: 25%;
}

.product-description-wp .top-16 {
  top: 6.4rem;
}

.product-description-wp .-left-2 {
  left: -0.8rem;
}

.product-description-wp .-top-4 {
  top: -1.6rem;
}

.product-description-wp .bottom-10 {
  bottom: 4rem;
}

.product-description-wp .top-10 {
  top: 4rem;
}

.product-description-wp .top-4 {
  top: 1.6rem;
}

.product-description-wp .z-40 {
  z-index: 40;
}

.product-description-wp .z-50 {
  z-index: 50;
}

.product-description-wp .z-10 {
  z-index: 10;
}

.product-description-wp .order-1 {
  order: 1;
}

.product-description-wp .order-2 {
  order: 2;
}

.product-description-wp .mx-4 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

.product-description-wp .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.product-description-wp .mb-1 {
  margin-bottom: 0.4rem;
}

.product-description-wp .mb-6 {
  margin-bottom: 2.4rem;
}

.product-description-wp .mr-1\.5 {
  margin-right: 0.6rem;
}

.product-description-wp .mt-4 {
  margin-top: 1.6rem;
}

.product-description-wp .mt-auto {
  margin-top: auto;
}

.product-description-wp .mb-10 {
  margin-bottom: 4rem;
}

.product-description-wp .mb-14 {
  margin-bottom: 5.6rem;
}

.product-description-wp .mb-16 {
  margin-bottom: 6.4rem;
}

.product-description-wp .mb-2 {
  margin-bottom: 0.8rem;
}

.product-description-wp .mb-20 {
  margin-bottom: 8rem;
}

.product-description-wp .mb-4 {
  margin-bottom: 1.6rem;
}

.product-description-wp .mb-8 {
  margin-bottom: 3.2rem;
}

.product-description-wp .mt-1 {
  margin-top: 0.4rem;
}

.product-description-wp .mt-12 {
  margin-top: 4.8rem;
}

.product-description-wp .mt-14 {
  margin-top: 5.6rem;
}

.product-description-wp .mt-2\.5 {
  margin-top: 1rem;
}

.product-description-wp .mt-6 {
  margin-top: 2.4rem;
}

.product-description-wp .mb-12 {
  margin-bottom: 4.8rem;
}

.product-description-wp .mb-3 {
  margin-bottom: 1.2rem;
}

.product-description-wp .mr-1 {
  margin-right: 0.4rem;
}

.product-description-wp .mt-2 {
  margin-top: 0.8rem;
}

.product-description-wp .mt-8 {
  margin-top: 3.2rem;
}

.product-description-wp .mr-2 {
  margin-right: 0.8rem;
}

.product-description-wp .block {
  display: block;
}

.product-description-wp .inline-block {
  display: inline-block;
}

.product-description-wp .flex {
  display: flex;
}

.product-description-wp .inline-flex {
  display: inline-flex;
}

.product-description-wp .grid {
  display: grid;
}

.product-description-wp .hidden {
  display: none;
}

.product-description-wp .aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.product-description-wp .aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.product-description-wp .aspect-square {
  aspect-ratio: 1 / 1;
}

.product-description-wp .h-11 {
  height: 4.4rem;
}

.product-description-wp .h-12 {
  height: 4.8rem;
}

.product-description-wp .h-14 {
  height: 5.6rem;
}

.product-description-wp .h-16 {
  height: 6.4rem;
}

.product-description-wp .h-20 {
  height: 8rem;
}

.product-description-wp .h-32 {
  height: 12.8rem;
}

.product-description-wp .h-48 {
  height: 19.2rem;
}

.product-description-wp .h-6 {
  height: 2.4rem;
}

.product-description-wp .h-64 {
  height: 25.6rem;
}

.product-description-wp .h-7 {
  height: 2.8rem;
}

.product-description-wp .h-8 {
  height: 3.2rem;
}

.product-description-wp .h-96 {
  height: 38.4rem;
}

.product-description-wp .h-full {
  height: 100%;
}

.product-description-wp .h-px {
  height: 1px;
}

.product-description-wp .h-1\.5 {
  height: 0.6rem;
}

.product-description-wp .h-10 {
  height: 4rem;
}

.product-description-wp .h-2\.5 {
  height: 1rem;
}

.product-description-wp .h-3 {
  height: 1.2rem;
}

.product-description-wp .h-40 {
  height: 16rem;
}

.product-description-wp .h-72 {
  height: 28.8rem;
}

.product-description-wp .h-80 {
  height: 32rem;
}

.product-description-wp .h-2 {
  height: 0.8rem;
}

.product-description-wp .h-24 {
  height: 9.6rem;
}

.product-description-wp .max-h-\[60vh\] {
  max-height: 60vh;
}

.product-description-wp .max-h-\[80vh\] {
  max-height: 80vh;
}

.product-description-wp .min-h-screen {
  min-height: 100vh;
}

.product-description-wp .w-1\/2 {
  width: 50%;
}

.product-description-wp .w-1\/3 {
  width: 33.333333%;
}

.product-description-wp .w-11 {
  width: 4.4rem;
}

.product-description-wp .w-12 {
  width: 4.8rem;
}

.product-description-wp .w-14 {
  width: 5.6rem;
}

.product-description-wp .w-16 {
  width: 6.4rem;
}

.product-description-wp .w-32 {
  width: 12.8rem;
}

.product-description-wp .w-48 {
  width: 19.2rem;
}

.product-description-wp .w-6 {
  width: 2.4rem;
}

.product-description-wp .w-7 {
  width: 2.8rem;
}

.product-description-wp .w-72 {
  width: 28.8rem;
}

.product-description-wp .w-full {
  width: 100%;
}

.product-description-wp .w-px {
  width: 1px;
}

.product-description-wp .w-1\.5 {
  width: 0.6rem;
}

.product-description-wp .w-10 {
  width: 4rem;
}

.product-description-wp .w-2\.5 {
  width: 1rem;
}

.product-description-wp .w-3 {
  width: 1.2rem;
}

.product-description-wp .w-40 {
  width: 16rem;
}

.product-description-wp .w-64 {
  width: 25.6rem;
}

.product-description-wp .w-8 {
  width: 3.2rem;
}

.product-description-wp .w-80 {
  width: 32rem;
}

.product-description-wp .w-24 {
  width: 9.6rem;
}

.product-description-wp .w-20 {
  width: 8rem;
}

.product-description-wp .min-w-\[640px\] {
  min-width: 640px;
}

.product-description-wp .max-w-7xl {
  max-width: 128rem;
}

.product-description-wp .max-w-sm {
  max-width: 38.4rem;
}

.product-description-wp .max-w-xl {
  max-width: 57.6rem;
}

.product-description-wp .max-w-2xl {
  max-width: 67.2rem;
}

.product-description-wp .max-w-3xl {
  max-width: 76.8rem;
}

.product-description-wp .max-w-5xl {
  max-width: 102.4rem;
}

.product-description-wp .max-w-6xl {
  max-width: 115.2rem;
}

.product-description-wp .max-w-72 {
  max-width: 28.8rem;
}

.product-description-wp .max-w-lg {
  max-width: 51.2rem;
}

.product-description-wp .max-w-4xl {
  max-width: 89.6rem;
}

.product-description-wp .max-w-md {
  max-width: 44.8rem;
}

.product-description-wp .flex-1 {
  flex: 1 1 0%;
}

.product-description-wp .flex-shrink-0 {
  flex-shrink: 0;
}

.product-description-wp .origin-center {
  transform-origin: center;
}

.product-description-wp .-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .translate-y-4 {
  --tw-translate-y: 1.6rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .-rotate-2 {
  --tw-rotate: -2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .-rotate-3 {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .rotate-1 {
  --tw-rotate: 1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .rotate-2 {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .-rotate-1 {
  --tw-rotate: -1deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .cursor-zoom-in {
  cursor: zoom-in;
}

.product-description-wp .cursor-pointer {
  cursor: pointer;
}

.product-description-wp .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-description-wp .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-description-wp .flex-col {
  flex-direction: column;
}

.product-description-wp .flex-wrap {
  flex-wrap: wrap;
}

.product-description-wp .items-start {
  align-items: flex-start;
}

.product-description-wp .items-center {
  align-items: center;
}

.product-description-wp .items-baseline {
  align-items: baseline;
}

.product-description-wp .justify-center {
  justify-content: center;
}

.product-description-wp .justify-between {
  justify-content: space-between;
}

.product-description-wp .gap-12 {
  gap: 4.8rem;
}

.product-description-wp .gap-16 {
  gap: 6.4rem;
}

.product-description-wp .gap-2 {
  gap: 0.8rem;
}

.product-description-wp .gap-3 {
  gap: 1.2rem;
}

.product-description-wp .gap-4 {
  gap: 1.6rem;
}

.product-description-wp .gap-5 {
  gap: 2rem;
}

.product-description-wp .gap-6 {
  gap: 2.4rem;
}

.product-description-wp .gap-1 {
  gap: 0.4rem;
}

.product-description-wp .gap-1\.5 {
  gap: 0.6rem;
}

.product-description-wp .gap-10 {
  gap: 4rem;
}

.product-description-wp .gap-14 {
  gap: 5.6rem;
}

.product-description-wp .gap-8 {
  gap: 3.2rem;
}

.product-description-wp .space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.product-description-wp .space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.4rem * var(--tw-space-y-reverse));
}

.product-description-wp .space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.2rem * var(--tw-space-y-reverse));
}

.product-description-wp .space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.product-description-wp .space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
}

.product-description-wp .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.6rem * var(--tw-space-y-reverse));
}

.product-description-wp .overflow-hidden {
  overflow: hidden;
}

.product-description-wp .overflow-x-auto {
  overflow-x: auto;
}

.product-description-wp .overflow-y-auto {
  overflow-y: auto;
}

.product-description-wp .overflow-x-hidden {
  overflow-x: hidden;
}

.product-description-wp .whitespace-nowrap {
  white-space: nowrap;
}

.product-description-wp .rounded-2xl {
  border-radius: 1.6rem;
}

.product-description-wp .rounded-3xl {
  border-radius: 2.4rem;
}

.product-description-wp .rounded-\[2\.8rem\] {
  border-radius: 4rem;
}

.product-description-wp .rounded-\[3.2rem\] {
  border-radius: 3.2rem;
}

.product-description-wp .rounded-full {
  border-radius: 9999px;
}

.product-description-wp .rounded-lg {
  border-radius: 0.8rem;
}

.product-description-wp .rounded-xl {
  border-radius: 1.2rem;
}

.product-description-wp .border {
  border-width: 1px;
}

.product-description-wp .border-2 {
  border-width: 2px;
}

.product-description-wp .border-b {
  border-bottom-width: 1px;
}

.product-description-wp .border-b-2 {
  border-bottom-width: 2px;
}

.product-description-wp .border-r {
  border-right-width: 1px;
}

.product-description-wp .border-t {
  border-top-width: 1px;
}

.product-description-wp .border-dashed {
  border-style: dashed;
}

.product-description-wp .border-ink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.product-description-wp .border-ink-100\/40 {
  border-color: rgb(231 231 231 / 0.4);
}

.product-description-wp .border-ink-100\/50 {
  border-color: rgb(231 231 231 / 0.5);
}

.product-description-wp .border-ink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}

.product-description-wp .border-ink-200\/60 {
  border-color: rgb(209 209 209 / 0.6);
}

.product-description-wp .border-ink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-border-opacity, 1));
}

.product-description-wp .border-ink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}

.product-description-wp .border-ink-200\/50 {
  border-color: rgb(209 209 209 / 0.5);
}

.product-description-wp .border-ink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}

.product-description-wp .border-ink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(93 93 93 / var(--tw-border-opacity, 1));
}

.product-description-wp .border-ink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity, 1));
}

.product-description-wp .border-pop-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 71 / var(--tw-border-opacity, 1));
}

.product-description-wp .border-pop-500\/10 {
  border-color: rgb(255 107 71 / 0.1);
}

.product-description-wp .border-pop-500\/20 {
  border-color: rgb(255 107 71 / 0.2);
}

.product-description-wp .border-ink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 61 / var(--tw-border-opacity, 1));
}

.product-description-wp .bg-fresh-500\/10 {
  background-color: rgb(45 212 160 / 0.1);
}

.product-description-wp .bg-ink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-ink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-ink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 176 176 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-ink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-pop-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 71 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-sand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 246 238 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-sand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 251 247 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.product-description-wp .bg-fresh-500\/20 {
  background-color: rgb(45 212 160 / 0.2);
}

.product-description-wp .bg-ink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-ink-50\/30 {
  background-color: rgb(246 246 246 / 0.3);
}

.product-description-wp .bg-ink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-ink-900\/5 {
  background-color: rgb(26 26 26 / 0.05);
}

.product-description-wp .bg-ink-900\/95 {
  background-color: rgb(26 26 26 / 0.95);
}

.product-description-wp .bg-pop-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 241 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.product-description-wp .bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.product-description-wp .bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.product-description-wp .bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-ink-700\/50 {
  background-color: rgb(79 79 79 / 0.5);
}

.product-description-wp .bg-ink-800\/50 {
  background-color: rgb(61 61 61 / 0.5);
}

.product-description-wp .bg-pop-500\/20 {
  background-color: rgb(255 107 71 / 0.2);
}

.product-description-wp .bg-ink-900\/80 {
  background-color: rgb(26 26 26 / 0.8);
}

.product-description-wp .bg-pop-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 221 / var(--tw-bg-opacity, 1));
}

.product-description-wp .bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.product-description-wp .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.product-description-wp .bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.product-description-wp .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.product-description-wp .bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.product-description-wp .from-pop-100\/50 {
  --tw-gradient-from: rgb(255 228 221 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 221 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-sand-200\/30 {
  --tw-gradient-from: rgb(245 239 224 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 239 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-ink-200 {
  --tw-gradient-from: #d1d1d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 209 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-pop-300 {
  --tw-gradient-from: #ffb199 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 177 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-pop-50\/60 {
  --tw-gradient-from: rgb(255 244 241 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 244 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-sand-200\/40 {
  --tw-gradient-from: rgb(245 239 224 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 239 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-sand-200\/50 {
  --tw-gradient-from: rgb(245 239 224 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 239 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-pop-500\/20 {
  --tw-gradient-from: rgb(255 107 71 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .from-ink-900 {
  --tw-gradient-from: #1a1a1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.product-description-wp .via-ink-200 {
  --tw-gradient-to: rgb(209 209 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from), #d1d1d1 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}

.product-description-wp .via-ink-700 {
  --tw-gradient-to: rgb(79 79 79 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from), #4f4f4f var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}

.product-description-wp .via-ink-800 {
  --tw-gradient-to: rgb(61 61 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from), #3d3d3d var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}

.product-description-wp .to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.product-description-wp .to-ink-800\/80 {
  --tw-gradient-to: rgb(61 61 61 / 0.8) var(--tw-gradient-to-position);
}

.product-description-wp .to-ink-900 {
  --tw-gradient-to: #1a1a1a var(--tw-gradient-to-position);
}

.product-description-wp .object-contain {
  object-fit: contain;
}

.product-description-wp .object-cover {
  object-fit: cover;
}

.product-description-wp .p-5 {
  padding: 2rem;
}

.product-description-wp .p-6 {
  padding: 2.4rem;
}

.product-description-wp .p-8 {
  padding: 3.2rem;
}

.product-description-wp .p-2 {
  padding: 0.8rem;
}

.product-description-wp .p-4 {
  padding: 1.6rem;
}

.product-description-wp .px-10 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.product-description-wp .px-2 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.product-description-wp .px-4 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.product-description-wp .px-6 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.product-description-wp .px-8 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

.product-description-wp .py-1\.5 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.product-description-wp .py-2 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.product-description-wp .py-2\.5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-description-wp .py-28 {
  padding-top: 11.2rem;
  padding-bottom: 11.2rem;
}

.product-description-wp .py-3 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.product-description-wp .py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product-description-wp .py-8 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.product-description-wp .py-4 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.product-description-wp .px-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.product-description-wp .py-20 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.product-description-wp .py-16 {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

.product-description-wp .py-24 {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}

.product-description-wp .pb-12 {
  padding-bottom: 4.8rem;
}

.product-description-wp .pb-24 {
  padding-bottom: 9.6rem;
}

.product-description-wp .pt-32 {
  padding-top: 12.8rem;
}

.product-description-wp .pt-4 {
  padding-top: 1.6rem;
}

.product-description-wp .pt-44 {
  padding-top: 17.6rem;
}

.product-description-wp .pt-8 {
  padding-top: 3.2rem;
}

.product-description-wp .pl-20 {
  padding-left: 8rem;
}

.product-description-wp .pt-2 {
  padding-top: 0.8rem;
}

.product-description-wp .pt-6 {
  padding-top: 2.4rem;
}

.product-description-wp .pb-6 {
  padding-bottom: 2.4rem;
}

.product-description-wp .text-left {
  text-align: left;
}

.product-description-wp .text-center {
  text-align: center;
}

.product-description-wp .text-right {
  text-align: right;
}

.product-description-wp .font-serif {
  font-family:
    Source Serif 4,
    Georgia,
    serif;
}

.product-description-wp .text-2xl {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.product-description-wp .text-3xl {
  font-size: 3rem;
  line-height: 3.6rem;
}

.product-description-wp .text-4xl {
  font-size: 3.6rem;
  line-height: 4rem;
}

.product-description-wp .text-\[11px\] {
  font-size: 11px;
}

.product-description-wp .text-base {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.product-description-wp .text-lg {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.product-description-wp .text-sm {
  font-size: 1.4rem;
  line-height: 2rem;
}

.product-description-wp .text-xl {
  font-size: 2rem;
  line-height: 2.8rem;
}

.product-description-wp .text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.product-description-wp .text-5xl {
  font-size: 4.8rem;
  line-height: 1;
}

.product-description-wp .text-6xl {
  font-size: 6rem;
  line-height: 1;
}

.product-description-wp .font-bold {
  font-weight: 700;
}

.product-description-wp .font-extrabold {
  font-weight: 800;
}

.product-description-wp .font-medium {
  font-weight: 500;
}

.product-description-wp .font-normal {
  font-weight: 400;
}

.product-description-wp .font-semibold {
  font-weight: 600;
}

.product-description-wp .uppercase {
  text-transform: uppercase;
}

.product-description-wp .italic {
  font-style: italic;
}

.product-description-wp .leading-\[1\.05\] {
  line-height: 1.05;
}

.product-description-wp .leading-none {
  line-height: 1;
}

.product-description-wp .leading-relaxed {
  line-height: 1.625;
}

.product-description-wp .leading-tight {
  line-height: 1.25;
}

.product-description-wp .tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.product-description-wp .tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.product-description-wp .tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}

.product-description-wp .tracking-tight {
  letter-spacing: -0.025em;
}

.product-description-wp .tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.product-description-wp .tracking-wider {
  letter-spacing: 0.05em;
}

.product-description-wp .text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-fresh-500 {
  --tw-text-opacity: 1;
  color: rgb(45 212 160 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-ink-300 {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-ink-400 {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-ink-500 {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-ink-600 {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-ink-700 {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-ink-900 {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-pop-400 {
  --tw-text-opacity: 1;
  color: rgb(255 140 107 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-pop-500 {
  --tw-text-opacity: 1;
  color: rgb(255 107 71 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-sand-50 {
  --tw-text-opacity: 1;
  color: rgb(253 251 247 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-fresh-400 {
  --tw-text-opacity: 1;
  color: rgb(93 224 176 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-fresh-600 {
  --tw-text-opacity: 1;
  color: rgb(31 184 136 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-ink-800 {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-sand-200 {
  --tw-text-opacity: 1;
  color: rgb(245 239 224 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.product-description-wp .text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-pop-300 {
  --tw-text-opacity: 1;
  color: rgb(255 177 153 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-sand-300 {
  --tw-text-opacity: 1;
  color: rgb(235 227 208 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-sand-400 {
  --tw-text-opacity: 1;
  color: rgb(212 202 181 / var(--tw-text-opacity, 1));
}

.product-description-wp .text-sand-500 {
  --tw-text-opacity: 1;
  color: rgb(184 170 145 / var(--tw-text-opacity, 1));
}

.product-description-wp .line-through {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.product-description-wp .opacity-0 {
  opacity: 0;
}

.product-description-wp .opacity-30 {
  opacity: 0.3;
}

.product-description-wp .opacity-50 {
  opacity: 0.5;
}

.product-description-wp .opacity-60 {
  opacity: 0.6;
}

.product-description-wp .opacity-20 {
  opacity: 0.2;
}

.product-description-wp .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.product-description-wp .shadow-lg {
  --tw-shadow:
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.product-description-wp .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.product-description-wp .shadow-xl {
  --tw-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.product-description-wp .shadow-ink-100\/50 {
  --tw-shadow-color: rgb(231 231 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.product-description-wp .shadow-ink-200\/50 {
  --tw-shadow-color: rgb(209 209 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.product-description-wp .shadow-pop-200 {
  --tw-shadow-color: #ffcfc3;
  --tw-shadow: var(--tw-shadow-colored);
}

.product-description-wp .shadow-pop-500\/20 {
  --tw-shadow-color: rgb(255 107 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.product-description-wp .shadow-pop-500\/30 {
  --tw-shadow-color: rgb(255 107 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.product-description-wp .ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.product-description-wp .ring-pop-500\/30 {
  --tw-ring-color: rgb(255 107 71 / 0.3);
}

.product-description-wp .blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.product-description-wp .drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04))
    drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.product-description-wp .grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.product-description-wp .backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.product-description-wp .backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.product-description-wp .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}

.product-description-wp .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-description-wp .transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    fill,
    stroke,
    -webkit-text-decoration-color;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-description-wp .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.product-description-wp .duration-300 {
  transition-duration: 300ms;
}

.product-description-wp .duration-500 {
  transition-duration: 500ms;
}

.product-description-wp .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.product-description-wp .hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .hover\:border-ink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(93 93 93 / var(--tw-border-opacity, 1));
}

.product-description-wp .hover\:border-sand-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 202 181 / var(--tw-border-opacity, 1));
}

.product-description-wp .hover\:bg-ink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity, 1));
}

.product-description-wp .hover\:bg-pop-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 90 58 / var(--tw-bg-opacity, 1));
}

.product-description-wp .hover\:bg-ink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity, 1));
}

.product-description-wp .hover\:bg-ink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.product-description-wp .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.product-description-wp .hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.product-description-wp .hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.product-description-wp .hover\:bg-pop-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 140 107 / var(--tw-bg-opacity, 1));
}

.product-description-wp .hover\:text-ink-900:hover {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}

.product-description-wp .hover\:text-pop-500:hover {
  --tw-text-opacity: 1;
  color: rgb(255 107 71 / var(--tw-text-opacity, 1));
}

.product-description-wp .hover\:text-sand-50:hover {
  --tw-text-opacity: 1;
  color: rgb(253 251 247 / var(--tw-text-opacity, 1));
}

.product-description-wp .hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.product-description-wp .hover\:text-ink-600:hover {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.product-description-wp .hover\:text-pop-600:hover {
  --tw-text-opacity: 1;
  color: rgb(232 90 58 / var(--tw-text-opacity, 1));
}

.product-description-wp .focus\:border-pop-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 71 / var(--tw-border-opacity, 1));
}

.product-description-wp .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.product-description-wp .group:hover .group-hover\:-translate-y-1 {
  --tw-translate-y: -0.4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.8rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .group:hover .group-hover\:rotate-6 {
  --tw-rotate: 6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.product-description-wp .group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

@media (min-width: 640px) {
  .product-description-wp .sm\:-left-10 {
    left: -4rem;
  }

  .product-description-wp .sm\:-right-10 {
    right: -4rem;
  }

  .product-description-wp .sm\:bottom-28 {
    bottom: 11.2rem;
  }

  .product-description-wp .sm\:top-10 {
    top: 4rem;
  }

  .product-description-wp .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .product-description-wp .sm\:mr-2 {
    margin-right: 0.8rem;
  }

  .product-description-wp .sm\:mb-20 {
    margin-bottom: 8rem;
  }

  .product-description-wp .sm\:block {
    display: block;
  }

  .product-description-wp .sm\:flex {
    display: flex;
  }

  .product-description-wp .sm\:h-11 {
    height: 4.4rem;
  }

  .product-description-wp .sm\:w-11 {
    width: 4.4rem;
  }

  .product-description-wp .sm\:w-80 {
    width: 32rem;
  }

  .product-description-wp .sm\:max-w-none {
    max-width: none;
  }

  .product-description-wp .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-description-wp .sm\:flex-row {
    flex-direction: row;
  }

  .product-description-wp .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .product-description-wp .sm\:items-center {
    align-items: center;
  }

  .product-description-wp .sm\:justify-start {
    justify-content: flex-start;
  }

  .product-description-wp .sm\:gap-3 {
    gap: 1.2rem;
  }

  .product-description-wp .sm\:gap-8 {
    gap: 3.2rem;
  }

  .product-description-wp .sm\:rounded-2xl {
    border-radius: 1.6rem;
  }

  .product-description-wp .sm\:rounded-xl {
    border-radius: 1.2rem;
  }

  .product-description-wp .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .product-description-wp .sm\:px-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .product-description-wp .sm\:px-6 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .product-description-wp .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .product-description-wp .sm\:py-3 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .product-description-wp .sm\:pt-10 {
    padding-top: 4rem;
  }

  .product-description-wp .sm\:text-left {
    text-align: left;
  }

  .product-description-wp .sm\:text-2xl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .product-description-wp .sm\:text-4xl {
    font-size: 3.6rem;
    line-height: 4rem;
  }

  .product-description-wp .sm\:text-base {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .product-description-wp .sm\:text-sm {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .product-description-wp .sm\:text-xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}

@media (min-width: 768px) {
  .product-description-wp .md\:-my-4 {
    margin-top: -1.6rem;
    margin-bottom: -1.6rem;
  }

  .product-description-wp .md\:block {
    display: block;
  }

  .product-description-wp .md\:flex {
    display: flex;
  }

  .product-description-wp .md\:hidden {
    display: none;
  }

  .product-description-wp .md\:w-\[35.2rem\] {
    width: 35.2rem;
  }

  .product-description-wp .md\:w-56 {
    width: 22.4rem;
  }

  .product-description-wp .md\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .product-description-wp .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-description-wp .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-description-wp .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-description-wp .md\:flex-row {
    flex-direction: row;
  }

  .product-description-wp .md\:justify-start {
    justify-content: flex-start;
  }

  .product-description-wp .md\:gap-8 {
    gap: 3.2rem;
  }

  .product-description-wp .md\:px-6 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .product-description-wp .md\:text-left {
    text-align: left;
  }

  .product-description-wp .md\:text-4xl {
    font-size: 3.6rem;
    line-height: 4rem;
  }

  .product-description-wp .md\:text-5xl {
    font-size: 4.8rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .product-description-wp .lg\:sticky {
    position: sticky;
  }

  .product-description-wp .lg\:-left-14 {
    left: -5.6rem;
  }

  .product-description-wp .lg\:-right-14 {
    right: -5.6rem;
  }

  .product-description-wp .lg\:-left-16 {
    left: -6.4rem;
  }

  .product-description-wp .lg\:-right-16 {
    right: -6.4rem;
  }

  .product-description-wp .lg\:top-40 {
    top: 16rem;
  }

  .product-description-wp .lg\:order-1 {
    order: 1;
  }

  .product-description-wp .lg\:order-2 {
    order: 2;
  }

  .product-description-wp .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .product-description-wp .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .product-description-wp .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .product-description-wp .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .product-description-wp .lg\:mb-16 {
    margin-bottom: 6.4rem;
  }

  .product-description-wp .lg\:mb-20 {
    margin-bottom: 8rem;
  }

  .product-description-wp .lg\:mb-28 {
    margin-bottom: 11.2rem;
  }

  .product-description-wp .lg\:mt-14 {
    margin-top: 5.6rem;
  }

  .product-description-wp .lg\:block {
    display: block;
  }

  .product-description-wp .lg\:flex {
    display: flex;
  }

  .product-description-wp .lg\:hidden {
    display: none;
  }

  .product-description-wp .lg\:h-24 {
    height: 9.6rem;
  }

  .product-description-wp .lg\:w-\[41.6rem\] {
    width: 41.6rem;
  }

  .product-description-wp .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .product-description-wp .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-description-wp .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .product-description-wp .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .product-description-wp .lg\:justify-end {
    justify-content: flex-end;
  }

  .product-description-wp .lg\:gap-10 {
    gap: 4rem;
  }

  .product-description-wp .lg\:gap-24 {
    gap: 9.6rem;
  }

  .product-description-wp .lg\:gap-6 {
    gap: 2.4rem;
  }

  .product-description-wp .lg\:gap-20 {
    gap: 8rem;
  }

  .product-description-wp .lg\:gap-8 {
    gap: 3.2rem;
  }

  .product-description-wp .lg\:gap-4 {
    gap: 1.6rem;
  }

  .product-description-wp .lg\:gap-12 {
    gap: 4.8rem;
  }

  .product-description-wp .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12.8rem * var(--tw-space-y-reverse));
  }

  .product-description-wp .lg\:p-10 {
    padding: 4rem;
  }

  .product-description-wp .lg\:p-6 {
    padding: 2.4rem;
  }

  .product-description-wp .lg\:p-8 {
    padding: 3.2rem;
  }

  .product-description-wp .lg\:p-12 {
    padding: 4.8rem;
  }

  .product-description-wp .lg\:px-12 {
    padding-left: 4.8rem;
    padding-right: 4.8rem;
  }

  .product-description-wp .lg\:py-40 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .product-description-wp .lg\:py-28 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .product-description-wp .lg\:py-32 {
    padding-top: 12.8rem;
    padding-bottom: 12.8rem;
  }

  .product-description-wp .lg\:pb-32 {
    padding-bottom: 12.8rem;
  }

  .product-description-wp .lg\:pt-48 {
    padding-top: 19.2rem;
  }

  .product-description-wp .lg\:text-2xl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .product-description-wp .lg\:text-3xl {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .product-description-wp .lg\:text-5xl {
    font-size: 4.8rem;
    line-height: 1;
  }

  .product-description-wp .lg\:text-6xl {
    font-size: 6rem;
    line-height: 1;
  }

  .product-description-wp .lg\:text-4xl {
    font-size: 3.6rem;
    line-height: 4rem;
  }

  .product-description-wp .lg\:text-7xl {
    font-size: 7.2rem;
    line-height: 1;
  }
}

.product-description-wp [data-kaching-price="true"] {
  font-size: 3.6rem;
}

.product-description-wp [data-kaching-price-compare="true"] {
  font-size: 2rem;
}