/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* PigiauGrybų dizaino sistema */
:root {
  --pg-ink: #504e4a;
  --pg-deep: #0a0500;
  --pg-paper: #f4f4f4;
  --pg-white: #ffffff;
  --pg-yellow: #ffcd05;
  --pg-gold: #8a6500;
  --pg-muted: #706d67;
  --pg-line: rgba(10, 5, 0, 0.13);
  --pg-shadow: 0 14px 34px rgba(10, 5, 0, 0.08);
  --theme-palette-color-1: #ffcd05;
  --theme-palette-color-2: #8a6500;
  --theme-palette-color-3: #504e4a;
  --theme-palette-color-4: #0a0500;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--pg-ink);
  background: var(--pg-white);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--pg-deep);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

a {
  text-underline-offset: 0.18em;
}

::selection {
  color: var(--pg-deep);
  background: var(--pg-yellow);
}

/* Antraštė */
#header [data-row="middle"] {
  color: var(--pg-white);
  background: #121519 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#header [data-row="middle"] .ct-container,
#header [data-row="middle"] .ct-container-fluid {
  min-height: 76px;
}

#header [data-row="middle"] a,
#header [data-row="middle"] button,
#header [data-row="middle"] .ct-icon-container {
  color: var(--pg-white) !important;
  --theme-icon-color: var(--pg-white);
}

#header [data-row="middle"] a:hover,
#header [data-row="middle"] button:hover,
#header [data-row="middle"] [aria-current="page"] {
  color: var(--pg-yellow) !important;
  --theme-icon-color: var(--pg-yellow);
}

#header [data-row="middle"] .sub-menu {
  color: var(--pg-deep);
  background: var(--pg-white);
  border: 1px solid var(--pg-line);
  border-radius: 8px;
  box-shadow: var(--pg-shadow);
}

#header [data-row="middle"] .sub-menu a {
  color: var(--pg-deep) !important;
}

#header [data-row="middle"] .sub-menu a:hover {
  color: var(--pg-gold) !important;
  background: rgba(255, 205, 5, 0.14);
}

/* Valdikliai */
.ct-button,
.button,
.added_to_cart,
.elementor-button,
button[type="submit"],
input[type="submit"],
.wp-element-button {
  min-height: 44px;
  border: 1px solid var(--pg-yellow) !important;
  border-radius: 6px !important;
  color: var(--pg-deep) !important;
  background: var(--pg-yellow) !important;
  box-shadow: none !important;
  font-weight: 700;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ct-button:hover,
.button:hover,
.added_to_cart:hover,
.elementor-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.wp-element-button:hover {
  color: var(--pg-white) !important;
  background: var(--pg-deep) !important;
  border-color: var(--pg-deep) !important;
  transform: translateY(-1px);
}

input:not([type="checkbox"]):not([type="radio"]),
select,
textarea,
.woocommerce-input-wrapper input,
.select2-container .select2-selection {
  border: 1px solid var(--pg-line) !important;
  border-radius: 6px !important;
  background: var(--pg-white);
}

input:focus,
select:focus,
textarea:focus,
.select2-container--focus .select2-selection {
  border-color: var(--pg-gold) !important;
  box-shadow: 0 0 0 3px rgba(255, 205, 5, 0.22);
}

/* Pagrindinis puslapis */
.home .elementor-element-4fd447d {
  overflow: hidden;
  padding: clamp(56px, 8vw, 108px) 20px;
  background:
    radial-gradient(circle at 84% 24%, rgba(255, 205, 5, 0.28), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f4f4f4 66%, #fff8d6 100%) !important;
  border-bottom: 1px solid var(--pg-line);
}

.home .elementor-element-4fd447d > .e-con-inner {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.home .elementor-element-41839f2 p {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 13px;
  border: 1px solid rgba(138, 101, 0, 0.22);
  border-radius: 999px;
  color: var(--pg-deep);
  background: var(--pg-yellow);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home .elementor-element-80dff31 h2 {
  max-width: 880px;
  margin: 0;
  color: var(--pg-deep) !important;
  font-size: clamp(2.25rem, 5.2vw, 4.8rem);
  line-height: 1.02;
  text-wrap: balance;
}

.home .elementor-element-ed57d68 {
  padding-block: clamp(58px, 8vw, 96px);
  background: var(--pg-paper);
}

.home .elementor-element-f4e723a h2,
.home .elementor-element-93d074c h2,
.home .elementor-element-115cb06 h2 {
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  text-wrap: balance;
}

.woocommerce ul.products {
  gap: clamp(16px, 2vw, 26px);
}

.woocommerce ul.products li.product {
  overflow: hidden;
  padding: 14px 14px 18px;
  border: 1px solid var(--pg-line);
  border-radius: 8px;
  background: var(--pg-white);
  box-shadow: 0 8px 24px rgba(10, 5, 0, 0.055);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.woocommerce ul.products li.product:hover {
  border-color: rgba(138, 101, 0, 0.36);
  box-shadow: var(--pg-shadow);
  transform: translateY(-3px);
}

.woocommerce ul.products li.product .ct-image-container,
.woocommerce ul.products li.product img {
  overflow: hidden;
  border-radius: 6px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--pg-deep);
  line-height: 1.3;
}

.woocommerce ul.products li.product .price {
  color: var(--pg-deep);
  font-weight: 800;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  border-radius: 999px;
  color: var(--pg-deep);
  background: var(--pg-yellow);
  font-weight: 800;
}

.home .elementor-element-458336e {
  padding-block: clamp(58px, 8vw, 96px);
  background: var(--pg-white);
}

.home .elementor-element-1342409,
.home .elementor-element-1342409 > * {
  border-radius: 10px;
}

/* Turinio ir WooCommerce paviršiai */
.entry-card,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content,
.wpforms-container form {
  border-radius: 8px;
}

.woocommerce table.shop_table,
.woocommerce .cart_totals,
.woocommerce-checkout-review-order {
  border-color: var(--pg-line);
}

/* Poraštė */
#footer {
  color: rgba(255, 255, 255, 0.76);
  background: #121519;
  border-top: 4px solid var(--pg-yellow);
}

#footer [data-row] {
  background: transparent !important;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer strong {
  color: var(--pg-white);
}

#footer a {
  color: rgba(255, 255, 255, 0.78);
}

#footer a:hover {
  color: var(--pg-yellow);
}

#footer a[href="#"] {
  display: none !important;
}

#footer .ct-widget,
#footer .widget {
  line-height: 1.65;
}

/* Mažesni ekranai */
@media (max-width: 689px) {
  #header [data-row="middle"] .ct-container,
  #header [data-row="middle"] .ct-container-fluid {
    min-height: 66px;
  }

  .home .elementor-element-4fd447d {
    padding: 46px 18px 54px;
  }

  .home .elementor-element-80dff31 h2 {
    font-size: clamp(2.05rem, 11vw, 3.2rem);
  }

  .woocommerce ul.products li.product {
    padding: 10px 10px 14px;
  }

  .ct-panel-content {
    background: #121519;
  }

  .ct-panel-content a,
  .ct-panel-content button {
    color: var(--pg-white) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Aktyvios Blocksy antraštės ir hero sluoksnių patikslinimai */
#header .ct-sticky-container,
#header [data-row^="middle"],
#header [data-row^="middle"] > .ct-container,
#header [data-row^="middle"] > .ct-container-fluid {
  background: #121519 !important;
}

#header [data-row^="middle"] .ct-container,
#header [data-row^="middle"] .ct-container-fluid {
  min-height: 76px;
}

#header [data-row^="middle"] a,
#header [data-row^="middle"] button,
#header [data-row^="middle"] .ct-icon-container {
  color: var(--pg-white) !important;
  --theme-icon-color: var(--pg-white);
}

#header [data-row^="middle"] a:hover,
#header [data-row^="middle"] button:hover,
#header [data-row^="middle"] [aria-current="page"] {
  color: var(--pg-yellow) !important;
  --theme-icon-color: var(--pg-yellow);
}

#header [data-row^="middle"] .site-logo-container img {
  filter: brightness(0) invert(1);
}

#header [data-row^="middle"] .sub-menu {
  color: var(--pg-deep);
  background: var(--pg-white) !important;
}

#header [data-row^="middle"] .sub-menu a {
  color: var(--pg-deep) !important;
}

.home .elementor-element-4fd447d::before {
  display: none !important;
  opacity: 0 !important;
}

@media (max-width: 689px) {
  #header [data-row^="middle"] .ct-container,
  #header [data-row^="middle"] .ct-container-fluid {
    min-height: 66px;
  }
}


/* Hero H1 proporcijos */
.home .elementor-element-80dff31 :is(h1, h2) {
  max-width: 880px;
  margin: 0;
  color: var(--pg-deep) !important;
  font-size: clamp(2.25rem, 5.2vw, 4.8rem);
  line-height: 1.04;
  text-wrap: balance;
}

@media (max-width: 689px) {
  .home .elementor-element-80dff31 :is(h1, h2) {
    font-size: clamp(2.05rem, 11vw, 3.2rem);
    line-height: 1.08;
  }
}


/* Hero H1 galutinis prioritetas */
.home .elementor-element.elementor-element-80dff31 .elementor-heading-title {
  font-size: clamp(2.25rem, 5.2vw, 4.8rem) !important;
  line-height: 1.04 !important;
}

@media (max-width: 689px) {
  .home .elementor-element.elementor-element-80dff31 .elementor-heading-title {
    font-size: clamp(2.05rem, 11vw, 3.2rem) !important;
    line-height: 1.08 !important;
  }
}


/* Pagrindinio puslapio kategorijos ir pasitikėjimo blokai */
.home .elementor-element-e7e80b1,
.home .elementor-element-0f540d0 {
  display: none !important;
}

.pg-section,
.pg-home-trust {
  position: relative;
  width: 100%;
}

.pg-section__inner,
.pg-home-trust__inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pg-home-categories {
  padding-block: clamp(64px, 8vw, 104px);
  background: var(--pg-white);
}

.pg-section__heading {
  max-width: 720px;
  margin-bottom: clamp(30px, 5vw, 52px);
}

.pg-section__heading .pg-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(138, 101, 0, 0.2);
  border-radius: 999px;
  color: var(--pg-deep);
  background: var(--pg-yellow);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pg-section__heading h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  text-wrap: balance;
}

.pg-section__heading p {
  max-width: 650px;
  margin: 0;
  color: var(--pg-muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
}

.pg-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.pg-category-card {
  display: flex;
  min-height: 236px;
  flex-direction: column;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--pg-line);
  border-radius: 10px;
  color: var(--pg-deep);
  background:
    linear-gradient(145deg, rgba(255, 205, 5, 0.08), rgba(255, 255, 255, 0) 52%),
    var(--pg-white);
  box-shadow: 0 8px 26px rgba(10, 5, 0, 0.045);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pg-category-card:hover {
  color: var(--pg-deep);
  border-color: rgba(138, 101, 0, 0.4);
  box-shadow: var(--pg-shadow);
  transform: translateY(-4px);
}

.pg-category-card__number {
  margin-bottom: 28px;
  color: var(--pg-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.pg-category-card strong {
  margin-bottom: 10px;
  color: var(--pg-deep);
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  line-height: 1.18;
}

.pg-category-card > span:not(.pg-category-card__number):not(.pg-category-card__arrow) {
  color: var(--pg-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pg-category-card__arrow {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-top: auto;
  padding-top: 22px;
  place-items: center;
  border-radius: 999px;
  color: var(--pg-deep);
  font-size: 1.15rem;
  font-weight: 800;
}

.pg-category-card:hover .pg-category-card__arrow {
  color: var(--pg-deep);
  background: var(--pg-yellow);
}

.pg-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  color: var(--pg-deep);
  font-weight: 800;
  text-decoration-thickness: 1px;
}

.pg-text-link:hover {
  color: var(--pg-gold);
}

.home .elementor-element-458336e {
  padding: clamp(62px, 8vw, 94px) 20px 18px !important;
  background: #121519 !important;
}

.home .elementor-element-458336e .elementor-heading-title {
  max-width: 1180px;
  margin-inline: auto;
  color: var(--pg-white) !important;
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.pg-home-trust {
  padding: 22px 0 clamp(64px, 8vw, 92px);
  color: var(--pg-white);
  background: #121519;
}

.pg-home-trust__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid rgba(255, 255, 255, 0.14);
}

.pg-trust-item {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(18px, 2.5vw, 30px);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.pg-trust-item:first-of-type {
  border-left: 0;
}

.pg-trust-item strong {
  margin-bottom: 8px;
  color: var(--pg-yellow);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.25;
}

.pg-trust-item span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
  line-height: 1.5;
}

.home .elementor-element-e0639cd {
  padding-block: clamp(58px, 8vw, 96px);
  background: var(--pg-paper);
}

@media (max-width: 920px) {
  .pg-category-grid,
  .pg-home-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pg-trust-item:nth-of-type(3) {
    border-left: 0;
  }

  .pg-trust-item:nth-of-type(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
}

@media (max-width: 560px) {
  .pg-section__inner,
  .pg-home-trust__inner {
    width: min(100% - 30px, 1180px);
  }

  .pg-category-grid,
  .pg-home-trust__inner {
    grid-template-columns: 1fr;
  }

  .pg-category-card {
    min-height: 210px;
  }

  .pg-trust-item,
  .pg-trust-item:nth-of-type(3) {
    min-height: 118px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .pg-trust-item:first-of-type {
    border-top: 0;
  }

  .home .elementor-element-458336e {
    padding-inline: 15px !important;
  }
}


/* Hero papildymas ir automatinis išpardavimas */
.home .elementor-element-4fd447d {
  padding-bottom: 30px;
  border-bottom: 0;
}

.pg-hero-support {
  padding: 0 0 clamp(54px, 8vw, 90px);
  background:
    radial-gradient(circle at 84% 0%, rgba(255, 205, 5, 0.28), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f4f4f4 66%, #fff8d6 100%);
  border-bottom: 1px solid var(--pg-line);
}

.pg-hero-support__inner {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.pg-hero-support__inner > p {
  max-width: 760px;
  margin: 0;
  color: var(--pg-muted);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.68;
}

.pg-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.pg-hero-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 19px;
  border: 1px solid var(--pg-deep);
  border-radius: 6px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.pg-hero-button:hover {
  transform: translateY(-1px);
}

.pg-hero-button--primary {
  color: var(--pg-deep);
  border-color: var(--pg-yellow);
  background: var(--pg-yellow);
}

.pg-hero-button--primary:hover {
  color: var(--pg-white);
  border-color: var(--pg-deep);
  background: var(--pg-deep);
}

.pg-hero-button--secondary {
  color: var(--pg-deep);
  background: transparent;
}

.pg-hero-button--secondary:hover {
  color: var(--pg-white);
  background: var(--pg-deep);
}

.pg-home-sale {
  padding-block: clamp(64px, 8vw, 100px);
  background: #fff8d6;
  border-block: 1px solid rgba(138, 101, 0, 0.18);
}

.pg-sale-heading {
  margin-bottom: 34px;
}

.pg-sale-menu-item > .ct-menu-link {
  color: var(--pg-yellow) !important;
  font-weight: 800;
}

.pg-sale-empty {
  max-width: 820px;
  margin: clamp(50px, 8vw, 90px) auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--pg-line);
  border-radius: 10px;
  background: var(--pg-paper);
  text-align: center;
}

.pg-sale-empty h2 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.pg-sale-empty p {
  margin: 0;
  color: var(--pg-muted);
}

.pg-sale-empty .pg-text-link {
  margin-top: 24px;
}

@media (max-width: 560px) {
  .home .elementor-element-4fd447d {
    padding-bottom: 24px;
  }

  .pg-hero-support__inner {
    width: min(100% - 30px, 1180px);
  }

  .pg-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pg-hero-button {
    width: 100%;
  }
}


/* Prekių katalogo navigacija ir prieinamumo valdikliai */
.woocommerce-shop .pg-shop-guide {
	margin: 0 0 clamp(28px, 4vw, 42px);
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--pg-line);
	border-radius: 12px;
	background:
		linear-gradient(135deg, rgba(255, 205, 5, 0.12), transparent 42%),
		var(--pg-paper);
}

.pg-shop-guide__heading {
	max-width: 760px;
	margin-bottom: 24px;
}

.pg-shop-guide__heading .pg-eyebrow {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 6px 11px;
	border-radius: 999px;
	color: var(--pg-deep);
	background: var(--pg-yellow);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: uppercase;
}

.pg-shop-guide__heading h2 {
	margin: 0 0 10px;
	font-size: clamp(1.65rem, 3vw, 2.6rem);
	line-height: 1.08;
	text-wrap: balance;
}

.pg-shop-guide__heading p {
	margin: 0;
	color: var(--pg-muted);
	line-height: 1.6;
}

.pg-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.pg-shop-category-grid a {
	display: flex;
	min-height: 58px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 15px;
	border: 1px solid var(--pg-line);
	border-radius: 8px;
	color: var(--pg-deep);
	background: var(--pg-white);
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1.25;
	text-decoration: none;
	transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.pg-shop-category-grid a:hover {
	color: var(--pg-deep);
	border-color: rgba(138, 101, 0, 0.42);
	background: #fff8d6;
	transform: translateY(-1px);
}

.pg-shop-category-grid a span:last-child {
	color: var(--pg-gold);
	font-size: 1.05rem;
	font-weight: 900;
}

.pg-stock-switch {
	display: inline-flex;
	gap: 6px;
	margin-top: 20px;
	padding: 4px;
	border: 1px solid var(--pg-line);
	border-radius: 9px;
	background: var(--pg-white);
}

.pg-stock-switch a {
	display: inline-flex;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 8px 15px;
	border-radius: 6px;
	color: var(--pg-deep);
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.pg-stock-switch a:hover,
.pg-stock-switch a.is-active {
	color: var(--pg-deep);
	background: var(--pg-yellow);
}

.woocommerce-shop .woo-listing-top {
	margin-bottom: 26px;
	padding: 12px 14px;
	border: 1px solid var(--pg-line);
	border-radius: 10px;
	background: var(--pg-paper);
}

.woocommerce-shop .woocommerce-ordering select {
	min-width: min(280px, 100%);
	background-color: var(--pg-white);
}

.woocommerce-shop ul.products li.product.outofstock .button {
	color: var(--pg-deep) !important;
	border-color: var(--pg-line) !important;
	background: var(--pg-paper) !important;
}

.woocommerce-shop ul.products li.product.outofstock .button:hover {
	color: var(--pg-white) !important;
	border-color: var(--pg-deep) !important;
	background: var(--pg-deep) !important;
}

@media (max-width: 920px) {
	.pg-shop-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.woocommerce-shop .pg-shop-guide {
		margin-inline: -2px;
		padding: 20px 14px;
		border-radius: 10px;
	}

	.pg-shop-category-grid {
		gap: 8px;
	}

	.pg-shop-category-grid a {
		min-height: 62px;
		padding: 10px 11px;
		font-size: 0.86rem;
	}

	.pg-stock-switch {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.woocommerce-shop .woo-listing-top {
		padding: 10px;
	}
}

/* Patvirtinto projekto atitikties sluoksnis. */
:root {
	--pg-approved-ink: #504e4a;
	--pg-approved-ink-deep: #0a0500;
	--pg-approved-paper: #f4f4f4;
	--pg-approved-paper-light: #ffffff;
	--pg-approved-lime: #ffcd05;
	--pg-approved-clay: #8a6500;
	--pg-approved-line: rgba(10, 5, 0, 0.13);
	--pg-approved-muted: #706d67;
	--pg-approved-white: #ffffff;
}

html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--pg-approved-paper-light);
	color: var(--pg-approved-ink);
	font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#header,
#footer { display: none !important; }

.home #main,
.home #main .ct-container-full,
.home #main article,
.home #main .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.home #main .entry-content > * {
	max-width: none !important;
	margin-block: 0 !important;
}

.pg-approved-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pg-approved-announcement {
	min-height: 34px;
	padding: 7px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 48px;
	background: var(--pg-approved-lime);
	color: var(--pg-approved-ink-deep);
	font-size: 12px;
	font-weight: 780;
	letter-spacing: 0.07em;
	line-height: 1.65;
	text-transform: uppercase;
}

.pg-approved-header {
	position: sticky;
	top: 0;
	z-index: 999;
	background: rgba(18, 21, 25, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(16px);
}

.admin-bar .pg-approved-header { top: 32px; }

.pg-approved-header-inner {
	width: min(1400px, calc(100% - 48px));
	min-height: 78px;
	margin-inline: auto;
	display: flex;
	align-items: center;
	gap: 36px;
}

.pg-approved-brand {
	flex: none;
	color: var(--pg-approved-white) !important;
	font-size: 25px;
	font-weight: 820;
	letter-spacing: -0.06em;
	line-height: 1;
	text-decoration: none !important;
}

.pg-approved-brand span { color: var(--pg-approved-lime); }

.pg-approved-desktop-nav {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-right: auto;
}

.pg-approved-desktop-nav a {
	position: relative;
	padding-block: 7px;
	color: rgba(255, 255, 255, 0.82) !important;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
	text-decoration: none !important;
}

.pg-approved-desktop-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	height: 2px;
	background: var(--pg-approved-lime);
	transition: right 180ms ease;
}

.pg-approved-desktop-nav a:hover::after,
.pg-approved-desktop-nav a:focus-visible::after { right: 0; }

.pg-approved-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pg-approved-header-search {
	height: 42px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	background: var(--pg-approved-white);
}

.pg-approved-header-search input {
	width: 155px;
	min-width: 0;
	height: 100%;
	padding: 10px 12px;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: var(--pg-approved-ink);
}

.pg-approved-header-search button {
	height: 100%;
	padding: 0 13px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--pg-approved-ink);
	font-size: 12px;
	font-weight: 750;
}

.pg-approved-cart-link {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 11px 14px;
	border-radius: 6px;
	background: var(--pg-approved-lime);
	color: var(--pg-approved-ink-deep) !important;
	font-size: 13px;
	font-weight: 720;
	line-height: 20px;
	text-decoration: none !important;
}

.pg-approved-cart-count {
	min-width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--pg-approved-ink-deep);
	color: var(--pg-approved-white);
	font-size: 11px;
}

.pg-approved-mobile-menu { display: none; position: relative; }
.pg-approved-mobile-menu summary {
	list-style: none;
	padding: 10px 12px;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 6px;
	color: var(--pg-approved-white);
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}
.pg-approved-mobile-menu summary::-webkit-details-marker { display: none; }
.pg-approved-mobile-panel {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	width: 330px;
	max-width: calc(100vw - 32px);
	display: grid;
	gap: 8px;
	padding: 12px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 8px;
	background: var(--pg-approved-white);
	box-shadow: 0 18px 50px rgba(12, 36, 29, 0.12);
}
.pg-approved-mobile-nav { display: grid; }
.pg-approved-mobile-nav a { padding: 12px; color: var(--pg-approved-ink-deep); font-weight: 650; text-decoration: none; }
.pg-approved-mobile-search { display: grid; gap: 7px; padding: 8px; }
.pg-approved-mobile-search label { color: var(--pg-approved-ink); font-size: 12px; font-weight: 700; }
.pg-approved-mobile-search > div { display: flex; overflow: hidden; border: 1px solid var(--pg-approved-line); border-radius: 6px; }
.pg-approved-mobile-search input[type="search"] { min-width: 0; flex: 1; border: 0; box-shadow: none; }
.pg-approved-mobile-search button { border: 0; background: var(--pg-approved-lime); color: var(--pg-approved-ink-deep); font-weight: 750; }

.pg-approved-home *,
.pg-approved-header *,
.pg-approved-footer * { box-sizing: border-box; }

.pg-approved-home a,
.pg-approved-footer a { text-decoration: none; }

.pg-approved-section-shell {
	width: min(1240px, calc(100% - 48px));
	margin-inline: auto;
}

.pg-approved-section-block { padding-block: 104px; }

.pg-approved-eyebrow {
	display: inline-block;
	color: var(--pg-approved-clay);
	font-size: 12px;
	font-weight: 820;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.pg-approved-hero {
	min-height: 650px;
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	align-items: stretch;
	padding-top: 48px;
	padding-bottom: 64px;
}

.pg-approved-hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: clamp(32px, 7vw, 92px);
}

.pg-approved-hero h1 {
	max-width: 680px;
	margin: 18px 0 26px;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(50px, 5.2vw, 76px);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.045em;
}

.pg-approved-hero h1 em {
	color: var(--pg-approved-ink-deep);
	font-style: normal;
	padding-inline: .035em;
	background: linear-gradient(transparent 72%, rgba(255, 205, 5, .72) 0);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.pg-approved-hero-copy > p {
	max-width: 570px;
	margin: 0;
	color: var(--pg-approved-muted);
	font-size: 18px;
	line-height: 1.7;
}

.pg-approved-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 18px; }
.pg-approved-primary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 22px;
	border: 1px solid var(--pg-approved-ink-deep);
	border-radius: 6px;
	background: var(--pg-approved-ink-deep);
	color: var(--pg-approved-white) !important;
	font-weight: 760;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}
.pg-approved-primary-button:hover,
.pg-approved-primary-button:focus-visible { background: var(--pg-approved-lime); color: var(--pg-approved-ink-deep) !important; transform: translateY(-2px); }

.pg-approved-text-button { display: inline-flex; align-items: center; gap: 14px; color: var(--pg-approved-ink) !important; font-size: 14px; font-weight: 750; }
.pg-approved-text-button span { font-size: 21px; transition: transform 160ms ease; }
.pg-approved-text-button:hover span { transform: translateX(4px); }

.pg-approved-hero-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 56px;
	padding-top: 24px;
	border-top: 1px solid var(--pg-approved-line);
}
.pg-approved-hero-proof div { display: grid; gap: 2px; }
.pg-approved-hero-proof strong { color: var(--pg-approved-ink-deep); font-size: 22px; letter-spacing: -.04em; }
.pg-approved-hero-proof span { color: var(--pg-approved-muted); font-size: 12px; }

.pg-approved-hero-visual {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border: 1px solid var(--pg-approved-line);
	border-radius: 10px;
	background: #f2f2f1;
	color: var(--pg-approved-ink-deep) !important;
}
.pg-approved-hero-visual::before {
	content: "GERA KAINA";
	position: absolute;
	left: -10px;
	top: 30%;
	color: rgba(10,5,0,.045);
	font-size: clamp(72px,10vw,150px);
	font-weight: 900;
	letter-spacing: -.08em;
	transform: rotate(-8deg);
}
.pg-approved-hero-visual img {
	position: absolute;
	width: 72%;
	height: 76%;
	right: 7%;
	bottom: 6%;
	object-fit: contain;
	border-radius: 6px;
	mix-blend-mode: multiply;
	filter: saturate(.85) contrast(1.02);
}
.pg-approved-hero-label {
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 22px;
	display: grid;
	gap: 3px;
	padding: 13px 15px;
	border-radius: 6px;
	background: var(--pg-approved-lime);
	color: var(--pg-approved-ink-deep);
}
.pg-approved-hero-label span { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.pg-approved-hero-label strong { font-size: 13px; }
.pg-approved-hero-product-name { position: absolute; z-index: 2; left: 24px; bottom: 24px; max-width: 58%; font-size: 19px; font-weight: 790; letter-spacing: -.025em; }
.pg-approved-hero-price { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: grid; justify-items: end; }
.pg-approved-hero-price del { color: var(--pg-approved-muted); font-size: 13px; }
.pg-approved-hero-price strong { color: var(--pg-approved-ink-deep); font-size: 28px; letter-spacing: -.04em; }

.pg-approved-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: #121519; color: var(--pg-approved-white); }
.pg-approved-trust-strip > div { min-height: 150px; padding: 32px 34px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.pg-approved-trust-strip strong { display: block; margin-bottom: 7px; font-size: 17px; }
.pg-approved-trust-strip p { margin: 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.5; }

.pg-approved-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 44px; }
.pg-approved-section-heading h2,
.pg-approved-why-heading h2 { margin: 9px 0 0; color: var(--pg-approved-ink-deep); font-size: clamp(38px,4vw,62px); line-height: 1.07; letter-spacing: -.045em; }
.pg-approved-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pg-approved-category-card {
	position: relative;
	min-height: 245px;
	display: flex;
	flex-direction: column;
	padding: 26px;
	overflow: hidden;
	border: 1px solid var(--pg-approved-line);
	border-radius: 8px;
	background: var(--pg-approved-white);
	color: var(--pg-approved-ink-deep) !important;
	transition: transform 180ms ease, box-shadow 180ms ease;
}
.pg-approved-category-card:hover,
.pg-approved-category-card:focus-visible { transform: translateY(-4px); border-color: var(--pg-approved-lime); box-shadow: 0 18px 46px rgba(10,5,0,.08); }
.pg-approved-category-card > span { align-self: flex-end; color: var(--pg-approved-clay); font-size: 11px; font-weight: 600; }
.pg-approved-category-card h3 { margin: auto 0 8px; color: var(--pg-approved-ink-deep); font-size: clamp(24px,2.1vw,32px); line-height: .96; letter-spacing: -.055em; }
.pg-approved-category-card p { min-height: 43px; margin: 0 0 24px; color: var(--pg-approved-ink); font-size: 13px; line-height: 1.55; opacity: .72; }
.pg-approved-category-card b { color: var(--pg-approved-ink-deep); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }

.pg-approved-sale-home { background: var(--pg-approved-lime); }
.pg-approved-sale-home .pg-approved-eyebrow { color: var(--pg-approved-ink-deep); }
.pg-approved-sale-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.pg-approved-sale-heading h2 { margin: 8px 0 12px; color: var(--pg-approved-ink-deep); font-size: clamp(48px,6vw,80px); line-height: 1.04; letter-spacing: -.05em; }
.pg-approved-sale-heading p { max-width: 650px; margin: 0; color: #51460f; }
.pg-approved-sale-link { flex: none; padding: 14px 18px; border-radius: 6px; background: var(--pg-approved-ink-deep); color: #fff !important; font-size: 13px; font-weight: 760; }
.pg-approved-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pg-approved-product-card { display: flex; flex-direction: column; overflow: hidden; border-radius: 8px; background: #fff; }
.pg-approved-product-image { min-height: 260px; display: grid; place-items: center; background: #f4f4f4; }
.pg-approved-product-image img { width: 82%; height: 230px; object-fit: contain; mix-blend-mode: multiply; }
.pg-approved-product-content { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 20px; }
.pg-approved-product-title { color: var(--pg-approved-ink-deep) !important; font-weight: 720; line-height: 1.35; }
.pg-approved-product-price { margin-top: auto; color: var(--pg-approved-ink-deep); font-size: 18px; font-weight: 800; }
.pg-approved-product-price del { color: var(--pg-approved-muted); font-size: 13px; }
.pg-approved-product-button { display: inline-flex; justify-content: center; padding: 12px; border-radius: 6px; background: var(--pg-approved-ink-deep); color: #fff !important; font-size: 12px; font-weight: 750; }

.pg-approved-why-section { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(56px,8vw,112px); align-items: start; }
.pg-approved-why-heading h2 { max-width: 650px; margin: 12px 0 24px; font-size: clamp(40px,4.2vw,62px); line-height: 1.08; }
.pg-approved-why-heading p { max-width: 600px; margin: 0 0 30px; color: var(--pg-approved-muted); font-size: 17px; line-height: 1.75; }
.pg-approved-why-list { border-top: 1px solid var(--pg-approved-line); }
.pg-approved-why-list > div { display: grid; grid-template-columns: minmax(150px,.8fr) 1.2fr; gap: 28px; padding: 27px 0; border-bottom: 1px solid var(--pg-approved-line); }
.pg-approved-why-list strong { color: var(--pg-approved-ink-deep); font-size: 17px; }
.pg-approved-why-list span { color: var(--pg-approved-muted); font-size: 14px; line-height: 1.5; }

.pg-approved-footer {
	padding: 72px max(24px, calc((100vw - 1240px) / 2)) 24px;
	background: var(--pg-approved-ink-deep);
	color: var(--pg-approved-white);
}
.pg-approved-footer-main { display: grid; grid-template-columns: minmax(260px,1.65fr) repeat(4,minmax(135px,1fr)); gap: clamp(28px,3.5vw,54px); padding-bottom: 64px; }
.pg-approved-footer-brand { display: inline-block; margin-bottom: 18px; font-size: 31px; }
.pg-approved-footer-main > div:first-child p { max-width: 360px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.65; }
.pg-approved-footer-main > div:not(:first-child) { display: grid; align-content: start; gap: 12px; }
.pg-approved-footer-main h2 { margin: 0 0 7px; color: var(--pg-approved-lime); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.pg-approved-footer-main a,
.pg-approved-footer-main span { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.5; }
.pg-approved-footer-main a:hover { color: var(--pg-approved-white); }
.pg-approved-footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }

@media (max-width: 1080px) {
	.pg-approved-desktop-nav { display: none; }
	.pg-approved-header-actions { margin-left: auto; }
	.pg-approved-mobile-menu { display: block; }
	.pg-approved-hero { grid-template-columns: 1fr .9fr; }
	.pg-approved-category-grid { grid-template-columns: repeat(2,1fr); }
	.pg-approved-footer-main { grid-template-columns: 1.5fr repeat(2,1fr); }
	.pg-approved-product-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
	.admin-bar .pg-approved-header { top: 46px; }
	.pg-approved-section-shell { width: min(100% - 32px, 680px); }
	.pg-approved-header-inner { width: calc(100% - 32px); min-height: 68px; }
	.pg-approved-header-search { display: none; }
	.pg-approved-hero { grid-template-columns: 1fr; gap: 36px; padding-top: 70px; }
	.pg-approved-hero-copy { padding-right: 0; }
	.pg-approved-hero-visual { min-height: 520px; }
	.pg-approved-trust-strip { grid-template-columns: repeat(2,1fr); }
	.pg-approved-trust-strip > div:nth-child(2) { border-right: 0; }
	.pg-approved-trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
	.pg-approved-why-section { grid-template-columns: 1fr; }
	.pg-approved-footer-main { grid-template-columns: 1.4fr 1fr; }
	.pg-approved-sale-heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
	.pg-approved-announcement { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
	.pg-approved-announcement-secondary { display: none; }
	.pg-approved-brand { font-size: 21px; }
	.pg-approved-cart-link { padding-inline: 10px; font-size: 0; }
	.pg-approved-cart-link::before { content: "Krepšelis"; font-size: 12px; }
	.pg-approved-section-block { padding-block: 74px; }
	.pg-approved-hero { min-height: auto; padding-top: 54px; }
	.pg-approved-hero h1 { font-size: clamp(42px,12.8vw,54px); line-height: 1.07; letter-spacing: -.04em; }
	.pg-approved-hero-copy > p { font-size: 16px; }
	.pg-approved-hero-actions,
	.pg-approved-section-heading,
	.pg-approved-footer-bottom { align-items: flex-start; flex-direction: column; }
	.pg-approved-hero-proof { gap: 10px; }
	.pg-approved-hero-proof strong { font-size: 17px; }
	.pg-approved-hero-proof span { font-size: 10px; }
	.pg-approved-hero-visual { min-height: 430px; }
	.pg-approved-hero-visual img { width: 85%; height: 73%; right: 0; }
	.pg-approved-hero-product-name { max-width: 160px; font-size: 16px; }
	.pg-approved-trust-strip { grid-template-columns: 1fr; }
	.pg-approved-trust-strip > div { min-height: 125px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
	.pg-approved-category-grid,
	.pg-approved-product-grid { grid-template-columns: 1fr; }
	.pg-approved-category-card { min-height: 230px; }
	.pg-approved-why-section { gap: 44px; }
	.pg-approved-why-list > div { grid-template-columns: 1fr; gap: 8px; }
	.pg-approved-footer-main { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.pg-approved-home *,
	.pg-approved-header *,
	.pg-approved-footer * { transition-duration: .01ms !important; }
}



/* Patvirtinto projekto „Visų prekių“ puslapis. */
.woocommerce-shop .hero-section,
.woocommerce-shop .pg-shop-guide,
.woocommerce-shop .woo-listing-top > .ct-toggle-filter-panel,
.woocommerce-shop .woo-listing-top > .woocommerce-result-count,
.woocommerce-shop .woo-listing-top > .woocommerce-ordering,
.woocommerce-shop ul.products,
.woocommerce-shop .woocommerce-pagination {
	display: none !important;
}

.woocommerce-shop .woo-listing-top {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pg-approved-catalog-page {
	width: 100%;
	padding: 42px 0 92px;
	color: var(--pg-approved-ink);
}

.pg-approved-page-intro {
	max-width: 700px;
	margin-bottom: 28px;
}

.pg-approved-page-intro h1 {
	margin: 8px 0 0;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(46px, 6vw, 82px);
	font-weight: 820;
	letter-spacing: -0.065em;
	line-height: .94;
}

.pg-approved-page-intro p {
	max-width: 660px;
	margin: 12px 0 0;
	font-size: 16px;
	line-height: 1.55;
}

.pg-approved-category-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 12px;
}

.pg-approved-category-filter a,
.pg-approved-catalog-toolbar nav a {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	padding: 8px 13px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 6px;
	background: #fff;
	color: var(--pg-approved-ink-deep) !important;
	font-size: 12px;
	font-weight: 720;
	text-decoration: none !important;
}

.pg-approved-category-filter a:hover,
.pg-approved-category-filter a.active,
.pg-approved-catalog-toolbar nav a:hover,
.pg-approved-catalog-toolbar nav a.active {
	border-color: var(--pg-approved-ink-deep);
	background: var(--pg-approved-ink-deep);
	color: #fff !important;
}

.pg-approved-catalog-actions {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) minmax(300px, .72fr);
	gap: 16px;
	margin-bottom: 12px;
	padding: 16px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 8px;
	background: #f7f7f6;
}

.pg-approved-catalog-search,
.pg-approved-catalog-sort {
	display: grid;
	gap: 7px;
	margin: 0;
}

.pg-approved-catalog-search label,
.pg-approved-catalog-sort label {
	color: var(--pg-approved-muted);
	font-size: 11px;
	font-weight: 760;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pg-approved-catalog-search > div,
.pg-approved-catalog-sort > div {
	display: flex;
	overflow: hidden;
	border-radius: 6px;
}

.pg-approved-catalog-search input,
.pg-approved-catalog-sort select {
	min-width: 0;
	min-height: 46px;
	flex: 1;
	padding: 10px 12px;
	border: 1px solid var(--pg-approved-line) !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pg-approved-ink-deep);
}

.pg-approved-catalog-search button,
.pg-approved-catalog-sort button {
	min-height: 46px;
	padding: 10px 15px;
	border: 1px solid var(--pg-approved-ink-deep);
	border-radius: 0;
	background: var(--pg-approved-ink-deep);
	color: #fff;
	font-size: 12px;
	font-weight: 760;
}

.pg-approved-catalog-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
	padding: 12px 0;
	border-bottom: 1px solid var(--pg-approved-line);
}

.pg-approved-catalog-toolbar nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pg-approved-catalog-toolbar > span,
.pg-approved-search-result,
.pg-approved-unavailable-content > p {
	color: var(--pg-approved-muted);
	font-size: 13px;
}

.pg-approved-search-result { margin: 0 0 24px; }

.pg-approved-catalog-groups {
	display: grid;
	gap: 54px;
}

.pg-approved-catalog-group-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--pg-approved-line);
}

.pg-approved-catalog-group-heading h2 {
	margin: 7px 0 0;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(32px, 3.8vw, 52px);
	font-weight: 820;
	letter-spacing: -.055em;
	line-height: 1;
}

.pg-approved-catalog-group-heading > span {
	color: var(--pg-approved-muted);
	font-size: 13px;
}

.pg-approved-catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pg-approved-catalog-card {
	min-width: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--pg-approved-line);
	border-radius: 8px;
	background: #fff;
}

.pg-approved-catalog-image {
	position: relative;
	height: 260px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #f4f4f4;
}

.pg-approved-catalog-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 18px;
	transition: transform 220ms ease;
}

.pg-approved-catalog-card:hover .pg-approved-catalog-image img { transform: scale(1.025); }
.pg-approved-catalog-card.is-unavailable .pg-approved-catalog-image img { opacity: .72; }

.pg-approved-availability-badge {
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 16px;
	padding: 7px 9px;
	border-radius: 999px;
	background: #2a2d31;
	color: #fff;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.pg-approved-catalog-content {
	min-height: 250px;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.pg-approved-product-category {
	color: var(--pg-approved-clay) !important;
	font-size: 11px;
	font-weight: 760;
	letter-spacing: .07em;
	text-decoration: none !important;
	text-transform: uppercase;
}

.pg-approved-catalog-content h3 {
	margin: 10px 0 12px;
	font-size: 20px;
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.14;
}

.pg-approved-catalog-content h3 a {
	color: var(--pg-approved-ink-deep) !important;
	text-decoration: none !important;
}

.pg-approved-stock-status {
	color: #23724b;
	font-size: 12px;
	font-weight: 720;
}

.pg-approved-stock-status.out-of-stock { color: #7b6258; }

.pg-approved-catalog-bottom {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 24px;
}

.pg-approved-catalog-price {
	color: var(--pg-approved-ink-deep);
	font-size: 20px;
	font-weight: 790;
	line-height: 1.1;
}

.pg-approved-catalog-price del {
	display: block;
	margin-bottom: 4px;
	color: var(--pg-approved-muted);
	font-size: 12px;
	font-weight: 550;
}

.pg-approved-catalog-price ins { color: var(--pg-approved-ink-deep); text-decoration: none; }

.pg-approved-add-button,
.pg-approved-details-button {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border: 1px solid var(--pg-approved-ink-deep);
	border-radius: 6px;
	font-size: 12px;
	font-weight: 760;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}

.pg-approved-add-button {
	background: var(--pg-approved-ink-deep);
	color: #fff !important;
}

.pg-approved-details-button {
	background: #fff;
	color: var(--pg-approved-ink-deep) !important;
}

.pg-approved-unavailable-catalog {
	border-top: 1px solid var(--pg-approved-line);
	border-bottom: 1px solid var(--pg-approved-line);
}

.pg-approved-unavailable-catalog summary {
	min-height: 112px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 24px 4px;
	cursor: pointer;
	color: var(--pg-approved-ink-deep);
	list-style: none;
}

.pg-approved-unavailable-catalog summary::-webkit-details-marker { display: none; }
.pg-approved-unavailable-catalog summary > span { display: grid; gap: 4px; }

.pg-approved-unavailable-catalog summary small {
	color: var(--pg-approved-muted);
	font-size: 11px;
	font-weight: 760;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.pg-approved-unavailable-catalog summary strong {
	font-size: clamp(27px, 3vw, 40px);
	font-weight: 820;
	letter-spacing: -.045em;
	line-height: 1.05;
}

.pg-approved-unavailable-catalog summary b {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	padding: 11px 16px;
	border-radius: 6px;
	background: var(--pg-approved-ink-deep);
	color: #fff;
	font-size: 12px;
	white-space: nowrap;
}

.pg-approved-unavailable-catalog summary b::after { content: " +"; margin-left: 8px; color: var(--pg-approved-lime); }
.pg-approved-unavailable-catalog[open] summary b::after { content: " −"; }

.pg-approved-unavailable-content { padding: 8px 0 48px; }
.pg-approved-unavailable-content > p { max-width: 760px; margin: -10px 0 28px; line-height: 1.65; }

.pg-approved-no-results {
	padding: 50px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 8px;
	background: #f7f7f6;
	text-align: center;
}

.pg-approved-no-results h2 { margin: 0 0 8px; color: var(--pg-approved-ink-deep); }
.pg-approved-no-results p { margin: 0 0 20px; }

@media (max-width: 1080px) {
	.pg-approved-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
	.pg-approved-catalog-actions { grid-template-columns: 1fr; }
	.pg-approved-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.pg-approved-catalog-toolbar { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
	.pg-approved-catalog-page { padding: 28px 0 64px; }
	.pg-approved-page-intro h1 { font-size: 46px; }
	.pg-approved-catalog-actions { padding: 12px; }
	.pg-approved-catalog-search > div,
	.pg-approved-catalog-sort > div { flex-direction: column; overflow: visible; gap: 8px; }
	.pg-approved-catalog-search input,
	.pg-approved-catalog-sort select,
	.pg-approved-catalog-search button,
	.pg-approved-catalog-sort button { width: 100%; border-radius: 6px !important; }
	.pg-approved-catalog-grid { grid-template-columns: 1fr; }
	.pg-approved-catalog-group-heading { align-items: flex-start; flex-direction: column; }
	.pg-approved-unavailable-catalog summary { align-items: flex-start; flex-direction: column; }
	.pg-approved-unavailable-catalog summary b { width: 100%; justify-content: center; }
	.pg-approved-catalog-image { height: 300px; }
}



/* Patvirtinto katalogo puslapyje senas temos puslapiavimas nerodomas. */
.post-type-archive-product .ct-pagination { display: none !important; }

/* Patvirtinto projekto informacinių ir grąžinimo puslapių atitiktis. */
.page-id-1922 .hero-section,
.page-id-1924 .hero-section {
	display: none !important;
}

.page-id-1922 #main .ct-container-full,
.page-id-1924 #main .ct-container-full,
.page-id-1922 #main article,
.page-id-1924 #main article,
.page-id-1922 #main .entry-content,
.page-id-1924 #main .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.page-id-1922 .page-shell,
.page-id-1924 .page-shell {
	min-height: 62vh;
	padding-top: 64px;
	padding-bottom: 104px;
}

.page-id-1922 .page-intro,
.page-id-1924 .page-intro {
	max-width: 840px;
	margin-bottom: 54px;
}

.page-id-1922 .page-intro h1,
.page-id-1924 .page-intro h1 {
	margin: 9px 0 0;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 760;
	line-height: 1.07;
	letter-spacing: -0.045em;
}

.page-id-1922 .page-intro p,
.page-id-1924 .page-intro p {
	max-width: 680px;
	margin: 22px 0 0;
	color: var(--pg-approved-muted);
	font-size: 17px;
	line-height: 1.7;
}

.page-id-1922 .page-intro a,
.page-id-1924 .page-intro a,
.page-id-1922 .legal-content a,
.page-id-1924 .legal-after-form a {
	color: var(--pg-approved-ink-deep) !important;
	font-weight: 720;
	text-decoration: underline;
	text-decoration-color: var(--pg-approved-lime);
	text-decoration-thickness: 3px;
}

.page-id-1922 .legal-subnav,
.page-id-1924 .legal-subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: -12px 0 52px;
	padding: 14px 0;
	border-top: 1px solid var(--pg-approved-line);
	border-bottom: 1px solid var(--pg-approved-line);
}

.page-id-1922 .legal-subnav a,
.page-id-1924 .legal-subnav a {
	padding: 9px 12px;
	border-radius: 7px;
	color: var(--pg-approved-muted) !important;
	font-size: 12px;
	font-weight: 720;
	line-height: 1.4;
	text-decoration: none !important;
}

.page-id-1922 .legal-subnav a:hover,
.page-id-1922 .legal-subnav a:focus-visible,
.page-id-1922 .legal-subnav a.active,
.page-id-1924 .legal-subnav a:hover,
.page-id-1924 .legal-subnav a:focus-visible,
.page-id-1924 .legal-subnav a.active {
	background: var(--pg-approved-ink-deep);
	color: var(--pg-approved-white) !important;
}

.page-id-1922 .information-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.page-id-1922 .information-grid article {
	min-height: 340px;
	padding: 30px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 14px;
	background: #f7f7f6;
}

.page-id-1922 .information-grid article > span {
	display: block;
	margin-bottom: 52px;
	color: var(--pg-approved-clay);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.page-id-1922 .information-grid h2,
.page-id-1922 .legal-content h2,
.page-id-1922 .support-callout h2 {
	color: var(--pg-approved-ink-deep);
	letter-spacing: -0.04em;
}

.page-id-1922 .information-grid h2 {
	margin: 0 0 14px;
	font-size: 28px;
	line-height: 1.1;
}

.page-id-1922 .information-grid p,
.page-id-1922 .legal-content p {
	margin: 0;
	color: var(--pg-approved-muted);
	line-height: 1.75;
}

.page-id-1922 .legal-content {
	max-width: 820px;
	margin-top: 72px;
}

.page-id-1922 .legal-content section {
	padding: 34px 0;
	border-top: 1px solid var(--pg-approved-line);
}

.page-id-1922 .legal-content section:last-child {
	border-bottom: 1px solid var(--pg-approved-line);
}

.page-id-1922 .legal-content h2 {
	margin: 0;
	font-size: 25px;
}

.page-id-1922 .legal-content h2 + p,
.page-id-1922 .legal-content p + p {
	margin-top: 12px;
}

.page-id-1922 .support-callout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
	margin-top: 70px;
	padding: 44px;
	border-radius: 18px;
	background: #121519;
	color: #fff;
}

.page-id-1922 .support-callout h2 {
	margin: 9px 0 12px;
	color: #fff;
	font-size: clamp(30px, 3.5vw, 48px);
	line-height: 1.08;
}

.page-id-1922 .support-callout p {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, 0.67);
	line-height: 1.65;
}

.page-id-1924 .form-notice {
	max-width: 920px;
	margin-bottom: 28px;
	padding: 24px 26px;
	border-left: 4px solid var(--pg-approved-lime);
	border-radius: 14px;
	background: #fff8d8;
}

.page-id-1924 .form-notice strong {
	color: var(--pg-approved-ink-deep);
}

.page-id-1924 .form-notice p {
	margin: 7px 0 0;
	color: var(--pg-approved-muted);
	line-height: 1.7;
}

.page-id-1924 .wpforms-container {
	max-width: 920px !important;
	margin: 0 !important;
	padding: clamp(24px, 4vw, 46px) !important;
	border: 1px solid var(--pg-approved-line) !important;
	border-radius: 18px !important;
	background: #f6f5f2 !important;
}

.page-id-1924 .wpforms-form input[type="text"],
.page-id-1924 .wpforms-form input[type="email"],
.page-id-1924 .wpforms-form input[type="tel"],
.page-id-1924 .wpforms-form textarea,
.page-id-1924 .wpforms-form select {
	border-color: rgba(10, 5, 0, 0.22) !important;
	border-radius: 7px !important;
	background: var(--pg-approved-white) !important;
}

.page-id-1924 .wpforms-form input:focus,
.page-id-1924 .wpforms-form textarea:focus,
.page-id-1924 .wpforms-form select:focus {
	border-color: var(--pg-approved-ink-deep) !important;
	box-shadow: 0 0 0 3px rgba(255, 205, 5, 0.45) !important;
}

.page-id-1924 .wpforms-form .wpforms-field-label {
	color: var(--pg-approved-ink-deep) !important;
	font-size: 13px !important;
	font-weight: 730 !important;
}

.page-id-1924 .wpforms-form button[type="submit"] {
	min-height: 48px !important;
	padding: 0 22px !important;
	border: 1px solid var(--pg-approved-ink-deep) !important;
	border-radius: 7px !important;
	background: var(--pg-approved-ink-deep) !important;
	color: var(--pg-approved-white) !important;
	font-weight: 760 !important;
}

.page-id-1924 .wpforms-form button[type="submit"]:hover,
.page-id-1924 .wpforms-form button[type="submit"]:focus-visible {
	border-color: var(--pg-approved-lime) !important;
	background: var(--pg-approved-lime) !important;
	color: var(--pg-approved-ink-deep) !important;
}

.page-id-1924 .legal-after-form {
	max-width: 920px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding-top: 24px;
}

.page-id-1924 .legal-after-form p {
	max-width: 650px;
	margin: 0;
	color: var(--pg-approved-muted);
	font-size: 12px;
	line-height: 1.6;
}

@media (max-width: 1080px) {
	.page-id-1922 .information-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.page-id-1922 .information-grid article {
		min-height: 280px;
	}

	.page-id-1922 .information-grid article > span {
		margin-bottom: 36px;
	}

	.page-id-1922 .support-callout {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 560px) {
	.page-id-1922 .page-shell,
	.page-id-1924 .page-shell {
		padding-top: 44px;
		padding-bottom: 72px;
	}

	.page-id-1922 .legal-subnav,
	.page-id-1924 .legal-subnav {
		flex-wrap: nowrap;
		margin-inline: -16px;
		padding-inline: 16px;
		overflow-x: auto;
	}

	.page-id-1922 .legal-subnav a,
	.page-id-1924 .legal-subnav a {
		flex: none;
	}

	.page-id-1922 .information-grid {
		grid-template-columns: 1fr;
	}

	.page-id-1924 .legal-after-form {
		align-items: flex-start;
		flex-direction: column;
	}
}


/* Patvirtinto projekto kontaktų, patarimų ir straipsnių dizainas. */
.page-id-616 .hero-section,
.page-id-13 .hero-section {
	display: none !important;
}

.page-id-616 #main .ct-container-full,
.page-id-13 #main .ct-container-full,
.page-id-616 #main article,
.page-id-13 #main article,
.page-id-616 #main .entry-content,
.page-id-13 #main .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pg-approved-contact-page,
.pg-approved-advice-page,
.pg-approved-article-page {
	min-height: 62vh;
	padding-top: 64px;
	padding-bottom: 104px;
}

.pg-approved-contact-page .page-intro,
.pg-approved-advice-page .page-intro {
	max-width: 760px;
	margin-bottom: 54px;
}

.pg-approved-contact-page .page-intro h1,
.pg-approved-advice-page .page-intro h1 {
	margin: 9px 0 0;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 760;
	line-height: 1.07;
	letter-spacing: -0.045em;
}

.pg-approved-contact-page .page-intro p,
.pg-approved-advice-page .page-intro p {
	max-width: 680px;
	margin: 22px 0 0;
	color: var(--pg-approved-muted);
	font-size: 17px;
	line-height: 1.7;
}

.pg-approved-contact-page .contact-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pg-approved-contact-page .contact-grid > * {
	min-height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 28px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 14px;
	background: var(--pg-approved-paper);
	color: var(--pg-approved-ink-deep) !important;
	text-decoration: none !important;
	transition: background 160ms ease, transform 160ms ease;
}

.pg-approved-contact-page .contact-grid > a:hover,
.pg-approved-contact-page .contact-grid > a:focus-visible {
	background: var(--pg-approved-lime);
	transform: translateY(-2px);
}

.pg-approved-contact-page .contact-grid span {
	margin-bottom: auto;
	color: var(--pg-approved-clay);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.pg-approved-contact-page .contact-grid strong {
	margin-bottom: 5px;
	font-size: clamp(20px, 2vw, 29px);
	letter-spacing: -0.04em;
}

.pg-approved-contact-page .contact-grid small {
	color: var(--pg-approved-muted);
	line-height: 1.55;
}

.pg-approved-contact-page .seller-section {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
	gap: clamp(48px, 8vw, 110px);
	align-items: start;
	margin-top: 76px;
	padding: 48px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 18px;
	background: #f6f5f2;
}

.pg-approved-contact-page .seller-section h2 {
	margin: 10px 0 16px;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(30px, 3.3vw, 46px);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.pg-approved-contact-page .seller-section p {
	color: var(--pg-approved-muted);
	line-height: 1.7;
}

.pg-approved-contact-page .seller-details {
	margin: 0;
	border-top: 1px solid var(--pg-approved-line);
}

.pg-approved-contact-page .seller-details div {
	display: grid;
	grid-template-columns: 140px 1fr;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--pg-approved-line);
}

.pg-approved-contact-page .seller-details dt {
	color: var(--pg-approved-muted);
	font-size: 12px;
	font-weight: 700;
}

.pg-approved-contact-page .seller-details dd {
	margin: 0;
	color: var(--pg-approved-ink-deep);
	font-size: 14px;
	font-weight: 650;
}

.pg-approved-contact-page .seller-details a,
.pg-approved-contact-page .faq-list a {
	color: var(--pg-approved-ink-deep) !important;
	font-weight: 720;
	text-decoration: underline;
	text-decoration-color: var(--pg-approved-lime);
	text-decoration-thickness: 3px;
}

.pg-approved-contact-page .faq-section {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 80px;
	margin-top: 100px;
	padding-top: 80px;
	border-top: 1px solid var(--pg-approved-line);
}

.pg-approved-contact-page .faq-section h2 {
	margin: 10px 0 0;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(36px, 4vw, 56px);
	line-height: 1;
	letter-spacing: -0.055em;
}

.pg-approved-contact-page .faq-list details {
	border-top: 1px solid var(--pg-approved-line);
}

.pg-approved-contact-page .faq-list details:last-child {
	border-bottom: 1px solid var(--pg-approved-line);
}

.pg-approved-contact-page .faq-list summary {
	position: relative;
	padding: 23px 42px 23px 0;
	list-style: none;
	color: var(--pg-approved-ink-deep);
	font-weight: 740;
	cursor: pointer;
}

.pg-approved-contact-page .faq-list summary::-webkit-details-marker {
	display: none;
}

.pg-approved-contact-page .faq-list summary::after {
	content: "+";
	position: absolute;
	right: 5px;
	font-size: 22px;
}

.pg-approved-contact-page .faq-list details[open] summary::after {
	content: "−";
}

.pg-approved-contact-page .faq-list p {
	margin: 0;
	padding: 0 40px 22px 0;
	color: var(--pg-approved-muted);
	line-height: 1.65;
}

.pg-approved-advice-page .article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.pg-approved-advice-page .article-card {
	min-height: 390px;
	display: flex;
	flex-direction: column;
	padding: 28px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 14px;
	background: var(--pg-approved-white);
	transition: border-color 160ms ease, transform 160ms ease;
}

.pg-approved-advice-page .article-card:hover {
	border-color: var(--pg-approved-lime);
	transform: translateY(-3px);
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	color: var(--pg-approved-clay);
	font-size: 11px;
	font-weight: 760;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.pg-approved-advice-page .article-number {
	align-self: flex-end;
	margin: 34px 0 auto;
	color: #c5c2bd;
	font-size: 12px;
	font-weight: 650;
}

.pg-approved-advice-page .article-card h2 {
	margin: 0 0 14px;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(25px, 2.5vw, 34px);
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.pg-approved-advice-page .article-card h2 a {
	color: inherit !important;
	text-decoration: none !important;
}

.pg-approved-advice-page .article-card h2 a:hover {
	text-decoration: underline !important;
	text-decoration-color: var(--pg-approved-lime) !important;
	text-decoration-thickness: 4px !important;
}

.pg-approved-advice-page .article-card > p {
	margin: 0 0 24px;
	color: var(--pg-approved-muted);
	font-size: 14px;
	line-height: 1.65;
}

.pg-approved-article-view #header,
.pg-approved-article-view #footer {
	display: none !important;
}

.pg-approved-virtual-main {
	width: 100%;
	margin: 0;
	padding: 0;
}

.pg-approved-article-page .breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--pg-approved-muted);
	font-size: 12px;
}

.pg-approved-article-page .breadcrumbs a {
	color: var(--pg-approved-ink-deep) !important;
	font-weight: 680;
	text-decoration: none !important;
}

.pg-approved-article-page .article-header {
	max-width: 900px;
	padding: 36px 0 62px;
}

.pg-approved-article-page .article-header h1 {
	margin: 18px 0 26px;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(48px, 6vw, 82px);
	line-height: 1.06;
	letter-spacing: -0.05em;
}

.pg-approved-article-page .article-header > p {
	max-width: 760px;
	margin: 0;
	color: var(--pg-approved-muted);
	font-size: 19px;
	line-height: 1.75;
}

.pg-approved-article-page .article-byline {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 28px;
	color: var(--pg-approved-muted);
	font-size: 12px;
}

.pg-approved-article-page .article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: clamp(54px, 8vw, 110px);
	align-items: start;
	padding-top: 58px;
	border-top: 1px solid var(--pg-approved-line);
}

.pg-approved-article-page .article-body {
	max-width: 740px;
}

.pg-approved-article-page .article-body section + section {
	margin-top: 52px;
}

.pg-approved-article-page .article-body h2 {
	margin: 0 0 16px;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(28px, 3vw, 38px);
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.pg-approved-article-page .article-body p {
	color: var(--pg-approved-ink);
	font-size: 17px;
	line-height: 1.8;
}

.pg-approved-article-page .article-body p + p {
	margin-top: 14px;
}

.pg-approved-article-page .article-checklist {
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 22px 24px 22px 46px;
	border-left: 4px solid var(--pg-approved-lime);
	border-radius: 14px;
	background: #f6f5f2;
}

.pg-approved-article-page .article-aside {
	position: sticky;
	top: 138px;
	padding: 28px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 14px;
	background: var(--pg-approved-paper);
}

.pg-approved-article-page .article-aside p {
	margin: 14px 0 24px;
	color: var(--pg-approved-muted);
	font-size: 14px;
	line-height: 1.6;
}

.pg-approved-article-page .article-aside .pg-approved-primary-button {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.pg-approved-article-page .article-back {
	margin-top: 80px;
	padding-top: 28px;
	border-top: 1px solid var(--pg-approved-line);
}

@media (max-width: 1080px) {
	.pg-approved-advice-page .article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.pg-approved-contact-page .seller-section,
	.pg-approved-contact-page .faq-section,
	.pg-approved-article-page .article-layout {
		grid-template-columns: 1fr;
	}

	.pg-approved-contact-page .seller-section {
		padding: 34px;
	}

	.pg-approved-article-page .article-aside {
		position: static;
		max-width: 560px;
	}
}

@media (max-width: 560px) {
	.pg-approved-contact-page,
	.pg-approved-advice-page,
	.pg-approved-article-page {
		padding-top: 44px;
		padding-bottom: 72px;
	}

	.pg-approved-contact-page .contact-grid,
	.pg-approved-advice-page .article-grid {
		grid-template-columns: 1fr;
	}

	.pg-approved-advice-page .article-card {
		min-height: 330px;
	}

	.pg-approved-contact-page .seller-section {
		margin-inline: -16px;
		padding: 30px 24px;
	}

	.pg-approved-contact-page .seller-details div {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}


/* Patvirtinto projekto pirkimo taisyklių ir privatumo puslapių dizainas. */
.page-id-96 .hero-section,
.page-id-100 .hero-section {
	display: none !important;
}

.page-id-96 #main .ct-container-full,
.page-id-100 #main .ct-container-full,
.page-id-96 #main article,
.page-id-100 #main article,
.page-id-96 #main .entry-content,
.page-id-100 #main .entry-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pg-approved-rules-page,
.pg-approved-privacy-page {
	min-height: 62vh;
	padding-top: 64px;
	padding-bottom: 104px;
}

.pg-approved-rules-page .page-intro,
.pg-approved-privacy-page .page-intro {
	max-width: 840px;
	margin-bottom: 54px;
}

.pg-approved-rules-page .page-intro h1,
.pg-approved-privacy-page .page-intro h1 {
	margin: 9px 0 0;
	color: var(--pg-approved-ink-deep);
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 760;
	line-height: 1.07;
	letter-spacing: -0.045em;
}

.pg-approved-rules-page .page-intro p,
.pg-approved-privacy-page .page-intro p {
	max-width: 680px;
	margin: 22px 0 0;
	color: var(--pg-approved-muted);
	font-size: 17px;
	line-height: 1.7;
}

.pg-approved-rules-page .legal-subnav,
.pg-approved-privacy-page .legal-subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: -12px 0 52px;
	padding: 14px 0;
	border-top: 1px solid var(--pg-approved-line);
	border-bottom: 1px solid var(--pg-approved-line);
}

.pg-approved-rules-page .legal-subnav a,
.pg-approved-privacy-page .legal-subnav a {
	padding: 9px 12px;
	border-radius: 7px;
	color: var(--pg-approved-muted) !important;
	font-size: 12px;
	font-weight: 720;
	line-height: 1.4;
	text-decoration: none !important;
}

.pg-approved-rules-page .legal-subnav a:hover,
.pg-approved-rules-page .legal-subnav a:focus-visible,
.pg-approved-rules-page .legal-subnav a.active,
.pg-approved-privacy-page .legal-subnav a:hover,
.pg-approved-privacy-page .legal-subnav a:focus-visible,
.pg-approved-privacy-page .legal-subnav a.active {
	background: var(--pg-approved-ink-deep);
	color: var(--pg-approved-white) !important;
}

.pg-approved-rules-page .legal-layout,
.pg-approved-privacy-page .legal-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 820px);
	gap: clamp(48px, 7vw, 100px);
	align-items: start;
}

.pg-approved-rules-page .legal-summary,
.pg-approved-privacy-page .legal-summary {
	position: sticky;
	top: 130px;
	display: grid;
	gap: 10px;
	padding: 26px;
	border: 1px solid var(--pg-approved-line);
	border-radius: 14px;
	background: #f6f5f2;
}

.pg-approved-rules-page .legal-summary strong,
.pg-approved-privacy-page .legal-summary strong {
	margin-top: 8px;
	color: var(--pg-approved-ink-deep);
	font-size: 19px;
}

.pg-approved-rules-page .legal-summary p,
.pg-approved-privacy-page .legal-summary p {
	margin: 0;
	color: var(--pg-approved-muted);
	font-size: 13px;
	line-height: 1.65;
}

.pg-approved-rules-page .legal-summary a,
.pg-approved-privacy-page .legal-summary a,
.pg-approved-rules-page .legal-content a,
.pg-approved-privacy-page .legal-content a {
	color: var(--pg-approved-ink-deep) !important;
	font-weight: 720;
	text-decoration: underline;
	text-decoration-color: var(--pg-approved-lime);
	text-decoration-thickness: 3px;
}

.pg-approved-rules-page .legal-content,
.pg-approved-privacy-page .legal-content {
	max-width: 820px;
}

.pg-approved-rules-page .legal-content section,
.pg-approved-privacy-page .legal-content section {
	padding: 34px 0;
	border-top: 1px solid var(--pg-approved-line);
}

.pg-approved-rules-page .legal-content section:last-child,
.pg-approved-privacy-page .legal-content section:last-child {
	border-bottom: 1px solid var(--pg-approved-line);
}

.pg-approved-rules-page .legal-content h2,
.pg-approved-privacy-page .legal-content h2 {
	margin: 0;
	color: var(--pg-approved-ink-deep);
	font-size: 25px;
	letter-spacing: -0.04em;
}

.pg-approved-rules-page .legal-content h2 + p,
.pg-approved-rules-page .legal-content p + p,
.pg-approved-rules-page .legal-content ul + p,
.pg-approved-privacy-page .legal-content h2 + p,
.pg-approved-privacy-page .legal-content p + p,
.pg-approved-privacy-page .legal-content ul + p {
	margin-top: 12px;
}

.pg-approved-rules-page .legal-content p,
.pg-approved-privacy-page .legal-content p {
	margin-bottom: 0;
	color: var(--pg-approved-muted);
	line-height: 1.75;
}

.pg-approved-rules-page .legal-content ul,
.pg-approved-privacy-page .legal-content ul {
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding-left: 22px;
	color: var(--pg-approved-muted);
	line-height: 1.7;
}

.pg-approved-rules-page .legal-content li strong,
.pg-approved-privacy-page .legal-content li strong {
	color: var(--pg-approved-ink-deep);
}

@media (max-width: 820px) {
	.pg-approved-rules-page .legal-layout,
	.pg-approved-privacy-page .legal-layout {
		grid-template-columns: 1fr;
	}

	.pg-approved-rules-page .legal-summary,
	.pg-approved-privacy-page .legal-summary {
		position: static;
		max-width: 520px;
	}
}

@media (max-width: 560px) {
	.pg-approved-rules-page,
	.pg-approved-privacy-page {
		padding-top: 44px;
		padding-bottom: 72px;
	}

	.pg-approved-rules-page .legal-subnav,
	.pg-approved-privacy-page .legal-subnav {
		flex-wrap: nowrap;
		margin-inline: -16px;
		padding-inline: 16px;
		overflow-x: auto;
	}

	.pg-approved-rules-page .legal-subnav a,
	.pg-approved-privacy-page .legal-subnav a {
		flex: none;
	}
}


/* Grąžinimo formos pasirinkimų laukai – aiški aktyvi būsena */
.page-id-1924 .wpforms-field-radio ul,
.page-id-1924 .wpforms-field-checkbox ul {
  display: grid !important;
  gap: 9px !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.page-id-1924 .wpforms-field-radio li,
.page-id-1924 .wpforms-field-checkbox li {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 0 !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(10, 5, 0, 0.16);
  border-radius: 7px;
  background: #ffffff;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.page-id-1924 .wpforms-field-radio li:hover,
.page-id-1924 .wpforms-field-checkbox li:hover {
  border-color: rgba(10, 5, 0, 0.42);
  background: #fffdf3;
}

.page-id-1924 .wpforms-field-radio li:focus-within,
.page-id-1924 .wpforms-field-checkbox li:focus-within {
  border-color: #8a6500;
  box-shadow: 0 0 0 3px rgba(255, 205, 5, 0.25);
}

.page-id-1924 .wpforms-field-radio li:has(input:checked),
.page-id-1924 .wpforms-field-checkbox li:has(input:checked) {
  border-color: #0a0500;
  background: #fff7cf;
}

.page-id-1924 .wpforms-field-radio input[type="radio"],
.page-id-1924 .wpforms-field-checkbox input[type="checkbox"] {
  display: block !important;
  position: static !important;
  width: 20px !important;
  height: 20px !important;
  margin: 1px 0 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  accent-color: #0a0500;
  cursor: pointer;
}

.page-id-1924 .wpforms-field-radio li label,
.page-id-1924 .wpforms-field-checkbox li label {
  display: block !important;
  margin: 0 !important;
  color: #2f2d29;
  font-size: 0.96rem;
  line-height: 1.45;
  cursor: pointer !important;
}

@media (max-width: 689px) {
  .page-id-1924 .wpforms-field-radio li,
  .page-id-1924 .wpforms-field-checkbox li {
    padding: 10px !important;
  }
}


/* Patvirtinto projekto grąžinimo formos dizainas */
.page-id-1924 .pg-project-return-form {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: clamp(24px, 4vw, 46px);
  background: #f6f5f2;
  border: 1px solid rgba(10, 5, 0, 0.13);
  border-radius: 10px;
}

.page-id-1924 .pg-project-return-form .form-field {
  display: grid;
  align-content: start;
  gap: 8px;
  margin: 0;
}

.page-id-1924 .pg-project-return-form .form-field-wide {
  grid-column: 1 / -1;
}

.page-id-1924 .pg-project-return-form .form-field label {
  margin: 0;
  color: #0a0500;
  font-size: 13px;
  font-weight: 730;
  line-height: 1.45;
}

.page-id-1924 .pg-project-return-form .form-field label span {
  color: #706d67;
  font-size: 11px;
  font-weight: 540;
}

.page-id-1924 .pg-project-return-form .form-field input,
.page-id-1924 .pg-project-return-form .form-field select,
.page-id-1924 .pg-project-return-form .form-field textarea {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(10, 5, 0, 0.22) !important;
  border-radius: 6px !important;
  background: #ffffff;
  color: #0a0500;
  box-shadow: none;
}

.page-id-1924 .pg-project-return-form .form-field select {
  appearance: auto;
  cursor: pointer;
}

.page-id-1924 .pg-project-return-form .form-field textarea {
  min-height: 138px;
  resize: vertical;
}

.page-id-1924 .pg-project-return-form .form-field input:focus,
.page-id-1924 .pg-project-return-form .form-field select:focus,
.page-id-1924 .pg-project-return-form .form-field textarea:focus {
  border-color: #0a0500 !important;
  outline: 3px solid rgba(255, 205, 5, 0.45);
  outline-offset: 1px;
  box-shadow: none;
}

.page-id-1924 .pg-project-return-form .form-submit {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 6px;
}

.page-id-1924 .pg-project-return-form .primary-button {
  flex: none;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid #0a0500 !important;
  border-radius: 6px !important;
  background: #0a0500 !important;
  color: #ffffff !important;
  font-weight: 760;
  line-height: 1.2;
  box-shadow: none !important;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.page-id-1924 .pg-project-return-form .primary-button:hover,
.page-id-1924 .pg-project-return-form .primary-button:focus-visible {
  background: #ffcd05 !important;
  color: #0a0500 !important;
  transform: translateY(-2px);
}

.page-id-1924 .pg-project-return-form .form-submit p {
  margin: 0;
  color: #706d67;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 560px) {
  .page-id-1924 .pg-project-return-form {
    grid-template-columns: 1fr;
  }

  .page-id-1924 .pg-project-return-form .form-field-wide {
    grid-column: auto;
  }

  .page-id-1924 .pg-project-return-form .form-submit {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* Grąžinimo formos nuotraukos ir būsenos */
.page-id-1924 .pg-return-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.page-id-1924 .pg-project-return-form .pg-return-photos input[type="file"] {
  min-height: 54px;
  padding: 7px 8px;
  color: #504e4a;
  cursor: pointer;
}

.page-id-1924 .pg-project-return-form .pg-return-photos input[type="file"]::file-selector-button {
  min-height: 38px;
  margin-right: 12px;
  padding: 8px 13px;
  border: 1px solid #0a0500;
  border-radius: 5px;
  background: #ffffff;
  color: #0a0500;
  font-weight: 700;
  cursor: pointer;
}

.page-id-1924 .pg-project-return-form .pg-return-photos input[type="file"]::file-selector-button:hover {
  background: #ffcd05;
}

.page-id-1924 .pg-project-return-form .pg-return-photos small {
  color: #706d67;
  font-size: 11px;
  line-height: 1.55;
}

.page-id-1924 .pg-project-return-form .primary-button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.page-id-1924 .pg-return-status {
  padding: 14px 16px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
}

.page-id-1924 .pg-return-status[hidden] {
  display: none !important;
}

.page-id-1924 .pg-return-status--success {
  border-color: #27633b;
  background: #eaf6ee;
  color: #1f522f;
}

.page-id-1924 .pg-return-status--error {
  border-color: #9b2c2c;
  background: #fff0f0;
  color: #7d2020;
}
