/*
Theme Name: Yatsin
Author: Yatsin
Version: 1.0.28
Text Domain: yatsin
*/
@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";
}
:root {
  --primary: #21b8c7;
  --primary-dark: #0f7f8c;
  --primary-deep: #074853;
  --primary-soft: #ddf8fa;
  --primary-glow: rgba(33, 184, 199, 0.34);
  --accent: #e8a87c;
  --accent-deep: #c87246;
  --cream: #fdfbf7;
  --gray-light: #f6f7f8;
  --dark: #16232e;
  --ink: #0b1820;
  --gray-dark: #6b7280;
  --line: rgba(15, 127, 140, 0.18);
  --radius-lg: 1.75rem;
  --radius-md: 1.15rem;
  --shadow-premium: 0 24px 70px rgba(9, 46, 56, 0.16);
  --shadow-teal: 0 18px 46px rgba(33, 184, 199, 0.24);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
* {
  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;
  background: var(--cream);
  color: var(--dark);
  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);
}
.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(33, 184, 199, 0.14),
      transparent 32rem
    ),
    radial-gradient(
      circle at 88% 12%,
      rgba(232, 168, 124, 0.12),
      transparent 28rem
    ),
    linear-gradient(180deg, #fbfffe 0%, var(--cream) 38%, #f6fbfb 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 127, 140, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 127, 140, 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(33, 184, 199, 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(247, 253, 253, 0.88)
  ) !important;
  box-shadow: 0 16px 50px rgba(9, 46, 56, 0.08);
  backdrop-filter: blur(20px) saturate(1.25);
}
.yatsin-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 16% 0%,
      rgba(33, 184, 199, 0.2),
      transparent 20rem
    ),
    linear-gradient(90deg, transparent, rgba(33, 184, 199, 0.09), transparent);
}
.yatsin-header > .bg-primary-dark {
  background: linear-gradient(
    90deg,
    var(--ink),
    var(--primary-deep) 45%,
    #12323a
  ) !important;
  color: #ecfeff !important;
}
.yatsin-header > .bg-primary-dark p {
  position: relative;
  padding-right: 1.1rem;
  color: #ecfeff;
}
.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(15, 127, 140, 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(15, 127, 140, 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(9, 46, 56, 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(33, 184, 199, 0.14),
    rgba(255, 255, 255, 0.78)
  );
  color: var(--primary-dark);
  box-shadow: inset 0 0 0 1px rgba(33, 184, 199, 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(15, 127, 140, 0.16);
  box-shadow: 0 13px 32px rgba(9, 46, 56, 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(15, 127, 140, 0.16);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-premium);
}
.yatsin-mobile-menu > div {
  border: 1px solid rgba(15, 127, 140, 0.12);
  border-radius: 0 0 1.4rem 1.4rem;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 24px 50px rgba(9, 46, 56, 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;
  backdrop-filter: blur(4px);
  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(33, 184, 199, 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(33, 184, 199, 0.32),
      transparent 18rem
    ),
    linear-gradient(
      90deg,
      rgba(11, 24, 32, 0.94),
      rgba(11, 24, 32, 0.7) 48%,
      rgba(11, 24, 32, 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(33, 184, 199, 0.2) !important;
  color: #ecfeff !important;
  box-shadow: 0 12px 30px rgba(33, 184, 199, 0.18);
  backdrop-filter: blur(12px);
}
.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(236, 254, 255, 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(33, 184, 199, 0.34),
      transparent 23rem
    ),
    linear-gradient(
      90deg,
      rgba(11, 24, 32, 0.1),
      rgba(11, 24, 32, 0.56) 42%,
      rgba(11, 24, 32, 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(33, 184, 199, 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(33, 184, 199, 0.18) !important;
  color: #ecfeff;
  box-shadow: 0 12px 30px rgba(33, 184, 199, 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(236, 254, 255, 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), #72edf5) !important;
  color: #062f38 !important;
  box-shadow: var(--shadow-teal);
}
.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;
  backdrop-filter: blur(12px);
  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(15, 127, 140, 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(15, 127, 140, 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(9, 46, 56, 0.08);
  backdrop-filter: blur(12px);
}
.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(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 0.12),
      transparent 22rem
    ),
    radial-gradient(
      circle at 94% 78%,
      rgba(232, 168, 124, 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(15, 127, 140, 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(33, 184, 199, 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(11, 24, 32, 0.05),
      rgba(11, 24, 32, 0.78)
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(33, 184, 199, 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(15, 127, 140, 0.14);
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.76) !important;
  box-shadow: 0 14px 32px rgba(9, 46, 56, 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(33, 184, 199, 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 {
  background:
    radial-gradient(
      circle at 25% 15%,
      rgba(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 0.4),
      transparent 18rem
    ),
    linear-gradient(
      90deg,
      rgba(11, 24, 32, 0.9),
      rgba(11, 24, 32, 0.48),
      rgba(11, 24, 32, 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(232, 168, 124, 0.25);
}
.premium-sale-band a {
  background: linear-gradient(135deg, var(--primary), #81f3fb) !important;
  color: #062f38 !important;
  box-shadow: var(--shadow-teal);
}
.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(15, 127, 140, 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(33, 184, 199, 0.18) !important;
}
.premium-testimonials strong {
  color: var(--ink);
}
.premium-instagram a.group {
  border: 1px solid rgba(15, 127, 140, 0.12);
  border-radius: 1.45rem !important;
  background: var(--ink) !important;
  box-shadow: 0 14px 36px rgba(9, 46, 56, 0.12);
}
.premium-instagram a.group img {
  filter: saturate(1.04);
}
.premium-instagram a.group span.absolute {
  background: rgba(15, 127, 140, 0.82) !important;
  backdrop-filter: blur(8px);
}
.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(33, 184, 199, 0.25),
      transparent 24rem
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(232, 168, 124, 0.14),
      transparent 22rem
    ),
    linear-gradient(180deg, #0e2028, #071218 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: #7ff2fb !important;
}
.premium-footer img {
  box-shadow: 0 16px 42px rgba(33, 184, 199, 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);
  backdrop-filter: blur(8px);
}
.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(15, 127, 140, 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(15, 127, 140, 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(33, 184, 199, 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(15, 127, 140, 0.18);
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(33, 184, 199, 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(15, 127, 140, 0.18);
  border-right: 1px solid rgba(15, 127, 140, 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(15, 127, 140, 0.24) 1.4px, transparent 1.6px) 0
      0 / 26px 26px,
    linear-gradient(
        135deg,
        transparent 47%,
        rgba(15, 127, 140, 0.16) 48%,
        rgba(15, 127, 140, 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(15, 127, 140, 0.18) 1px, transparent 1px) 0 0 /
      34px 34px,
    linear-gradient(180deg, rgba(15, 127, 140, 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: #7ff2fb !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(33, 184, 199, 0.35)
    ),
    linear-gradient(135deg, var(--primary-dark), var(--primary)) !important;
  color: #052f38 !important;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(33, 184, 199, 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(127, 242, 251, 0.42);
  box-shadow: 0 18px 38px rgba(33, 184, 199, 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(33, 184, 199, 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(15, 127, 140, 0.24) 1.4px, transparent 1.6px) 0
      0 / 28px 28px,
    linear-gradient(
        135deg,
        transparent 47%,
        rgba(15, 127, 140, 0.16) 48%,
        rgba(15, 127, 140, 0.16) 52%,
        transparent 53%
      )
      0 0 / 58px 58px;
}
.yatsin-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 127, 140, 0.14);
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(33, 184, 199, 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(33, 184, 199, 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(15, 127, 140, 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(33, 184, 199, 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(33, 184, 199, 0.12),
      transparent 22rem
    ),
    radial-gradient(
      circle at 94% 76%,
      rgba(232, 168, 124, 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(15, 127, 140, 0.24) 1.4px, transparent 1.6px) 0
      0 / 28px 28px,
    linear-gradient(
        135deg,
        transparent 47%,
        rgba(15, 127, 140, 0.16) 48%,
        rgba(15, 127, 140, 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(15, 127, 140, 0.13);
  box-shadow: 0 18px 48px rgba(9, 46, 56, 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(33, 184, 199, 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(33, 184, 199, 0.34),
        transparent 18rem
      ),
      linear-gradient(
        180deg,
        rgba(11, 24, 32, 0.34),
        rgba(11, 24, 32, 0.86) 62%,
        rgba(11, 24, 32, 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(15, 127, 140, 0.16);
    border-radius: 1.4rem 0 0 1.4rem;
    background:
      radial-gradient(
        circle at 10% 0%,
        rgba(33, 184, 199, 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(15, 127, 140, 0.1);
    background: rgba(255, 255, 255, 0.72);
    margin-bottom: 0.45rem;
    padding: 0.9rem 1rem;
    box-shadow: 0 10px 26px rgba(9, 46, 56, 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(33, 184, 199, 0.32),
        transparent 18rem
      ),
      linear-gradient(
        180deg,
        rgba(11, 24, 32, 0.18),
        rgba(11, 24, 32, 0.82) 56%,
        rgba(11, 24, 32, 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(33, 184, 199, 0.26),
      transparent 20rem
    ),
    linear-gradient(135deg, #071218, #0c3038 56%, #071218);
  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(127, 242, 251, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(33, 184, 199, 0.24);
  backdrop-filter: blur(18px);
}
.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(232, 168, 124, 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(33, 184, 199, 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(15, 127, 140, 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(15, 127, 140, 0.1);
  border-radius: 0.95rem;
  background: rgba(246, 251, 252, 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(33, 184, 199, 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(33, 184, 199, 0.16) !important;
  color: #7ff2fb !important;
  border-color: rgba(127, 242, 251, 0.35);
  box-shadow: 0 12px 28px rgba(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 0.16);
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    rgba(33, 184, 199, 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(15, 127, 140, 0.08);
}

.yatsin-single-product {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(33, 184, 199, 0.12),
      transparent 28rem
    ),
    linear-gradient(180deg, #fbfefe 0%, #f6f7f8 100%);
}
.yatsin-single-product::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.23;
  background-image:
    linear-gradient(135deg, rgba(15, 127, 140, 0.18) 1px, transparent 1px),
    linear-gradient(45deg, rgba(232, 168, 124, 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(33, 184, 199, 0.14);
}
.yatsin-product-summary-card {
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(246, 251, 252, 0.94)
    ),
    radial-gradient(
      circle at 12% 12%,
      rgba(33, 184, 199, 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-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(33, 184, 199, 0.12),
    rgba(232, 168, 124, 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(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 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(15, 127, 140, 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(33, 184, 199, .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(33, 184, 199, 0.12);
}
.yatsin-product-tabs [data-tab-target] {
  min-height: 3rem;
  border: 1px solid rgba(33, 184, 199, 0.12);
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(15, 127, 140, 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(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 0.08),
    rgba(255, 255, 255, 0.92)
  );
  box-shadow: 0 10px 26px rgba(15, 127, 140, 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(246, 251, 252, 0.96)),
    radial-gradient(
      circle at 10% 0%,
      rgba(33, 184, 199, 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(33, 184, 199, 0.16) !important;
  border-radius: 1rem !important;
  background: rgba(246, 251, 252, 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(33, 184, 199, 0.72) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(33, 184, 199, 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(15, 127, 140, 0.08);
}
.yatsin-single-post {
  background:
    radial-gradient(
      circle at 88% 10%,
      rgba(33, 184, 199, 0.12),
      transparent 24rem
    ),
    linear-gradient(180deg, #f9fcfd, #f6f7f8);
}
.yatsin-post-hero {
  background:
    radial-gradient(
      circle at 80% 15%,
      rgba(33, 184, 199, 0.22),
      transparent 24rem
    ),
    linear-gradient(135deg, #10232c, #071b22);
}
.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(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 0.28);
  padding: 1rem;
  direction: rtl;
  box-shadow: 0 22px 60px rgba(7, 72, 83, 0.22);
  animation: yatsinToastIn 0.34s var(--ease) both;
}
.yatsin-toast.is-success {
  background:
    linear-gradient(135deg, rgba(7, 72, 83, 0.98), rgba(15, 127, 140, 0.96)),
    radial-gradient(
      circle at 15% 0%,
      rgba(127, 242, 251, 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(33, 184, 199, .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(33, 184, 199, 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(33, 184, 199, 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(232, 168, 124, 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(33, 184, 199, 0.13),
      transparent 24rem
    ),
    linear-gradient(180deg, #fbfefe, #f6f7f8);
}
.yatsin-auth-card {
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.98),
      rgba(246, 251, 252, 0.95)
    ),
    radial-gradient(
      circle at 10% 0%,
      rgba(33, 184, 199, 0.16),
      transparent 16rem
    );
}
.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(33, 184, 199, 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(33, 184, 199, 0.24);
  box-shadow: 0 20px 46px rgba(15, 127, 140, 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(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 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(33, 184, 199, 0.72) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(33, 184, 199, 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(15, 127, 140, 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(33, 184, 199, 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(33, 184, 199, 0.1);
}
.yatsin-password-field {
  gap: .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: .75rem;
  color: var(--primary-dark);
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
.yatsin-password-field [data-password-toggle]:hover,
.yatsin-password-field [data-password-toggle].is-visible {
  background: rgba(33, 184, 199, .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: .94rem;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right;
  width: 100% !important;
}
.yatsin-account-page .woocommerce-MyAccount-navigation {
  border: 1px solid rgba(33, 184, 199, .12);
  box-shadow: 0 18px 48px rgba(15, 127, 140, .08);
}
.yatsin-account-page .woocommerce-MyAccount-navigation ul {
  gap: .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(33, 184, 199, .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 .55rem;
}
.yatsin-account-content table th,
.yatsin-account-content table td {
  border: 0 !important;
  background: rgba(33, 184, 199, .055);
  padding: .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: .75rem 1.2rem !important;
  font-weight: 950 !important;
}
.yatsin-account-content input,
.yatsin-account-content select,
.yatsin-account-content textarea {
  border: 1px solid rgba(33, 184, 199, .18) !important;
  border-radius: 1rem !important;
  background: rgba(246, 247, 248, .78) !important;
  padding: .75rem 1rem !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-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: .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(33, 184, 199, .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 .45rem !important;
  color: var(--dark) !important;
  font-size: .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: .7rem .8rem !important;
  line-height: 1.9;
}
.yatsin-cart-summary table tr,
.yatsin-checkout-summary table tr {
  background: rgba(33, 184, 199, .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(33, 184, 199, .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: .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: .82rem;
  line-height: 2;
}
.yatsin-checkout-summary .wc_payment_methods {
  margin: .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(33, 184, 199, .07) !important;
  border: 1px solid rgba(33, 184, 199, .14) !important;
  border-radius: 1rem !important;
  color: var(--dark) !important;
  padding: .9rem 1rem !important;
}
.yatsin-checkout-summary .payment_box {
  background: #fff !important;
  color: var(--gray-dark) !important;
  border: 1px solid rgba(33, 184, 199, .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: .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: .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: .4rem;
  color: var(--dark);
  font-size: .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(33, 184, 199, .18) !important;
  border-radius: 1rem !important;
  background: rgba(246, 247, 248, .78) !important;
  color: var(--dark) !important;
  font-size: .9rem !important;
  outline: none !important;
}
.yatsin-checkout-page input.input-text,
.yatsin-checkout-page textarea,
.yatsin-checkout-page select {
  padding: .65rem .9rem !important;
}
.yatsin-checkout-page textarea {
  min-height: 8rem !important;
  resize: vertical;
}
.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: .9rem !important;
  padding-left: 2rem !important;
}
.yatsin-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.9rem !important;
  left: .65rem !important;
  right: auto !important;
}
.select2-dropdown {
  border: 1px solid rgba(33, 184, 199, .18) !important;
  border-radius: 1rem !important;
  overflow: hidden;
}
.select2-results__option {
  font-family: inherit;
  font-size: .9rem;
  padding: .65rem .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, .26);
}
.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: .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(33, 184, 199, .18) !important;
}

.yatsin-password-field:focus-within {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(33, 184, 199, .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: 1rem !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;
  }
}
