

.caveat {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }


  .abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
  }

  [x-cloak] {
    display: none;
}

.hero-section {
  background: #111;
}

.hero-screen {
  position: relative;
  min-height: calc(100vh - 4.5rem);
  overflow: hidden;
}

.hero-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}

.hero-logo {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(78vw, 560px);
  color: #fff;
  text-align: center;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.45);
}

.hero-monogram {
  position: relative;
  height: clamp(78px, 12vw, 132px);
  width: clamp(82px, 9vw, 116px);
  margin-bottom: clamp(18px, 2.8vw, 34px);
  font-family: "Viaoda Libre", serif;
  line-height: 1;
}

.hero-monogram span {
  position: absolute;
  top: 0;
  font-size: clamp(84px, 13vw, 145px);
  font-weight: 400;
}

.hero-monogram span:first-child {
  left: 0;
  color: #fff;
  z-index: 2;
}

.hero-monogram span:last-child {
  left: clamp(28px, 3vw, 42px);
  top: clamp(16px, 2.2vw, 25px);
  color: #d79b91;
  z-index: 1;
}

.hero-title {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 30px);
  margin: 0;
  font-family: "Viaoda Libre", serif;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.28em;
}

.hero-title span:first-child {
  color: #fff;
}

.hero-title span:last-child,
.hero-divider b {
  color: #d79b91;
}

.hero-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 430px);
  margin: clamp(18px, 2.8vw, 28px) 0 12px;
}

.hero-divider span {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.58);
}

.hero-divider b {
  font-size: 20px;
  line-height: 1;
}

.hero-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(14px, 1.8vw, 19px);
  letter-spacing: 0.48em;
}

.hero-screen > h2,
.hero-screen > a {
  position: relative;
  z-index: 1;
}


.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}

input:focus, textarea:focus {
  border-color: #bf6f78; /* Рожевий колір */
  outline: none; /* Вимкнути стандартний контур */
}

  .lined
  {
    color: #636569;
    text-decoration: line-through;
    font-size: 0.9rem;
  }


  .fotorama__img
  {
    border-radius: 30px !important;
  }

  li:hover svg .outer-circle {
    fill: #bf6f78; /* Задайте колір, який вам потрібен для зовнішнього кола */
}

li:hover svg .inner-circle {
    fill: #bf6f78; /* Задайте той же колір для внутрішнього кола або інший, якщо потрібно */
}

input[type="radio"]:checked + span {
  background-color: #bf6f78; /* Рожевий фон для вибраної кнопки */
  color: white; /* Білий текст для вибраної кнопки */
  border-color: #bf6f78; /* Рожевий колір рамки для вибраної кнопки */
  
}





  @media screen and (min-width: 1500px) {
    .bg_bl2
    {
      background-image: url('../images/IMG_6381_sm.jpg'); 
      background-position: bottom right;
    }

    .fotorama__nav-wrap
    {
      margin-top: 30px;
    }
    
  }

  @media screen and (max-width: 640px) {
    .hero-screen {
      min-height: calc(100vh - 4rem);
      background-position: center top !important;
    }

    .hero-logo {
      width: min(88vw, 360px);
    }

    .hero-title {
      flex-direction: column;
      gap: 10px;
      font-size: clamp(38px, 13vw, 54px);
      letter-spacing: 0.2em;
    }

    .hero-subtitle {
      font-size: 12px;
      letter-spacing: 0.28em;
    }
  }

/* Premium storefront redesign */
:root {
  --pp-ink: #1f2228;
  --pp-muted: #6f6870;
  --pp-line: #eadde0;
  --pp-blush: #d99a93;
  --pp-rose: #bf6f78;
  --pp-pink: #bf6f78;
  --pp-cream: #fbf7f3;
  --pp-mist: #f3f5f1;
  --pp-sage: #7e8b7a;
  --pp-gold: #b99b6b;
  --pp-shadow: 0 24px 70px rgba(31, 34, 40, 0.11);
}

.text-pink-500,
.hover\:text-pink-500:hover {
  color: var(--pp-rose) !important;
}

.bg-pink-500,
.hover\:bg-pink-600:hover {
  background-color: var(--pp-rose) !important;
}

.bg-pink-200 {
  background-color: #ead3d5 !important;
}

.border-pink-500,
.hover\:border-pink-400:hover,
.focus\:border-pink-500:focus,
input[type="radio"]:checked + span {
  border-color: var(--pp-rose) !important;
}

input:focus,
textarea:focus {
  border-color: var(--pp-rose) !important;
}

li:hover svg .outer-circle,
li:hover svg .inner-circle {
  fill: var(--pp-rose) !important;
}

.bg-green-400 {
  background-color: var(--pp-sage) !important;
}

.bg-red-500 {
  background-color: var(--pp-rose) !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--pp-cream) 44%, #ffffff 100%);
  color: var(--pp-ink);
  overflow-x: hidden;
  font-weight: 500;
}

p,
li,
td,
th,
input,
textarea,
button,
a {
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

p,
li {
  letter-spacing: 0.005em;
}

#about p,
#about li span {
  font-family: "Lora", Georgia, serif;
}

#about p,
#about li span,
#reviews p.text-gray-500 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

.caveat,
.hero-screen > h2 {
  font-family: "Caveat", cursive;
}

.hero-title,
.hero-monogram,
header a.flex.items-center > span,
body > section:not(.hero-section) > h2,
#models > h2,
#reviews > h2,
#pricing > h2,
#contact > h2 {
  font-family: "Viaoda Libre", serif;
}

body::before {
  content: none;
}

header.bg-white {
  border-bottom: 1px solid rgba(234, 221, 224, 0.9);
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 12px 36px rgba(31, 34, 40, 0.07) !important;
  backdrop-filter: blur(18px);
}

header .max-w-7xl {
  max-width: 1180px;
  padding-top: 14px;
  padding-bottom: 14px;
}

header a.flex.items-center {
  gap: 12px;
}

header a.flex.items-center img {
  width: 48px;
  height: 48px;
  border: 1px solid #f1d5dc;
  box-shadow: 0 8px 22px rgba(191, 111, 120, 0.16);
}

header a.flex.items-center > span {
  font-family: "Viaoda Libre", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.site-nav {
  gap: 30px;
  margin: 0 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  color: #4d4a50;
  transition: color 180ms ease;
}

.site-nav a:hover,
header a[href^="tel:"]:hover {
  color: var(--pp-rose);
}

.mobile-site-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
  margin-bottom: 12px;
  padding-top: 8px;
}

.mobile-site-nav a {
  border: 1px solid var(--pp-line);
  border-radius: 999px;
  padding: 10px 12px;
  background: #fff;
  color: var(--pp-ink);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}

.mobile-site-nav a[href="#contact"] {
  grid-column: 1 / -1;
  width: min(100%, 230px);
  margin: 0 auto;
  border-color: var(--pp-rose);
  background: var(--pp-rose);
  color: #fff;
  box-shadow: 0 14px 28px rgba(191, 111, 120, 0.24);
}

#mobileMenu > a[href^="tel:"] {
  width: fit-content;
  margin: 0 auto;
  color: var(--pp-ink);
  letter-spacing: 0.08em;
}

.mobile-menu-enter,
.mobile-menu-leave {
  overflow: hidden;
  transform-origin: top;
  transition:
    opacity 260ms ease,
    transform 260ms ease,
    max-height 300ms ease;
}

.mobile-menu-enter-start,
.mobile-menu-leave-end {
  max-height: 0;
  opacity: 0;
  transform: translateY(-10px) scaleY(0.96);
}

.mobile-menu-enter-end,
.mobile-menu-leave-start {
  max-height: 320px;
  opacity: 1;
  transform: translateY(0) scaleY(1);
}

header a[href^="tel:"] {
  color: var(--pp-ink);
  letter-spacing: 0.03em;
}

header button.relative {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pp-line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(31, 34, 40, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

header button.relative:hover {
  transform: translateY(-1px);
  border-color: #e5b9c1;
  box-shadow: 0 14px 28px rgba(191, 111, 120, 0.16);
}

#cart {
  top: 4px !important;
  right: 2px !important;
  background: var(--pp-rose) !important;
}

.cart-overlay {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw;
  height: 100vh;
  z-index: 9999 !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  background: rgba(31, 34, 40, 0.52) !important;
  overflow: hidden !important;
  backdrop-filter: blur(2px);
}

.cart-shell {
  width: min(92vw, 520px);
  max-height: 100vh;
  padding: 70px 24px 24px 0;
  margin-left: auto;
  overflow-y: auto !important;
}

.cart-panel {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  max-height: calc(100vh - 94px);
  overflow-y: auto;
  border: 1px solid var(--pp-line);
  border-radius: 8px !important;
  box-shadow: -24px 24px 70px rgba(31, 34, 40, 0.18) !important;
}

.cart-panel * {
  box-sizing: border-box;
}

.cart-panel table {
  min-width: 420px;
}

.cart-panel thead tr {
  background: #f2ecec !important;
}

.cart-panel th,
.cart-panel td {
  border-color: var(--pp-line) !important;
}

.cart-panel a.bg-pink-500 {
  border-radius: 999px !important;
  background: var(--pp-rose) !important;
  box-shadow: 0 14px 28px rgba(191, 111, 120, 0.2) !important;
}

.cart-enter,
.cart-leave {
  transition: opacity 260ms ease;
}

.cart-enter .cart-panel,
.cart-leave .cart-panel {
  transform-origin: top;
  transition:
    opacity 260ms ease,
    transform 300ms ease;
}

.cart-enter-start,
.cart-leave-end {
  opacity: 0;
}

.cart-enter-start .cart-panel,
.cart-leave-end .cart-panel {
  opacity: 0;
  transform: translateY(-16px) scaleY(0.96);
}

.cart-enter-end,
.cart-leave-start {
  opacity: 1;
}

.cart-enter-end .cart-panel,
.cart-leave-start .cart-panel {
  opacity: 1;
  transform: translateY(0) scaleY(1);
}

.hero-screen {
  min-height: calc(100vh - 76px);
  background-position: center 42% !important;
}

.hero-screen::before {
  background:
    radial-gradient(circle at 50% 46%, rgba(217, 154, 147, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0.7));
}

.hero-logo {
  transform: translateY(-1vh);
}

.hero-screen > h2 {
  margin-top: clamp(18px, 2.4vw, 28px) !important;
  color: #fff !important;
  font-size: clamp(25px, 3vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.1;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
}

.hero-screen > a {
  margin-top: clamp(18px, 2.2vw, 24px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px !important;
  background: #c86572 !important;
  box-shadow: 0 18px 36px rgba(200, 101, 114, 0.42);
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-screen > a:hover {
  transform: translateY(-2px);
  background: var(--pp-rose) !important;
  box-shadow: 0 22px 42px rgba(191, 111, 120, 0.42);
}

body > section:not(.hero-section) {
  position: relative;
  padding-left: clamp(18px, 4vw, 70px) !important;
  padding-right: clamp(18px, 4vw, 70px) !important;
}

body > section:not(.hero-section) > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

body > section h2,
body > section h3 {
  color: var(--pp-ink);
}

body > section:not(.hero-section) > h2,
#models > h2,
#reviews > h2,
#pricing > h2,
#contact > h2 {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Viaoda Libre", serif;
  font-size: clamp(34px, 4vw, 54px) !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
}

body > section:not(.hero-section) > h2::after,
#models > h2::after,
#reviews > h2::after,
#pricing > h2::after,
#contact > h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, var(--pp-rose), transparent);
}

#about {
  padding-top: clamp(22px, 3vw, 44px) !important;
  padding-bottom: clamp(28px, 3.6vw, 52px) !important;
  background: #fff !important;
}

#about > .flex {
  align-items: center;
  gap: clamp(22px, 4vw, 60px);
}

#about img {
  width: min(112%, 680px);
  max-width: none;
  max-height: 650px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: none;
}

#about .lg\:w-1\/2:first-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transform: scale(1.08);
  transform-origin: center;
}

#about .lg\:w-1\/2:last-child {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

#about .lg\:w-1\/2:last-child h2 {
  font-family: "Caveat", cursive;
  font-size: clamp(38px, 4.5vw, 58px) !important;
  font-weight: 700 !important;
  line-height: 1.05;
  color: var(--pp-ink);
}

#about p {
  max-width: 640px;
  color: var(--pp-ink);
  line-height: 1.65;
}

#about ul {
  width: 100%;
}

#about li {
  align-items: flex-start;
  border-top: 0;
  color: #37343a;
  line-height: 1.55;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

#about li svg {
  margin-top: 4px;
  color: var(--pp-rose) !important;
  width: 22px !important;
  height: 22px !important;
}

#gallery {
  padding-top: clamp(58px, 7vw, 96px) !important;
  padding-bottom: clamp(58px, 7vw, 96px) !important;
  border-top: 1px solid rgba(234, 221, 224, 0.55);
  border-bottom: 1px solid rgba(234, 221, 224, 0.55);
  background: var(--pp-mist) !important;
}

#gallery .fotorama {
  width: fit-content !important;
  max-width: 100% !important;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.fotorama__stage {
  overflow: hidden;
  border-radius: 30px !important;
  background: transparent !important;
}

.fotorama__img {
  border-radius: 30px !important;
}

.fotorama__arr {
  background-color: transparent !important;
  box-shadow: none !important;
}

.fotorama__arr--prev {
  left: 8px !important;
}

.fotorama__arr--next {
  right: 8px !important;
}

.fotorama__dot {
  border-color: var(--pp-rose) !important;
}

.fotorama__active .fotorama__dot {
  background: var(--pp-rose) !important;
}

#gallery .fotorama__wrap {
  margin-left: auto;
  margin-right: auto;
}

#models {
  padding-top: clamp(64px, 8vw, 110px) !important;
  padding-bottom: clamp(42px, 5vw, 70px) !important;
  background: #fff !important;
}

#models > .flex.justify-center {
  margin-bottom: 34px !important;
}

#models > .flex.justify-center span {
  width: 42px !important;
  height: 42px !important;
  border: 6px solid #fff;
  box-shadow: 0 10px 24px rgba(31, 34, 40, 0.12);
}

#models .grid {
  gap: 24px !important;
}

#models .grid > template + *,
#models .grid > [x-data] {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(234, 221, 224, 0.95);
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 18px 48px rgba(31, 34, 40, 0.08) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

#models .grid > [x-data]:hover {
  transform: translateY(-6px);
  border-color: #e4bdc4;
  box-shadow: 0 28px 70px rgba(31, 34, 40, 0.14) !important;
}

#models .grid img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto !important;
  border-radius: 6px !important;
  object-fit: cover;
  background: #f7f1ef;
}

#models .grid h2 {
  margin-top: 18px !important;
  color: var(--pp-ink);
  font-size: 18px !important;
  line-height: 1.25;
}

#models label {
  margin-right: 8px !important;
}

#models input[type="radio"] + span {
  min-width: 44px;
  border-radius: 4px !important;
  border-color: var(--pp-line) !important;
  background: #fff;
  color: var(--pp-ink);
  font-size: 13px;
  font-weight: 700;
}

#models input[type="radio"]:checked + span {
  border-color: var(--pp-rose) !important;
  background: var(--pp-rose) !important;
  color: #fff !important;
}

#models .grid p {
  font-size: 22px !important;
  color: var(--pp-rose) !important;
}

#models .grid span[role],
#models .grid .buy-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: auto;
  min-width: 152px;
  border: 0;
  border-radius: 8px !important;
  background:
    linear-gradient(135deg, #d98a95 0%, var(--pp-rose) 48%, #9f5962 100%) !important;
  box-shadow:
    0 16px 30px rgba(191, 111, 120, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -9px 18px rgba(117, 56, 63, 0.16) !important;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-shadow: 0 1px 1px rgba(82, 37, 43, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

#models .grid .buy-button::before {
  content: "";
  position: absolute;
  inset: 2px 2px auto;
  height: 46%;
  border-radius: 6px 6px 12px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: -1;
}

#models .grid .buy-button::after {
  content: "";
  position: absolute;
  inset: -42% auto -42% -62%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  opacity: 0;
  pointer-events: none;
}

#models .grid .buy-button:hover {
  transform: translateY(-3px);
  filter: saturate(1.06);
  box-shadow:
    0 22px 42px rgba(191, 111, 120, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -9px 18px rgba(117, 56, 63, 0.12) !important;
}

#models .grid .buy-button:hover::after {
  opacity: 1;
  animation: buy-button-shine 720ms ease;
}

#models .grid .buy-button:active {
  transform: translateY(-1px) scale(0.98);
  box-shadow:
    0 10px 20px rgba(191, 111, 120, 0.28),
    inset 0 2px 8px rgba(82, 37, 43, 0.18) !important;
}

#models .grid .buy-button:focus-visible {
  outline: 3px solid rgba(191, 111, 120, 0.24);
  outline-offset: 3px;
}

@keyframes buy-button-shine {
  from {
    left: -62%;
  }

  to {
    left: 122%;
  }
}

#models .grid span[x-show="showMessage"] {
  display: inline-block;
  width: min(100%, 244px);
  min-width: 0;
  margin-top: 10px !important;
  margin-bottom: 14px !important;
  border: 1px solid rgba(191, 111, 120, 0.22);
  border-radius: 8px !important;
  background: #fff6f7 !important;
  box-shadow: none !important;
  color: var(--pp-ink) !important;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

#models .grid span[x-show="showMessage"] a {
  color: var(--pp-rose);
  font-weight: 800;
  text-decoration-color: rgba(191, 111, 120, 0.55);
  text-underline-offset: 2px;
}

#models .grid span.cursor-pointer:hover {
  transform: translateY(-1px);
}

#models input[type="radio"] + span.cursor-pointer {
  width: auto;
  min-width: 44px;
  border-radius: 4px !important;
  border-color: var(--pp-line) !important;
  background: #fff !important;
  color: var(--pp-ink) !important;
  box-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0;
}

#models input[type="radio"]:checked + span.cursor-pointer {
  border-color: var(--pp-rose) !important;
  background: var(--pp-rose) !important;
  color: #fff !important;
}

#models input[type="radio"] + span.cursor-pointer:hover {
  transform: none;
  background: #fff !important;
}

#models input[type="radio"] + span.cursor-pointer.bg-pink-500,
#models input[type="radio"]:checked + span.cursor-pointer:hover {
  background: var(--pp-rose) !important;
  border-color: var(--pp-rose) !important;
  color: #fff !important;
}

#models .flex.flex-col.items-center.justify-center.w-full {
  margin-top: clamp(34px, 4vw, 54px) !important;
  margin-bottom: 0 !important;
}

#models .flex.flex-col.items-center.justify-center.w-full h3 {
  margin-bottom: clamp(18px, 2vw, 24px) !important;
}

#models .flex.flex-col.items-center table {
  overflow: hidden;
  border: 1px solid var(--pp-line) !important;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(31, 34, 40, 0.08);
}

#models table td {
  border-color: var(--pp-line) !important;
  padding: 14px 12px !important;
}

@media (max-width: 640px) {
  #models {
    padding-top: 56px !important;
    padding-bottom: 46px !important;
  }

  #models .flex.flex-col.items-center.justify-center.w-full {
    margin-top: 34px !important;
  }

  #models .flex.flex-col.items-center table {
    width: 100% !important;
  }

  #models table td {
    padding: 14px 10px !important;
  }
}

#reviews {
  position: relative;
  overflow: hidden;
  padding-top: clamp(62px, 8vw, 102px) !important;
  padding-bottom: clamp(62px, 8vw, 102px) !important;
  background:
    linear-gradient(135deg, rgba(251, 247, 243, 0.95) 0%, rgba(243, 245, 241, 0.96) 46%, rgba(255, 255, 255, 0.98) 100%),
    linear-gradient(90deg, rgba(191, 111, 120, 0.1), rgba(126, 139, 122, 0.08)) !important;
}

#reviews::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(100%, 1120px);
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0, rgba(191, 111, 120, 0.12) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.72) 48%, transparent);
  opacity: 0.45;
}

#reviews > h2,
#reviews .max-w-3xl {
  position: relative;
  z-index: 1;
}

#reviews .max-w-3xl {
  max-width: 980px !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

#reviews .max-w-3xl > div {
  position: relative;
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 22px;
  min-height: 196px;
  margin: 0 !important;
  padding: 28px !important;
  align-items: flex-start;
  overflow: hidden;
  border: 1px solid rgba(234, 221, 224, 0.78);
  border-radius: 8px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 250, 0.9)) !important;
  box-shadow: 0 22px 58px rgba(31, 34, 40, 0.08) !important;
  text-align: left !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

#reviews .max-w-3xl > div::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--pp-rose), rgba(185, 155, 107, 0.55));
  opacity: 0.72;
}

#reviews .max-w-3xl > div:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 111, 120, 0.32);
  box-shadow: 0 30px 74px rgba(31, 34, 40, 0.12) !important;
}

#reviews .max-w-3xl > div > div:last-child {
  padding-left: 0 !important;
  text-align: left !important;
}

#reviews .w-24.h-24 {
  position: relative;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  border: 1px solid rgba(191, 111, 120, 0.22) !important;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 38%),
    linear-gradient(145deg, #fff7f8 0%, #efd5d7 52%, #dec0b5 100%) !important;
  color: #9f5f66 !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 14px 30px rgba(191, 111, 120, 0.18),
    0 8px 18px rgba(31, 34, 40, 0.08);
}

#reviews .w-24.h-24::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, transparent calc(100% - var(--order-progress, 25%)), #9f5f66 0);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
  pointer-events: none;
}

#reviews .w-24.h-24 span {
  position: relative;
  z-index: 1;
}

#reviews .max-w-3xl > div:nth-child(1) .w-24.h-24 {
  --order-progress: 25%;
}

#reviews .max-w-3xl > div:nth-child(2) .w-24.h-24 {
  --order-progress: 50%;
}

#reviews .max-w-3xl > div:nth-child(3) .w-24.h-24 {
  --order-progress: 75%;
}

#reviews .max-w-3xl > div:nth-child(4) .w-24.h-24 {
  --order-progress: 100%;
}

#reviews .text-4xl {
  font-family: "Viaoda Libre", Georgia, serif;
  font-size: 30px !important;
  font-weight: 400;
  line-height: 1;
  color: #9f5f66;
}

#reviews .text-2xl {
  color: var(--pp-ink);
  font-size: 20px !important;
  font-weight: 800;
  line-height: 1.25;
}

#reviews p.text-gray-500 {
  color: var(--pp-muted) !important;
  margin-top: 10px !important;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

#reviews p.text-gray-500 span,
#reviews p.text-gray-500 a {
  font-family: inherit;
}

#reviews .order-phone-line,
#reviews .order-hours-line {
  display: block;
  text-align: left;
}

#reviews .order-phone-line {
  margin-top: 6px;
  color: var(--pp-ink);
  white-space: nowrap;
}

#reviews .order-hours-line {
  margin-top: 2px;
  color: var(--pp-muted);
  font-size: 0.92em;
}

.order-slider-control {
  display: none;
}

.mobile-order-cta {
  display: none;
}

#pricing {
  padding-top: clamp(62px, 8vw, 102px) !important;
  padding-bottom: clamp(58px, 7vw, 92px) !important;
  background:
    linear-gradient(180deg, #fff 0%, rgba(251, 247, 243, 0.72) 100%) !important;
}

#pricing .flex {
  gap: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pricing .flex > div {
  height: clamp(300px, 52vw, 420px);
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--pp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(31, 34, 40, 0.08);
}

#pricing img {
  width: 100%;
  height: 100% !important;
  border-radius: 0 !important;
  object-fit: contain;
  background: #fff;
  cursor: zoom-in;
  transition: transform 240ms ease;
}

#pricing .flex > div:hover img {
  transform: scale(1.025);
}

@media screen and (min-width: 900px) {
  #pricing .flex {
    display: grid !important;
    max-width: 1040px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px !important;
    align-items: stretch;
  }

  #pricing .flex > div {
    position: relative;
    display: block !important;
    width: auto !important;
    min-height: 0;
    border-color: rgba(234, 221, 224, 0.95);
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 251, 0.92));
    box-shadow: 0 18px 48px rgba(31, 34, 40, 0.08) !important;
    transition:
      transform 220ms ease,
      box-shadow 220ms ease,
      border-color 220ms ease;
  }

  #pricing .flex > div:hover {
    transform: translateY(-4px);
    border-color: rgba(191, 111, 120, 0.26);
    box-shadow: 0 26px 64px rgba(31, 34, 40, 0.12) !important;
  }

  #pricing .flex > div:nth-child(1) {
    grid-column: 1 / 3;
  }

  #pricing .flex > div:nth-child(2) {
    grid-column: 3 / 5;
  }

  #pricing .flex > div:nth-child(3) {
    grid-column: 5 / 7;
  }

  #pricing .flex > div:nth-child(4) {
    grid-column: 2 / 4;
  }

  #pricing .flex > div:nth-child(5) {
    grid-column: 4 / 6;
  }

  #pricing .flex > div {
    height: 356px;
  }
}

.review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 42px);
  background: rgba(31, 34, 40, 0.78);
  backdrop-filter: blur(10px);
}

.review-lightbox img {
  width: auto;
  max-width: min(94vw, 980px);
  max-height: 88vh;
  border-radius: 18px !important;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  cursor: default;
}

.review-lightbox__close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.review-lightbox__close span {
  position: absolute;
  left: 13px;
  top: 22px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.review-lightbox__close span:first-child {
  transform: rotate(45deg);
}

.review-lightbox__close span:last-child {
  transform: rotate(-45deg);
}

#order {
  overflow: hidden;
  min-height: clamp(360px, 48vw, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: clamp(86px, 10vw, 142px) !important;
  padding-bottom: clamp(86px, 10vw, 142px) !important;
  background-image:
    linear-gradient(135deg, rgba(31, 34, 40, 0.64), rgba(191, 111, 120, 0.5)),
    url("../images/gal/13.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

#order h2 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  color: #fff !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

#contact {
  padding-top: clamp(62px, 8vw, 102px) !important;
  padding-bottom: clamp(68px, 8vw, 112px) !important;
  background: var(--pp-cream) !important;
}

#contact form {
  max-width: 560px !important;
  border: 1px solid var(--pp-line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--pp-shadow);
}

#contact input,
#contact textarea {
  min-height: 54px;
  border: 1px solid var(--pp-line) !important;
  border-radius: 6px !important;
  background: #fff;
  color: var(--pp-ink);
  font-family: "Lora", Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: #8f8790;
  opacity: 0.86;
}

#contact textarea {
  min-height: 120px;
}

#contact input:focus,
#contact textarea:focus {
  border-color: var(--pp-rose) !important;
  box-shadow: 0 0 0 4px rgba(191, 111, 120, 0.12);
}

#contact form > p[id^="error-message"] {
  margin-top: -4px;
  color: #c86572 !important;
  font-family: "Lora", Georgia, serif;
  font-size: 15px;
  line-height: 1.45;
}

#contact form > p.cursor-pointer {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px !important;
  background: var(--pp-ink) !important;
  box-shadow: 0 15px 30px rgba(31, 34, 40, 0.18);
  font-family: "Lora", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, background 180ms ease;
}

#contact form > p.cursor-pointer:hover {
  transform: translateY(-1px);
  background: var(--pp-rose) !important;
}

footer {
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #1f2228 !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: "Lora", Georgia, serif;
}

footer a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.telegram-contact-widget {
  position: fixed;
  right: 24px;
  bottom: 92px;
  left: auto;
  top: auto;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
  transform: none;
}

.telegram-contact-widget__group {
  position: relative;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transform: translate3d(0, var(--contact-widget-lag, 0px), 0);
  will-change: transform;
}

.telegram-contact-button {
  position: relative;
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: linear-gradient(135deg, #d79b91 0%, #9f5f66 100%);
  color: #fff;
  box-shadow:
    0 8px 26px rgba(191, 111, 120, 0.28),
    0 4px 14px rgba(0, 0, 0, 0.36);
  overflow: visible;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
  transition: background 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease, transform 0.2s ease, visibility 0.25s ease;
}

.telegram-contact-button:hover,
.telegram-contact-button:focus-visible {
  color: #fff;
  outline: none;
  box-shadow:
    0 10px 32px rgba(191, 111, 120, 0.42),
    0 4px 14px rgba(0, 0, 0, 0.38);
  transform: scale(1.06);
}

.telegram-contact-button__icon {
  position: relative;
  z-index: 2;
  display: block;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.telegram-contact-button__pulse {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 50%;
  background: rgba(191, 111, 120, 0.34);
  pointer-events: none;
  animation: telegram-contact-pulse 3.6s ease-out infinite;
}

.telegram-contact-button__pulse--delay-1 {
  background: rgba(215, 155, 145, 0.22);
  animation-delay: 1.2s;
}

.telegram-contact-button__pulse--delay-2 {
  background: rgba(191, 111, 120, 0.2);
  animation-delay: 2.4s;
}

@keyframes telegram-contact-pulse {
  0% {
    opacity: 0.62;
    transform: scale(1);
  }

  80%,
  100% {
    opacity: 0;
    transform: scale(2.15);
  }
}

@media screen and (max-width: 1024px) {
  #reviews .max-w-3xl {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 640px) {
  .telegram-contact-widget {
    right: 14px;
    bottom: 126px;
  }

  .telegram-contact-widget__group,
  .telegram-contact-button {
    width: 52px;
    height: 52px;
  }

  header .max-w-7xl {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header a.flex.items-center > span {
    font-size: 22px;
  }

  header button.relative {
    width: 42px;
    height: 42px;
  }

  header {
    position: sticky;
  }

  #mobileMenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 60;
    padding: 14px 16px 18px !important;
    border-top: 1px solid rgba(234, 221, 224, 0.78);
    border-bottom: 1px solid rgba(234, 221, 224, 0.9);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(251, 247, 243, 0.86));
    box-shadow: 0 24px 50px rgba(31, 34, 40, 0.12);
    backdrop-filter: blur(16px);
  }

  .hero-screen {
    min-height: calc(100vh - 68px);
  }

  body > section:not(.hero-section) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #about .lg\:w-1\/2:last-child {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  #models .grid {
    gap: 18px !important;
  }

  #gallery {
    min-height: 100svh;
    justify-content: center !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  #gallery > h2 {
    margin-bottom: 34px !important;
  }

  #reviews {
    padding: 36px 16px 18px !important;
    background:
      linear-gradient(135deg, rgba(251, 247, 243, 0.98) 0%, rgba(246, 247, 244, 0.98) 55%, rgba(255, 255, 255, 0.98) 100%) !important;
  }

  #reviews::before {
    width: min(100%, 414px);
    background:
      linear-gradient(90deg, transparent 0, rgba(191, 111, 120, 0.09) 1px, transparent 1px) 0 0 / 25% 100%,
      linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.72) 48%, rgba(255, 255, 255, 0.28));
    opacity: 0.58;
  }

  #reviews > h2 {
    margin-bottom: 40px !important;
    font-size: 36px !important;
    line-height: 1.05;
    letter-spacing: 0.03em;
  }

  #reviews > h2::after {
    width: 72px;
    margin-top: 18px;
  }

  #reviews .max-w-3xl {
    width: min(100%, 380px);
    max-width: 380px !important;
    min-height: 378px;
    gap: 24px !important;
    overflow: hidden;
  }

  #reviews .max-w-3xl::after {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 8px;
    z-index: 5;
    height: 2px;
    border-radius: 999px;
    background:
      linear-gradient(90deg, var(--pp-rose), rgba(185, 155, 107, 0.7)) left / 0 100% no-repeat,
      rgba(234, 221, 224, 0.9);
    animation: mobileOrderProgress 16s linear infinite;
  }

  #reviews .max-w-3xl.is-paused::after,
  #reviews .max-w-3xl.is-paused > div {
    animation-play-state: paused !important;
  }

  #reviews .max-w-3xl > div {
    grid-area: 1 / 1;
    display: flex !important;
    flex-direction: column !important;
    gap: 0;
    width: 100%;
    min-height: 344px;
    height: 344px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 28px 26px 34px !important;
    text-align: center !important;
    align-items: center;
    border-color: rgba(234, 221, 224, 0.95);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 251, 0.94)) !important;
    box-shadow: none !important;
    opacity: 0;
    pointer-events: none;
    transform: translateX(46px);
    animation: mobileOrderCard 16s infinite ease-in-out;
    will-change: opacity, transform;
  }

  #reviews .max-w-3xl > div:nth-child(1) {
    animation-delay: 0s;
  }

  #reviews .max-w-3xl > div:nth-child(2) {
    animation-delay: 4s;
  }

  #reviews .max-w-3xl > div:nth-child(3) {
    animation-delay: 8s;
  }

  #reviews .max-w-3xl > div:nth-child(4) {
    animation-delay: 12s;
  }

  @keyframes mobileOrderCard {
    0%,
    5% {
      opacity: 0;
      transform: translateX(46px);
    }

    10%,
    20% {
      opacity: 1;
      pointer-events: auto;
      transform: translateX(0);
    }

    25%,
    100% {
      opacity: 0;
      pointer-events: none;
      transform: translateX(-46px);
    }
  }

  @keyframes mobileOrderProgress {
    0% {
      background-size: 0 100%, 100% 100%;
    }

    100% {
      background-size: 100% 100%, 100% 100%;
    }
  }

  #reviews .max-w-3xl > div::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--pp-rose), rgba(185, 155, 107, 0.55));
    opacity: 0.72;
  }

  #reviews .w-24.h-24 {
    width: 96px !important;
    height: 96px !important;
    margin-bottom: 28px !important;
    border: 1px solid rgba(191, 111, 120, 0.28) !important;
    background:
      radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0) 40%),
      linear-gradient(145deg, #fff8f9 0%, #f0d6d8 50%, #dec0b5 100%) !important;
    color: #9f5f66 !important;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.78),
      0 16px 34px rgba(191, 111, 120, 0.18),
      0 8px 18px rgba(31, 34, 40, 0.08);
  }

  #reviews .text-4xl {
    font-family: "Viaoda Libre", Georgia, serif;
    font-size: 44px !important;
    font-weight: 400;
    color: #9f5f66;
  }

  #reviews .max-w-3xl > div > div:last-child {
    width: 100%;
    text-align: center !important;
  }

  #reviews .text-2xl {
    font-family: "Lora", Georgia, serif;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.25;
  }

  #reviews p.text-gray-500 {
    max-width: 320px;
    margin: 14px auto 0 !important;
    font-family: "Lora", Georgia, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .mobile-order-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 34px 16px !important;
    background:
      linear-gradient(180deg, rgba(251, 247, 243, 0.96) 0%, rgba(255, 247, 248, 0.98) 48%, #fff 100%);
  }

  .mobile-order-cta a {
    display: inline-flex;
    width: auto;
    min-width: 236px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    border: 0;
    border-radius: 8px;
    background: #c86572;
    color: #fff;
    box-shadow: 0 18px 36px rgba(200, 101, 114, 0.3);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0;
  }

  #reviews .order-phone-line {
    margin-top: 8px;
    font-size: 17px;
    line-height: 1.25;
    text-align: center;
  }

  #reviews .order-hours-line {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
  }

  #reviews > .order-slider-control {
    display: none !important;
  }

  #reviews .order-slider-control--overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 8;
    display: inline-flex;
    width: 68px;
    height: 68px;
    min-width: 0;
    min-height: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background:
      radial-gradient(circle at 34% 24%, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0) 42%),
      linear-gradient(145deg, rgba(255, 248, 249, 0.94), rgba(226, 184, 178, 0.88));
    box-shadow:
      0 18px 44px rgba(31, 34, 40, 0.18),
      0 10px 22px rgba(191, 111, 120, 0.18),
      inset 0 0 0 1px rgba(255, 255, 255, 0.55);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.92);
    transition:
      opacity 280ms ease,
      transform 280ms ease,
      box-shadow 280ms ease;
    backdrop-filter: blur(10px);
  }

  #reviews .order-slider-control--overlay.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
  }

  #reviews .order-slider-control--overlay:active {
    transform: translate(-50%, -50%) scale(0.96);
  }

  #reviews .order-slider-control__pause,
  #reviews .order-slider-control__play {
    position: absolute;
    display: block;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  #reviews .order-slider-control__pause {
    width: 22px;
    height: 26px;
    opacity: 0;
    transform: scale(0.82);
    background:
      linear-gradient(90deg, #9f5f66 0 7px, transparent 7px 15px, #9f5f66 15px 22px);
  }

  #reviews .order-slider-control__play {
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #9f5f66;
    opacity: 1;
    transform: scale(1);
  }

  #reviews .order-slider-control--overlay.is-paused .order-slider-control__pause {
    opacity: 1;
    transform: scale(1);
  }

  #reviews .order-slider-control--overlay.is-paused .order-slider-control__play {
    opacity: 0;
    transform: scale(0.82);
  }

  #pricing .flex {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 16px 12px !important;
    width: min(100%, 360px);
    margin-left: auto;
    margin-right: auto;
  }

  #pricing {
    padding-top: 42px !important;
  }

  #pricing .flex > div {
    display: block !important;
    flex: 0 0 calc((100% - 24px) / 3);
    width: calc((100% - 24px) / 3) !important;
    max-width: calc((100% - 24px) / 3);
    height: auto;
    padding: 0 !important;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none !important;
  }

  #pricing .flex > div img {
    display: block;
    width: 100%;
    height: auto !important;
    border-radius: 16px !important;
    object-fit: contain;
    object-position: center;
    transform: none;
    background: transparent;
    box-shadow: 0 14px 34px rgba(31, 34, 40, 0.08);
  }

  #pricing .flex > div:nth-child(5) {
    width: calc((100% - 24px) / 3) !important;
    justify-self: auto;
  }

  #gallery .fotorama,
  #gallery .fotorama__wrap,
  #gallery .fotorama__stage {
    max-width: calc(100vw - 32px) !important;
  }

  .hero-title,
  .hero-subtitle {
    max-width: calc(100vw - 36px);
  }

  .cart-shell {
    width: 100%;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
  }

  .cart-panel {
    min-width: 0 !important;
    max-height: none;
    overflow: visible;
    border-radius: 0 0 8px 8px !important;
    padding: 24px !important;
    border-top: 0;
  }

  .cart-overlay {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 0 !important;
  }

  .cart-panel .overflow-x-auto {
    overflow-x: visible !important;
  }

  .cart-panel table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    font-size: 12px;
  }

  .cart-panel th,
  .cart-panel td {
    padding: 8px 5px !important;
    vertical-align: middle;
  }

  .cart-panel th:first-child,
  .cart-panel td:first-child {
    width: 52px;
  }

  .cart-panel th:nth-child(3),
  .cart-panel td:nth-child(3) {
    width: 68px;
  }

  .cart-panel th:nth-child(4),
  .cart-panel td:nth-child(4) {
    width: 52px;
  }

  .cart-panel th:nth-child(5),
  .cart-panel td:nth-child(5) {
    width: 34px;
  }

  .cart-panel td:nth-child(2) {
    word-break: break-word;
  }

  .cart-panel img {
    width: 44px !important;
    height: 44px !important;
    border-radius: 4px;
  }

  .cart-panel input[type="number"] {
    width: 48px !important;
    height: 34px;
    border-color: var(--pp-line);
  }

  .cart-panel button.bg-red-500 {
    width: 28px !important;
    height: 28px !important;
  }

  .cart-panel a.bg-pink-500 {
    width: min(100%, 250px);
    margin-top: 18px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
  
