/* front.css
Applies front-end styles
*/

@font-face {
  font-display: swap;
  font-family: Acumin Pro SemiCondensed Regular;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Acumin-Pro-SemiCondensed-W03-Rg.woff2) format("woff2"),
    url(../fonts/4b72c96c-4534-47b0-8592-e4ee7698bab4.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Acumin Pro SemiCondensed Medium;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Acumin-Pro-SemiCondensed-W03-Md.woff2) format("woff2"),
    url(../fonts/bbb453b1-709d-4b8f-b251-616c59837fa4.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Acumin Pro SemiCondensed Bold;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Acumin-Pro-SemiCondensed-W03-Bd.woff2) format("woff2"),
    url(../fonts/da258375-a341-49e0-9ea8-b2d06355ce55.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Druk Wide;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/DrukWide-Bold-Web.woff2) format("woff2"),
    url(../fonts/DrukWide-Bold-Web.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cardinal Fruit;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/cardinalfruit-medium-TRIAL.woff2) format("woff2"),
    url(../fonts/cardinalfruit-medium-TRIAL.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Cardinal Fruit Italic;
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/cardinalfruit-italic-TRIAL.woff2) format("woff2"),
    url(../fonts/cardinalfruit-italic-TRIAL.woff) format("woff");
}
:root {
  --block-padding: 30px;
  --color-accent: red;
  --color-black: #333;
  --color-white: #fffef2;
  --color-error: red;
  --color-success: green;
  --color-pink: #ffbbd6;
  --color-dark-pink: #fba1c9;
  --color-mauve: #da82c1;
  --color-dark-purple: #a180ba;
  --color-purple: #d9b9f0;
  --color-light-purple: #f9ebf3;
  --color-dark-blue: #1b365d;
  --color-butter-cream: #f2e9db;
  --color-frosting-pink: #f8bed6;
  --color-raw-milk: #fffdf1;
  --container-max-width: 1392px;
  --field-color: #fffef2;
  --field-padding: 1em;
  --field-spacing: 1em;
  --font-family-serif: "Cardinal Fruit", serif;
  --font-family-serif-italic: "Cardinal Fruit Italic", serif;
  --font-family-sans-serif: "Acumin Pro SemiCondensed Medium", sans-serif;
  --font-family-headings: "Druk Wide", sans-serif;
  --font-family-decorative: "Nautica", sans-serif;
  --font-size-base: rem(16);
  --gap: 0;
  --gutter: 20px;
  --radius: 13px;
  --radius-small: 6px;
  --site-header-height: 89px;
  --shadow: 0 4px 12px 2px #da82c140;
}
@media (min-width: 768px) {
  :root {
    --gap: 20px;
  }
}
@media (min-width: 1024px) {
  :root {
    --site-header-height: 95px;
    --gap: 60px;
    --gutter: 30px;
    --radius: 26px;
  }
}
@media (min-width: 1270px) {
  :root {
    --font-size-base: rem(20);
    --gap: 120px;
    --block-padding: 40px;
  }
}

* {
  box-sizing: border-box;
}
.screen-reader-text,
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
a {
  color: currentColor;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
figure {
  margin-inline: 0;
}
img {
  height: auto;
  max-width: 100%;
}
.text-center {
  text-align: center;
}
hr {
  border: 0;
  border-top: 1px solid;
  margin: 1em 0;
}
.page-content ul:not(.slick-dots) {
  list-style-image: url(../images/bullet.svg);
  padding-left: 18px;
}
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
:focus {
  outline: none !important;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  color: var(--color-dark-purple);
  height: 50px;
  top: 50%;
  transition: 0.3s;
  width: 50px;
  z-index: 50;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 1024px) {
  .slick-arrow:hover {
    opacity: 0.6;
  }
}

.slick-dots {
  display: flex;
  gap: 4px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: var(--gutter);
}
.slick-dots .slick-active button {
  background: var(--color-dark-pink);
}
.slick-dots button {
  background: var(--color-pink);
  border-radius: 50%;
  height: 5px;
  text-indent: -999em;
  width: 5px;
}
.aligncenter,
.has-text-align-center {
  margin-inline: auto;
  text-align: center;
}
.alignright,
.has-text-align-right {
  margin-left: auto;
  text-align: right;
}
.is-layout-flex {
  display: flex;
}
.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons {
  gap: var(--gutter);
  margin-block: 1em;
}
.wp-element-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background: var(--color-white);
  background: none;
  border: 0;
  border: 2px solid var(--color-white);
  border-color: var(--color-dark-purple);
  border-radius: 0;
  border-radius: var(--radius-small);
  color: var(--color-dark-pink);
  color: var(--color-dark-purple);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  justify-content: center;
  line-height: 1;
  padding: 0.7em 2em 0.4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .wp-element-button {
    font-size: 1rem;
  }
}
.wp-element-button:hover {
  background: none;
  background: var(--color-dark-purple);
  color: var(--color-white);
}
.wp-block-columns {
  flex-wrap: wrap;
  gap: var(--gutter);
  margin-block: 1em;
}
@media (max-width: 1024.98px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: end;
}
.wp-block-columns .wp-block-column {
  flex: 1;
}
.wp-block-pullquote {
  border: 0;
  padding: 0;
}
.wp-block-pullquote blockquote p {
  font-family: var(--font-family-headings);
}
.wp-block-pullquote cite {
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.4;
}
.btn,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}
.btn {
  /* Button 3 */

  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 36px;
  gap: 10px;
  color: #1b365d;
  font-family: "F37 Blanka", sans-serif;
  font-weight: 500;

  /* Shop/Butter Cream #f2e9db */
  background: #f2e9db;
  /* Shop/Frosting #f8BEd6 */
  border: 1px solid #f8bed6;
  border-radius: 50px;

  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 1rem;
  }
}

.btn:hover {
  background: var(--color-frosting-pink);
  color: #1b365d;
  position: relative;
  overflow: hidden;
}

.latest-posts .categories-list .btn:hover::before,
.cards .btn:hover::before {
  height: 100%;
}

.latest-posts .categories-list .btn::before,
.cards .btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border: none;
  background-color: var(--color-frosting-pink);
  transition: height 0.8s ease;
  z-index: 1;
}

.latest-posts .categories-list .btn,
.cards .btn {
  position: relative;
  overflow: hidden;
}

.latest-posts .categories-list .btn span,
.cards .btn span {
  position: relative;
  z-index: 3;
}

.latest-posts .categories-list .btn:hover {
  background-color: var(--gig-secondary);
}

.cards .btn:hover {
  background-color: var(--gig-tertiary);
}

.cards .btn {
  padding: 9px 36px;
}

.btn.is-style-outline {
  background: var(--color-white);
  border-color: var(--color-frosting-pink);
  color: #1b365d;
}

.container {
  margin-inline: auto;
  max-width: var(--container-max-width);
  padding-inline: var(--gutter);
}

.container:has(.articles-grid) {
  padding-inline: 18px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
  accent-color: currentColor;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-radius: var(--radius-small);
  box-shadow: 0 0 0 2px currentColor;
  color: currentColor;
  font-size: 1rem;
  padding: 8px 15px;
  width: 100%;
}
@media (min-width: 1024px) {
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="url"] {
    padding-block: 10px;
  }

  .container:has(.articles-grid) {
    padding-inline: 36px;
    max-width: 1440px;
  }
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
  box-shadow: 0 0 0 3px currentColor;
  outline: none;
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder {
  color: var(--color-purple);
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder {
  color: var(--color-purple);
}
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]::-moz-placeholder {
  color: currentColor;
  text-transform: uppercase;
}
input[type="email"]::placeholder,
input[type="number"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder {
  color: currentColor;
}
input[type="checkbox"],
input[type="radio"] {
  accent-color: var(--color-accent);
}
input[type="range"] {
  accent-color: var(--color-accent);
  padding: 0;
}
body input {
  border-radius: 100px !important;
}

body input#wp-comment-cookies-consent {
  border-radius: 0px !important;
}

input[type="range"],
select {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  width: 100%;
}
select {
  accent-color: currentColor;
  border-radius: var(--radius-small);
  box-shadow: 0 0 0 2px currentColor;
  color: currentColor;
  font-size: 1rem;
  padding: 8px 15px;
}
@media (min-width: 1024px) {
  select {
    padding-block: 10px;
  }
}
select:focus {
  box-shadow: 0 0 0 3px currentColor;
  outline: none;
}
select::-moz-placeholder {
  color: var(--color-purple);
}
select::placeholder {
  color: var(--color-purple);
}
select:not([multiple]) {
  background: url(../images/select-caret.svg) no-repeat right
    var(--field-padding) center;
}
select[multiple] {
  padding: var(--field-padding);
}
select[multiple] option {
  margin-bottom: 5px;
  padding: 5px;
}
textarea {
  accent-color: currentColor;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 20px;
  border-radius: var(--radius-small);
  box-shadow: 0 0 0 2px currentColor;
  color: currentColor;
  display: block;
  font-size: 1rem;
  height: auto;
  padding: 8px 15px;
  padding: var(--field-padding);
  width: 100%;
}
@media (min-width: 1024px) {
  textarea {
    padding-block: 10px;
  }
}
textarea:focus {
  box-shadow: 0 0 0 3px currentColor;
  outline: none;
}
textarea::-moz-placeholder {
  color: var(--color-purple);
}
textarea::placeholder {
  color: var(--color-purple);
}
textarea::-moz-placeholder {
  color: currentColor;
}
textarea::placeholder {
  color: currentColor;
}
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background: var(--color-white);
  background: var(--color-dark-pink);
  border: 0;
  border: 2px solid var(--color-white);
  border-color: var(--color-dark-pink);
  border-radius: 0;
  border-radius: var(--radius-small);
  color: var(--color-dark-pink);
  color: var(--color-white);
  cursor: pointer;
  display: inline-flex;
  display: block;
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  justify-content: center;
  line-height: 1;
  padding: 0.7em 2em 0.4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.form-submit [type="submit"] {
  font-family: var(--blanka-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  border: 1px solid var(--color-dark-blue);
  background-color: var(--gig-secondary);
  overflow: hidden;
  padding: 6px 18px;
  width: fit-content;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  position: relative;
  display: block;
  color: var(--color-dark-blue);
  margin-bottom: 36px;
}

.form-submit [type="submit"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border: none;
  background-color: #d6c1aa;
  transition: height 0.8s ease;
  z-index: 1;
}

.form-submit [type="submit"]:hover {
  border-color: #d6c1aa;
  background-color: var(--gig-secondary);
  color: var(--color-dark-blue);
}

.form-submit [type="submit"] span {
  position: relative;
  z-index: 2;
}

.form-submit [type="submit"]:hover::before {
  height: 100%;
}

@media (min-width: 1024px) {
  [type="submit"] {
    font-size: 1rem;
  }

  .form-submit [type="submit"] {
    margin-bottom: unset;
  }
}
[type="submit"]:hover {
  background: none;
  color: var(--color-white);
  color: var(--color-dark-pink);
}
.cf7-lead {
  text-transform: uppercase;
}
.cf7-lead,
.wpcf7 {
  color: var(--color-white);
  font-family: var(--font-family-sans-serif);
}
.wpcf7 {
  --color-dark-purple: var(--color-white);
  margin-inline: auto;
  max-width: 500px;
}
.wpcf7 p {
  margin-top: 0;
}
.wpcf7 select:not([multiple]) {
  background-image: url(../images/select-caret-white.svg);
}
.wpcf7 label {
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  line-height: 1.4;
}
.wpcf7 label input,
.wpcf7 label select,
.wpcf7 label textarea {
  font-size: 1.6rem;
}

.wpcf7 form,
.form-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  border: 1px solid var(--color-dark-blue);
  color: var(--color-dark-blue);
  border-radius: 20px;
  font-family: var(--sohne-font);
  font-size: var(--body1-desk);
  font-weight: 300;
  line-height: var(--body1-desk-lh);
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  box-shadow: unset;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="url"] {
  text-align: center;
}

.wpcf7 [type="submit"] {
  width: fit-content;
  background-color: var(--color-butter-cream);
  border: 1px solid var(--color-dark-blue);
  border-radius: 999px;
  color: var(--color-dark-blue);
  padding: 6px 18px;
  font-family: var(--blanka-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  overflow: hidden;
  position: relative;
}

.wpcf7 [type="submit"]::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border: none;
  background-color: #d6c1aa;
  transition: height 0.8s ease;
  z-index: 1;
}

body .wpcf7 .wpcf7-not-valid-tip {
  background-color: var(--color-frosting-pink);
  color: var(--color-dark-blue);
  font-family: var(--body1-font);
  font-size: var(--body1-desk);
  line-height: var(--body1-desk-lh);
  text-align: left;
}

.wpcf7 form .wpcf7-response-output {
  border-color: var(--color-dark-blue) !important;
  border: 1px solid var(--color-dark-blue);
  border-radius: 20px;
  padding: 18px;
  color: var(--color-dark-blue);
  font-family: var(--body1-font);
  font-size: var(--body1-desk);
  line-height: var(--body1-desk-lh);
  text-align: left;
  margin: unset;
}

.wpcf7 [type="submit"] span {
  position: relative;
  z-index: 2;
}

.wpcf7 [type="submit"]:hover::before {
  height: 100%;
}

.wpcf7 [type="submit"]:hover {
  border: 1px solid #d6c1aa;
}

.contact-us-wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 36px;
}

.contact-information-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
  background-color: var(--color-butter-cream);
  border-radius: 20px;
}

.contact-information-wrapper .wp-block-heading.contact {
  font-family: var(--blanka-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
}

.contact-container {
  padding: 18px 18px 0;
}

.contact-image {
  position: relative;
  margin-bottom: 18px;
}

.contact-image img {
  border-radius: 20px;
  object-fit: cover;
  object-position: top;
}

.contact-image .overlay-text {
  position: absolute;
  bottom: 24px;
  left: 18px;
  font-size: var(--h1-mob);
  line-height: var(--h1-mob-lh);
  font-family: var(--h1-font);
  color: #fffdf1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.contact-information-wrapper a {
  font-family: var(--blanka-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  text-decoration: none;
  padding-bottom: 2px;
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--color-frosting-pink);
  word-wrap: break-word;
}

@media screen and (min-width: 1024px) {
  .form-header {
    flex-direction: row;
    gap: 18px;
  }

  .contact-us-wrapper {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 72px;
    padding: 0 36px;
    max-width: 1800px;
    margin: auto;
  }

  .wpcf7 {
    max-width: unset;
    margin-inline: unset;
  }

  .contact-information-wrapper {
    min-width: 34.72vw;
    padding: 36px;
  }

  .contact-image {
    display: flex;
    justify-content: center;
    margin: 0 auto 72px;
    max-height: 34.72vw;
    width: fit-content;
  }

  .contact-container {
    padding: 0 36px 72px;
  }
}

.wpcf7 label + br {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  background-color: var(--color-mauve);
  border-radius: var(--radius-small);
  color: var(--color-white);
  display: block;
  line-height: 1;
  margin: 10px 0;
  padding: 10px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.2em;
  margin-block: 0.5em;
}
.h1,
h1 {
  font-family: var(--font-family-serif);
}
.h2,
h2 {
  font-family: var(--font-family-headings);
  line-height: 1.1;
  text-transform: uppercase;
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family-serif);
}
.h3 em,
.h4 em,
.h5 em,
.h6 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: var(--font-family-serif-italic);
}
.h1,
h1 {
  font-size: 3.125rem;
}
.h2,
h2 {
  font-size: 1.5rem;
}
.h3,
h3 {
  font-size: 1.375rem;
}
.h4,
h4 {
  font-size: 1.3125rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .h1,
  h1 {
    font-size: 4rem;
  }
  .h2,
  h2 {
    font-size: 2.25rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .h4,
  h4 {
    font-size: 1.25rem;
  }
  .h5,
  h5 {
    font-size: 1.125rem;
  }
}
.cards {
  color: var(--color-dark-purple);
}

.cards .content > div {
  display: grid;
  gap: 10px;
  padding-top: 36px;
}

.cards .action {
  position: relative;
}

.cards .secondary-image {
  border-radius: 20px;
  position: absolute;
  right: 40px;
  width: 130px;
  bottom: -30px;
  background-color: #fffdf1;
}

@media (min-width: 1024px) {
  .cards {
    background-color: #f2e9db;
  }

  .cards > div {
    max-width: 1584px;
    margin: auto;
  }

  .cards .items {
    display: grid;
    padding: 90px 72px;
    background-color: #f2e9db;
    gap: 72px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cards .landscape-image {
    border-radius: 20px !important;
    height: 300px !important;
    aspect-ratio: unset !important;
  }

  .cards .content {
    padding: 68px 0 36px 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 55%;
  }

  .cards .content > div {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    padding-top: 36px;
  }

  .cards .content > div > h3 {
    line-height: 24px;
  }

  .cards .content > p {
    height: 100%;
  }

  .cards .pages {
    display: flex;
    height: 100%;
  }

  .cards .title {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .cards .secondary-image {
    right: 0;
    bottom: -53px;
    width: 210px;
  }
}

@media screen and (min-width: 1370px) {
  .cards .secondary-image {
    right: 0;
    bottom: -110px;
    width: 210px;
  }

  .cards .title {
    width: 65%;
  }
}

.cards .item {
  border-radius: var(--radius);
}
.cards .page {
  background-color: #f2e9db;
}
.cards .title {
  font-family: "F37 Blanka", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  color: #1b365d;
  padding-bottom: 36px;
  text-align: start;
  text-transform: none;
}
@media (min-width: 1024px) {
  .cards .title {
    font-size: 1.875rem;
  }
}
.cards .subtitle {
  font-family: var(--font-family-serif);
  font-size: 0.9375rem;
  margin-bottom: var(--gutter);
  margin-top: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .cards .subtitle {
    font-size: 1.25rem;
  }
}
.cards .content {
  padding: 36px;
  font-family: "F37 Blanka", sans-serif;
  background-color: #f2e9db;
  color: var(--color-dark-blue);
  font-size: 0.875rem;
  line-height: 1.4;
}
.cards .content .content-column {
  padding-inline: 15px;
}
.cards .content h3 {
  font-family: "F37 Blanka", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.cards .action {
  text-align: center;
}
.cards .action a {
  text-decoration: none;
}
.cards .landscape-image {
  align-items: self-end;
  height: 273px;
  background-position: 50%;
  background-size: cover;
  border-radius: 0 0 20px 20px;
  display: flex;
  padding: 36px 18px;
}
.cards .portrait-image img {
  border-radius: var(--radius);
  display: block;
  margin-inline: auto;
  margin-bottom: 10px;
  width: min(100%, 302px);
}
.cards .portrait-image .btn {
  background: var(--color-dark-purple);
  color: var(--color-white);
}
.category-menu {
  margin-block: 0;
  text-align: center;
  padding: 36px;
}
.category-menu .title {
  color: #1b365d;
  text-align: center;
  padding-bottom: 24px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .category-menu {
    padding: 72px;
    max-width: 1584px;
    margin: auto;
  }

  .category-menu .title {
    font-size: 48px;
    text-align: start;
    line-height: 48px;
  }
}
.category-menu .items {
  display: grid;
  gap: var(--gutter);
  margin-bottom: var(--gutter);
}
@media (min-width: 768px) {
  .category-menu .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .category-menu .items {
    grid-template-columns: repeat(5, 1fr);
  }
}
.category-menu .item {
  align-items: center;
  background-position: 50%;
  background-size: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--color-white);
  display: flex;
  font-family: "F37 Blanka", sans-serif;
  font-weight: 500;
  font-size: 28px;
  height: 150px;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}
@media (min-width: 1024px) {
  .category-menu .item {
    font-size: 28px;
    height: 147px;
  }
  .category-menu .item:hover {
    box-shadow: 0 4px 6px 1px rgba(218, 130, 193, 0.376);
    opacity: 0.7;
    transform: translateY(2px);
  }
}
.faq {
  color: var(--color-white);
  margin-inline: auto;
  max-width: 780px;
  padding-block: var(--block-padding);
}
.faq .title {
  font-family: var(--font-family-serif);
  font-size: 2.5rem;
  text-align: center;
}
.faq .question,
.faq .title {
  color: currentColor;
  text-transform: uppercase;
}
.faq .question {
  align-items: center;
  background: var(--color-dark-pink);
  border-radius: var(--radius-small);
  display: flex;
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  gap: 8px;
  justify-content: center;
  line-height: 1.4;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0.6em 2em 0.3em;
  width: 100%;
}
.faq .question:hover {
  background: var(--color-mauve);
}
.faq .question[aria-expanded="true"] {
  background: var(--color-mauve);
  margin-bottom: 0;
}
.faq .question[aria-expanded="true"] + .answer {
  display: block;
}
.faq .question svg {
  transform: translateY(-2px);
}
.faq .answer {
  display: none;
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  line-height: 1.4;
  padding: var(--gutter);
  text-align: center;
}
.featured-posts {
  margin-block: 0;
  text-align: center;
}
.featured-posts .items {
  margin-bottom: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .faq .answer {
    padding: var(--gutter) var(--block-padding);
  }

  .featured-posts .items .slick-slide {
    width: 80vw !important;
  }

  .featured-posts .items .slick-slide.slick-active {
    z-index: 10;
    position: relative;
  }

  .featured-posts .items .slick-slide.slick-active .featured-content {
    animation: fadeIn 0.5s ease-out forwards;
  }

  .featured-posts .items .slick-slide .featured-content {
    opacity: 0;
  }
}

.featured-posts .item {
  width: 330px;
}
@media (min-width: 1024px) {
  .featured-posts .item {
    width: 640px;
  }
}
.featured-posts .item.slick-current a {
  background: var(--color-white);
  color: var(--color-dark-pink);
  flex-direction: column;
  font-size: 1.25rem;
  transform: none;
}
@media (min-width: 1024px) {
  .featured-posts .item.slick-current a {
    font-size: 1.875rem;
  }
}
@media (min-width: 1270px) {
  .featured-posts .item.slick-current a {
    font-size: 2.5rem;
  }
}
.featured-posts .item a {
  background: var(--color-dark-pink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--color-white);
  display: flex;
  flex-direction: column-reverse;
  font-family: var(--font-family-headings);
  font-size: 0.9375rem;
  gap: var(--gutter);
  line-height: 1.1;
  padding: var(--gutter);
  text-decoration: none;
  text-transform: uppercase;
  transform: scale(0.8125);
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .featured-posts .item a {
    font-size: 1.375rem;
  }
}
@media (min-width: 1270px) {
  .featured-posts .item a {
    font-size: 1.875rem;
  }
}
.featured-posts .item .thumbnail img {
  border-radius: var(--radius-small);
  display: block;
  width: 100%;
}
.featured-posts .slick-arrow {
  top: 300px;
}
@media (min-width: 1024px) {
  .featured-posts .slick-arrow.slick-prev {
    left: 0;
    transform: translate(30px, -50%);
  }
  .featured-posts .slick-arrow.slick-next {
    right: 0;
    transform: translate(-30px, -50%);
  }
}
@media (max-width: 1024.98px) {
  .featured-posts > .btn {
    width: calc(100% - 60px);
  }
}
.instagram-feed .title {
  color: var(--color-white);
  font-family: var(--font-family-decorative);
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
}
@media (min-width: 1024px) {
  .instagram-feed .title {
    font-size: 4.6875rem;
  }
}
.instagram-feed .handle {
  color: var(--color-white);
  font-family: var(--font-family-headings);
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.instagram-feed .handle a {
  text-decoration: none;
}
.instagram-feed .handle a:hover {
  text-decoration: underline;
}
.image-with-text {
  background: var(--color-white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--color-dark-purple);
  padding-block: var(--gutter);
  padding-inline: var(--gutter);
}

.page-template-about-template .image-with-text .content p {
  font-family: var(--sohne-font);
  font-size: var(--body1-desk);
  line-height: var(--body1-desk-lh);
  color: var(--color-dark-blue);
  letter-spacing: -0.02em;
  font-weight: 300;
  text-wrap-style: pretty;
}

.page-template-about-template .container {
  margin: unset;
  padding: unset;
  max-width: unset;
}

.page-template-about-template .image-with-text {
  box-shadow: unset;
  background-color: var(--color-butter-cream);
  border-radius: unset;
  margin-top: 18px;
}

.page-template-about-template .image-with-text .media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.page-template-about-template .image-with-text .content {
  padding: 18px;
  background-color: var(--color-raw-milk);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1024px) {
  .image-with-text {
    align-items: stretch;
    display: flex;
    gap: var(--block-padding);
    padding: 36px;
  }

  .page-template-about-template .image-with-text .content {
    max-width: 700px;
    margin-right: auto;
  }

  .page-template-about-template .image-with-text {
    margin-top: 36px;
  }

  .page-template-about-template .image-with-text .media {
    flex: 1 0 50%;
    max-width: 700px;
    margin-left: auto;
  }

  .page-template-about-template .image-with-text .content {
    padding: 36px;
    margin-right: auto;
  }

  .image-with-text.layout-image-right {
    flex-direction: row-reverse;
    padding-inline: var(--block-padding) var(--gutter);
  }
}
.image-with-text .media {
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1024.98px) {
  .image-with-text .media {
    text-align: center;
  }
}
.image-with-text .media img {
  border-radius: var(--radius-small);
}
@media (min-width: 1024px) {
  .image-with-text .content {
    padding-right: var(--block-padding);
  }
}
.image-with-text .content > :first-child {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 1024.98px) {
  .image-with-text h2 {
    text-align: center;
  }
}
.image-with-text h2 em {
  display: block;
  font-family: var(--font-family-decorative);
  font-size: 150%;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}
@media (min-width: 1270px) {
  .image-with-text h2 em {
    font-size: 300%;
  }
}
.latest-posts {
  background-image: url("../../assets/images/skinny-logo.png");
  background-color: rgba(255, 255, 255, 0.3);
  background-blend-mode: lighten;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f2e9db;
}
.featured-posts-arrows-container {
  background-color: #fffdf1;
}
.latest-posts .body {
  padding: 36px 0;
}
.latest-posts .title-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
}

.arrows-inner-container {
  display: flex;
}

@media (min-width: 1024px) {
  .latest-posts .title-bar {
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--gutter);
  }
  .latest-posts .title-bar h2 {
    line-height: 48px !important;
    font-size: 48px !important;
  }
}
.latest-posts .title-bar h2 {
  font-family: "F37 Blanka", sans-serif;
  line-height: 30px;
  font-weight: 500;
  color: #1b365d;
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
  .latest-posts .title-bar h2 {
    width: 100%;
  }
  .latest-posts .title-bar .btn {
    width: 100%;
  }
}

.latest-posts .title-bar .btn.active {
  background: var(--color-frosting-pink);
  color: #1b365d;
  pointer-events: none;
}
.latest-posts .title-bar .btn.active:hover {
  background: var(--color-frosting-pink);
  color: var(--color-white);
}
.latest-posts .items {
  padding-left: 36px;
}
.latest-posts .item {
  padding-right: 36px;
}
@media (min-width: 1024px) {
  .latest-posts .items {
    padding-left: 72px;
  }
}
.oval {
  padding: var(--block-padding);
}
.oval .container {
  background: var(--color-dark-pink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--color-white);
  line-height: 1.2;
  max-width: 1112px;
  padding: var(--gutter);
  text-align: center;
}
@media (min-width: 1024px) {
  .oval .container {
    border-radius: 50%;
    padding: 60px 120px;
  }
}
.oval .container img {
  border-radius: 0;
  box-shadow: none;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .oval .container img {
    max-width: 70%;
  }
}
.shop .container,
.shop .title {
  font-family: var(--blanka-font);
  font-size: var(--h2-mob);
  font-weight: 500;
  line-height: var(--h2-mob-lh);
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--gig-primary);
}

.shop .container {
  padding-inline: unset;
}

.shop .shop-heading-container a {
  align-items: center;
  color: var(--color-dark-blue);
  font-family: var(--blanka-font);
  background-color: var(--color-butter-cream);
  border: 1px solid var(--color-frosting-pink);
  font-size: var(--body1-desk);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 28px;
  border-radius: 999px;
  padding: 6px 36px;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.shop .item {
  position: relative;
  overflow: hidden;
}

.shop .image-container {
  position: relative;
  overflow: hidden;
}

.shop .primary-image,
.shop .secondary-image {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.shop .secondary-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.shop .item:hover .secondary-image {
  opacity: 1;
}

.shop .atc-button {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #f0e9dd;
  border: 1px solid #f0e9dd;
  color: var(--gig-primary);
  padding: 8px 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  width: calc(100% - 48px);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop .atc-button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  visibility: none;
  border: none;
  background-color: #d6c1aa;
  transition: height 0.8s ease;
  z-index: 1;
}

.shop .atc-button:hover::before {
  height: 100%;
}

.shop .atc-button:hover {
  border: 1px solid #d6c1aa;
}

.shop .atc-button span {
  font-size: 16px !important;
  line-height: normal !important;
  font-weight: 500 !important;
  position: relative;
  z-index: 3;
  font-family: var(--blanka-font) !important;
}

.shop .item:hover .atc-button {
  bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .shop .item:hover .atc-button {
    bottom: 36px;
  }

  .shop .atc-button {
    width: calc(100% - 72px);
  }
}

.shop .shop-heading-container .title {
  margin: unset;
}

.shop .shop-heading-container {
  padding: 18px;
}

.shop .item.slick-slide {
  width: 71.77vw !important;
}

.shop .shop-heading-container a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border: none;
  background-color: #f99fc9;
  transition: height 0.8s ease;
  z-index: 1;
}

.shop .shop-heading-container a:hover::before {
  height: 100%;
}

.shop .shop-heading-container a span {
  position: relative;
  z-index: 3;
}

.shop .shop-heading-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop .items .item span {
  font-family: var(--blanka-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--gig-primary);
}

.shop .items .item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.shop .items .item img {
  min-height: 350px;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.shop .slick-track {
  margin-left: 18px;
  padding-bottom: 38px;
}

@media (min-width: 1024px) {
  .shop .title {
    font-size: var(--h2-desk);
    line-height: var(--h2-desk-lh);
  }

  .shop .shop-heading-container {
    padding: 36px 0;
  }

  .shop .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    margin-bottom: 36px;
  }

  .shop .items .item span {
    font-family: var(--blanka-font);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--gig-primary);
  }

  .shop .container {
    max-width: 1512px;
    margin-inline: auto;
    padding-inline: 36px;
  }

  .featured-posts-arrows-container {
    background-color: transparent;
  }

  .loop-item .read-more-button {
    display: block;
  }

  .latest-posts {
    background-position: top;
    margin-top: -60px;
  }
}

.articles-grid {
  display: grid;
  column-gap: 36px;
  row-gap: 48px;
}

@media screen and (min-width: 600px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .articles-grid .loop-item {
    display: flex;
    flex-direction: column;
  }

  .articles-grid .loop-item .text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .latest-posts .loop-item {
    display: flex;
    max-height: 300px;
    max-width: 70vw;
  }

  .latest-posts .loop-item a {
    align-items: center;
    display: block;
    width: 50%;
  }

  .latest-posts .loop-item .thumbnail img {
    border-radius: 20px 0 0 20px !important;
    max-height: 300px !important;
  }
}
@media (max-width: 768px) {
  .content > div h3 br {
    display: none;
  }
}
@media (min-width: 1300px) {
  :not(.latest-posts) .loop-item a {
    align-items: center;
    display: grid;
  }

  .latest-posts .loop-item {
    width: 41.67vw;
    max-width: 800px;
  }

  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.loop-item {
  background: #fffdf1;
  border-radius: var(--radius);
}
.loop-item a {
  color: var(--color-mauve);
  text-decoration: none;
  gap: 10px;
}

.loop-item .read-more-button {
  font-family: var(--blanka-font);
  font-size: var(--body1-desk);
  font-weight: 500;
  line-height: var(--body1-desk-lh);
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--color-dark-blue);
  padding-bottom: 3px;
  border-bottom: 2px solid var(--color-frosting-pink);
  width: fit-content;
  margin-top: 9px;
}

.latest-posts .loop-item .read-more-button {
  display: none !important;
}

@media (min-width: 1270px) {
  .loop-item a:hover .thumbnail img {
    transform: scale(1.1);
  }
}
.loop-item .thumbnail {
  overflow: hidden;
}

.loop-item .thumbnail img {
  display: block;
  transition: 0.3s;
  width: 100%;
  border-radius: 10px 10px 0 0;
  max-height: 115vw;
  object-fit: cover;
}

.articles-grid .loop-item .thumbnail img {
  border-radius: 20px;
}

.latest-posts .loop-item:has(a:hover) h3 {
  color: pink;
}

@media (min-width: 1024px) {
  .latest-posts .loop-item .thumbnail {
    border-radius: 20px 0 0 20px;
    flex-shrink: 0;
  }

  .loop-item .thumbnail {
    border-radius: 15px;
    flex-shrink: 0;
  }

  .loop-item .thumbnail img {
    max-height: 631px;
    height: 43.81vw;
  }

  .latest-posts .loop-item .text h3 {
    font-size: 18px !important;
    line-height: 22px !important;
  }

  .latest-posts .loop-item .text > div *,
  .latest-posts .loop-item .text > a {
    width: 100%;
  }

  .latest-posts .loop-item .text {
    padding: 36px;
    width: 50%;
  }
}
.loop-item .thumbnail img {
  display: block;
  transition: 0.3s;
  width: 100%;
  object-fit: cover;
}

.latest-posts .loop-item .thumbnail img {
  max-height: 250px;
}

.latest-posts .loop-item .text {
  color: #1b365d;
  padding: 36px;
  margin-top: 0;
  text-align: left;
}

.loop-item .text {
  text-align: center;
  margin-top: 9px;
}

@media (min-width: 1270px) {
  .loop-item .text {
    text-align: left;
  }

  .latest-posts .loading,
  .latest-posts .items {
    max-height: 300px;
  }
}
.loop-item .text h3 {
  font-family: var(--blanka-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: var(--color-dark-blue);
}

.latest-posts .loop-item .text h3 {
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  font-family: "F37 Blanka", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 36px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-dark-blue);
  transition: color 0.3s ease-in-out;
}

.latest-posts .loop-item .text h3:hover {
  color: pink;
}

.loop-item .text p {
  font-family: var(--sohne-font);
  font-size: var(--body1-desk);
  font-weight: 300;
  line-height: var(--body1-desk-lh);
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  margin-top: 9px;
}

.latest-posts .loop-item .text p {
  margin-top: 0px;
}
@media (max-width: 1024px) {
  .loop-item .text h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .articles-grid .loop-item .read-more-button {
    display: block;
  }
}
.loop-item .excerpt {
  font-family: SohneMono, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}

#site-footer {
  background: var(--color-frosting-pink);
  color: var(--color-dark-blue);
  padding: 36px 0;
  border-top: 1px solid var(--gig-pop);
}

#footer-navigation {
  flex: 1;
  padding: 27px 36px 51px;
}

.footer-accordion {
  margin: 0;
  padding: 0;
}

.footer-accordion-header {
  list-style: none;
  padding: 9px 0;
  cursor: pointer;
  position: relative;
  display: block;
  font-family: var(--blanka-font);
  font-size: 24px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Custom plus/minus icons */
.footer-accordion-header::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--color-dark-blue);
}

.footer-accordion[open] .footer-accordion-header::after {
  content: "−";
}

/* Remove default triangle */
.footer-accordion-header::-webkit-details-marker {
  display: none;
}

.footer-accordion-content {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 9px;
}

.footer-accordion-content a {
  font-family: var(--sohne-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  text-decoration: none;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  position: relative;
  width: fit-content;
}

.footer-accordion-content a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--gig-primary);
  transition: width 0.3s ease;
}

.footer-accordion-content a:hover::after {
  width: 100%;
}

/* Animation */
.footer-accordion-content {
  animation: slideDown 0.2s ease-out;
}

#site-footer .middle-section {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid var(--gig-pop);
  border-top: 1px solid var(--gig-pop);
}

#footer-branding {
  border-bottom: 1px solid var(--gig-pop);
}

#footer-social {
  display: flex;
  flex-direction: column;
}

.footer-follow-along h4 {
  font-family: var(--blanka-font);
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  margin-bottom: 28px;
  margin-top: 36px;
}

.middle-section
  .formkit-form[data-uid="3b009dbe93"][min-width~="700"]
  .formkit-fields[data-stacked="false"],
.formkit-form[data-uid="3b009dbe93"][min-width~="800"]
  .formkit-fields[data-stacked="false"] {
  margin-left: unset;
  margin-right: unset;
}

.footer-follow-along {
  padding: 0 36px;
}

.footer-follow-along #menu-follow-along {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 8px;
  column-gap: 18px;
}

.footer-follow-along #menu-follow-along li {
  list-style: none;
  text-align: center;
  padding: 9px 10px;
  background-color: var(--color-raw-milk);
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.footer-follow-along #menu-follow-along li a {
  text-decoration: none;
  font-family: var(--blanka-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  position: relative;
  z-index: 2;
}

.legal-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 24px;
}

.legal-menu li {
  display: flex;
  align-items: center;
}

.legal-menu li:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
  color: #666;
}

.legal-menu a {
  font-family: var(--sohne-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
}

#footer-social img {
  display: block;
  height: 33px;
  min-width: 30px;
  object-fit: contain;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1024px) {
  #footer-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
  }

  #footer-social {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  #site-footer .middle-section {
    flex-direction: row;
  }

  #site-footer #footer-navigation,
  #site-footer #footer-branding {
    width: 50%;
  }

  #site-footer #footer-branding {
    border-left: 1px solid var(--gig-pop);
    padding-top: 97px;
    padding-bottom: 97px;
  }

  #site-footer #footer-branding form,
  #site-footer #footer-branding nav {
    max-width: 30vw;
    margin: auto;
  }

  #site-footer #footer-branding form {
    margin: 36px auto;
  }

  #site-footer #footer-social {
    justify-content: center;
  }

  .footer-follow-along #menu-follow-along {
    grid-template-columns: repeat(4, 1fr);
    width: fit-content;
    margin: auto;
  }

  #footer-navigation {
    display: flex;
    gap: 3.68vw;
    padding-top: 60px;
    padding-left: 48px;
  }

  #site-footer .footer-accordion[open] > summary {
    pointer-events: none;
    font-weight: 500;
  }

  #site-footer .footer-accordion[open] .footer-accordion-header::after {
    display: none;
  }

  #site-footer > .footer-logo {
    margin-bottom: 24px;
  }

  #site-footer > .footer-logo img {
    width: 456px;
  }

  .footer-follow-along #menu-follow-along li {
    width: 150px;
  }

  .footer-follow-along h4 {
    margin-bottom: 24px;
  }

  .footer-accordion-content {
    gap: 24px;
    padding-bottom: unset;
  }

  #footer-social img {
    height: 25px;
    min-width: 22px;
  }
}

@media screen and (min-width: 1300px) {
  .footer-accordion {
    min-width: 164px;
  }
}
#footer-branding {
  text-align: center;
}
@media (min-width: 1024px) {
  #footer-branding {
    text-align: right;
  }
}

#footer-social ul {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  #footer-social ul {
    justify-content: flex-end;
  }
}
#footer-social a:focus,
#footer-social a:hover {
  opacity: 0.5;
}

#footer-branding {
  padding: 24px 36px;
}

#footer-branding h4 {
  font-family: var(--blanka-font);
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  margin-bottom: 24px;
}

#footer-branding span {
  font-family: var(--blanka-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  text-align: center;
}

#footer-branding .formkit-input {
  padding: unset;
  background-color: #fffdf1;
  border: none;
  padding: 10px;
  box-shadow: none !important;
  border-radius: 100px !important;
  font-size: var(--body1-desk);
  line-height: var(--body1-desk-lh);
  color: var(--color-dark-blue);
  font-family: var(--sohne-font);
}

#footer-branding .formkit-input::placeholder {
  font-size: var(--body1-desk);
  line-height: var(--body1-desk-lh);
  color: var(--color-dark-blue);
  font-family: var(--sohne-font);
}

#footer-branding .formkit-form > div {
  padding: unset;
}

#footer-branding .formkit-form {
  margin-bottom: 24px;
}

#footer-branding .formkit-field {
  margin: unset;
}

#footer-branding .formkit-fields {
  position: relative;
}

#footer-branding .formkit-submit:active,
#footer-branding .formkit-submit:hover,
#footer-branding .formkit-submit:focus {
  filter: brightness(0) saturate(100%) invert(18%) sepia(25%) saturate(2012%)
    hue-rotate(180deg) brightness(92%) contrast(91%); /* turn pink icon image to blue: */
  border-radius: 0px !important;
}

#site-footer > .footer-logo {
  margin: 0 auto 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#site-footer .formkit-input::placeholder {
  text-transform: unset !important;
}
.page-header {
  text-align: center;
}
.page-header h1 {
  color: currentColor;
}
.page-template-default .page-header {
  color: var(--color-white);
}
.page-template-default .page-header h1 {
  font-family: var(--font-family-decorative);
  font-size: 3.75rem;
}
@media (min-width: 1024px) {
  .page-template-default .page-header h1 {
    font-size: 4.6875rem;
  }
}
.page-template-page-legal .page-header {
  color: var(--color-white);
}
.page-template-page-legal .page-header h1 {
  font-family: var(--font-family-serif);
  text-transform: uppercase;
}

.page-template-page-legal .legal-container h1 {
  font-family: var(--blanka-font);
  color: var(--color-dark-blue);
  font-size: var(--h1-mob);
  line-height: var(--h1-mob-lh);
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 36px 0;
}

.page-template-page-legal #site-footer {
  margin-top: unset;
}

body.page-template-page-legal .legal-container .page-content {
  padding: 0 18px 36px;
}

.posts-navigation {
  padding: 0 0 36px;
}

@media (min-width: 1024px) {
  .posts-navigation {
    padding: 0 0 36px;
  }

  body.page-template-page-legal .legal-container .page-content {
    padding: 0 0 72px;
  }

  .page-template-page-legal .legal-container h1 {
    font-size: var(--h1-desk);
    line-height: var(--h1-desk-lh);
    padding: 72px 0;
  }
}

.widgets-mobile-container {
  display: block;
}

.inner-content-wrapper {
  background-color: #fffdf1;
}
@media (min-width: 1024px) {
  .widgets-mobile-container {
    display: none;
  }
}
.posts-navigation .nav-links {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-inline: auto;
  max-width: var(--container-max-width);
  padding-inline: 18px;
}
.posts-navigation .nav-links a {
  align-items: center;
  color: var(--color-dark-blue);
  font-family: var(--blanka-font);
  background-color: var(--color-butter-cream);
  border: 1px solid var(--color-frosting-pink);
  font-size: var(--body1-desk);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 28px;
  border-radius: 999px;
  padding: 6px 20px;
  display: flex;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.posts-navigation .nav-links a use {
  position: relative;
  z-index: 2;
}

.posts-navigation .nav-links a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border: none;
  background-color: #f99fc9;
  transition: height 0.8s ease;
  z-index: 1;
}

.posts-navigation .nav-links a:hover {
  border-color: #f99fc9;
}

.posts-navigation .nav-links a:hover::before {
  height: 100%;
}

.post-navigation {
  color: var(--color-dark-purple);
  padding: 1.5em 0;
}

@media screen and (min-width: 400px) {
  .posts-navigation .nav-links a {
    padding: 6px 35px;
  }
}
@media (min-width: 1024px) {
  .post-navigation {
    padding: 2.5em 0;
  }

  .posts-navigation .nav-links {
    gap: 36px;
  }
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.single-post-navigation-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
}

.single-post-navigation-container .title {
  font-family: var(--blanka-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
}

.single-post-navigation-container .title.right {
  text-align: right;
}

.single-post-navigation-container .title.left {
  text-align: left;
}

.single-post .post-navigation {
  color: var(--color-dark-blue);
  background-color: var(--color-butter-cream);
  padding: 27px;
}

.single-post aside {
  display: none;
}

@media (min-width: 1024px) {
  .post-navigation .nav-links {
    padding-inline: var(--gutter);
  }

  .post-navigation aside {
    display: block;
  }
}
.post-navigation .nav-links a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  line-height: 1;
  text-decoration: none;
}

.post-navigation .nav-links a .label {
  text-transform: uppercase;
}

.post-navigation .nav-links a .title {
  font-family: var(--blanka-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .post-navigation .nav-links a .title {
    max-width: 250px;
  }
}

.single-post-navigation-container:has(.title.right) {
  align-items: end;
}
.post-navigation .nav-next a {
  justify-content: flex-end;
}
.post-navigation .nav-next a .title {
  text-align: right;
}

.single-post .post-navigation .nav-links a {
  display: block;
  height: 100%;
}

#get-the-skinny {
  color: var(--color-dark-purple);
  margin-top: var(--block-padding);
  padding-inline: var(--gutter);
}

@media (min-width: 1024px) {
  #get-the-skinny {
    align-items: center;
    background: var(--color-light-purple);
    border-radius: var(--radius);
    display: flex;
    gap: var(--block-padding);
    margin-inline: var(--gutter);
    max-width: 1184px;
    padding: 80px var(--block-padding);
  }
}
@media screen and (min-width: 1244px) {
  #get-the-skinny {
    margin-inline: auto;
  }
}
#get-the-skinny .media {
  flex-shrink: 0;
  max-width: 550px;
}
@media (max-width: 1024.98px) {
  #get-the-skinny .media {
    display: none;
  }
}
#get-the-skinny .content h2 {
  font-family: var(--font-family-serif);
  margin: 0;
  text-transform: none;
}
@media (min-width: 1024px) {
  #get-the-skinny .content h2 {
    font-size: 4.6875rem;
  }
}
#get-the-skinny .content h2 em {
  font-family: var(--font-family-serif-italic);
}
#get-the-skinny .content h3 {
  font-family: var(--font-family-headings);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #get-the-skinny .content h3 {
    font-size: 1.25rem;
  }
}
#get-the-skinny .content p {
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  #get-the-skinny .content p {
    margin-bottom: 4em;
  }
}
#get-the-skinny .content form .mc4wp-form-fields {
  position: relative;
}
#get-the-skinny .content form .mc4wp-form-fields button {
  padding: 8px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-45%);
}
#get-the-skinny .content form [type="submit"] {
  background: none;
  border: 0;
  color: var(--color-dark-purple);
  padding: 0;
  width: auto;
}

.container:has(.not-found) {
  padding-inline: 36px;
  max-width: 1440px;
}

#search-form-3-input {
  box-shadow: unset;
  border: 1px solid var(--color-dark-blue);
}

@media (max-width: 1024.98px) {
  #get-the-skinny .content form input {
    box-shadow: 0 0 0 2px currentColor;
    color: currentColor;
  }
  #get-the-skinny .content form input::-moz-placeholder {
    color: currentColor;
  }
  #get-the-skinny .content form input::placeholder {
    color: currentColor;
  }
  #get-the-skinny .content form [type="submit"] {
    color: currentColor;
  }
  body.page #get-the-skinny {
    color: var(--color-white);
  }
  body.page #get-the-skinny h2,
  body.page #get-the-skinny h3 {
    color: currentColor;
  }
  body.page #get-the-skinny h3 {
    font-size: 1.25rem;
  }

  .container:has(.not-found) {
    padding-inline: 18px;
  }
}
.loading {
  background: url(../images/badge.svg) no-repeat 50%;
  min-height: 370px;
  width: 100%;
}
.not-found {
  border-radius: var(--radius);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 36px;
}

.not-found #search-form-2 {
  display: none;
}

.archive,
.not-found,
body.blog {
  background: var(--color-white);
}
.archive .page-header,
body.blog .page-header {
  color: var(--color-dark-purple);
  padding-block: 72px;
}
.archive .page-header h1,
body.blog .page-header h1 {
  font-family: var(--h1-font);
  font-size: var(--h1-mob);
  line-height: var(--h1-mob-lh);
  color: var(--color-dark-blue);
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

body.blog #get-the-skinny {
  display: none;
}

@media (min-width: 1024px) {
  .archive .page-header h1,
  body.blog .page-header h1 {
    font-size: var(--h1-desk);
    line-height: var(--h1-desk-lh);
  }
}
.archive .page-header h1 .decorative,
body.blog .page-header h1 .decorative {
  display: block;
  font-family: var(--font-family-decorative);
  font-size: 200%;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}
@media (min-width: 1024px) {
  .archive .page-header h1 .decorative,
  body.blog .page-header h1 .decorative {
    display: inline;
  }

  .not-found {
    margin-bottom: 72px;
  }
}
#category-browser {
  list-style: none;
  margin: 0;
  margin-bottom: var(--gutter);
  margin-inline: auto;
  max-width: 263px;
  padding: 0;
}
@media (min-width: 1024px) {
  #category-browser {
    display: flex;
    gap: var(--gutter);
    max-width: 100%;
  }
}
#category-browser > li {
  flex: 1;
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 1024px) {
  #category-browser > li {
    margin-bottom: 0;
  }
  #category-browser > li:after {
    content: "";
    height: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  #category-browser > li:hover ul {
    display: block;
  }
}
#category-browser > li > a {
  background: var(--color-white);
  background: none;
  border: 2px solid var(--color-white);
  border-color: var(--color-dark-purple);
  border-radius: var(--radius-small);
  color: var(--color-dark-pink);
  color: var(--color-dark-purple);
  display: inline-flex;
  display: block;
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  justify-content: center;
  line-height: 1;
  padding: 0.7em 2em 0.4em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  #category-browser > li > a {
    font-size: 1rem;
  }
}
#category-browser > li > a:hover {
  background: none;
  background: var(--color-dark-purple);
  color: var(--color-white);
}
#category-browser ul {
  border: 2px solid var(--color-dark-purple);
  border-radius: var(--radius-small);
  display: none;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 10px 20px;
}
#category-browser ul.shown {
  display: block;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #category-browser ul {
    background: var(--color-white);
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    width: 100%;
    z-index: 1;
  }
}
#category-browser ul a {
  display: block;
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  line-height: 1.4;
  padding: 5px 0;
  text-decoration: none;
}
#category-browser ul a:hover {
  text-decoration: underline;
}
body.home #site-main {
  padding-top: 0;
}
body.home #get-the-skinny {
  display: none;
}
body.page-template-page-legal #site-main {
  padding-top: 0;
}
body.page-template-page-legal #site-main .page-content {
  background: var(--color-white);
  border-radius: var(--radius);
  color: var(--color-dark-blue);
  margin-inline: auto;
  max-width: 800px;
}
body.page-template-page-legal #site-main .page-content h2,
body.page-template-page-legal #site-main .page-content h3,
body.page-template-page-legal #site-main .page-content h4,
body.page-template-page-legal #site-main .page-content h5,
body.page-template-page-legal #site-main .page-content h6 {
  font-family: var(--blanka-font);
  text-transform: capitalize;
}

body.page-template-page-legal .legal-container .page-content h5 {
  margin: 36px 0;
  font-size: var(--tscsubhead);
  line-height: var(--tscsubhead-lh);
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.02em;
}

body.page-template-page-legal .legal-container .page-content p {
  font-family: var(--sohne-font);
  font-size: var(--tscparagraph);
  line-height: var(--tscparagraph-lh);
  text-align: left;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-wrap-style: pretty;
}

body.page-template-page-legal #get-the-skinny {
  display: none;
}

body.page-template-page-legal .legal-container .container {
  padding: unset;
}

.single-post #site-main .container {
  max-width: unset;
  margin-inline: unset;
  padding-inline: unset;
  margin: unset;
}

.single-post .entry-content .wp-block-image img,
.single-post .entry-content [class*=" wp-image"] {
  border-radius: 20px;
}

.single-post .inner-content-wrapper {
  padding: 18px;
}

.single-post .inner-content-wrapper h2,
.single-post .inner-content-wrapper h3,
.single-post .inner-content-wrapper h4,
.single-post .inner-content-wrapper h5,
.single-post .inner-content-wrapper h6,
.single-post .inner-content-wrapper p {
  margin: 18px 0;
}

.single-post .inner-content-wrapper h3 {
  font-size: var(--blog-lead-in-mob);
  line-height: var(--blog-lead-in-lh-mob);
  font-family: var(--blanka-font);
  font-weight: 300;
  letter-spacing: -0.02em;
}

.single-post .entry-content img {
  display: block;
  max-height: 91.28vw;
  width: 100%;
  object-fit: cover;
  margin: 18px 0;
}
.entry-main {
  background-color: var(--color-butter-cream);
}

.about-page .video-section {
  margin: 18px;
}

.entry-main .title-wrapper h1 {
  font-family: var(--h1-font);
  font-weight: 500;
  font-size: 42px;
  line-height: 42px;
  text-align: center;
  letter-spacing: -0.02em;
  color: var(--color-dark-blue);
}

.entry-main .title-wrapper {
  padding: 36px;
}

.entry-main .featured-image-wrapper {
  max-width: 90.77vw;
  max-height: 77vw;
  width: 100%;
}

.entry-main .featured-image-wrapper img {
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
  max-height: inherit;
}

.entry-header {
  display: flex;
  flex-direction: column-reverse;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

#commentform {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 36px;
}

#commentform > *:not(.form-submit) input,
#commentform textarea {
  background-color: #fffdf1;
  box-shadow: unset;
  border: 1px solid var(--color-dark-blue);
  border-radius: 20px;
}

#commentform > *:not(.form-submit) input {
  text-align: center;
}
.shop-widget + .shop-widget {
  margin-top: 2rem;
}
.single-post .shop-widget .stp-outer {
  width: 100% !important;
  max-width: 600px !important;
  margin: 0 auto;
  overflow: hidden !important;
}

.single-post .shop-widget .stp-inner {
  width: 100% !important;
}

.single-post .shop-widget .stp-slide {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  column-gap: 10px !important;
  row-gap: 18px !important;
  width: 100% !important;
}

.widgets-mobile-container {
  max-width: 400px;
  margin: 36px auto 18px;
}

.single-post .shop-widget button.stp-control {
  height: 25px !important;
  top: calc(100% + 18px) !important;
}

.single-post .shop-widget button.stp-control.stp-right {
  right: 30% !important;
}

.single-post .shop-widget button.stp-control.stp-left {
  left: 30% !important;
}

.single-post .shop-widget .stp-product {
  margin: 0 !important;
  width: 43.62vw !important;
  height: 44.62vw !important;
  max-width: 173px !important;
  max-height: 173px !important;
  display: none !important;
  background-color: white !important;
  border: 1px solid var(--color-butter-cream) !important;
  border-radius: 20px;
  overflow: hidden;
}

.single-post .stp-product img {
  height: 100% !important;
}

.single-post .shop-widget .stp-product a {
  display: contents !important;
}

.single-post .shop-widget .stp-product:nth-child(-n + 6) {
  display: block !important;
}

.single-post .shop-widget .stp-product.is-active {
  display: block !important;
}

.single-post .shop-widget .shopthepost-widget #stp-6777237c355f3 img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 20px !important;
  background-color: white;
}

.single-post .shop-widget-title {
  font-family: var(--blanka-font);
  font-size: var(--h3-desk);
  font-weight: 300;
  line-height: var(--h3-desk-lh);
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
}

body .entry-main .stp-inner {
  width: fit-content;
  background-color: #fffdf1 !important;
}

.shopthepost-widget .stp-product-link:hover:after {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 20px !important;
}

.rs-adblock {
  background-color: transparent !important;
}

#commentform .comment-form-row {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.single-post .shop-widget .shopthepost-widget #stp-6777237c355f3 img {
  max-width: unset !important;
  max-height: unset !important;
}

@media (min-width: 1024px) {
  .entry-header {
    flex-direction: row;
    gap: 36px;
    padding: 36px;
    justify-content: center;
  }

  #commentform .comment-form-row {
    flex-direction: row;
  }

  .entry-main .featured-image-wrapper img {
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
    max-width: 666px;
  }

  .single-post .comment-form-cookies-consent input[type="checkbox"] {
    width: 25px !important;
    height: 25px !important;
    display: block !important;
  }

  .single-post .comment-form-cookies-consent {
    display: flex;
    gap: 18px;
  }

  .single-post .shop-widget .stp-product {
    max-width: 173px !important;
    max-height: 173px !important;
  }

  .widgets-mobile-container {
    max-width: unset;
    margin: unset;
  }

  .entry-content {
    max-width: 800px;
    margin-left: auto;
  }

  .single-post aside {
    max-width: 358px;
    margin-right: auto;
  }

  .single-post .inner-content-wrapper {
    padding: unset;
    max-width: 55.56vw;
  }

  .single-post .shop-widget .shopthepost-widget #stp-6777237c355f3 img {
    width: 12.08vw !important;
    height: 12.08vw !important;
    object-fit: contain !important;
    border-radius: unset !important;
    border: unset !important;
    background-color: unset !important;
    max-width: 173px !important;
    max-height: 173px !important;
  }

  .single-post #respond {
    margin-bottom: 21px;
  }

  .single-post .shopthepost-widget {
    margin-top: 18px;
  }

  .single-post .shop-widgets-wrapper {
    position: sticky;
    top: 36px;
  }

  .single-post .inner-content-wrapper h2,
  .single-post .inner-content-wrapper h3,
  .single-post .inner-content-wrapper h4,
  .single-post .inner-content-wrapper h5,
  .single-post .inner-content-wrapper h6 {
    margin: 36px 0;
  }

  .single-post .inner-content-wrapper h3 {
    font-size: var(--blog-lead-in-desk);
    line-height: var(--blog-lead-in-lh-desk);
  }

  .single-post .entry-content img {
    display: block;
    width: 100%;
    object-fit: cover;
    margin: 36px 0;
    max-height: 977px;
  }

  body .shop-widget button.stp-control {
    background: transparent
      url(//assets.rewardstyle.com/images/scroller-arrows.png) no-repeat !important;
  }

  .single-post .entry-main .main-content-wrapper {
    padding: 72px;
    display: flex;
    gap: 9.5vw;
    background-color: #fffdf1;
  }

  .single-post .entry-main .title-wrapper h1 {
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    padding: unset;
    text-transform: unset;
  }

  .single-post .entry-main .featured-image-wrapper {
    max-width: 46.25vw;
    max-height: 600px;
    width: 50%;
  }

  .single-post .entry-main .title-wrapper {
    padding: unset;
    width: 50%;
    max-width: 666px;
  }

  .about-page .video-section {
    margin: 0 36px 36px;
    border-radius: 20px;
    max-width: 1440px;
  }
}

@media screen and (min-width: 1512px) {
  .about-page .video-section {
    margin: 0 auto 36px;
  }

  .single-post .entry-main .featured-image-wrapper {
    min-width: 600px;
    width: fit-content;
  }
}

.entry-header {
  text-align: center;
}

.about-page .video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
}

.latest-posts .slick-track {
  display: flex !important;
  align-items: stretch;
}

.latest-posts .item {
  height: auto;
}

@media (max-width: 1023px) {
  .about-page .video-wrapper {
    padding-bottom: 85%;
  }

  .page-template-about-template .image-with-text {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .latest-posts .item {
    max-width: 86.15vw;
  }

  .latest-posts .loop-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .page-template-about-template .image-with-text .content {
    max-width: 600px;
    margin: 0 auto;
  }

  .page-template-about-template .image-with-text .media img {
    max-width: 600px;
    margin: 0 auto;
  }
}

.about-page .video-thumb-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-page .video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.about-page .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.about-page .video-text {
  color: #fff;
  text-align: center;
  font-family: var(--blanka-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: -0.02em;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.about-page .play-button {
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.about-page .play-button:hover {
  transform: scale(1.1);
}

.about-page .play-icon,
.about-page .pause-icon {
  width: clamp(20px, 4vw, 24px);
  height: clamp(20px, 4vw, 24px);
  fill: #000;
}

.about-page .pause-icon {
  display: none;
}

.about-page .shopify-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-page .video-wrapper.playing .video-overlay,
.about-page .video-wrapper.playing .video-thumb-wrapper {
  display: none;
}

.about-page .video-wrapper.playing .shopify-video {
  z-index: 3;
}

.about-page .video-wrapper.playing .pause-icon {
  display: block;
}

.about-page .video-wrapper.playing .play-icon {
  display: none;
}

@media (min-width: 1024px) {
  .about-page .video-wrapper {
    padding-bottom: 51.2%;
  }

  .about-page .video-text {
    font-size: 36px;
    line-height: 42px;
  }
}

.shopthepost-widget {
  background: #fff;
}
.required-field-message {
  display: none;
}
.single-post #respond {
  margin-top: 36px;
  background-color: var(--color-butter-cream);
  border-radius: 20px;
  padding: 0 18px;
}

.single-post #respond .comment-reply-title {
  font-family: var(--blanka-font);
  font-size: var(--blog-lead-in-mob);
  line-height: var(--blog-lead-in-lh-mob);
  font-weight: 300;
  letter-spacing: -0.02em;
  color: var(--color-dark-blue);
  text-transform: unset;
  display: flex;
  justify-content: space-between;
}

.single-post #respond label {
  font-family: var(--sohne-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
}

.single-post .comment ol.children {
  margin-top: 18px;
}

.single-post .inner-content-wrapper p:first-of-type,
.single-post .inner-content-wrapper p:first-of-type:has(img) img {
  margin-top: unset;
}

.single-post .comment-form-cookies-consent input[type="checkbox"] {
  width: 12.5px;
  height: 12.5px;
  border: 1px solid #1b365d;
  background-color: #fffdf1;
  opacity: 1;
  appearance: none;
  outline: none;
  display: inline-block;
  margin: 0;
  gap: 0;
  position: relative;
  cursor: pointer;
}

.single-post
  .comment-form-cookies-consent
  input[type="checkbox"]:checked::after {
  content: "X";
  color: #1b365d;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-post .comment-form-cookies-consent input[type="checkbox"]:hover {
  border-color: #000;
}

@media screen and (min-width: 1024px) {
  .single-post #respond .comment-reply-title {
    font-size: var(--blog-lead-in-desk);
    line-height: var(--blog-lead-in-lh-desk);
  }

  .single-post-navigation-container {
    flex-direction: row;
    align-items: center;
  }

  .single-post-navigation-container .title {
    padding-bottom: 3px;
    border-bottom: 2px solid var(--color-frosting-pink);
  }

  .single-post-navigation-container:has(.title.right) {
    flex-direction: row-reverse;
    align-items: center;
  }

  .comment-form-cookies-consent input[type="checkbox"] {
    width: 25px;
    height: 25px;
  }

  .single-post #respond {
    padding: 72px;
    margin-bottom: 36px;
  }
}

.comment-list #respond {
  padding: 0px !important;
}

.comments-title {
  text-align: center;
}

#cancel-comment-reply-link {
  font-size: var(--body1-desk);
  line-height: var(--body1-desk-lh);
  font-family: var(--blanka-font);
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .comment {
  background: var(--color-butter-cream);
  border-radius: 20px;
  padding: 18px;
}

.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .children .comment {
  background: var(--color-white);
}
.comment-meta {
  align-items: center;
  display: flex;
  font-family: var(--font-family-sans-serif);
  font-size: 0.875rem;
  justify-content: space-between;
  line-height: 1.4;
}

.comment-author.vcard {
  align-items: center;
  display: flex;
  gap: 10px;
  font-family: var(--blanka-font);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
}

.comment-author.vcard a {
  text-decoration: none;
}

.comment-metadata {
  font-family: var(--blanka-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
}

.comment-author.vcard .says {
  display: none;
}

.comment-reply-link {
  font-family: var(--blanka-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
  border: 1px solid var(--color-dark-blue);
  background-color: var(--color-butter-cream);
  overflow: hidden;
  padding: 6px 18px;
  width: fit-content;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  position: relative;
  display: block;
  margin-top: 18px;
}

.comment-reply-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border: none;
  background-color: #d6c1aa;
  transition: height 0.8s ease;
  z-index: 1;
}

.comment-reply-link:hover {
  border-color: #d6c1aa;
}

.comment-reply-link span {
  position: relative;
  z-index: 2;
}

.comment-reply-link:hover::before {
  height: 100%;
}

.comment-author.vcard img {
  height: 41px;
  width: 41px;
  border-radius: 50%;
  margin: unset;
}

.comment-meta {
  margin-bottom: 28px;
}

.comment-content p {
  font-family: var(--sohne-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--color-dark-blue);
}

@media (min-width: 1024px) {
  .comment-list .comment {
    padding: 72px;
    margin-top: 15px;
  }

  .single-post aside {
    display: block;
    flex: 1;
  }
}

.comments-pagination {
  font-size: 1rem;
  margin-block: 1em;
}
.comments-pagination .nav-links {
  align-items: center;
  display: flex;
  gap: var(--gutter);
  justify-content: center;
}
.comments-pagination .page-numbers {
  line-height: 1;
  opacity: 1;
  text-decoration: none;
}
.comments-pagination .page-numbers:hover {
  color: var(--color-mauve);
}
.comments-pagination .page-numbers.current {
  opacity: 0.5;
  pointer-events: none;
}
.comments-pagination .page-numbers.next,
.comments-pagination .page-numbers.prev {
  align-items: center;
  display: flex;
  gap: 5px;
  opacity: 1;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}

/* ############################
NEW THEME STYLES
############################ */

/* ===========================================================================================================================================================
RESET */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* ===========================================================================================================================================================
FONTS */

/* TODO: host fonts in WP themes/assets/fonts
path it from the CSS file: ../fonts/font-file
 */

@font-face {
  font-family: "F37 Blanka";
  font-weight: 300;
  src: url("//shopskinnyconfidential.com/cdn/shop/t/189/assets/F37Blanka-Light.otf?v=149479017393580649791734543340")
    format("opentype");
}

@font-face {
  font-family: "F37 Blanka";
  font-weight: 500;
  src: url("//shopskinnyconfidential.com/cdn/shop/t/189/assets/F37Blanka-Medium.otf?v=117358473590386791091734543342")
    format("opentype");
}

@font-face {
  font-family: "SohneMono";
  src: url("//shopskinnyconfidential.com/cdn/shop/t/189/assets/SohneMono.otf?v=15293426953345331921734543341")
    format("opentype");
}

/* ===========================================================================================================================================================
TYPOGRAPHY VARS + TYPOGRAPHY HELPERS */

:root {
  --big-heading-desk: 150px;
  --big-heading-mob: 42px;
  --big-heading-2-desk: px;
  --big-heading-2-mob: px;
  --big-heading-3-desk: px;
  --big-heading-3-mob: px;
  --h1-desk: 72px;
  --h1-mob: 42px;
  --h2-desk: 72px;
  --h2-mob: 28px;
  --h3-desk: 32px;
  --h3-mob: 28px;
  --h4-desk: 24px;
  --h4-mob: 24px;
  --h5-desk: 16px;
  --h5-mob: 16px;
  --h6-desk: 16px;
  --h6-mob: 16px;
  --body1-desk: 16px;
  --body1-mob: 16px;
  --body2-desk: 16px;
  --body2-mob: 16px;
  --body3-desk: 16px;
  --body3-mob: 16px;
  --tscsubhead: 36px;
  --tscparagraph: 20px;
  --blog-lead-in-desk: 36px;
  --blog-lead-in-mob: 24px;

  --big-heading-font: F37 Blanka;
  --big-heading-2-font: F37 Blanka;
  --big-heading-3-font: F37 Blanka;
  --h1-font: F37 Blanka;
  --h2-font: F37 Blanka;
  --h3-font: F37 Blanka;
  --h4-font: F37 Blanka;
  --h5-font: F37 Blanka;
  --h6-font: F37 Blanka;
  --body1-font: SohneMono;
  --body2-font: F37 Blanka;
  --body3-font: F37 Blanka;
  --primary-font: ;
  --secondary-font: ;
  --sohne-font: "SohneMono";
  --blanka-font: "F37 Blanka";

  --big-heading-desk-lh: 120px;
  --big-heading-mob-lh: 42px;
  --big-heading2-desk-lh: ;
  --big-heading2-mob-lh: ;
  --big-heading3-desk-lh: ;
  --big-heading3-mob-lh: ;
  --h1-desk-lh: 72px;
  --h1-mob-lh: 42px;
  --h2-desk-ls: -1.26px;
  --h2-mob-ls: -0.72px;
  --h2-desk-lh: 68px;
  --h2-mob-lh: 30px;
  --h3-desk-lh: 1.2;
  --h3-mob-lh: 28px;
  --h4-desk-lh: 28px;
  --h4-mob-lh: 28px;
  --h5-desk-ls: 2.4px;
  --h5-mob-ls: 1.6px;
  --h5-desk-lh: 20px;
  --h5-mob-lh: 20px;
  --h6-desk-lh: 18px;
  --h6-mob-lh: 20px;
  --body1-desk-lh: 20px;
  --body1-mob-lh: 20px;
  --body2-desk-lh: 18px;
  --body2-mob-lh: 20px;
  --body3-desk-lh: 24px;
  --body3-mob-lh: 20px;
  --tscsubhead-lh: 42px;
  --tscparagraph-lh: 28px;
  --blog-lead-in-lh-desk: 42px;
  --blog-lead-in-lh-mob: 28px;
}

h1,
.h1 {
  font-family: var(--h1-font);
  font-size: var(--h1-mob);
  line-height: var(--h1-mob-lh);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.big-heading {
  font-family: var(--big-heading-font);
  font-size: var(--big-heading-mob);
  line-height: var(--big-heading-mob-lh);
  font-weight: 500;
}

.big-heading-2 {
  font-family: var(--big-heading-font);
  font-size: var(--big-heading-2-mob);
  line-height: var(--big-heading-2-mob-lh);
}

.big-heading-3 {
  font-family: var(--big-heading-font);
  font-size: var(--big-heading-3-mob);
  line-height: var(--big-heading-3-mob-lh);
}

h2,
.h2 {
  font-family: var(--h2-font);
  font-size: var(--h2-mob);
  line-height: var(--h2-mob-lh);
  letter-spacing: -0.02em;
  font-weight: 500;
}

h3,
.h3 {
  font-family: var(--h3-font);
  font-size: var(--h3-mob);
  line-height: var(--h3-mob-lh);
  letter-spacing: -0.02em;
  font-weight: 300;
}

h4,
.h4 {
  font-family: var(--h4-font);
  font-size: var(--h4-mob);
  line-height: var(--h4-mob-lh);
  letter-spacing: -0.02em;
  font-weight: 300;
}

h5,
.h5 {
  font-family: var(--h5-font);
  font-size: var(--h5-mob);
  letter-spacing: -0.02em;
  line-height: var(--h5-mob-lh);
  font-weight: 300;
}

h6,
.h6 {
  font-family: var(--h6-font);
  font-size: var(--h6-mob);
  line-height: var(--h6-mob-lh);
  letter-spacing: -0.02em;
  font-weight: 300;
}

body,
.body1,
.body1 p,
p {
  font-family: var(--body1-font);
  font-size: var(--body1-mob);
  line-height: var(--body1-mob-lh);
  letter-spacing: -0.02em;
  font-weight: 300;
}

.body2,
.body2 p {
  font-family: var(--body2-font);
  font-size: var(--body2-mob);
  line-height: var(--body2-mob-lh);
}

.body3,
.body3 p {
  font-family: var(--body3-font);
  font-size: var(--body3-mob);
  line-height: var(--body3-mob-lh);
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-blanka {
  font-family: var(--blanka-font);
}

.font-sohne {
  font-family: var(--sohne-font);
}

@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: var(--h1-desk);
    line-height: var(--h1-desk-lh);
  }

  .big-heading {
    font-size: var(--big-heading-desk);
    line-height: var(--big-heading-desk-lh);
  }

  .big-heading-2 {
    font-size: var(--big-heading-2-desk);
    line-height: var(--big-heading-2-desk-lh);
  }

  .big-heading-3 {
    font-size: var(--big-heading-3-desk);
    line-height: var(--big-heading-3-desk-lh);
  }

  h2,
  .h2 {
    font-size: var(--h2-desk);
    line-height: var(--h2-desk-lh);
    letter-spacing: var(--h2-desk-ls);
  }

  h3,
  .h3 {
    font-size: var(--h3-desk);
    line-height: var(--h3-desk-lh);
  }

  h4,
  .h4 {
    font-size: var(--h4-desk);
    line-height: var(--h4-desk-lh);
  }

  h5,
  .h5 {
    font-size: var(--h5-desk);
    letter-spacing: var(--h5-desk-ls);
    line-height: var(--h5-desk-lh);
  }

  h6,
  .h6 {
    font-size: var(--h6-desk);
    line-height: var(--h6-desk-lh);
  }

  body,
  .body1,
  .body1 p,
  p {
    font-size: var(--body1-desk);
    line-height: var(--body1-desk-lh);
  }

  .body2,
  .body2 p {
    font-size: var(--body2-desk);
    line-height: var(--body2-desk-lh);
  }

  .body3,
  .body3 p {
    font-size: var(--body3-desk);
    line-height: var(--body3-desk-lh);
  }

  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}

/* ===========================================================================================================================================================
COLOR VARS + COLOR HELPERS */

:root {
  --gig-black: #000;
  --gig-white: #fff;

  --gig-primary: #1b365d; /* blueberry */
  --gig-secondary: #fffdf1; /* raw milk */
  --gig-tertiary: #f2e9db;
  --gig-pop: #f99fc9; /* bubblegum */
  --gig-accent: ;
  --gig-bg-1: ;
  --gig-bg-2: ;
  --gig-bg-3: ;
  --button-border-radius: 30px;
}

.background-gig-black {
  background-color: var(--gig-black);
}

.background-gig-white {
  background-color: var(--gig-white);
}

.background-gig-bg-1 {
  background-color: var(--gig-bg-1);
}

.background-gig-bg-2 {
  background-color: var(--gig-bg-2);
}

.background-gig-bg-3 {
  background-color: var(--gig-bg-3);
}

.background-gig-primary {
  background-color: var(--gig-primary);
}

.background-gig-secondary {
  background-color: var(--gig-secondary);
}

.background-gig-tertiary {
  background-color: var(--gig-tertiary);
}

.background-gig-pop {
  background-color: var(--gig-pop);
}
.background-gig-accent {
  background-color: var(--gig-accent);
}

.color-gig-black {
  color: var(--gig-black);
}

.color-gig-white {
  color: var(--gig-white);
}

.color-gig-bg-1 {
  color: var(--gig-bg-1);
}

.color-gig-bg-2 {
  color: var(--gig-bg-2);
}

.color-gig-bg-3 {
  color: var(--gig-bg-3);
}

.color-gig-primary {
  color: var(--gig-primary);
}

.color-gig-secondary {
  color: var(--gig-secondary);
}

.color-gig-tertiary {
  color: var(--gig-tertiary);
}

.color-gig-pop {
  color: var(--gig-pop);
}

.color-gig-accent {
  color: var(--gig-accent);
}

.border-gig-black {
  border-color: var(--gig-black);
}

.border-gig-white {
  border-color: var(--gig-white);
}

.border-gig-bg-1 {
  border-color: var(--gig-bg-1);
}

.border-gig-bg-2 {
  border-color: var(--gig-bg-2);
}

.border-gig-bg-3 {
  border-color: var(--gig-bg-3);
}

.border-gig-primary {
  border-color: var(--gig-primary);
}

.border-gig-secondary {
  border-color: var(--gig-secondary);
}

.border-gig-tertiary {
  border-color: var(--gig-tertiary);
}

.border-gig-pop {
  border-color: var(--gig-pop);
}

.border-gig-accent {
  border-color: var(--gig-accent);
}

/* ===========================================================================================================================================================
BUTTONS */

.cta {
  font-family: var(--blanka-font);
  text-decoration: none;
  padding: 6px 18px;
  display: inline-block;
  height: fit-content;
  border-radius: var(--button-border-radius);
}

.cta span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.cta:hover {
  cursor: pointer;
}

.cta.cta-gig-primary {
  background-color: var(--gig-primary);
  border: 1px solid var(--gig-primary);
  color: var(--gig-secondary);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.cta.cta-gig-primary span {
  position: relative;
  z-index: 3;
}

.cta-gig-primary:before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  visibility: none;
  border: none;
  background-color: var(--gig-secondary) !important;
  transition: width 0.8s ease;
  z-index: 1;
}

.cta.cta-gig-primary:hover:before {
  width: 100%;
}

.cta.cta-gig-secondary {
  background-color: var(--gig-secondary);
  border: 1px solid var(--gig-primary);
  color: var(--gig-primary);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.cta.cta-gig-secondary.borderless {
  border: 1px solid transparent;
}

.cta.cta-gig-secondary span {
  position: relative;
  z-index: 3;
}

.cta-gig-secondary:before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  visibility: none;
  border: none;
  background-color: #d6c1aa !important;
  transition: width 0.8s ease;
  z-index: 1;
}

.cta.cta-gig-secondary:hover:before {
  width: 100%;
}

.cta.cta-gig-tertiary {
  background-color: var(--gig-tertiary);
  border: 1px solid var(--gig-tertiary);
  color: var(--gig-primary);
}

.cta.cta-gig-pop {
  background-color: var(--gig-pop);
  border: 1px solid var(--gig-pop);
  color: var(--gig-primary);
}

.cta.cta-gig-accent {
  background-color: var(--gig-accent);
  border: 1px solid var(--gig-accent);
  color: var(--gig-primary);
}

.cta.cta-gig-primary:hover {
  color: var(--gig-primary);
}

.cta.cta-gig-secondary:hover {
  border: 1px solid #d6c1aa;
  color: var(--gig-primary);
}

.cta.cta-gig-tertiary:hover {
  background-color: var(--gig-tertiary);
  border: 1px solid var(--gig-tertiary);
  color: var(--gig-bg-1);
}

.cta.cta-gig-pop:hover {
  background-color: var(--gig-pop);
  border: 1px solid var(--gig-pop);
  color: var(--gig-bg-1);
}

.cta.cta-gig-accent:hover {
  background-color: var(--gig-accent);
  border: 1px solid var(--gig-accent);
  color: var(--gig-bg-1);
}

.cta.cta-skinny-underlined {
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--gig-pop);
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  color: var(--gig-primary);
  width: fit-content;
}

.cta.cta-skinny-underlined span {
  color: var(--gig-primary);
  font-weight: 500;
  font-family: var(--blanka-font);
  font-size: 16px;
  line-height: 20px;
}

/* ===========================================================================================================================================================
GLOBAL */

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: var(--gig-secondary);
  color: var(--gig-primary);
  font-display: swap;
  overflow-x: hidden;
}
@media (min-width: 1270px) {
  body {
  }
}

/* ===========================================================================================================================================================
ANNOUNCEMENT BAR */

.announcement-bar {
  padding: 3px 18px;
  background-color: #f8bed6;
}

.announcement-bar li {
  list-style-type: none !important;
}
.announcement-bar .splide__arrow {
  background-color: unset;
  color: var(--foreword-secondary);
}

.announcement-bar .splide__slide a {
  color: var(--foreword-secondary);
  text-decoration: none;
}

.loop__arrows {
  display: none;
}

.announcement-bar .splide__arrow--prev {
  left: 0;
}

.announcement-bar .splide__arrow--next {
  right: 0;
}

.announcement-bar .announcement-bar__message {
  font-weight: 500;
  margin: 0;
}

.announcement-bar .nav-wrapper {
  display: none;
}

@media (min-width: 1024px) {
  .announcement-bar {
    padding: 10px 18px;
    display: flex;
    justify-content: space-between;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0 36px;
    align-items: center;
  }

  .section-announcement-bar {
    background-color: var(--gig-secondary);
  }

  .announcement-bar .announcement-bar__message {
    width: fit-content;
    margin-left: auto;
  }

  .announcement-bar .nav-wrapper {
    display: flex;
    gap: 9px;
  }

  .announcement-bar .li-link {
    list-style-type: none;
  }

  .announcement-bar .nav-link {
    font-family: var(--blanka-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    text-align: center;
    padding: 4px 14px;
    display: block;
    border: 1px solid #f2e9db;
    color: var(--gig-primary);
    text-decoration: none;
    border-radius: 100px;
  }
}

/* ===========================================================================================================================================================
HEADER */

#site-header {
  align-items: center;
  color: var(--gig-primary);
  display: flex;
  justify-content: space-between;
  padding: 9px 31px 9px 18px;
  position: relative;
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1023px) {
  #site-header nav {
    display: none;
  }
}

#site-header .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-header .menu > li.menu-item-has-children:hover > .sub-menu,
#site-header .menu > li.menu-item-has-children:focus > .sub-menu {
  display: block;
}
#site-header .menu > li.menu-item-has-children:hover.mega > .sub-menu,
#site-header .menu > li.menu-item-has-children:focus.mega > .sub-menu {
  display: grid;
}
#site-header .menu > li.menu-item-has-children:hover > a {
  color: var(--color-mauve);
}
#site-header .menu > li {
  position: relative;
}
#site-header .menu > li > a {
  align-items: center;
  padding: 31px 24px 32px 24px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-family: var(--blanka-font);
  font-weight: 500;
  font-size: var(--body1-desk);
  line-height: 1;
  width: max-content;
}
#site-header .menu#menu-primary > li > a {
  padding-left: 0;
}
#site-header .menu#menu-secondary > li > a {
  padding-right: 0;
}

#site-header .menu > li > a:hover {
  color: var(--color-mauve);
}
#site-header .menu > li.mega {
  position: static;
}
#site-header .menu > li.mega > .sub-menu {
  border-top: 2px solid var(--gig-tertiary);
  border-bottom: 2px solid var(--gig-tertiary);
  gap: var(--gutter);
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  padding: 36px;
  width: 100%;
}
#site-header .menu > li.mega > .sub-menu > li > a {
  color: var(--gig-primary);
  font-family: var(--blanka-font);
  margin-bottom: 24px;
  font-size: var(--h4-desk);
  line-height: var(--h4-desk-lh);
  font-weight: 500;
}
#site-header .menu > li > .sub-menu {
  background: var(--color-white);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
  display: none;
  left: calc(var(--gutter) * -0.5);
  min-width: 300px;
  padding: var(--gutter);
  position: absolute;
  top: 100%;
}
#site-header .menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#site-header .menu .sub-menu a {
  color: var(--gig-primary);
  font-family: var(--sohne-font);
  display: block;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  width: fit-content;
  margin-bottom: 9px;
}

#site-header .menu .sub-menu a:hover::after {
  width: 100%;
}

.homepage-featured-section .featured-image img {
  margin-bottom: -20px;
}

#site-header .menu .sub-menu a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--gig-primary);
  transition: width 0.3s ease;
}

#site-header #menu-secondary > li > .sub-menu {
  left: auto;
  right: calc(var(--gutter) * -0.5);
}
#site-header #menu-secondary > li > .sub-menu a {
  text-align: right;
}

#site-branding {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024.98px) {
  #site-branding {
    max-width: 202px;
  }
}
#site-branding img {
  display: block;
}

/* hamburger */
body.menu-open {
  overflow: hidden;
}
body.menu-open #site-navigation {
  display: block;
}
body.menu-open #toggle-navigation {
  background-image: url(../images/close.svg);
}

#toggle-navigation {
  height: 30px;
}

@media (min-width: 1024px) {
  #toggle-navigation {
    display: none;
  }

  .homepage-featured-section .featured-image img {
    margin-bottom: unset;
  }
}

/* mega ?*/
#header-secondary {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

/* SEARCH PAGE */

.search.search-results .page-header,
.search.search-no-results .page-header {
  padding: 72px 18px;
}

.search .articles-grid {
  margin-bottom: 36px;
}

.search.search-results .page-header h1,
.search.search-no-results .page-header h1 {
  word-wrap: break-word;
}

/* HEADER SEARCH */
#site-search {
  align-items: center;
}

#site-search {
  display: none;
}

@media screen and (max-width: 1023px) {
  #site-search.show .search-input-container {
    position: absolute;
    bottom: -135%;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    background: var(--color-raw-milk);
    padding: 18px;
    border-bottom: 1px solid var(--gig-primary);
  }

  .close-search.mobile {
    display: none;
    max-width: 24px;
    max-height: 24px;
  }

  #site-search.show {
    display: block;
  }

  #site-search.show .search-input-container #search-form-1-input {
    box-shadow: unset;
    border: 1px solid var(--gig-primary);
    border-radius: 100px;
    padding: 13px 18px;
  }

  #site-search.show .search-input-container svg {
    margin-left: -40px;
  }
}

.open-search svg {
  outline: none;
}

/* Default: Desktop Logo Visible */
header #site-branding .site-logo .logo-desktop {
  display: none;
}

header #site-branding .site-logo .logo-mobile {
  display: block;
  max-width: 82px;
}

.announcement-bar__slider {
  width: 100% !important;
}

@media screen and (min-width: 1024px) {
  header #site-branding .site-logo .logo-desktop {
    display: block;
  }

  .search .articles-grid {
    margin-bottom: 48px;
  }

  .announcement-bar__slider {
    width: calc(100% - 344px) !important;
  }

  header .close-search {
    display: none;
  }

  .search.search-results .page-header,
  .search.search-no-results .page-header {
    padding: 72px 36px;
  }

  header #site-branding .site-logo .logo-mobile {
    display: none;
  }

  #site-search {
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #1b365d66;
    right: calc(100% - 30px);
    animation: fadeIn 0.5s;
    position: fixed;
  }

  #site-search.show {
    justify-content: center;
    display: flex;
  }

  #site-search .search-close {
    display: none !important;
  }

  #site-search .form-layout {
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
  }

  #site-search .search-input-container {
    padding: 36px 36px 49px 36px;
    background: var(--gig-secondary);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 63.4vw;
  }

  #site-search input {
    padding: 15.5px 0;
    padding-right: 30px;
    border: unset;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--gig-primary);
    background: var(--gig-secondary);
    font-family: var(--blanka-font);
    font-size: 28px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1b365d66;
    flex: 1;
    box-shadow: unset;
    border-radius: 0px;
  }

  #site-search input::placeholder {
    text-transform: unset !important;
  }

  #site-search .search-input-container svg {
    height: 100%;
    margin-left: -22px;
    cursor: pointer;
    outline: none;
  }

  #site-search input::placeholder {
    font-family: var(--blanka-font);
    font-size: 28px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #1b365d66;
  }

  body.no-scroll {
    overflow: hidden;
    height: 100%;
  }

  #site-header {
    padding: 0 36px;
  }
}

#site-search button {
  color: currentColor;
}
#site-search > button {
}
body.search-open #site-search {
  flex: 1;
  padding-left: var(--gutter);
}
body.search-open #site-search form {
  display: flex;
}
body.search-open #menu-secondary,
body.search-open #open-search {
  display: none;
}

#search-form-1-input {
  color: var(--color-dark-blue);
}
/* ===========================================================================================================================================================
MOBILE NAV */

#mobile-navigation {
  background: var(--color-white);
  border-radius: 0 0 var(--radius) var(--radius);
  color: var(--color-dark-purple);
  height: calc(100vh - var(--site-header-height) + var(--radius));
  left: 0;
  overflow-y: scroll;
  padding: var(--gutter) var(--gutter) 25vh;
  position: fixed;
  top: calc(var(--site-header-height) - var(--radius));
  transform: translateX(-100%);
  transition: 0.3s ease-out;
  width: 100%;
  z-index: 990;
  opacity: 0;
}

.mobile-menu-page .back-btn {
  font-family: "F37 Blanka", sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 29.57px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--gig-primary);
  border: none;
  background-color: unset;
  margin-right: 18px;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
}

.mobile-menu-page .back-btn img {
  margin-right: 18px;
}

.mobile-menu-page:has(.mobile-menu-page.previous) {
  visibility: visible;
}

.mobile-nav-inner > div {
  transform: translateX(0%);
}

.mobile-nav .close-mobile-nav {
  width: 22px;
}

.mobile-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-page {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fffdf1;
  transition: transform 0.3s ease-in-out;
  padding: 20px;
  padding-top: 40px;
  transform: translateX(-100%);
}

.mobile-menu-page.active {
  visibility: visible;
  transform: translateX(0);
  z-index: 100;
}

.mobile-menu-page.active:has(.mobile-menu-page.previous) .previous {
  visibility: hidden;
}

.mobile-child {
  padding: 0;
  margin: 0;
  list-style: none;
}

.back-btn svg {
  margin-right: 10px;
}

.mobile-menu-page.previous {
  display: contents;
  transform: translateX(-100%);
}

.mobile-parent li {
  list-style: none;
  margin-bottom: 18px;
  height: 40px;
}

.mobile-nav-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  padding: 0 18px 24px;
}

.nav-wrapper li a {
  position: relative;
  overflow: hidden;
}

.mobile-nav-wrapper li a {
  width: fit-content;
  font-family: var(--blanka-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 13px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 12px 27px;
  border: 1px solid var(--gig-tertiary);
  border-radius: 100px;
  color: var(--gig-primary);
  position: relative;
  overflow: hidden;
}

.mobile-nav-wrapper li a span {
  position: relative;
  z-index: 3;
}

.mobile-nav-wrapper li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  border: none;
  background-color: #d6c1aa;
  transition: height 0.8s ease;
  z-index: 1;
}

.mobile-nav-wrapper li a:hover {
  border-color: #d6c1aa;
}

.mobile-nav-wrapper li a:hover::before {
  height: 100%;
}

@media screen and (min-width: 389px) {
  .mobile-nav-wrapper li a {
    padding: 12px 37px;
  }
}

.mobile-menu-image {
  margin-top: 24px;
  display: flex;
}

.mobile-menu-image img {
  border-radius: 20px;
  object-fit: cover;
  margin: auto;
}

.mobile-nav a {
  font-family: var(--blanka-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--gig-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.mobile-nav .mobile-child {
  margin-left: 36px;
  padding-bottom: 36px;
}

.mobile-nav .mobile-child .mobile-subchild {
  margin-left: 0;
  padding-left: 18px;
  border-left: 1px solid black;
  font-weight: 300;
}

.mobile-nav .mobile-nav-inner {
  overflow-x: hidden;
  overflow-y: scroll;
}

.mobile-menu {
  font-size: 32px;
  margin-top: 22px;
  margin-bottom: 54px;
}

@media screen and (min-width: 500px) {
  .mobile-menu-image img {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1024px) {
  #mobile-navigation {
    display: none;
  }
}

#mobile-navigation .menu,
#mobile-navigation .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-navigation .menu a,
#mobile-navigation .sub-menu a {
  text-decoration: none;
}
#mobile-navigation .menu > li.mega > .sub-menu {
  display: grid;
  gap: var(--gutter);
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  #mobile-navigation .menu > li.mega > .sub-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.menu-open #mobile-navigation {
  transform: none;
  opacity: 1;
}
