/*
Theme Name: ProSilk
Theme URI: https://www.prosilk.no/
Author: ProSilk
Description: ProSilk child theme for GeneratePress and WooCommerce.
Template: generatepress
Version: 1.3.25
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: prosilk
*/

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #3c3c3c;
  --pink: #eda9b8;
  --pink-soft: #fff5fa;
  --pink-pale: #fde9f0;
  --cream: #fffaf7;
  --white: #fff;
  --page: 1280px;
  --header-height: 78px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.prosilk-storefront {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.prosilk-storefront.menu-open {
  overflow: hidden;
}

.prosilk-storefront a {
  color: inherit;
  text-decoration: none;
}

.prosilk-storefront img {
  display: block;
  max-width: 100%;
}

.prosilk-storefront button,
.prosilk-storefront input,
.prosilk-storefront select,
.prosilk-storefront textarea,
.prosilk-storefront h1,
.prosilk-storefront h2,
.prosilk-storefront h3,
.prosilk-storefront h4,
.prosilk-storefront h5,
.prosilk-storefront h6 {
  font: inherit;
  font-family: "Poppins", Arial, sans-serif;
}

.prosilk-storefront .site-header,
.prosilk-storefront .site-footer {
  display: none;
}

.prosilk-storefront .site.grid-container,
.prosilk-storefront .site-content,
.prosilk-storefront .content-area,
.prosilk-storefront .site-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.prosilk-storefront .site-content {
  display: block;
}

.prosilk-storefront .inside-article,
.prosilk-storefront .entry-content {
  margin: 0;
  padding: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.announcement {
  position: relative;
  z-index: 100;
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 8px 20px;
  color: var(--white);
  background: var(--pink);
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .3px;
}

.prosilk-header {
  position: relative;
  z-index: 90;
  width: 100%;
  height: var(--header-height);
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(60, 60, 60, .07);
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}

.home .prosilk-header {
  position: absolute;
  top: 40px;
  left: 0;
  color: var(--white);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .23), transparent);
  border-bottom: 0;
}

.home .prosilk-header.is-scrolled {
  position: fixed;
  top: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid rgba(60, 60, 60, .07);
  box-shadow: 0 4px 24px rgba(60, 60, 60, .08);
}

@media (min-width: 783px) {
  body.admin-bar.home .prosilk-header {
    top: 72px;
  }

  body.admin-bar.home .prosilk-header.is-scrolled {
    top: 32px;
  }
}

@media (min-width: 681px) and (max-width: 782px) {
  body.admin-bar.home .prosilk-header {
    top: 86px;
  }

  body.admin-bar.home .prosilk-header.is-scrolled {
    top: 46px;
  }
}

@media (min-width: 601px) and (max-width: 680px) {
  body.admin-bar.home .prosilk-header.is-scrolled {
    top: 46px;
  }
}

.header-inner {
  width: min(100%, 1440px);
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.menu-toggle {
  width: 38px;
  height: 32px;
  padding: 4px 1px;
  display: grid;
  align-content: center;
  gap: 7px;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.menu-toggle span {
  width: 36px;
  height: 2px;
  display: block;
  background: currentColor;
}

.wordmark {
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .32em;
  text-indent: .32em;
  text-transform: uppercase;
}

.header-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 34px;
}

.header-icon {
  position: relative;
  width: 27px;
  height: 30px;
  display: grid;
  place-items: center;
}

.header-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.cart-count {
  position: absolute;
  top: -5px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--pink);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
}

.menu-drawer {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: min(520px, 88vw) 1fr;
  visibility: hidden;
  pointer-events: none;
}

.menu-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.menu-drawer__panel {
  position: relative;
  padding: 42px clamp(30px, 6vw, 74px);
  color: var(--white);
  background: var(--pink);
  transform: translateX(-102%);
  transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.menu-drawer.is-open .menu-drawer__panel {
  transform: translateX(0);
}

.menu-drawer__shade {
  background: rgba(40, 28, 30, .28);
  opacity: 0;
  transition: opacity .3s ease;
}

.menu-drawer.is-open .menu-drawer__shade {
  opacity: 1;
}

.menu-close {
  width: 36px;
  height: 36px;
  margin: 0 0 60px;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
}

.drawer-heading {
  margin: 30px 0 12px;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.drawer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-links a {
  display: inline-block;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 500;
}

.drawer-social {
  margin-top: 50px;
  display: flex;
  gap: 22px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.hero {
  position: relative;
  min-height: 620px;
  height: min(62vw, 736px);
  overflow: hidden;
  background: #ead9cf;
}

.hero picture,
.hero img {
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

.hero-link {
  position: absolute;
  inset: 0;
}

.collection-intro {
  min-height: 800px;
  padding: 0 15px 80px;
  background: var(--pink-soft);
}

.featured-grid {
  width: min(100%, var(--page));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.featured-card {
  position: relative;
  min-height: 460px;
  padding: 60px 28px 24px;
  text-align: center;
  transition: background-color .25s ease;
}

.featured-card:hover {
  background: rgba(237, 169, 184, .09);
}

.featured-card img {
  width: min(100%, 360px);
  aspect-ratio: 1;
  margin: 0 auto 14px;
  object-fit: cover;
}

.featured-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: .4px;
}

.collection-copy {
  width: min(900px, 90vw);
  margin: 35px auto 0;
  text-align: center;
}

.collection-copy h1 {
  margin: 0 auto 25px;
  color: var(--pink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(38px, 4.3vw, 65px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: .3px;
}

.underlined-link {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
}

.underlined-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform .25s ease;
}

.underlined-link:hover::after {
  transform: scaleX(.45);
}

.showcase {
  position: relative;
  height: min(68vw, 840px);
  min-height: 680px;
  overflow: hidden;
  color: var(--white);
  background: #b56f79;
}

.showcase-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .65s ease, visibility .65s ease;
}

.showcase-slide.is-active {
  opacity: 1;
  visibility: visible;
}

.showcase-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(35, 17, 19, .38), transparent 62%);
}

.showcase-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-card {
  position: absolute;
  z-index: 2;
  left: clamp(35px, 8vw, 120px);
  top: 50%;
  width: min(430px, 42vw);
  padding: clamp(28px, 4vw, 52px);
  color: var(--ink);
  background: rgba(255, 255, 255, .94);
  transform: translateY(-50%);
  text-align: center;
}

@media (min-width: 681px) {
  .showcase-slide:first-child .showcase-card {
    right: clamp(35px, 8vw, 120px);
    left: auto;
  }
}

.showcase-kicker {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.showcase-card h2 {
  margin: 0 0 12px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 300;
  line-height: 1.05;
}

.showcase-card p {
  margin: 0 0 25px;
  font-size: 14px;
}

.pink-button {
  display: inline-block;
  padding: 15px 34px;
  color: var(--white);
  background: var(--pink);
  border: 1px solid var(--pink);
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
}

.pink-button:hover {
  color: var(--pink);
  background: var(--white);
}

.showcase-controls {
  position: absolute;
  z-index: 5;
  right: clamp(25px, 5vw, 70px);
  bottom: 34px;
  display: flex;
  gap: 13px;
}

.showcase-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--white);
  border-radius: 50%;
  cursor: pointer;
}

.showcase-dot.is-active {
  background: var(--white);
}

.benefits {
  min-height: 830px;
  padding: 105px 7vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7vw;
  background: #f0d8ff url("assets/images/gradient-pink.jpg") center / cover no-repeat;
}

.benefits h2 {
  max-width: 550px;
  margin: 0;
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(58px, 7vw, 105px);
  font-weight: 300;
  line-height: .95;
  letter-spacing: .3px;
}

.benefit-list {
  display: grid;
  gap: 24px;
}

.benefit-item {
  padding: 22px 0;
  border-bottom: 1px solid rgba(60, 60, 60, .25);
}

.benefit-item:last-child {
  border-bottom: 0;
}

.benefit-item h3 {
  margin: 0 0 7px;
  font-size: 17px;
  font-weight: 700;
}

.benefit-item p {
  max-width: 590px;
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.testimonials {
  min-height: 475px;
  padding: 95px 5vw;
  background: var(--white);
}

.testimonial-grid {
  width: min(100%, 1240px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(35px, 6vw, 90px);
}

.testimonial {
  text-align: center;
}

.testimonial blockquote {
  min-height: 110px;
  margin: 0 0 20px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 300;
  line-height: 1.4;
}

.testimonial .product-name {
  margin: 0 0 17px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.testimonial h3 {
  margin: 0;
  font-size: 16px;
}

.social-gallery {
  padding: 80px 0 95px;
  overflow: hidden;
  background: var(--white);
}

.social-gallery h2 {
  margin: 0 0 55px;
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 300;
}

.social-gallery h2 span {
  color: var(--pink);
}

.gallery-grid {
  width: min(100% - 30px, 1340px);
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.3fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  background: var(--pink-pale);
}

.gallery-item--tall {
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}

.gallery-item:hover img {
  transform: scale(1.045);
}

.gallery-item::after {
  content: "↗";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: rgba(255, 255, 255, .86);
  border-radius: 50%;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.gallery-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.social-cta {
  margin-top: 45px;
  text-align: center;
}

.newsletter {
  min-height: 545px;
  padding: 80px 20px;
  display: grid;
  place-items: center;
  background: #fce4e2 url("assets/images/newsletter.jpg") center 34% / cover no-repeat;
}

.newsletter-inner {
  width: min(100%, 430px);
  text-align: center;
}

.newsletter h2 {
  margin: 0 0 10px;
  color: var(--pink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.08;
}

.newsletter p {
  margin: 0 0 26px;
}

.newsletter-form {
  display: grid;
  gap: 14px;
}

.newsletter-form input,
.newsletter-form button {
  width: 100%;
  min-height: 62px;
  border: 0;
  text-align: center;
}

.newsletter-form input {
  padding: 18px;
  background: rgba(255, 255, 255, .93);
  letter-spacing: .08em;
}

.newsletter-form button {
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.newsletter-note {
  margin-top: 22px !important;
  font-size: 11px;
  line-height: 1.6;
}

.newsletter-status {
  min-height: 20px;
  margin: 0 !important;
  font-size: 12px;
  font-weight: 700;
}

.prosilk-footer {
  padding: 90px 30px 28px;
  background: var(--white);
}

.footer-grid {
  width: min(100%, 1240px);
  min-height: 205px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.3fr;
  gap: 60px;
  align-items: start;
}

.footer-wordmark {
  color: var(--pink);
  font-size: 27px;
}

.footer-column h2 {
  margin: 0 0 18px;
  font-size: 13px;
  letter-spacing: .11em;
}

.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column li {
  margin: 0 0 10px;
}

.footer-column a {
  font-size: 14px;
  font-weight: 500;
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid var(--pink);
  border-radius: 50%;
  color: var(--pink);
  font-size: 12px;
}

.footer-bottom {
  width: min(100%, 1240px);
  margin: 25px auto 0;
  padding-top: 22px;
  border-top: 1px solid #eee;
  font-size: 11px;
  text-align: center;
}

.content-shell {
  width: min(100% - 40px, 1180px);
  min-height: 55vh;
  margin: 0 auto;
  padding: 80px 0;
}

.content-shell h1 {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 300;
}

/* Information pages */
.prosilk-info-page {
  color: var(--ink);
  background: #fff;
}

.prosilk-info-shell {
  width: min(100%, 762.3px);
  margin-inline: auto;
  padding: 36px 0;
}

.prosilk-storefront .prosilk-info-title {
  margin: 0 0 31.65px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 47.25px;
  font-weight: 700;
  line-height: 1.3;
}

.prosilk-info-content {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16.8px;
  font-weight: 400;
  line-height: 1.76;
}

.prosilk-info-content h2,
.prosilk-info-content h3,
.prosilk-contact-form-section h2 {
  margin: 26px 0 12px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
}

.prosilk-info-content h3 {
  font-size: 18px;
}

.prosilk-info-content p,
.prosilk-info-content ol,
.prosilk-info-content ul {
  margin: 0 0 16.8px;
}

.prosilk-info-content ol,
.prosilk-info-content ul {
  padding-left: 34px;
}

.prosilk-info-content li {
  padding-left: 4px;
}

.prosilk-info-content a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prosilk-contact-form-section {
  max-width: 762.3px;
  margin: 100px auto 0;
}

.prosilk-contact-form-section h2 {
  margin: 0 0 31.5px;
  font-size: 34.125px;
  line-height: 1.3;
}

.prosilk-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 23px;
}

.prosilk-contact-form label {
  display: block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16.8px;
  font-weight: 400;
}

.prosilk-contact-form label > span {
  display: none;
}

.prosilk-contact-form .is-wide {
  grid-column: 1 / -1;
}

.prosilk-contact-form input,
.prosilk-contact-form textarea {
  width: 100%;
  padding: 0 15px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #777;
  border-radius: 0;
  font: inherit;
  font-size: 16.8px;
  line-height: 1.48;
}

.prosilk-contact-form input {
  height: 47.25px;
}

.prosilk-contact-form textarea {
  height: 105px;
  min-height: 105px;
  padding-block: 13px;
  resize: vertical;
}

.prosilk-contact-form .pink-button {
  height: 51.25px;
  min-height: 0;
  width: 100%;
  padding: 0 32px;
  grid-column: 1 / -1;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font-size: 16.8px;
  font-weight: 700;
  line-height: 20px;
}

.prosilk-info-page--contact .prosilk-info-shell {
  width: min(100% - 105px, 1159.8px);
}

.prosilk-info-page--contact .prosilk-info-title {
  font-size: 25.2px;
  line-height: 1.3;
}

.prosilk-about-rows {
  margin-top: 34px;
}

.prosilk-info-page--about .prosilk-info-shell {
  width: min(100% - 105px, 1159.8px);
}

.prosilk-info-page--about .prosilk-info-title {
  width: min(100%, 762.3px);
  margin-inline: auto;
}

.prosilk-about-feature-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f4efec;
}

.prosilk-about-feature-media video,
.prosilk-about-feature-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.prosilk-about-video-wordmark {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-inline: 3vw;
  color: rgba(237, 169, 184, .9);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(58px, 12vw, 170px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .12em;
  text-align: center;
  text-indent: .12em;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.prosilk-about-row {
  min-height: 519px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.prosilk-about-row + .prosilk-about-row {
  margin-top: 40px;
}

.prosilk-about-row:nth-child(even) .prosilk-about-media {
  order: 2;
}

.prosilk-about-media {
  height: 483px;
  background: #f4f4f4;
}

.prosilk-about-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.prosilk-about-copy {
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prosilk-about-copy h2 {
  margin-top: 0;
  font-size: 34.125px;
}

.prosilk-about-copy > :last-child {
  margin-bottom: 0;
}

.prosilk-form-message {
  margin: 24px 0;
  padding: 16px 18px;
  font-weight: 600;
}

.prosilk-form-message.is-success {
  color: #355936;
  background: #edf7ed;
}

.prosilk-form-message.is-error {
  color: #833d4e;
  background: #fff0f3;
}

.woocommerce .site-main,
.woocommerce-page .site-main {
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
  padding: 70px 0;
}

.woocommerce ul.products li.product .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
  color: var(--white);
  background: var(--pink);
  border-radius: 0;
}

.woocommerce span.onsale {
  background: var(--pink);
}

/* ProSilk customer account */
.woocommerce-account {
  background: #fffafb;
}

.woocommerce-account .site-main {
  width: min(100% - 48px, 1120px);
  min-height: 62vh;
  margin: 0 auto !important;
  padding: clamp(58px, 7vw, 92px) 0 clamp(76px, 9vw, 120px);
}

.woocommerce-account .inside-article,
.woocommerce-account .entry-content {
  padding: 0;
  background: transparent;
}

.woocommerce-account .entry-header {
  margin: 0 0 42px;
  text-align: center;
}

.prosilk-storefront.woocommerce-account .entry-title {
  margin: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.woocommerce-account .entry-content {
  margin-top: 0;
}

.prosilk-account-welcome {
  max-width: 620px;
  margin: 0 auto 34px;
  color: #64585b;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.prosilk-account-welcome p {
  margin: 0;
}

.prosilk-account-welcome .prosilk-account-kicker {
  margin-bottom: 10px;
  color: #c8798c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.woocommerce-account .woocommerce > h2,
.woocommerce-account .u-column1 > h2,
.woocommerce-account .u-column2 > h2 {
  width: min(100%, 600px);
  margin: 0 auto 16px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}

.woocommerce-account form.login,
.woocommerce-account form.register,
.woocommerce-account form.lost_reset_password,
.woocommerce-account form.woocommerce-EditAccountForm,
.woocommerce-account form.woocommerce-address-fields {
  width: min(100%, 600px);
  margin: 0 auto;
  padding: 38px;
  background: #fff;
  border: 1px solid #efdce1;
  border-radius: 0;
  box-shadow: 0 18px 55px rgba(63, 36, 43, .07);
}

.woocommerce-account .u-columns.col2-set {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.woocommerce-account .u-columns.col2-set::before,
.woocommerce-account .u-columns.col2-set::after {
  display: none;
}

.woocommerce-account .u-columns.col2-set > .u-column1,
.woocommerce-account .u-columns.col2-set > .u-column2 {
  width: auto;
  float: none;
}

.woocommerce-account .u-columns form.login,
.woocommerce-account .u-columns form.register {
  width: 100%;
  height: calc(100% - 50px);
}

.woocommerce-account form .form-row {
  margin: 0 0 20px;
  padding: 0;
}

.woocommerce-account form .form-row label {
  margin-bottom: 8px;
  color: #4f4548;
  font-size: 13px;
  font-weight: 600;
}

.woocommerce-account form .input-text,
.woocommerce-account form select {
  min-height: 52px;
  padding: 12px 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cfc4c7;
  border-radius: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
}

.woocommerce-account form .input-text:focus,
.woocommerce-account form select:focus {
  outline: 2px solid rgba(232, 150, 169, .28);
  outline-offset: 1px;
  border-color: var(--pink);
}

.woocommerce-account .password-input {
  width: 100%;
}

.woocommerce-account .show-password-input {
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.woocommerce-account form.login > .form-row:not(.form-row-wide) {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.woocommerce-account .woocommerce-form-login__rememberme {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.woocommerce-account .woocommerce-form-login__rememberme input {
  width: 17px;
  height: 17px;
  accent-color: var(--pink);
}

.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button,
.woocommerce-account .woocommerce input.button {
  min-height: 50px;
  padding: 13px 28px;
  color: #fff;
  background: var(--pink);
  border: 1px solid var(--pink);
  border-radius: 0;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  transition: color .2s ease, background .2s ease;
}

.woocommerce-account .woocommerce button.button:hover,
.woocommerce-account .woocommerce a.button:hover,
.woocommerce-account .woocommerce input.button:hover {
  color: var(--pink);
  background: #fff;
}

.woocommerce-account .lost_password {
  margin: 0;
  text-align: right;
}

.woocommerce-account .lost_password a,
.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  color: #a85f70;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
  margin: 0 0 28px;
  padding: 18px 20px 18px 52px;
  background: #fff;
  border-top-color: var(--pink);
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

.woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: auto;
  float: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 10px;
  background: #fff;
  border: 1px solid #efdce1;
  box-shadow: 0 18px 55px rgba(63, 36, 43, .05);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid #f2e8eb;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 14px 16px;
  color: #51474a;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  color: #fff;
  background: var(--pink);
}

.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 360px;
  padding: 38px;
  background: #fff;
  border: 1px solid #efdce1;
  box-shadow: 0 18px 55px rgba(63, 36, 43, .05);
  font-size: 15px;
  line-height: 1.75;
}

.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content table {
  border-color: #eadde1;
  border-radius: 0;
}

.woocommerce-account .woocommerce-MyAccount-content th,
.woocommerce-account .woocommerce-MyAccount-content td {
  padding: 14px;
  border-color: #eadde1;
}

.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.woocommerce-account .woocommerce-Addresses::before,
.woocommerce-account .woocommerce-Addresses::after {
  display: none;
}

.woocommerce-account .woocommerce-Address {
  width: auto;
  margin: 0;
  padding: 24px;
  float: none;
  background: #fffafb;
  border: 1px solid #f0e2e6;
}

/* ProSilk shop archive */
.woocommerce-shop .site-main {
  width: 100%;
  padding: 0;
  background: var(--white);
}

.prosilk-shop-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 10vw, 145px) 24px clamp(72px, 8vw, 112px);
  text-align: center;
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 255, 255, .92), transparent 34%),
    radial-gradient(circle at 82% 70%, rgba(237, 169, 184, .28), transparent 32%),
    linear-gradient(135deg, #fff9fa 0%, #f8e5ea 58%, #f6dce4 100%);
}

.prosilk-shop-hero::before,
.prosilk-shop-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(35, 35, 35, .08);
  border-radius: 50%;
  pointer-events: none;
}

.prosilk-shop-hero::before {
  top: -240px;
  right: -140px;
  width: 520px;
  height: 520px;
}

.prosilk-shop-hero::after {
  bottom: -300px;
  left: -190px;
  width: 560px;
  height: 560px;
}

.prosilk-shop-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
}

.prosilk-shop-kicker {
  margin: 0 0 18px;
  color: #c8798c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.prosilk-shop-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(52px, 7vw, 92px);
  font-weight: 300;
  line-height: .98;
  letter-spacing: -.025em;
}

.prosilk-shop-lead {
  max-width: 620px;
  margin: 28px auto 0;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.65;
}

.prosilk-shop-promises {
  margin: 42px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 38px;
  color: #6e5a60;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prosilk-shop-promises span {
  position: relative;
}

.prosilk-shop-promises span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21px;
  width: 4px;
  height: 4px;
  background: var(--pink);
  border-radius: 50%;
  transform: translateY(-50%);
}

.prosilk-shop-catalog {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: clamp(65px, 8vw, 105px) 0 clamp(90px, 10vw, 140px);
}

.prosilk-shop-toolbar {
  min-height: 64px;
  margin: 0 0 46px;
  padding: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #eadde1;
}

.prosilk-shop-toolbar::after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce-shop .woocommerce-result-count,
.woocommerce-shop .woocommerce-ordering {
  float: none;
  margin: 0;
}

.woocommerce-shop .woocommerce-result-count {
  color: #77686c;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.woocommerce-shop .woocommerce-ordering select {
  min-width: 245px;
  height: 48px;
  padding: 0 44px 0 17px;
  color: var(--ink);
  background-color: #fffafb;
  border: 1px solid #e8d6dc;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
}

.woocommerce-shop ul.products {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 5vw, 72px);
}

.woocommerce-shop ul.products::before,
.woocommerce-shop ul.products::after {
  display: none;
}

.woocommerce-shop ul.products li.product {
  width: auto !important;
  margin: 0;
  float: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fffafb;
  border: 1px solid #f0e1e5;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.woocommerce-shop ul.products li.product:hover {
  border-color: #e8c5cf;
  box-shadow: 0 24px 55px rgba(92, 55, 66, .1);
  transform: translateY(-4px);
}

.woocommerce-shop ul.products li.product .woocommerce-LoopProduct-link {
  display: block;
  flex: 1;
}

.woocommerce-shop ul.products li.product img {
  width: 100%;
  aspect-ratio: 1;
  margin: 0 0 28px;
  object-fit: cover;
  background: #f8f3f4;
  transition: transform .45s ease;
}

.woocommerce-shop ul.products li.product:hover img {
  transform: scale(1.018);
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
  padding: 0 28px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  line-height: 1.08;
}

.woocommerce-shop ul.products li.product .price {
  margin: 13px 0 0;
  padding: 0 28px;
  display: block;
  color: #8f5966;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-shop ul.products li.product .button {
  min-height: 54px;
  margin: 28px;
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--pink);
  border: 1px solid var(--pink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  transition: color .2s ease, background .2s ease;
}

.woocommerce-shop ul.products li.product .button:hover {
  color: var(--pink);
  background: var(--white);
}

.woocommerce-shop ul.products li.product .added_to_cart {
  margin: -14px 28px 28px;
  color: #8f5966;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-product__link + .button + span {
  margin: -17px 28px 28px;
  color: #837579;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

.woocommerce-shop .woocommerce-pagination {
  margin-top: 55px;
}

.woocommerce-shop .woocommerce-pagination ul.page-numbers {
  border: 0;
}

.woocommerce-shop .woocommerce-pagination ul.page-numbers li {
  border: 0;
}

.woocommerce-shop .woocommerce-pagination ul.page-numbers a,
.woocommerce-shop .woocommerce-pagination ul.page-numbers span {
  min-width: 42px;
  min-height: 42px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: #fffafb;
}

.woocommerce-shop .woocommerce-pagination ul.page-numbers .current {
  color: var(--white);
  background: var(--pink);
}

@media (min-width: 681px) and (max-width: 990px) {
  .prosilk-info-shell {
    width: 100%;
    padding: 36px 94.5px;
  }

  .prosilk-storefront .prosilk-info-title {
    margin-bottom: 42px;
  }

  .prosilk-info-page--about .prosilk-info-shell {
    width: 100%;
    padding-inline: 40px;
  }

  .prosilk-info-page--contact .prosilk-info-shell {
    width: 100%;
    padding-inline: 52.5px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 68px;
  }

  .header-inner {
    padding: 0 20px;
  }

  .wordmark {
    font-size: 24px;
  }

  .header-tools {
    gap: 18px;
  }

  .featured-card {
    min-height: 385px;
    padding: 50px 18px 20px;
  }

  .showcase {
    min-height: 700px;
  }

  .showcase-card {
    width: min(500px, calc(100% - 60px));
  }

  .benefits {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .benefits h2 {
    max-width: 650px;
  }

  .gallery-grid {
    min-height: 550px;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .woocommerce-account .site-main {
    width: min(100% - 40px, 760px);
    padding-top: 62px;
  }

  .woocommerce-account .woocommerce:has(.woocommerce-MyAccount-navigation) {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li + li {
    border-top: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #f2e8eb;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(odd) {
    border-right: 1px solid #f2e8eb;
  }

  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 680px) {
  .announcement {
    min-height: 44px;
    padding-inline: 10px;
    font-size: 9px;
    line-height: 1.45;
  }

  .home .prosilk-header {
    position: relative;
    top: 0;
    color: var(--ink);
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid rgba(60, 60, 60, .07);
  }

  .header-inner {
    padding: 0 15px;
  }

  .menu-toggle,
  .menu-toggle span {
    width: 28px;
  }

  .wordmark {
    font-size: 20px;
    letter-spacing: .22em;
    text-indent: .22em;
  }

  .header-tools {
    gap: 12px;
  }

  .header-icon {
    width: 23px;
  }

  .header-icon svg {
    width: 21px;
    height: 21px;
  }

  .menu-drawer {
    grid-template-columns: 100% 0;
  }

  .menu-drawer__panel {
    padding: 30px;
  }

  .hero {
    height: 86vh;
    min-height: 610px;
  }

  .hero img {
    object-position: center;
  }

  .collection-intro {
    padding: 0 0 65px;
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }

  .featured-card {
    min-height: 0;
    padding: 45px 25px 24px;
  }

  .featured-card img {
    width: min(100%, 420px);
  }

  .prosilk-shop-hero {
    padding: 72px 22px 62px;
  }

  .prosilk-shop-hero h1 {
    overflow-wrap: normal;
    word-break: normal;
    font-size: clamp(42px, 12vw, 48px);
  }

  .prosilk-shop-lead {
    margin-top: 22px;
    font-size: 16px;
  }

  .prosilk-shop-promises {
    margin-top: 32px;
    display: grid;
    gap: 9px;
  }

  .prosilk-shop-promises span + span::before {
    display: none;
  }

  .prosilk-shop-catalog {
    width: min(100% - 30px, 1180px);
    padding: 58px 0 85px;
  }

  .prosilk-shop-toolbar {
    margin-bottom: 30px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .woocommerce-shop .woocommerce-ordering select {
    width: 100%;
  }

  .woocommerce-shop ul.products {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .woocommerce-shop ul.products li.product {
    width: 100% !important;
  }

  .woocommerce-shop ul.products li.product .woocommerce-loop-product__title {
    padding: 0 22px;
    font-size: 31px;
  }

  .woocommerce-shop ul.products li.product .price {
    padding: 0 22px;
  }

  .woocommerce-shop ul.products li.product .button {
    margin: 24px 22px 22px;
  }

  .collection-copy {
    margin-top: 50px;
  }

  .collection-copy h1 {
    font-size: 42px;
  }

  .showcase {
    height: 760px;
    min-height: 760px;
  }

  .showcase-slide img {
    object-position: center;
  }

  .showcase-slide::after {
    background: linear-gradient(0deg, rgba(35, 17, 19, .35), transparent 65%);
  }

  .showcase-card {
    top: auto;
    right: 20px;
    bottom: 65px;
    left: 20px;
    width: auto;
    padding: 30px 24px;
    transform: none;
  }

  .showcase-controls {
    right: 50%;
    bottom: 24px;
    transform: translateX(50%);
  }

  .benefits {
    min-height: 0;
    padding: 85px 25px;
  }

  .benefits h2 {
    font-size: 61px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .testimonial blockquote {
    min-height: 0;
  }

  .social-gallery {
    padding-block: 65px;
  }

  .gallery-grid {
    width: calc(100% - 20px);
    min-height: 920px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.15fr .85fr .85fr;
    gap: 10px;
  }

  .gallery-item--tall {
    grid-row: span 1;
  }

  .gallery-item:first-child {
    grid-column: span 2;
  }

  .newsletter {
    min-height: 570px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
  }

  .footer-brand,
  .footer-column:last-child {
    grid-column: 1 / -1;
  }

  .prosilk-info-shell {
    width: 100%;
    padding: 27px 21px;
  }

  .prosilk-info-content {
    font-size: 15.75px;
    line-height: 27.75px;
  }

  .prosilk-info-content p,
  .prosilk-info-content ol,
  .prosilk-info-content ul {
    margin-bottom: 15.75px;
  }

  .prosilk-storefront .prosilk-info-title {
    margin-bottom: 31.5px;
    font-size: 34.125px;
    line-height: 1.3;
  }

  .prosilk-info-page--about .prosilk-info-shell {
    width: 100%;
    padding: 27px 21px;
  }

  .prosilk-info-page--contact .prosilk-info-shell {
    width: 100%;
    padding: 27px 21px;
  }

  .prosilk-contact-form-section {
    margin-top: 70px;
  }

  .prosilk-contact-form-section h2 {
    font-size: 34.125px;
  }

  .prosilk-info-content h2,
  .prosilk-contact-form-section h2 {
    font-size: 21px;
  }

  .prosilk-contact-form {
    grid-template-columns: 1fr;
  }

  .prosilk-about-row {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .prosilk-about-row + .prosilk-about-row {
    margin-top: 0;
  }

  .prosilk-about-row:nth-child(even) .prosilk-about-media {
    order: 0;
  }

  .prosilk-about-media {
    height: auto;
    min-height: 0;
    aspect-ratio: 3 / 2;
  }

  .prosilk-about-feature-media {
    aspect-ratio: 9 / 16;
  }

  .prosilk-about-video-wordmark {
    font-size: clamp(38px, 15vw, 64px);
    letter-spacing: .07em;
    text-indent: .07em;
  }

  .prosilk-about-copy {
    padding: 32px 0 42px;
  }

  .prosilk-about-copy h2 {
    font-size: 26px;
  }

  .prosilk-contact-form .is-wide {
    grid-column: auto;
  }

  .woocommerce-account .site-main {
    width: min(100% - 30px, 600px);
    padding: 46px 0 76px;
  }

  .woocommerce-account .entry-header {
    margin-bottom: 28px;
  }

  .prosilk-storefront.woocommerce-account .entry-title {
    font-size: 39px;
  }

  .prosilk-account-welcome {
    margin-bottom: 26px;
    padding-inline: 8px;
    font-size: 14px;
    line-height: 1.65;
  }

  .woocommerce-account .woocommerce > h2,
  .woocommerce-account .u-column1 > h2,
  .woocommerce-account .u-column2 > h2 {
    font-size: 23px;
  }

  .woocommerce-account form.login,
  .woocommerce-account form.register,
  .woocommerce-account form.lost_reset_password,
  .woocommerce-account form.woocommerce-EditAccountForm,
  .woocommerce-account form.woocommerce-address-fields {
    padding: 25px 20px;
  }

  .woocommerce-account form.login > .form-row:not(.form-row-wide) {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .woocommerce-account form.login > .form-row:not(.form-row-wide) .button {
    width: 100%;
  }

  .woocommerce-account .lost_password {
    margin-top: 16px;
    text-align: left;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(odd) {
    border-right: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    min-height: 0;
    padding: 24px 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-content table {
    font-size: 13px;
  }

  .woocommerce-account .woocommerce-MyAccount-content th,
  .woocommerce-account .woocommerce-MyAccount-content td {
    padding: 10px 8px;
  }
}
