@charset "UTF-8";
/*!
Theme Name: Pep Boss Research
Theme URI: http://underscores.me/
Author: DLC
Author URI: http://dlcincluded.com
Description: Custom WooCommerce theme for Pep Boss Research.
Version: 1.2.7
Tested up to: 7.0
Requires PHP: 8.x
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pep-boss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Pep Boss Research is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--color-bg, #fceef5);
}

#page.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#colophon {
  margin-top: auto;
}

.site-main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
}

.footer-trust-bar {
  background: var(--color-bg, #fceef5);
  color: #404040;
  padding: 0;
}
.footer-trust-bar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
.footer-trust-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex: 1;
  padding: 1.25rem 2rem;
}
.footer-trust-bar__item + .footer-trust-bar__item {
  border-left: 1px solid #dde0e6;
}
.footer-trust-bar__icon {
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  color: var(--color-primary, #ff2d78);
}
.footer-trust-bar__icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--color-primary, #ff2d78);
}
.footer-trust-bar__text {
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}
.footer-trust-bar__text strong {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #404040;
}
.footer-trust-bar__text span {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.1rem;
}

@media screen and (max-width: 48em) {
  .footer-trust-bar__inner {
    flex-direction: column;
  }
  .footer-trust-bar__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 1.5rem;
    border-left: none !important;
    border-top: 1px solid #dde0e6;
  }
  .footer-trust-bar__item:first-child {
    border-top: none;
  }
}
.site-footer {
  background: var(--color-footer-bg, #fff);
  color: #404040;
  font-size: 0.9rem;
}

.site-footer__main {
  padding: 3rem 1.5rem 2rem;
}

.site-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}

.site-footer__brand .site-footer__site-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #404040;
  margin: 0 0 0.5rem;
}
.site-footer__brand .site-footer__tagline {
  font-size: 0.82rem;
  color: #737b87;
  margin: 0.5rem 0 0;
  line-height: 1.5;
}
.site-footer__brand img,
.site-footer__brand .custom-logo,
.site-footer__brand .site-footer__custom-image {
  max-height: 200px;
  width: auto;
  height: auto;
  display: block;
  margin-bottom: 0.75rem;
}
.site-footer__brand .custom-logo-link {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.site-footer__brand .custom-logo-link:visited {
  color: inherit;
}
.site-footer__brand .custom-logo-link img,
.site-footer__brand .custom-logo-link .custom-logo {
  margin-bottom: 0;
}

.site-footer__menu-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #404040;
  margin: 0 0 0.75rem;
}

.site-footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__menu-list li {
  margin: 0 0 0.4rem;
}
.site-footer__menu-list a {
  display: inline-block;
  color: #737b87;
  text-decoration: none;
  font-size: 0.875rem;
  transition: color 0.15s;
  position: relative;
}
.site-footer__menu-list a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: var(--color-primary, #ff2d78);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.site-footer__menu-list a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.site-footer__menu-list a:visited {
  color: #737b87;
}
.site-footer__menu-list a:hover {
  color: var(--color-primary, #ff2d78);
}

.site-footer__newsletter {
  grid-column: 1/-1;
}
.site-footer__newsletter .site-footer__newsletter-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #404040;
  margin: 0 0 0.4rem;
}
.site-footer__newsletter .site-footer__newsletter-sub {
  font-size: 0.82rem;
  color: #737b87;
  margin: 0 0 1rem;
  line-height: 1.5;
}

.site-footer__form-placeholder {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.site-footer__form-placeholder input[type=email] {
  padding: 0.55rem 0.85rem;
  border: 1px solid #d8dde3;
  border-radius: 4px;
  background: #fff;
  color: #404040;
  font-size: 0.875rem;
  width: 100%;
}
.site-footer__form-placeholder button {
  padding: 0.55rem 1rem;
  background: var(--color-primary, #ff2d78);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  opacity: 0.6;
}
.site-footer__form-placeholder .site-footer__form-note {
  font-size: 0.75rem;
  color: #8a8f98;
  margin: 0;
}

.site-footer__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1rem 1.5rem;
}

.site-footer__bottom-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.site-footer__copy {
  font-size: 0.78rem;
  color: #8a8f98;
}

.site-footer__disclaimer {
  background: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.875rem 1.5rem;
  text-align: center;
}
.site-footer__disclaimer p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 0.72rem;
  color: #8a8f98;
  line-height: 1.6;
  font-style: italic;
}

@media screen and (max-width: 40em) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .site-footer__brand {
    grid-column: 1/-1;
    text-align: center;
  }
  .site-footer__brand img,
  .site-footer__brand .custom-logo,
  .site-footer__brand .custom-logo-link,
  .site-footer__brand .site-footer__custom-image {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer__newsletter-title {
    text-align: center;
  }
  .site-footer__menu-col:last-child {
    text-align: right;
  }
  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--color-primary, #ff2d78);
}
a:visited {
  color: var(--color-secondary, #ea559d);
}
a:hover, a:focus, a:active {
  color: var(--color-primary, #ff2d78);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  border: none;
  border-radius: 999px;
  background: var(--color-primary, #ff2d78);
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 0.9em 1.75em;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.15s ease;
}
button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  filter: brightness(0.88);
  color: #fff;
}
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  filter: brightness(0.8);
  transform: translateY(1px);
}
button:disabled,
button[disabled],
input[type=button]:disabled,
input[type=button][disabled],
input[type=reset]:disabled,
input[type=reset][disabled],
input[type=submit]:disabled,
input[type=submit][disabled] {
  filter: grayscale(0.4);
  opacity: 0.6;
  cursor: not-allowed;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  background: var(--color-header-bg, #fff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 100;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 84px;
  position: relative;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.site-header__logo {
  display: flex;
  align-items: center;
}
.site-header__logo .custom-logo {
  max-height: 40px;
  width: auto;
  display: block;
}

.site-header__title {
  color: var(--color-primary, #ff2d78);
  text-decoration: none;
  font-family: "Corinthia", "Brush Script MT", cursive;
  font-weight: 700;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1;
  white-space: nowrap;
  transition: filter 0.15s ease;
}
.site-header__title:visited {
  color: var(--color-primary, #ff2d78);
}
.site-header__title:hover {
  filter: brightness(0.85);
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.6rem 0.5rem;
}
.menu-toggle .menu-toggle__bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #404040;
  border-radius: 2px;
  transition: opacity 0.2s;
}
.menu-toggle .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul ul {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  min-width: 160px;
  display: block;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: auto;
  padding: 0.5rem 1rem;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: inline-block;
  text-decoration: none;
  color: #404040;
  padding: 0.5rem 1.1rem;
  position: relative;
}
.main-navigation a::after {
  content: "";
  position: absolute;
  width: calc(100% - 2.2rem);
  height: 2px;
  bottom: 0.3rem;
  left: 1.1rem;
  background-color: var(--color-primary, #ff2d78);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.main-navigation a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.main-navigation a:hover {
  color: var(--color-primary, #ff2d78);
}
.main-navigation a:visited {
  color: #404040;
}
.main-navigation .current_page_item > a::after,
.main-navigation .current-menu-item > a::after,
.main-navigation .current_page_ancestor > a::after,
.main-navigation .current-menu-ancestor > a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.main-navigation.toggled ul {
  display: block;
  position: absolute;
  top: 84px;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0.5rem 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 9999;
}
.main-navigation.toggled ul li {
  display: block;
}
.main-navigation.toggled ul a {
  padding: 0.65rem 1.5rem;
  border-radius: 0;
  text-align: center;
  display: block;
}
.main-navigation.toggled ul a::after {
  display: none;
}
.main-navigation.toggled ul .current_page_item > a,
.main-navigation.toggled ul .current-menu-item > a,
.main-navigation.toggled ul .current_page_ancestor > a,
.main-navigation.toggled ul .current-menu-ancestor > a {
  color: var(--color-primary, #ff2d78);
  background: var(--color-bg, #fceef5);
  font-weight: 600;
}

/* Small menu — hamburger visible, nav hidden */
.main-navigation.toggled ul {
  display: block;
}

@media screen and (max-width: 37.49em) {
  li.xoo-wsc-menu-item {
    display: none !important;
  }
}
li.xoo-wsc-menu-item {
  list-style: none;
}
li.xoo-wsc-menu-item a::after {
  display: none !important;
}

.xoo-wsc-cart-trigger {
  color: #404040 !important;
  position: relative;
}

@media screen and (min-width: 37.5em) {
  .site-header__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }
  .main-navigation ul {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .main-navigation.toggled ul {
    position: static;
    background: transparent;
    box-shadow: none;
    padding: 0;
    top: auto;
  }
  .main-navigation.toggled ul a {
    padding: 0.5rem 0.875rem;
    border-radius: 4px;
  }
  li.xoo-wsc-menu-item {
    position: absolute !important;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* SureCookie mobile overflow fix
--------------------------------------------- */
#surecookie-public-root {
  max-width: 100vw;
  overflow-x: hidden;
}
#surecookie-public-root * {
  box-sizing: border-box !important;
}

@media screen and (max-width: 600px) {
  .surecookie-banner,
  .surecookie-banner-inner,
  .surecookie-banner-content,
  .surecookie-preferences-modal,
  .surecookie-modal-wrapper,
  .surecookie-modal-backdrop {
    max-width: 100vw !important;
    width: 100% !important;
  }
  .surecookie-banner-buttons,
  .surecookie-modal-footer,
  .surecookie-modal-footer > div {
    flex-direction: column !important;
    width: 100% !important;
    gap: 8px !important;
  }
  .surecookie-banner-buttons button,
  .surecookie-modal-footer button {
    width: 100% !important;
    flex: 0 0 auto !important;
    white-space: normal !important;
  }
  .surecookie-category-header {
    flex-wrap: wrap !important;
  }
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.home-sale {
  background: var(--color-bg, #fceef5);
  padding: 3rem 1.5rem;
}
.home-sale__inner {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  align-items: stretch;
}
.home-sale__image-col {
  position: relative;
  min-height: 320px;
}
.home-sale__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-sale__photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 320px;
  background: linear-gradient(135deg, var(--color-primary, #ff2d78) 0%, var(--color-secondary, #ea559d) 100%);
}
.home-sale__content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-sale__title {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #404040;
  margin: 0 0 1rem;
  line-height: 1.15;
}
.home-sale__desc {
  font-size: 1.05rem;
  color: #555;
  margin: 0 0 1.75rem;
  line-height: 1.6;
}
.home-sale__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-primary, #ff2d78);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85em 1.75em;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.15s ease;
}
.home-sale__cta:visited {
  color: #fff;
}
.home-sale__cta:hover {
  filter: brightness(0.88);
  color: #fff;
}
.home-sale--slider .home-sale__slider-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.home-sale--slider .home-sale__nav {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.home-sale--slider .home-sale__prev,
.home-sale--slider .home-sale__next {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dde0e6;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 1rem;
  color: #404040;
  transition: border-color 0.15s, background 0.15s;
}
.home-sale--slider .home-sale__prev:hover,
.home-sale--slider .home-sale__next:hover {
  border-color: var(--color-primary, #ff2d78);
  background: rgba(var(--color-primary-rgb, 255, 45, 120), 0.08);
}
.home-sale--slider .home-sale__track-wrap {
  overflow: hidden;
}
.home-sale--slider .home-sale__track {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-sale--slider .home-sale__track::-webkit-scrollbar {
  display: none;
}
.home-sale--slider .home-sale__slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
}
.home-sale--slider .home-sale__inner {
  margin: 0;
  max-width: none;
}

.home-hero {
  position: relative;
  background: linear-gradient(135deg, #fff 0%, var(--color-bg, #fceef5) 45%, var(--color-secondary, #ea559d) 100%) center/cover no-repeat;
  min-height: 32rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem;
}
.home-hero__content {
  max-width: 560px;
  background: var(--hero-card-bg, rgba(255, 255, 255, 0.55));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.home-hero__headline {
  font-size: clamp(2.4rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-primary, #ff2d78);
  margin: 0 0 1.25rem;
}
.home-hero__sub {
  font-size: 1.05rem;
  color: #555;
  margin: 0 0 2.25rem;
  line-height: 1.65;
}
.home-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-primary, #ff2d78);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9em 1.75em;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.15s ease;
}
.home-hero__cta:visited {
  color: #fff;
}
.home-hero__cta:hover {
  filter: brightness(0.88);
  color: #fff;
}
@media screen and (max-width: 40em) {
  .home-hero__inner {
    padding: 3rem 1.25rem;
  }
  .home-hero__content {
    max-width: none;
    padding: 1.75rem;
  }
}

.home-trust-badges {
  background: linear-gradient(90deg, var(--color-primary, #ff2d78) 0%, var(--color-secondary, #ea559d) 100%);
  padding: 0;
}
.home-trust-badges__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.home-trust-badges__item {
  display: flex;
}
.home-trust-badges__item + .home-trust-badges__item {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.home-trust-badges__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  padding: 1.5rem 1.25rem;
  color: #fff;
  text-decoration: none;
}
.home-trust-badges__link:visited {
  color: #fff;
}
.home-trust-badges__icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.home-trust-badges__icon svg {
  width: 100%;
  height: 100%;
}
.home-trust-badges__label {
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media screen and (max-width: 40em) {
  .home-trust-badges__item + .home-trust-badges__item {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.home-about {
  background: var(--color-bg, #fceef5);
  padding: 5rem 1.5rem;
}
.home-about__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  align-items: stretch;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
}
.home-about__aside {
  background: var(--color-primary, #ff2d78);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding: 3.5rem 2.25rem;
}
.home-about__label {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
}
.home-about__icon {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  color: #fff;
}
.home-about__icon svg {
  width: 100%;
  height: 100%;
}
.home-about__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-about__disclaimer {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.55;
  margin: 0;
  font-style: italic;
}
.home-about__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-primary, #ff2d78);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.15s ease;
  margin-top: auto;
}
.home-about__cta:visited {
  color: #fff;
}
.home-about__cta:hover {
  filter: brightness(0.88);
  color: #fff;
}
.home-about__body {
  background: #fff;
  font-size: 1.05rem;
  line-height: 1.85;
  color: #404040;
  padding: 3.5rem 3.5rem;
}
.home-about__body p {
  margin: 0 0 1.1rem;
}
.home-about__body p:last-child {
  margin-bottom: 0;
}

.home-bestsellers {
  background: #fff;
  padding: 4rem 1.5rem;
  border-top: 1px solid #efefef;
}
.home-bestsellers__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.home-bestsellers__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.home-bestsellers__title {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #404040;
  margin: 0;
}
.home-bestsellers__nav {
  display: flex;
  gap: 0.5rem;
}
.home-bestsellers__prev, .home-bestsellers__next {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dde0e6;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  font-size: 1rem;
  color: #404040;
  transition: border-color 0.15s, background 0.15s;
}
.home-bestsellers__prev:hover, .home-bestsellers__next:hover {
  border-color: var(--color-primary, #ff2d78);
  background: rgba(var(--color-primary-rgb, 255, 45, 120), 0.08);
}
.home-bestsellers__track-wrap {
  overflow: hidden;
}
.home-bestsellers__track {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.home-bestsellers__track::-webkit-scrollbar {
  display: none;
}
.home-bestsellers__item {
  flex: 0 0 calc(25% - 1.125rem);
  scroll-snap-align: start;
  min-width: 180px;
}
.home-bestsellers__card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.home-bestsellers__card:visited {
  color: inherit;
}
.home-bestsellers__card:hover .home-bestsellers__name {
  color: var(--color-primary, #ff2d78);
}
.home-bestsellers__img-wrap {
  background: #f3f4f6;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.home-bestsellers__img-wrap img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  display: block;
}
.home-bestsellers__name {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 0.3rem;
  line-height: 1.3;
  color: #404040;
  transition: color 0.15s;
}
.home-bestsellers__price {
  font-size: 0.88rem;
  color: #666;
  margin: 0;
}

.home-why {
  background: var(--color-bg, #fceef5);
  padding: 5rem 1.5rem;
}
.home-why__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 4rem;
  align-items: center;
}
.home-why__image-col {
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.home-why__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}
.home-why__photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 340px;
  background: linear-gradient(135deg, #fff 0%, var(--color-bg, #fceef5) 40%, var(--color-secondary, #ea559d) 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.home-why__title {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #404040;
  margin: 0 0 1.5rem;
}
.home-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.home-why__card {
  background: #fff;
  border-radius: 14px;
  padding: 1.4rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.home-why__card h3 {
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0.65rem 0 0.4rem;
  color: #404040;
}
.home-why__card p {
  font-size: 0.83rem;
  color: #555;
  margin: 0;
  line-height: 1.55;
}
.home-why__icon {
  width: 36px;
  height: 36px;
  color: var(--color-primary, #ff2d78);
}
.home-why__icon svg {
  width: 100%;
  height: 100%;
}

.home-faq {
  position: relative;
  background: var(--color-bg, #fceef5) center/cover no-repeat;
  padding: 5rem 1.5rem;
}
.home-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--color-primary-rgb, 255, 45, 120), 0.12);
}
.home-faq__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  padding: 3.5rem;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 4rem;
  align-items: start;
}
.home-faq__left {
  padding-top: 0.5rem;
}
.home-faq__eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999;
  margin: 0 0 0.75rem;
}
.home-faq__title {
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: #404040;
  margin: 0 0 0.75rem;
  line-height: 1.15;
}
.home-faq__sub {
  font-size: 0.9rem;
  color: #777;
  margin: 0 0 1.75rem;
  line-height: 1.55;
}
.home-faq__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-primary, #ff2d78);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75em 1.5em;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.15s ease;
}
.home-faq__cta:visited {
  color: #fff;
}
.home-faq__cta:hover {
  filter: brightness(0.88);
  color: #fff;
}
.home-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.home-faq__item {
  background: var(--color-bg, #fceef5);
  border-radius: 10px;
  overflow: hidden;
  transition: background 0.15s;
}
.home-faq__item--open {
  background: rgba(var(--color-primary-rgb, 255, 45, 120), 0.08);
}
.home-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  padding: 1.1rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #404040;
  text-align: left;
  cursor: pointer;
  line-height: 1.4;
  transition: color 0.15s;
}
.home-faq__question:hover {
  color: var(--color-primary, #ff2d78);
}
.home-faq__item--open .home-faq__question {
  color: var(--color-primary, #ff2d78);
}
.home-faq__icon {
  font-size: 1.15rem;
  font-weight: 300;
  flex-shrink: 0;
  color: #404040;
  line-height: 1;
  width: 1.25rem;
  text-align: center;
}
.home-faq__item--open .home-faq__icon {
  color: var(--color-primary, #ff2d78);
}
.home-faq__answer {
  padding: 0 1.35rem 1.25rem;
}
.home-faq__answer p {
  margin: 0;
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
}

@media screen and (max-width: 64em) {
  .home-about__inner {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }
  .home-about__aside {
    border-radius: 0;
    padding: 2.5rem 2rem;
  }
  .home-about__body {
    padding: 2.5rem 2rem;
  }
  .home-bestsellers__item {
    flex: 0 0 calc(33.333% - 1rem);
  }
  .home-why__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .home-why__image-col {
    aspect-ratio: 16/7;
  }
  .home-faq__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 48em) {
  .home-hero {
    min-height: 70vh;
    background-position: left center;
  }
  .home-sale__inner {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .home-sale__image-col, .home-sale__photo-placeholder {
    min-height: 220px;
  }
  .home-sale__content {
    padding: 2rem 1.5rem;
  }
  .home-sale__title {
    font-size: 1.5rem;
  }
  .home-sale__desc {
    font-size: 0.9rem;
  }
  .home-bestsellers__item {
    flex: 0 0 calc(50% - 0.75rem);
  }
  .home-why__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 30em) {
  .home-bestsellers__item {
    flex: 0 0 78%;
  }
}
.faq-page {
  padding: 4rem 1.5rem;
}
.faq-page__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.faq-page__title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  text-align: center;
  margin: 0 0 3rem;
}
.faq-page__groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
.faq-page__heading {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.faq-page__list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.faq-page__item {
  background: var(--color-bg, #fceef5);
  border-radius: 8px;
  overflow: hidden;
}
.faq-page__item--open {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.faq-page__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  padding: 1.1rem 1.35rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #404040;
  text-align: left;
  cursor: pointer;
  line-height: 1.4;
  transition: color 0.15s;
}
.faq-page__question:hover {
  color: var(--color-primary, #ff2d78);
}
.faq-page__item--open .faq-page__question {
  color: var(--color-primary, #ff2d78);
}
.faq-page__icon {
  font-size: 1.15rem;
  font-weight: 300;
  flex-shrink: 0;
  color: #404040;
  line-height: 1;
  width: 1.25rem;
  text-align: center;
}
.faq-page__item--open .faq-page__icon {
  color: var(--color-primary, #ff2d78);
}
.faq-page__answer {
  padding: 0 1.35rem 1.1rem;
}
.faq-page__answer p {
  margin: 0;
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 64em) {
  .faq-page__groups {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.error-404__hero {
  background: var(--color-primary, #ff2d78);
  padding: 6rem 1.5rem;
  text-align: center;
}
.error-404__hero-inner {
  max-width: 640px;
  margin: 0 auto;
}

.error-404__code {
  font-size: clamp(5rem, 15vw, 9rem);
  font-weight: 900;
  line-height: 1;
  color: var(--color-secondary, #ea559d);
  margin: 0 0 0.25rem;
  letter-spacing: -0.04em;
  opacity: 0.9;
}

.error-404__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.15;
}

.error-404__sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 2.25rem;
  line-height: 1.6;
}

.error-404__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: var(--color-primary, #ff2d78);
  font-weight: 700;
  font-size: 1rem;
  padding: 0.9em 1.75em;
  border-radius: 999px;
  text-decoration: none;
  transition: filter 0.15s ease;
}
.error-404__cta:visited {
  color: var(--color-primary, #ff2d78);
}
.error-404__cta:hover {
  filter: brightness(0.92);
  color: var(--color-primary, #ff2d78);
}

.error-404__products {
  background: var(--color-bg, #fceef5);
  padding: 4rem 1.5rem 5rem;
}

.error-404__products-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.error-404__products-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #404040;
  margin: 0 0 2rem;
  text-align: center;
}

.error-404__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}

.error-404__card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.error-404__card-link:visited {
  color: inherit;
}
.error-404__card-link:hover .error-404__card-name {
  color: var(--color-primary, #ff2d78);
}
.error-404__card-img {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.error-404__card-img img {
  width: 78%;
  height: 78%;
  object-fit: contain;
  display: block;
}
.error-404__card-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: #404040;
  margin: 0 0 0.3rem;
  line-height: 1.3;
  transition: color 0.15s;
}
.error-404__card-price {
  font-size: 0.88rem;
  color: #666;
  margin: 0;
}

.error-404__shop-link {
  text-align: center;
}
.error-404__shop-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--color-primary, #ff2d78);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: opacity 0.15s;
}
.error-404__shop-link a:visited {
  color: var(--color-primary, #ff2d78);
}
.error-404__shop-link a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 48em) {
  .error-404__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 30em) {
  .error-404__grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.contact-simple {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}
.contact-simple__card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  padding: 3.5rem;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: center;
}
.contact-simple__eyebrow {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #999;
  margin: 0 0 0.75rem;
}
.contact-simple__title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  color: #404040;
  line-height: 1.15;
  margin: 0 0 0.9rem;
}
.contact-simple__sub {
  font-size: 1rem;
  color: #666;
  line-height: 1.65;
  margin: 0;
  max-width: 34rem;
}
.contact-simple__details {
  background: var(--color-bg, #fceef5);
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
}
.contact-simple__details .contact-simple__eyebrow {
  color: #a8879a;
}
.contact-simple__row {
  padding: 0.9rem 0;
}
.contact-simple__row + .contact-simple__row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.contact-simple__row .contact-simple__label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #a8879a;
  margin: 0 0 0.35rem;
}
.contact-simple__value {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-primary, #ff2d78);
  text-decoration: none;
  word-break: break-word;
}
.contact-simple__value:visited {
  color: var(--color-primary, #ff2d78);
}
.contact-simple__value:hover {
  filter: brightness(0.88);
}
@media screen and (max-width: 52em) {
  .contact-simple {
    padding: 1.5rem 1rem 2rem;
  }
  .contact-simple__card {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .contact-simple__details {
    padding: 1.1rem 1.25rem;
  }
  .contact-simple__row {
    padding: 0.65rem 0;
  }
}

.contact-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 0 5rem;
}
.contact-page__header {
  text-align: center;
  margin-bottom: 3rem;
}
.contact-page__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #404040;
  margin: 0 0 1rem;
}
.contact-page__sub {
  font-size: 1rem;
  color: #666;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}
.contact-page__info-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3.5rem;
  border-top: 1px solid #e4e7ee;
  border-bottom: 1px solid #e4e7ee;
}
.contact-page__info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 1.75rem 1rem;
}
.contact-page__info-item + .contact-page__info-item {
  border-left: 1px solid #e4e7ee;
}
.contact-page__info-icon {
  color: var(--color-primary, #ff2d78);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page__info-icon svg {
  width: 28px;
  height: 28px;
}
.contact-page__info-text {
  font-size: 0.9rem;
  color: #404040;
  font-weight: 500;
}
.contact-page .contact-form__row {
  margin-bottom: 1.25rem;
}
.contact-page .contact-form__row--half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 0;
}
.contact-page .contact-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1.25rem;
}
.contact-page .contact-form__label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-page .contact-form__label span[aria-hidden] {
  color: var(--color-primary, #ff2d78);
}
.contact-page .contact-form__optional {
  font-weight: 400;
  color: #999;
  font-size: 0.8rem;
  margin-left: 0.25rem;
  text-transform: none;
  letter-spacing: 0;
}
.contact-page .contact-form__input {
  width: 100%;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
  color: #1a1a2e;
  background: #fff;
  border: 1.5px solid #d0d5dd;
  border-radius: 8px;
  transition: border-color 0.15s, box-shadow 0.15s;
  appearance: none;
  font-family: inherit;
  box-sizing: border-box;
}
.contact-page .contact-form__input:focus {
  outline: none;
  border-color: var(--color-primary, #ff2d78);
  box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb), 0.12);
}
.contact-page .contact-form__input::placeholder {
  color: #aab0be;
}
.contact-page .contact-form__input--textarea {
  resize: vertical;
  min-height: 150px;
  line-height: 1.6;
}
.contact-page .contact-form__input--select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23666'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.168l3.71-3.938a.75.75 0 111.08 1.04l-4.25 4.5a.75.75 0 01-1.08 0l-4.25-4.5a.75.75 0 01.02-1.06z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.1rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.contact-page .contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.contact-page .contact-form__notice {
  font-size: 0.9rem;
  margin: 0;
  flex: 1;
  min-width: 0;
}
.contact-page .contact-form__notice--success {
  color: #1a7a3c;
}
.contact-page .contact-form__notice--error {
  color: #c0392b;
}
.contact-page .contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary, #ff2d78);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85em 2.25em;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: filter 0.15s ease;
  white-space: nowrap;
}
.contact-page .contact-form__submit:hover {
  filter: brightness(0.88);
  color: #fff;
}
.contact-page .contact-form__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  filter: none;
}

@media screen and (max-width: 48em) {
  .contact-page__info-bar {
    grid-template-columns: 1fr;
  }
  .contact-page__info-item + .contact-page__info-item {
    border-left: none;
    border-top: 1px solid #e4e7ee;
  }
  .contact-page .contact-form__row--half {
    grid-template-columns: 1fr;
  }
  .contact-page .contact-form__footer {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-page .contact-form__submit {
    width: 100%;
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-primary, #ff2d78);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
