/*
Theme Name: Rainboshop
Author: Rainboshop
Version: 1.3.0
Text Domain: yatsin
*/
:root {
  --primary: #9ba77a;
  --primary-dark: #6f7b55;
  --primary-deep: #4f5a3b;
  --primary-soft: rgba(155, 167, 122, 0.16);
  --primary-glow: rgba(155, 167, 122, 0.32);
  --accent: #eb9c9c;
  --accent-deep: #cf7474;
  --accent-soft: rgba(235, 156, 156, 0.2);
  --cream: #fff8f5;
  --ink: #2f3028;
  --dark: #2f3028;
  --gray-light: #f7f4ef;
  --gray-dark: #747066;
}

@font-face {
  font-family: "IRANYekanXVF";
  src: url("assets/dist/font/IRANYekanXVF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-feature-settings:
    "locl" 1,
    "ss02" 1,
    "kern" 1;
  font-language-override: "FAR";
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-feature-settings:
    "locl" 1,
    "ss02" 1,
    "kern" 1;
  font-language-override: "FAR";
}
body {
  direction: rtl;
  font-family: "IRANYekanXVF", "Yekan", sans-serif;
  font-feature-settings:
    "locl" 1,
    "ss02" 1,
    "kern" 1;
  font-language-override: "FAR";
  min-height: 100vh;

  overflow-x: hidden;
}
a,
button,
input,
textarea,
select {
  font: inherit;
}
.admin-bar .yatsin-header {
  top: 0;
}
.yatsin-header.is-scrolled {
  box-shadow: 0 14px 40px rgba(31, 41, 55, 0.08);
}
.yatsin-menu a {
  position: relative;
  display: inline-flex;
  padding: 0.75rem 0.25rem;
  color: var(--dark);
  font-weight: 700;
  transition: color 0.2s ease;
}
.yatsin-menu a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--primary);
  transition: width 0.2s ease;
}
.yatsin-menu a:hover,
.yatsin-menu .current-menu-item > a {
  color: var(--primary);
}
.yatsin-menu a:hover::after,
.yatsin-menu .current-menu-item > a::after {
  width: 100%;
}
.yatsin-mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.yatsin-mobile-menu.is-open {
  max-height: 520px;
}
.yatsin-mobile-menu a {
  display: block;
  border-radius: 0.9rem;
  padding: 0.8rem 1rem;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.yatsin-mobile-menu a:hover {
  background: #fff;
  color: var(--primary);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: 900;
}
.swiper-pagination-bullet-active {
  background: var(--primary);
}

/* Rainboshop visual system */
body {
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(235, 156, 156, 0.22),
      transparent 30rem
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(155, 167, 122, 0.2),
      transparent 28rem
    ),
    linear-gradient(180deg, #fffaf7 0%, var(--cream) 42%, #f9f5ec 100%) !important;
}

body::before {
  background:
    linear-gradient(90deg, rgba(155, 167, 122, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(235, 156, 156, 0.045) 1px, transparent 1px) !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(235, 156, 156, 0.45);
  outline-offset: 3px;
}

.yatsin-header {
  background: rgba(255, 248, 245, 0.9) !important;
  box-shadow: 0 18px 55px rgba(79, 90, 59, 0.1);
}

.yatsin-header > .bg-primary-dark {
  background: linear-gradient(90deg, #4f5a3b, #9ba77a 48%, #eb9c9c) !important;
}

.yatsin-site-logo img,
.yatsin-footer-logo img {
  max-width: 11rem;
  object-fit: contain;
}

.rainbo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(155, 167, 122, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  padding: 0.55rem 1rem;
  color: var(--primary-deep);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 12px 32px rgba(79, 90, 59, 0.08);
}

.rainbo-hero {
  isolation: isolate;
}

.rainbo-hero__shade {
  background:
    linear-gradient(
      90deg,
      rgba(255, 248, 245, 0.95) 0%,
      rgba(255, 248, 245, 0.78) 42%,
      rgba(255, 248, 245, 0.12) 76%
    ),
    radial-gradient(
      circle at 72% 26%,
      rgba(235, 156, 156, 0.18),
      transparent 22rem
    );
}

.rainbo-hero-panel {
  align-self: end;
  max-width: 23rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.78);
  padding: 1.5rem;
  box-shadow: 0 24px 70px rgba(79, 90, 59, 0.14);
}

.rainbo-hero-panel span,
.rainbo-journal-card time {
  color: var(--accent-deep);
  font-size: 0.75rem;
  font-weight: 950;
}

.rainbo-hero-panel strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--dark);
  font-size: 1.75rem;
  font-weight: 950;
}

.rainbo-hero-panel p {
  margin-top: 0.85rem;
  color: var(--gray-dark);
  font-weight: 750;
  line-height: 2;
}

.rainbo-btn {
  display: inline-flex;
  min-height: 3.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 0.85rem 1.35rem;
  font-weight: 950;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.rainbo-btn:hover {
  transform: translateY(-2px);
}

.rainbo-btn--primary {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  box-shadow: 0 18px 38px rgba(111, 123, 85, 0.25);
}

.rainbo-btn--ghost {
  border: 1px solid rgba(235, 156, 156, 0.45);
  background: rgba(255, 255, 255, 0.76);
  color: var(--accent-deep);
}

.rainbo-strip {
  border-block: 1px solid rgba(155, 167, 122, 0.18);
  background: linear-gradient(
    90deg,
    rgba(235, 156, 156, 0.16),
    rgba(155, 167, 122, 0.14)
  );
  color: var(--primary-deep);
}

.rainbo-strip span {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.55);
  padding: 0.9rem 1rem;
  text-align: center;
}

.rainbo-category-card {
  position: relative;
  display: block;
  min-height: 18rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 18px 48px rgba(79, 90, 59, 0.1);
}

.rainbo-category-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(47, 48, 40, 0.54));
}

.rainbo-category-card span {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.7rem 1rem;
  color: var(--dark);
  font-weight: 950;
}

.rainbo-soft-section {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.55),
      rgba(255, 248, 245, 0.35)
    ),
    radial-gradient(
      circle at 14% 12%,
      rgba(235, 156, 156, 0.16),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 72%,
      rgba(155, 167, 122, 0.18),
      transparent 24rem
    );
}

.rainbo-benefit {
  border: 1px solid rgba(155, 167, 122, 0.14);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 1.35rem;
  box-shadow: 0 18px 48px rgba(79, 90, 59, 0.08);
}

.rainbo-benefit span {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(
    135deg,
    rgba(235, 156, 156, 0.28),
    rgba(155, 167, 122, 0.24)
  );
  color: var(--primary-deep);
  font-weight: 950;
}

.rainbo-benefit h3 {
  margin-top: 1rem;
  color: var(--dark);
  font-size: 1.1rem;
  font-weight: 950;
}

.rainbo-benefit p {
  margin-top: 0.65rem;
  color: var(--gray-dark);
  font-weight: 750;
  line-height: 2;
}

.rainbo-journal-card,
.yatsin-product-card {
  border-radius: 1.25rem !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 18px 46px rgba(79, 90, 59, 0.09) !important;
}

.rainbo-journal-card {
  overflow: hidden;
}

.rainbo-journal-card div {
  padding: 1rem;
}

.rainbo-journal-card h3 {
  margin-top: 0.55rem;
  min-height: 3.4rem;
  color: var(--dark);
  font-weight: 950;
  line-height: 1.8;
}

.rainbo-page-hero {
  min-height: 28rem;
}

.rainbo-story-band {
  display: grid;
  gap: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(
    135deg,
    var(--primary-deep),
    var(--primary),
    var(--accent)
  );
  padding: clamp(1.5rem, 4vw, 3rem);
  color: #fff;
  box-shadow: 0 22px 60px rgba(111, 123, 85, 0.22);
}

.rainbo-story-band h2 {
  margin-top: 0.75rem;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 950;
  line-height: 1.55;
}

.rainbo-story-band p {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  line-height: 2.15;
}

@media (max-width: 768px) {
  .rainbo-hero__shade {
    background: rgba(255, 248, 245, 0.86);
  }

  .rainbo-hero .min-h-\[calc\(100svh-95px\)\] {
    min-height: auto;
  }

  .rainbo-hero-panel {
    max-width: none;
  }

  .rainbo-category-card {
    min-height: 14rem;
  }
}
.prose-yatsin h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--primary);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
}
.prose-yatsin p {
  margin: 1rem 0;
  line-height: 2.1;
  color: var(--dark);
}
.prose-yatsin blockquote {
  margin: 2rem 0;
  border-right: 4px solid var(--primary);
  border-radius: 1rem;
  background: #fff;
  padding: 1.5rem;
  color: var(--gray-dark);
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.input-text {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #e5e7eb;
  background: transparent;
  padding: 0.9rem 0.2rem;
  outline: none;
  transition: border-color 0.2s ease;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.input-text:focus {
  border-color: var(--primary);
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 30px rgba(31, 41, 55, 0.06);
}
.woocommerce-error {
  color: #b91c1c;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button {
  border-radius: 0.85rem;
  background: var(--primary);
  color: #fff;
  padding: 0.85rem 1.2rem;
  font-weight: 800;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.button:hover {
  background: var(--primary-dark);
}
.woocommerce div.product form.cart {
  display: grid;
  gap: 1rem;
}
.woocommerce div.product form.cart .quantity {
  width: 100%;
}
.woocommerce div.product form.cart .qty {
  min-height: 3rem;
  width: 100%;
  border-radius: 0.9rem;
  border: 1px solid #e5e7eb;
  text-align: center;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  min-height: 3.5rem;
  width: 100%;
  border-radius: 1rem;
  background: var(--primary-dark);
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: var(--primary);
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  gap: 0.5rem;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 2.75rem;
  border-radius: 0.9rem;
  background: #fff;
  color: var(--dark);
  font-weight: 800;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--primary);
  color: #fff;
}
.woocommerce-MyAccount-navigation .is-active a {
  border-right-color: var(--primary);
  background: var(--gray-light);
  color: var(--primary);
}
.woocommerce-checkout-review-order table,
.woocommerce-checkout-review-order table th,
.woocommerce-checkout-review-order table td {
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: inherit;
}

body {
  overflow-x: hidden;
  background:
    radial-gradient(
      circle at 12% 5%,
      rgba(155, 167, 122, 0.14),
      transparent 32rem
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(235, 156, 156, 0.12),
      transparent 28rem
    ),
    linear-gradient(180deg, #fffaf7 0%, var(--cream) 38%, #f9f5ec 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(111, 123, 85, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(111, 123, 85, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 58%);
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(155, 167, 122, 0.36);
  outline-offset: 3px;
}
.yatsin-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(255, 248, 245, 1)
  ) !important;
  box-shadow: 0 16px 50px rgba(70, 48, 58, 0.08);
}
.yatsin-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 16% 0%,
      rgba(155, 167, 122, 0.2),
      transparent 20rem
    ),
    linear-gradient(90deg, transparent, rgba(155, 167, 122, 0.09), transparent);
}
.yatsin-header > .bg-primary-dark {
  background: linear-gradient(
    90deg,
    var(--ink),
    var(--primary-deep) 45%,
    #4f5a3b
  ) !important;
  color: #fff8f5 !important;
}
.yatsin-header > .bg-primary-dark p {
  position: relative;
  padding-right: 1.1rem;
  color: #fff8f5;
}
.yatsin-header > .bg-primary-dark p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 18px var(--primary);
  transform: translateY(-50%);
}
.yatsin-header img[alt] {
  filter: drop-shadow(0 10px 24px rgba(111, 123, 85, 0.16));
}
.yatsin-site-logo img {
  display: block;
  width: auto !important;
  max-width: 9.5rem;
  height: auto !important;
  max-height: 4rem;
  object-fit: contain;
}
.yatsin-footer-logo img {
  display: block;
  width: auto !important;
  max-width: 10.5rem;
  height: auto !important;
  max-height: 5rem;
  object-fit: contain;
}
.yatsin-menu ul {
  min-height: 3.25rem;
  align-items: center;
  border: 1px solid rgba(111, 123, 85, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 10px 28px rgba(70, 48, 58, 0.06);
  padding: 0.2rem 0.45rem;
}
.yatsin-menu a {
  border-radius: 999px;
  padding: 0.75rem 0.9rem;
  color: #20313d;
}
.yatsin-menu a::after {
  display: none;
}
.yatsin-menu a:hover,
.yatsin-menu .current-menu-item > a {
  background: linear-gradient(
    135deg,
    rgba(155, 167, 122, 0.14),
    rgba(255, 255, 255, 0.78)
  );
  color: var(--primary-dark);
  box-shadow: inset 0 0 0 1px rgba(155, 167, 122, 0.18);
}
.yatsin-header button[aria-label],
.yatsin-header a[aria-label] {
  width: 2.75rem !important;
  height: 2.75rem !important;
  min-width: 2.75rem !important;
  min-height: 2.75rem !important;
  flex: 0 0 2.75rem;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #fff, #f1fbfc) !important;
  color: var(--primary-dark) !important;
  border: 1px solid rgba(111, 123, 85, 0.16);
  box-shadow: 0 13px 32px rgba(70, 48, 58, 0.1);
}
.yatsin-header button[aria-label]:hover,
.yatsin-header a[aria-label]:hover {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.yatsin-header [data-search-form] {
  border: 1px solid rgba(111, 123, 85, 0.16);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-premium);
}
.yatsin-mobile-menu > div {
  border: 1px solid rgba(111, 123, 85, 0.12);
  border-radius: 0 0 1.4rem 1.4rem;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 24px 50px rgba(70, 48, 58, 0.12);
}
.yatsin-mobile-menu a:hover {
  background: var(--primary-soft);
  color: var(--primary-dark);
}
.yatsin-mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(7, 18, 24, 0.54);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s var(--ease);
}
.yatsin-mobile-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}
.body-mobile-menu-open {
  overflow: hidden;
}
.yatsin-page-hero {
  isolation: isolate;
  min-height: 24rem;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(155, 167, 122, 0.34),
      transparent 21rem
    ),
    linear-gradient(135deg, var(--ink), var(--primary-deep)) !important;
}
.yatsin-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 78% 28%,
      rgba(155, 167, 122, 0.32),
      transparent 18rem
    ),
    linear-gradient(
      90deg,
      rgba(47, 48, 40, 0.94),
      rgba(47, 48, 40, 0.7) 48%,
      rgba(47, 48, 40, 0.38)
    );
}
.yatsin-page-hero::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -1px;
  z-index: 3;
  width: 116%;
  height: 72px;
  pointer-events: none;
  background: var(--cream);
  clip-path: ellipse(58% 76% at 50% 100%);
}
.yatsin-page-hero > img {
  z-index: 0;
  opacity: 0.52 !important;
  filter: saturate(1.12) contrast(1.08);
  transform: scale(1.03);
}
.yatsin-page-hero > div {
  position: relative;
  z-index: 4;
}
.yatsin-page-hero > div::before {
  content: "";
  position: absolute;
  inset: -1.4rem auto auto -1.4rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  opacity: 0.65;
}
.yatsin-page-hero .max-w-2xl {
  position: relative;
  margin-inline-start: clamp(0.7rem, 2.8vw, 2.3rem);
}
.yatsin-page-hero .max-w-2xl::before {
  content: "";
  position: absolute;
  top: -1.6rem;
  right: 0;
  width: 6.5rem;
  height: 0.32rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  box-shadow: 0 0 30px var(--primary-glow);
}
.yatsin-page-hero span.rounded-full {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(155, 167, 122, 0.2) !important;
  color: #fff8f5 !important;
  box-shadow: 0 12px 30px rgba(155, 167, 122, 0.18);
}
.yatsin-page-hero span.rounded-full::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 14px var(--primary);
}
.yatsin-page-hero h1 {
  max-width: 13ch;
  color: #fff !important;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
}
.yatsin-page-hero p {
  max-width: 38rem;
  color: rgba(255, 248, 245, 0.9) !important;
}
.premium-hero {
  isolation: isolate;
  background: var(--ink);
}
.premium-hero::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -1px;
  z-index: 5;
  width: 112%;
  height: 82px;
  pointer-events: none;
  background: var(--cream);
  clip-path: ellipse(58% 75% at 50% 100%);
}
.premium-hero .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(
      circle at 72% 35%,
      rgba(155, 167, 122, 0.34),
      transparent 23rem
    ),
    linear-gradient(
      90deg,
      rgba(47, 48, 40, 0.1),
      rgba(47, 48, 40, 0.56) 42%,
      rgba(47, 48, 40, 0.9)
    );
}
.premium-hero .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 1.4rem;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2.2rem;
  box-shadow: inset 0 0 0 1px rgba(155, 167, 122, 0.08);
}
.premium-hero .swiper-slide > img {
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.03);
}
.premium-hero .relative.z-10 {
  z-index: 4;
}
.premium-hero .max-w-xl {
  position: relative;
  max-width: 46rem;
  margin-inline-start: clamp(0.8rem, 3vw, 2.4rem);
}
.premium-hero .max-w-xl::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -1.4rem;
  width: 7rem;
  height: 0.35rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  box-shadow: 0 0 30px var(--primary-glow);
}
.premium-hero span.inline-flex {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(155, 167, 122, 0.18) !important;
  color: #fff8f5;
  box-shadow: 0 12px 30px rgba(155, 167, 122, 0.18);
}
.premium-hero h1 {
  max-width: 12ch;
  color: #fff;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}
.premium-hero p {
  max-width: 34rem;
  color: rgba(255, 248, 245, 0.9) !important;
}
.premium-hero a.inline-flex {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: linear-gradient(135deg, var(--primary), #eb9c9c) !important;
  color: #2f3028 !important;
  box-shadow: 0 16px 34px rgba(155, 167, 122, 0.24);
}
.premium-hero a.inline-flex::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 15%,
    rgba(255, 255, 255, 0.48) 45%,
    transparent 65%
  );
  transform: translateX(110%);
  transition: transform 0.6s var(--ease);
}
.premium-hero a.inline-flex:hover {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  transform: translateY(-4px);
}
.premium-hero a.inline-flex:hover::before {
  transform: translateX(-110%);
}
.premium-hero .swiper-button-prev,
.premium-hero .swiper-button-next {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(6, 47, 56, 0.56);
  color: #fff !important;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease);
}
.premium-hero .swiper-button-prev:hover,
.premium-hero .swiper-button-next:hover {
  background: var(--primary) !important;
  transform: translateY(-2px) scale(1.04);
}
.premium-hero .swiper-pagination-bullet {
  width: 2.2rem;
  height: 0.34rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.premium-hero .swiper-pagination-bullet-active {
  background: var(--primary);
  box-shadow: 0 0 18px var(--primary-glow);
}
.premium-feature-strip {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--cream),
    #eefafb 64%,
    #fff
  ) !important;
}
.premium-feature-strip::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  pointer-events: none;
  border: 1px solid rgba(111, 123, 85, 0.11);
  border-radius: 2rem;
}
.premium-feature-strip article,
.premium-testimonials article,
.premium-journal article,
.premium-products article.group,
.yatsin-product-card {
  border: 1px solid rgba(111, 123, 85, 0.13);
  border-radius: var(--radius-lg) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.78)
  ) !important;
  box-shadow: 0 18px 48px rgba(70, 48, 58, 0.08);
}
.premium-feature-strip article {
  position: relative;
  overflow: hidden;
  text-align: right !important;
}
.premium-feature-strip article::after {
  content: "";
  position: absolute;
  inset: auto -25% -55% auto;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(155, 167, 122, 0.28),
    transparent 68%
  );
}
.premium-feature-strip article:hover,
.premium-testimonials article:hover,
.premium-journal article:hover,
.premium-products article.group:hover,
.yatsin-product-card:hover {
  box-shadow: var(--shadow-premium);
  transform: translateY(-7px);
}
.premium-feature-strip article > div:first-child {
  margin-right: 0;
  margin-left: auto;
  border: 1px solid rgba(155, 167, 122, 0.24);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, var(--primary), #e8ffff) !important;
  color: var(--primary-deep) !important;
  box-shadow: 0 14px 34px rgba(155, 167, 122, 0.22);
}
.premium-categories,
.premium-products,
.premium-journal,
.premium-instagram {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.premium-categories::before,
.premium-products::before,
.premium-journal::before,
.premium-instagram::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 8% 20%,
      rgba(155, 167, 122, 0.12),
      transparent 22rem
    ),
    radial-gradient(
      circle at 94% 78%,
      rgba(235, 156, 156, 0.1),
      transparent 24rem
    );
}
.premium-categories span,
.premium-products span.text-sm,
.premium-journal span,
.premium-testimonials span,
.premium-instagram span.text-sm {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(111, 123, 85, 0.18);
  border-radius: 999px;
  background: rgba(221, 248, 250, 0.78);
  padding: 0.45rem 0.9rem;
  color: var(--primary-dark) !important;
  box-shadow: 0 12px 28px rgba(155, 167, 122, 0.12);
}
.premium-categories span::before,
.premium-products span.text-sm::before,
.premium-journal span::before,
.premium-testimonials span::before,
.premium-instagram span.text-sm::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 14px var(--primary);
}
.premium-categories h2,
.premium-products h2,
.premium-journal h2,
.premium-testimonials h2,
.premium-instagram h2 {
  max-width: 52rem;
  color: var(--ink) !important;
}
.premium-categories a.group {
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-premium);
}
.premium-categories a.group::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      transparent 28%,
      rgba(47, 48, 40, 0.05),
      rgba(47, 48, 40, 0.78)
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(155, 167, 122, 0.36),
      transparent 12rem
    );
  opacity: 0.95;
  transition: opacity 0.35s var(--ease);
}
.premium-categories a.group::after {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1.25rem;
}
.premium-categories a.group:hover::before {
  opacity: 1;
}
.premium-categories a.group h3 {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}
.premium-categories a.group h3::after {
  content: "";
  width: 2.8rem;
  height: 0.18rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 18px var(--primary);
}
.premium-products {
  background: linear-gradient(180deg, #fff, #f1fbfc 52%, #fff) !important;
}
.premium-products [data-tabs] > div:first-child > div:last-child {
  border: 1px solid rgba(111, 123, 85, 0.14);
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 14px 32px rgba(70, 48, 58, 0.08);
}
.premium-products [data-tab-target] {
  border: 1px solid transparent;
  color: var(--primary-dark) !important;
}
.premium-products [data-tab-target].bg-primary,
.premium-products [data-tab-target]:hover {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(155, 167, 122, 0.22);
}
.premium-products article.group,
.yatsin-product-card {
  overflow: hidden;
}
.premium-products article.group > a:first-of-type,
.yatsin-product-card > a:first-of-type,
.yatsin-product-card__media {
  background:
    radial-gradient(
      circle at 25% 15%,
      rgba(155, 167, 122, 0.2),
      transparent 12rem
    ),
    linear-gradient(180deg, #f4fbfb, #fff) !important;
}
.premium-products article.group .ajax_add_to_cart,
.yatsin-product-card .ajax_add_to_cart {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(155, 167, 122, 0.2);
}
.premium-products article.group .ajax_add_to_cart:hover,
.yatsin-product-card .ajax_add_to_cart:hover {
  background: linear-gradient(
    135deg,
    var(--ink),
    var(--primary-deep)
  ) !important;
  color: #fff !important;
}
.premium-sale-band {
  isolation: isolate;
  min-height: 28rem;
}
.premium-sale-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 22% 34%,
      rgba(155, 167, 122, 0.4),
      transparent 18rem
    ),
    linear-gradient(
      90deg,
      rgba(47, 48, 40, 0.9),
      rgba(47, 48, 40, 0.48),
      rgba(47, 48, 40, 0.82)
    );
}
.premium-sale-band::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -3.5rem;
  z-index: 2;
  width: 120%;
  height: 7rem;
  background: var(--cream);
  clip-path: ellipse(52% 70% at 50% 100%);
}
.premium-sale-band > img {
  filter: saturate(1.08) contrast(1.08);
}
.premium-sale-band > div {
  z-index: 3;
}
.premium-sale-band span {
  background: linear-gradient(135deg, var(--accent), #ffd9b8) !important;
  color: #3f2617 !important;
  box-shadow: 0 14px 32px rgba(235, 156, 156, 0.25);
}
.premium-sale-band a {
  background: linear-gradient(135deg, var(--primary), #eb9c9c) !important;
  color: #2f3028 !important;
  box-shadow: 0 16px 34px rgba(155, 167, 122, 0.24);
}
.premium-sale-band a:hover {
  background: #fff !important;
  color: var(--primary-dark) !important;
  transform: translateY(-3px);
}
.premium-journal article {
  overflow: hidden;
}
.premium-journal article img {
  transition:
    transform 0.45s var(--ease),
    filter 0.45s var(--ease);
}
.premium-journal article:hover img {
  filter: saturate(1.1);
  transform: scale(1.045);
}
.premium-journal article a:hover {
  color: var(--primary-dark);
}
.premium-testimonials {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #effbfc, #fff 78%) !important;
}
.premium-testimonials::before {
  content: "";
  position: absolute;
  inset: 2rem;
  pointer-events: none;
  border: 1px solid rgba(111, 123, 85, 0.12);
  border-radius: 2rem;
}
.premium-testimonials article {
  min-height: 17rem;
}
.premium-testimonials article .text-primary\/15,
.premium-testimonials article > div:first-child {
  color: rgba(155, 167, 122, 0.18) !important;
}
.premium-testimonials strong {
  color: var(--ink);
}
.premium-instagram a.group {
  border: 1px solid rgba(111, 123, 85, 0.12);
  border-radius: 1.45rem !important;
  background: var(--ink) !important;
  box-shadow: 0 14px 36px rgba(70, 48, 58, 0.12);
}
.premium-instagram a.group img {
  filter: saturate(1.04);
}
.premium-instagram a.group span.absolute {
  background: rgba(111, 123, 85, 0.82) !important;
}
.premium-final-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(129, 243, 251, 0.22),
      transparent 22rem
    ),
    linear-gradient(135deg, var(--primary-deep), var(--ink)) !important;
}
.premium-final-cta::before {
  content: "";
  position: absolute;
  inset: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 1.7rem;
  pointer-events: none;
}
.premium-final-cta a {
  background: #fff !important;
  color: var(--primary-dark) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}
.premium-final-cta a:hover {
  background: linear-gradient(135deg, var(--accent), #ffe0c7) !important;
  color: #3b2618 !important;
  transform: translateY(-3px);
}
.premium-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(155, 167, 122, 0.25),
      transparent 24rem
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(235, 156, 156, 0.14),
      transparent 22rem
    ),
    linear-gradient(180deg, #3f4434, #2f3028 78%) !important;
}
.premium-footer::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
}
.premium-footer > div {
  position: relative;
  z-index: 1;
}
.premium-footer h2 {
  color: #fff;
}
.premium-footer a:hover {
  color: #eb9c9c !important;
}
.premium-footer img {
  box-shadow: 0 16px 42px rgba(155, 167, 122, 0.18);
}
.premium-footer form {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}
.premium-footer form button:hover {
  background: var(--ink) !important;
  color: #fff !important;
}
.yatsin-cart-badge {
  min-width: 1.35rem !important;
  height: 1.35rem !important;
  border: 2px solid #fff;
  background: linear-gradient(135deg, var(--accent), #ffd6b7) !important;
  color: #321d11 !important;
  box-shadow: 0 8px 22px rgba(200, 114, 70, 0.32);
  line-height: 1;
}
.yatsin-sale-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.85rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(135deg, #ffcfaa, var(--accent-deep)) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(200, 114, 70, 0.3);
}
.woocommerce span.onsale,
.woocommerce .onsale.yatsin-sale-badge {
  right: 0.85rem;
  left: auto;
  top: 0.85rem;
  z-index: 5;
  min-width: auto;
  min-height: 1.85rem;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  line-height: 1.2;
}
.yatsin-product-price {
  min-width: max-content;
  border: 1px solid rgba(111, 123, 85, 0.14);
  border-radius: 1rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(221, 248, 250, 0.72)
  );
  padding: 0.45rem 0.65rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}
.yatsin-product-price,
.yatsin-product-price .woocommerce-Price-amount,
.yatsin-product-price bdi {
  color: var(--primary-deep) !important;
  font-weight: 950;
}
.yatsin-product-price ins {
  display: block;
  color: var(--primary-deep);
  text-decoration: none;
}
.yatsin-product-price del {
  display: block;
  margin-bottom: 0.15rem;
  color: rgba(22, 35, 46, 0.46);
  font-size: 0.78rem;
  text-decoration-thickness: 2px;
}
.yatsin-product-price del .woocommerce-Price-amount,
.yatsin-product-price del bdi {
  color: rgba(22, 35, 46, 0.46) !important;
  font-weight: 800;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem 0.5rem;
  border: 1px solid rgba(111, 123, 85, 0.14);
  border-radius: 1rem;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(221, 248, 250, 0.72)
  );
  padding: 0.45rem 0.65rem;
  color: var(--primary-deep) !important;
  font-weight: 950;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: rgba(22, 35, 46, 0.46);
  font-size: 0.82rem;
  text-decoration-thickness: 2px;
}
.yatsin-rating svg {
  filter: drop-shadow(0 5px 9px rgba(155, 167, 122, 0.28));
}
.yatsin-account-menu {
  z-index: 80;
  left: 0 !important;
  right: auto !important;
  width: min(18rem, calc(100vw - 1.5rem)) !important;
  border: 1px solid rgba(111, 123, 85, 0.18);
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(155, 167, 122, 0.14),
      transparent 10rem
    ),
    #fff !important;
  box-shadow: var(--shadow-premium) !important;
}
.yatsin-account-menu::before {
  content: "";
  position: absolute;
  left: 2.25rem;
  top: -0.42rem;
  width: 0.85rem;
  height: 0.85rem;
  border-top: 1px solid rgba(111, 123, 85, 0.18);
  border-right: 1px solid rgba(111, 123, 85, 0.18);
  background: #fff;
  transform: rotate(-45deg);
}
.yatsin-account-menu nav a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.8rem;
  border-radius: 0.9rem;
  padding: 0.7rem 0.9rem;
  color: var(--dark);
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    transform 0.2s var(--ease);
}
.yatsin-account-menu nav a span {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  place-items: center;
  border-radius: 0.75rem;
  background: var(--primary-soft);
  color: var(--primary-dark);
}
.yatsin-account-menu nav a:hover {
  background: var(--primary-soft);
  color: var(--primary-dark);
  transform: translateX(-3px);
}
.premium-hero .swiper-button-prev,
.premium-hero .swiper-button-next {
  width: 2.65rem;
  height: 2.65rem;
}
.premium-hero .swiper-button-prev::after,
.premium-hero .swiper-button-next::after {
  font-size: 12px !important;
}
.premium-products [data-tabs] > div:first-child > div:last-child {
  align-items: center;
  gap: 0.25rem !important;
  padding: 0.28rem !important;
}
.premium-products [data-tab-target] {
  border-radius: 999px !important;
}
.premium-products [data-tab-target].bg-primary,
.premium-products [data-tab-target]:hover {
  border-radius: 999px !important;
}
.premium-journal .mb-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.premium-journal h2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.premium-feature-strip::after,
.premium-products::after,
.premium-testimonials::after,
.premium-instagram::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.22;
  background:
    radial-gradient(circle, rgba(111, 123, 85, 0.24) 1.4px, transparent 1.6px) 0
      0 / 26px 26px,
    linear-gradient(
        135deg,
        transparent 47%,
        rgba(111, 123, 85, 0.16) 48%,
        rgba(111, 123, 85, 0.16) 52%,
        transparent 53%
      )
      0 0 / 54px 54px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
}
.premium-categories::after,
.premium-journal::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background:
    linear-gradient(90deg, rgba(111, 123, 85, 0.18) 1px, transparent 1px) 0 0 /
      34px 34px,
    linear-gradient(180deg, rgba(111, 123, 85, 0.14) 1px, transparent 1px) 0 0 /
      34px 34px;
  mask-image: radial-gradient(circle at 78% 16%, #000, transparent 34rem);
}
.premium-footer,
.premium-footer p,
.premium-footer li,
.premium-footer span,
.premium-footer h2,
.premium-footer a {
  color: #fff !important;
}
.premium-footer ul,
.premium-footer p {
  color: rgba(255, 255, 255, 0.82) !important;
}
.premium-footer li a,
.premium-footer li span {
  color: rgba(255, 255, 255, 0.86) !important;
}
.premium-footer input,
.premium-footer input::placeholder {
  color: var(--dark) !important;
}
.premium-footer .text-primary,
.premium-footer svg.text-primary {
  color: #eb9c9c !important;
}
.premium-footer .yatsin-trust-badge,
.premium-footer .yatsin-trust-badge * {
  color: #111827 !important;
}
.yatsin-footer-socials {
  flex-wrap: wrap;
}
.premium-footer .yatsin-footer-social-link {
  display: grid !important;
  place-items: center !important;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(255, 255, 255, 0.9),
      rgba(221, 248, 250, 0.55) 42%,
      rgba(155, 167, 122, 0.35)
    ),
    linear-gradient(135deg, var(--primary-dark), var(--primary)) !important;
  color: #2f3028 !important;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(155, 167, 122, 0.22);
}
.premium-footer .yatsin-footer-social-link svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
}
.premium-footer .yatsin-footer-social-link:hover {
  background: linear-gradient(135deg, #fff, var(--primary-soft)) !important;
  color: var(--primary-dark) !important;
  border-color: rgba(235, 156, 156, 0.42);
  box-shadow: 0 18px 38px rgba(155, 167, 122, 0.3);
  transform: translateY(-2px);
}
.premium-footer form {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}
.premium-footer form button {
  flex: 0 0 auto;
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(155, 167, 122, 0.22);
}
.premium-testimonials .mb-10,
.premium-faq .mb-10 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.premium-testimonials h2,
.premium-faq h2 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.premium-faq {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f0fbfc 52%, #fff);
}
.premium-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background:
    radial-gradient(circle, rgba(111, 123, 85, 0.24) 1.4px, transparent 1.6px) 0
      0 / 28px 28px,
    linear-gradient(
        135deg,
        transparent 47%,
        rgba(111, 123, 85, 0.16) 48%,
        rgba(111, 123, 85, 0.16) 52%,
        transparent 53%
      )
      0 0 / 58px 58px;
}
.yatsin-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(111, 123, 85, 0.14);
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(155, 167, 122, 0.12),
      transparent 10rem
    ),
    rgba(255, 255, 255, 0.92) !important;
  transition:
    box-shadow 0.24s var(--ease),
    transform 0.24s var(--ease),
    border-color 0.24s var(--ease);
}
.yatsin-faq-item:hover,
.yatsin-faq-item.is-open {
  border-color: rgba(155, 167, 122, 0.32);
  box-shadow: var(--shadow-premium);
  transform: translateY(-2px);
}
.yatsin-faq-icon {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 999px;
  background: var(--primary-soft);
  transition:
    transform 0.24s var(--ease),
    background 0.24s var(--ease),
    color 0.24s var(--ease);
}
.yatsin-faq-item.is-open .yatsin-faq-icon {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff !important;
  transform: rotate(-90deg);
}
.home-categories-swiper,
.home-products-swiper,
.home-journal-swiper {
  overflow: hidden;
}
.home-categories-swiper .swiper-slide,
.home-products-swiper .swiper-slide,
.home-journal-swiper .swiper-slide {
  height: auto;
}
.home-products-swiper .yatsin-product-card,
.home-journal-swiper article,
.home-categories-swiper a.group {
  height: 100%;
}
.home-categories-pagination,
.home-products-pagination,
.home-journal-pagination {
  bottom: 0 !important;
}
.yatsin-section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(111, 123, 85, 0.18);
  border-radius: 999px;
  background: rgba(221, 248, 250, 0.78);
  padding: 0.45rem 0.9rem;
  color: var(--primary-dark) !important;
  box-shadow: 0 12px 28px rgba(155, 167, 122, 0.12);
}
.yatsin-section-kicker::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 14px var(--primary);
}
.yatsin-about-story,
.yatsin-about-values,
.yatsin-quality-flow,
.yatsin-contact-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.yatsin-about-story::before,
.yatsin-quality-flow::before,
.yatsin-contact-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(155, 167, 122, 0.12),
      transparent 22rem
    ),
    radial-gradient(
      circle at 94% 76%,
      rgba(235, 156, 156, 0.1),
      transparent 24rem
    );
}
.yatsin-about-values {
  background: linear-gradient(180deg, #effbfc, #fff 80%) !important;
}
.yatsin-about-values::before,
.yatsin-quality-flow::after,
.yatsin-contact-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
  background:
    radial-gradient(circle, rgba(111, 123, 85, 0.24) 1.4px, transparent 1.6px) 0
      0 / 28px 28px,
    linear-gradient(
        135deg,
        transparent 47%,
        rgba(111, 123, 85, 0.16) 48%,
        rgba(111, 123, 85, 0.16) 52%,
        transparent 53%
      )
      0 0 / 58px 58px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
}
.yatsin-about-story .rounded-\[1\.75rem\],
.yatsin-about-values article,
.yatsin-quality-flow article,
.yatsin-contact-page .rounded-3xl,
.yatsin-contact-page aside > div,
.yatsin-contact-page aside iframe,
.yatsin-contact-page section.mt-12 {
  border: 1px solid rgba(111, 123, 85, 0.13);
  box-shadow: 0 18px 48px rgba(70, 48, 58, 0.08);
}
.yatsin-about-values article,
.yatsin-quality-flow article {
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}
.yatsin-about-values article:hover,
.yatsin-quality-flow article:hover {
  box-shadow: var(--shadow-premium);
  transform: translateY(-6px);
}
.yatsin-quality-flow article::after {
  content: "";
  position: absolute;
  inset: auto -30% -55% auto;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: radial-gradient(
    circle,
    rgba(155, 167, 122, 0.24),
    transparent 68%
  );
}
.swiper-pagination-bullet-active {
  background: var(--primary);
}
@media (min-width: 1024px) {
  .yatsin-menu #menu-item-46,
  .yatsin-menu #menu-item-47 {
    display: none !important;
  }
  .premium-categories .grid {
    grid-template-columns: 1.1fr 0.9fr 0.9fr 1.1fr;
  }
  .premium-categories a.group:nth-child(1),
  .premium-categories a.group:nth-child(4) {
    transform: translateY(1.2rem);
  }
  .premium-feature-strip .grid,
  .premium-products .grid,
  .premium-journal .grid {
    position: relative;
  }
}
@media (max-width: 900px) {
  .admin-bar .yatsin-header {
    top: 0;
  }
  .yatsin-header {
    top: 0 !important;
  }
  main#content {
    padding-top: 104px;
  }
  .yatsin-site-logo img {
    max-width: 8rem;
    max-height: 3.55rem;
  }
  .yatsin-page-hero {
    min-height: 21rem;
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
  }
  .yatsin-page-hero::before {
    background:
      radial-gradient(
        circle at 50% 26%,
        rgba(155, 167, 122, 0.34),
        transparent 18rem
      ),
      linear-gradient(
        180deg,
        rgba(47, 48, 40, 0.34),
        rgba(47, 48, 40, 0.86) 62%,
        rgba(47, 48, 40, 0.95)
      );
  }
  .yatsin-page-hero h1 {
    max-width: 100%;
  }
  .yatsin-page-hero .max-w-2xl {
    margin-inline-start: 1rem;
  }
  .yatsin-header > .bg-primary-dark > div {
    justify-content: center;
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    text-align: center;
  }
  .yatsin-header > .bg-primary-dark p {
    width: 100%;
    padding-right: 0;
    font-size: 0.68rem;
    line-height: 1.8;
    text-align: center;
  }
  .yatsin-header > .bg-primary-dark p::before {
    display: none;
  }
  .yatsin-menu ul {
    border-radius: 1.2rem;
  }
  .yatsin-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 70;
    width: min(86vw, 360px);
    max-width: 360px;
    height: 100dvh;
    max-height: none;
    overflow: visible;
    transform: translateX(105%);
    transition: transform 0.32s var(--ease);
  }
  .admin-bar .yatsin-mobile-menu {
    top: 0;
    height: 100dvh;
  }
  .yatsin-mobile-menu.is-open {
    max-height: none;
    transform: translateX(0);
  }
  .yatsin-mobile-menu > div {
    height: 100%;
    overflow-y: auto;
    border: 0;
    border-left: 1px solid rgba(111, 123, 85, 0.16);
    border-radius: 1.4rem 0 0 1.4rem;
    background:
      radial-gradient(
        circle at 10% 0%,
        rgba(155, 167, 122, 0.17),
        transparent 13rem
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.98),
        rgba(239, 251, 252, 0.96)
      ) !important;
    box-shadow: -24px 0 70px rgba(7, 18, 24, 0.2);
  }
  .yatsin-mobile-menu ul {
    padding: 0 0.85rem;
  }
  .yatsin-mobile-menu a {
    border: 1px solid rgba(111, 123, 85, 0.1);
    background: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.45rem;
    padding: 0.9rem 1rem;
    box-shadow: 0 10px 26px rgba(70, 48, 58, 0.06);
  }
  .yatsin-mobile-menu #menu-item-46,
  .yatsin-mobile-menu #menu-item-47 {
    display: block !important;
  }
  .premium-hero .max-w-xl {
    margin-inline-start: 1.1rem;
  }
  .premium-hero .swiper-slide::after,
  .premium-feature-strip::before,
  .premium-testimonials::before,
  .premium-final-cta::before,
  .premium-footer::before {
    inset: 0.7rem;
    border-radius: 1.3rem;
  }
  .premium-hero h1 {
    max-width: 100%;
  }
  .premium-products [data-tabs] > div:first-child > div:last-child {
    border-radius: 1.1rem !important;
  }
  .premium-products [data-tabs] > div:first-child > div:last-child {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: thin;
  }
  .premium-products [data-tab-target] {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}
@media (max-width: 640px) {
  main#content {
    padding-top: 100px;
  }
  .premium-feature-strip,
  .premium-categories,
  .premium-products,
  .premium-sale-band,
  .premium-journal,
  .premium-testimonials,
  .premium-faq,
  .premium-instagram,
  .premium-final-cta,
  .yatsin-about-story,
  .yatsin-about-values,
  .yatsin-quality-flow,
  .yatsin-contact-page {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .premium-categories h2,
  .premium-products h2,
  .premium-journal h2,
  .premium-testimonials h2,
  .premium-faq h2,
  .premium-instagram h2,
  .premium-final-cta h2,
  .yatsin-page-hero h1,
  .yatsin-about-story h2,
  .yatsin-about-values h2,
  .yatsin-quality-flow h2 {
    font-size: clamp(1.55rem, 7vw, 2rem) !important;
    line-height: 1.45 !important;
  }
  .premium-hero h1 {
    font-size: clamp(2rem, 9vw, 2.75rem) !important;
    line-height: 1.28 !important;
  }
  .premium-footer form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    padding: 0.25rem !important;
  }
  .premium-footer form input {
    min-width: 0;
    height: 2.45rem;
    padding-inline: 0.65rem !important;
    font-size: 0.78rem !important;
  }
  .premium-footer form button {
    min-height: 2.45rem;
    padding: 0.55rem 0.85rem !important;
    font-size: 0.78rem !important;
  }
  .yatsin-account-menu {
    position: fixed !important;
    top: 6.25rem !important;
    left: 0.75rem !important;
    right: 0.75rem !important;
    width: auto !important;
    max-width: none !important;
  }
  .yatsin-site-logo img {
    max-width: 7.2rem;
    max-height: 3.15rem;
  }
  .yatsin-footer-logo img {
    max-width: 8.5rem;
    max-height: 4rem;
  }
  .yatsin-page-hero {
    min-height: 20rem;
  }
  .yatsin-page-hero::after {
    height: 52px;
  }
  .yatsin-page-hero .max-w-2xl {
    margin-inline-start: 0.75rem;
  }
  .premium-hero .swiper-slide::before {
    background:
      radial-gradient(
        circle at 50% 25%,
        rgba(155, 167, 122, 0.32),
        transparent 18rem
      ),
      linear-gradient(
        180deg,
        rgba(47, 48, 40, 0.18),
        rgba(47, 48, 40, 0.82) 56%,
        rgba(47, 48, 40, 0.94)
      );
  }
  .premium-hero .swiper-slide::after {
    inset: 0.55rem;
  }
  .premium-hero .swiper-button-prev,
  .premium-hero .swiper-button-next {
    display: flex;
    width: 1.65rem;
    height: 1.65rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .premium-hero .swiper-button-prev::after,
  .premium-hero .swiper-button-next::after {
    font-size: 8px !important;
  }
  .premium-hero .swiper-button-prev {
    right: 0.45rem !important;
  }
  .premium-hero .swiper-button-next {
    left: 0.45rem !important;
  }
  .premium-hero .relative.z-10 {
    justify-content: center;
    padding-inline: 3rem !important;
  }
  .premium-hero .max-w-xl {
    max-width: 100%;
    margin-inline: auto !important;
    text-align: center;
  }
  .premium-hero .max-w-xl::before {
    right: 50%;
    width: 4.5rem;
    transform: translateX(50%);
  }
  .premium-hero .yatsin-hero-title,
  .premium-hero p {
    margin-right: auto;
    margin-left: auto;
  }
  .premium-hero span.inline-flex,
  .premium-hero a.inline-flex {
    margin-right: auto;
    margin-left: auto;
  }
  .premium-hero .swiper-slide a {
    min-height: 2.35rem !important;
    border-radius: 0.85rem !important;
    padding: 0.55rem 1rem !important;
    font-size: 0.78rem !important;
    line-height: 1.7 !important;
  }
  .premium-feature-strip article,
  .premium-testimonials article,
  .premium-journal article,
  .premium-products article.group,
  .yatsin-product-card {
    border-radius: 1.2rem !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@media (max-width: 782px) {
  .admin-bar .yatsin-header {
    top: 0;
  }
}

body h1,
body h2,
body h3 {
  line-height: 1.45;
}
.yatsin-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(155, 167, 122, 0.26),
      transparent 20rem
    ),
    linear-gradient(135deg, #2f3028, #4f5a3b 56%, #2f3028);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.55s var(--ease),
    visibility 0.55s var(--ease);
}
.yatsin-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.yatsin-loader__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 8.5rem;
  height: 8.5rem;
  border: 1px solid rgba(235, 156, 156, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(155, 167, 122, 0.24);
}
.yatsin-loader__mark::before {
  content: "";
  position: absolute;
  inset: -0.55rem;
  border-radius: inherit;
  border: 2px solid transparent;
  border-top-color: var(--primary);
  border-left-color: rgba(235, 156, 156, 0.8);
  animation: yatsin-loader-spin 1.05s linear infinite;
}
.yatsin-loader__mark img {
  width: 5.4rem;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(155, 167, 122, 0.32));
}
.yatsin-loader__mark span {
  position: absolute;
  bottom: 1.2rem;
  width: 2.8rem;
  height: 0.22rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
  animation: yatsin-loader-pulse 1.15s ease-in-out infinite;
}
@keyframes yatsin-loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes yatsin-loader-pulse {
  50% {
    opacity: 0.35;
    transform: scaleX(0.7);
  }
}
.yatsin-page-hero,
.premium-hero {
  text-align: center;
}
.yatsin-page-hero > div,
.premium-hero .relative.z-10 {
  justify-content: center;
}
.yatsin-page-hero .max-w-2xl,
.premium-hero .max-w-xl {
  max-width: min(58rem, 100%);
  margin-inline: auto;
}
.yatsin-page-hero .max-w-2xl::before,
.premium-hero .max-w-xl::before {
  display: none;
}
.yatsin-page-hero h1,
.premium-hero h1 {
  position: relative;
  max-width: 17ch;
  margin-right: auto;
  margin-left: auto;
}
.yatsin-page-hero h1::before,
.premium-hero h1::before {
  content: "";
  position: absolute;
  top: -1.15rem;
  right: 50%;
  width: 7rem;
  height: 0.32rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  box-shadow: 0 0 30px var(--primary-glow);
  transform: translateX(50%);
}
.yatsin-page-hero p,
.premium-hero p {
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
}
.premium-feature-strip,
.premium-categories,
.premium-products,
.premium-sale-band,
.premium-journal,
.premium-testimonials,
.premium-faq,
.premium-instagram,
.premium-final-cta,
.yatsin-about-story,
.yatsin-about-values,
.yatsin-quality-flow,
.yatsin-contact-page {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.yatsin-shop-cats {
  border: 1px solid rgba(111, 123, 85, 0.14);
}
.yatsin-shop-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 3rem;
  border: 1px solid rgba(111, 123, 85, 0.1);
  border-radius: 0.95rem;
  background: rgba(255, 248, 245, 0.72);
  padding: 0.7rem 0.9rem;
  color: var(--dark);
  font-weight: 850;
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    border-color 0.2s var(--ease),
    transform 0.2s var(--ease);
}
.yatsin-shop-cats a small {
  display: grid;
  min-width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  font-size: 0.72rem;
  font-weight: 950;
}
.yatsin-shop-cats a:hover,
.yatsin-shop-cats a.is-active {
  border-color: rgba(155, 167, 122, 0.34);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  transform: translateX(-2px);
}
.yatsin-shop-cats a:hover small,
.yatsin-shop-cats a.is-active small {
  color: var(--primary-dark);
}
.premium-footer .yatsin-footer-social-link {
  width: 2.75rem;
  height: 2.75rem;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  box-shadow: none;
}
.premium-footer .yatsin-footer-social-link:hover {
  background: rgba(155, 167, 122, 0.16) !important;
  color: #eb9c9c !important;
  border-color: rgba(235, 156, 156, 0.35);
  box-shadow: 0 12px 28px rgba(155, 167, 122, 0.16);
}
.premium-footer .yatsin-footer-social-link svg {
  width: 1.18rem;
  height: 1.18rem;
}
@media (max-width: 640px) {
  .yatsin-loader__mark {
    width: 7rem;
    height: 7rem;
  }
  .yatsin-loader__mark img {
    width: 4.4rem;
  }
  .premium-feature-strip,
  .premium-categories,
  .premium-products,
  .premium-sale-band,
  .premium-journal,
  .premium-testimonials,
  .premium-faq,
  .premium-instagram,
  .premium-final-cta,
  .yatsin-about-story,
  .yatsin-about-values,
  .yatsin-quality-flow,
  .yatsin-contact-page {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .yatsin-page-hero h1::before,
  .premium-hero h1::before {
    width: 5rem;
    top: -1rem;
  }
}

.yatsin-account-menu::before {
  display: none !important;
  content: none !important;
}
.yatsin-page-hero h1::before {
  top: -1.65rem;
}
.premium-hero {
  text-align: right;
}
.premium-hero .relative.z-10 {
  justify-content: flex-start;
}
.premium-hero .max-w-xl {
  max-width: 46rem;
  margin-inline-start: clamp(0.8rem, 3vw, 2.4rem);
  margin-inline-end: 0;
  text-align: right;
}
.premium-hero h1 {
  max-width: 12ch;
  margin-right: 0;
  margin-left: 0;
}
.premium-hero h1::before {
  right: 0;
  transform: none;
}
.premium-hero p {
  max-width: 34rem;
  margin-right: 0;
  margin-left: 0;
}
.yatsin-mobile-search {
  margin-right: 0.85rem;
  margin-left: 0.85rem;
}
.yatsin-mobile-search button {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(155, 167, 122, 0.22);
}
main#content {
  padding-top: 95px !important;
}
@media (max-width: 900px) {
  main#content {
    padding-top: 95px !important;
  }
}
@media (max-width: 640px) {
  main#content {
    padding-top: 67px !important;
  }
  .premium-hero .max-w-xl {
    margin-inline-start: 0.8rem;
    margin-inline-end: 0.8rem;
  }
  .premium-hero h1::before {
    top: -1rem;
  }
  .yatsin-page-hero h1::before {
    top: -1.25rem;
  }
}

.woocommerce-result-count {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  border: 1px solid rgba(155, 167, 122, 0.16);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(155, 167, 122, 0.1),
    rgba(255, 255, 255, 0.86)
  );
  padding: 0.55rem 1rem;
  color: var(--primary-dark);
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(111, 123, 85, 0.08);
}

.yatsin-single-product {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(155, 167, 122, 0.12),
      transparent 28rem
    ),
    linear-gradient(180deg, #fffaf7 0%, #f6f7f8 100%);
}
.yatsin-single-product::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.23;
  background-image:
    linear-gradient(135deg, rgba(111, 123, 85, 0.18) 1px, transparent 1px),
    linear-gradient(45deg, rgba(235, 156, 156, 0.14) 1px, transparent 1px);
  background-size:
    42px 42px,
    58px 58px;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
}
.yatsin-single-product > .mx-auto {
  position: relative;
  z-index: 1;
}
.yatsin-product-main-image,
.yatsin-product-summary-card,
.yatsin-product-tabs,
.yatsin-post-card,
.yatsin-post-hero {
  border: 1px solid rgba(155, 167, 122, 0.14);
}
.yatsin-product-summary-card {
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 248, 245, 0.94)
    ),
    radial-gradient(
      circle at 12% 12%,
      rgba(155, 167, 122, 0.14),
      transparent 18rem
    );
}
.yatsin-breadcrumb a {
  color: var(--primary-dark);
  transition: color 0.2s var(--ease);
}
.yatsin-breadcrumb a:hover {
  color: var(--primary);
}
.yatsin-rankmath-breadcrumb-wrap {
  background: rgba(255, 248, 245, 0.96);
  border-bottom: 1px solid rgba(155, 167, 122, 0.14);
}
.yatsin-rankmath-breadcrumb {
  color: var(--gray-dark);
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.9;
  padding: 0.85rem 0 0.7rem;
}
.yatsin-rankmath-breadcrumb .rank-math-breadcrumb p,
.yatsin-rankmath-breadcrumb > p {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
}
.yatsin-rankmath-breadcrumb a {
  color: var(--primary-dark);
  transition: color 0.2s var(--ease);
}
.yatsin-rankmath-breadcrumb a:hover {
  color: var(--accent);
}
.yatsin-rankmath-breadcrumb .separator {
  color: rgba(116, 112, 102, 0.55);
  margin: 0 0.15rem;
}
.yatsin-rankmath-breadcrumb .last {
  color: var(--dark);
}
.yatsin-rankmath-breadcrumb--hero {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0.9rem;
  padding: 0;
  text-shadow: 0 1px 12px rgba(61, 35, 48, 0.28);
}
.yatsin-rankmath-breadcrumb--hero a,
.yatsin-rankmath-breadcrumb--hero .last {
  color: #fff;
}
.yatsin-rankmath-breadcrumb--hero a:hover {
  color: rgba(255, 248, 245, 0.86);
}
.yatsin-rankmath-breadcrumb--hero .separator {
  color: rgba(255, 255, 255, 0.55);
}
@media (max-width: 767px) {
  .yatsin-rankmath-breadcrumb {
    font-size: 0.78rem;
    line-height: 1.8;
    padding: 0.65rem 0 0.55rem;
  }
}
.yatsin-single-price,
.yatsin-product-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  color: var(--dark);
}
.yatsin-single-price .amount,
.yatsin-product-price .amount {
  color: var(--primary-dark);
  font-weight: 950;
}
.yatsin-single-price del,
.yatsin-product-price del {
  color: #9ca3af;
  font-size: 0.78em;
  text-decoration-thickness: 2px;
}
.yatsin-single-price ins,
.yatsin-product-price ins {
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(155, 167, 122, 0.12),
    rgba(235, 156, 156, 0.16)
  );
  padding: 0.2rem 0.55rem;
  color: var(--primary-dark);
  text-decoration: none;
}
.yatsin-product-quick-attributes > div {
  position: relative;
  overflow: hidden;
}
.yatsin-product-quick-attributes > div::after {
  content: "";
  position: absolute;
  inset-inline-end: -1.8rem;
  inset-block-start: -1.8rem;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 999px;
  background: rgba(155, 167, 122, 0.1);
}
.yatsin-product-cart form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.yatsin-product-cart .quantity .qty {
  height: 3.25rem;
  width: 5.5rem;
  border: 1px solid rgba(155, 167, 122, 0.18);
  border-radius: 1rem;
  background: #fff;
  text-align: center;
  font-weight: 900;
  outline: none;
}
.yatsin-product-cart .single_add_to_cart_button,
.yatsin-contact-page input[type="submit"],
.yatsin-contact-page button[type="submit"],
.wpcf7-submit,
.yatsin-submit-btn {
  min-height: 3.25rem;
  border: 0 !important;
  border-radius: 1.15rem !important;
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  padding: 0.85rem 1.45rem !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 34px rgba(155, 167, 122, 0.24) !important;
  transition:
    transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease),
    filter 0.2s var(--ease) !important;
}
.yatsin-product-cart .single_add_to_cart_button:hover,
.yatsin-contact-page input[type="submit"]:hover,
.yatsin-contact-page button[type="submit"]:hover,
.wpcf7-submit:hover,
.yatsin-submit-btn:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 20px 42px rgba(111, 123, 85, 0.28) !important;
}
.yatsin-product-consult:hover {
  border-color: transparent !important;
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(155, 167, 122, 0.24);
}
.yatsin-product-consult:hover svg {
  color: #fff !important;
}
.yatsin-shop-hero {
  padding-top: 5rem !important;
}
.yatsin-comment-avatar,
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  object-fit: cover;
}
.yatsin-comment-avatar img,
.commentlist .avatar,
.yatsin-comments .avatar {
  display: block;
  width: 56px !important;
  height: 56px !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  object-fit: cover;
}
.yatsin-product-tabs__nav {
  border: 1px solid rgba(155, 167, 122, 0.12);
}
.yatsin-product-tabs [data-tab-target] {
  min-height: 3rem;
  border: 1px solid rgba(155, 167, 122, 0.12);
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(111, 123, 85, 0.05);
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    border-color 0.2s var(--ease),
    transform 0.2s var(--ease);
}
.yatsin-product-tabs [data-tab-target]:hover {
  transform: translateY(-1px);
  border-color: rgba(155, 167, 122, 0.32);
}
.yatsin-product-tabs [data-tab-target].bg-primary {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(155, 167, 122, 0.22);
}
.yatsin-product-tabs [data-tab-target].bg-white {
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--primary-dark) !important;
}
.woocommerce-product-attributes {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0 0.75rem;
}
.woocommerce-product-attributes tr {
  overflow: hidden;
  border-radius: 1.2rem;
  background: linear-gradient(
    135deg,
    rgba(155, 167, 122, 0.08),
    rgba(255, 255, 255, 0.92)
  );
  box-shadow: 0 10px 26px rgba(111, 123, 85, 0.06);
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
  padding: 1rem 1.1rem;
  text-align: right;
  vertical-align: middle;
}
.woocommerce-product-attributes th {
  width: 32%;
  color: var(--primary-dark);
  font-weight: 950;
}
.woocommerce-product-attributes td {
  color: var(--dark);
  font-weight: 800;
  line-height: 1.9;
}
.woocommerce-Reviews,
.yatsin-comments {
  color: var(--dark);
}
.woocommerce-Reviews #review_form_wrapper,
.yatsin-comment-form {
  background:
    linear-gradient(145deg, #fff, rgba(255, 248, 245, 0.96)),
    radial-gradient(
      circle at 10% 0%,
      rgba(155, 167, 122, 0.14),
      transparent 16rem
    );
}
.comment-form input:not([type="submit"]):not([type="checkbox"]),
.comment-form textarea,
.woocommerce-Reviews input:not([type="submit"]):not([type="checkbox"]),
.woocommerce-Reviews textarea,
.yatsin-contact-page input:not([type="submit"]),
.yatsin-contact-page textarea {
  border: 1px solid rgba(155, 167, 122, 0.16) !important;
  border-radius: 1rem !important;
  background: rgba(255, 248, 245, 0.78) !important;
  color: var(--dark);
  outline: none;
  transition:
    border-color 0.2s var(--ease),
    background 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}
.comment-form input:not([type="submit"]):not([type="checkbox"]):focus,
.comment-form textarea:focus,
.woocommerce-Reviews input:not([type="submit"]):not([type="checkbox"]):focus,
.woocommerce-Reviews textarea:focus,
.yatsin-contact-page input:not([type="submit"]):focus,
.yatsin-contact-page textarea:focus {
  border-color: rgba(155, 167, 122, 0.72) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(155, 167, 122, 0.1);
}
.yatsin-comment-item {
  position: relative;
  overflow: hidden;
}
.yatsin-comment-item::before {
  content: "";
  position: absolute;
  inset-block: 1rem;
  inset-inline-start: 0;
  width: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary), var(--accent));
}
.yatsin-comment-list .children {
  margin-top: 1rem;
  margin-right: 1.5rem;
}
.yatsin-comment-pagination .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  display: grid;
  min-width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border-radius: 999px;
  background: #fff;
  color: var(--primary-dark);
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(111, 123, 85, 0.08);
}
.yatsin-product-reviews {
  direction: rtl;
}
.yatsin-product-review-list {
  padding: 0;
  list-style: none;
}
.yatsin-product-review-list > li {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background: #fff;
  padding: 1.1rem;
  box-shadow: 0 8px 22px rgba(111, 123, 85, 0.06);
  border: 1px solid rgba(155, 167, 122, 0.1);
}
.yatsin-product-review-list > li::before {
  content: "";
  position: absolute;
  inset-block: 1rem;
  inset-inline-start: 0;
  width: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--primary), var(--accent));
}
.woocommerce #reviews .yatsin-product-review-list .comment_container {
  display: flex;
  gap: 1rem;
}
.woocommerce #reviews .yatsin-product-review-list .comment-text {
  flex: 1;
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce #reviews .yatsin-product-review-list .star-rating {
  float: none;
  margin: 0 0 0.45rem;
  color: var(--accent);
}
.woocommerce #reviews .yatsin-product-review-list .meta {
  margin: 0 0 0.55rem;
  color: var(--dark);
  font-weight: 900;
}
.woocommerce #reviews .yatsin-product-review-list .description {
  color: var(--gray-dark);
  font-size: 0.92rem;
  line-height: 2;
}
.yatsin-product-review-form {
  background:
    linear-gradient(145deg, #fff, rgba(255, 248, 245, 0.96)),
    radial-gradient(
      circle at 10% 0%,
      rgba(155, 167, 122, 0.14),
      transparent 16rem
    );
}
.yatsin-product-review-comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.yatsin-product-review-comment-form .comment-notes,
.yatsin-product-review-comment-form .comment-form-rating,
.yatsin-product-review-comment-form .comment-form-comment,
.yatsin-product-review-comment-form .comment-form-cookies-consent,
.yatsin-product-review-comment-form .form-submit,
.yatsin-product-review-comment-form .must-log-in {
  grid-column: 1 / -1;
}
.yatsin-product-review-comment-form p {
  margin: 0;
}
.yatsin-product-review-comment-form label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--dark);
  font-weight: 900;
}
.yatsin-product-review-comment-form label em,
.yatsin-product-review-comment-form .required {
  color: #dc2626;
  font-style: normal;
}
.yatsin-product-review-comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.yatsin-product-review-comment-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.78rem 1rem;
  font-weight: 800;
}
.yatsin-product-review-comment-form textarea {
  min-height: 9.5rem !important;
  resize: vertical;
}
.yatsin-product-review-comment-form .comment-form-farazsms-mobile {
  grid-column: 1 / -1;
}
.yatsin-product-review-comment-form .comment-form-farazsms-mobile label {
  display: block;
}
.yatsin-product-review-comment-form .comment-form-farazsms-mobile input {
  direction: ltr;
  text-align: left;
}
.yatsin-product-review-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  border-radius: 1rem;
  background: rgba(155, 167, 122, 0.06);
  padding: 0.85rem 1rem;
  color: var(--gray-dark);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.9;
}
.yatsin-product-review-comment-form .comment-form-cookies-consent input {
  margin-top: 0.45rem;
}
.yatsin-product-review-comment-form .comment-form-cookies-consent label {
  margin: 0;
  color: inherit;
  font-weight: inherit;
}
.yatsin-product-review-comment-form .comment-form-rating {
  border-radius: 1.25rem;
  background: rgba(155, 167, 122, 0.06);
  padding: 1rem;
}
.yatsin-product-review-comment-form .comment-form-rating label {
  margin-bottom: 0.75rem;
}
.woocommerce .yatsin-product-review-comment-form p.stars {
  margin: 0;
}
.woocommerce .yatsin-product-review-comment-form p.stars span {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 0.35rem;
}
.woocommerce .yatsin-product-review-comment-form p.stars a {
  position: relative;
  width: 1.65rem;
  height: 1.65rem;
  overflow: hidden;
  color: #c9b98f;
  font-size: 0;
  text-decoration: none;
}
.woocommerce .yatsin-product-review-comment-form p.stars a::before {
  content: "☆";
  position: absolute;
  inset: 0;
  font-size: 1.5rem;
  line-height: 1.65rem;
  text-align: center;
}
.woocommerce .yatsin-product-review-comment-form p.stars a:hover::before,
.woocommerce .yatsin-product-review-comment-form p.stars a:hover ~ a::before,
.woocommerce .yatsin-product-review-comment-form p.stars a:focus::before,
.woocommerce
  .yatsin-product-review-comment-form
  p.stars.selected
  a.active::before,
.woocommerce
  .yatsin-product-review-comment-form
  p.stars.selected
  a.active
  ~ a::before {
  content: "★";
  color: var(--accent);
}
.yatsin-product-review-comment-form .form-submit {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 640px) {
  .yatsin-product-review-comment-form {
    grid-template-columns: 1fr;
  }
  .woocommerce #reviews .yatsin-product-review-list .comment_container {
    align-items: flex-start;
  }
  .yatsin-product-review-comment-form .form-submit button,
  .yatsin-product-review-comment-form .form-submit input {
    width: 100%;
  }
}
.yatsin-single-post {
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(155, 167, 122, 0.12),
      transparent 24rem
    ),
    linear-gradient(180deg, #f9fcfd, #f6f7f8);
}
.yatsin-post-hero {
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(155, 167, 122, 0.22),
      transparent 24rem
    ),
    linear-gradient(135deg, #46303a, #2f3028);
}
.yatsin-post-card {
  position: relative;
  overflow: hidden;
}
.yatsin-post-card::before {
  content: "";
  position: absolute;
  inset-inline: 2rem;
  top: 0;
  height: 0.3rem;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}
.yatsin-post-content h2,
.yatsin-post-content h3 {
  line-height: 1.65;
}
.yatsin-post-content blockquote {
  border-right: 0.32rem solid var(--primary);
  border-left: 0;
  border-radius: 1.2rem;
  background: rgba(155, 167, 122, 0.07);
  padding: 1.1rem 1.25rem;
  color: var(--dark);
  font-weight: 800;
}
.yatsin-share-link {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(155, 167, 122, 0.1);
  color: var(--primary-dark);
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    transform 0.2s var(--ease);
}
.yatsin-share-link:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}
.yatsin-post-sidebar {
  align-self: start;
  position: sticky;
  top: 7rem;
}
.blog .grid > aside,
.archive .grid > aside {
  max-width: 280px;
}

@media (max-width: 1023px) {
  .yatsin-post-sidebar {
    position: static;
  }
  .blog .grid > aside,
  .archive .grid > aside {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .woocommerce-result-count {
    width: 100%;
    justify-content: center;
  }
  .yatsin-single-product {
    padding-top: 2rem !important;
  }
  .yatsin-product-tabs__nav {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .yatsin-product-tabs [data-tab-target] {
    flex: 0 0 auto;
    padding-inline: 1rem !important;
  }
  .woocommerce-product-attributes,
  .woocommerce-product-attributes tbody,
  .woocommerce-product-attributes tr,
  .woocommerce-product-attributes th,
  .woocommerce-product-attributes td {
    display: block;
    width: 100%;
  }
  .woocommerce-product-attributes th {
    padding-bottom: 0.2rem;
  }
  .woocommerce-product-attributes td {
    padding-top: 0.2rem;
  }
  .yatsin-comment-list .children {
    margin-right: 0.75rem;
  }
  .yatsin-post-hero {
    border-radius: 1.5rem;
  }
}

.yatsin-toast {
  position: fixed !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  z-index: 999999 !important;
  width: min(24rem, calc(100vw - 2.5rem));
  border-radius: 1.5rem;
  border: 1px solid rgba(155, 167, 122, 0.28);
  padding: 1rem;
  direction: rtl;
  box-shadow: 0 22px 60px rgba(47, 48, 40, 0.22);
  animation: yatsinToastIn 0.34s var(--ease) both;
}
.yatsin-toast.is-success {
  background:
    linear-gradient(135deg, rgba(47, 48, 40, 0.98), rgba(111, 123, 85, 0.96)),
    radial-gradient(
      circle at 15% 0%,
      rgba(235, 156, 156, 0.28),
      transparent 14rem
    );
  color: #fff;
}
.yatsin-toast.is-error {
  border-color: rgba(220, 38, 38, 0.22);
  background: #fff;
  color: var(--dark);
}
.yatsin-toast.is-hiding {
  animation: yatsinToastOut 0.28s ease-in both;
}
.yatsin-toast__icon {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  place-items: center;
  border-radius: 1rem;
  background: #fff;
  color: var(--primary-dark);
}
.yatsin-toast.is-error .yatsin-toast__icon {
  background: #fef2f2;
  color: #dc2626;
}
.yatsin-toast strong {
  display: block;
  font-weight: 950;
}
.yatsin-toast p {
  margin-top: 0.35rem;
  color: inherit;
  font-size: 0.9rem;
  line-height: 1.9;
  opacity: 0.78;
}
.yatsin-toast button {
  color: inherit;
  opacity: 0.62;
  transition:
    opacity 0.2s var(--ease),
    transform 0.2s var(--ease);
}
.yatsin-toast button:hover {
  opacity: 1;
  transform: rotate(8deg);
}
.yatsin-return-shop:hover {
  border-color: transparent !important;
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(155, 167, 122, 0.22);
}
@keyframes yatsinToastIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes yatsinToastOut {
  to {
    opacity: 0;
    transform: translateY(16px) scale(0.96);
  }
}
.yatsin-contact-form textarea,
.comment-form textarea,
.woocommerce-Reviews textarea {
  min-height: 150px !important;
}
.comment-form .form-submit,
.woocommerce-Reviews .form-submit {
  margin-top: 1rem;
}
.comment-form .submit,
.woocommerce-Reviews .submit,
.comment-form button[type="submit"],
.woocommerce-Reviews button[type="submit"] {
  display: inline-flex !important;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 1.15rem !important;
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  padding: 0.85rem 1.65rem !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 34px rgba(155, 167, 122, 0.24) !important;
}
.yatsin-product-title {
  max-width: 16ch;
  font-size: clamp(1.45rem, 2.6vw, 2.65rem) !important;
  line-height: 1.72 !important;
}
.yatsin-post-title {
  max-width: 18ch;
  font-size: clamp(1.55rem, 3vw, 2.6rem) !important;
  line-height: 1.78 !important;
}
.yatsin-blog-layout {
  align-items: start;
}
@media (min-width: 1024px) {
  .yatsin-blog-layout {
    grid-template-columns: minmax(0, 1fr) 260px !important;
  }
  .yatsin-blog-content {
    min-width: 0;
  }
  .yatsin-blog-sidebar {
    width: 260px;
    max-width: 260px;
  }
  .yatsin-blog-content article {
    min-height: 100%;
  }
  .yatsin-blog-content article h2 {
    font-size: 1.35rem;
    line-height: 1.75;
  }
}
@media (min-width: 1280px) {
  .yatsin-blog-layout {
    grid-template-columns: minmax(0, 1fr) 250px !important;
  }
  .yatsin-blog-sidebar {
    width: 250px;
    max-width: 250px;
  }
}
@media (max-width: 640px) {
  .yatsin-toast {
    right: 0.85rem;
    bottom: 0.85rem;
    width: calc(100vw - 1.7rem);
  }
  .yatsin-product-title,
  .yatsin-post-title {
    max-width: none;
  }
}

.yatsin-page-hero h1::before {
  top: -0.65rem !important;
}
body.home .premium-hero h1::before,
body.front-page .premium-hero h1::before,
body.page-template-front-page .premium-hero h1::before {
  display: none !important;
}
.premium-feature-strip,
.premium-categories,
.premium-products,
.premium-sale-band,
.premium-journal,
.premium-testimonials,
.premium-faq,
.premium-instagram,
.premium-final-cta {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.yatsin-blog-layout {
  direction: ltr;
}
.yatsin-blog-layout > * {
  direction: rtl;
}
@media (min-width: 1024px) {
  .yatsin-blog-layout {
    grid-template-columns: 310px minmax(0, 1fr) !important;
  }
  .yatsin-blog-sidebar {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 310px;
    max-width: 310px;
  }
  .yatsin-blog-content {
    grid-column: 2 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    min-width: 0;
  }
  .yatsin-blog-content > .md\:col-span-2 {
    grid-column: 1 / -1 !important;
  }
}
.yatsin-blog-search-btn {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  box-shadow: 0 14px 28px rgba(155, 167, 122, 0.2);
}
.premium-footer .yatsin-newsletter-form {
  gap: 0 !important;
}
.premium-footer .yatsin-newsletter-form input {
  min-width: 0;
  height: 2.9rem;
  border: 0 !important;
  background: transparent !important;
}
.premium-footer .yatsin-newsletter-form button {
  width: auto !important;
  min-height: 2.75rem !important;
  border-radius: 0.85rem !important;
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  padding: 0.65rem 1rem !important;
  box-shadow: none !important;
  white-space: nowrap;
}
.yatsin-product-card .yatsin-product-price {
  display: flex !important;
  min-width: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.1rem;
  overflow-wrap: anywhere;
  text-align: left;
  line-height: 1.7;
}
.yatsin-product-card .yatsin-product-price del,
.yatsin-product-card .yatsin-product-price ins {
  display: block;
  max-width: 100%;
}
.yatsin-product-card .yatsin-product-price ins {
  padding: 0.12rem 0.42rem;
}
.yatsin-product-card .yatsin-product-price .amount {
  white-space: normal;
}
.yatsin-sale-badge {
  background: linear-gradient(135deg, var(--accent), #ffd7a8) !important;
  color: var(--dark) !important;
  box-shadow: 0 12px 26px rgba(235, 156, 156, 0.28);
}
@media (max-width: 640px) {
  .premium-feature-strip,
  .premium-categories,
  .premium-products,
  .premium-sale-band,
  .premium-journal,
  .premium-testimonials,
  .premium-faq,
  .premium-instagram,
  .premium-final-cta {
    padding-top: 1.65rem !important;
    padding-bottom: 1.65rem !important;
  }
  .yatsin-page-hero h1::before {
    top: -0.65rem !important;
  }
}

.yatsin-auth-page,
.yatsin-cart-page,
.yatsin-checkout-page {
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(155, 167, 122, 0.13),
      transparent 24rem
    ),
    linear-gradient(180deg, #fffaf7, #f6f7f8);
}
.yatsin-auth-card {
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 248, 245, 0.95)
    ),
    radial-gradient(
      circle at 10% 0%,
      rgba(155, 167, 122, 0.16),
      transparent 16rem
    );
}
.yatsin-otp-auth-form {
  position: relative;
}
.yatsin-otp-auth-form.is-loading {
  pointer-events: none;
}
.yatsin-otp-auth-form.is-loading::after {
  content: "";
  position: absolute;
  inset: -0.5rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.42);
}
.yatsin-otp-code-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}
.yatsin-otp-code-input {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 1rem;
  border: 1px solid rgba(155, 167, 122, 0.18);
  background: #f7f7f5;
  color: var(--dark);
  text-align: center;
  font-size: 1.35rem;
  font-weight: 950;
  outline: none;
  transition:
    border-color 0.2s var(--ease),
    background 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}
.yatsin-otp-code-input:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(155, 167, 122, 0.14);
}
.yatsin-otp-code-input.is-error {
  border-color: #dc2626 !important;
  background: #fef2f2 !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}
.yatsin-otp-code-input.is-error:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.14);
}
.yatsin-otp-auth-form__message {
  margin-top: 1rem;
  min-height: 1.75rem;
  border-radius: 1rem;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.9;
  text-align: center;
}
.yatsin-otp-auth-form__message.is-success {
  color: #168b46;
}
.yatsin-otp-auth-form__message.is-error {
  color: #dc2626;
}
.yatsin-checkout-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  padding: 1rem;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(235, 156, 156, 0.22),
      transparent 22rem
    ),
    rgba(47, 48, 40, 0.54);
  backdrop-filter: blur(10px);
}
.yatsin-checkout-auth-modal.is-hidden {
  display: none !important;
}
.yatsin-checkout-auth-modal__panel {
  width: min(32rem, 100%);
  max-height: calc(100dvh - 2rem);
  overflow: auto;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.98);
  padding: 1.25rem;
  box-shadow: 0 28px 80px rgba(47, 48, 40, 0.28);
}
.yatsin-checkout-locked {
  display: none !important;
}
.yatsin-auth-card input,
.yatsin-auth-card textarea,
.yatsin-cart-page input,
.yatsin-checkout-page input,
.yatsin-checkout-page textarea,
.yatsin-checkout-page select {
  border-color: rgba(155, 167, 122, 0.16) !important;
}
.yatsin-cart-item {
  transition:
    transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease),
    border-color 0.2s var(--ease);
}
.yatsin-cart-item:hover {
  border-color: rgba(155, 167, 122, 0.24);
  box-shadow: 0 20px 46px rgba(111, 123, 85, 0.1);
  transform: translateY(-2px);
}
.yatsin-cart-summary .cart_totals h2,
.yatsin-cart-summary .cart_totals > h2 {
  display: none;
}
.yatsin-cart-summary table,
.yatsin-checkout-summary table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.7rem;
}
.yatsin-cart-summary table th,
.yatsin-cart-summary table td,
.yatsin-checkout-summary table th,
.yatsin-checkout-summary table td {
  padding: 0.85rem 0.9rem;
  border: 0;
  text-align: right;
  vertical-align: top;
}
.yatsin-cart-summary table tr,
.yatsin-checkout-summary table tr {
  border-radius: 1rem;
  background: rgba(155, 167, 122, 0.06);
}
.yatsin-checkout-summary table tr {
  background: rgba(255, 255, 255, 0.06);
}
.yatsin-checkout-summary table,
.yatsin-checkout-summary table th,
.yatsin-checkout-summary table td {
  color: #fff;
}
.yatsin-cart-summary .order-total,
.yatsin-checkout-summary .order-total {
  font-size: 1.08rem;
  font-weight: 950;
}
.wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout #place_order {
  display: flex !important;
  width: 100% !important;
  min-height: 3.35rem;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 1.2rem !important;
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  padding: 0.95rem 1.4rem !important;
  font-weight: 950 !important;
  box-shadow: 0 16px 34px rgba(155, 167, 122, 0.24);
}
.yatsin-checkout-summary .wc_payment_methods {
  margin: 1rem 0;
  padding: 0;
}
.yatsin-checkout-summary .wc_payment_method {
  margin-bottom: 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.9rem;
}
.yatsin-checkout-summary .payment_box {
  margin-top: 0.7rem;
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.9;
}
.woocommerce form .form-row label {
  margin-bottom: 0.45rem;
  color: var(--dark);
  font-weight: 900;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 3rem;
  border: 1px solid rgba(155, 167, 122, 0.16) !important;
  border-radius: 1rem !important;
  background: rgba(246, 247, 248, 0.78) !important;
  padding: 0.75rem 1rem !important;
  outline: none;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: rgba(155, 167, 122, 0.72) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(155, 167, 122, 0.1);
}
@media (max-width: 768px) {
  .yatsin-cart-item {
    grid-template-columns: 88px minmax(0, 1fr);
  }
  .yatsin-cart-item > div:nth-last-child(-n + 3) {
    grid-column: 1 / -1;
  }
}

.yatsin-auth-standalone {
  overflow-x: hidden;
}
.yatsin-auth-standalone .yatsin-auth-page {
  display: grid;
  min-height: 100vh;
  min-height: 100dvh;
  place-items: center;
}
.yatsin-auth-standalone .yatsin-auth-card {
  box-shadow:
    0 28px 80px rgba(111, 123, 85, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
.yatsin-auth-tabs [data-tab-target].bg-primary {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(155, 167, 122, 0.24);
}
.yatsin-auth-tabs [data-tab-target].bg-white {
  background: #fff !important;
  color: var(--primary-dark) !important;
}
.yatsin-auth-card input:focus {
  box-shadow: 0 0 0 4px rgba(155, 167, 122, 0.1);
}
.yatsin-password-field {
  gap: 0.75rem;
}
.yatsin-password-field input {
  box-shadow: none !important;
}
.yatsin-password-field [data-password-toggle] {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  place-items: center;
  border-radius: 0.75rem;
  color: var(--primary-dark);
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    transform 0.2s var(--ease);
}
.yatsin-password-field [data-password-toggle]:hover,
.yatsin-password-field [data-password-toggle].is-visible {
  background: rgba(155, 167, 122, 0.12);
  color: var(--primary-dark);
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .yatsin-auth-standalone .yatsin-auth-page {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .yatsin-auth-standalone .yatsin-auth-card {
    border-radius: 1.5rem;
    padding: 1.1rem;
  }
}

.yatsin-cart-page,
.yatsin-checkout-page {
  font-size: 0.94rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right;
  width: 100% !important;
}
.yatsin-account-page .woocommerce-MyAccount-navigation {
  border: 1px solid rgba(155, 167, 122, 0.12);
  box-shadow: 0 18px 48px rgba(111, 123, 85, 0.08);
}
.yatsin-account-page .woocommerce-MyAccount-navigation ul {
  gap: 0.45rem;
}
.yatsin-account-page .woocommerce-MyAccount-navigation a {
  border-right-width: 0 !important;
  border-radius: 1rem !important;
  color: var(--dark) !important;
}
.yatsin-account-page .woocommerce-MyAccount-navigation .is-active a {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(155, 167, 122, 0.22);
}
.yatsin-account-dashboard > section:first-child,
.yatsin-account-dashboard > section:first-child h2 {
  color: var(--dark) !important;
}
.yatsin-account-dashboard > section:first-child p {
  color: var(--gray-dark) !important;
}
.yatsin-account-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.55rem;
}
.yatsin-account-content table th,
.yatsin-account-content table td {
  border: 0 !important;
  background: rgba(155, 167, 122, 0.055);
  padding: 0.85rem 1rem !important;
  line-height: 1.9;
}
.yatsin-account-content .button,
.yatsin-account-content button,
.yatsin-account-content input[type="submit"] {
  border: 0 !important;
  border-radius: 1rem !important;
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  padding: 0.75rem 1.2rem !important;
  font-weight: 950 !important;
}
.yatsin-account-content input,
.yatsin-account-content select,
.yatsin-account-content textarea {
  border: 1px solid rgba(155, 167, 122, 0.18) !important;
  border-radius: 1rem !important;
  background: rgba(246, 247, 248, 0.78) !important;
  padding: 0.75rem 1rem !important;
}

@media (max-width: 768px) {
  .woocommerce-account main#content,
  .woocommerce-account .yatsin-account-page {
    max-width: 100%;
    overflow-x: hidden;
  }

  .woocommerce-account .yatsin-account-page > .mx-auto {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .yatsin-account-page .grid,
  .yatsin-account-page aside,
  .yatsin-account-page section,
  .yatsin-account-content {
    min-width: 0;
    max-width: 100%;
  }

  .yatsin-account-page .woocommerce-MyAccount-navigation {
    max-width: 100%;
    overflow-x: auto;
    border-radius: 1.35rem !important;
    padding: 0.45rem !important;
    scrollbar-width: none;
  }

  .yatsin-account-page .woocommerce-MyAccount-navigation::-webkit-scrollbar {
    display: none;
  }

  .yatsin-account-page .woocommerce-MyAccount-navigation ul {
    width: max-content;
    min-width: 100% !important;
    max-width: none;
    gap: 0.35rem;
  }

  .yatsin-account-page .woocommerce-MyAccount-navigation li {
    flex: 0 0 auto;
  }

  .yatsin-account-page .woocommerce-MyAccount-navigation a {
    min-height: 3rem;
    gap: 0.45rem;
    padding: 0.72rem 0.82rem !important;
    white-space: nowrap;
  }

  .yatsin-account-page .woocommerce-MyAccount-navigation svg {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 1.1rem;
  }

  .yatsin-account-page .rounded-3xl {
    border-radius: 1.35rem !important;
  }
}
.premium-sale-band {
  align-items: center;
}
.premium-sale-band > div {
  width: 100%;
}
.yatsin-cart-page .woocommerce-cart-form,
.yatsin-checkout-page .woocommerce-checkout {
  align-items: start;
}

.yatsin-checkout-notices {
  margin-bottom: 1.25rem;
}

.yatsin-checkout-page .woocommerce-NoticeGroup,
.yatsin-checkout-page .woocommerce-NoticeGroup-checkout,
.yatsin-checkout-page .woocommerce-notices-wrapper {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-width: 0 !important;
}

.yatsin-checkout-page .checkout.woocommerce-checkout > .woocommerce-NoticeGroup,
.yatsin-checkout-page
  .checkout.woocommerce-checkout
  > .woocommerce-NoticeGroup-checkout,
.yatsin-checkout-page .checkout.woocommerce-checkout > .woocommerce-error,
.yatsin-checkout-page .checkout.woocommerce-checkout > .woocommerce-info,
.yatsin-checkout-page .checkout.woocommerce-checkout > .woocommerce-message {
  grid-column: 1 / -1 !important;
  order: -10;
}

.yatsin-checkout-page .woocommerce-error,
.yatsin-checkout-page .woocommerce-info,
.yatsin-checkout-page .woocommerce-message {
  display: grid;
  gap: 0.6rem;
  width: 100% !important;
  margin: 0 0 1rem !important;
  border: 1px solid rgba(239, 68, 68, 0.22) !important;
  border-radius: 1.2rem !important;
  background: rgba(255, 245, 245, 0.92) !important;
  padding: 0.9rem 1rem !important;
  color: #991b1b !important;
  box-shadow: 0 14px 34px rgba(127, 29, 29, 0.08) !important;
}

.yatsin-checkout-page .woocommerce-error li {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.9;
}

.yatsin-checkout-page .woocommerce-error::before,
.yatsin-checkout-page .woocommerce-info::before,
.yatsin-checkout-page .woocommerce-message::before {
  display: none !important;
}
.yatsin-cart-product-title,
.yatsin-cart-product-title a {
  display: block;
  max-width: 100%;
  color: var(--dark) !important;
  font-size: 1rem !important;
  line-height: 1.9 !important;
  overflow-wrap: anywhere;
}
.yatsin-cart-subtotal {
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.yatsin-cart-qty {
  margin-left: 0.75rem;
}
.yatsin-coupon-button,
.yatsin-checkout-coupon .showcoupon span:last-child,
.woocommerce-checkout #place_order,
.wc-proceed-to-checkout .checkout-button {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(155, 167, 122, 0.22);
}
.yatsin-coupon-button:hover,
.woocommerce-checkout #place_order:hover,
.wc-proceed-to-checkout .checkout-button:hover {
  background: linear-gradient(
    135deg,
    var(--dark),
    var(--primary-dark)
  ) !important;
  color: #fff !important;
}
.yatsin-cart-summary table,
.yatsin-checkout-summary table {
  border-spacing: 0 0.45rem !important;
  color: var(--dark) !important;
  font-size: 0.9rem;
}
.yatsin-cart-summary table th,
.yatsin-cart-summary table td,
.yatsin-checkout-summary table th,
.yatsin-checkout-summary table td {
  border: 0 !important;
  color: var(--dark) !important;
  padding: 0.7rem 0.8rem !important;
  line-height: 1.9;
}
.yatsin-cart-summary table tr,
.yatsin-checkout-summary table tr {
  background: rgba(155, 167, 122, 0.055) !important;
  border-radius: 1rem;
}
.yatsin-checkout-summary thead tr,
.yatsin-checkout-summary tbody tr.cart_item {
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(155, 167, 122, 0.12);
}
.yatsin-cart-summary .order-total,
.yatsin-checkout-summary .order-total {
  font-size: 1rem !important;
}
.yatsin-checkout-summary .product-name,
.yatsin-checkout-summary .product-total {
  width: 50%;
}
.yatsin-checkout-summary .product-quantity {
  color: var(--primary-dark);
  font-size: 0.8rem;
  font-weight: 950;
}
.yatsin-checkout-summary .woocommerce-privacy-policy-text,
.yatsin-checkout-summary .woocommerce-terms-and-conditions-wrapper {
  color: var(--gray-dark) !important;
  font-size: 0.82rem;
  line-height: 2;
}
.yatsin-checkout-summary .wc_payment_methods {
  margin: 0.75rem 0 !important;
  padding: 0 !important;
}
.yatsin-checkout-summary .wc_payment_method,
.yatsin-checkout-summary .woocommerce-info,
.yatsin-checkout-summary .woocommerce-message,
.yatsin-checkout-summary .woocommerce-error {
  background: rgba(155, 167, 122, 0.07) !important;
  border: 1px solid rgba(155, 167, 122, 0.14) !important;
  border-radius: 1rem !important;
  color: var(--dark) !important;
  padding: 0.9rem 1rem !important;
}
.yatsin-checkout-summary .payment_box {
  background: #fff !important;
  color: var(--gray-dark) !important;
  border: 1px solid rgba(155, 167, 122, 0.12);
}
.yatsin-checkout-page .woocommerce-billing-fields h3,
.yatsin-checkout-page .woocommerce-shipping-fields h3,
.yatsin-checkout-page .woocommerce-additional-fields h3 {
  margin-bottom: 1rem;
  color: var(--primary-dark);
  font-size: 0.95rem;
  font-weight: 950;
  line-height: 1.8;
}
.yatsin-checkout-page .woocommerce-billing-fields__field-wrapper,
.yatsin-checkout-page .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}
.yatsin-checkout-page .form-row {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.yatsin-checkout-page .form-row-wide,
.yatsin-checkout-page #billing_address_1_field,
.yatsin-checkout-page #billing_address_2_field,
.yatsin-checkout-page #shipping_address_1_field,
.yatsin-checkout-page #shipping_address_2_field,
.yatsin-checkout-page .woocommerce-additional-fields,
.yatsin-checkout-page #order_comments_field {
  grid-column: 1 / -1;
}
.yatsin-checkout-page #billing_country_field,
.yatsin-checkout-page #shipping_country_field,
.yatsin-checkout-page .yatsin-hidden-country {
  display: none !important;
}
.yatsin-checkout-page .woocommerce form .form-row label,
.yatsin-checkout-page .form-row label {
  margin-bottom: 0.4rem;
  color: var(--dark);
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.8;
}
.yatsin-checkout-page .woocommerce-input-wrapper {
  display: block;
}
.yatsin-checkout-page input.input-text,
.yatsin-checkout-page textarea,
.yatsin-checkout-page select,
.yatsin-checkout-page .select2-container--default .select2-selection--single {
  min-height: 2.9rem !important;
  border: 1px solid rgba(155, 167, 122, 0.18) !important;
  border-radius: 1rem !important;
  background: rgba(246, 247, 248, 0.78) !important;
  color: var(--dark) !important;
  font-size: 0.9rem !important;
  outline: none !important;
}
.yatsin-checkout-page input.input-text,
.yatsin-checkout-page textarea,
.yatsin-checkout-page select {
  padding: 0.65rem 0.9rem !important;
}
.yatsin-checkout-page textarea {
  min-height: 8rem !important;
  resize: vertical;
}
.woocommerce-privacy-policy-text {
  display: none !important;
}
div#payment {
  background: transparent !important;
}
.yatsin-checkout-page .select2-container {
  width: 100% !important;
}
.yatsin-checkout-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--dark) !important;
  line-height: 2.9rem !important;
  padding-right: 0.9rem !important;
  padding-left: 2rem !important;
}
.yatsin-checkout-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 2.9rem !important;
  left: 0.65rem !important;
  right: auto !important;
}
.select2-dropdown {
  border: 1px solid rgba(155, 167, 122, 0.18) !important;
  border-radius: 1rem !important;
  overflow: hidden;
}
.select2-results__option {
  font-family: inherit;
  font-size: 0.9rem;
  padding: 0.65rem 0.9rem;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: var(--primary) !important;
}
.premium-hero .yatsin-hero-title {
  position: relative;
  max-width: 13ch;
  margin-right: 0;
  margin-left: 0;
  color: #fff !important;
  font-size: clamp(2.15rem, 5vw, 4.45rem) !important;
  line-height: 1.32 !important;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}
h3#ship-to-different-address {
  display: none !important;
}
.premium-hero .yatsin-hero-title::before {
  display: none !important;
}
@media (max-width: 640px) {
  .premium-hero .yatsin-hero-title {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.45rem) !important;
    line-height: 1.36 !important;
  }
}
.yatsin-checkout-coupon {
  margin-top: 1.25rem;
}
.yatsin-checkout-coupon .woocommerce-form-coupon p {
  margin: 0 !important;
}
@media (max-width: 1024px) {
  .yatsin-cart-page,
  .yatsin-checkout-page {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .yatsin-cart-item {
    grid-template-columns: 84px minmax(0, 1fr);
  }
  .yatsin-checkout-page .woocommerce-billing-fields__field-wrapper,
  .yatsin-checkout-page .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
}

input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not(
    [type="radio"]
  ):focus,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not(
    [type="radio"]
  ):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible,
.input-text:focus,
.input-text:focus-visible,
.comment-form input:not([type="submit"]):not([type="checkbox"]):focus,
.comment-form textarea:focus,
.woocommerce-Reviews input:not([type="submit"]):not([type="checkbox"]):focus,
.woocommerce-Reviews textarea:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.yatsin-contact-page input:not([type="submit"]):focus,
.yatsin-contact-page textarea:focus,
.yatsin-auth-card input:focus,
.yatsin-checkout-page input.input-text:focus,
.yatsin-checkout-page textarea:focus,
.yatsin-checkout-page select:focus,
.yatsin-account-content input:focus,
.yatsin-account-content select:focus,
.yatsin-account-content textarea:focus,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(155, 167, 122, 0.18) !important;
}

.yatsin-password-field:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(155, 167, 122, 0.15) !important;
}

@media (max-width: 640px) {
  main#content,
  #content {
    padding-top: 67px !important;
  }
}

@media (max-width: 768px) {
  .body-mobile-menu-open .yatsin-header {
    z-index: 10000 !important;
  }
  .body-mobile-menu-open .yatsin-mobile-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10001 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;
  }
  .body-mobile-menu-open .yatsin-mobile-menu {
    z-index: 10002 !important;
  }
  .yatsin-mobile-menu img,
  .yatsin-mobile-menu .yatsin-site-logo img {
    width: auto !important;
    max-width: 5.8rem !important;
    max-height: 3rem !important;
    object-fit: contain !important;
  }
  .yatsin-mobile-menu button[aria-label] svg,
  .yatsin-header [data-mobile-toggle] svg {
    width: 1.35rem !important;
    height: 1.35rem !important;
  }

  .yatsin-shop-products-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.9rem !important;
    margin-inline: 9px !important;
  }
  .yatsin-shop-sidebar {
    position: relative !important;
    top: auto !important;
  }
  .yatsin-shop-cats {
    padding: 0 !important;
    overflow: hidden;
  }
  .yatsin-shop-cats h2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 3.35rem;
    margin: 0 !important;
    padding: 0.9rem 1rem !important;
    cursor: pointer;
    user-select: none;
  }
  .yatsin-shop-cats h2::after {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-left: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.22s var(--ease);
  }
  .yatsin-shop-cats.is-open h2::after {
    transform: rotate(135deg);
  }
  .yatsin-shop-cats h2 + .grid {
    display: none !important;
    padding: 0 0.85rem 0.9rem;
  }
  .yatsin-shop-cats.is-open h2 + .grid {
    display: grid !important;
  }

  .single-product main#content {
    padding-top: 84px !important;
  }
  .single-product .yatsin-single-product {
    padding-top: 1.25rem !important;
    overflow-x: hidden;
  }
  .single-product .yatsin-single-product > .mx-auto {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .single-product .yatsin-breadcrumb {
    margin-top: 0.85rem !important;
    margin-bottom: 1rem !important;
    line-height: 2;
  }
  .single-product .yatsin-single-product .grid {
    min-width: 0;
  }
  .single-product .yatsin-product-gallery,
  .single-product .yatsin-product-summary-card,
  .single-product .yatsin-product-tabs {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .single-product .yatsin-product-main-image,
  .single-product .yatsin-product-summary-card,
  .single-product .yatsin-product-tabs {
    border-radius: 1.25rem !important;
  }
  .single-product .yatsin-product-summary-card {
    padding: 1rem !important;
  }

  .yatsin-blog-content {
    order: 1;
  }
  .yatsin-blog-sidebar {
    order: 2;
  }

  .woocommerce-cart main#content,
  .woocommerce-checkout main#content,
  .woocommerce-account main#content {
    padding-top: 84px !important;
  }
  .woocommerce-cart .yatsin-cart-page,
  .woocommerce-checkout .yatsin-checkout-page,
  .woocommerce-account .yatsin-account-page {
    padding-top: 1.35rem !important;
  }
}

/* Final Rainboshop overrides kept at the end to win over legacy Yatsin rules. */
body {
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(235, 156, 156, 0.22),
      transparent 30rem
    ),
    radial-gradient(
      circle at 86% 12%,
      rgba(155, 167, 122, 0.2),
      transparent 28rem
    ),
    linear-gradient(180deg, #fffaf7 0%, var(--cream) 42%, #f9f5ec 100%) !important;
}

.yatsin-header {
  background: rgba(255, 248, 245, 0.9) !important;
  box-shadow: 0 18px 55px rgba(79, 90, 59, 0.1) !important;
}

.yatsin-header > .bg-primary-dark {
  background: linear-gradient(90deg, #4f5a3b, #9ba77a 48%, #eb9c9c) !important;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.button,
.yatsin-submit-btn,
.yatsin-product-card .ajax_add_to_cart,
.premium-footer form button,
.yatsin-blog-search-btn {
  background: linear-gradient(
    135deg,
    var(--primary-dark),
    var(--primary)
  ) !important;
  color: #fff !important;
}

.yatsin-sale-badge,
.yatsin-cart-badge {
  background: linear-gradient(135deg, var(--accent), #ffd7d7) !important;
  color: var(--dark) !important;
}

.premium-footer {
  background:
    radial-gradient(
      circle at 18% 12%,
      rgba(235, 156, 156, 0.22),
      transparent 28rem
    ),
    linear-gradient(135deg, #2f3028, #4f5a3b) !important;
}

.rainbo-journal-card,
.yatsin-product-card {
  border-radius: 1.25rem !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 18px 46px rgba(79, 90, 59, 0.09) !important;
}

/* RainboShop premium fantasy pass */
:root {
  --rainbo-rose: #eb9c9c;
  --rainbo-sage: #9ba77a;
  --rainbo-blush: #fff1ef;
  --rainbo-milk: #fffaf7;
  --rainbo-berry: #46303a;
  --rainbo-ink: #2f3028;
  --rainbo-gold: #d7b778;
  --rainbo-line: rgba(70, 48, 58, 0.12);
  --rainbo-shadow: 0 26px 80px rgba(70, 48, 58, 0.14);
}

body {
  background:
    radial-gradient(
      circle at 8% 6%,
      rgba(235, 156, 156, 0.26),
      transparent 28rem
    ),
    radial-gradient(
      circle at 86% 10%,
      rgba(155, 167, 122, 0.18),
      transparent 30rem
    ),
    linear-gradient(180deg, #fffaf7 0%, #fff3ef 34%, #f8f2e8 100%) !important;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.38),
      transparent 24rem
    ),
    repeating-linear-gradient(
      135deg,
      rgba(70, 48, 58, 0.026) 0 1px,
      transparent 1px 12px
    );
  opacity: 0.7;
}

.yatsin-loader {
  background:
    radial-gradient(
      circle at 32% 28%,
      rgba(235, 156, 156, 0.45),
      transparent 24rem
    ),
    radial-gradient(
      circle at 72% 62%,
      rgba(155, 167, 122, 0.28),
      transparent 22rem
    ),
    linear-gradient(135deg, #fffaf7, #fff0ee) !important;
}

.yatsin-loader__mark {
  background: rgba(255, 255, 255, 0.68) !important;
  border: 1px solid rgba(235, 156, 156, 0.28);
  box-shadow: 0 24px 70px rgba(70, 48, 58, 0.16) !important;
}

.yatsin-loader__mark::before {
  border-color: rgba(235, 156, 156, 0.2) !important;
  border-top-color: var(--rainbo-rose) !important;
  border-left-color: var(--rainbo-sage) !important;
}

.yatsin-loader__mark span {
  background: linear-gradient(
    90deg,
    transparent,
    var(--rainbo-rose),
    var(--rainbo-sage),
    transparent
  ) !important;
}

.yatsin-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
  background: linear-gradient(
    180deg,
    rgba(255, 250, 247, 0.94),
    rgba(255, 241, 239, 1)
  ) !important;
  box-shadow: 0 18px 60px rgba(70, 48, 58, 0.11) !important;
}

.yatsin-header::before {
  background:
    radial-gradient(
      circle at 18% 0,
      rgba(235, 156, 156, 0.28),
      transparent 17rem
    ),
    radial-gradient(
      circle at 78% 0,
      rgba(155, 167, 122, 0.18),
      transparent 16rem
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.18) 0 1px,
      transparent 1px 9px
    ) !important;
}

.yatsin-header > .bg-primary-dark {
  background: linear-gradient(90deg, #46303a, #b8797f 48%, #9ba77a) !important;
}

.yatsin-menu a::after {
  height: 0.38rem;
  bottom: 0.22rem;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(235, 156, 156, 0.7),
    rgba(155, 167, 122, 0.45)
  ) !important;
}

.rainbo-hero {
  min-height: calc(100svh - 95px);
  border-bottom-left-radius: clamp(2rem, 8vw, 7rem);
  border-bottom-right-radius: clamp(2rem, 8vw, 7rem);
  box-shadow: 0 36px 100px rgba(70, 48, 58, 0.14);
}

.rainbo-hero__image {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.015);
}

.rainbo-hero__shade {
  background:
    linear-gradient(
      90deg,
      rgba(255, 250, 247, 0.98) 0%,
      rgba(255, 246, 241, 0.84) 39%,
      rgba(255, 246, 241, 0.34) 66%,
      rgba(255, 246, 241, 0.08) 100%
    ),
    radial-gradient(
      circle at 18% 34%,
      rgba(235, 156, 156, 0.24),
      transparent 24rem
    ),
    radial-gradient(
      circle at 72% 34%,
      rgba(155, 167, 122, 0.14),
      transparent 26rem
    ) !important;
}

.rainbo-hero__ribbon {
  position: absolute;
  inset: auto -10% -4.5rem -10%;
  z-index: 1;
  height: 10rem;
  background: linear-gradient(
    90deg,
    rgba(235, 156, 156, 0.46),
    rgba(255, 255, 255, 0.74),
    rgba(155, 167, 122, 0.42)
  );
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.rainbo-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(255, 255, 255, 0.38),
      transparent 22rem
    ),
    repeating-linear-gradient(
      135deg,
      rgba(70, 48, 58, 0.03) 0 1px,
      transparent 1px 10px
    );
  mix-blend-mode: soft-light;
  opacity: 0.78;
}

.rainbo-kicker {
  border: 1px solid rgba(235, 156, 156, 0.36) !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.82),
    rgba(255, 241, 239, 0.68)
  ) !important;
  color: var(--rainbo-berry) !important;
  box-shadow: 0 14px 34px rgba(70, 48, 58, 0.1) !important;
}

.rainbo-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 2rem 2rem 2rem 0.8rem !important;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.82),
    rgba(255, 241, 239, 0.72)
  ) !important;
  box-shadow: 0 30px 90px rgba(70, 48, 58, 0.18) !important;
}

.rainbo-hero-panel::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -18%;
  width: 11rem;
  height: 11rem;
  border-radius: 999px;
  background: rgba(235, 156, 156, 0.28);
}

.rainbo-hero-panel::after {
  content: "";
  position: absolute;
  inset: auto -4rem -4rem auto;
  width: 12rem;
  height: 12rem;
  border-radius: 999px;
  background: rgba(155, 167, 122, 0.2);
}

.rainbo-hero-panel > * {
  position: relative;
  z-index: 1;
}

.rainbo-hero-panel a {
  margin-top: 1.1rem;
  display: inline-flex;
  border-radius: 999px;
  background: var(--rainbo-berry);
  color: #fff;
  padding: 0.7rem 1rem;
  font-size: 0.82rem;
  font-weight: 950;
}

.rainbo-btn {
  border-radius: 999px !important;
}

.rainbo-btn--primary {
  background: linear-gradient(135deg, #46303a, #eb9c9c) !important;
  box-shadow: 0 22px 44px rgba(235, 156, 156, 0.28) !important;
}

.rainbo-btn--ghost {
  border-color: rgba(70, 48, 58, 0.14) !important;
  color: var(--rainbo-berry) !important;
}

.rainbo-strip {
  margin-top: -1.5rem;
  position: relative;
  z-index: 4;
  border: 0 !important;
  background: transparent !important;
}

.rainbo-strip > div {
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--rainbo-shadow);
}

.rainbo-strip span {
  border: 1px solid rgba(235, 156, 156, 0.18);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.85),
    rgba(255, 241, 239, 0.65)
  ) !important;
  color: var(--rainbo-berry) !important;
}

.rainbo-section--cats,
.rainbo-soft-section,
.rainbo-lookbook {
  position: relative;
  overflow: hidden;
}

.rainbo-section--cats::before,
.rainbo-soft-section::before,
.rainbo-shop-shell::before,
.rainbo-single-product::before {
  content: "";
  position: absolute;
  inset: 1rem;
  z-index: -1;
  border-radius: 3rem;
  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(235, 156, 156, 0.15),
      transparent 22rem
    ),
    radial-gradient(
      circle at 85% 70%,
      rgba(155, 167, 122, 0.13),
      transparent 24rem
    ),
    repeating-linear-gradient(
      135deg,
      rgba(70, 48, 58, 0.026) 0 1px,
      transparent 1px 14px
    );
}

.rainbo-category-card {
  min-height: 21rem !important;
  border-radius: 2rem 0.9rem 2rem 0.9rem !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 24px 72px rgba(70, 48, 58, 0.13) !important;
}

.rainbo-category-card::before {
  content: "";
  position: absolute;
  inset: 0.75rem;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 1.55rem 0.65rem 1.55rem 0.65rem;
  pointer-events: none;
}

.rainbo-category-card::after {
  background:
    linear-gradient(180deg, transparent 25%, rgba(70, 48, 58, 0.63)),
    radial-gradient(
      circle at 50% 80%,
      rgba(235, 156, 156, 0.32),
      transparent 13rem
    ) !important;
}

.rainbo-category-card span {
  right: 1.4rem !important;
  bottom: 1.4rem !important;
  background: rgba(255, 255, 255, 0.86) !important;
  box-shadow: 0 14px 34px rgba(70, 48, 58, 0.16);
}

.rainbo-lookbook__copy {
  position: relative;
  border-radius: 2rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.78),
    rgba(255, 241, 239, 0.7)
  );
  padding: clamp(1.4rem, 4vw, 3rem);
  box-shadow: var(--rainbo-shadow);
}

.rainbo-lookbook__copy h2 {
  margin-top: 1rem;
  color: var(--rainbo-ink);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 950;
  line-height: 1.45;
}

.rainbo-lookbook__copy p {
  margin-top: 1rem;
  max-width: 42rem;
  color: var(--gray-dark);
  font-weight: 800;
  line-height: 2.1;
}

.rainbo-lookbook__chips {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.rainbo-lookbook__chips a {
  border-radius: 999px;
  background: #fff;
  padding: 0.65rem 0.95rem;
  color: var(--rainbo-berry);
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 0 10px 24px rgba(70, 48, 58, 0.08);
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    transform 0.2s var(--ease);
}

.rainbo-lookbook__chips a:hover {
  background: var(--rainbo-berry);
  color: #fff;
  transform: translateY(-1px);
}

.rainbo-lookbook__media {
  min-height: 31rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 0.9rem 3rem 0.9rem 3rem;
  box-shadow: 0 30px 90px rgba(70, 48, 58, 0.16);
}

.rainbo-benefit {
  border-radius: 1.7rem 0.8rem 1.7rem 0.8rem !important;
  border-color: rgba(235, 156, 156, 0.18) !important;
}

.rainbo-benefit span {
  background: linear-gradient(
    135deg,
    rgba(235, 156, 156, 0.34),
    rgba(255, 255, 255, 0.92),
    rgba(155, 167, 122, 0.24)
  ) !important;
  color: var(--rainbo-berry) !important;
}

.yatsin-product-card {
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  border-radius: 1.8rem 0.85rem 1.8rem 0.85rem !important;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 247, 244, 0.92)
  ) !important;
}

.yatsin-product-card > a:first-of-type,
.yatsin-product-card__media {
  margin: 0.7rem;
  border-radius: 1.35rem 0.6rem 1.35rem 0.6rem !important;
}

.yatsin-product-card .ajax_add_to_cart {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #46303a, #eb9c9c) !important;
}

.rainbo-journal-card {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.8rem 0.85rem 1.8rem 0.85rem !important;
  background: rgba(255, 255, 255, 0.82) !important;
}

.rainbo-shop-hero {
  border-bottom-left-radius: clamp(2rem, 7vw, 6rem);
  border-bottom-right-radius: clamp(2rem, 7vw, 6rem);
}

.rainbo-shop-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(70, 48, 58, 0.86),
      rgba(70, 48, 58, 0.48) 48%,
      rgba(70, 48, 58, 0.16)
    ),
    radial-gradient(
      circle at 16% 38%,
      rgba(235, 156, 156, 0.36),
      transparent 24rem
    ) !important;
}

.rainbo-shop-hero__badges span {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  padding: 0.7rem 0.95rem;
}

.rainbo-shop-shell,
.rainbo-single-product {
  position: relative;
}

.rainbo-shop-filter,
.rainbo-shop-toolbar,
.rainbo-product-summary,
.rainbo-product-tabs {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.92),
    rgba(255, 241, 239, 0.72)
  ) !important;
  box-shadow: var(--rainbo-shadow) !important;
}

.yatsin-shop-cats a {
  border-radius: 999px !important;
}

.yatsin-shop-cats a.is-active,
.yatsin-shop-cats a:hover {
  background: linear-gradient(135deg, #46303a, #eb9c9c) !important;
  color: #fff !important;
}

.rainbo-product-gallery .yatsin-product-main-image {
  border: 1px solid rgba(255, 255, 255, 0.84) !important;
  border-radius: 2.2rem 0.95rem 2.2rem 0.95rem !important;
  background: #fff !important;
  box-shadow: var(--rainbo-shadow) !important;
}

.yatsin-product-zoom-hint {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: grid;
  width: 2.85rem;
  height: 2.85rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--rainbo-berry, #46303a);
  box-shadow: 0 14px 32px rgba(70, 48, 58, 0.16);
  backdrop-filter: blur(12px);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.yatsin-product-main-image:hover .yatsin-product-zoom-hint,
.yatsin-product-main-image:focus-visible .yatsin-product-zoom-hint {
  background: linear-gradient(135deg, var(--rainbo-berry), var(--rainbo-rose));
  color: #fff;
  transform: scale(1.04);
}

.single-product .yatsin-product-thumbs-shell,
.single-product .yatsin-product-thumbs-slider {
  min-width: 0;
}

.single-product .yatsin-product-thumbs-slider {
  width: 100%;
  overflow: hidden;
  direction: rtl;
}

.single-product .yatsin-product-thumbs-slider .swiper-wrapper {
  align-items: stretch;
  justify-content: flex-start;
}

.single-product .yatsin-product-thumbs-slider .swiper-slide {
  height: auto;
}

.single-product
  .yatsin-product-thumbs-shell:not(.has-gallery-nav)
  .swiper-wrapper {
  height: auto !important;
}

.single-product
  .yatsin-product-thumbs-shell:not(.has-gallery-nav)
  .swiper-slide {
  width: auto !important;
  height: auto !important;
}

.single-product .yatsin-product-thumb {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

.single-product .yatsin-product-thumb:hover,
.single-product .yatsin-product-thumb:focus-visible {
  transform: translateY(-1px);
}

.yatsin-gallery-nav {
  position: relative;
  z-index: 5;
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  justify-self: center;
  align-self: center;
  border: 1px solid rgba(235, 156, 156, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--rainbo-berry, #46303a);
  box-shadow: 0 10px 22px rgba(70, 48, 58, 0.1);
}

.yatsin-gallery-nav[hidden] {
  display: none !important;
}

.yatsin-gallery-nav:hover,
.yatsin-gallery-nav:focus-visible {
  background: linear-gradient(135deg, var(--rainbo-berry), var(--rainbo-rose));
  color: #fff;
}

.yatsin-gallery-nav svg {
  display: block;
  transform-origin: center;
}

@media (min-width: 1024px) {
  .single-product .rainbo-product-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5.35rem;
    gap: 0.85rem;
    align-items: start;
    direction: ltr;
  }

  .single-product .rainbo-product-gallery .yatsin-product-main-image {
    grid-column: 1;
    width: 100%;
  }

  .single-product .rainbo-product-gallery .yatsin-product-thumbs-shell {
    position: relative;
    display: block !important;
    grid-column: 2;
    width: 5.35rem;
    height: calc(5 * 5.15rem + 4 * 0.625rem);
    margin-top: 0 !important;
    overflow: hidden;
  }

  .single-product
    .rainbo-product-gallery
    .yatsin-product-thumbs-shell
    .yatsin-product-thumbs-slider {
    height: 100%;
    min-height: 0;
  }

  .single-product .rainbo-product-gallery .yatsin-product-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .single-product
    .rainbo-product-gallery
    .yatsin-product-thumbs-shell:not(.has-gallery-nav) {
    display: block !important;
    height: auto;
    max-height: none;
  }

  .single-product
    .rainbo-product-gallery
    .yatsin-product-thumbs-shell:not(.has-gallery-nav)
    .swiper-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.72rem;
    transform: none !important;
  }

  .single-product .yatsin-gallery-nav--prev svg {
    transform: rotate(180deg);
  }

  .single-product .rainbo-product-gallery .yatsin-gallery-nav {
    position: absolute;
    left: 50%;
    width: 2rem;
    height: 2rem;
    transform: translateX(-50%);
  }

  .single-product .rainbo-product-gallery .yatsin-gallery-nav--prev {
    top: -13px;
  }

  .single-product .rainbo-product-gallery .yatsin-gallery-nav--next {
    bottom: -13px;
  }
}

@media (max-width: 1023px) {
  .single-product .rainbo-product-gallery .yatsin-gallery-nav--prev {
    transform: rotate(180deg);
  }
  .single-product .rainbo-product-gallery .yatsin-gallery-nav--next {
    transform: rotate(180deg);
  }
  .single-product .rainbo-product-gallery .yatsin-product-thumbs-shell {
    display: grid !important;
    grid-template-columns: 2.15rem minmax(0, 1fr) 2.15rem !important;
    gap: 0.45rem !important;
    align-items: center;
    margin-top: 0.75rem !important;
    overflow: hidden;
    direction: ltr;
  }

  .single-product .rainbo-product-gallery .yatsin-product-thumbs-slider,
  .single-product
    .rainbo-product-gallery
    .yatsin-product-thumbs-slider
    .swiper-wrapper {
    direction: rtl;
  }

  .single-product
    .rainbo-product-gallery
    .yatsin-product-thumbs-shell:not(.has-gallery-nav) {
    display: block !important;
  }

  .single-product
    .rainbo-product-gallery
    .yatsin-product-thumbs-shell:not(.has-gallery-nav)
    .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
    justify-content: end !important;
    transform: none !important;
  }

  .single-product .rainbo-product-gallery .yatsin-gallery-nav--prev {
    grid-column: 3;
    grid-row: 1;
  }

  .single-product .rainbo-product-gallery .yatsin-product-thumbs-slider {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
  }

  .single-product .rainbo-product-gallery .yatsin-gallery-nav--next {
    grid-column: 1;
    grid-row: 1;
  }

  .single-product .yatsin-gallery-nav--prev svg {
    transform: rotate(90deg);
  }

  .single-product .yatsin-gallery-nav--next svg {
    transform: rotate(-90deg);
  }
}

.rainbo-product-summary {
  position: relative;
  overflow: hidden;
  border-radius: 0.95rem 2.2rem 0.95rem 2.2rem !important;
}

.rainbo-product-summary::before {
  content: "";
  position: absolute;
  inset: -8rem auto auto -6rem;
  width: 17rem;
  height: 17rem;
  border-radius: 999px;
  background: rgba(235, 156, 156, 0.22);
}

.rainbo-size-note {
  position: relative;
  border: 1px dashed rgba(70, 48, 58, 0.22);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.62);
  padding: 1rem;
}

.rainbo-size-note strong {
  color: var(--rainbo-berry);
  font-weight: 950;
}

.rainbo-size-note p {
  margin-top: 0.45rem;
  color: var(--gray-dark);
  font-weight: 750;
  line-height: 1.9;
}

.rainbo-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(235, 156, 156, 0.38),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 24%,
      rgba(155, 167, 122, 0.18),
      transparent 25rem
    ),
    linear-gradient(135deg, #33242d 0%, #46303a 46%, #2f3028 100%) !important;
}

.rainbo-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.035) 0 1px,
      transparent 1px 13px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%);
}

.rainbo-footer__glow {
  position: absolute !important;
  inset: auto -8rem -9rem auto;
  width: 27rem;
  height: 27rem;
  border-radius: 999px;
  background: rgba(235, 156, 156, 0.24);
}

.rainbo-footer__brand {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.06);
  padding: 1.2rem;
}

.rainbo-footer__stamp {
  display: inline-flex;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  padding: 0.72rem 1rem;
  color: #ffe2df;
  font-size: 0.82rem;
  font-weight: 950;
}

.premium-footer .text-primary,
.premium-footer svg.text-primary {
  color: #ffd4cf !important;
}

.premium-footer a:hover {
  color: #ffd4cf !important;
}

/* RainboShop luxury navigation polish */
main#content {
  padding-top: 118px !important;
}

.yatsin-site-logo img {
  max-width: 12.5rem !important;
  max-height: 5rem !important;
  filter: drop-shadow(0 14px 28px rgba(70, 48, 58, 0.16)) !important;
}

.yatsin-footer-logo img {
  max-width: 13rem !important;
  max-height: 6rem !important;
  filter: drop-shadow(0 18px 42px rgba(255, 212, 207, 0.2)) !important;
}

.yatsin-loader__mark {
  width: 10rem !important;
  height: 10rem !important;
}

.yatsin-loader__mark img {
  width: 6.8rem !important;
  filter: drop-shadow(0 18px 34px rgba(235, 156, 156, 0.34)) !important;
}

.rainbo-hero__title {
  max-width: 24ch;
  font-size: clamp(2.1rem, 3.35vw, 3.55rem) !important;
  line-height: 1.58 !important;
  background: linear-gradient(
    135deg,
    #2f2130 0%,
    #8f4d65 42%,
    #c1787e 72%,
    #6f7654 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  text-shadow: 0 16px 38px rgba(70, 48, 58, 0.14);
  text-wrap: balance;
}

.rainbo-desktop-cats {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-inline-end: 0.65rem;
}

.rainbo-desktop-cats::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 1rem;
}

.rainbo-cat-trigger {
  position: relative;
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(70, 48, 58, 0.98),
    rgba(184, 121, 127, 0.96) 54%,
    rgba(155, 167, 122, 0.92)
  );
  padding: 0.78rem 1.2rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 16px 36px rgba(184, 121, 127, 0.24);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    filter 0.22s ease;
}

.rainbo-cat-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0 28%,
    rgba(255, 255, 255, 0.32) 46%,
    transparent 64% 100%
  );
  transform: translateX(115%);
  transition: transform 0.55s ease;
}

.rainbo-cat-trigger span,
.rainbo-cat-trigger svg {
  position: relative;
  z-index: 1;
}

.rainbo-cat-trigger svg {
  transition: transform 0.22s ease;
}

.rainbo-desktop-cats:hover .rainbo-cat-trigger,
.rainbo-desktop-cats:focus-within .rainbo-cat-trigger {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 24px 52px rgba(184, 121, 127, 0.32);
}

.rainbo-desktop-cats:hover .rainbo-cat-trigger::before,
.rainbo-desktop-cats:focus-within .rainbo-cat-trigger::before {
  transform: translateX(-115%);
}

.rainbo-desktop-cats:hover .rainbo-cat-trigger svg,
.rainbo-desktop-cats:focus-within .rainbo-cat-trigger svg {
  transform: rotate(-90deg);
}

.rainbo-cat-mega {
  position: absolute;
  top: calc(100% + 0.85rem);
  right: 0;
  z-index: 90;
  width: min(42rem, calc(100vw - 2rem));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.7rem 0.8rem 1.7rem 0.8rem;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 241, 239, 0.9)
  );
  box-shadow: 0 30px 80px rgba(70, 48, 58, 0.2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(0.8rem) scale(0.985);
  transform-origin: top right;
  transition:
    opacity 0.2s ease,
    transform 0.24s ease,
    visibility 0.2s ease;
  visibility: hidden;
}

.rainbo-desktop-cats:hover .rainbo-cat-mega,
.rainbo-desktop-cats:focus-within .rainbo-cat-mega {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  visibility: visible;
}

.rainbo-cat-mega__head {
  display: grid;
  gap: 0.35rem;
  border-bottom: 1px solid rgba(70, 48, 58, 0.08);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(70, 48, 58, 0.026) 0 1px,
      transparent 1px 11px
    ),
    linear-gradient(90deg, rgba(235, 156, 156, 0.2), rgba(155, 167, 122, 0.12));
  padding: 1.15rem 1.25rem;
}

.rainbo-cat-mega__head strong {
  color: var(--rainbo-berry);
  font-size: 1rem;
  font-weight: 950;
}

.rainbo-cat-mega__head span {
  color: rgba(70, 48, 58, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
}

.rainbo-cat-mega__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  padding: 0.9rem;
}

.rainbo-cat-mega a {
  display: grid;
  gap: 0.22rem;
  min-height: 5.4rem;
  border: 1px solid rgba(70, 48, 58, 0.08);
  border-radius: 1.1rem 0.55rem 1.1rem 0.55rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.85rem 0.95rem !important;
  color: var(--rainbo-ink) !important;
  box-shadow: 0 12px 28px rgba(70, 48, 58, 0.07);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.rainbo-cat-mega a::after {
  display: none !important;
}

.rainbo-cat-mega a:hover,
.rainbo-cat-mega a:focus-visible {
  border-color: rgba(235, 156, 156, 0.32);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.96),
    rgba(255, 241, 239, 0.86)
  );
  transform: translateY(-2px);
}

.rainbo-cat-mega em {
  color: rgba(184, 121, 127, 0.7);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 950;
}

.rainbo-cat-mega a span {
  color: var(--rainbo-berry);
  font-size: 0.95rem;
  font-weight: 950;
}

.rainbo-cat-mega small {
  color: rgba(70, 48, 58, 0.55);
  font-size: 0.72rem;
  font-weight: 850;
}

.rainbo-mobile-cats {
  margin: 0.2rem 0.85rem 0.85rem;
}

.rainbo-mobile-cats > button {
  display: flex;
  width: 100%;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 0.95rem;
  background: linear-gradient(
    135deg,
    rgba(70, 48, 58, 0.96),
    rgba(184, 121, 127, 0.94)
  );
  padding: 0.58rem 0.78rem;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(184, 121, 127, 0.24);
}

.rainbo-mobile-cats > button svg {
  transition: transform 0.22s ease;
}

.rainbo-mobile-cats > button.is-open svg {
  transform: rotate(-90deg);
}

.rainbo-mobile-cats__panel {
  display: grid;
  max-height: 0;
  overflow: hidden;
  gap: 0.45rem;
  opacity: 0;
  transition:
    max-height 0.28s ease,
    margin-top 0.28s ease,
    opacity 0.22s ease;
}

.rainbo-mobile-cats__panel.is-open {
  max-height: 28rem;
  margin-top: 0.55rem;
  opacity: 1;
}

.rainbo-mobile-cats__panel a {
  margin: 0 !important;
  border-color: rgba(235, 156, 156, 0.18) !important;
  background: rgba(255, 250, 247, 0.88) !important;
  color: var(--rainbo-berry) !important;
  font-weight: 900;
}

.rainbo-footer > .mx-auto.grid {
  padding-top: 2rem !important;
}

@media (max-width: 768px) {
  main#content {
    padding-top: 112px !important;
  }

  .yatsin-site-logo img {
    max-width: 9.8rem !important;
    max-height: 4.25rem !important;
  }

  .yatsin-mobile-menu img,
  .yatsin-mobile-menu .yatsin-site-logo img {
    max-width: 7.1rem !important;
    max-height: 4rem !important;
  }

  .rainbo-hero__title {
    max-width: 21ch;
    font-size: clamp(1.9rem, 8.4vw, 3.05rem) !important;
    line-height: 1.62 !important;
  }

  .rainbo-cat-mega {
    display: none;
  }

  .rainbo-hero {
    min-height: auto;
    border-bottom-left-radius: 2.4rem;
    border-bottom-right-radius: 2.4rem;
  }

  .rainbo-hero__shade {
    background: linear-gradient(
      180deg,
      rgba(255, 250, 247, 0.92),
      rgba(255, 241, 239, 0.76)
    ) !important;
  }

  .rainbo-lookbook__media {
    display: none !important;
    min-height: 22rem;
    border-radius: 1.5rem 0.7rem 1.5rem 0.7rem;
  }

  .rainbo-category-card {
    min-height: 15rem !important;
  }
}

.rainbo-strip .mx-auto {
  align-items: stretch;
}

.rainbo-strip__item {
  position: relative;
  display: grid;
  min-height: 7.4rem;
  grid-template-columns: 3.35rem minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.45rem 0.75rem 1.45rem 0.75rem;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 241, 239, 0.72)
    ),
    repeating-linear-gradient(
      135deg,
      rgba(70, 48, 58, 0.026) 0 1px,
      transparent 1px 12px
    );
  padding: 1rem;
  box-shadow: 0 18px 46px rgba(70, 48, 58, 0.12);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.rainbo-strip__item::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.58),
    transparent
  );
  opacity: 0;
  transform: translateX(60%);
  transition:
    opacity 0.2s ease,
    transform 0.48s ease;
}

.rainbo-strip__item:hover {
  border-color: rgba(235, 156, 156, 0.34);
  box-shadow: 0 24px 64px rgba(70, 48, 58, 0.16);
  transform: translateY(-3px);
}

.rainbo-strip__item:hover::before {
  opacity: 1;
  transform: translateX(-60%);
}

.rainbo-strip__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 3.35rem;
  height: 3.35rem;
  place-items: center;
  border: 1px solid rgba(235, 156, 156, 0.28);
  border-radius: 1.05rem 0.5rem 1.05rem 0.5rem;
  background: linear-gradient(135deg, #46303a, #eb9c9c);
  color: #fff;
  box-shadow: 0 14px 30px rgba(235, 156, 156, 0.28);
}

.rainbo-strip__item h3,
.rainbo-strip__item p {
  position: relative;
  z-index: 1;
}

.rainbo-strip__item h3 {
  color: var(--rainbo-berry);
  font-size: 0.92rem;
  font-weight: 950;
  line-height: 1.8;
}

.rainbo-strip__item p {
  margin-top: 0.25rem;
  color: rgba(70, 48, 58, 0.66);
  font-size: 0.78rem;
  font-weight: 780;
  line-height: 1.9;
}

@media (max-width: 768px) {
  .rainbo-strip__item {
    min-height: 6.8rem;
    grid-template-columns: 3rem minmax(0, 1fr);
    border-radius: 1.2rem 0.65rem 1.2rem 0.65rem;
    padding: 0.85rem;
  }

  .rainbo-strip__icon {
    width: 3rem;
    height: 3rem;
  }
}

/* Final palette cleanup: align legacy accents with RainboShop colors. */
:root {
  --rainbo-warm-shadow: 0 24px 68px rgba(70, 48, 58, 0.15);
  --rainbo-card-shadow: 0 20px 54px rgba(70, 48, 58, 0.12);
  --rainbo-soft-ring: rgba(235, 156, 156, 0.24);
}

.yatsin-page-hero,
.yatsin-blog-hero,
.yatsin-contact-hero,
.yatsin-shop-hero {
  background:
    radial-gradient(
      circle at 18% 24%,
      rgba(235, 156, 156, 0.34),
      transparent 22rem
    ),
    radial-gradient(
      circle at 82% 22%,
      rgba(155, 167, 122, 0.2),
      transparent 20rem
    ),
    linear-gradient(135deg, #46303a 0%, #6f4a57 52%, #4f5a3b 100%) !important;
  box-shadow: 0 30px 86px rgba(70, 48, 58, 0.18) !important;
}

.yatsin-page-hero::before,
.rainbo-shop-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(70, 48, 58, 0.9),
      rgba(70, 48, 58, 0.58) 48%,
      rgba(70, 48, 58, 0.2)
    ),
    radial-gradient(
      circle at 18% 38%,
      rgba(235, 156, 156, 0.38),
      transparent 24rem
    ) !important;
}

.yatsin-page-hero span.rounded-full,
.yatsin-post-hero > .grid > div:last-child > span:first-child,
.yatsin-kicker {
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(235, 156, 156, 0.18) !important;
  color: #ffe2df !important;
  box-shadow: 0 12px 30px rgba(235, 156, 156, 0.14) !important;
}

.yatsin-page-hero .max-w-2xl::before {
  background: linear-gradient(
    90deg,
    var(--rainbo-rose),
    var(--rainbo-sage)
  ) !important;
  box-shadow: 0 0 30px rgba(235, 156, 156, 0.35) !important;
}

.yatsin-menu a:hover,
.yatsin-menu .current-menu-item > a,
.yatsin-menu .current_page_item > a,
.yatsin-menu .current-menu-ancestor > a {
  background: linear-gradient(
    135deg,
    rgba(235, 156, 156, 0.2),
    rgba(255, 255, 255, 0.82)
  ) !important;
  color: var(--rainbo-berry) !important;
  box-shadow: inset 0 0 0 1px rgba(235, 156, 156, 0.28) !important;
}

.yatsin-header [data-mobile-toggle],
.yatsin-header button[aria-label],
.yatsin-header a[aria-label] {
  border-color: rgba(235, 156, 156, 0.2) !important;
  background: linear-gradient(180deg, #fff, #fff1ef) !important;
  color: var(--rainbo-berry) !important;
  box-shadow: 0 14px 34px rgba(70, 48, 58, 0.14) !important;
}

.yatsin-header [data-mobile-toggle]:hover,
.yatsin-header button[aria-label]:hover,
.yatsin-header a[aria-label]:hover {
  background: linear-gradient(
    135deg,
    var(--rainbo-berry),
    var(--rainbo-rose)
  ) !important;
  color: #fff !important;
}

.yatsin-footer-logo img {
  filter: drop-shadow(0 18px 42px rgba(235, 156, 156, 0.28))
    drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18)) !important;
}

.yatsin-footer-social-link {
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.yatsin-footer-social-link:hover {
  background: linear-gradient(
    135deg,
    var(--rainbo-rose),
    var(--rainbo-sage)
  ) !important;
  color: #fff !important;
  box-shadow: 0 16px 36px rgba(235, 156, 156, 0.28) !important;
}

.premium-footer .text-primary,
.premium-footer svg.text-primary,
.premium-footer a:hover {
  color: #ffd7d2 !important;
}

.rainbo-product-summary::before,
.rainbo-footer__glow {
  background: rgba(235, 156, 156, 0.24) !important;
}

.rainbo-shop-filter,
.rainbo-shop-toolbar,
.rainbo-product-summary,
.rainbo-product-tabs,
.yatsin-contact-card,
.yatsin-post-card,
.yatsin-post-sidebar section,
.yatsin-blog-sidebar section,
.yatsin-blog-content article {
  border-color: rgba(255, 255, 255, 0.82) !important;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.94),
    rgba(255, 241, 239, 0.72)
  ) !important;
  box-shadow: var(--rainbo-card-shadow) !important;
}

.yatsin-product-card,
.woocommerce ul.products li.product {
  box-shadow: 0 22px 64px rgba(70, 48, 58, 0.13) !important;
}

.yatsin-product-card:hover,
.woocommerce ul.products li.product:hover {
  box-shadow: 0 30px 82px rgba(70, 48, 58, 0.18) !important;
}

.yatsin-product-price,
.yatsin-single-price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  width: fit-content;
  margin-inline-start: auto;
  border: 1px solid rgba(235, 156, 156, 0.26);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.94),
    rgba(255, 226, 223, 0.72)
  ) !important;
  padding: 0.45rem 0.75rem;
  color: var(--rainbo-berry) !important;
  box-shadow: 0 12px 28px rgba(235, 156, 156, 0.16);
}

.yatsin-product-price ins,
.yatsin-single-price ins,
.woocommerce ul.products li.product .price ins {
  color: var(--rainbo-berry) !important;
}

.yatsin-product-price del,
.yatsin-single-price del,
.woocommerce ul.products li.product .price del {
  color: rgba(70, 48, 58, 0.42) !important;
}

.yatsin-product-thumb.is-active,
.yatsin-product-thumb.ring-primary {
  box-shadow: 0 0 0 3px rgba(235, 156, 156, 0.32) !important;
}

.yatsin-product-tabs [data-tab-target].bg-primary,
.yatsin-product-tabs [data-tab-target]:hover,
.yatsin-shop-cats a.is-active,
.yatsin-shop-cats a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: linear-gradient(
    135deg,
    var(--rainbo-berry),
    var(--rainbo-rose)
  ) !important;
  color: #fff !important;
}

.yatsin-product-tabs [data-tab-target].bg-white,
.yatsin-share-link,
.yatsin-blog-content a.text-primary,
.yatsin-blog-content .hover\:text-primary-dark:hover {
  color: var(--rainbo-berry) !important;
}

.yatsin-share-link {
  border-color: rgba(235, 156, 156, 0.24) !important;
  background: rgba(255, 241, 239, 0.78) !important;
}

.yatsin-share-link:hover {
  background: linear-gradient(
    135deg,
    var(--rainbo-berry),
    var(--rainbo-rose)
  ) !important;
  color: #fff !important;
}

.yatsin-post-hero {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 14% 20%,
      rgba(235, 156, 156, 0.34),
      transparent 22rem
    ),
    linear-gradient(135deg, #46303a, #2f3028 72%) !important;
  box-shadow: var(--rainbo-warm-shadow) !important;
}

.rainbo-mini-link {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 1px solid rgba(235, 156, 156, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  padding: 0.55rem 0.9rem;
  color: var(--rainbo-berry);
  font-size: 0.86rem;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(70, 48, 58, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.rainbo-mini-link:hover {
  background: linear-gradient(135deg, var(--rainbo-berry), var(--rainbo-rose));
  color: #fff;
  box-shadow: 0 18px 40px rgba(235, 156, 156, 0.22);
  transform: translateY(-2px);
}

.rainbo-mini-link svg {
  flex: 0 0 auto;
}

.rainbo-product-slider {
  overflow: hidden;
  padding: 0.2rem 0.15rem 0.35rem;
}

.rainbo-product-slider .swiper-slide {
  height: auto;
}

.rainbo-product-slider .yatsin-product-card {
  height: 100%;
}

.rainbo-slider-controls {
  margin-top: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
}

.rainbo-slider-controls[hidden] {
  display: none !important;
}

.rainbo-slider-btn {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid rgba(235, 156, 156, 0.28);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #fff1ef);
  color: var(--rainbo-berry);
  box-shadow: 0 12px 28px rgba(70, 48, 58, 0.1);
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.rainbo-slider-btn:hover {
  background: linear-gradient(135deg, var(--rainbo-berry), var(--rainbo-rose));
  color: #fff;
  transform: translateY(-2px);
}

.home-products-prev svg,
.home-journal-prev svg {
  transform: rotate(180deg);
}

.rainbo-slider-pagination {
  position: static !important;
  display: inline-flex;
  width: auto !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.rainbo-slider-pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 !important;
  background: rgba(70, 48, 58, 0.24);
  opacity: 1;
}

.rainbo-slider-pagination .swiper-pagination-bullet-active {
  width: 1.55rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--rainbo-rose),
    var(--rainbo-sage)
  ) !important;
}

.rainbo-cat-trigger svg,
.rainbo-mobile-cats > button svg {
  transform: none !important;
}

.rainbo-mobile-cats > button {
  justify-content: flex-start !important;
}

@media (max-width: 768px) {
  .yatsin-header > .mx-auto.max-w-7xl > .grid > .yatsin-site-logo {
    justify-self: start !important;
    transform: translateX(12px);
  }

  .rainbo-hero__title {
    max-width: 22ch;
    font-size: clamp(1.45rem, 6.7vw, 2.2rem) !important;
    line-height: 1.72 !important;
  }

  .rainbo-hero > .relative.z-10 {
    justify-items: center;
    padding-top: 2rem !important;
    text-align: center;
  }

  .rainbo-hero .max-w-3xl,
  .rainbo-hero .max-w-xl,
  .rainbo-hero__title {
    margin-right: auto;
    margin-left: auto;
  }

  .rainbo-hero .mt-8.flex {
    justify-content: center;
  }

  .rainbo-hero-panel {
    text-align: center;
  }

  .rainbo-hero-panel a {
    margin-right: auto;
    margin-left: auto;
  }

  .rainbo-slider-controls {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .woocommerce-shop .rainbo-shop-hero,
  .post-type-archive-product .rainbo-shop-hero,
  .tax-product_cat .rainbo-shop-hero,
  .tax-product_tag .rainbo-shop-hero,
  .tax-product_brand .rainbo-shop-hero {
    padding-top: 2.25rem !important;
    padding-bottom: 2.5rem !important;
    min-height: auto !important;
  }

  .woocommerce-shop .rainbo-shop-shell,
  .post-type-archive-product .rainbo-shop-shell,
  .tax-product_cat .rainbo-shop-shell,
  .tax-product_tag .rainbo-shop-shell,
  .tax-product_brand .rainbo-shop-shell {
    padding-top: 2rem !important;
  }

  .rainbo-shop-toolbar,
  .rainbo-shop-hero__badges {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .rainbo-hero-panel {
    align-self: center !important;
    transform: translateY(-2rem);
  }
}

.rainbo-about-hero h1 {
  max-width: 26ch;
  font-size: clamp(2rem, 3.2vw, 3.8rem) !important;
  line-height: 1.72 !important;
}

.rainbo-about-hero p {
  max-width: 42rem;
  font-size: 1rem !important;
  line-height: 2.15 !important;
}

.yatsin-contact-hero {
  display: flex !important;
  min-height: 27rem !important;
  align-items: center;
}

.yatsin-contact-hero > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}

.yatsin-contact-hero h1 {
  max-width: 18ch;
  font-size: clamp(2rem, 3.2vw, 3.8rem) !important;
  line-height: 1.72 !important;
}

.yatsin-contact-hero p {
  max-width: 42rem;
  font-size: 1rem !important;
  line-height: 2.15 !important;
}

.rainbo-shop-hero {
  display: flex !important;
  min-height: 27rem !important;
  align-items: center;
}

.rainbo-shop-hero > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 768px) {
  .rainbo-about-hero h1 {
    max-width: 24ch;
    font-size: clamp(1.55rem, 7vw, 2.25rem) !important;
    line-height: 1.85 !important;
  }

  .rainbo-about-hero p {
    font-size: 0.92rem !important;
    line-height: 2.1 !important;
  }

  .yatsin-contact-hero {
    min-height: 17.5rem !important;
  }

  .yatsin-contact-hero h1 {
    max-width: 20ch;
    font-size: clamp(1.55rem, 7vw, 2.25rem) !important;
    line-height: 1.85 !important;
  }

  .yatsin-contact-hero p {
    font-size: 0.92rem !important;
    line-height: 2.1 !important;
  }

  .woocommerce-shop .rainbo-shop-hero,
  .post-type-archive-product .rainbo-shop-hero,
  .tax-product_cat .rainbo-shop-hero,
  .tax-product_tag .rainbo-shop-hero,
  .tax-product_brand .rainbo-shop-hero {
    min-height: 17.5rem !important;
  }
}

.rainbo-shop-hero::after,
.yatsin-contact-hero::after {
  display: none !important;
  content: none !important;
}

.rainbo-shop-hero h1 {
  position: relative;
}

.rainbo-shop-hero h1::before {
  top: -1.35rem !important;
}

/* Single product warm cleanup. */
.single-product main#content,
.single-product .yatsin-single-product,
.single-product .rainbo-single-product {
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(235, 156, 156, 0.22),
      transparent 28rem
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(155, 167, 122, 0.16),
      transparent 26rem
    ),
    linear-gradient(180deg, #fffaf7 0%, #fff1ef 44%, #f8f2e8 100%) !important;
}

.single-product .yatsin-single-product::before,
.single-product .rainbo-single-product::before {
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(235, 156, 156, 0.18),
      transparent 24rem
    ),
    radial-gradient(
      circle at 86% 72%,
      rgba(155, 167, 122, 0.14),
      transparent 24rem
    ),
    repeating-linear-gradient(
      135deg,
      rgba(70, 48, 58, 0.026) 0 1px,
      transparent 1px 14px
    ) !important;
}

.single-product .yatsin-kicker {
  border: 1px solid rgba(235, 156, 156, 0.28) !important;
  background: rgba(255, 255, 255, 0.78) !important;
  color: var(--rainbo-rose) !important;
  box-shadow: 0 12px 28px rgba(235, 156, 156, 0.14) !important;
}

.single-product .yatsin-product-quick-attributes > div {
  border-color: rgba(235, 156, 156, 0.22) !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 241, 239, 0.66)
  ) !important;
}

.single-product .yatsin-product-quick-attributes > div::after {
  background: rgba(235, 156, 156, 0.16) !important;
}

.single-product .yatsin-product-quick-attributes span {
  color: var(--rainbo-rose) !important;
}

@media (max-width: 768px) {
  body.woocommerce-cart main#content,
  body.woocommerce-checkout main#content {
    padding-top: 138px !important;
  }

  body.woocommerce-cart .yatsin-cart-page,
  body.woocommerce-checkout .yatsin-checkout-page {
    padding-top: 2rem !important;
  }
}

.yatsin-loader {
  align-items: initial !important;
  justify-items: initial !important;
}

.yatsin-loader__mark {
  position: fixed !important;
  top: 50svh !important;
  left: 50% !important;
  width: 10rem !important;
  height: 10rem !important;
  aspect-ratio: 1 / 1;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: center;
  contain: layout paint style;
  will-change: opacity;
}

.yatsin-loader__mark img {
  width: 6.8rem !important;
  height: 6.8rem !important;
  object-fit: contain;
}

@supports not (height: 100svh) {
  .yatsin-loader__mark {
    top: 50vh !important;
  }
}

@media (max-width: 640px) {
  .yatsin-loader__mark {
    width: 7.5rem !important;
    height: 7.5rem !important;
  }

  .yatsin-loader__mark img {
    width: 5rem !important;
    height: 5rem !important;
  }
}

.yatsin-product-card .yatsin-rating {
  flex: 0 0 auto;
  gap: 0.05rem !important;
}

.yatsin-product-card .yatsin-rating svg {
  width: 0.78rem !important;
  height: 0.78rem !important;
}

.yatsin-product-card .yatsin-product-price {
  flex: 1 1 7rem;
  min-width: 0;
  gap: 0.1rem 0.28rem !important;
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
}

.yatsin-product-card .yatsin-product-price .amount,
.yatsin-product-card .yatsin-product-price bdi {
  font-size: 0.82rem !important;
  line-height: 1.55 !important;
}

.yatsin-product-card .yatsin-product-price del,
.yatsin-product-card .yatsin-product-price del .amount,
.yatsin-product-card .yatsin-product-price del bdi {
  font-size: 0.7rem !important;
}

@media (max-width: 640px) {
  .yatsin-product-card .yatsin-rating svg {
    width: 0.72rem !important;
    height: 0.72rem !important;
  }

  .yatsin-product-card .yatsin-product-price,
  .yatsin-product-card .yatsin-product-price .amount,
  .yatsin-product-card .yatsin-product-price bdi {
    font-size: 0.78rem !important;
  }

  .yatsin-product-card .yatsin-product-price del,
  .yatsin-product-card .yatsin-product-price del .amount,
  .yatsin-product-card .yatsin-product-price del bdi {
    font-size: 0.66rem !important;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  main#content {
    padding-top: 80px !important;
  }

  .yatsin-header > .mx-auto.max-w-7xl {
    padding-inline: 1rem !important;
  }

  .yatsin-header > .mx-auto.max-w-7xl > .grid {
    grid-template-columns: minmax(8.5rem, 10rem) minmax(0, 1fr) minmax(
        7.5rem,
        auto
      ) !important;
    min-height: 74px !important;
    gap: 0.45rem !important;
  }

  .yatsin-site-logo {
    gap: 0.35rem !important;
  }

  .yatsin-site-logo img {
    max-width: 7.8rem !important;
    max-height: 3.2rem !important;
  }

  .yatsin-menu {
    min-width: 0;
  }

  .rainbo-desktop-cats {
    margin-inline-end: 0.25rem;
  }

  .rainbo-cat-trigger {
    min-height: 2.75rem;
    gap: 0.35rem;
    padding: 0.58rem 0.75rem;
    font-size: 0.8rem;
    white-space: nowrap;
  }

  .yatsin-menu ul {
    min-height: 2.75rem;
    flex-wrap: nowrap !important;
    gap: 0.25rem !important;
    padding: 0.16rem 0.28rem;
  }

  .yatsin-menu li,
  .yatsin-menu a {
    flex: 0 0 auto;
  }

  .yatsin-menu a {
    padding: 0.55rem 0.55rem;
    font-size: 0.78rem;
    line-height: 1.25;
    white-space: nowrap;
  }

  .yatsin-header > .mx-auto.max-w-7xl > .grid > .relative {
    min-width: max-content;
    gap: 0.35rem !important;
  }

  .yatsin-header [data-mobile-toggle],
  .yatsin-header button[aria-label],
  .yatsin-header a[aria-label] {
    width: 2.35rem !important;
    height: 2.35rem !important;
    min-width: 2.35rem !important;
    min-height: 2.35rem !important;
    flex-basis: 2.35rem !important;
  }

  .yatsin-header button[aria-label] svg,
  .yatsin-header a[aria-label] svg {
    width: 1.05rem !important;
    height: 1.05rem !important;
  }
}

.single-product .yatsin-single-rating--top {
  display: none !important;
}

.single-product .yatsin-single-rating--after-cart {
  justify-content: flex-start;
}

.single-product .yatsin-single-rating--after-cart > span {
  display: none !important;
}

.single-product .yatsin-single-rating__label {
  font-style: normal;
}

.single-product .yatsin-single-price {
  gap: 0.28rem !important;
  padding: 0.34rem 0.62rem !important;
  font-size: 1.06rem !important;
  line-height: 1.45 !important;
}

.single-product .yatsin-single-price .amount,
.single-product .yatsin-single-price bdi {
  font-size: 1.06rem !important;
  line-height: 1.45 !important;
}

.single-product .yatsin-single-price ins,
.single-product .yatsin-single-price ins .amount,
.single-product .yatsin-single-price ins bdi {
  color: rgba(143, 77, 101, 0.72) !important;
}

.single-product .yatsin-single-price ins {
  background: rgba(255, 241, 239, 0.58) !important;
}

.single-product .yatsin-single-price del,
.single-product .yatsin-single-price del .amount,
.single-product .yatsin-single-price del bdi {
  color: rgba(70, 48, 58, 0.32) !important;
  font-size: 0.78rem !important;
}

@media (max-width: 640px) {
  .single-product .yatsin-product-quick-attributes {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem !important;
  }

  .single-product .yatsin-product-quick-attributes > div {
    border-radius: 1rem !important;
    padding: 0.75rem !important;
  }

  .single-product .yatsin-product-quick-attributes span {
    font-size: 0.68rem !important;
    line-height: 1.55 !important;
  }

  .single-product .yatsin-product-quick-attributes strong {
    margin-top: 0.35rem !important;
    font-size: 0.78rem !important;
    line-height: 1.75 !important;
  }
}

@media (max-width: 768px) {
  .single-product .yatsin-product-cart .single_add_to_cart_button {
    position: fixed !important;
    right: 0.85rem !important;
    bottom: calc(0.85rem + env(safe-area-inset-bottom)) !important;
    left: 0.85rem !important;
    z-index: 80 !important;
    width: auto !important;
    min-height: 3.25rem !important;
    border-radius: 1.15rem !important;
    box-shadow: 0 18px 42px rgba(70, 48, 58, 0.22) !important;
  }

  .single-product .yatsin-single-price {
    font-size: 0.96rem !important;
  }

  .single-product .yatsin-single-price .amount,
  .single-product .yatsin-single-price bdi {
    font-size: 0.96rem !important;
  }
}

@media (max-width: 768px) {
  .single-product .yatsin-single-product,
  .single-product .rainbo-single-product {
    margin-top: 1rem !important;
    padding-top: 1.25rem !important;
  }
}

.yatsin-product-card > a:first-of-type,
.yatsin-product-card__media {
  margin: 0.45rem !important;
}

.yatsin-product-card > div.space-y-3 {
  padding: 0.7rem 0.78rem 0.82rem !important;
}

.yatsin-product-card > div.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.42rem !important;
}

.yatsin-product-card > div.space-y-3 > span:first-child {
  display: block;
  font-size: 0.7rem !important;
  line-height: 1.45 !important;
}

.yatsin-product-card h3 {
  min-height: 2.45rem !important;
  font-size: 0.95rem !important;
  line-height: 1.62 !important;
}

.yatsin-product-card .flex.items-center.justify-between {
  gap: 0.45rem !important;
}

.yatsin-product-card .yatsin-product-price {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  flex: 0 1 auto !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: baseline !important;
  gap: 0.1rem 0.24rem !important;
  align-self: flex-start;
  margin-inline-start: auto !important;
  padding: 0.3rem 0.55rem !important;
}

.woocommerce ul.products li.product .price {
  width: fit-content !important;
  max-width: 100% !important;
}

@media (max-width: 640px) {
  .yatsin-product-card > div.space-y-3 {
    padding: 0.64rem 0.68rem 0.74rem !important;
  }

  .yatsin-product-card > div.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0.35rem !important;
  }

  .yatsin-product-card h3 {
    min-height: 2.7rem !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .yatsin-product-card .ajax_add_to_cart {
    min-height: 2.55rem !important;
    padding-block: 0.58rem !important;
  }
}

@media (min-width: 1024px) {
  .rainbo-lookbook {
    padding-top: 2.5rem !important;
    padding-bottom: 2.8rem !important;
  }

  .rainbo-lookbook > .mx-auto {
    max-width: 70rem !important;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 0.92fr) !important;
    gap: 1.35rem !important;
    align-items: center;
  }

  .rainbo-lookbook__copy {
    padding: 1.45rem !important;
  }

  .rainbo-lookbook__copy .rainbo-kicker {
    padding: 0.42rem 0.75rem !important;
    font-size: 0.68rem !important;
  }

  .rainbo-lookbook__copy h2 {
    margin-top: 0.7rem !important;
    font-size: 2.25rem !important;
    line-height: 1.45 !important;
  }

  .rainbo-lookbook__copy p {
    margin-top: 0.65rem !important;
    max-width: 34rem !important;
    font-size: 0.88rem !important;
    line-height: 1.9 !important;
  }

  .rainbo-lookbook__copy .rainbo-btn {
    min-height: 2.65rem !important;
    margin-top: 1rem !important;
    padding: 0.62rem 1rem !important;
    font-size: 0.84rem !important;
  }

  .rainbo-lookbook__chips {
    margin-top: 0.9rem !important;
    flex-wrap: nowrap !important;
    gap: 0.32rem !important;
  }

  .rainbo-lookbook__chips a {
    padding: 0.42rem 0.62rem !important;
    font-size: 0.7rem !important;
    line-height: 1.4 !important;
    white-space: nowrap;
  }

  .rainbo-lookbook__media {
    min-height: 24rem !important;
    max-height: 26rem !important;
    border-radius: 0.75rem 2.1rem 0.75rem 2.1rem !important;
  }
}

.yatsin-guide-page {
  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(235, 156, 156, 0.2),
      transparent 26rem
    ),
    radial-gradient(
      circle at 86% 18%,
      rgba(155, 167, 122, 0.15),
      transparent 24rem
    ),
    linear-gradient(180deg, #fffaf7 0%, #fff1ef 42%, #f8f2e8 100%);
}

.yatsin-guide-hero {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 2rem 0.95rem 2rem 0.95rem;
  background: rgba(255, 255, 255, 0.78);
  padding: clamp(1.4rem, 4vw, 3rem);
  box-shadow: 0 22px 64px rgba(70, 48, 58, 0.12);
}

.yatsin-guide-hero h1 {
  margin-top: 1rem;
  color: var(--rainbo-berry, #46303a);
  font-size: 2.45rem;
  font-weight: 950;
  line-height: 1.55;
}

.yatsin-guide-hero p {
  margin-top: 1rem;
  max-width: 52rem;
  color: var(--gray-dark);
  font-weight: 800;
  line-height: 2.15;
}

.yatsin-guide-grid {
  display: grid;
  gap: 1rem;
}

.yatsin-guide-card,
.yatsin-guide-faq {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.5rem 0.75rem 1.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.88);
  padding: 1.25rem;
  box-shadow: 0 16px 44px rgba(70, 48, 58, 0.08);
}

.yatsin-guide-card h2,
.yatsin-guide-faq h2 {
  color: var(--rainbo-berry, #46303a);
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.65;
}

.yatsin-guide-card p {
  margin-top: 0.7rem;
  color: var(--gray-dark);
  font-weight: 750;
  line-height: 2.05;
}

.yatsin-guide-card ul {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.55rem;
}

.yatsin-guide-card li {
  position: relative;
  padding-right: 1.1rem;
  color: var(--dark);
  font-weight: 850;
  line-height: 1.9;
}

.yatsin-guide-card li::before {
  content: "";
  position: absolute;
  top: 0.82rem;
  right: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--rainbo-rose, #eb9c9c);
}

.yatsin-guide-faq .yatsin-faq-item {
  box-shadow: none !important;
}

@media (min-width: 900px) {
  .yatsin-guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .yatsin-guide-page {
    padding-top: 2rem !important;
  }

  .yatsin-guide-hero h1 {
    font-size: 1.75rem;
    line-height: 1.75;
  }

  .yatsin-guide-card,
  .yatsin-guide-faq {
    padding: 1rem;
  }
}

.single-product .yatsin-single-rating--after-cart {
  display: flex !important;
  width: fit-content;
  align-items: center;
  border: 1px solid rgba(235, 156, 156, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.45rem 0.75rem;
}

.single-product .yatsin-single-rating--after-cart .yatsin-rating {
  display: inline-flex !important;
  align-items: center;
  gap: 0.08rem !important;
}

.single-product .yatsin-single-rating--after-cart .yatsin-rating svg {
  display: block !important;
  width: 1rem !important;
  height: 1rem !important;
}

.yatsin-mobile-cart-bar {
  display: none;
}

.yatsin-mobile-checkout-bar {
  display: none;
}

@media (max-width: 768px) {
  .single-product .yatsin-product-cart .single_add_to_cart_button {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: auto !important;
    width: 100% !important;
    min-height: 3.25rem !important;
    box-shadow: 0 16px 34px rgba(155, 167, 122, 0.24) !important;
  }

  .yatsin-mobile-cart-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: block;
    border-top: 1px solid rgba(70, 48, 58, 0.1);
    background: #fff;
    padding: 0.75rem 0.85rem calc(0.75rem + env(safe-area-inset-bottom));
    box-shadow: 0 -16px 38px rgba(70, 48, 58, 0.12);
    opacity: 1;
    transform: translateY(0);
    transition:
      opacity 0.24s ease,
      transform 0.24s ease;
  }

  .yatsin-mobile-cart-bar.yatsin-mobile-cart-bar--footer-visible {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 1rem));
  }

  .woocommerce-cart main#content {
    padding-bottom: 6.25rem !important;
  }

  .woocommerce-cart .yatsin-cart-page {
    padding-bottom: 5.5rem !important;
  }

  .woocommerce-cart .yatsin-mobile-checkout-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: block;
    border-top: 1px solid rgba(70, 48, 58, 0.1);
    background: rgba(255, 255, 255, 0.96);
    padding: 0.75rem 0.85rem calc(0.75rem + env(safe-area-inset-bottom));
    box-shadow: 0 -16px 38px rgba(70, 48, 58, 0.12);
    backdrop-filter: blur(14px);
  }

  .woocommerce-cart .yatsin-mobile-checkout-bar__button {
    display: flex;
    width: min(100%, 34rem);
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(
      135deg,
      var(--rainbo-berry, #46303a),
      var(--rainbo-rose, #eb9c9c)
    );
    color: #fff !important;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    font-weight: 950;
    line-height: 1.55;
    text-align: center;
    box-shadow: 0 14px 30px rgba(70, 48, 58, 0.18);
  }

  .yatsin-mobile-cart-bar__inner {
    display: grid;
    grid-template-columns: minmax(6.2rem, 0.34fr) minmax(0, 1fr);
    gap: 0.65rem;
    max-width: 34rem;
    margin-inline: auto;
  }

  .yatsin-mobile-cart-qty {
    display: grid;
    grid-template-columns: 2rem minmax(2.1rem, 1fr) 2rem;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(235, 156, 156, 0.28);
    border-radius: 1rem;
    background: #fff8f5;
  }

  .yatsin-mobile-cart-qty button,
  .yatsin-mobile-cart-qty input {
    height: 3rem;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--rainbo-berry, #46303a);
    text-align: center;
    font-weight: 950;
    outline: none;
  }

  .yatsin-mobile-cart-qty input::-webkit-outer-spin-button,
  .yatsin-mobile-cart-qty input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }

  .yatsin-mobile-cart-submit {
    min-height: 3rem;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(
      135deg,
      var(--rainbo-berry, #46303a),
      var(--rainbo-rose, #eb9c9c)
    );
    color: #fff;
    padding: 0.7rem 1rem;
    font-weight: 950;
    box-shadow: 0 14px 30px rgba(70, 48, 58, 0.2);
  }

  .yatsin-mobile-cart-submit:disabled {
    cursor: not-allowed;
    opacity: 0.55;
  }

  .yatsin-mobile-cart-bar--solo .yatsin-mobile-cart-bar__inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

.single-product .yatsin-single-rating--after-cart .yatsin-rating svg path {
  fill: var(--rainbo-rose, #eb9c9c) !important;
}

.single-product
  .yatsin-single-rating--after-cart
  .yatsin-rating
  svg.opacity-100 {
  opacity: 1 !important;
}

.single-product
  .yatsin-single-rating--after-cart
  .yatsin-rating
  svg.opacity-25 {
  opacity: 0.48 !important;
}

.yatsin-related-products {
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 1.8rem 0.85rem 1.8rem 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 1rem;
  box-shadow: 0 22px 64px rgba(70, 48, 58, 0.1);
}

.yatsin-related-products h2 {
  margin-top: 0.7rem;
  color: var(--rainbo-berry, #46303a);
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1.55;
}

.yatsin-cart-recommendations {
  scroll-margin-top: 8rem;
}

.yatsin-cart-recommendations-cta {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(129, 149, 100, 0.28);
  background: linear-gradient(135deg, #819564 0%, #9aaa78 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(129, 149, 100, 0.22);
}

.yatsin-cart-recommendations-cta:hover,
.yatsin-cart-recommendations-cta:focus-visible {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #6f8155 0%, #819564 100%);
  color: #fff;
  box-shadow: 0 20px 40px rgba(129, 149, 100, 0.28);
}

.woocommerce-cart .yatsin-cart-head,
.woocommerce-cart .yatsin-cart-page > .mx-auto > div:first-child {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  margin-bottom: 1.5rem !important;
  text-align: right !important;
}

@media (max-width: 640px) {
  .woocommerce-cart .yatsin-cart-head,
  .woocommerce-cart .yatsin-cart-page > .mx-auto > div:first-child {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    margin-bottom: 1rem !important;
    text-align: center !important;
  }

  .yatsin-cart-head h1 {
    margin-top: 0.25rem !important;
    font-size: 1.25rem !important;
  }

  .yatsin-cart-head span {
    font-size: 0.78rem !important;
  }

  .yatsin-cart-recommendations-cta {
    width: 100%;
    max-width: 20rem;
    min-height: 2.75rem;
    padding: 0.62rem 1rem !important;
    font-size: 0.78rem !important;
  }
}

@media (min-width: 1024px) {
  .yatsin-related-products {
    padding: 1.35rem;
  }
}

@media (max-width: 640px) {
  .yatsin-related-products {
    margin-top: 1.5rem !important;
    padding: 0.75rem;
  }

  .yatsin-related-products h2 {
    font-size: 1.25rem;
  }
}

.yatsin-guide-cta {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--rainbo-berry, #46303a),
    var(--rainbo-rose, #eb9c9c)
  );
  color: #fff;
  padding: 0.78rem 1.15rem;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(70, 48, 58, 0.18);
}

.yatsin-guide-cta svg {
  transform: rotate(180deg);
}

.rainbo-cat-mega {
  right: max(-18rem, calc((100vw - 46rem) / -2)) !important;
  left: auto !important;
  width: min(44rem, calc(100vw - 2rem)) !important;
  max-height: min(68vh, 34rem);
  overflow: hidden !important;
  transform: translateY(0.8rem) scale(0.985);
}

.rainbo-desktop-cats:hover .rainbo-cat-mega,
.rainbo-desktop-cats:focus-within .rainbo-cat-mega {
  transform: translateY(0) scale(1) !important;
}

.rainbo-cat-mega__grid {
  display: none !important;
}

.rainbo-cat-mega__body {
  position: relative;
  display: block;
  height: min(54vh, 25rem);
  min-height: 19rem;
  padding: 0.75rem;
}

.rainbo-cat-mega__parents {
  display: grid;
  width: 13rem;
  max-height: 100%;
  align-content: start;
  gap: 0.35rem;
  overflow-y: auto;
  padding-left: 0.35rem;
}

.rainbo-cat-mega__group {
  display: block;
}

.rainbo-cat-mega__parent {
  display: grid !important;
  grid-template-columns: 1.4rem minmax(0, 1fr) auto 0.9rem;
  min-height: 2.7rem !important;
  align-items: center;
  gap: 0.35rem !important;
  border-radius: 0.85rem !important;
  padding: 0.5rem 0.6rem !important;
}

.rainbo-cat-mega__parent em,
.rainbo-cat-mega__parent span,
.rainbo-cat-mega__parent small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rainbo-cat-mega__parent span {
  font-size: 0.84rem !important;
}

.rainbo-cat-mega__parent small {
  font-size: 0.64rem !important;
}

.rainbo-cat-mega__parent svg {
  width: 0.82rem;
  height: 0.82rem;
  opacity: 0.75;
}

.rainbo-cat-mega__children {
  position: absolute;
  inset: 0.75rem 14.1rem 0.75rem 0.75rem;
  display: none;
  max-height: calc(100% - 1.5rem);
  overflow-y: auto;
  border: 1px solid rgba(70, 48, 58, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.65rem;
}

.rainbo-cat-mega__group.is-active .rainbo-cat-mega__children,
.rainbo-cat-mega__group:hover .rainbo-cat-mega__children,
.rainbo-cat-mega__group:focus-within .rainbo-cat-mega__children {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.rainbo-cat-mega__body:has(.rainbo-cat-mega__group:hover)
  .rainbo-cat-mega__group.is-active:not(:hover)
  .rainbo-cat-mega__children,
.rainbo-cat-mega__body:has(.rainbo-cat-mega__group:focus-within)
  .rainbo-cat-mega__group.is-active:not(:focus-within)
  .rainbo-cat-mega__children {
  display: none;
}

.rainbo-cat-mega__group:hover .rainbo-cat-mega__parent,
.rainbo-cat-mega__group:focus-within .rainbo-cat-mega__parent,
.rainbo-cat-mega__group.is-active .rainbo-cat-mega__parent {
  border-color: rgba(235, 156, 156, 0.34);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 241, 239, 0.9)
  );
}

.rainbo-cat-mega__all {
  display: grid !important;
  min-height: auto !important;
  gap: 0.25rem !important;
  border-color: rgba(235, 156, 156, 0.22) !important;
  background: linear-gradient(
    135deg,
    rgba(255, 241, 239, 0.88),
    rgba(255, 255, 255, 0.95)
  ) !important;
}

.rainbo-cat-mega__all strong {
  color: var(--rainbo-berry, #46303a);
  font-size: 0.92rem;
  font-weight: 950;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rainbo-cat-mega__all span {
  color: rgba(70, 48, 58, 0.58) !important;
  font-size: 0.72rem !important;
}

.rainbo-cat-mega__child-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
}

.rainbo-cat-mega__child-grid a {
  min-height: 3rem !important;
  align-content: center;
  gap: 0.12rem !important;
  border-radius: 0.85rem !important;
  padding: 0.55rem 0.65rem !important;
}

.rainbo-cat-mega__child-grid a span,
.rainbo-cat-mega__child-grid a small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rainbo-cat-mega__child-grid a span {
  font-size: 0.82rem !important;
}

.rainbo-cat-mega__child-grid a small {
  font-size: 0.64rem !important;
}

.rainbo-cat-mega__product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rainbo-cat-mega__product {
  min-height: 3.8rem !important;
}

.rainbo-cat-mega__product small {
  color: rgba(155, 167, 122, 0.86) !important;
}

.rainbo-cat-mega__grandchild {
  margin-inline-start: 0.6rem;
  background: rgba(255, 255, 255, 0.52) !important;
}

.rainbo-cat-mega__empty {
  display: none !important;
}

.rainbo-mobile-cats__panel > a {
  display: none !important;
}

.rainbo-mobile-cat-tree {
  display: grid;
  gap: 0.42rem;
}

.rainbo-mobile-cat-group {
  border: 1px solid rgba(235, 156, 156, 0.2);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.28rem;
}

.rainbo-mobile-cat-row {
  display: flex;
  align-items: stretch;
  gap: 0.32rem;
}

.rainbo-mobile-cat-parent {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 0.5rem;
  margin: 0 !important;
  min-width: 0;
  min-height: 2.35rem;
  border-radius: 0.72rem !important;
  background: rgba(255, 241, 239, 0.78);
  color: var(--rainbo-berry, #46303a) !important;
  font-weight: 950;
  padding: 0.5rem 0.65rem !important;
}

.rainbo-mobile-cat-parent span,
.rainbo-mobile-cat-parent small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rainbo-mobile-cat-parent small {
  color: rgba(70, 48, 58, 0.55);
  font-size: 0.64rem;
}

.rainbo-mobile-cat-parent.is-open,
.rainbo-mobile-cat-row--child a.is-open {
  background: rgba(184, 121, 127, 0.12) !important;
  color: var(--primary-dark) !important;
}

.rainbo-mobile-cat-toggle {
  display: grid;
  width: 2.35rem;
  min-width: 2.35rem;
  place-items: center;
  border: 1px solid rgba(235, 156, 156, 0.22);
  border-radius: 0.72rem;
  background: rgba(255, 241, 239, 0.86);
  color: var(--rainbo-berry, #46303a);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.rainbo-mobile-cat-toggle svg {
  transition: transform 0.2s ease;
}

.rainbo-mobile-cat-toggle.is-open,
.rainbo-mobile-cat-group.is-open
  > .rainbo-mobile-cat-row
  .rainbo-mobile-cat-toggle,
.rainbo-mobile-cat-child-group.is-open
  > .rainbo-mobile-cat-row
  .rainbo-mobile-cat-toggle {
  background: rgba(184, 121, 127, 0.12);
  color: var(--primary-dark);
}

.rainbo-mobile-cat-toggle.is-open svg,
.rainbo-mobile-cat-group.is-open
  > .rainbo-mobile-cat-row
  .rainbo-mobile-cat-toggle
  svg,
.rainbo-mobile-cat-child-group.is-open
  > .rainbo-mobile-cat-row
  .rainbo-mobile-cat-toggle
  svg {
  transform: rotate(180deg);
}

.rainbo-mobile-cat-children,
.rainbo-mobile-cat-grandchildren {
  display: none;
  gap: 0.25rem;
  padding: 0.32rem 0.46rem 0.18rem 0;
}

.rainbo-mobile-cat-children.is-open,
.rainbo-mobile-cat-grandchildren.is-open {
  display: grid;
}

.rainbo-mobile-cat-child-group {
  display: grid;
  gap: 0.2rem;
}

.rainbo-mobile-cat-children a,
.rainbo-mobile-cat-grandchildren a {
  flex: 1 1 auto;
  margin: 0 !important;
  min-width: 0;
  padding: 0.44rem 0.58rem !important;
  color: var(--dark) !important;
  font-size: 0.8rem;
}

.rainbo-mobile-cat-grandchildren {
  padding-right: 0.78rem;
}

.rainbo-mobile-cat-grandchildren a {
  color: var(--gray-dark) !important;
  font-size: 0.76rem;
}

.rainbo-mobile-cat-children a.rainbo-mobile-cat-all,
.rainbo-mobile-cat-grandchildren a.rainbo-mobile-cat-all {
  border-color: rgba(155, 167, 122, 0.2) !important;
  background: rgba(155, 167, 122, 0.12) !important;
  color: var(--primary-dark) !important;
  font-size: 0.76rem;
  font-weight: 950;
}

.rainbo-mobile-cats__panel.is-open {
  max-height: min(70dvh, 42rem) !important;
  overflow-y: auto;
  padding-left: 0.15rem;
}

.rainbo-cat-mega__head {
  padding: 0.8rem 0.95rem !important;
}

.rainbo-cat-mega__head strong {
  font-size: 0.9rem !important;
}

.rainbo-cat-mega__head span {
  font-size: 0.74rem !important;
  line-height: 1.7;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .rainbo-cat-mega {
    right: max(-16rem, calc((100vw - 40rem) / -2)) !important;
    width: min(40rem, calc(100vw - 1.25rem)) !important;
  }

  .rainbo-cat-mega__parents {
    width: 12.5rem;
  }

  .rainbo-cat-mega__children {
    inset-inline-end: 13.5rem;
  }

  .rainbo-cat-mega__child-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.yatsin-shop-products-grid,
.rainbo-product-slider .swiper-wrapper,
.home-products-swiper .swiper-wrapper {
  align-items: stretch !important;
}

.rainbo-product-slider .swiper-slide,
.home-products-swiper .swiper-slide {
  height: auto !important;
}

.yatsin-shop-products-grid .yatsin-product-card,
.rainbo-product-slider .yatsin-product-card,
.home-products-swiper .yatsin-product-card,
.rainbo-related-products .yatsin-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.yatsin-product-card > a:first-of-type,
.yatsin-product-card__media {
  flex: 0 0 auto !important;
}

.yatsin-product-card > div.space-y-3 {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-height: 15.2rem !important;
}

.yatsin-product-card > div.space-y-3 > span:first-child {
  min-height: 1.05rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yatsin-product-card h3 {
  display: block !important;
  min-height: 3.05rem !important;
  max-height: 3.05rem !important;
  overflow: unset !important;
  -webkit-box-orient: unset !important;
  -webkit-line-clamp: unset !important;
}

.yatsin-product-card .flex.items-center.justify-between {
  display: grid !important;
  min-height: 3.2rem !important;
  align-items: center !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  gap: 0.55rem !important;
  direction: ltr;
}

.yatsin-product-card .yatsin-rating {
  justify-self: start !important;
}

.yatsin-product-card .yatsin-product-price {
  box-sizing: border-box !important;
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 2.55rem !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: stretch !important;
  flex: initial !important;
  flex-wrap: nowrap !important;
  gap: 0.22rem !important;
  direction: rtl;
  white-space: nowrap !important;
}

.yatsin-product-card .yatsin-product-price del,
.yatsin-product-card .yatsin-product-price ins,
.yatsin-product-card .yatsin-product-price .amount,
.yatsin-product-card .yatsin-product-price bdi {
  display: inline-flex !important;
  align-items: baseline !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.yatsin-product-card .ajax_add_to_cart {
  width: 100% !important;
  min-height: 3.15rem !important;
  margin-top: auto !important;
}

@media (max-width: 640px) {
  .yatsin-product-card > div.space-y-3 {
    min-height: 12.9rem !important;
  }

  .yatsin-product-card .flex.items-center.justify-between {
    min-height: 3rem !important;
    gap: 0.35rem !important;
  }

  .yatsin-product-card .yatsin-rating svg {
    width: 0.66rem !important;
    height: 0.66rem !important;
  }

  .yatsin-product-card .yatsin-product-price {
    min-height: 2.4rem !important;
    padding-inline: 0.35rem !important;
  }

  .yatsin-product-card .yatsin-product-price,
  .yatsin-product-card .yatsin-product-price .amount,
  .yatsin-product-card .yatsin-product-price bdi {
    font-size: 0.68rem !important;
  }

  .yatsin-product-card .yatsin-product-price del,
  .yatsin-product-card .yatsin-product-price del .amount,
  .yatsin-product-card .yatsin-product-price del bdi {
    font-size: 0.58rem !important;
  }
}

.yatsin-product-card .yatsin-product-card__category {
  position: absolute;
  top: 0.82rem;
  left: 0.82rem;
  z-index: 12;
  display: inline-flex;
  max-width: min(58%, 10rem);
  min-height: 1.85rem !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(111, 123, 85, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(70, 48, 58, 0.1);
  color: var(--primary-dark) !important;
  padding: 0.32rem 0.66rem;
  backdrop-filter: blur(10px);
  font-size: 0.68rem !important;
  line-height: 1.35 !important;
  text-overflow: ellipsis;
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    transform 0.2s var(--ease);
  white-space: nowrap;
}

.yatsin-product-card .yatsin-product-card__category:hover {
  background: rgba(255, 255, 255, 0.96);
  color: var(--rainbo-berry) !important;
  transform: translateY(-1px);
}

.yatsin-product-card .yatsin-product-price {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0.12rem 0 0.8rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  justify-content: flex-start !important;
  justify-self: auto !important;
  text-align: right !important;
}

.yatsin-product-card h3 + .yatsin-product-price {
  margin-top: 0.12rem !important;
}

.yatsin-shop-products-grid .yatsin-product-card,
.rainbo-product-slider .yatsin-product-card,
.home-products-swiper .yatsin-product-card,
.rainbo-related-products .yatsin-product-card {
  height: auto !important;
}

.yatsin-product-card > div.space-y-3 {
  flex: 0 0 auto !important;
  min-height: 0 !important;
}

.yatsin-product-card > div.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.45rem !important;
}

.yatsin-product-card h3 {
  min-height: 2.55rem !important;
  max-height: 3.5rem !important;
}

.yatsin-product-card .ajax_add_to_cart {
  margin-top: 0.35rem !important;
}

.yatsin-product-card__media {
  position: relative;
  isolation: isolate;
}

.yatsin-product-card__media-link {
  position: relative;
  z-index: 1;
}

.yatsin-product-card__media-link img {
  display: block;
}

.yatsin-product-card__gallery {
  position: absolute;
  bottom: 0.55rem;
  left: 0.55rem;
  z-index: 14;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.yatsin-product-card__gallery button {
  display: grid;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.84);
  padding: 0;
  box-shadow: 0 10px 24px rgba(70, 48, 58, 0.18);
  cursor: zoom-in;
  transition:
    border-color 0.2s var(--ease),
    transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}
a.yatsin-product-card__category.text-xs.font-bold.text-primary {
  margin-top: 0 !important;
  font-size: 12px !important;
  margin: 0 !important;
}
.yatsin-product-card__gallery button:hover,
.yatsin-product-card__gallery button:focus-visible {
  border-color: var(--rainbo-rose, #eb9c9c);
  box-shadow: 0 14px 30px rgba(70, 48, 58, 0.24);
  transform: translateY(-1px);
}

.yatsin-product-card__gallery button:focus-visible {
  outline: 2px solid rgba(235, 156, 156, 0.5);
  outline-offset: 2px;
}

.yatsin-product-card__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yatsin-product-card__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  margin-top: 0.7rem !important;
}

.yatsin-product-card__features span {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(235, 156, 156, 0.16);
  border-radius: 0.8rem;
  background: rgba(255, 248, 245, 0.68);
  padding: 0.38rem 0.5rem;
  color: var(--gray-dark);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.55;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yatsin-product-card__features b {
  margin-left: 0.2rem;
  color: var(--primary-dark);
  font-weight: 950;
}

main#content {
  padding-top: 104px !important;
}

.yatsin-rankmath-breadcrumb--hero .rank-math-breadcrumb p,
.yatsin-rankmath-breadcrumb--hero > p {
  justify-content: center !important;
  text-align: center;
}

.yatsin-rankmath-breadcrumb--dark {
  color: rgba(47, 48, 40, 0.72) !important;
  text-shadow: none !important;
}

.yatsin-rankmath-breadcrumb--dark a,
.yatsin-rankmath-breadcrumb--dark .last {
  color: var(--dark) !important;
}

.yatsin-rankmath-breadcrumb--dark .separator {
  color: rgba(47, 48, 40, 0.45) !important;
}

.yatsin-rankmath-breadcrumb--inline,
.yatsin-rankmath-breadcrumb--post {
  margin-bottom: 0.75rem;
  padding: 0 !important;
  font-size: 0.78rem;
}

.yatsin-rankmath-breadcrumb--inline {
  color: var(--gray-dark);
}

.yatsin-rankmath-breadcrumb--inline a,
.yatsin-rankmath-breadcrumb--inline .last {
  color: var(--primary-dark);
}

.yatsin-rankmath-breadcrumb--post {
  color: rgba(255, 255, 255, 0.72);
}

.yatsin-rankmath-breadcrumb--post a,
.yatsin-rankmath-breadcrumb--post .last {
  color: #fff;
}

.rainbo-about-hero .yatsin-rankmath-breadcrumb--hero {
  direction: rtl;
}

.rainbo-about-hero .yatsin-rankmath-breadcrumb--hero .rank-math-breadcrumb p,
.rainbo-about-hero .yatsin-rankmath-breadcrumb--hero > p {
  justify-content: flex-start !important;
  text-align: right;
}

.single-product
  .yatsin-product-summary-card
  .yatsin-rankmath-breadcrumb--inline {
  margin-top: 1.45rem;
  margin-bottom: 0.18rem;
}

.single-product .yatsin-product-summary-card .yatsin-product-title {
  width: 100%;
  max-width: none !important;
  margin-top: 0.2rem !important;
}

.single-product .yatsin-product-summary-card .yatsin-single-rating--top {
  margin-top: 1.15rem;
}

.rainbo-seo-content {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(235, 156, 156, 0.2);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 12% 0,
      rgba(235, 156, 156, 0.12),
      transparent 18rem
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 245, 0.9));
  padding: 1.35rem;
  box-shadow: 0 18px 46px rgba(70, 48, 58, 0.08);
}

.rainbo-seo-content::before {
  content: "";
  position: absolute;
  inset-inline: 1.5rem;
  top: 0;
  height: 0.22rem;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--rainbo-rose), var(--rainbo-sage));
}

.rainbo-seo-content__body {
  position: relative;
  z-index: 1;
  color: var(--gray-dark);
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.15;
}

.rainbo-seo-content__body > :first-child {
  margin-top: 0;
}

.rainbo-seo-content__body > :last-child {
  margin-bottom: 0;
}

.rainbo-seo-content__body h2,
.rainbo-seo-content__body h3,
.rainbo-seo-content__body h4 {
  color: var(--dark);
  font-weight: 950;
  line-height: 1.7;
}

.rainbo-search-heading {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  text-align: center;
}

.rainbo-search-heading span,
.rainbo-search-section__title span {
  display: inline-flex;
  width: 3.6rem;
  height: 0.3rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rainbo-rose), var(--rainbo-sage));
  box-shadow: 0 10px 24px rgba(235, 156, 156, 0.22);
}

.rainbo-search-heading h1 {
  color: var(--dark);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 950;
  line-height: 1.45;
}

.rainbo-search-section {
  margin-top: 2.25rem;
}

.rainbo-search-section__title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.rainbo-search-section__title h2 {
  color: var(--dark);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
  font-weight: 950;
  line-height: 1.5;
}

.rainbo-search-empty {
  margin-top: 2rem;
}

@media (max-width: 640px) {
  .yatsin-product-card .yatsin-product-price,
  .yatsin-product-card .yatsin-product-price .amount,
  .yatsin-product-card .yatsin-product-price bdi {
    font-size: 0.92rem !important;
    line-height: 1.55 !important;
  }
  span.yatsin-sale-badge {
    font-size: 13px !important;
  }
  .yatsin-product-card .yatsin-product-price del,
  .yatsin-product-card .yatsin-product-price del .amount,
  .yatsin-product-card .yatsin-product-price del bdi {
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
  }

  .rainbo-product-slider {
    position: relative;
    overflow: visible;
    padding-inline: 2.85rem;
  }

  .rainbo-slider-controls {
    position: absolute;
    inset: 0 0 auto 0;
    top: 47%;
    z-index: 8;
    display: flex !important;
    justify-content: space-between;
    margin-top: 0 !important;
    padding-inline: 0.15rem;
    pointer-events: none;
    transform: translateY(-50%);
  }

  .rainbo-slider-controls .rainbo-slider-btn {
    width: 2.45rem;
    height: 2.45rem;
    pointer-events: auto;
    box-shadow: 0 14px 30px rgba(70, 48, 58, 0.16);
  }

  .yatsin-site-logo img {
    height: 6rem !important;
    max-height: 6rem !important;
  }

  .yatsin-mobile-menu img[src*="rainbo-logo"] {
    height: 5.25rem !important;
    max-height: 5.25rem !important;
  }

  .rainbo-section--cats h2 {
    font-size: 1.45rem !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 640px) {
  .yatsin-product-card .yatsin-product-price {
    flex-wrap: wrap !important;
    gap: 0.08rem 0.3rem !important;
    min-height: 2.7rem !important;
    align-content: center !important;
  }

  .yatsin-product-card .yatsin-product-price,
  .yatsin-product-card .yatsin-product-price .amount,
  .yatsin-product-card .yatsin-product-price bdi {
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
  }

  .yatsin-product-card .yatsin-product-price del,
  .yatsin-product-card .yatsin-product-price del .amount,
  .yatsin-product-card .yatsin-product-price del bdi {
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
  }

  .rainbo-product-slider {
    padding-inline: 3.2rem !important;
  }

  .rainbo-slider-controls {
    inset-inline: 0.1rem !important;
    top: 48% !important;
    align-items: center !important;
  }

  .rainbo-slider-controls .rainbo-slider-btn {
    width: 2.65rem !important;
    height: 2.65rem !important;
  }

  .yatsin-site-logo img {
    height: 90px !important;
    max-height: 90px !important;
  }

  .yatsin-mobile-menu img[src*="rainbo-logo"] {
    height: 6.35rem !important;
    max-height: 6.35rem !important;
  }

  .rainbo-section--cats h2 {
    font-size: 1.18rem !important;
    line-height: 1.6 !important;
  }

  .rainbo-section--cats .rainbo-category-card {
    min-height: 11.5rem !important;
    border-radius: 1.25rem 0.65rem 1.25rem 0.65rem !important;
  }

  .rainbo-section--cats .rainbo-category-card::before {
    inset: 0.45rem !important;
    border-radius: 0.9rem 0.45rem 0.9rem 0.45rem !important;
  }

  .rainbo-section--cats .rainbo-category-card span {
    right: 0.65rem !important;
    bottom: 0.65rem !important;
    max-width: calc(100% - 1.3rem);
    padding: 0.45rem 0.62rem !important;
    font-size: 0.72rem !important;
    line-height: 1.55 !important;
    text-align: center;
    white-space: normal;
  }

  .single-product .yatsin-related-products .grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

.rainbo-slider-controls .home-products-pagination {
  display: none !important;
}

.rainbo-section--cats {
  isolation: isolate;
}

.rainbo-category-products__group + .rainbo-category-products__group {
  margin-top: clamp(4rem, 6vw, 5.5rem) !important;
  padding-top: 0.35rem;
}

@media (max-width: 768px) {
  .rainbo-section--cats {
    overflow: visible;
  }

  .rainbo-section--cats::before {
    inset: 0.35rem 0.2rem !important;
    border-radius: 2rem !important;
  }

  .rainbo-section--cats > .mx-auto {
    padding-inline: 1.65rem !important;
  }

  .rainbo-section--cats .rainbo-mini-link {
    width: min(100%, 22rem);
    align-self: center;
  }

  .rainbo-home-popular {
    padding-bottom: 1rem !important;
  }

  .rainbo-home-popular + .rainbo-lookbook {
    padding-top: 0.85rem !important;
  }

  .rainbo-category-products {
    padding-top: 2.25rem !important;
  }

  .rainbo-category-products__group + .rainbo-category-products__group {
    margin-top: 4.75rem !important;
    padding-top: 0.5rem;
  }

  .rainbo-category-products__group .mb-8 {
    margin-bottom: 1.55rem !important;
  }
}

.rainbo-shop-toolbar {
  min-height: 6rem;
  align-items: center !important;
  padding: 1.25rem 1.5rem !important;
}

.rainbo-shop-toolbar__meta {
  display: grid;
  min-width: 13rem;
  gap: 0.55rem;
  justify-items: center;
  text-align: center;
}

.rainbo-shop-toolbar__kicker {
  display: block;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.7;
}

.rainbo-shop-toolbar__count {
  color: var(--gray-dark);
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.8;
}

.rainbo-shop-toolbar__count .woocommerce-result-count {
  display: block !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  box-shadow: none !important;
}

.rainbo-shop-toolbar__sort {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .rainbo-shop-toolbar {
    padding: 1rem !important;
  }

  .rainbo-shop-toolbar__meta,
  .rainbo-shop-toolbar__sort {
    width: 100%;
  }
}

.single-product .yatsin-single-rating--after-cart {
  display: none !important;
}

.yatsin-product-usage-badges {
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.48rem;
  margin-bottom: 0.85rem;
  max-width: 100%;
  overflow: visible;
  z-index: 1;
}

.yatsin-product-usage-badges strong {
  flex: 0 0 auto;
  color: #6f4a55;
  font-size: 0.82rem;
  font-weight: 950;
  white-space: nowrap;
}

.yatsin-product-usage-badges a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 2.1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(235, 156, 156, 0.34);
  border-radius: 999px;
  background: rgba(255, 250, 248, 0.92);
  padding: 0.42rem 0.76rem;
  color: #c57f86;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.5;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(70, 48, 58, 0.06);
  transition:
    background 0.2s var(--ease),
    border-color 0.2s var(--ease),
    color 0.2s var(--ease),
    transform 0.2s var(--ease);
}

.yatsin-product-usage-badges a:hover {
  border-color: rgba(235, 156, 156, 0.62);
  background: linear-gradient(135deg, #6f4a55, #eb9c9c);
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .yatsin-product-usage-badges {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .yatsin-product-usage-badges::-webkit-scrollbar {
    display: none;
  }
}

.single-product .yatsin-product-quick-attributes {
  gap: 0.6rem !important;
}

.single-product .yatsin-product-quick-attributes > div {
  min-height: auto !important;
  border-radius: 0.95rem !important;
  padding: 0.65rem 0.75rem !important;
}

.single-product .yatsin-product-quick-attributes > div::after {
  width: 3.1rem !important;
  height: 3.1rem !important;
  opacity: 0.72;
}

.single-product .yatsin-product-quick-attributes span {
  font-size: 0.64rem !important;
  line-height: 1.45 !important;
}

.single-product .yatsin-product-quick-attributes strong {
  margin-top: 0.25rem !important;
  font-size: 0.78rem !important;
  line-height: 1.65 !important;
}

.rainbo-product-trust {
  direction: rtl;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(70, 48, 58, 0.08);
  border-radius: 1.15rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.92),
    rgba(255, 248, 245, 0.74)
  );
}

.rainbo-product-trust__item {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  padding: 0.85rem;
  text-align: right;
}

.rainbo-product-trust__item:nth-child(odd) {
  border-left: 1px solid rgba(70, 48, 58, 0.07);
}

.rainbo-product-trust__item:nth-child(n + 3) {
  border-top: 1px solid rgba(70, 48, 58, 0.07);
}

.rainbo-product-trust__item > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(235, 156, 156, 0.13);
  color: var(--rainbo-berry, #46303a);
}

.rainbo-product-trust__item strong {
  display: block;
  color: var(--dark);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.65;
}

.rainbo-product-trust__item p {
  margin: 0.1rem 0 0;
  color: var(--gray-dark);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.8;
  text-align: right;
}

.rainbo-product-trust__item a {
  color: var(--primary-dark);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(155, 167, 122, 0.45);
  text-underline-offset: 0.18rem;
}

@media (min-width: 641px) {
  .single-product .yatsin-product-quick-attributes {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .rainbo-product-trust {
    grid-template-columns: minmax(0, 1fr);
  }

  .rainbo-product-trust__item {
    grid-template-columns: 1.9rem minmax(0, 1fr);
    padding: 0.78rem;
  }

  .rainbo-product-trust__item:nth-child(odd) {
    border-left: 0;
  }

  .rainbo-product-trust__item:nth-child(n + 2) {
    border-top: 1px solid rgba(70, 48, 58, 0.07);
  }
}

.rainbo-product-trust--mobile {
  display: none;
}

.rainbo-single-sale-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
  display: inline-flex;
  min-height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--rainbo-berry, #46303a),
    var(--rainbo-rose, #eb9c9c)
  );
  color: #fff;
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.35;
  box-shadow: 0 14px 34px rgba(70, 48, 58, 0.22);
}

@media (max-width: 768px) {
  .rainbo-product-trust--desktop {
    display: none !important;
  }

  .rainbo-product-trust--mobile {
    display: grid !important;
  }

  .single-product .yatsin-product-cart form.cart:not(.variations_form),
  .single-product .yatsin-product-cart .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: minmax(5.6rem, 0.34fr) minmax(0, 1fr) !important;
    gap: 0.6rem !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  .single-product .yatsin-product-cart form.cart.variations_form {
    display: block !important;
  }

  .single-product .yatsin-product-cart .quantity {
    width: 100% !important;
    min-width: 0 !important;
  }

  .single-product .yatsin-product-cart .quantity .qty {
    width: 100% !important;
    min-width: 0 !important;
  }

  .single-product .yatsin-product-cart .single_add_to_cart_button {
    width: auto !important;
    min-width: 0 !important;
    padding-inline: 0.75rem !important;
    white-space: normal !important;
  }

  .yatsin-mobile-cart-bar__inner {
    grid-template-columns: minmax(6.1rem, 0.35fr) minmax(0, 1fr) !important;
    align-items: center !important;
  }

  .yatsin-mobile-cart-submit {
    width: 100%;
    min-width: 0;
  }

  .rainbo-single-sale-badge {
    top: 0.75rem;
    right: 0.75rem;
    min-height: 2.15rem;
    padding: 0.38rem 0.7rem;
    font-size: 0.76rem;
  }
}

@media (min-width: 769px) {
  .rainbo-product-trust--desktop {
    display: grid !important;
    grid-column: 1;
    grid-row: 2;
    align-self: start !important;
    margin-top: 0 !important;
  }

  .single-product .rainbo-product-gallery {
    align-self: start !important;
    align-content: start !important;
    grid-auto-rows: max-content !important;
    row-gap: 0.85rem !important;
  }

  .single-product .rainbo-product-gallery .yatsin-product-main-image {
    grid-column: 1;
    grid-row: 1;
    align-self: start !important;
  }

  .single-product .rainbo-product-gallery .yatsin-product-thumbs-shell {
    grid-column: 2;
    grid-row: 1;
    align-self: start !important;
  }
}

@media (max-width: 768px) {
  .yatsin-cart-item .yatsin-cart-subtotal {
    display: none !important;
  }

  .yatsin-cart-item {
    grid-template-columns: 101px minmax(0, 1fr) !important;
    align-items: start !important;
  }

  .yatsin-cart-item > a:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .yatsin-cart-item > .min-w-0 {
    grid-column: 2 / -1;
    grid-row: 1;
  }

  .yatsin-cart-item > div:nth-last-child(-n + 3) {
    grid-column: auto !important;
  }

  .yatsin-cart-item .yatsin-cart-qty {
    grid-column: 2;
    grid-row: 2;
    width: min(100%, 11.25rem) !important;
    justify-self: end;
  }

  .yatsin-cart-item > div:last-child {
    position: absolute;
    left: 1.25rem;
    bottom: 1.45rem;
    grid-column: auto !important;
    grid-row: auto !important;
    align-self: auto;
    justify-self: auto;
  }
}

.yatsin-free-shipping-box {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.65rem;
  background:
    radial-gradient(
      circle at 12% 0,
      rgba(255, 255, 255, 0.5),
      transparent 9rem
    ),
    linear-gradient(
      135deg,
      rgba(70, 48, 58, 0.98),
      rgba(184, 121, 127, 0.94) 52%,
      rgba(155, 167, 122, 0.94)
    );
  padding: 1rem;
  color: #fff;
  box-shadow: 0 22px 56px rgba(70, 48, 58, 0.22);
}

.yatsin-free-shipping-box::before {
  content: "";
  position: absolute;
  inset: auto -12% -42% -12%;
  height: 5.5rem;
  background: rgba(255, 255, 255, 0.12);
  filter: blur(28px);
}

.yatsin-free-shipping-box__head,
.yatsin-free-shipping-box__meta,
.yatsin-free-shipping-box__cta {
  position: relative;
  z-index: 1;
}

.yatsin-free-shipping-box__head {
  display: grid;
  grid-template-columns: 2.65rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  direction: rtl;
  text-align: right;
}

.yatsin-free-shipping-box__head > span {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.yatsin-free-shipping-box__head strong {
  display: block;
  font-size: 16px;
  font-weight: 950;
  line-height: 1.75;
}

.yatsin-free-shipping-box__head p {
  margin: 0.18rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.9;
}

.yatsin-free-shipping-box__track {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 0.72rem;
  margin-top: 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 3px rgba(70, 48, 58, 0.22);
}

.yatsin-free-shipping-box__track span {
  display: block;
  width: var(--free-shipping-progress, 0%);
  min-width: 0.75rem;
  max-width: 100%;
  height: 100%;
  border-radius: inherit;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.92),
      rgba(255, 213, 213, 0.95)
    ),
    repeating-linear-gradient(
      45deg,
      transparent 0 8px,
      rgba(70, 48, 58, 0.1) 8px 14px
    );
  box-shadow: 0 8px 22px rgba(255, 255, 255, 0.26);
}

.yatsin-free-shipping-box__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 900;
}

.yatsin-free-shipping-box__cta {
  display: flex;
  min-height: 2.85rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.95rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  color: var(--rainbo-berry, #46303a);
  font-size: 0.85rem;
  font-weight: 950;
  transition:
    transform 0.2s var(--ease),
    background 0.2s var(--ease),
    color 0.2s var(--ease);
}

.yatsin-free-shipping-box__cta:hover {
  background: #fff;
  color: var(--primary-dark);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .yatsin-free-shipping-box {
    border-radius: 1.35rem;
    padding: 0.9rem;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .yatsin-cart-page h1 {
    font-size: 22px !important;
    line-height: 1.65 !important;
  }

  .woocommerce-cart .yatsin-return-shop {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }

  .woocommerce-cart .yatsin-cart-item .yatsin-cart-qty {
    width: clamp(12.5rem, 58vw, 14rem) !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }

  .woocommerce-cart .yatsin-cart-item > div:last-child {
    left: 0.75rem !important;
  }
}

.single-product .yatsin-product-cart form.cart.variations_form {
  display: grid !important;
  gap: 1rem !important;
}

.single-product .yatsin-product-cart form.cart table.variations,
.single-product .yatsin-product-cart form.cart table.variations tbody,
.single-product .yatsin-product-cart form.cart table.variations tr,
.single-product .yatsin-product-cart form.cart table.variations th,
.single-product .yatsin-product-cart form.cart table.variations td {
  display: block !important;
  width: 100% !important;
  border: 0 !important;
  padding: 0 !important;
}

.single-product .yatsin-product-cart form.cart table.variations tr {
  display: grid !important;
  gap: 0.65rem !important;
  margin-bottom: 0.9rem !important;
}

.single-product .yatsin-product-cart form.cart table.variations .label label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--rainbo-berry, #46303a);
  font-size: 0.86rem;
  font-weight: 950;
}

.single-product
  .yatsin-product-cart
  form.cart
  table.variations
  .label
  label::after {
  content: "را انتخاب کنید";
  color: rgb(70 48 58);
  font-size: 0.8rem;
  font-weight: 850;
  margin-right: -7px;
}

.single-product .yatsin-product-cart .woo-selected-variation-item-name {
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.single-product .yatsin-product-cart .yatsin-variation-inline-notice {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  margin: 0 0 0.55rem !important;
  border: 1px solid rgba(235, 156, 156, 0.3);
  border-radius: 0.85rem;
  background: rgba(255, 248, 245, 0.94);
  color: var(--rainbo-berry, #46303a);
  padding: 0.52rem 0.75rem;
  box-shadow: 0 10px 24px rgba(70, 48, 58, 0.08);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.8;
}

.single-product .yatsin-product-cart .variable-items-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.55rem !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-product .yatsin-product-cart .variable-item.color-variable-item {
  position: relative;
  width: 2.65rem !important;
  height: 2.65rem !important;
  margin: 0 !important;
  border: 1px solid rgba(70, 48, 58, 0.1) !important;
  border-radius: 999px !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 248, 245, 0.86)
  ) !important;
  box-shadow: 0 10px 24px rgba(70, 48, 58, 0.08) !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.single-product .yatsin-product-cart .variable-item.color-variable-item:hover,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item:focus-visible,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.selected,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item[aria-checked="true"] {
  border-color: rgba(235, 156, 156, 0.72) !important;
  box-shadow:
    0 0 0 4px rgba(235, 156, 156, 0.14),
    0 14px 30px rgba(70, 48, 58, 0.12) !important;
  transform: translateY(-1px);
}
.yatsin-live-search.is-open {
  padding-bottom: 31px;
}
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item
  .variable-item-contents {
  display: grid !important;
  width: 100% !important;
  height: 100% !important;
  place-items: center !important;
  padding: 0 !important;
}

.single-product .yatsin-product-cart .variable-item-span-color {
  width: 1.65rem !important;
  height: 1.65rem !important;
  border: 2px solid rgba(255, 255, 255, 0.92) !important;
  border-radius: 999px !important;
  box-shadow:
    inset 0 0 0 1px rgba(70, 48, 58, 0.12),
    0 5px 12px rgba(70, 48, 58, 0.14) !important;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item.selected:not(
    .no-stock
  )
  .variable-item-contents:before {
  display: none !important;
}

.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.disabled,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.no-stock,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.out-of-stock,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item[aria-disabled="true"] {
  opacity: 0.56 !important;
  cursor: not-allowed !important;
  overflow: hidden;
}

.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.disabled::before,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.disabled::after,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.no-stock::before,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.no-stock::after,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.out-of-stock::before,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.out-of-stock::after,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item[aria-disabled="true"]::before,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item[aria-disabled="true"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 6;
  width: 135%;
  height: 2px;
  border-radius: 999px;
  background: rgba(70, 48, 58, 0.7);
  pointer-events: none;
}

.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.disabled::before,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.no-stock::before,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.out-of-stock::before,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item[aria-disabled="true"]::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.disabled::after,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.no-stock::after,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item.out-of-stock::after,
.single-product
  .yatsin-product-cart
  .variable-item.color-variable-item[aria-disabled="true"]::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.single-product .yatsin-product-cart .reset_variations {
  display: none !important;
  width: fit-content !important;
  min-height: 2rem;
  align-items: center;
  margin-top: 0.5rem !important;
  border: 1px solid rgba(235, 156, 156, 0.22);
  border-radius: 999px;
  background: rgba(255, 248, 245, 0.74);
  color: var(--rainbo-berry, #46303a) !important;
  padding: 0.25rem 0.7rem !important;
  font-size: 0.74rem;
  font-weight: 900;
}

.single-product .yatsin-product-cart .single_variation_wrap,
.single-product .yatsin-product-cart .woocommerce-variation-add-to-cart {
  min-width: 0 !important;
}

.single-product .yatsin-product-cart .woocommerce-variation-availability {
  margin-bottom: 0.75rem;
}

.single-product .yatsin-product-cart .woocommerce-variation-availability p {
  margin: 0;
}

.single-product .yatsin-product-cart form.cart:not(.variations_form),
.single-product .yatsin-product-cart .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: minmax(5.5rem, 0.28fr) minmax(0, 1fr) !important;
  gap: 0.65rem !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.single-product .yatsin-product-cart .quantity {
  width: 100% !important;
  min-width: 0 !important;
}

.single-product .yatsin-product-cart .quantity .qty {
  width: 100% !important;
  min-width: 0 !important;
}

.single-product .yatsin-product-cart .single_add_to_cart_button {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
}

.single-product .yatsin-product-cart .yatsin-selected-variation-image {
  display: block;
  width: min(300px, 100%);
  margin-top: 0.75rem;
  cursor: zoom-in;
  opacity: 0;
  transform: translateY(0.25rem);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.single-product
  .yatsin-product-cart
  .yatsin-selected-variation-image:focus-visible {
  outline: 3px solid rgba(235, 156, 156, 0.45);
  outline-offset: 0.24rem;
}

.single-product .yatsin-product-cart .yatsin-selected-variation-image[hidden] {
  display: none !important;
}

.single-product .yatsin-product-cart .yatsin-selected-variation-image.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.single-product .yatsin-product-cart .yatsin-selected-variation-image img {
  display: block;
  width: 300px;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  object-fit: cover;
}

@media (max-width: 420px) {
  .single-product .yatsin-product-cart form.cart:not(.variations_form),
  .single-product .yatsin-product-cart .woocommerce-variation-add-to-cart {
    grid-template-columns: minmax(4.75rem, 0.34fr) minmax(0, 1fr) !important;
  }

  .single-product .yatsin-product-cart .single_add_to_cart_button {
    padding-inline: 0.55rem !important;
    font-size: 0.82rem !important;
  }

  .single-product .yatsin-product-cart .yatsin-selected-variation-image img {
    width: min(300px, 100%);
  }
}

.yatsin-product-card .yatsin-product-card__view-product {
  width: 100% !important;
  min-height: 3.15rem !important;
  margin-top: 0.35rem !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #46303a, #eb9c9c) !important;
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(155, 167, 122, 0.2);
}

.yatsin-product-card .yatsin-product-card__view-product:hover {
  background: linear-gradient(
    135deg,
    var(--ink),
    var(--primary-deep)
  ) !important;
  color: #fff !important;
}

.single-product .yatsin-product-cart .single_add_to_cart_button.is-loading,
.single-product .yatsin-mobile-cart-submit.is-loading {
  cursor: wait !important;
  filter: saturate(0.9);
  opacity: 0.82;
}

.single-product .yatsin-mobile-cart-submit.is-disabled {
  opacity: 1;
}

[data-cart-link].is-bumping {
  animation: yatsin-cart-bump 0.62s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.yatsin-cart-flyer {
  position: fixed;
  z-index: 10050;
  width: 5.75rem;
  height: 5.75rem;
  pointer-events: none;
  border: 3px solid rgba(255, 255, 255, 0.94);
  border-radius: 1.35rem;
  background: linear-gradient(
    135deg,
    rgba(255, 248, 245, 0.9),
    rgba(235, 156, 156, 0.55)
  );
  background-position: center;
  background-size: cover;
  box-shadow: 0 26px 64px rgba(70, 48, 58, 0.34);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.96);
}

.yatsin-cart-flyer.is-flying {
  animation: yatsin-cart-fly 1.68s linear forwards;
}

.yatsin-variation-needed {
  animation: yatsin-soft-pulse 1.35s ease;
}

.yatsin-mini-cart-toast {
  position: fixed;
  top: calc(1rem + env(safe-area-inset-top));
  left: 50%;
  z-index: 10060;
  width: min(calc(100vw - 1.5rem), 27rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.05rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 248, 245, 0.94)
  );
  box-shadow: 0 18px 50px rgba(70, 48, 58, 0.18);
  opacity: 0;
  transform: translate(-50%, -0.75rem) scale(0.98);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}

.yatsin-mini-cart-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.yatsin-mini-cart-toast.is-hiding {
  opacity: 0;
  transform: translate(-50%, -0.65rem) scale(0.98);
}

.yatsin-mini-cart-toast-overlay {
  position: fixed;
  inset: 0;
  z-index: 10055;
  border: 0;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.24s ease;
}

.yatsin-mini-cart-toast-overlay.is-visible {
  opacity: 1;
}

.yatsin-mini-cart-toast-overlay.is-hiding {
  opacity: 0;
}

.yatsin-mini-cart-toast--modal {
  top: 50%;
  width: min(calc(100vw - 2rem), 28rem);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, calc(-50% + 0.8rem)) scale(0.96);
}

.yatsin-mini-cart-toast--modal.is-visible {
  transform: translate(-50%, -50%) scale(1);
}

.yatsin-mini-cart-toast--modal.is-hiding {
  transform: translate(-50%, calc(-50% - 0.5rem)) scale(0.96);
}

.yatsin-mini-cart-toast--modal .yatsin-mini-cart-toast__body {
  justify-items: center;
  padding: 1.3rem 1.4rem 1.1rem;
  text-align: center;
}

.yatsin-mini-cart-toast--modal .yatsin-mini-cart-toast__body strong,
.yatsin-mini-cart-toast--modal .yatsin-mini-cart-toast__body span {
  text-align: center;
}

.yatsin-mini-cart-toast--modal .yatsin-mini-cart-toast__actions {
  width: min(100%, 17rem);
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0.35rem;
  margin-top: 0.35rem;
}

.yatsin-mini-cart-toast--modal .yatsin-mini-cart-toast__action {
  width: 100%;
}

.yatsin-mini-cart-toast--modal .yatsin-mini-cart-toast__action--subtle {
  width: fit-content;
}

.yatsin-mini-cart-toast__body {
  display: grid;
  gap: 0.34rem;
  padding: 0.8rem 2.65rem 0.82rem 1rem;
  text-align: right;
}

.yatsin-mini-cart-toast__body strong {
  color: var(--rainbo-berry, #46303a);
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.55;
}

.yatsin-mini-cart-toast__body span {
  color: var(--gray-dark);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.7;
}

.yatsin-mini-cart-toast__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.15rem;
}

.yatsin-mini-cart-toast__action {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(70, 48, 58, 0.1);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--rainbo-berry, #46303a);
  padding: 0.45rem 0.58rem;
  font-size: 0.74rem;
  font-weight: 950;
  line-height: 1.45;
}

.yatsin-mini-cart-toast__action--primary {
  border-color: rgba(235, 156, 156, 0.45);
  background: linear-gradient(135deg, #6f4a55, #eb9c9c);
  color: #fff;
}

.yatsin-mini-cart-toast__action--subtle {
  min-height: auto;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: rgba(70, 48, 58, 0.72);
  padding-inline: 0.25rem;
  font-weight: 850;
}

.yatsin-mini-cart-toast__action--subtle:hover,
.yatsin-mini-cart-toast__action--subtle:focus-visible {
  color: var(--rainbo-berry, #46303a);
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.yatsin-mini-cart-toast__track {
  overflow: hidden;
  height: 0.32rem;
  border-radius: 999px;
  background: rgba(155, 167, 122, 0.14);
}

.yatsin-mini-cart-toast__track i {
  display: block;
  width: var(--toast-progress, 0%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    var(--primary-dark),
    var(--rainbo-rose, #eb9c9c)
  );
}

.yatsin-mini-cart-toast__close {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(235, 156, 156, 0.16);
  color: var(--rainbo-berry, #46303a);
  font-size: 1rem;
  font-weight: 950;
}

.yatsin-mini-cart-toast--modal .yatsin-mini-cart-toast__close {
  top: 0.8rem;
  right: 0.8rem;
}

.yatsin-mini-cart-toast--error .yatsin-mini-cart-toast__track i {
  width: 100% !important;
  background: linear-gradient(90deg, #b91c1c, var(--rainbo-rose, #eb9c9c));
}

body.admin-bar .yatsin-mini-cart-toast {
  top: calc(3rem + env(safe-area-inset-top));
}

body.admin-bar .yatsin-mini-cart-toast--modal {
  top: 50%;
}

@media (max-width: 782px) {
  body.admin-bar .yatsin-mini-cart-toast {
    top: calc(6.9rem + env(safe-area-inset-top));
  }

  body.admin-bar .yatsin-mini-cart-toast--modal {
    top: 50%;
  }
}

@keyframes yatsin-cart-fly {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--fly-x), var(--fly-y), 0) scale(0.34)
      rotate(8deg);
  }
}

@keyframes yatsin-cart-bump {
  0%,
  100% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.14) rotate(-5deg);
  }
  65% {
    transform: scale(0.96) rotate(4deg);
  }
}

@keyframes yatsin-soft-pulse {
  0%,
  100% {
    box-shadow: none;
  }
  35% {
    box-shadow: 0 0 0 5px rgba(235, 156, 156, 0.18);
  }
}

@media (prefers-reduced-motion: reduce) {
  .yatsin-cart-flyer,
  .yatsin-cart-flyer.is-flying,
  [data-cart-link].is-bumping,
  .yatsin-variation-needed {
    animation: none !important;
  }
}

.yatsin-header [data-search-form].yatsin-live-search-form {
  position: absolute;
}

.yatsin-mobile-search.yatsin-live-search-form {
  position: relative;
}

.yatsin-live-search {
  position: absolute;
  top: calc(100% + 0.6rem);
  right: 0;
  left: 0;
  z-index: 110;
  overflow: hidden;
  border: 1px solid rgba(235, 156, 156, 0.2);
  border-radius: 1.05rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 248, 245, 0.96)
  );
  box-shadow: 0 18px 48px rgba(70, 48, 58, 0.16);
  opacity: 0;
  transform: translateY(-0.3rem);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.yatsin-live-search.is-open {
  opacity: 1;
  transform: translateY(0);
}

.yatsin-live-search__list {
  display: grid;
  max-height: min(68vh, 26rem);
  overflow-y: auto;
  padding: 0.45rem;
}

.yatsin-live-search__item {
  display: grid !important;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  margin: 0 !important;
  border: 1px solid transparent !important;
  border-radius: 0.9rem !important;
  background: transparent !important;
  padding: 0.55rem !important;
  color: var(--dark) !important;
  box-shadow: none !important;
}

.yatsin-live-search__item:hover {
  border-color: rgba(235, 156, 156, 0.22) !important;
  background: rgba(255, 248, 245, 0.82) !important;
}

.yatsin-live-search__item img {
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.8rem;
  object-fit: cover;
  background: var(--gray-light);
}

.yatsin-live-search__info {
  display: grid;
  min-width: 0;
  gap: 0.18rem;
}

.yatsin-live-search__info small {
  color: var(--primary-dark);
  font-size: 0.68rem;
  font-weight: 950;
}

.yatsin-live-search__info strong {
  overflow: hidden;
  color: var(--rainbo-berry, #46303a);
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.65;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yatsin-live-search__info em {
  color: var(--dark);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
}

.yatsin-live-search__info em del {
  color: var(--gray-dark);
  font-size: 0.68rem;
  opacity: 0.72;
}

.yatsin-live-search__all,
.yatsin-live-search__empty,
.yatsin-live-search__loading {
  margin: 0.45rem !important;
  border-radius: 0.9rem !important;
  background: rgba(155, 167, 122, 0.1) !important;
  color: var(--primary-dark) !important;
  padding: 0.75rem !important;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 950;
}

.yatsin-live-search__loading {
  display: flex;
  min-height: 4.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.yatsin-live-search__loading span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--rainbo-rose, #eb9c9c);
  animation: yatsin-search-dot 0.9s ease-in-out infinite;
}

.yatsin-live-search__loading span:nth-child(2) {
  animation-delay: 0.12s;
}

.yatsin-live-search__loading span:nth-child(3) {
  animation-delay: 0.24s;
}

.yatsin-live-search__loading b {
  margin-right: 0.35rem;
  color: var(--rainbo-berry, #46303a);
  font-size: 0.78rem;
}

.yatsin-mobile-search .yatsin-live-search {
  position: static;
  margin-top: 0.55rem;
}

@media (max-width: 480px) {
  .yatsin-live-search__item {
    grid-template-columns: 3.7rem minmax(0, 1fr);
    gap: 0.55rem;
  }

  .yatsin-live-search__item img {
    width: 3.7rem;
    height: 3.7rem;
  }
}

@media (min-width: 769px) {
  .single-product main#content {
    padding-bottom: 5.8rem;
  }

  .single-product .yatsin-mobile-cart-bar {
    position: fixed;
    right: 50%;
    bottom: 0;
    left: auto;
    z-index: 90;
    display: block;
    width: min(64rem, calc(100vw - 2rem));
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-bottom: 0;
    border-radius: 1.35rem 1.35rem 0 0;
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 248, 245, 0.9)
    );
    padding: 0.72rem;
    box-shadow: 0 20px 58px rgba(70, 48, 58, 0.18);
    transform: translateX(50%);
    backdrop-filter: blur(16px);
    opacity: 1;
    transition:
      opacity 0.24s ease,
      transform 0.24s ease;
  }

  .single-product
    .yatsin-mobile-cart-bar.yatsin-mobile-cart-bar--footer-visible {
    opacity: 0;
    pointer-events: none;
    transform: translate(50%, calc(100% + 2rem));
  }

  .single-product .yatsin-mobile-cart-bar__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.34fr) minmax(
        13rem,
        0.32fr
      );
    gap: 0.7rem;
    align-items: center;
  }

  .single-product .yatsin-sticky-cart-price {
    display: flex;
    min-height: 3.05rem;
    min-width: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid rgba(235, 156, 156, 0.28);
    border-radius: 1rem;
    background: #fff8f5;
    color: var(--rainbo-berry, #46303a);
    padding: 0.45rem 0.75rem;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 950;
    line-height: 1.7;
  }

  .single-product .yatsin-sticky-cart-price .price {
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.28rem;
    flex-wrap: wrap;
    margin: 0;
    line-height: 1.55;
  }

  .single-product .yatsin-sticky-cart-price .amount,
  .single-product .yatsin-sticky-cart-price bdi {
    color: inherit;
    font-size: 0.9rem;
    font-weight: 950;
    white-space: nowrap;
  }

  .single-product .yatsin-sticky-cart-price del {
    color: rgba(70, 48, 58, 0.45);
    font-size: 0.74rem;
    text-decoration-color: rgba(235, 156, 156, 0.75);
  }

  .single-product .yatsin-sticky-cart-price del .amount,
  .single-product .yatsin-sticky-cart-price del bdi {
    font-size: 0.74rem;
  }

  .single-product .yatsin-sticky-cart-price ins {
    text-decoration: none;
  }

  .single-product .yatsin-sticky-variation-options {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 0.65rem;
    overflow-x: auto;
    padding: 0.15rem;
  }

  .single-product .yatsin-sticky-variation-options[hidden] {
    display: none !important;
  }

  .single-product .yatsin-sticky-variation-group {
    display: flex;
    min-width: max-content;
    align-items: center;
    gap: 0.45rem;
  }

  .single-product .yatsin-sticky-variation-label {
    color: var(--primary-dark);
    font-size: 0.72rem;
    font-weight: 950;
    white-space: nowrap;
  }

  .single-product .yatsin-sticky-variation-list {
    display: flex;
    gap: 0.32rem;
  }

  .single-product .yatsin-sticky-variation-choice {
    display: grid;
    min-width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border: 1px solid rgba(70, 48, 58, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--rainbo-berry, #46303a);
    padding: 0 0.65rem;
    font-size: 0.74rem;
    font-weight: 950;
    white-space: nowrap;
    transition:
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease;
  }

  .single-product .yatsin-sticky-variation-choice.is-color {
    width: 2.35rem;
    min-width: 2.35rem;
    padding: 0;
  }

  .single-product .yatsin-sticky-variation-choice.is-color::before {
    content: "";
    width: 1.38rem;
    height: 1.38rem;
    border: 2px solid rgba(255, 255, 255, 0.94);
    border-radius: inherit;
    background: var(--sticky-color, #fff);
    box-shadow:
      inset 0 0 0 1px rgba(70, 48, 58, 0.12),
      0 5px 12px rgba(70, 48, 58, 0.13);
  }

  .single-product .yatsin-sticky-variation-choice:hover,
  .single-product .yatsin-sticky-variation-choice.is-active {
    border-color: rgba(235, 156, 156, 0.72);
    box-shadow: 0 0 0 4px rgba(235, 156, 156, 0.14);
    transform: translateY(-1px);
  }

  .single-product .yatsin-sticky-variation-choice.is-unavailable {
    position: relative;
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    overflow: hidden;
  }

  .single-product .yatsin-sticky-variation-choice.is-unavailable::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 130%;
    height: 2px;
    border-radius: 999px;
    background: rgba(70, 48, 58, 0.72);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .single-product .yatsin-mobile-cart-qty {
    display: grid;
    grid-template-columns: 2.2rem minmax(0, 1fr) 2.2rem;
    overflow: hidden;
    border: 1px solid rgba(235, 156, 156, 0.28);
    border-radius: 1rem;
    background: #fff8f5;
  }

  .single-product .yatsin-mobile-cart-qty button,
  .single-product .yatsin-mobile-cart-qty input {
    height: 3.05rem;
    min-width: 0;
    border: 0;
    background: transparent;
    color: var(--rainbo-berry, #46303a);
    text-align: center;
    font-weight: 950;
    outline: none;
  }

  .single-product .yatsin-mobile-cart-submit {
    min-height: 3.05rem;
    border: 0;
    border-radius: 1rem;
    background: linear-gradient(
      135deg,
      var(--rainbo-berry, #46303a),
      var(--rainbo-rose, #eb9c9c)
    );
    color: #fff;
    padding: 0.7rem 1rem;
    font-weight: 950;
    box-shadow: 0 14px 30px rgba(70, 48, 58, 0.18);
  }

  .single-product .yatsin-mobile-cart-bar--solo .yatsin-mobile-cart-bar__inner {
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.34fr) minmax(
        13rem,
        0.32fr
      );
  }

  .single-product
    .yatsin-mobile-cart-bar--simple
    .yatsin-mobile-cart-bar__inner {
    grid-template-columns: minmax(14rem, 15rem) minmax(14rem, 15.5rem);
    justify-content: center;
  }

  .single-product .yatsin-mobile-cart-bar--simple {
    width: min(29rem, calc(100vw - 2rem));
  }

  .single-product
    .yatsin-mobile-cart-bar--simple
    .yatsin-sticky-variation-options {
    display: none !important;
  }

  .single-product
    .yatsin-mobile-cart-bar--simple.yatsin-mobile-cart-bar--solo
    .yatsin-mobile-cart-bar__inner {
    grid-template-columns: minmax(14rem, 15rem) minmax(14rem, 15.5rem);
  }
}

@media (max-width: 768px) {
  .single-product .yatsin-mobile-cart-bar__inner {
    display: flex !important;
    direction: rtl;
    align-items: center;
    gap: 0.55rem;
  }

  .single-product .yatsin-sticky-variation-options {
    display: none !important;
  }

  .single-product .yatsin-sticky-variation-options[hidden] {
    display: none !important;
  }

  .single-product .yatsin-sticky-variation-group {
    display: flex;
    min-width: max-content;
    align-items: center;
    gap: 0.35rem;
  }

  .single-product .yatsin-sticky-variation-label {
    color: var(--primary-dark);
    font-size: 0.64rem;
    font-weight: 950;
    white-space: nowrap;
  }

  .single-product .yatsin-sticky-variation-list {
    display: flex;
    gap: 0.28rem;
  }

  .single-product .yatsin-sticky-variation-choice {
    display: grid;
    min-width: 2.18rem;
    height: 2.18rem;
    place-items: center;
    border: 1px solid rgba(70, 48, 58, 0.12);
    border-radius: 999px;
    background: #fff8f5;
    color: var(--rainbo-berry, #46303a);
    padding: 0 0.56rem;
    font-size: 0.68rem;
    font-weight: 950;
    white-space: nowrap;
  }

  .single-product .yatsin-sticky-variation-choice.is-color {
    width: 2.18rem;
    min-width: 2.18rem;
    padding: 0;
  }

  .single-product .yatsin-sticky-variation-choice.is-color::before {
    content: "";
    width: 1.26rem;
    height: 1.26rem;
    border: 2px solid rgba(255, 255, 255, 0.94);
    border-radius: inherit;
    background: var(--sticky-color, #fff);
    box-shadow:
      inset 0 0 0 1px rgba(70, 48, 58, 0.12),
      0 5px 12px rgba(70, 48, 58, 0.13);
  }

  .single-product .yatsin-sticky-variation-choice.is-active {
    border-color: rgba(235, 156, 156, 0.82);
    box-shadow: 0 0 0 4px rgba(235, 156, 156, 0.16);
  }

  .single-product .yatsin-sticky-variation-choice.is-unavailable {
    position: relative;
    opacity: 0.48;
    pointer-events: none;
    overflow: hidden;
  }

  .single-product .yatsin-sticky-variation-choice.is-unavailable::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 130%;
    height: 2px;
    border-radius: 999px;
    background: rgba(70, 48, 58, 0.72);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .single-product .yatsin-sticky-cart-price {
    display: flex !important;
    order: 1;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 3.05rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(235, 156, 156, 0.28);
    border-radius: 1rem;
    background: #fff8f5;
    color: var(--rainbo-berry, #46303a);
    padding: 0.32rem 0.5rem;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 950;
    line-height: 1.35;
  }

  .single-product .yatsin-sticky-cart-price .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    width: 100%;
    line-height: 1.35;
  }

  .single-product .yatsin-sticky-cart-price ins {
    order: 1;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-decoration: none;
    white-space: nowrap;
  }

  .single-product .yatsin-sticky-cart-price del {
    order: 2;
    display: block;
    max-width: 100%;
    overflow: hidden;
    color: rgba(70, 48, 58, 0.45);
    font-size: 0.7rem;
    line-height: 1.25;
    text-decoration-color: rgba(235, 156, 156, 0.75);
    white-space: nowrap;
  }

  .single-product .yatsin-sticky-cart-price .amount,
  .single-product .yatsin-sticky-cart-price bdi {
    color: inherit;
    font-size: 0.88rem;
    font-weight: 950;
    line-height: 1.3;
    white-space: nowrap;
  }

  .single-product .yatsin-sticky-cart-price del .amount,
  .single-product .yatsin-sticky-cart-price del bdi {
    font-size: 0.7rem;
  }

  .single-product .yatsin-mobile-cart-submit {
    order: 2;
    flex: 0 0 10.2rem;
    width: auto;
    min-height: 3.05rem;
    border-radius: 0.95rem;
    padding: 0.55rem 0.66rem;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .single-product
    .yatsin-mobile-cart-bar--simple
    .yatsin-mobile-cart-bar__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .single-product
    .yatsin-mobile-cart-bar--simple
    .yatsin-sticky-variation-options {
    display: none !important;
  }

  .single-product .yatsin-mobile-cart-bar--simple .yatsin-mobile-cart-submit {
    white-space: nowrap;
  }

  .single-product
    .yatsin-mobile-cart-bar--simple.yatsin-mobile-cart-bar--solo
    .yatsin-mobile-cart-bar__inner {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@keyframes yatsin-search-dot {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-0.22rem);
  }
}

.single-product .yatsin-rankmath-breadcrumb--mobile-gallery {
  display: block;
  margin: 0 0 1rem !important;
}

.single-product
  .yatsin-rankmath-breadcrumb--mobile-gallery
  .rank-math-breadcrumb
  p {
  justify-content: center !important;
}
.single-product .yatsin-rankmath-breadcrumb--mobile-gallery > p {
  justify-content: center !important;
}
.single-product .yatsin-product-main-image {
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  cursor: zoom-in;
}

.single-product .yatsin-product-main-image:focus-visible {
  outline: 3px solid rgba(235, 156, 156, 0.45);
  outline-offset: 0.22rem;
}

.category .yatsin-rankmath-breadcrumb--hero,
.tax-product_cat .yatsin-rankmath-breadcrumb--hero {
  margin-inline: auto !important;
  text-align: center !important;
}

.category .yatsin-rankmath-breadcrumb--hero .rank-math-breadcrumb p,
.category .yatsin-rankmath-breadcrumb--hero > p,
.tax-product_cat .yatsin-rankmath-breadcrumb--hero .rank-math-breadcrumb p,
.tax-product_cat .yatsin-rankmath-breadcrumb--hero > p {
  justify-content: center !important;
  text-align: center !important;
}

.yatsin-product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  display: grid;
  place-items: center;
  padding: clamp(0.75rem, 2vw, 1.5rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.yatsin-product-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.yatsin-product-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(24, 18, 22, 0.74);
  backdrop-filter: blur(14px);
}

.yatsin-product-lightbox__panel {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 62rem);
  max-height: min(88vh, 52rem);
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 1.45rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 248, 245, 0.08)
  );
  padding: 0.8rem;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  transform: translateY(0.5rem) scale(0.985);
  transition: transform 0.22s ease;
}

.yatsin-product-lightbox--single .yatsin-product-lightbox__panel {
  width: min(100%, 54rem);
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
}

.yatsin-product-lightbox.is-open .yatsin-product-lightbox__panel {
  transform: translateY(0) scale(1);
}

.yatsin-product-lightbox__figure {
  display: grid;
  min-height: 0;
  overflow: hidden;
  place-items: center;
  cursor: zoom-in;
}

.yatsin-product-lightbox__figure.is-zoomed {
  cursor: zoom-out;
}

.yatsin-product-lightbox__figure img {
  max-width: 100%;
  max-height: min(72vh, 42rem);
  border-radius: 1.1rem;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  transform: scale(1);
  transition: transform 0.22s ease;
  will-change: transform;
}

.yatsin-product-lightbox__figure.is-zoomed img {
  transform: scale(2);
}

.yatsin-product-lightbox__close,
.yatsin-product-lightbox__nav {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--rainbo-berry, #46303a);
  font-weight: 950;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.yatsin-product-lightbox__close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  width: 2.35rem;
  height: 2.35rem;
  font-size: 1.25rem;
}

.yatsin-product-lightbox__nav {
  width: 2.8rem;
  height: 2.8rem;
}

.yatsin-product-lightbox__nav svg {
  width: 1.18rem;
  height: 1.18rem;
}

.yatsin-product-lightbox__thumbs {
  display: flex;
  grid-column: 1 / -1;
  gap: 0.45rem;
  overflow-x: auto;
  padding: 0.2rem;
}

.yatsin-product-lightbox__thumb {
  width: 4.2rem;
  min-width: 4.2rem;
  height: 4.2rem;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  opacity: 0.72;
  transition:
    border-color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.yatsin-product-lightbox__thumb.is-active,
.yatsin-product-lightbox__thumb:hover {
  border-color: var(--rainbo-rose, #eb9c9c);
  opacity: 1;
  transform: translateY(-1px);
}

.yatsin-product-lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.body-lightbox-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .single-product .yatsin-rankmath-breadcrumb--mobile-gallery {
    margin: 0 0 0.85rem !important;
  }

  .yatsin-product-lightbox__panel {
    width: 100%;
    max-height: 90vh;
    grid-template-columns: 2.4rem minmax(0, 1fr) 2.4rem;
    border-radius: 1.15rem;
    padding: 0.55rem;
  }

  .yatsin-product-lightbox--single .yatsin-product-lightbox__panel {
    grid-template-columns: minmax(0, 1fr);
  }

  .yatsin-product-lightbox__figure img {
    max-height: 68vh;
    border-radius: 0.9rem;
  }

  .yatsin-product-lightbox__nav {
    width: 2.25rem;
    height: 2.25rem;
  }

  .yatsin-product-lightbox__figure.is-zoomed img {
    transform: scale(1.75);
  }

  .yatsin-product-lightbox__thumb {
    width: 3.45rem;
    min-width: 3.45rem;
    height: 3.45rem;
  }
}

.rainbo-shop-filter {
  overflow: hidden;
}

.rainbo-shop-filter__desktop-title {
  display: inline-flex;
  align-items: center;
}

.rainbo-shop-filter__mobile-title {
  display: none;
  align-items: center;
  gap: 0.5rem;
}

.rainbo-shop-filter__body[hidden],
.rainbo-shop-cat-children[hidden] {
  display: none !important;
}

.rainbo-shop-filter__body {
  gap: 1rem !important;
}

.rainbo-shop-filter__section {
  display: grid;
  gap: 0.78rem;
  border: 1px solid rgba(235, 156, 156, 0.13);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.54);
  padding: 0.86rem;
}

.rainbo-shop-filter__section + .rainbo-shop-filter__section {
  border-color: rgba(111, 123, 85, 0.16);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.66),
    rgba(248, 250, 242, 0.52)
  );
}

.rainbo-shop-filter__section h3 {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  color: rgba(46, 42, 40, 0.84);
  font-size: 0.86rem;
  font-weight: 950;
}

.rainbo-shop-filter__section h3::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: #eb9c9c;
  box-shadow: 0 0 0 0.22rem rgba(235, 156, 156, 0.13);
}

.rainbo-shop-filter__section + .rainbo-shop-filter__section h3::before {
  background: #8a986f;
  box-shadow: 0 0 0 0.22rem rgba(138, 152, 111, 0.13);
}

.rainbo-shop-cat-tree,
.rainbo-shop-usage-filter {
  display: grid;
  gap: 0.52rem;
}

.rainbo-shop-cat-item {
  display: grid;
  gap: 0.42rem;
}

.rainbo-shop-cat-item.has-children
  > .rainbo-shop-cat-row
  .rainbo-shop-cat-link {
  font-weight: 950;
}

.rainbo-shop-cat-item .rainbo-shop-cat-item {
  margin-top: 0.12rem;
}
button.rainbo-shop-cat-toggle {
  margin-right: 5px;
}
.rainbo-shop-cat-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
}

.yatsin-shop-cats .rainbo-shop-cat-link,
.yatsin-shop-cats .rainbo-shop-usage-filter a {
  min-height: 2.72rem;
  border-radius: 1rem !important;
  border-color: rgba(235, 156, 156, 0.22) !important;
  background: rgba(255, 250, 248, 0.86) !important;
  padding: 0.58rem 0.76rem;
  color: #2f2a2b !important;
  font-size: 0.9rem;
  line-height: 1.75;
  box-shadow: 0 10px 22px rgba(70, 48, 58, 0.05);
}

.yatsin-shop-cats .rainbo-shop-cat-link {
  padding-inline-start: calc(0.76rem + (var(--cat-level, 0) * 0.55rem));
}

.yatsin-shop-cats .rainbo-shop-cat-link small,
.yatsin-shop-cats .rainbo-shop-usage-filter small {
  width: auto;
  min-width: 1.62rem;
  height: 1.62rem;
  background: rgba(255, 255, 255, 0.9);
  color: #8a6f56;
  font-size: 0.68rem;
}

.yatsin-shop-cats .rainbo-shop-cat-link:hover,
.yatsin-shop-cats .rainbo-shop-cat-link.is-active,
.yatsin-shop-cats .rainbo-shop-usage-filter a:hover,
.yatsin-shop-cats .rainbo-shop-usage-filter a.is-active {
  border-color: rgba(235, 156, 156, 0.55) !important;
  background: linear-gradient(135deg, #6f4a55, #eb9c9c) !important;
  color: #fff !important;
  transform: translateX(-2px);
}

.rainbo-shop-cat-toggle {
  display: inline-grid;
  width: 2.72rem;
  min-width: 2.72rem;
  height: 2.72rem;
  place-items: center;
  border: 1px solid rgba(235, 156, 156, 0.22);
  border-radius: 1rem;
  background: rgba(255, 250, 248, 0.9);
  color: #8a6f56;
  box-shadow: 0 10px 22px rgba(70, 48, 58, 0.05);
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease),
    border-color 0.2s var(--ease),
    transform 0.2s var(--ease);
}

.rainbo-shop-cat-toggle:hover,
.rainbo-shop-cat-item.is-open > .rainbo-shop-cat-row .rainbo-shop-cat-toggle {
  border-color: rgba(235, 156, 156, 0.46);
  background: #fff;
  color: #6f4a55;
}
table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  font-size: 14px !important;
}
table.shop_table.woocommerce-checkout-review-order-table th {
  font-size: 14px !important;
}
table.shop_table.woocommerce-checkout-review-order-table td {
  font-size: 14px !important;
}
.yatsin-checkout-summary
  table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  th {
  width: 28% !important;
  min-width: 5.4rem;
  padding-left: 0.35rem !important;
  white-space: nowrap;
}
.yatsin-checkout-summary
  table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  td {
  width: 72% !important;
  padding-right: 0.45rem !important;
}
.yatsin-checkout-summary
  table.shop_table.woocommerce-checkout-review-order-table
  tr.shipping
  th {
  width: 24% !important;
  min-width: 4.8rem;
}
.yatsin-checkout-summary
  table.shop_table.woocommerce-checkout-review-order-table
  tr.shipping
  td {
  width: 76% !important;
}
.woocommerce ul#shipping_method li label {
  font-size: 14px;
  font-weight: 600;
}
.yatsin-checkout-summary ul#shipping_method li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.5rem;
  border: 1px solid rgba(155, 167, 122, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  padding: 0.52rem 0.62rem;
  transition:
    border-color 0.2s var(--ease),
    background 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}
.yatsin-checkout-summary ul#shipping_method li:has(input:checked) {
  border-color: rgba(235, 156, 156, 0.58);
  background: linear-gradient(
    135deg,
    rgba(255, 241, 239, 0.92),
    rgba(255, 255, 255, 0.96)
  );
  box-shadow: inset 0 0 0 1px rgba(235, 156, 156, 0.18);
}
.yatsin-checkout-summary ul#shipping_method input[type="radio"] {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  margin: 0;
  border: 2px solid rgba(155, 167, 122, 0.55);
  border-radius: 999px;
  appearance: none;
  background: radial-gradient(circle, #fff 0 35%, transparent 38%), #fff;
  box-shadow: 0 0 0 3px rgba(255, 241, 239, 0.58);
  cursor: pointer;
  transition:
    border-color 0.2s var(--ease),
    background 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}
.yatsin-checkout-summary ul#shipping_method input[type="radio"]:checked {
  border-color: var(--rainbo-berry, #46303a);
  background:
    radial-gradient(circle, var(--rainbo-rose, #eb9c9c) 0 38%, transparent 42%),
    #fff;
  box-shadow:
    0 0 0 3px rgba(235, 156, 156, 0.24),
    0 0 0 6px rgba(155, 167, 122, 0.12);
}
.yatsin-checkout-summary ul#shipping_method input[type="radio"]:focus-visible {
  outline: 3px solid rgba(235, 156, 156, 0.3);
  outline-offset: 3px;
}
.yatsin-checkout-summary ul#shipping_method li label {
  min-width: 0;
  line-height: 1.7;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 640px) {
  .yatsin-checkout-summary
    table.shop_table.woocommerce-checkout-review-order-table
    th,
  .yatsin-checkout-summary
    table.shop_table.woocommerce-checkout-review-order-table
    td {
    padding-inline: 0.5rem !important;
  }

  .yatsin-checkout-summary
    table.shop_table.woocommerce-checkout-review-order-table
    tfoot
    th {
    width: 24% !important;
    min-width: 4.4rem;
    font-size: 13px !important;
  }

  .yatsin-checkout-summary
    table.shop_table.woocommerce-checkout-review-order-table
    tfoot
    td {
    width: 76% !important;
  }

  .yatsin-checkout-summary ul#shipping_method li label {
    font-size: 13px !important;
  }
}
.rainbo-shop-cat-toggle svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.24s var(--ease);
}

.rainbo-shop-cat-item.is-open
  > .rainbo-shop-cat-row
  .rainbo-shop-cat-toggle
  svg {
  transform: rotate(180deg);
}
p.comment-form-cookies-consent {
  display: none !important;
}
form#commentform em {
  margin-right: 6px;
}
.rainbo-shop-cat-children {
  position: relative;
  display: grid;
  gap: 0.42rem;
  margin-inline-start: 0.62rem;
  padding-inline-start: 0.72rem;
}

.rainbo-shop-cat-children::before {
  content: "";
  position: absolute;
  inset-block: 0.2rem 0.35rem;
  inset-inline-start: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(
    to bottom,
    rgba(235, 156, 156, 0.5),
    rgba(138, 152, 111, 0.22)
  );
}

.rainbo-shop-cat-children .rainbo-shop-cat-link {
  min-height: 2.42rem;
  background: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.84rem;
}

.rainbo-shop-usage-filter {
  grid-template-columns: 1fr;
}

.rainbo-shop-results {
  position: relative;
  min-height: 18rem;
}

.yatsin-shop-products-grid .yatsin-product-card {
  border-radius: 1rem !important;
  box-shadow: 0 14px 34px rgba(70, 48, 58, 0.08) !important;
}

.yatsin-shop-products-grid .yatsin-product-card > a:first-of-type img,
.yatsin-shop-products-grid .yatsin-product-card__media-link img {
  aspect-ratio: 1 / 0.92;
}

.yatsin-shop-products-grid .yatsin-product-card > div.space-y-3 {
  padding: 0.85rem !important;
}

.yatsin-shop-products-grid .yatsin-product-card h3 {
  min-height: 2.25rem !important;
  max-height: 2.9rem !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
}

.yatsin-shop-products-grid .yatsin-product-card__features {
  margin-top: 0.45rem !important;
  gap: 0.28rem;
}

.yatsin-shop-products-grid .yatsin-product-card__features span {
  padding: 0.3rem 0.42rem;
  font-size: 0.62rem;
}

.yatsin-shop-products-grid .yatsin-product-card__view-product {
  min-height: 2.55rem !important;
  border-radius: 0.85rem !important;
  padding: 0.55rem 0.75rem !important;
  font-size: 0.78rem !important;
}

@media (min-width: 1280px) {
  .yatsin-shop-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1rem !important;
  }
}

@media (max-width: 640px) {
  .yatsin-shop-products-grid .yatsin-product-card > a:first-of-type img,
  .yatsin-shop-products-grid .yatsin-product-card__media-link img {
    aspect-ratio: 1.45 / 1.3;
  }

  .yatsin-product-card__gallery {
    bottom: 0.42rem;
    left: 0.42rem;
    gap: 0.2rem;
  }

  .yatsin-product-card__gallery button {
    width: 2rem;
    height: 2rem;
    border-radius: 0.55rem;
    border-width: 1px;
  }

  .yatsin-shop-products-grid
    .yatsin-product-card
    .yatsin-product-card__category {
    max-width: calc(100% - 1.2rem);
    min-height: 1.55rem !important;
    padding: 0.24rem 0.48rem;
    font-size: 0.58rem !important;
  }

  .yatsin-shop-products-grid .yatsin-product-card > div.space-y-3 {
    padding: 0.82rem 0.9rem 0.9rem !important;
  }

  .yatsin-shop-products-grid
    .yatsin-product-card
    > div.space-y-3
    > :not([hidden])
    ~ :not([hidden]) {
    margin-top: 0.32rem !important;
  }

  .yatsin-shop-products-grid .yatsin-product-card h3 {
    min-height: 2.05rem !important;
    max-height: 2.45rem !important;
    font-size: 0.84rem !important;
    line-height: 1.55 !important;
  }

  .yatsin-shop-products-grid .yatsin-product-card h3 + .yatsin-product-price {
    margin: 0 !important;
  }

  .yatsin-shop-products-grid .yatsin-product-card .yatsin-product-price {
    margin: 0.08rem 0 0.35rem !important;
    line-height: 1.45 !important;
  }

  .yatsin-shop-products-grid .yatsin-product-card .yatsin-product-price p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45 !important;
  }

  .yatsin-shop-products-grid .yatsin-product-card .yatsin-product-price,
  .yatsin-shop-products-grid .yatsin-product-card .yatsin-product-price .amount,
  .yatsin-shop-products-grid .yatsin-product-card .yatsin-product-price bdi {
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
  }

  .yatsin-shop-products-grid .yatsin-product-card__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.32rem !important;
    gap: 0.28rem;
  }

  .yatsin-shop-products-grid
    .yatsin-product-card__features
    span:nth-child(n + 3) {
    display: block;
  }

  .yatsin-shop-products-grid .yatsin-product-card__features span {
    padding: 0.28rem 0.42rem;
    font-size: 0.62rem;
    line-height: 1.45;
  }

  .yatsin-shop-products-grid .yatsin-product-card__view-product {
    min-height: 2.55rem !important;
    margin-top: 0.28rem !important;
    padding: 0.55rem 0.75rem !important;
    font-size: 0.8rem !important;
  }

  .yatsin-shop-products-grid .yatsin-product-card__view-product svg {
    width: 1rem !important;
    height: 1rem !important;
  }
}

.rainbo-shop-results__loader {
  position: sticky;
  top: 112px;
  z-index: 30;
  display: flex;
  width: min(23rem, calc(100% - 2rem));
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  margin: 0 auto -3.35rem;
  border: 1px solid rgba(235, 156, 156, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.72rem 1rem;
  color: #46303a;
  font-size: 0.86rem;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(70, 48, 58, 0.13);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.45rem);
  transition:
    opacity 0.22s var(--ease),
    transform 0.22s var(--ease);
}

.rainbo-shop-results__loader span {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background:
    radial-gradient(farthest-side, #eb9c9c 94%, transparent) top/0.32rem 0.32rem
      no-repeat,
    conic-gradient(transparent 28%, #eb9c9c);
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 0.23rem),
    #000 0
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 0.23rem),
    #000 0
  );
  animation: rainbo-shop-spin 0.82s linear infinite;
}

.rainbo-shop-results.is-loading .rainbo-shop-results__loader {
  opacity: 1;
  transform: translateY(0);
}

.rainbo-shop-results.is-loading .rainbo-shop-toolbar,
.rainbo-shop-results.is-loading .yatsin-shop-products-grid,
.rainbo-shop-results.is-loading .woocommerce-pagination,
.rainbo-shop-results.is-loading .rainbo-seo-content {
  opacity: 0.38;
  pointer-events: none;
  transition: opacity 0.2s var(--ease);
}

@keyframes rainbo-shop-spin {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 768px) {
  .rainbo-shop-filter {
    border-radius: 1.1rem !important;
  }

  .rainbo-shop-filter__desktop-title {
    display: none;
  }

  .rainbo-shop-filter__mobile-title {
    display: inline-flex;
    color: #46303a;
    font-size: 0.98rem;
  }

  .rainbo-shop-filter__mobile-title svg {
    color: #eb9c9c;
  }

  .yatsin-shop-cats h2 + .rainbo-shop-filter__body {
    display: none !important;
    padding: 0 0.75rem 0.85rem !important;
  }

  .yatsin-shop-cats.is-open h2 + .rainbo-shop-filter__body {
    display: grid !important;
  }

  .yatsin-shop-cats h2 + .rainbo-shop-filter__body[hidden] {
    display: none !important;
  }

  .yatsin-shop-cats .rainbo-shop-cat-link,
  .yatsin-shop-cats .rainbo-shop-usage-filter a,
  .rainbo-shop-cat-toggle {
    min-height: 2.48rem;
    height: auto;
    border-radius: 0.86rem !important;
    padding-block: 0.48rem;
  }

  .rainbo-shop-cat-toggle {
    width: 2.48rem;
    min-width: 2.48rem;
    height: 2.48rem;
    padding: 0;
  }

  .rainbo-shop-filter__section h3 {
    font-size: 0.82rem;
  }

  .rainbo-shop-filter__section {
    border-radius: 0.95rem;
    padding: 0.72rem;
  }

  .rainbo-shop-cat-children {
    margin-inline-start: 0.45rem;
    padding-inline-start: 0.58rem;
  }

  .rainbo-shop-results__loader {
    top: 88px;
    width: min(20rem, calc(100% - 1rem));
    font-size: 0.78rem;
  }
}

.rainbo-support-float {
  position: fixed;
  left: 1rem;
  bottom: calc(1rem + 10px + env(safe-area-inset-bottom));
  z-index: 99999;
  display: grid;
  justify-items: end;
  gap: 0.7rem;
}

.rainbo-support-float__button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  color: #fff;
  padding: 0.78rem 1.05rem;
  font-weight: 950;
  box-shadow: 0 18px 42px rgba(70, 48, 58, 0.24);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.rainbo-support-float__button:hover,
.rainbo-support-float.is-open .rainbo-support-float__button {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(70, 48, 58, 0.3);
}

.rainbo-support-float__panel {
  width: min(18.5rem, calc(100vw - 2rem));
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 1.25rem;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 248, 245, 0.94)
  );
  padding: 1rem;
  color: var(--dark);
  box-shadow: 0 22px 60px rgba(70, 48, 58, 0.2);
  transform-origin: bottom left;
  animation: rainboSupportPanel 0.18s ease both;
}

.rainbo-support-float__panel strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 950;
}

.rainbo-support-float__panel p {
  margin-top: 0.35rem;
  color: var(--gray-dark);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.9;
}

.rainbo-support-float__link {
  display: flex;
  min-height: 3rem;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.65rem;
  border-radius: 1rem;
  padding: 0.7rem 0.85rem;
  font-weight: 950;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.rainbo-support-float__link:hover {
  transform: translateX(-2px);
}

.rainbo-support-float__link--telegram {
  background: rgba(36, 161, 222, 0.1);
  color: #1688c7;
}

.rainbo-support-float__link--bale {
  background: rgba(10, 202, 155, 0.12);
  color: #0aca9b;
}

.rainbo-support-float__link--phone {
  background: rgba(244, 114, 182, 0.12);
  color: #be185d;
}

.yatsin-svg-bale {
  width: calc(1.25rem - 3px) !important;
  height: calc(1.25rem - 3px) !important;
}

.rainbo-support-float__link--whatsapp {
  background: rgba(37, 211, 102, 0.12);
  color: #168b46;
}

@keyframes rainboSupportPanel {
  from {
    opacity: 0;
    transform: translateY(0.45rem) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 768px) {
  .single-product .rainbo-support-float,
  .woocommerce-cart .rainbo-support-float {
    bottom: calc(5.75rem + 10px + env(safe-area-inset-bottom));
  }

  .single-product .yatsin-product-cart .single_add_to_cart_button,
  .single-product .yatsin-mobile-cart-submit {
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
  }

  .rainbo-support-float__button {
    width: 3.3rem;
    min-width: 3.3rem;
    padding-inline: 0;
  }

  .rainbo-support-float__button span {
    display: none;
  }
}
a.rainbo-mobile-cat-parent {
  background: transparent !important;
  border: unset !important;
  box-shadow: none !important;
}
.yatsin-header button.rainbo-mobile-cat-toggle {
  border-radius: 15px !important;
}
