* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  position: relative;
  font-family: "Inter", sans-serif;
  background-color: var(--assets-color);
}

html {
  margin: 0;
}

.main_content {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
button {
  margin: 0;
  white-space: normal;
  word-break: break-word;
}

p {
  white-space: normal;
  word-break: break-word;
  margin: 0;
}

a,
button,
span {
  white-space: normal;
  word-break: break-word;
  margin: 0;
}

:root {
  --white-text: #fff;
  --black-text: #2d2d2d;
  --dark-text: #6b6b6b;
  --secondary-color: #2a2a2a;
  --assets-color: #faf9f7;
  --gray-color: #0a0a0a;
}

h1 {
  font-size: clamp(31px, 5vw, 52px);
}

h2 {
  font-size: clamp(23px, 4vw, 40px);
  font-weight: 500;
}

h3 {
  font-size: clamp(17px, 3.5vw, 30px);
}

h4 {
  font-size: clamp(12px, 3vw, 26px);
}

h5 {
  font-size: clamp(11px, 2.5vw, 20px);
}

h6 {
  font-size: clamp(14px, 2vw, 18px);
}

p {
  font-size: clamp(14px, 2.2vw, 16px);
  line-height: 1.7;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding-inline: 32px;
  margin: 0 auto;
}

.padding-top-bottom {
  padding-block: 96px;
}

.header {
  border: 1px solid rgba(45, 45, 45, 0.1);
}

.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 24px;
  /* position: relative; */
}

ul.nav-list {
  display: flex;
  gap: 32px;
  flex: 0 0 68%;
}

/* .no-transition *,
.no-transition *::before,
.no-transition *::after {
  transition: none !important;
  animation: none !important;
} */
.nav-list .nav-item a {
  color: var(--dark-text);
  font-size: 13px;
  font-weight: 400;
}

.nav-list .nav-item a:hover {
  color: var(--black-text);
}

.nav-bar .logo {
  font-size: 18px;
  color: var(--black-text);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  flex: 0 0 29%;
  line-height: 1.5;
}

/* Hamburger button */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #000;
  display: block;
}

html:not(.no-transition) .nav-toggle span {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* hero */

.viktoriia-banner {
  display: flex;
  align-items: center;
  gap: 80px;
}

.viktoriia-hero-content,
.viktoriia-hero-img {
  flex: 1;
}

.viktoriia-hero-img img {
  max-width: 528px;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  /* height: 528px; */
}

.viktoriia-hero-content .viktoriia-hero-title {
  font-family: "Playfair Display", serif;
  color: var(--black-text);
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.viktoriia-hero-content .viktoriia-hero-description {
  font-family: "Inter", sans-serif;
  color: var(--secondary-color);
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

.viktoriia-hero-buttons {
  display: flex;
  gap: 16px;
}

.viktoriia-hero-buttons a {
  padding: 12px 32px;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  color: var(--assets-color);
  letter-spacing: 0.05em;
  line-height: 1.5;
  /* color: var(--black-text); */
}

.viktoriia-hero-buttons a:hover {
  opacity: 0.8;
}

.viktoriia-hero-btn {
  background-color: var(--black-text);
  color: var(--white-text);
}

.viktoriia-hero-btn.secondary-btn {
  background-color: transparent;
  color: var(--black-text);
  letter-spacing: 0.05em;
  border: 1px solid rgba(45, 45, 45, 0.1);
  transition: all 0.5s ease-out;
}

.viktoriia-hero-btn.secondary-btn:hover {
  border: 1px solid var(--black-text);
}

/* feature */
.viktooriia-feauture-content {
  text-align: center;
}

a.viktooriia-feature-item {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* .viktooriia-feature-product {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
} */
.viktooriia-feature-product {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-template-available-works .viktooriia-feature-product {
  row-gap: 64px;
}

.viktooriia-feature-item {
  flex: 0 0 calc(33.333% - 32px);
}

.viktooriia-feature-img {
  display: block;
  width: 100%;
  height: 346px;
  margin-bottom: 36px;
  overflow: hidden;
}

.page-template-available-works .viktooriia-feature-img {
  margin-bottom: 24px;
}

.viktooriia-feature-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: all 0.5s ease-out !important;
}

a.viktooriia-feature-item:hover .viktooriia-feature-img img {
  transform: scale(1.02);
}

.page-template-available-works .viktooriia-feauture-content {
  margin-bottom: 80px;
}

.viktooriia-feauture-content {
  margin-bottom: 64px;
}

.viktooriia-feauture-content .viktooriia-feauture-tittle {
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

.viktooriia-feauture-content .viktoriia-feauture-description {
  color: var(--secondary-color);
  line-height: 1.5;
  font-size: 15px;
}

.viktooriia-feature-item:hover .viktooriia-feature-text-tittle {
  color: #0a0a0a;
}

.home .viktooriia-feature-text .viktooriia-feature-text-tittle {
  margin-bottom: 0px;
}

.viktooriia-feature-text .viktooriia-feature-text-tittle {
  color: var(--black-text);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  transition: all 0.5s ease-out;
  margin-bottom: 10px;
  line-height: 1.5;
}

.viktooriia-feature-text .viktooriia-feature-text-tittle:hover {
  color: #0a0a0a;
}

.woocommerce ul.products .viktooriia-feature-img {
  margin-bottom: 0px;

}

.viktooriia-feature-text-description p {
  color: color-mix(in oklab, #6b6b6b 80%, transparent);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  margin-bottom: 6px;
}

/* collection */
.viktooriia-collection-content {
  text-align: center;
}

.viktooriia-collection-content .viktooriia-collection-tittle {
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

.viktooriia-collection-content .viktoriia-collection-description {
  color: #6b6b6b;
  font-size: 15px;
  line-height: 1.8;
  max-width: 600px;
  margin-inline: auto;
}

.home .viktooriia-collection-content .viktoriia-collection-description {
  color: #2a2a2a;
  font-size: 15px;
}

.viktooriia-collection-product {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
  display: flex;
  gap: 64px;
  flex-wrap: wrap;
  justify-content: center;
}

.viktooriia-collection-item {
  flex: 0 0 calc(33.333% - 42.67px);
}

.viktooriia-collection-img {
  display: block;
  width: 100%;
  max-width: 540px;
  /* aspect-ratio: 1 / 1; */
  overflow: hidden;
  margin-bottom: 20px;
}

.page-template-collection .viktooriia-collection-item .cole-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 20px;

}

.viktooriia-collection-img img {
  width: 100%;
  height: 251px;
  object-fit: cover;
  transition: transform 0.6s ease !important;
  display: block;
}

.viktooriia-collection-content {
  margin-bottom: 64px;
}

.viktooriia-collection-text .viktooriia-collection-text-tittle {
  color: var(--black-text);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 22px;
  font-weight: 500;
}

.home .viktooriia-collection-text-description {
  color: #2a2a2a;
  line-height: 1.7;
}

.viktooriia-collection-item .cole-image img {
  transition: transform 0.6s ease !important;
}

.viktooriia-collection-item:hover .cole-image img {
  transform: scale(1.08);
  /* smooth zoom */
}

.home .viktooriia-collection-item:hover .viktooriia-collection-text-tittle {
  color: #1a1a1a;
}

.viktooriia-collection-item .cole-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: scale(1);
  transition: transform 0.6s ease-out;
  /* smooth exit feel */
}

/* Hover */
.viktooriia-collection-item:hover .cole-image img {
  transform: scale(1.08);
}

.page-template-collection .viktooriia-collection-item .cole-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}

.page-template-collection .viktooriia-collection-item:hover .cole-image img {
  transform: scale(1.1);
}

.viktooriia-collection-text-description {
  margin-bottom: 16px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #6b6b6b;
}

.collection-view-btn {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #2d2d2d;
  text-decoration: none;
  text-transform: capitalize;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  height: 21px;
  line-height: 21px;
}

.colleection-area ul.products::before,
body .colleection-area .woocommerce-page ul.products::after,
body .colleection-area .woocommerce-page ul.products::before {
  content: none;
}

.colleection-area .woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  content: none;
}

ul.products.columns-3 {
  gap: 48px;
  margin: 0;
  padding: 0px;
  justify-content: center;
  /* margin-top:36px; */
}

.products.columns-3::before,
.products.columns-3:after {
  content: none !important;
}

.woocommerce ul.products li.product {
  margin: 0px !important;
}

body .colleection-area .woocommerce-products-header {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}

.woocommerce ul.products.columns-3 li.product {
  flex: 0 0 calc((100% - 96px) / 3);
  /* 48 × 2 = 96 */
  max-width: calc((100% - 96px) / 3);
}

/* .term-bird-studies   .woocommerce ul.products li.product{
  margin:0px!important;
} */
.colleection-area .woocommerce ul.products li.product {
  margin: 0px !important;
}

body .collection-view-btn i {
  margin-left: 6px;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.viktooriia-collection-item .collection-view-btn i {
  font-size: 10px;
  color: var(--black-text);
}

body .viktooriia-collection-item {
  transition: transform 0.5s ease-in-out !important;
}

.viktooriia-collection-item:hover img {
  transform: scale(1.08);
}

.viktooriia-collection-item:hover .collection-view-btn {
  /* color: #c9a961; */
}

.viktooriia-collection-item:hover .collection-view-btn i {
  transform: translateX(0.25rem);
  /* color: #c9a961; */
}

.collection-view-btn:hover {
  color: #c9a961;
}

.viktooriia-collection-item .collection-view-btn:hover i {
  transform: translateX(0.25rem);
  color: #c9a961;
}

/* studio */
.viktooriia-studio-content {
  text-align: center;
}

.viktooriia-studio-content .viktooriia-studio-tittle {
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

.viktooriia-studio-content .viktoriia-studio-description {
  color: var(--secondary-color);
  margin-bottom: 48px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
  max-width: 600px;
  margin-inline: auto;
}

.home .viktooriia-studio-product {
  margin-bottom: 32px;
}

.viktooriia-studio-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.viktooriia-studio-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.viktooriia-studio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viktooriia-studio-btn {
  text-align: center;
}

.viktooriia-studio-btn a {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid var(--border);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: border-color 0.3s ease;
  text-decoration: none;
  /* border: 1px solid var(--black-text); */
  border: 1px solid rgba(45, 45, 45, 0.1);
  line-height: 1.5;
  color: var(--black-text);
  text-transform: capitalize;
}

/* Hover state */
.viktooriia-studio-btn a:hover {
  border-color: var(--black-text);
}

/* about */
.viktooriia-about-btn {
  display: inline-block;
  padding: 12px 32px !important;
  /* px-8 py-3 */
  border: 1px solid rgba(45, 45, 45, 0.1);
  /* border-border */
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  /* tracking-[0.05em] */
  color: var(--black-text);
  text-transform: capitalize;
  text-decoration: none;
  transition: border-color 0.3s ease;
  /* transition-colors */
  line-height: 1.5;
}

.viktooriia-about-btn:hover {
  border: 1px solid var(--black-text);
  /* margin-top: 64px; */
}

.viktooriia-about-section {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.viktooriia-about-section .viktooriia-about-img,
.viktooriia-about-section .viktooriia-about-content {
  flex: 0 0 calc(50% - 40px);
}

.home .viktooriia-about-img {

  margin-bottom: 0px;
}

.viktooriia-about-img {
  display: block;
  width: 100%;
  max-width: 540px;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 36px;
}

.viktooriia-about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viktooriia-about-content .viktooriia-about-tittle {
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 24px;
  line-height: 1.5;
  padding-top: 32px;
}

.home .viktooriia-info {
  margin-bottom: 32px;
}

.viktooriia-info {
  margin-bottom: 64px;
}

p.viktooriia-about-description {
  color: var(--secondary-color);
  font-size: 15px;
  font-family: "Inter", sans-serif;
  margin-bottom: 16px;
}

/* contact */
.viktooriia-contact-input-box .viktooriia-contact-btn {
  display: inline-block;
  padding: 12px 32px;
  background-color: var(--black-text);
  /* color: var(--white-text); */
  color: #faf9f7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border: none;
  line-height: 1.5;
}

.viktooriia-contact-input-box .viktooriia-contact-btn:hover {
  opacity: 0.8;
}

.viktooriia-contact-input-box {
  display: flex;
  justify-content: center;
  gap: 12px;
  max-width: 500px;
  margin-inline: auto;
}

.viktooriia-contact-input-box .viktooriia-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--border);
  background-color: var(--background);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  transition: border-color 0.3s ease;

  border: 1px solid rgba(45, 45, 45, 0.1);
  color: var(--black-text);
  color: #6b6b6b;
  opacity: 0.8;
  line-height: 1.5;
}

.viktooriia-contact-input-box .viktooriia-input:focus {
  outline: none;
  border-color: var(--primary);
}

.viktooriia-contact-content {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}

.viktooriia-contact-content .viktooriia-contact-tittle {
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

.viktooriia-contact-content .viktooriia-contact-description {
  /* color: var(--black-text); */
  color: #2a2a2a;
  margin-bottom: 32px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
}

.collection-page a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px !important;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  text-decoration: none;
  margin-bottom: 32px;
  transition: color 0.3s ease;
  position: relative;
  padding-block: 32px;


}

.collection-page a {
  text-decoration: none !important;
}


.collection-page a::before {
  content: "←";
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}

/* footer */
.viktooriia-footer-bottom li {
  list-style: none;
}

.viktooriia-footer {
  padding-block: 48px;
  border-top: 1px solid #e5e4e2;
  margin-top: 128px;
}

.viktooriia-footer-blocks {
  display: flex;
  justify-content: space-between;
}

.footer-navbar {
  display: flex;
  gap: 32px;
}

.footer-navbar li a {
  color: var(--black-text);
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.viktooriia-footer-blocks .viktooriia-footer-info a {
  color: var(--black-text);
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.viktooriia-footer-menu li a {
  transition: all 0.5s ease-in;
}

.viktooriia-footer-menu li a:hover {
  color: #c9a961;
}

.viktooriia-footer-bottom p {
  text-align: center;
  margin-top: 48px;
  color: var(--dark-text);
  font-family: "Inter", sans-serif;
  font-size: 13px;
}

/* about pages */
.viktooriia-studio-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 64px;
  column-gap: 32px;
}

.page-template-about-us .viktooriia-about-subheading {
  font-size: 15px;
}

.viktooriia-about-subheading {
  color: var(--dark-text);
  margin-bottom: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.viktooriia-studio-img {
  display: block;

  max-width: 100%;
  width: 100% !important;
}

/* Full-width rows */
.viktooriia-studio-item.full {
  grid-column: span 2;
}

/* Image wrapper */
.viktooriia-studio-img {
  width: 100%;
  overflow: hidden;
}

/* Image */
.viktooriia-studio-img img {
  width: 100%;
  /* height: auto; */
  display: block;
}

/* Caption */
.viktooriia-studio-item .caption {
  margin-top: 16px;
  font-size: 13px;
  color: var(--dark-text);
  text-align: center;
}

.page-template-about-us .viktooriia-info {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  padding-bottom: 32px;
  margin-bottom: 0;
}

.education-list {
  padding-top: 32px;
}

.education-list h4 {
  font-size: 22px;
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.education-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.education-list ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: var(--dark-text);
}

.education-list ul li::before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50px;

  background-color: var(--dark-text);
  position: absolute;
}

.education-list ul li a {
  font-size: 14px;
  color: var(--dark-text);
}

.page-template-about-us section.viktooriia-studio.padding-top-bottom {
  padding-block: 120px 96px;
}

.page-template-about-us .viktooriia-studio-content .viktoriia-studio-description {
  margin-bottom: 64px;
}

.page-template-about-us .viktooriia-about-content .viktooriia-about-tittle {
  margin-bottom: 12px;
}

/* end */

/* contact pages */

.page-template-contact-us .contact-page {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.page-template-contact-us .contact-page-title {
  font-family: "Playfair Display", serif;
  color: var(--black-text);
  font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.2;
}

.page-template-contact-us .contact-page-description {
  color: var(--dark-text);
  margin-bottom: 48px;
  font-size: 15px;
}

.contact-form {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.page-template-contact-us .contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-template-contact-us .contact-form-group label {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  display: inline-block;
  margin-bottom: 8px;
}

.page-template-contact-us .contact-form-group input,
.page-template-contact-us .contact-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  background-color: var(--assets-color);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--black-text);
  outline: none;
  transition: border-color 0.3s ease;
  resize: none;
  line-height: 1.5;
}

.page-template-contact-us .contact-form-group input:focus,
.page-template-contact-us .contact-form-group textarea:focus {
  border-color: var(--black-text);
}

.page-template-contact-us .contact-form-group textarea {
  height: 180px;
}

.page-template-contact-us .contact-form-submit {
  width: 100%;
  padding: 14px;
  background-color: var(--black-text);
  /* color: var(--white-text); */
  color: #faf9f7;
  line-height: 1.5;
  padding-block: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-bottom: 24px;
}

.page-template-contact-us .contact-form-submit:hover {
  opacity: 0.8;
}

.page-template-contact-us .contact-success {
  display: none;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  text-align: center;
}

.page-template-contact-us .contact-email-note a {
  margin-top: 32px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  text-align: center;
}

/* end */

/* SOLD PAGE */
.page-template-sold-archive .viktooriia-sold-content {
  text-align: center;
  margin-bottom: 64px;
}

.page-template-sold-archive .viktooriia-sold-content .viktooriia-sold-tittle {
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
}

.page-template-sold-archive .viktooriia-sold-content .viktooriia-sold-description {
  color: var(--dark-text);
  line-height: 1.8;
  font-size: 15px;
}

/* grid */
.page-template-sold-archive .viktooriia-sold-product {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px; */
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  justify-content: center;
}

/* item */
.page-template-sold-archive .viktooriia-sold-item {
  position: relative;
  flex: 0 0 calc(33.333% - 32px);
}

/* image */
.page-template-sold-archive .viktooriia-sold-img {
  display: block;
  width: 100%;
  height: 346px;
  margin-bottom: 20px;
  overflow: hidden;
}

.page-template-sold-archive .viktooriia-sold-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.6s ease !important;
  filter: grayscale(20%);
}

.page-template-sold-archive .viktooriia-sold-item:hover .viktooriia-sold-img img {
  transform: scale(1.02);
}

/* sold badge */
.page-template-sold-archive .sold-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--black-text);
  font-size: 11px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
  padding: 5px 10px;
  pointer-events: none;
}

/* text */
.page-template-sold-archive .viktooriia-sold-text h5 {
  color: var(--black-text);
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
  line-height: 1.5;
}

.page-template-sold-archive .viktooriia-sold-text p {
  color: color-mix(in oklab, #6b6b6b 80%, transparent);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
}

.page-template-print-page .viktooriia-print-text p span.woocommerce-Price-amount.amount {
  color: #2d2d2d;
  font-size: 16px;
  margin-bottom: 16px;
}

/* print page */
.page-template-print-page .viktooriia-print-section {
  text-align: center;
}

.page-template-print-page .viktooriia-print-content {
  text-align: center;
  margin-bottom: 64px;
}

.page-template-print-page .viktooriia-print-content .viktooriia-print-tittle {
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.page-template-print-page .viktooriia-print-content .viktooriia-print-description {
  color: var(--dark-text);
  line-height: 1.8;
  font-size: 15px;
  max-width: 600px;
  margin-inline: auto;
}

/* grid */
.page-template-print-page .viktooriia-print-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
}

/* item */
.page-template-print-page .viktooriia-print-item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 32px);
}

/* image */
.page-template-print-page .viktooriia-print-img {
  display: block;
  width: 100%;
  height: 346px;
  overflow: hidden;
  margin-bottom: 24px;
}

.page-template-print-page .viktooriia-print-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.page-template-print-page .viktooriia-print-item:hover .viktooriia-print-img img {
  /* transform: scale(1.05); */
}

/* text */
.page-template-print-page .viktooriia-print-text {
  text-align: left;
  flex: 1;
}

.page-template-print-page .viktooriia-print-text h5 {
  color: var(--gray-color);
  font-weight: 500;
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1.5;
}

.page-template-print-page .viktooriia-print-text p {
  color: var(--dark-text);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
}

.page-template-print-page .viktooriia-print-price {
  color: var(--black-text);
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-top: 12px;
}

/* view print button */
.page-template-print-page .viktooriia-print-btn {
  display: block;
  text-align: center;
  padding: 10px 32px;
  margin-top: 16px;
  border: 1px solid rgba(45, 45, 45, 0.15);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  text-decoration: none;
  transition: color 0.3s ease,
    background-color 0.3s ease;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.page-template-print-page .viktooriia-print-btn:hover {
  /* color: var(--black-text);
  background-color: rgba(45, 45, 45, 0.04); */
  border: 1px solid var(--black-text);
}

.page-template-print-page h2.viktooriia-print-tittle {
  font-family: "Playfair Display", serif;
  color: var(--black-text);
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.2;
}

/* product page */
/* product detail page */
.vikoriia-product-page .product-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  text-decoration: none;
  margin-bottom: 32px;
  transition: color 0.3s ease;
}

.vikoriia-product-page .product-back:hover {
  color: var(--black-text);
}

.vikoriia-product-page .product-back i {
  font-size: 11px;
}

/* layout */
.vikoriia-product-page .product-section {
  display: flex;
  gap: 96px;
  align-items: flex-start;
}

.vikoriia-product-page .product-gallery {
  flex: 0 0 55%;
}

.vikoriia-product-page .product-info {
  flex: 1;
  padding-top: 8px;
}

/* main image */
.vikoriia-product-page .product-main-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: zoom-in;
}

.vikoriia-product-page .product-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.08);
  transform-origin: center center;
  will-change: transform;
  transition: transform 0.7s ease;
}

.vikoriia-product-page .product-main-img:hover img {
  transform: scale(1);
}

/* thumbnails */
.vikoriia-product-page .product-thumbs {
  display: flex;
  gap: 12px;
}

.vikoriia-product-page .product-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  flex-shrink: 0;
}

.vikoriia-product-page .product-thumb.active,
.vikoriia-product-page .product-thumb:hover {
  border-color: var(--black-text);
}

.vikoriia-product-page .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* breadcrumb */
.vikoriia-product-page .product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.vikoriia-product-page .product-breadcrumb a,
.vikoriia-product-page .product-breadcrumb span {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  text-decoration: none;
}

.vikoriia-product-page .product-breadcrumb .current {
  color: var(--black-text);
}

.vikoriia-product-page .product-breadcrumb .sep {
  color: var(--dark-text);
}

/* title */
.vikoriia-product-page .product-title {
  font-family: "Playfair Display", serif;
  color: var(--black-text);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 36px;
}

/* meta */
.vikoriia-product-page .product-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.vikoriia-product-page .product-meta p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  line-height: 1.6;
}

/* status badge */
.vikoriia-product-page .product-status {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(45, 45, 45, 0.2);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  background-color: rgba(201, 169, 97, 0.1);
  color: #c9a961;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  border: none;
}

/* price */
.vikoriia-product-page .product-price {
  font-size: 28px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  font-weight: 400;
  margin-bottom: 20px;
}

/* buttons */
.vikoriia-product-page .product-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.vikoriia-product-page .product-btn-inquire {
  display: block;
  width: 100%;
  padding: 14px 32px;
  background-color: var(--black-text);
  color: var(--white-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

.vikoriia-product-page.product-btn-inquire:hover {
  opacity: 0.8;
}

.vikoriia-product-page .product-btn-purchase {
  display: block;
  width: 100%;
  padding: 14px;
  background-color: transparent;
  color: var(--black-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(45, 45, 45, 0.2);
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.vikoriia-product-page .product-btn-purchase:hover {
  border-color: var(--black-text);
}

/* description */
.vikoriia-product-page .product-description {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: var(--secondary-color);
  line-height: 1.8;
  margin-bottom: 24px;
}

/* collection link */
.vikoriia-product-page .product-collection-link {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.vikoriia-product-page .product-collection-link:hover {
  /* opacity: 0.6; */
  color: #c9a961;
}

.vikoriia-product-page .product-main-img {
  overflow: hidden;
  cursor: crosshair;
}

.vikoriia-product-page .product-main-img #mainImg {
  transform: scale(1);
  transition: transform 0.2s ease;
}

/* product view */
.viktoriia-product-view-page .viktooriia-studio-product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 64px;
  column-gap: 32px;
}

.viktoriia-product-view-page .viktooriia-about-subheading {
  color: var(--dark-text);
  margin-bottom: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.viktoriia-product-view-page .viktooriia-studio-img {
  display: block;

  max-width: 100%;
  width: 100% !important;
}

/* Full-width rows */
.viktoriia-product-view-page .viktooriia-studio-item.full {
  grid-column: span 2;
}

/* Image wrapper */
.viktoriia-product-view-page .viktooriia-studio-img {
  width: 100%;
  overflow: hidden;
}

/* Image */
.viktoriia-product-view-page .viktooriia-studio-img img {
  width: 100%;
  /* height: auto; */
  display: block;
}

/* Caption */
.viktoriia-product-view-page .viktooriia-studio-item .caption {
  margin-top: 16px;
  font-size: 14px;
  color: var(--dark-text);
  text-align: center;
}

.viktoriia-product-view-page .page-template-about-us .viktooriia-info {
  border-bottom: 1px solid rgba(45, 45, 45, 0.1);
  padding-bottom: 32px;
  margin-bottom: 0;
}

.viktoriia-product-view-page .education-list {
  padding-top: 32px;
}

.viktoriia-product-view-page .education-list h4 {
  font-size: 22px;
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.viktoriia-product-view-page .education-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.viktoriia-product-view-page .education-list ul li {
  padding-left: 20px;
  position: relative;
}

.viktoriia-product-view-page .education-list ul li::before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50px;

  background-color: var(--dark-text);
  position: absolute;
}

.viktoriia-product-view-page .education-list ul li a {
  font-size: 14px;
  color: var(--dark-text);
}

.viktoriia-product-view-page .viktoriia-about-page section.viktooriia-studio.padding-top-bottom {
  padding-block: 120px 96px;
}

.viktoriia-product-view-page .viktoriia-about-page .viktooriia-studio-content .viktoriia-studio-description {
  margin-bottom: 64px;
}

.viktoriia-product-view-page .viktoriia-about-page .viktooriia-about-content .viktooriia-about-tittle {
  margin-bottom: 12px;
}

/* ****contact page*** */
.contact-page {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}

.contact-page-title {
  font-family: "Playfair Display", serif;
  color: var(--black-text);
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.2;
}

.contact-page-description {
  color: var(--dark-text);
  margin-bottom: 48px;
  font-size: 15px;
}

.contact-form {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* .contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-form-group label {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
}

.contact-form-group input,
.contact-form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(45, 45, 45, 0.2);
  background-color: var(--assets-color);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--black-text);
  outline: none;
  transition: border-color 0.3s ease;
  resize: none;
  line-height: 1.5;
}

.contact-form-group input:focus,
.contact-form-group textarea:focus {
  border-color: var(--black-text);
}

.contact-form-group textarea {
  height: 180px;
}

.contact-form-submit {
  width: 100%;
  padding: 14px;
  background-color: var(--black-text);
  color: var(--white-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-bottom: 24px;
}

.contact-form-submit:hover {
  opacity: 0.8;
}

.contact-success {
  display: none;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(45, 45, 45, 0.2);
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  text-align: center;
}

.contact-email-note {
  margin-top: 32px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  text-align: center;
} */
.hidden-fields-container {
  display: none !important;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip[aria-hidden="true"] {
  color: red;
}

.wpcf7-response-output[aria-hidden="true"] {
  color: green;
}

.viktooriia-footer-bottom li {
  list-style: none;
}

form.wpcf7-form.invalid .wpcf7-response-output {
  color: red;
  font-size: 14px;
}

.nav-bar a.navbar-brand img {
  max-width: 200px;
  object-fit: contain;
  height: 27px;
}

.wpcf7-form .wpcf7-response-output:empty {
  display: none;
}

.wpcf7-form .wpcf7-response-output {
  margin-top: 20px;
  border: 1px solid rgba(45, 45, 45, 0.2);
  padding: 10px;
  color: green;
}

.wpcf7-not-valid-tip[aria-hidden="true"] {
  color: red;
  font-weight: 400;
  font-size: 14px;
}




.single-product div.product {
  display: flex;
  flex-direction: column;
  /* padding-block: 96px; */
}

.single-product .product-type-simple {
  display: flex;
  max-width: 1200px;
  width: 100%;
  padding-inline: 32px;
  margin-inline: auto;
  justify-content: space-between;
  align-items: flex-start;

}

.single-product .entry-summary p.available-label {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(45, 45, 45, 0.2);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  background-color: rgba(201, 169, 97, 0.1);
  color: #c9a961;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
  border: none;
}

.single-product .woocommerce-product-gallery__image.flex-active-slide {
  width: 100%;
  height: 660px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: zoom-in;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  width: 100%;
  /* aspect-ratio: 1 / 1!important; */
  height: 660px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: zoom-in;
}

.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
  width: 100%;

  height: 100% !important;
  overflow: hidden;
  margin-bottom: 16px;
  object-fit: cover;
  cursor: zoom-in;
}

.single-product .product-type-simple a.button.back-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  text-decoration: none;
  margin-bottom: 32px;
  transition: color 0.3s ease;
  position: relative;
  padding-block: 32px;

}

.single-product .product-type-simple a.button.back-btn::before {
  content: "←";
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}

.single-product h1.product_title.entry-title {
  font-family: "Playfair Display", serif;
  color: var(--black-text);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 36px !important;
}

.single-product .product-type-simple .entry-summary nav.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 12px;
  color: color-mix(in oklab, var(--dark-text) 70%, transparent);
}

.single-product .product-type-simple .entry-summary nav.woocommerce-breadcrumb a {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  color: color-mix(in oklab, var(--dark-text) 70%, transparent);
  text-decoration: none;


}

.single-product .product-type-simple .entry-summary .custom-product-meta {
  margin-bottom: 40px;
  /* display:none; */
}

.single-product .product-type-simple .entry-summary .custom-product-meta p {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  line-height: 1.6;
}

.single-product .product-type-simple .entry-summary .product_meta {
  display: none;
}

.single-product .product-type-simple .single-product div.product .product_meta .posted_in {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.single-product .flex-control-thumbs {
  display: flex;
  gap: 12px;
}

.single-product .flex-control-thumbs li {
  width: 100px !important;
  min-width: 100px !important;
  height: 100px !important;
  overflow: hidden !important;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
  display: inline-block;
  margin: 0px !important;
}

.single-product .flex-control-thumbs li img {
  width: 100%;
  height: 100%
}

.single-product .product-type-simple a.button:hover,
.single-product .product-type-simple a.button:visited {
  text-decoration: none !important;
}

.single-product .summary p.price {
  font-size: 24px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  font-weight: 400;
  margin-bottom: 16px;
}

.single-product .woocommerce-product-details__short-description {
  margin-top: 48px;
}

.single-product .entry-summary .button.contact-us-btn {
  display: block;
  width: 100%;
  padding: 14px 32px;
  background-color: var(--black-text);
  color: var(--white-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

.single-product .entry-summary button.single_add_to_cart_button.button {
  display: block;
  width: 100%;
  padding: 14px 32px !important;
  background-color: transparent;
  color: var(--black-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(45, 45, 45, 0.2);
  cursor: pointer;
  transition: border-color 0.3s ease !important;
  line-height: 1.5 !important;
}

.single-product button.single_add_to_cart_button:hover {
  border: 1px solid #2a2a2a !important;
}

.single-product .entry-summary .woocommerce-product-details__short-description p {
  font-size: 15px;
  font-family: "Inter", sans-serif;
  color: var(--secondary-color);
  line-height: 1.8;
  margin-bottom: 24px;
}

.single-product .woocommerce-notices-wrapper {
  max-width: 1200px;
  width: 100%;
  padding-inline: 32px;
  margin-inline: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.single-product .woocommerce-notices-wrapper a.button.wc-forward {
  padding: 10px 15px;
}

.single-product .navigation {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 32px;
  padding-top: 40px;
  padding-bottom: 128px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.single-product .navigation .nav-links {
  justify-content: space-between;
  display: flex;
  width: 100%;
}

.single-product .navigation .nav-links .nav-next a {
  font-size: 14px;
  color: #6b6b6b;
}

.single-product .navigation .nav-links .nav-previous a {
  font-size: 14px;
  color: #6b6b6b;
}

.single-product .woocommerce-error {
  list-style: none;
  margin: 20px 0;
  padding: 16px 20px;
  border: 1px solid #ccc;
  /* background-color: rgba(201, 169, 97, 0.1); */
  background-color: rgba(0, 0, 0, 0.03);
  /* color: #c9a961; */
  font-size: 14px;
  font-family: "Inter", sans-serif;
  border-radius: 6px;
}

.single-product .product-type-simple .woocommerce-tabs.wc-tabs-wrapper {
  display: none;

}

.single-product .woocommerce-error li {
  margin: 0;
  padding: 0;
}

.single-product .woocommerce-error li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}


.single-product .woocommerce-error .button.wc-forward {
  background-color: var(--black-text);
  color: var(--white-text);
  /* border: 1px solid #7a1f1f; */

  padding: 6px 14px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.single-product .image-text .summary p.view-collection-link a {
  text-decoration: none;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.colleection-area header.woocommerce-products-header .woocommerce-products-header__title {
  color: var(--black-text);
  font-family: "Playfair Display", serif;
  margin-bottom: 16px;
  line-height: 1.5;
  font-size: 40px;
  font-weight: 500 !important;
}

.woocommerce-products-header {
  padding-bottom: 64px !important;
}

.colleection-area header.woocommerce-products-header .term-description p {
  color: var(--secondary-color);
  line-height: 1.8;
  font-weight: 400 !important;
  font-size: 15px;
  color: #6b6b6b;
}

h2.woocommerce-loop-product__title {

  color: var(--black-text) !important;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
  line-height: 1.5;
  font-size: 20px !important;
}

.colleection-area .product-acf-data .year_size p {

  color: var(--dark-text);
  font-size: 13px !important;
  font-family: "Inter", sans-serif;
  margin-bottom: 4px;
}

.colleection-area .product-acf-data .year_size {
  height: 21px;
}

.colleection-area .product-acf-data .year_size .dot-icon svg {

  width: 20px !important;
  height: 20px !important;
  fill:
    color-mix(in oklab, #6b6b6b 80%, transparent) !important;
  stroke:
    color-mix(in oklab, #6b6b6b 80%, transparent) !important;
}

.colleection-area .product-acf-data .year_size .dot-icon circle {
  width: 20px !important;
  height: 21px !important;
  fill:
    color-mix(in oklab, #6b6b6b 80%, transparent) !important;
  stroke:
    color-mix(in oklab, #6b6b6b 80%, transparent) !important;
}

body .summary .single_add_to_cart_button {
  background-color: transparent;
  color: var(--black-text);
  letter-spacing: 0.05em;
  border: 1px solid rgba(45, 45, 45, 0.1);
  transition: all 0.5s ease-in;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  padding: 12px 32px;
  display: inline-block;
  align-items: center;
  height: 47px;
  justify-content: center;
  display: inline-flex;
}

body span.out-of-stock {
  font-size: 13px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  font-weight: 400;
  margin-bottom: 16px;
  padding: 8px 16px;
  color: #6b6b6b;
  background: #e8e7e3;

  display: inline-flex;
  justify-content: center;
}

body .page-template-sold-archive .sold-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #e8e7e3;
  color: #6b6b6b;
  /* color: var(--black-text); */
  font-size: 13px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  pointer-events: none;
  font-weight: 500;
  line-height: 1.5;
}

body .colleection-area {
  margin-top: 0px !important;
}

.colleection-area .collection-page {
  margin-bottom: 0px;

}

.colleection-area .collection-page a {
  font-size: 14px;
}

.product-type-simple {
  overflow: hidden;
}

.single-product .image-text {
  display: flex;
  gap: 96px;
  align-items: flex-start;
  width: 100%;

}


.viktooriia-print-item .print-page-img {
  display: block;
  max-width: 346px;
  width: 100%;
  height: 346px;
  overflow: hidden;
  margin-bottom: 24px;
}

.viktooriia-print-item .print-page-img img {
  height: 100%;
  width: 100%;
}

.colleection-area .product-acf-data .year_size p,
.colleection-area .product-acf-data .tag {
  font-size: 13px !important;
  color:
    color-mix(in oklab, #6b6b6b 80%, transparent) !important;

}

.collection-page a.button:hover,
.collection-page a.button:visited {
  text-decoration: none !important;
}

.colleection-area .woocommerce-LoopProduct-link img {
  transition: transform 0.5s ease-out !important;
}

.colleection-area .woocommerce-LoopProduct-link:hover img {
  transform: scale(1.01);
}

ul.products.columns-3 .price {
  display: none !important;
}

/* .single-product .woocommerce-error .button.wc-forward:hover {

  
} */
.woocommerce-LoopProduct-link:hover h2.woocommerce-loop-product__title {

  color: #0a0a0a !important;
}

/* ************************internal pages css */
.type-page-wrapper {

  max-width: 1200px;

  width: 100%;

  padding-inline: 32px;

  margin: 40px auto;

}

.type-page-wrapper h1.entry-title {

  text-align: center;

  margin-bottom: 40px;

}

.type-page-wrapper tr.wc-block-cart-items__header .wc-block-cart-items__header-image {

  width: 140px !important;

}

.type-page-wrapper .wc-block-components-product-name {

  font-size: 20px;

}

.type-page-wrapper .wc-block-components-button {

  padding: 16px 32px;

  font-size: 14px;

  display: inline-flex;

  justify-content: center;

  color: var(--assets-color);

  background-color: var(--black-text);

  border-radius: 6px;

}

.type-page-wrapper .wp-block-woocommerce-cart-order-summary-block {

  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */

  padding: 0px;

  border-radius: 0px;

  border: 0px solid color-mix(in srgb, currentColor 20%, transparent);

}

body .type-page-wrapper tr.wc-block-cart-items__header th span {

  font-size: 18px;

  font-weight: 700;

}

body .type-page-wrapper .wc-block-components-product-name {

  color: #000;

  font-size: 18px !important;

  font-weight: 600;

}

body .type-page-wrapper .wc-block-components-product-metadata__description p {

  font-size: 16px;

  line-height: 26px;

}

body .type-page-wrapper .wc-block-cart__totals-title {

  font-size: 20px;

  font-weight: 600;

  line-height: 30px;

  text-align: center;

  padding: 0 0 20px;

}

body .type-page-wrapper .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  padding: 10px;

  border-radius: 12px;

  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);

}

.woocommerce-cart .type-page-wrapper h1.entry-title {
  text-align: left;
}

body .colleection-area {

  max-width: 1200px;

  width: 100%;

  padding-inline: 32px;

  margin: 40px auto;

}

body .colleection-area .woocommerce-products-header {

  text-align: center;

}

body .colleection-area select.orderby {

  height: 40px;

  padding: 0 10px;

}

body .colleection-area .woocommerce-loop-product__link img {

  width: 100% !important;

  object-fit: cover;

  max-height: 350px !important;

  min-height: 350px !important;

}

body .colleection-area .woocommerce-loop-product__link {

  width: 100%;

  height: auto;

  overflow: hidden;

  color: #000;

}

.woocommerce-loop-product__link img {

  /* Smooth animation */
  transition:
    transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),


}

/* Hover effect */
.woocommerce-loop-product__link:hover img {
  transform: scale(1.025);
  /* subtle = more premium */
  /* filter: brightness(0.97); */

}

/* Optional: slight dark overlay feel */
.woocommerce-loop-product__link:hover img {
  filter: brightness(0.96);
}

.colleection-area p.woocommerce-result-count,
.colleection-area form.woocommerce-ordering {

  display: none;

}

body .colleection-area .woocommerce-loop-product__link span.price {

  display: none;

}

body .colleection-area a.button.product_type_simple {

  display: none;

}

.colleection-area .product-acf-data .year_size {

  display: flex;

  align-items: center;

  gap: 0px;

}

.colleection-area .product-acf-data .year_size p,
.colleection-area .product-acf-data .tag {

  font-size: 14px;

  /* opacity: 0.7; */

  line-height: 21px;

}

body .colleection-area .woocommerce-loop-product__title {

  margin-top: 24px !important;
  margin-bottom: 10px !important;
  display: block;

  /* opacity: 0.8; */

}

/* .woocommerce-thankyou-section {

    display: flex;

    width: 100%;

    justify-content: center;

    gap: 20px;

    padding: 30px;

    border: 1px solid #00000075;

    border-radius: 12px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

} */

.woocommerce-thankyou-section .woocommerce-order-section,
.woocommerce-thankyou-section .woocommerce-order-details {

  flex: auto;

  padding: 0;

}

.woocommerce-thankyou-section .woocommerce-order-section ul.woocommerce-order-overview {

  margin: 20px 0 10px;

}

.woocommerce-thankyou-section .woocommerce-order-section ul.woocommerce-order-overview li {

  padding: 5px 0;

  display: block;

}

.woocommerce-thankyou-section .woocommerce-order-details table {

  width: 100%;

  margin: 0;

}

.woocommerce-thankyou-section .woocommerce-order-details table tr {

  height: auto;

}

.woocommerce-thankyou-section .woocommerce-order-details table tr th {

  padding: 5px 0 5px;

}

.woocommerce-thankyou-section .woocommerce-order-details .woocommerce-order-details__title {

  font-size: 23px;

  text-align: left;

  margin-bottom: 10px;

  font-weight: 700;

  text-transform: capitalize;

}

.woocommerce-thankyou-section .woocommerce-order-details table td a {

  color: #000;

}

/* .woocommerce-thankyou-section {

    display: flex;

    width: 100%;

    justify-content: center;

    gap: 20px;

    padding: 30px;

    border: 1px solid #00000030;

    border-radius: 12px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 
} */

.woocommerce-thankyou-section .woocommerce-order-section,
.woocommerce-thankyou-section .woocommerce-order-details {

  flex: auto;

  padding: 0;

}

.woocommerce-thankyou-section .woocommerce-order-section ul.woocommerce-order-overview {

  margin: 20px 0 10px;

}

.woocommerce-thankyou-section .woocommerce-order-section ul.woocommerce-order-overview li {

  padding: 5px 0;

  display: block;

}

.woocommerce-thankyou-section .woocommerce-order-details table {

  width: 100%;

  margin: 0;

}

.woocommerce-thankyou-section .woocommerce-order-details table tr {

  height: auto;

}

.woocommerce-thankyou-section .woocommerce-order-details table tr th {

  padding: 5px 0 5px;

}

.woocommerce-thankyou-section .woocommerce-order-details .woocommerce-order-details__title {

  font-size: 23px;

  text-align: left;

  margin-bottom: 10px;

  font-weight: 700;

  text-transform: capitalize;

}

.woocommerce-thankyou-section .woocommerce-order-details table td a {

  color: #000;

}

.view-collection-link a:hover {

  color: #c9a961;

}

.type-page-wrapper h1.entry-title {

  font-size: 30px;

  line-height: 40px;

  margin-bottom: 10px;

}

.woocommerce-cart .entry-title {
  font-family: "Playfair Display", serif;
}

/* .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns {

    display: flex;

    margin-top: 0;

    padding: 30px;

    border: 1px solid #0000002b;

    border-radius: 12px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    background: #efefef40;

    width: 100%;

    flex-direction: column;

} */

.woocommerce .woocommerce-order {

  display: flex;

  align-items: self-start;

  gap: 15px;

  flex-direction: column;

}

.woocommerce .woocommerce-order .woocommerce-customer-details {

  padding: 0;

  width: 100%;

  display: block;

}

.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns h2.woocommerce-column__title {

  font-size: 20px;

  line-height: 26px;

  margin-bottom: 11px;

  font-weight: 700;

}

.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column {

  width: 100%;

  display: flex;

  margin-top: 0;

  padding: 30px;

  border: 1px solid #0000002b;

  border-radius: 12px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  background: #efefef40;

  flex-direction: column;

  flex: 2 2 50%;

}

.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {

  display: flex;

  flex-direction: column;

  font-size: 16px;

  row-gap: 5px;

}

.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column address br {

  display: inline-flex;

}

.woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-columns .woocommerce-column:last-child {

  margin-bottom: 0;

}

.view-collection-link a {

  color: #000;

  text-decoration: underline;

  text-underline-offset: 10px;

}

.woocommerce .woocommerce-order .woocommerce-customer-details .addresses {

  display: inline-flex;

  height: 100%;

  gap: 15px;

}

.woocommerce-order-details__title {

  font-size: 23px;

  text-align: left;

  margin-bottom: 10px;

  font-weight: 700;

}

.thanks-data {

  display: flex;

  width: 100%;

  justify-content: center;

  gap: 20px;

  padding: 30px;

  border: 1px solid #00000030;

  border-radius: 12px;

  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

  margin-top: 40px;

}

.woocommerce-thankyou-section {

  width: 100%;

}

.woocommerce-thankyou-section .woocommerce-notice {

  text-align: center;

}

.woocommerce .woocommerce-order .woocommerce-customer-details .addresses:after,
.woocommerce .woocommerce-order .woocommerce-customer-details .addresses:before {

  content: none;

}

.dot-icon circle {
  r: 2.5 !important;
}

/* ************************ */

body.single-product .product .image-text .summary {
  flex: 0 0 360px;
  max-width: 360px;
  width: 360px;
}

body.single-product .image-text .woocommerce-product-gallery {
  flex: 0 0 660px;
  max-width: 660px;
}

body.single-product .image-text .woocommerce-product-gallery__trigger {

  z-index: 8 !important;
}

/* body.single-product .product  .image-text .summary {
    flex: 0 0 360px;
    max-width: 360px;
    width: 360px;
} */

body.single-product .flex-control-thumbs {
  display: flex;
  padding: 0;
  gap: calc(.25rem * 2);
}

/* body.single-product .flex-control-thumbs li {
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease-in-out;
  display: inline-block;
  margin: 0px;
} */
.woocommerce-product-gallery .div-img {
  height: calc(.25rem * 20);
  width: calc(.25rem * 20);
  border: 2px solid #2d2d2d;
}

.single-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: unset !important;
  min-width: unset !important;
  height: unset !important;
  overflow: hidden !important;
  cursor: pointer;
  border: 0px solid #2d2d2d;
  transition: border-color 0.3s ease-in-out;
  display: inline-block;
  margin: 0px !important;
}

body.single-product .flex-control-thumbs li img {
  width: 100%;
  object-fit: unset;
  height: 100%;
}

body .woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 1;
}

body .woocommerce-product-gallery {

  transition: opacity 0.25s ease-in-out !important;

}

body nav.woocommerce-breadcrumb span.active {
  color: #6b6b6b !important;
}

.custom-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  padding-inline: 32px;
  margin-inline: auto;
}

.custom-navigation a {
  color: var(--dark-text);
  display: inline-flex !important;
  align-items: center;
  gap: 8px !important;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
}

.wp-block-woocommerce-cart .wc-block-grid {

  display: none;
}

.wp-block-woocommerce-cart .wc-block-cart__empty-cart__title {
  display: block !important;
  text-align: center;
}

h2.wp-block-heading {
  display: none;
}

.wp-block-woocommerce-cart .wp-block-separator {
  display: none;
}

.wc-block-cart__empty-cart__title {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: var(--dark-text);
  margin: 0;
}

.xoo-wsc-sc-count {
  background-color: #c9a961 !important;
  color: #ffffff;
}

.xoo-wsc-basket {
  display: none;
}

.cart_icons .xoo-wsc-sc-bki {
  font-size: 23px !important;

}

.cart-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--dark-text);
  text-decoration: none;
  font-size: 18px;
}

.cart-icon i {
  color: var(--dark-text);
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -10px;

  width: 18px;
  height: 18px;

  background: var(--dark-text);
  color: #fff;

  font-size: 10px;
  font-weight: 600;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  line-height: 1;
}

/* ******* */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.custom-modal {
  align-items: center;
  justify-content: center;
}

.custom-modal-content {
  background: #fff;
  padding: 20px;
  width: 36%;
  margin: 0 auto;
  position: relative;
  border-radius: 6px;
  text-align: center;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
}

.contact-form.enquiry-form {
  padding: 20px 0;
  gap: 12px;
}

.contact-form.enquiry-form input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  background-color: var(--assets-color);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--black-text);
  outline: none;
  transition: border-color 0.3s ease;
  resize: none;
  line-height: 1.5;
}

.contact-form.enquiry-form .contact-form-group label {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: var(--black-text);
  display: inline-block;
  margin-bottom: 5px;
}

.enquiry-form-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.enquiry-form-inner .contact-form-group {
  width: calc(50% - 10px);
}

.submit_button_wrappr {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .submit_button_wrappr span.wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
} */


.enquiry-form-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.enquiry-form-inner .contact-form-group {
  width: calc(50% - 10px);
}

.submit_button_wrappr {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form.enquiry-form textarea {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  background-color: var(--assets-color);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--black-text);
  outline: none;
  transition: border-color 0.3s ease;
  resize: none;
  line-height: 1.5;
}

.contact-form.enquiry-form .submit_button_wrappr input:hover {
  background: var(--black-text);
  color: var(--assets-color);
}

.contact-form.enquiry-form .submit_button_wrappr input {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid rgba(45, 45, 45, 0.1);
  background-color: var(--assets-color);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--black-text);
  outline: none;
  transition: border-color 0.3s ease;
  resize: none;
  line-height: 1.5;
  cursor: pointer;
}

.custom-modal-content h3 {
  font-family: "Playfair Display", serif;
  color: var(--black-text);
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 36px !important;
}

.prints-pdp-page .summary .cart {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 10px;
}

.prints-pdp-page .summary .cart button#openContactModal {
  margin-bottom: 0;
}

.prints-pdp-page .entry-summary button.single_add_to_cart_button.button {
  display: block;
  width: 100%;
  padding: 14px 32px !important;
  background-color: var(--black-text);
  color: var(--white-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(45, 45, 45, 0.2);
  cursor: pointer;
  transition: border-color 0.3s ease !important;
  line-height: 1.5 !important;
}

.prints-pdp-page .entry-summary .button.contact-us-btn {
  display: block;
  width: 100%;
  padding: 14px 32px;
  background-color: transparent;
  color: var(--black-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.5;
  transition: opacity 0.3s ease;
  border: 1px solid rgba(45, 45, 45, 0.2);
  cursor: pointer;
  transition: border-color 0.3s ease !important;
}

/*  */



/* MAIN WRAPPER */
.main-wrap-cart-data {
  display: flex;
  gap: 80px;
}

.wc-proceed-to-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: calc(.25rem *8);
}

.wc-proceed-to-wrapper {
  height: 100%;
  width: 100%;
  display: inline-block;
  padding: calc(.25rem *8);
}

.woocommerce-cart header.entry-header {
  margin-bottom: 48px;
}

.woocommerce-cart header .entry-title {
  margin-bottom: 0;
}

.cart-main-wrap {
  width: 65%;
}

.woocommerce-cart-form__contents,
.woocommerce-cart-form__contents tbody {
  display: block;
  width: 100%;
}

.woocommerce-cart-form__contents tr {
  display: block;
  margin-bottom: 40px;
}

.cart_item {
  display: grid;
  grid-template-columns: 140px 1fr 40px;
  gap: 25px;
  align-items: start;
}

/* IMAGE */
.product-thumbnail {
  grid-column: 1;
}

.product-thumbnail img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}

/* INFO BLOCK */
.product-name {
  grid-column: 2;
  font-size: 22px;
  font-weight: 500;
}

.product-name a {
  text-decoration: none;
  color: #222;
}


/* PRICE UNDER IMAGE */
.main-wrap-cart-data .product-price {
  grid-column: 1;
  margin-top: 10px;
  font-size: 16px;
}

/* REMOVE BUTTON RIGHT */
.main-wrap-cart-data .product-remove {
  grid-column: 3;
  text-align: right;
  font-size: 22px;
}

.main-wrap-cart-data .product-remove a {
  text-decoration: none;
  color: #000;
}


/* RIGHT SIDE */
body .main-wrap-cart-data .cart-collaterals {
  width: 35%;
}


/* SUMMARY TABLE CLEAN */
.main-wrap-cart-data .shop_table,
.main-wrap-cart-data .shop_table tbody {
  display: block;
}

.main-wrap-cart-data .shop_table tr {
  display: grid;
  margin-bottom: 20px;
  grid-template-columns: auto 1fr 1fr;
}

/* TEXT STYLE */
.main-wrap-cart-data .shop_table th {
  font-weight: 400;
  color: #555;
}


/* DIVIDER */
.main-wrap-cart-data .order-total {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 20px;
}


.main-wrap-cart-data .checkout-button {
  display: inline-block;
  padding: 12px 32px;
  background-color: var(--black-text);
  /* color: var(--white-text); */
  color: #faf9f7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: background-color 0.3s ease;
  text-decoration: none;
  border: none;
  line-height: 1.5;
  border: none;
}

.main-wrap-cart-data .checkout-button:hover {
  background: #000;
}

body .main-wrap-cart-data .cart_totals h2 {
  color: #6b6b6b;
  letter-spacing: .05em;
  font-size: 13px;
  font-family: Inter;
  line-height: 1.5;
  margin-bottom: calc(.25rem * 6);
  font-weight: 500;
}

body .main-wrap-cart-data .cart-collaterals .cart_totals {

  width: 100%;
}

body .main-wrap-cart-data .cart-main-wrap,
body .main-wrap-cart-data .cart-collaterals {
  flex: 2 2 auto;
}

body .main-wrap-cart-data .cart-collaterals .cart_totals {
  width: 100%;
}

.main-wrap-cart-data .shop_table tr .cart-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  padding-left: 10px;
  row-gap: 8px;
  height: 100%;
}

.main-wrap-cart-data .shop_table .product-name {
  height: 100%;
}

.main-wrap-cart-data .shop_table tr .cart-item-inner a {
  font-size: 16px;
  line-height: 1.2;
  color: #2d2d2d;
}

.main-wrap-cart-data .shop_table tr .cart-item-inner p.product-size {
  font-size: 14px;
  line-height: 24px;
  color: #6b6b6b;
}

.main-wrap-cart-data .shop_table tr .cart-item-inner .woocommerce-Price-amount.amount {
  font-size: 14px;
  line-height: 26px;
}


body .main-wrap-cart-data .cart-main-wrap td.product-thumbnail a {
  width: 100%;
  display: block;
  height: 100%;
}

body .woocommerce table.shop_table .product-thumbnail,
.woocommerce-page table.shop_table .product-thumbnail {
  max-width: max-content;
}

body .main-wrap-cart-data .cart-main-wrap td.product-thumbnail a .attachment-woocommerce_thumbnail {
  height: 140px !important;
  width: 140px !important;
}


body .main-wrap-cart-data .cart-collaterals .shop_table_responsive tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}



.cart-item-inner-data {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.main-wrap-cart-data .shop_table tr.woocommerce-cart-form__cart-item.cart_item {
  grid-template-areas:
    "image heading  close"
    "desc desc desc";
  gap: 15px;
}

.main-wrap-cart-data .shop_table tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
  grid-area: image;
}

.main-wrap-cart-data .shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
  grid-area: heading;
}

.main-wrap-cart-data .shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-remove {
  grid-area: close;
}

.main-wrap-cart-data .shop_table tr.woocommerce-cart-form__cart-item.cart_item td.product-descr {
  grid-area: desc;
  text-align: left;
}

/*  cart b;anlk*/

body .return-to-shop {
  padding: 7rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
}

.return-to-shop p {
  color: #6b6b6b;
  font-family: 'Inter';
  font-size: 15px;
  line-height: 1.2;
}

body.woocommerce-cart .return-to-shop a.button {
  display: block;
  width: fit-content;
  padding: 14px 32px;
  background-color: var(--black-text);
  color: var(--white-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  transition: opacity 0.3s ease;
}

body .return-to-shop a.button.wc-backward:hover {
  background-color: color-mix(in oklab, #2d2d2d 90%, transparent);
  text-decoration: none !important;
}

.woocommerce-cart .type-page-wrapper h1.entry-title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  color: #2d2d2d;
}

body .remove_wrap {
  background: transparent !important;
  display: inline-block;
  align-items: center;
  text-align: right;
}

body .product-remove .remove_wrap:hover {
  background: transparent;
  color: #000 !important;
}

.main-wrap-cart-data .shop_table tr .cart-item-inner .woocommerce-Price-amount.amount bdi {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1;
  color: #2d2d2d;
}

.cart-product-desc {
  margin-top: calc(.25rem * 4);
  color: #6b6b6b;
}

.main-wrap-cart-data .shop_table th,
ul#shipping_method label {
  color: #6b6b6b;
}


body .main-wrap-cart-data .cart-collaterals .cart_totals bdi {
  color: #2d2d2d;
}

body .main-wrap-cart-data .cart-collaterals .shop_table_responsive .order-total th,
body .main-wrap-cart-data .cart-collaterals .shop_table_responsive .order-total .amount bdi {
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 500;
}

body .main-wrap-cart-data .cart-collaterals .shop_table_responsive tr td.cart-total_shipping {
  font-size: 13px;
  color: #6b6b6b;
  margin-bottom: 0;
}

body .main-wrap-cart-data .cart-collaterals .shop_table_responsive tr:has(td.cart-total_shipping) {
  margin-bottom: 32px;
}

.wc-proceed-to-checkout--cart .checkout-button::after {
  content: none;
}

body .wc-proceed-to-wrapper .wc-proceed-to-checkout--cart .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 16px 32px;
  letter-spacing: 0;
  font-size: 13px;
}

body .wc-proceed-to-wrapper .wc-proceed-to-checkout--cart .checkout-button:hover {
  background-color: color-mix(in oklab, #2d2d2d 90%, transparent);
  text-decoration: none !important;
}

body .xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col .attachment-woocommerce_thumbnail {
  max-width: calc(.25rem *20) !important;
  height: calc(.25rem *20) !important;
  min-width: calc(.25rem *20);
  border-radius: 0px;
}

.xoo-wsc-products:not(.xoo-wsc-pattern-card) .xoo-wsc-img-col a {
  height: 100%;
  display: block;
  width: 100%;
}

.woocommerce-checkout .type-page-wrapper {
  padding-top: 40px;
}

.woocommerce-checkout .type-page-wrapper h1.entry-title {
  font-size: 42px;
  text-align: left;
  font-family: Playfair Display;
  margin-bottom: calc(0.25rem * 12);
  line-height: 1.5;
  font-weight: 500;
}

.woocommerce-checkout .type-page-wrapper {
  padding-top: 40px;
}

.woocommerce-checkout .type-page-wrapper h1.entry-title {
  font-size: 42px;
  text-align: left;
  font-family: Playfair Display;
  margin-bottom: calc(0.25rem * 12);
  line-height: 1.5;
  font-weight: 500;
}


.woocommerce-billing-fields__field-wrapper .required_field {
  letter-spacing: .05em;
  font-size: 13px;
  font-family: Inter;
  line-height: 1.5;
  margin-bottom: calc(.25rem * 6);
  font-weight: 500;
}

.woocommerce-billing-fields__field-wrapper input {
  font-size: 14px;
  background: #f3f3f5;
  border: 1px solid #2d2d2d1a;
  padding: 12px 16px;
  box-sizing: border-box;
  display: inline-flex;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}


body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper input,
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection--single {
  font-size: 14px;
  background: #f3f3f5;
  border: 1px solid #2d2d2d1a;
  padding: 12px 16px;
  box-sizing: border-box;
  display: inline-flex;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  border-radius: 0;
}

/*  */


body.woocommerce-checkout .woocommerce div#order_review .shop_table {
  margin-top: 0;
  background-color: color-mix(in oklab, #f5f4f2 30%, transparent);
  padding: 32px;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table td.product-image-checkout {
  padding: 0;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table tr.checkout_items {
  margin-bottom: calc(.25rem * 6);
  display: flex;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table tr.checkout_items .checkout-item-thumb {
  width: calc(.25rem * 20);
  height: calc(.25rem * 20);
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table tr.checkout_items .checkout-item-thumb .size-thumbnail {
  height: 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  object-fit: cover;
}

.checkout.woocommerce-checkout h3#order_review_heading {
  margin: 0;
  letter-spacing: .05em;
  font-size: 13px;
  font-family: Inter;
  line-height: 1.5;
  margin-bottom: calc(.25rem * 6);
  font-weight: 500;
  color: #6b6b6b;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table {
  width: 100%;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table tr.checkout_items .product-name-checkout {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table tr.checkout_items .product-name-checkout .product-size {
  color: #6b6b6b;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table tr.checkout_items .product-name-checkout .product-total bdi {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 1.2;
  font-weight: 500;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table tr.checkout_items .product-name-checkout .product-size {
  color: #6b6b6b;
}

body.woocommerce-checkout .woocommerce div#order_review .shop_table tr.checkout_items .product-name-checkout .product-total bdi {
  font-size: 14px;
  color: #2d2d2d;
  line-height: 1.2;
  font-weight: 500;
}

body.woocommerce-checkout .woocommerce tr.cart-subtotal {
  border-top: 1px solid #2d2d2d1a !important;
}

body.woocommerce-checkout .woocommerce tr.cart-subtotal th,
body.woocommerce-checkout .woocommerce tr.cart-subtotal td {
  border-top: 1px solid #2d2d2d1a !important;
  padding: 20px 0 0;
  border-spacing: 0;
}

body.woocommerce-checkout .woocommerce tr.cart-subtotal th,
body.woocommerce-checkout .woocommerce .woocommerce-shipping-totals.shipping ul#shipping_method label {
  font-size: 14px;
  font-weight: 400;
  color: #6b6b6b;
  line-height: 24px;
}

body.woocommerce-checkout .woocommerce tr.cart-subtotal td {
  text-align: right;
}

body.woocommerce-checkout .woocommerce tr.cart-subtotal td bdi {
  color: #2d2d2d;
  font-weight: 500;
  text-align: right;
}

body.woocommerce-checkout .woocommerce .woocommerce-shipping-totals.shipping ul#shipping_method {
  margin: 0;
}

body.woocommerce-checkout .woocommerce .woocommerce-shipping-totals.shipping td {
  padding: 0;
}

body.woocommerce-checkout .woocommerce tr.order-total {
  margin-top: calc(.25rem *6);
}

.woocommerce-checkout-review-order-table tfoot tr {
  border-spacing: 0;
}

body.woocommerce-checkout .woocommerce tr.order-total td {
  padding: 0;
}

.order-total-label {
  margin-top: calc(0.25rem * 3);
  border-top: 1px solid #cccccc99;
  padding-top: calc(0.25rem * 4);
  width: 100%;
}

.order-total-label {
  display: flex;
  justify-content: space-between;
}

.order-total-label .order-total-text,
.order-total-label .order-total-amount .amount bdi {
  font-size: 18px;
  line-height: 1.2;
  color: #2d2d2d;
  font-weight: 400;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-first,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  width: 49%;
  overflow: visible;
}

.woocommerce-form__label-for-checkbox {
  display: none;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields__field-wrapper .select2-selection--single span {
  padding: 2px 0;
}

.xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-pprice {
  font-size: 0;
}

.xoo-wsc-modal.xoo-wsc-cart-active .xoo-wsc-pprice .woocommerce-Price-amount {
  font-size: 14px;
}

.woocommerce-checkout-payment .payment_methods.methods {
  margin: 20px 0 20px;
}

.woocommerce-checkout-payment .form-row.place-order {
  padding: 0;
}

.woocommerce-checkout-payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.main-wrap-checkout-data {
  width: 100%;
  height: 100%;
}

.main-wrap-checkout-data form.checkout.woocommerce-checkout {
  width: 100%;
}

body .order-review-heading-wrap {
  width: 100%;
}

body .order-review-heading-wrap h3#order_review_heading {
  width: 100%;
  padding: 0;
}

.woocommerce-checkout-payment .form-row.place-order button {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  padding: 14px 32px;
  background-color: var(--black-text);
  color: var(--white-text);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  transition: opacity 0.3s ease;
  font-weight: 400;
}

.acf_data {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #cccccc80;
}

.acf_data .print-page-title {
  font-size: 13px;
  margin-bottom: 10px;
  color: var(--dark-text);
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.acf_data ul {
  list-style: disc;
}

.acf_data ul li {
  list-style-position: inside;
  font-size: 14px;
  margin-bottom: 10px;
  color: var(--dark-text);
}

.mobile-cart-icons {
  display: none;
}

.header-with-backg {
  padding-top: 90px;
}

.header-with-backg .heading_med {
    font-size: clamp(31px, 5vw, 40px);
    margin: 0 0 48px;
    color: var(--black-text);
    font-family: "Playfair Display", serif;
    line-height: 1.5;
    font-weight: 500;
}
body .content-page-wrapper .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  font-size: 20px;
  color: #2d2d2d !important;
  font-family: "Inter", sans-serif;
  padding: 0;
  display: inline-block;
  position: relative;
}

body .content-page-wrapper .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  color: #6b6b6b !important;
  text-decoration: none !important;
}

body .content-page-wrapper .woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  display: inline-flex;
  width: 100%;
}

.page-id-36 .content-page-wrapper .woocommerce {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

/* TABLE */
.page-id-36 .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
}

/* HEADER */
.page-id-36 .woocommerce-orders-table thead th {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #6b6b6b;
  padding: 14px 10px !important;

}

/* ROW */
.page-id-36 .woocommerce-orders-table tbody tr {
  transition: 0.2s;
}

.page-id-36 .woocommerce-orders-table td {
    text-align: center;
    padding: 10px 10px !important;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 1.8;
    max-width: 600px;
    margin-inline: auto;
}

/* ORDER NUMBER */
.page-id-36 .woocommerce-orders-table__cell-order-number a {
  font-weight: 600;
  color: #2d2d2d;
  text-decoration: none;
}

/* DATE */
.page-id-36 .woocommerce-orders-table__cell-order-date {
  color: #888;
  font-size: 13px;
}

/* STATUS BADGE */
.page-id-36 .woocommerce-orders-table__cell-order-status {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
}

/* TOTAL */
.page-id-36 .woocommerce-orders-table__cell-order-total {
  font-weight: 600;
}
.page-id-36 .woocommerce-orders-table thead th span.nobr {
    font-weight: 600;
    color: #2d2d2d;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
}
/* BUTTON */
.page-id-36 .woocommerce-orders-table .button {
    background: transparent;
    border: 1px solid #2d2d2d;
    border-radius: 20px;
    font-size: 13px;
    transition: 0.3s;
    width: fit-content !important;
    display: inline-block;
    padding: 20px !important;
}

/* BUTTON HOVER */


.page-id-36 .woocommerce-orders-table .button:hover {
  background: #2d2d2d;
  color: #fff;
  border-color: #2d2d2d;
}
.page-id-36 .entry-content.content-page-wrapper .woocommerce-MyAccount-navigation {
    margin: 0;
}

.page-id-36 .content-page-wrapper .woocommerce p {
    color: #2d2d2d;
    font-size: 15px;
    line-height: 1.2;
}

.wc-stripe-payment-method-instruction {
    font-size: 14px;
    line-height: 24px;
    color: #2d2d2d;
}

body .wc_payment_method.payment_method_stripe label {
    letter-spacing: .05em;
    font-size: 13px;
    font-family: Inter;
    line-height: 1.5;
    margin-bottom: calc(.25rem * 6);
    font-weight: 500;
    text-align: left;
}

body .wc_payment_method.payment_method_stripe label::before {
  content: none !important;
}
.woocommerce-billing-fields__field-wrapper label {
    letter-spacing: .05em;
    font-size: 13px;
    font-family: Inter;
    line-height: 1.5;
    margin-bottom: calc(.25rem * 6);
    font-weight: 500;
}
.purchase-test {
    color: #2d2d2d;
}
.purchase-test span {
    color: #6b6b6b;
}

.secure-encrypted {
  font-size: 12px;
  line-height: 22px;
  color: #6b6b6b;
}

.secure-checkout {
  font-size: 13px;
  line-height: 22px;
  color: #6b6b6b;
  margin: 20px 0 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.check-text-qulity {
  font-size: 13px;
  line-height: 22px;
  color: #6b6b6b;
  margin: 10px 0 0;
  display: inline-block;
  width: 100%;
}
.woocommerce-account table.account-orders-table td, .woocommerce-account table.account-orders-table td.woocommerce-orders-table__cell-order-actions, .woocommerce-account table.account-orders-table th {
    width: auto;
}

.page-id-36 .content-page-wrapper .woocommerce p a {
    font-weight: 600;
    color: #6b6b6b;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.page-id-36 .content-page-wrapper .woocommerce p a:hover {
    color: #2d2d2d;
}
.woocommerce-button.button.woocommerce-form-login__submit, .u-column2.col-2:has(.woocommerce-form-register.register) .button.woocommerce-form-register__submit {padding: 12px 32px;font-size: 14px;display: inline-flex;justify-content: center;color: var(--assets-color);letter-spacing: 0.05em;line-height: 1.5;background-color: var(--black-text);box-sizing: border-box;box-shadow: none;border: none;width: 100%;cursor: pointer;margin-top: 20px;}

button.woocommerce-button.button.woocommerce-form-login__submit:hover, .u-column2.col-2:has(.woocommerce-form-register.register) .button.woocommerce-form-register__submit:hover {
    background-color: color-mix(in oklab, #2d2d2d 90%, transparent);
    text-decoration: none !important;
}

body .content-page-wrapper .woocommerce-form-login .woocommerce-form-row input, .u-column2.col-2:has(.woocommerce-form-register.register) input {
    font-size: 14px;
    background: #f3f3f5;
    border: 1px solid #2d2d2d1a;
    padding: 12px 16px;
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    border-radius: 0;
}


body .content-page-wrapper .woocommerce-form-login .woocommerce-form-row, .u-column2.col-2:has(.woocommerce-form-register.register) .woocommerce-form-row {
    padding: 0;
    margin: 20px 0 0;
}


body .content-page-wrapper .woocommerce-form-login .woocommerce-form-row label, .u-column2.col-2:has(.woocommerce-form-register.register) label {
    letter-spacing: 0;
    font-size: 13px;
    font-family: Inter;
    line-height: 1.5;
    margin-bottom: calc(.25rem * 6);
    font-weight: 500;
}

div#customer_login h2 {
    margin-bottom: 30px;
}

body .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin: 0;
}

.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    font-size: 16px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 25px;
}


.u-column2.col-2:has(.woocommerce-form-register.register) p {
    color: #2d2d2d;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.woocommerce-LostPassword.lost_password a, .u-column2.col-2:has(.woocommerce-form-register.register) p a.woocommerce-privacy-policy-link {
    font-size: 14px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 24px;
    text-decoration: underline;
    text-underline-offset: 7px;
}
.woocommerce-order-details {
    width: 50%;
}

.woocommerce-order-details {
    width: 50%;
}
/* WRAPPER */

/* TITLE */
.page-id-36 .woocommerce-order-details__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #2d2d2d;
}

/* TABLE */
.page-id-36 .woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  padding: 24px;
}

/* HEADER */
.page-id-36 .woocommerce-table--order-details thead th {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #6b6b6b;
  padding: 12px 0 !important;
  border-bottom: 1px solid #eee;
}

/* PRODUCT ROW */
.page-id-36 .woocommerce-table__line-item td {
  padding: 14px 0 !important;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  vertical-align: middle;
}

/* PRODUCT NAME */
.page-id-36 .product-name a {
  color: #2d2d2d;
  text-decoration: none;
  font-weight: 500;
}

/* QTY */
.page-id-36 .product-quantity {
  color: #6b6b6b;
  font-size: 13px;
  margin-left: 6px;
}

/* PRICE */
.page-id-36 .product-total {
  text-align: right;
  font-weight: 500;
}

/* FOOTER */
.page-id-36 .woocommerce-table--order-details tfoot th {
  text-align: left;
  font-weight: 500;
  color: #6b6b6b;
  padding: 10px 0 !important;
}

.page-id-36 .woocommerce-table--order-details tfoot td {
  text-align: right;
  font-weight: 500;
  padding: 10px 0 !important;
}

/* TOTAL ROW HIGHLIGHT */
.page-id-36 .woocommerce-table--order-details tfoot tr:last-child td {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
}

.page-id-36 .woocommerce-table--order-details tfoot tr:last-child th {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
}

/* LIGHT DIVIDER ABOVE TOTAL */
.page-id-36 .woocommerce-table--order-details tfoot tr:nth-last-child(2) td,
.page-id-36 .woocommerce-table--order-details tfoot tr:nth-last-child(2) th {
  padding-bottom: 14px !important;
  border-bottom: 1px solid #eee;
}

/* HOVER EFFECT (SUBTLE) */
.page-id-36 .woocommerce-table__line-item:hover {
  background: #fafafa;
}

p#wc-stripe-express-checkout-button-separator {
  display: none;
}


body .woocommerce .woocommerce-MyAccount-content form .form-row .input-text{
    font-size: 14px;
    background: #f3f3f5;
    border: 1px solid #2d2d2d1a;
    padding: 12px 16px;
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    border-radius: 0;
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword .woocommerce-Input--text {
    font-size: 14px;
    background: #f3f3f5;
    border: 1px solid #2d2d2d1a;
    padding: 12px 16px;
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    border-radius: 0;
}
 body .woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword .woocommerce-form-row input {
    font-size: 14px;
    background: #f3f3f5;
    border: 1px solid #2d2d2d1a;
    padding: 12px 16px;
    box-sizing: border-box;
    display: inline-flex;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    border-radius: 0;
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword label {
        letter-spacing: 0;
        font-size: 13px;
        font-family: Inter;
        line-height: 1.5;
        margin-bottom: calc(.25rem * 6);
        font-weight: 500;
        margin-top: 21px;
}

body .woocommerce .woocommerce-MyAccount-content form .form-row  label {
    letter-spacing: .05em;
    font-size: 13px;
    font-family: Inter;
    line-height: 1.5;
    margin-bottom: calc(.25rem * 6);
    font-weight: 500;
}


body .woocommerce .woocommerce-MyAccount-content span#account_display_name_description {
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
    line-height: 1.2;
}

body .woocommerce .woocommerce-MyAccount-content legend {
    display: inline-block;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    color: var(--black-text);
    font-weight: 500;
    line-height: 1.2;
}

body .woocommerce .woocommerce-MyAccount-content  button.woocommerce-Button.button, form.woocommerce-ResetPassword .woocommerce-Button.button {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    padding: 14px 32px;
    background-color: var(--black-text);
    color: var(--white-text);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    transition: opacity 0.3s ease;
    font-weight: 400;
}

.woocommerce-column h2.woocommerce-column__title {
    font-family: "Playfair Display", serif;
    color: var(--black-text);
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 36px !important;
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword label {
        letter-spacing: 0;
        font-size: 13px;
        font-family: Inter;
        line-height: 1.5;
        margin-bottom: calc(.25rem * 6);
        font-weight: 500;
        margin-top: 21px;
}


form.woocommerce-ResetPassword .woocommerce-form-row {
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: flex-start;

}

.page-id-36 .content-page-wrapper .woocommerce .woocommerce-form-row--first.form-row.form-row-first {
    width: 40%;
}

form.woocommerce-ResetPassword {
    display: flex;
    flex-direction: column;
}









@media (min-width: 769px) {

.woocommerce-checkout-review-order-wrap.sticky {
    position: fixed;
    top: 60px;
    width: 539.2px;
}

}