:root {
  --fs-base-min: 16px;
  --fs-base-max: 18px;
  --scale-ratio: 1.15;
  --trycktval--font-size--min: clamp(calc(var(--fs-base-min) / pow(var(--scale-ratio), 2)), calc(1.5vw / pow(var(--scale-ratio), 2)), calc(var(--fs-base-max) / pow(var(--scale-ratio), 2)));
  --trycktval--font-size--small: clamp(calc(var(--fs-base-min) / pow(var(--scale-ratio), 1)), calc(1.5vw / pow(var(--scale-ratio), 1)), calc(var(--fs-base-max) / pow(var(--scale-ratio), 1)));
  --trycktval--font-size--medium: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 0)), calc(1.5vw * pow(var(--scale-ratio), 0)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 0)));
  --trycktval--font-size--large: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 1)), calc(1.5vw * pow(var(--scale-ratio), 1)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 1)));
  --trycktval--font-size--x-large: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 1.8)), calc(1.5vw * pow(var(--scale-ratio), 1.8)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 1.8)));
  --trycktval--font-size--big: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 2.7)), calc(1.5vw * pow(var(--scale-ratio), 2.7)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 2.7)));
  --trycktval--font-size--huge: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 3.7)), calc(1.5vw * pow(var(--scale-ratio), 3.7)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 3.7)));
  --trycktval--font-size--colossal: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 5.5)), calc(1.5vw * pow(var(--scale-ratio), 5.5)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 5.5)));
  --trycktval--font-size--gargantuan: clamp(calc(var(--fs-base-min) * pow(var(--scale-ratio), 7)), calc(1.5vw * pow(var(--scale-ratio), 7)), calc(var(--fs-base-max) * pow(var(--scale-ratio), 7)));
}
@media screen and (min-width: 768px) {
  :root {
    --scale-ratio: 1.2;
  }
}

/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-end: 0;
  margin-block-start: 0;
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap-large) 0 0;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Heading
--------------------------------------------- */
/* Image
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
  max-width: calc(var(--wp--custom--layout--content) / 2);
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .entry-content > .wp-block-image.alignleft, .content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .entry-content > .wp-block-image.alignright, .content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .entry-content > .wp-block-image.alignleft, .full-width-content .block-area > .wp-block-image.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .entry-content > .wp-block-image.alignright, .full-width-content .block-area > .wp-block-image.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  background: var(--wp--preset--color--grayblue);
  border: none;
  height: 1px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.wp-block-separator.has-background {
  padding: 0;
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: inline-block;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 11px 16px;
}
.wp-element-button:hover, .wp-element-button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus {
  filter: brightness(85%);
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 10px 15px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 10px 15px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--white);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--green);
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--grayblue);
  border-radius: none;
  color: var(--wp--preset--color--grayblue);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  padding: 9px 12px;
  width: 100%;
}

input[type=checkbox],
input[type=submit] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: var(--wp--preset--color--grayblue);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--preset--color--grayblue);
}

::-webkit-input-placeholder {
  color: var(--wp--preset--color--grayblue);
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

label,
.wp-block-search__label,
.wpforms-container .wpforms-field-label {
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
}
label .wpforms-required-label,
.wp-block-search__label .wpforms-required-label,
.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}

.comment-form-cookies-consent label,
.wpforms-container .wpforms-field-sublabel {
  font-weight: 400;
  font-family: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--grayblue);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}

.wp-block-search__inside-wrapper {
  background: transparent;
}

.wp-block-search__button {
  flex-shrink: 0;
}

.wp-block-search__icon-button .wp-block-search__button {
  background-color: var(--wp--preset--color--grayblue);
  width: var(--wp--custom--icon-size--large);
  height: var(--wp--custom--icon-size--large);
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: var(--wp--custom--icon-size--large);
  height: var(--wp--custom--icon-size--large);
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap) var(--wp--custom--layout--padding);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.alignwide:not(.is-layout-constrained) > *,
.alignfull:not(.is-layout-constrained) > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

/* Media Text
--------------------------------------------- */
.wp-block-media-text {
  padding: 0;
  overflow: hidden;
}
.wp-block-media-text.is-style-all-but-first-to-bottom .wp-block-media-text__content > *:first-child {
  margin-bottom: clamp(var(--wp--custom--layout--block-gap), 7vw, var(--wp--custom--layout--block-gap-large) * 2);
}
@media (max-width: 1200px) {
  .wp-block-media-text.has-background.alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-media-text__media {
  width: 100%;
}
.wp-block-media-text.is-image-fill-element {
  overflow: hidden;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: var(--wp--custom--layout--relative-gap);
}
.wp-block-media-text:not(.has-background) {
  gap: calc(var(--wp--custom--layout--relative-gap) * 2);
}
.wp-block-media-text:not(.has-background) .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text:not(.has-background):not(.is-image-fill-element) img {
  border-radius: var(--wp--custom--border-radius--small);
}

.has-background:where(.wp-block-media-text, .wp-block-group),
.rounded-white {
  border-radius: var(--wp--custom--border-radius--large);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.rounded-white {
  background-color: var(--wp--preset--color--white);
  padding: var(--wp--custom--layout--block-gap);
  margin-bottom: var(--wp--custom--layout--block-gap);
}

.wp-block-group.has-background {
  padding: var(--wp--custom--layout--relative-gap);
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  color: var(--wp--preset--color--grayblue);
}

.has-green-background-color,
.has-salmon-background-color,
.has-darkgray-background-color {
  color: var(--wp--preset--color--white);
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--small);
  max-width: var(--wp--custom--layout--page);
  color: var(--wp--preset--color--darkgray);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb a {
  color: var(--wp--preset--color--darkgray);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: var(--wp--preset--color--green);
}
.breadcrumb .sep {
  margin: 0 4px;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field-sublabel {
  font-size: var(--wp--preset--font-size--min);
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 16px;
  text-align: left;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-container {
  overflow: hidden;
}

.site-header {
  background: var(--wp--preset--color--lightgray);
  position: relative;
}
.site-header__logo {
  position: relative;
  padding-top: var(--wp--custom--layout--padding);
  padding-bottom: var(--wp--custom--layout--padding);
  padding-right: clamp(var(--wp--custom--layout--block-gap), 8vw, var(--wp--custom--layout--block-gap-large));
  background-color: var(--wp--preset--color--grayblue);
}
.site-header__logo::before {
  content: "";
  position: absolute;
  height: calc(100% + 1px);
  width: 100vw;
  right: -1px;
  top: 0;
  background: var(--wp--preset--color--lightgray);
  border-radius: 0 var(--wp--custom--border-radius--small) 0 0;
  pointer-events: none;
}
.site-header__logo::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  left: calc(100% - 1px);
  top: 0;
  background-color: var(--wp--preset--color--grayblue);
  border-radius: 0 0 0 var(--wp--custom--border-radius--small);
  pointer-events: none;
}
.site-header__logo img {
  position: relative;
  max-width: 200px;
}
.site-header .wrap {
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  grid-area: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 1237px) {
  .site-header .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
  z-index: 10;
}
.site-header__toggles svg {
  fill: var(--wp--preset--color--white);
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    overscroll-behavior-y: contain;
  }
}

@media (max-width: 768px) {
  .site-header__toggles {
    flex-grow: 1;
    justify-content: flex-end;
  }
}
.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu {
  flex-grow: 1;
  align-self: stretch;
}
.nav-menu > * {
  height: 100%;
  line-height: 0;
}
.nav-menu .menu {
  height: 100%;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.nav-menu .menu > .menu-item {
  list-style: none;
}
.nav-menu .menu > .menu-item a {
  border: none;
  color: var(--wp--preset--color--white);
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--medium);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  height: 100%;
}
.nav-menu .menu > .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .submenu-expand {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu > .menu-item:hover > a, .nav-menu .menu > .menu-item:focus-within > a {
    position: relative;
  }
  .nav-menu .menu > .menu-item:hover > a::after, .nav-menu .menu > .menu-item:focus-within > a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    display: block;
    border-top: 10px solid var(--wp--preset--color--grayblue);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 100000;
  }
  .nav-menu .menu > .menu-item:hover > .sub-menu, .nav-menu .menu > .menu-item:focus-within > .sub-menu {
    display: grid;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--green);
  }
  .nav-menu .sub-menu {
    list-style: none;
    background: var(--wp--preset--color--white);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: var(--wp--custom--layout--wide);
    max-width: calc(100vw - var(--wp--custom--layout--block-gap) * 2);
    z-index: 99;
    grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
    gap: var(--wp--custom--layout--block-gap-small);
    justify-content: center;
    border-radius: var(--wp--custom--border-radius--large);
    overflow: hidden;
    padding: var(--wp--custom--layout--block-gap);
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.active {
    position: absolute;
    display: block;
    grid-column: 1/-1;
    top: 100%;
    right: 0;
    width: min(100%, 300px);
    background-color: var(--wp--preset--color--lightgray);
    z-index: 20;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small);
    overflow: hidden;
  }
  .nav-menu.active .menu > .menu-item:not(:last-child) {
    border-bottom: 2px solid color-mix(in srgb, var(--wp--preset--color--grayblue) 10%, transparent);
  }
  .nav-menu.active .menu > .menu-item a {
    color: var(--wp--preset--color--grayblue);
    line-height: 1.5;
  }
  .nav-menu.active .menu {
    display: flex;
    flex-direction: column;
    gap: var(--wp--custom--layout--block-gap-small);
  }
}
.nav-menu .sub-menu {
  display: none;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.nav-menu .sub-menu .menu-item {
  border-radius: var(--wp--custom--border-radius--small);
  overflow: hidden;
  background-color: var(--wp--preset--color--lightgray);
}
.nav-menu .sub-menu .menu-item a {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  line-height: 1;
  color: var(--wp--preset--color--grayblue);
  padding: 0;
  place-items: flex-start;
}
.nav-menu .sub-menu .menu-item .menu-item-thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
}
.nav-menu .sub-menu .menu-item .menu-item-thumbnail--brand {
  object-fit: contain;
  object-position: center;
  padding: var(--wp--custom--layout--block-gap-small);
}
.nav-menu .sub-menu .menu-item .menu-item-content {
  width: 100%;
  display: grid;
  place-items: center;
  height: fit-content;
  padding: var(--wp--custom--layout--block-gap-small) var(--wp--custom--layout--block-gap);
  line-height: 1.5;
  flex-grow: 1;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--white);
  padding: 24px 0 40px;
}

.archive-header .wrap {
  max-width: var(--wp--custom--layout--wide);
}

.archive-header h1 {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Post Listing
--------------------------------------------- */
.archive .site-main {
  margin-inline: auto;
}
.archive.woocommerce-page .site-main, .archive.woocommerce .site-main {
  max-width: var(--wp--custom--layout--wide);
}
.archive:not(.woocommerce-page).site-main {
  max-width: var(--wp--custom--layout--page);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .archive:not(.woocommerce-page).site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Category Header
--------------------------------------------- */
.category-header {
  display: grid;
  gap: var(--wp--custom--layout--block-gap);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  background: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--medium);
  overflow: hidden;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.category-header.has-background {
  padding: 0;
}
@media (min-width: 768px) {
  .category-header {
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
  }
}
.category-header__content {
  width: 100%;
  padding: var(--wp--custom--layout--block-gap-large);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr auto auto;
  grid-template-areas: "breadcrumbs" "." "title" "description";
  justify-content: center;
  gap: var(--wp--custom--layout--block-gap-small);
}
.category-header__breadcrumbs {
  grid-area: breadcrumbs;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--gray);
}
.category-header__breadcrumbs .woocommerce-breadcrumb,
.category-header__breadcrumbs .rank-math-breadcrumb {
  margin: 0;
  padding: 0;
}
.category-header__breadcrumbs .woocommerce-breadcrumb a,
.category-header__breadcrumbs .rank-math-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.category-header__breadcrumbs .woocommerce-breadcrumb a:hover,
.category-header__breadcrumbs .rank-math-breadcrumb a:hover {
  color: var(--wp--preset--color--green);
}
.category-header__breadcrumbs .rank-math-breadcrumb span,
.category-header__breadcrumbs .rank-math-breadcrumb a {
  font-size: 0.92em;
  color: var(--wp--preset--color--darkgray);
}
.category-header__title {
  grid-area: title;
  margin: 0;
  font-size: var(--wp--preset--font-size--colossal);
  line-height: var(--wp--custom--line-height--small);
  font-weight: 700;
}
.category-header__description {
  grid-area: description;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--medium);
  color: var(--wp--preset--color--dark-gray);
}
.category-header__image {
  position: relative;
  height: 300px;
}
@media (min-width: 768px) {
  .category-header__image {
    height: 100%;
  }
}
.category-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tax-product_brand .category-header__image img {
  object-fit: contain;
  padding: var(--wp--custom--layout--block-gap-large);
}

.post-summary__content {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}
.post-summary__content > * {
  margin: 0;
}
.post-summary .entry-category {
  font-size: var(--wp--preset--font-size--small);
}
.post-summary .entry-category a {
  text-decoration: none;
}
.post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
.post-summary__title a {
  color: var(--wp--preset--color--grayblue);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--green);
}

/* Entry Navigation
--------------------------------------------- */
.woocommerce nav.woocommerce-pagination,
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.woocommerce nav.woocommerce-pagination ul,
.pagination ul {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce nav.woocommerce-pagination ul li,
.pagination ul li {
  border: 0;
  list-style-type: none;
  display: inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.pagination ul li a,
.pagination ul li span {
  background: var(--wp--preset--color--white);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--green);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--green);
  fill: var(--wp--preset--color--green);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li svg,
.pagination ul li svg {
  fill: inherit;
}
.woocommerce nav.woocommerce-pagination ul li:hover > a, .woocommerce nav.woocommerce-pagination ul li.active > a,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current,
.pagination ul li:hover > a,
.pagination ul li.active > a,
.pagination ul li .page-numbers.current {
  background: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  fill: var(--wp--preset--color--white);
}

.product-price-button-wrapper {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: var(--wp--custom--layout--block-gap-small);
}
.product-price-button-wrapper .price {
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--dark-gray);
}
.woocommerce ul.products li.product .product-price-button-wrapper .button {
  margin: 0;
}

.woocommerce-products-header .featured-products {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.woocommerce-products-header .featured-products__header {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.woocommerce-products-header .featured-products__list.products {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.woocommerce-products-header .featured-products__list.products .product-content-wrapper {
  padding: calc(var(--wp--custom--layout--padding) * 2);
}
.woocommerce-products-header .featured-products__list.products .product-content-wrapper h3 {
  padding-top: 0;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
.entry-content > * + *,
.entry-content .wp-block-group__inner-container > * + *,
.entry-content .wp-block-column > * + *,
.entry-content .wp-block-media-text__content > * + *,
.block-area > * + *,
.block-area .wp-block-group__inner-container > * + *,
.block-area .wp-block-column > * + *,
.block-area .wp-block-media-text__content > * + * {
  margin-top: var(--wp--custom--layout--block-gap);
}
.entry-content > .wp-block-media-text,
.entry-content .wp-block-group__inner-container > .wp-block-media-text,
.entry-content .wp-block-column > .wp-block-media-text,
.entry-content .wp-block-media-text__content > .wp-block-media-text,
.block-area > .wp-block-media-text,
.block-area .wp-block-group__inner-container > .wp-block-media-text,
.block-area .wp-block-column > .wp-block-media-text,
.block-area .wp-block-media-text__content > .wp-block-media-text {
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .wp-block-woocommerce-product-collection,
.entry-content .wp-block-group__inner-container > .wp-block-woocommerce-product-collection,
.entry-content .wp-block-column > .wp-block-woocommerce-product-collection,
.entry-content .wp-block-media-text__content > .wp-block-woocommerce-product-collection,
.block-area > .wp-block-woocommerce-product-collection,
.block-area .wp-block-group__inner-container > .wp-block-woocommerce-product-collection,
.block-area .wp-block-column > .wp-block-woocommerce-product-collection,
.block-area .wp-block-media-text__content > .wp-block-woocommerce-product-collection {
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-footer {
  margin-top: 48px;
}

.block-area-after-post {
  margin: 32px 0;
}

/* Comments
--------------------------------------------- */
.entry-comments h2,
.entry-comments h3 {
  display: flex;
  justify-content: space-between;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 4px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  padding-top: 24px;
}
.entry-comments .comment-list li article {
  border-left: 4px solid var(--wp--custom--color--neutral-300);
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--green);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
  margin-top: 24px;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-author {
  color: var(--wp--preset--color--grayblue);
  font-size: var(--wp--preset--font-size--large);
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--grayblue);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-meta {
  padding-right: 54px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--grayblue);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--green);
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 32px;
  right: 16px;
  font-family: var(--wp--custom--typography--interface--font-family);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  text-transform: var(--wp--custom--typography--interface--text-transform);
  font-size: var(--wp--preset--font-size--small);
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond label {
  display: block;
}

.nav-links {
  display: flex;
  justify-content: space-between;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  --svg-height: min(7rem, 12vw);
  background: var(--wp--preset--color--grayblue);
  padding-top: var(--wp--custom--layout--block-gap);
  padding-bottom: var(--wp--custom--layout--block-gap-large);
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  color: var(--wp--preset--color--white);
  margin-top: var(--svg-height);
  position: relative;
}
.site-footer:before {
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  content: "";
  background-image: url(../svg/slanted-footer.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: var(--svg-height);
}
.site-footer a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--wide);
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--custom--layout--padding) 0;
  position: relative;
  display: grid;
  grid-template-areas: "footer-title button" "contact-info contact-info" ". ." "footer-menu-title footer-menu-title" "footer-menu footer-menu";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto var(--wp--custom--layout--block-gap-large) auto auto;
  gap: var(--wp--custom--layout--block-gap-small);
}
@media (min-width: 1200px) {
  .site-footer__inner {
    grid-template-areas: "footer-title button footer-menu-title footer-menu-title" "contact-info contact-info footer-menu footer-menu";
    grid-template-columns: repeat(4, 1fr);
    gap: var(--wp--custom--layout--block-gap);
  }
}
.site-footer .wp-block-button {
  grid-area: button;
}
.site-footer .wp-block-button__link {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  width: fit-content;
}
.site-footer .footer-contact-info {
  grid-area: contact-info;
  display: grid;
  gap: var(--wp--custom--layout--block-gap);
  grid-template-columns: subgrid;
}
.site-footer .footer-contact-info__item > * {
  margin: 0;
}
.site-footer__title, .site-footer__menu-title {
  color: var(--wp--preset--color--white);
  margin: 0;
  font-weight: 400;
  font-size: var(--trycktval--font-size--x-large);
}
.site-footer__title {
  grid-area: footer-title;
}
.site-footer__menu-title {
  grid-area: footer-menu-title;
}
.site-footer__menu-item {
  text-decoration: none;
  font-weight: 600;
}
.site-footer__menu {
  grid-area: footer-menu;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--custom--layout--block-gap);
}

.header-search-wrapper {
  grid-area: search;
  z-index: 3;
}
.header-search-wrapper .wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
  position: relative;
}
.header-search-wrapper .wp-block-search__input {
  position: absolute;
  width: 14rem;
  height: calc(100% + var(--wp--custom--border-width--tiny) * 2);
  padding-right: var(--wp--custom--icon-size--x-large);
  right: 0;
  top: calc(var(--wp--custom--border-width--tiny) * -1);
  padding-left: 1rem;
  display: none;
  border-radius: var(--wp--custom--border-radius--small);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--grayblue);
  z-index: 1;
}
.header-search-wrapper .wp-block-search__button {
  z-index: 2;
}
.header-search-wrapper .wp-block-search__icon-button.active .wp-element-button {
  border-radius: 0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small) 0;
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--white);
}
.header-search-wrapper .wp-block-search__button,
.header-search-wrapper .wp-block-search__icon-button .wp-block-search__button svg {
  width: var(--wp--custom--icon-size--x-large);
  height: var(--wp--custom--icon-size--x-large);
}

.entry-content .wp-block-search__inside-wrapper,
.archive-header .wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.entry-content .wp-block-search__input,
.archive-header .wp-block-search__input {
  position: relative;
  width: 100%;
  height: 3rem;
  padding: 0.75rem 1rem;
  padding-right: calc(var(--wp--custom--icon-size--x-large) + 1rem);
  display: block;
  border-radius: var(--wp--custom--border-radius--small);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--grayblue);
  background-color: var(--wp--preset--color--white);
  font-size: 1rem;
}
.entry-content .wp-block-search__input:focus,
.archive-header .wp-block-search__input:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 2px rgba(var(--wp--preset--color--primary), 0.2);
}
.entry-content .wp-block-search__button,
.archive-header .wp-block-search__button {
  position: absolute;
  right: 0;
  transform: translateY(0);
  z-index: 2;
  background: var(--wp--preset--color--grayblue);
  border: none;
  border-radius: 0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small) 0;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-content .wp-block-search__button svg,
.archive-header .wp-block-search__button svg {
  width: var(--wp--custom--icon-size--x-large);
  height: var(--wp--custom--icon-size--x-large);
}

.alignwide {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.is-root-container > * .alignfull,
.entry-content > * .alignfull {
  width: 100%;
}

@media (max-width: 1236px) {
  .is-root-container > .alignfull,
.entry-content > .alignfull {
    padding-left: var(--wp--custom--layout--padding);
    padding-right: var(--wp--custom--layout--padding);
  }
}

/* WooCommerce
--------------------------------------------- */
.product,
.single-post-template-part {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.product .product-brands-certificates-wrapper,
.single-post-template-part .product-brands-certificates-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--block-gap-large);
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--large);
  padding: var(--wp--custom--layout--relative-gap);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.product .brand-logos-list__inner,
.single-post-template-part .brand-logos-list__inner {
  grid-area: brand-logos;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--block-gap-small);
}
.product .brand-logos-list__inner a,
.single-post-template-part .brand-logos-list__inner a {
  flex-basis: 10rem;
}
.product .brand-logos-list__inner img,
.single-post-template-part .brand-logos-list__inner img {
  object-fit: contain;
  object-position: center;
  width: 10rem;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.product .summary .price,
.single-post-template-part .summary .price {
  display: none;
}
.product .cart > *:not(.wapf):not(.wpb-get-a-quote-button-btn):not(.wpb-get-a-quote-button-alert),
.product .woocommerce-variation-add-to-cart > *:not(.wapf):not(.wpb-get-a-quote-button-btn):not(.wpb-get-a-quote-button-alert),
.single-post-template-part .cart > *:not(.wapf):not(.wpb-get-a-quote-button-btn):not(.wpb-get-a-quote-button-alert),
.single-post-template-part .woocommerce-variation-add-to-cart > *:not(.wapf):not(.wpb-get-a-quote-button-btn):not(.wpb-get-a-quote-button-alert) {
  display: none;
}
.product .cart,
.single-post-template-part .cart {
  background-color: var(--wp--preset--color--lightgreen);
  border-radius: var(--wp--custom--border-radius--large);
  padding: var(--wp--custom--layout--block-gap-large);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .product .cart,
.single-post-template-part .cart {
    padding: calc(var(--wp--custom--layout--block-gap-large) / 2);
  }
}
.product .wpb-get-a-quote-button-btn,
.single-post-template-part .wpb-get-a-quote-button-btn {
  border-radius: var(--wp--custom--border-radius--small);
  margin: var(--wp--custom--layout--block-gap) auto 0 auto;
}
@media (max-width: 767px) {
  .product .wpb-get-a-quote-button-btn,
.single-post-template-part .wpb-get-a-quote-button-btn {
    margin: var(--wp--custom--layout--block-gap-small) auto 0 auto;
  }
}
.product .rank-math-breadcrumb,
.single-post-template-part .rank-math-breadcrumb {
  margin: 0 0 var(--wp--custom--layout--block-gap);
  padding: 0;
}
.product .rank-math-breadcrumb span,
.product .rank-math-breadcrumb a,
.single-post-template-part .rank-math-breadcrumb span,
.single-post-template-part .rank-math-breadcrumb a {
  font-size: 0.95em;
  color: var(--wp--preset--color--darkgray);
}

.wapf .wapf-field-group:has(.wapf-field-select:nth-child(2)),
.wapf .calculated-pricing {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .wapf .calculated-pricing {
    grid-template-columns: 1fr;
  }
}
.wapf-wrapper {
  margin-bottom: 0;
}
.wapf-input {
  border-radius: var(--wp--custom--border-radius--tiny);
}
.wapf-input:focus-visible {
  outline: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
}
.wapf-field-calc {
  align-items: flex-start;
  flex-direction: column;
}
.wapf-field-calc .wapf-field-input {
  padding-left: 0;
}
.wapf-field-calc .wapf-field-label {
  align-items: flex-start;
  margin-bottom: var(--wp--custom--border-width--small);
}
.wapf-field-input select {
  height: auto;
}

.wapf-swatch-wrapper {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}
.wapf-swatch-wrapper .wapf-swatch {
  margin: 0;
  border-radius: var(--wp--custom--border-radius--tiny);
}

.wapf-field-text-swatch:not(:has(.wapf-swatch:nth-of-type(3))) {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.attribute-wrapper {
  flex: 1;
  min-width: 16rem;
}
.attribute-wrapper .attribute-grid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--custom--layout--block-gap-small);
}
.attribute-wrapper .attribute-grid .attribute-item {
  flex-basis: 5rem;
  display: flex;
  align-items: flex-start;
}

/* Product Gallery Styles
--------------------------------------------- */
@media only screen and (min-width: 769px) {
  .woocommerce div.single-product-images-wrapper {
    float: left;
    width: 48%;
  }
}
.woocommerce div.single-product-images-wrapper div.woocommerce-product-gallery {
  float: none;
  width: 100%;
}
.woocommerce div.single-product-images-wrapper h6 {
  margin-bottom: var(--wp--custom--layout--block-gap-small);
}

.woocommerce-product-gallery .glide {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: var(--wp--custom--layout--block-gap) auto 0 auto;
}
.woocommerce-product-gallery .glide.thumbnails {
  width: 100%;
  margin-top: 10px;
}
.woocommerce-product-gallery .glide__track {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
.woocommerce-product-gallery .glide:has(.glide__arrows.hide) .glide__track {
  width: 100%;
}
.woocommerce-product-gallery .glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  margin: 0;
}
.woocommerce-product-gallery .glide__slide {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0 5px;
}
.woocommerce-product-gallery .glide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 2px solid transparent;
  transition: border-color 300ms ease-in-out;
  cursor: pointer;
  opacity: 0.6;
}
.woocommerce-product-gallery .glide__slide img:hover {
  border-color: var(--wp--preset--color--green);
  opacity: 1;
}
.woocommerce-product-gallery .glide__slide.glide__slide--active img {
  border-color: var(--wp--preset--color--green);
  opacity: 1;
}
.woocommerce-product-gallery .glide__arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.woocommerce-product-gallery .glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: var(--wp--preset--color--grayblue);
  text-transform: uppercase;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--neutral-300);
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
  padding: 9px 12px;
  border-radius: var(--wp--custom--border-radius--small);
}
.woocommerce-product-gallery .glide__arrow:hover {
  opacity: 1;
  border-color: var(--wp--preset--color--green);
}
.woocommerce-product-gallery .glide__arrow--left {
  left: 0;
}
.woocommerce-product-gallery .glide__arrow--right {
  right: 0;
}
.thumbnails .woocommerce-product-gallery .glide__arrow {
  padding: 6px 8px;
  font-size: 14px;
}
.thumbnails .woocommerce-product-gallery .glide__arrow.glide__arrow--left {
  left: -20px;
}
.thumbnails .woocommerce-product-gallery .glide__arrow.glide__arrow--right {
  right: -20px;
}
.woocommerce-product-gallery .glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 16px;
  left: 50%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  transform: translateX(-50%);
}
.woocommerce-product-gallery .glide__bullet {
  background-color: var(--wp--preset--color--white);
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid var(--wp--preset--color--neutral-300);
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.woocommerce-product-gallery .glide__bullet:hover, .woocommerce-product-gallery .glide__bullet:focus {
  border-color: var(--wp--preset--color--green);
}
.woocommerce-product-gallery .glide__bullet.glide__bullet--active {
  background-color: var(--wp--preset--color--green);
  border-color: var(--wp--preset--color--green);
}
.woocommerce-product-gallery .glide .flex-control-thumbs li:nth-child(-n+4) {
  display: none;
}

.trv-post-archive,
.blog .site-main,
.archive.category .site-main,
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce ul.products[class*=columns-],
.woocommerce-page ul.products[class*=columns-],
.products.search-results,
.brands-list {
  max-width: var(--wp--custom--layout--wide);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: var(--wp--custom--layout--block-gap);
}
.trv-post-archive .woocommerce-loop-product__title,
.trv-post-archive .single-brand__title,
.blog .site-main .woocommerce-loop-product__title,
.blog .site-main .single-brand__title,
.archive.category .site-main .woocommerce-loop-product__title,
.archive.category .site-main .single-brand__title,
.woocommerce ul.products .woocommerce-loop-product__title,
.woocommerce ul.products .single-brand__title,
.woocommerce-page ul.products .woocommerce-loop-product__title,
.woocommerce-page ul.products .single-brand__title,
.woocommerce ul.products[class*=columns-] .woocommerce-loop-product__title,
.woocommerce ul.products[class*=columns-] .single-brand__title,
.woocommerce-page ul.products[class*=columns-] .woocommerce-loop-product__title,
.woocommerce-page ul.products[class*=columns-] .single-brand__title,
.products.search-results .woocommerce-loop-product__title,
.products.search-results .single-brand__title,
.brands-list .woocommerce-loop-product__title,
.brands-list .single-brand__title {
  color: var(--wp--preset--color--grayblue);
  font-family: var(--wp--preset--font-family--outfit);
  font-weight: 900;
  line-height: var(--wp--custom--line-height--small);
}
.trv-post-archive .product-short-description,
.trv-post-archive .post-short-description,
.blog .site-main .product-short-description,
.blog .site-main .post-short-description,
.archive.category .site-main .product-short-description,
.archive.category .site-main .post-short-description,
.woocommerce ul.products .product-short-description,
.woocommerce ul.products .post-short-description,
.woocommerce-page ul.products .product-short-description,
.woocommerce-page ul.products .post-short-description,
.woocommerce ul.products[class*=columns-] .product-short-description,
.woocommerce ul.products[class*=columns-] .post-short-description,
.woocommerce-page ul.products[class*=columns-] .product-short-description,
.woocommerce-page ul.products[class*=columns-] .post-short-description,
.products.search-results .product-short-description,
.products.search-results .post-short-description,
.brands-list .product-short-description,
.brands-list .post-short-description {
  color: var(--wp--preset--color--grayblue);
  font-size: var(--wp--preset--font-size--small);
}
.trv-post-archive::before, .trv-post-archive::after,
.blog .site-main::before,
.blog .site-main::after,
.archive.category .site-main::before,
.archive.category .site-main::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce ul.products[class*=columns-]::before,
.woocommerce ul.products[class*=columns-]::after,
.woocommerce-page ul.products[class*=columns-]::before,
.woocommerce-page ul.products[class*=columns-]::after,
.products.search-results::before,
.products.search-results::after,
.brands-list::before,
.brands-list::after {
  display: none;
}
.trv-post-archive li.product,
.trv-post-archive li.single-post-template-part,
.trv-post-archive li.single-brand,
.blog .site-main li.product,
.blog .site-main li.single-post-template-part,
.blog .site-main li.single-brand,
.archive.category .site-main li.product,
.archive.category .site-main li.single-post-template-part,
.archive.category .site-main li.single-brand,
.woocommerce ul.products li.product,
.woocommerce ul.products li.single-post-template-part,
.woocommerce ul.products li.single-brand,
.woocommerce-page ul.products li.product,
.woocommerce-page ul.products li.single-post-template-part,
.woocommerce-page ul.products li.single-brand,
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce ul.products[class*=columns-] li.single-post-template-part,
.woocommerce ul.products[class*=columns-] li.single-brand,
.woocommerce-page ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.single-post-template-part,
.woocommerce-page ul.products[class*=columns-] li.single-brand,
.products.search-results li.product,
.products.search-results li.single-post-template-part,
.products.search-results li.single-brand,
.brands-list li.product,
.brands-list li.single-post-template-part,
.brands-list li.single-brand {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.trv-post-archive li.product h3,
.trv-post-archive li.single-post-template-part h3,
.trv-post-archive li.single-brand h3,
.blog .site-main li.product h3,
.blog .site-main li.single-post-template-part h3,
.blog .site-main li.single-brand h3,
.archive.category .site-main li.product h3,
.archive.category .site-main li.single-post-template-part h3,
.archive.category .site-main li.single-brand h3,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.single-post-template-part h3,
.woocommerce ul.products li.single-brand h3,
.woocommerce-page ul.products li.product h3,
.woocommerce-page ul.products li.single-post-template-part h3,
.woocommerce-page ul.products li.single-brand h3,
.woocommerce ul.products[class*=columns-] li.product h3,
.woocommerce ul.products[class*=columns-] li.single-post-template-part h3,
.woocommerce ul.products[class*=columns-] li.single-brand h3,
.woocommerce-page ul.products[class*=columns-] li.product h3,
.woocommerce-page ul.products[class*=columns-] li.single-post-template-part h3,
.woocommerce-page ul.products[class*=columns-] li.single-brand h3,
.products.search-results li.product h3,
.products.search-results li.single-post-template-part h3,
.products.search-results li.single-brand h3,
.brands-list li.product h3,
.brands-list li.single-post-template-part h3,
.brands-list li.single-brand h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.trv-post-archive li.product a,
.trv-post-archive li.single-post-template-part a,
.trv-post-archive li.single-brand a,
.blog .site-main li.product a,
.blog .site-main li.single-post-template-part a,
.blog .site-main li.single-brand a,
.archive.category .site-main li.product a,
.archive.category .site-main li.single-post-template-part a,
.archive.category .site-main li.single-brand a,
.woocommerce ul.products li.product a,
.woocommerce ul.products li.single-post-template-part a,
.woocommerce ul.products li.single-brand a,
.woocommerce-page ul.products li.product a,
.woocommerce-page ul.products li.single-post-template-part a,
.woocommerce-page ul.products li.single-brand a,
.woocommerce ul.products[class*=columns-] li.product a,
.woocommerce ul.products[class*=columns-] li.single-post-template-part a,
.woocommerce ul.products[class*=columns-] li.single-brand a,
.woocommerce-page ul.products[class*=columns-] li.product a,
.woocommerce-page ul.products[class*=columns-] li.single-post-template-part a,
.woocommerce-page ul.products[class*=columns-] li.single-brand a,
.products.search-results li.product a,
.products.search-results li.single-post-template-part a,
.products.search-results li.single-brand a,
.brands-list li.product a,
.brands-list li.single-post-template-part a,
.brands-list li.single-brand a {
  text-decoration: none;
}
.trv-post-archive li.product a > img,
.trv-post-archive li.single-post-template-part a > img,
.trv-post-archive li.single-brand a > img,
.blog .site-main li.product a > img,
.blog .site-main li.single-post-template-part a > img,
.blog .site-main li.single-brand a > img,
.archive.category .site-main li.product a > img,
.archive.category .site-main li.single-post-template-part a > img,
.archive.category .site-main li.single-brand a > img,
.woocommerce ul.products li.product a > img,
.woocommerce ul.products li.single-post-template-part a > img,
.woocommerce ul.products li.single-brand a > img,
.woocommerce-page ul.products li.product a > img,
.woocommerce-page ul.products li.single-post-template-part a > img,
.woocommerce-page ul.products li.single-brand a > img,
.woocommerce ul.products[class*=columns-] li.product a > img,
.woocommerce ul.products[class*=columns-] li.single-post-template-part a > img,
.woocommerce ul.products[class*=columns-] li.single-brand a > img,
.woocommerce-page ul.products[class*=columns-] li.product a > img,
.woocommerce-page ul.products[class*=columns-] li.single-post-template-part a > img,
.woocommerce-page ul.products[class*=columns-] li.single-brand a > img,
.products.search-results li.product a > img,
.products.search-results li.single-post-template-part a > img,
.products.search-results li.single-brand a > img,
.brands-list li.product a > img,
.brands-list li.single-post-template-part a > img,
.brands-list li.single-brand a > img {
  margin-bottom: 0;
  aspect-ratio: 5/4;
  object-fit: cover;
  object-position: top;
  border-radius: var(--wp--custom--border-radius--large) var(--wp--custom--border-radius--large) 0 0;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
}
.trv-post-archive li.product .button,
.trv-post-archive li.single-post-template-part .button,
.trv-post-archive li.single-brand .button,
.blog .site-main li.product .button,
.blog .site-main li.single-post-template-part .button,
.blog .site-main li.single-brand .button,
.archive.category .site-main li.product .button,
.archive.category .site-main li.single-post-template-part .button,
.archive.category .site-main li.single-brand .button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.single-post-template-part .button,
.woocommerce ul.products li.single-brand .button,
.woocommerce-page ul.products li.product .button,
.woocommerce-page ul.products li.single-post-template-part .button,
.woocommerce-page ul.products li.single-brand .button,
.woocommerce ul.products[class*=columns-] li.product .button,
.woocommerce ul.products[class*=columns-] li.single-post-template-part .button,
.woocommerce ul.products[class*=columns-] li.single-brand .button,
.woocommerce-page ul.products[class*=columns-] li.product .button,
.woocommerce-page ul.products[class*=columns-] li.single-post-template-part .button,
.woocommerce-page ul.products[class*=columns-] li.single-brand .button,
.products.search-results li.product .button,
.products.search-results li.single-post-template-part .button,
.products.search-results li.single-brand .button,
.brands-list li.product .button,
.brands-list li.single-post-template-part .button,
.brands-list li.single-brand .button {
  background-color: var(--wp--preset--color--salmon);
  color: var(--wp--preset--color--white);
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  font-size: var(--wp--preset--font-size--small);
  padding: 11px 16px;
  line-height: var(--wp--custom--line-height--medium);
}
.trv-post-archive li.product .button.post-button,
.trv-post-archive li.single-post-template-part .button.post-button,
.trv-post-archive li.single-brand .button.post-button,
.blog .site-main li.product .button.post-button,
.blog .site-main li.single-post-template-part .button.post-button,
.blog .site-main li.single-brand .button.post-button,
.archive.category .site-main li.product .button.post-button,
.archive.category .site-main li.single-post-template-part .button.post-button,
.archive.category .site-main li.single-brand .button.post-button,
.woocommerce ul.products li.product .button.post-button,
.woocommerce ul.products li.single-post-template-part .button.post-button,
.woocommerce ul.products li.single-brand .button.post-button,
.woocommerce-page ul.products li.product .button.post-button,
.woocommerce-page ul.products li.single-post-template-part .button.post-button,
.woocommerce-page ul.products li.single-brand .button.post-button,
.woocommerce ul.products[class*=columns-] li.product .button.post-button,
.woocommerce ul.products[class*=columns-] li.single-post-template-part .button.post-button,
.woocommerce ul.products[class*=columns-] li.single-brand .button.post-button,
.woocommerce-page ul.products[class*=columns-] li.product .button.post-button,
.woocommerce-page ul.products[class*=columns-] li.single-post-template-part .button.post-button,
.woocommerce-page ul.products[class*=columns-] li.single-brand .button.post-button,
.products.search-results li.product .button.post-button,
.products.search-results li.single-post-template-part .button.post-button,
.products.search-results li.single-brand .button.post-button,
.brands-list li.product .button.post-button,
.brands-list li.single-post-template-part .button.post-button,
.brands-list li.single-brand .button.post-button {
  background-color: var(--wp--preset--color--green);
}
.trv-post-archive li.product .price,
.trv-post-archive li.single-post-template-part .price,
.trv-post-archive li.single-brand .price,
.blog .site-main li.product .price,
.blog .site-main li.single-post-template-part .price,
.blog .site-main li.single-brand .price,
.archive.category .site-main li.product .price,
.archive.category .site-main li.single-post-template-part .price,
.archive.category .site-main li.single-brand .price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.single-post-template-part .price,
.woocommerce ul.products li.single-brand .price,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.single-post-template-part .price,
.woocommerce-page ul.products li.single-brand .price,
.woocommerce ul.products[class*=columns-] li.product .price,
.woocommerce ul.products[class*=columns-] li.single-post-template-part .price,
.woocommerce ul.products[class*=columns-] li.single-brand .price,
.woocommerce-page ul.products[class*=columns-] li.product .price,
.woocommerce-page ul.products[class*=columns-] li.single-post-template-part .price,
.woocommerce-page ul.products[class*=columns-] li.single-brand .price,
.products.search-results li.product .price,
.products.search-results li.single-post-template-part .price,
.products.search-results li.single-brand .price,
.brands-list li.product .price,
.brands-list li.single-post-template-part .price,
.brands-list li.single-brand .price {
  color: var(--wp--custom--color--neutral-500);
}
.trv-post-archive .product-content-wrapper,
.trv-post-archive .post-content-wrapper,
.trv-post-archive .single-brand__content,
.blog .site-main .product-content-wrapper,
.blog .site-main .post-content-wrapper,
.blog .site-main .single-brand__content,
.archive.category .site-main .product-content-wrapper,
.archive.category .site-main .post-content-wrapper,
.archive.category .site-main .single-brand__content,
.woocommerce ul.products .product-content-wrapper,
.woocommerce ul.products .post-content-wrapper,
.woocommerce ul.products .single-brand__content,
.woocommerce-page ul.products .product-content-wrapper,
.woocommerce-page ul.products .post-content-wrapper,
.woocommerce-page ul.products .single-brand__content,
.woocommerce ul.products[class*=columns-] .product-content-wrapper,
.woocommerce ul.products[class*=columns-] .post-content-wrapper,
.woocommerce ul.products[class*=columns-] .single-brand__content,
.woocommerce-page ul.products[class*=columns-] .product-content-wrapper,
.woocommerce-page ul.products[class*=columns-] .post-content-wrapper,
.woocommerce-page ul.products[class*=columns-] .single-brand__content,
.products.search-results .product-content-wrapper,
.products.search-results .post-content-wrapper,
.products.search-results .single-brand__content,
.brands-list .product-content-wrapper,
.brands-list .post-content-wrapper,
.brands-list .single-brand__content {
  display: flex;
  height: fit-content;
  flex-grow: 1;
  gap: var(--wp--custom--layout--block-gap-small);
  flex-direction: column;
  justify-content: space-between;
  padding: var(--wp--custom--layout--block-gap);
  border-radius: 0 0 var(--wp--custom--border-radius--large) var(--wp--custom--border-radius--large);
  border: 2px solid var(--wp--custom--color--neutral-300);
  border-top: none;
}
.trv-post-archive li.product-category,
.trv-post-archive li.single-brand,
.blog .site-main li.product-category,
.blog .site-main li.single-brand,
.archive.category .site-main li.product-category,
.archive.category .site-main li.single-brand,
.woocommerce ul.products li.product-category,
.woocommerce ul.products li.single-brand,
.woocommerce-page ul.products li.product-category,
.woocommerce-page ul.products li.single-brand,
.woocommerce ul.products[class*=columns-] li.product-category,
.woocommerce ul.products[class*=columns-] li.single-brand,
.woocommerce-page ul.products[class*=columns-] li.product-category,
.woocommerce-page ul.products[class*=columns-] li.single-brand,
.products.search-results li.product-category,
.products.search-results li.single-brand,
.brands-list li.product-category,
.brands-list li.single-brand {
  background-color: var(--wp--preset--color--lightgray);
  border-radius: var(--wp--custom--border-radius--small);
  color: var(--wp--preset--color--darkgray);
}
.trv-post-archive li.product-category .product-content-wrapper,
.trv-post-archive li.single-brand .product-content-wrapper,
.blog .site-main li.product-category .product-content-wrapper,
.blog .site-main li.single-brand .product-content-wrapper,
.archive.category .site-main li.product-category .product-content-wrapper,
.archive.category .site-main li.single-brand .product-content-wrapper,
.woocommerce ul.products li.product-category .product-content-wrapper,
.woocommerce ul.products li.single-brand .product-content-wrapper,
.woocommerce-page ul.products li.product-category .product-content-wrapper,
.woocommerce-page ul.products li.single-brand .product-content-wrapper,
.woocommerce ul.products[class*=columns-] li.product-category .product-content-wrapper,
.woocommerce ul.products[class*=columns-] li.single-brand .product-content-wrapper,
.woocommerce-page ul.products[class*=columns-] li.product-category .product-content-wrapper,
.woocommerce-page ul.products[class*=columns-] li.single-brand .product-content-wrapper,
.products.search-results li.product-category .product-content-wrapper,
.products.search-results li.single-brand .product-content-wrapper,
.brands-list li.product-category .product-content-wrapper,
.brands-list li.single-brand .product-content-wrapper {
  border-radius: 0 0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small);
}
.trv-post-archive li.product-category a img,
.trv-post-archive li.single-brand a img,
.blog .site-main li.product-category a img,
.blog .site-main li.single-brand a img,
.archive.category .site-main li.product-category a img,
.archive.category .site-main li.single-brand a img,
.woocommerce ul.products li.product-category a img,
.woocommerce ul.products li.single-brand a img,
.woocommerce-page ul.products li.product-category a img,
.woocommerce-page ul.products li.single-brand a img,
.woocommerce ul.products[class*=columns-] li.product-category a img,
.woocommerce ul.products[class*=columns-] li.single-brand a img,
.woocommerce-page ul.products[class*=columns-] li.product-category a img,
.woocommerce-page ul.products[class*=columns-] li.single-brand a img,
.products.search-results li.product-category a img,
.products.search-results li.single-brand a img,
.brands-list li.product-category a img,
.brands-list li.single-brand a img {
  border-radius: var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small) 0 0;
}
.trv-post-archive li.product-category .woocommerce-loop-category__title,
.trv-post-archive li.product-category .single-brand__title,
.trv-post-archive li.single-brand .woocommerce-loop-category__title,
.trv-post-archive li.single-brand .single-brand__title,
.blog .site-main li.product-category .woocommerce-loop-category__title,
.blog .site-main li.product-category .single-brand__title,
.blog .site-main li.single-brand .woocommerce-loop-category__title,
.blog .site-main li.single-brand .single-brand__title,
.archive.category .site-main li.product-category .woocommerce-loop-category__title,
.archive.category .site-main li.product-category .single-brand__title,
.archive.category .site-main li.single-brand .woocommerce-loop-category__title,
.archive.category .site-main li.single-brand .single-brand__title,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce ul.products li.product-category .single-brand__title,
.woocommerce ul.products li.single-brand .woocommerce-loop-category__title,
.woocommerce ul.products li.single-brand .single-brand__title,
.woocommerce-page ul.products li.product-category .woocommerce-loop-category__title,
.woocommerce-page ul.products li.product-category .single-brand__title,
.woocommerce-page ul.products li.single-brand .woocommerce-loop-category__title,
.woocommerce-page ul.products li.single-brand .single-brand__title,
.woocommerce ul.products[class*=columns-] li.product-category .woocommerce-loop-category__title,
.woocommerce ul.products[class*=columns-] li.product-category .single-brand__title,
.woocommerce ul.products[class*=columns-] li.single-brand .woocommerce-loop-category__title,
.woocommerce ul.products[class*=columns-] li.single-brand .single-brand__title,
.woocommerce-page ul.products[class*=columns-] li.product-category .woocommerce-loop-category__title,
.woocommerce-page ul.products[class*=columns-] li.product-category .single-brand__title,
.woocommerce-page ul.products[class*=columns-] li.single-brand .woocommerce-loop-category__title,
.woocommerce-page ul.products[class*=columns-] li.single-brand .single-brand__title,
.products.search-results li.product-category .woocommerce-loop-category__title,
.products.search-results li.product-category .single-brand__title,
.products.search-results li.single-brand .woocommerce-loop-category__title,
.products.search-results li.single-brand .single-brand__title,
.brands-list li.product-category .woocommerce-loop-category__title,
.brands-list li.product-category .single-brand__title,
.brands-list li.single-brand .woocommerce-loop-category__title,
.brands-list li.single-brand .single-brand__title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.trv-post-archive li.product-category .woocommerce-loop-category__title .count,
.trv-post-archive li.product-category .single-brand__title .count,
.trv-post-archive li.single-brand .woocommerce-loop-category__title .count,
.trv-post-archive li.single-brand .single-brand__title .count,
.blog .site-main li.product-category .woocommerce-loop-category__title .count,
.blog .site-main li.product-category .single-brand__title .count,
.blog .site-main li.single-brand .woocommerce-loop-category__title .count,
.blog .site-main li.single-brand .single-brand__title .count,
.archive.category .site-main li.product-category .woocommerce-loop-category__title .count,
.archive.category .site-main li.product-category .single-brand__title .count,
.archive.category .site-main li.single-brand .woocommerce-loop-category__title .count,
.archive.category .site-main li.single-brand .single-brand__title .count,
.woocommerce ul.products li.product-category .woocommerce-loop-category__title .count,
.woocommerce ul.products li.product-category .single-brand__title .count,
.woocommerce ul.products li.single-brand .woocommerce-loop-category__title .count,
.woocommerce ul.products li.single-brand .single-brand__title .count,
.woocommerce-page ul.products li.product-category .woocommerce-loop-category__title .count,
.woocommerce-page ul.products li.product-category .single-brand__title .count,
.woocommerce-page ul.products li.single-brand .woocommerce-loop-category__title .count,
.woocommerce-page ul.products li.single-brand .single-brand__title .count,
.woocommerce ul.products[class*=columns-] li.product-category .woocommerce-loop-category__title .count,
.woocommerce ul.products[class*=columns-] li.product-category .single-brand__title .count,
.woocommerce ul.products[class*=columns-] li.single-brand .woocommerce-loop-category__title .count,
.woocommerce ul.products[class*=columns-] li.single-brand .single-brand__title .count,
.woocommerce-page ul.products[class*=columns-] li.product-category .woocommerce-loop-category__title .count,
.woocommerce-page ul.products[class*=columns-] li.product-category .single-brand__title .count,
.woocommerce-page ul.products[class*=columns-] li.single-brand .woocommerce-loop-category__title .count,
.woocommerce-page ul.products[class*=columns-] li.single-brand .single-brand__title .count,
.products.search-results li.product-category .woocommerce-loop-category__title .count,
.products.search-results li.product-category .single-brand__title .count,
.products.search-results li.single-brand .woocommerce-loop-category__title .count,
.products.search-results li.single-brand .single-brand__title .count,
.brands-list li.product-category .woocommerce-loop-category__title .count,
.brands-list li.product-category .single-brand__title .count,
.brands-list li.single-brand .woocommerce-loop-category__title .count,
.brands-list li.single-brand .single-brand__title .count {
  display: none;
}

.product-bottom-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius--large);
  column-count: 2;
  column-gap: var(--wp--custom--layout--block-gap);
  margin-top: var(--wp--custom--layout--block-gap-large);
  padding: var(--wp--custom--layout--block-gap-large);
}
@media (max-width: 767px) {
  .product-bottom-content {
    column-count: 1;
  }
}
.product-bottom-content p {
  margin-top: var(--wp--custom--layout--block-gap);
}

.woocommerce div.product .woocommerce-tabs {
  position: relative;
}
.woocommerce div.product .woocommerce-tabs:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 44px;
  background: linear-gradient(to left, var(--wp--preset--color--lightgray) 1.5rem, transparent);
  right: -2px;
  top: -1px;
  position: absolute;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0 2rem 0 0;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--lightgray);
  border-bottom: none;
  background-color: var(--wp--preset--color--midgray);
  border-radius: var(--wp--custom--border-radius--tiny) var(--wp--custom--border-radius--tiny) 0 0;
  white-space: nowrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-of-type {
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--wp--preset--color--darkgray);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: color-mix(in srgb, var(--wp--preset--color--darkgray) 80%, black);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: var(--wp--preset--color--grayblue);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
  background-color: var(--wp--preset--color--white);
  padding: var(--wp--custom--layout--block-gap-large);
  border-radius: 0 var(--wp--custom--border-radius--large) var(--wp--custom--border-radius--large) var(--wp--custom--border-radius--large);
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: calc(var(--wp--custom--layout--block-gap) * 1.5) var(--wp--custom--layout--block-gap);
  }
}
.woocommerce div.product .woocommerce-tabs .panel > * {
  max-width: 100%;
}

.woocommerce .shop-controls-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.woocommerce .shop-controls-wrapper .facetwp-flyout-open {
  background-color: var(--wp--preset--color--lightgray);
  color: var(--wp--preset--color--darkgray);
  border-radius: var(--wp--custom--border-radius--large);
  border: none;
  padding: 11px 16px;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--medium);
  cursor: pointer;
}
.woocommerce .shop-controls-wrapper .facetwp-flyout-open:hover {
  background-color: var(--wp--preset--color--grayblue);
  color: var(--wp--preset--color--white);
}
.woocommerce .shop-controls-wrapper .woocommerce-result-count,
.woocommerce .shop-controls-wrapper .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce .shop-controls-wrapper .woocommerce-ordering select {
  border-radius: var(--wp--custom--border-radius--small);
  border-color: var(--wp--custom--color--neutral-300);
  margin: 0;
}

body .facetwp-flyout {
  right: 0;
  transform: translateX(100%);
  width: 24rem;
}

.facetwp-flyout-wrap .facetwp-flyout-content {
  padding: calc(var(--wp--custom--layout--block-gap) * 1.5);
}
.facetwp-flyout-wrap .flyout-item {
  display: none;
  padding: var(--wp--custom--layout--block-gap-small) 0 var(--wp--custom--layout--block-gap);
}
.facetwp-flyout-wrap .facetwp-facet {
  margin: 0;
}
.facetwp-flyout-wrap .flyout-row {
  border-bottom: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--midgray);
  margin-bottom: var(--wp--custom--layout--block-gap-small);
}
.facetwp-flyout-wrap .flyout-row.expanded .flyout-item {
  display: block;
}
.facetwp-flyout-wrap .flyout-row.expanded .facetwp-flyout-facet-label:after {
  content: "\f342";
}
.facetwp-flyout-wrap .flyout-row .facetwp-flyout-facet-label {
  cursor: pointer;
}
.facetwp-flyout-wrap .flyout-row .facetwp-flyout-facet-label:after {
  content: "\f346";
  font-family: "dashicons";
  font-weight: normal;
  font-size: 0.8em;
  float: right;
}
.facetwp-flyout-wrap .facetwp-type-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.facetwp-flyout-wrap .facetwp-type-checkboxes .facetwp-checkbox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--lightgray);
  color: var(--wp--preset--color--darkgray);
  border-radius: var(--wp--custom--border-radius--large);
  padding: 0.4em 1em;
  margin: 0;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
  user-select: none;
}
.facetwp-flyout-wrap .facetwp-type-checkboxes .facetwp-checkbox input[type=checkbox] {
  display: none !important;
}
.facetwp-flyout-wrap .facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
  margin: 0;
  padding: 0;
}
.facetwp-flyout-wrap .facetwp-type-checkboxes .facetwp-checkbox.checked, .facetwp-flyout-wrap .facetwp-type-checkboxes .facetwp-checkbox.facetwp-selected {
  background: var(--wp--preset--color--grayblue);
  color: var(--wp--preset--color--white);
}
.facetwp-flyout-wrap .facetwp-type-checkboxes .facetwp-checkbox:hover {
  background: color-mix(in srgb, var(--wp--preset--color--darkgray) 10%, var(--wp--preset--color--white));
  color: var(--wp--preset--color--darkgray);
  border-color: var(--wp--preset--color--grayblue);
}

.facetwp-wrapper {
  display: none;
}

.archive-form {
  margin: var(--wp--custom--layout--block-gap-large) auto;
  max-width: calc(var(--wp--custom--layout--content) / 2);
  text-align: center;
}

.product :has(> .product-image-overlay) {
  position: relative;
}
.product :has(> .product-image-overlay) .product-image-overlay {
  position: absolute;
  bottom: 0;
  margin: var(--wp--custom--layout--block-gap-small);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--wp--custom--layout--block-gap-small);
  width: calc(100% - var(--wp--custom--layout--block-gap-small) * 2);
}
.product :has(> .product-image-overlay) .product-image-overlay .product-image-overlay__brands,
.product :has(> .product-image-overlay) .product-image-overlay .product-image-overlay__product-fit {
  background-color: rgba(255, 255, 255, 0.8);
  padding: var(--wp--custom--layout--block-gap-min);
  border-radius: var(--wp--custom--border-radius--tiny);
  height: 2rem;
  width: fit-content;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}
.product :has(> .product-image-overlay) .product-image-overlay .product-image-overlay__brands img,
.product :has(> .product-image-overlay) .product-image-overlay .product-image-overlay__product-fit img {
  object-fit: contain;
  object-position: center;
  height: 100%;
  width: auto;
  margin: 0;
}
.product :has(> .product-image-overlay) .product-image-overlay__product-fit {
  display: flex;
  gap: var(--wp--custom--layout--block-gap-small);
}

form {
  text-align: left;
}
form > * {
  margin-bottom: var(--wp--custom--layout--block-gap);
}
form input,
form textarea,
form select {
  border-radius: var(--wp--custom--border-radius--small);
  border-color: var(--wp--custom--color--neutral-300);
  padding: var(--wp--custom--layout--block-gap);
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  color: var(--wp--preset--color--grayblue);
  opacity: 0.5;
}
form p:has(.wpcf7-submit) {
  text-align: center;
}
form .wpcf7-submit {
  background-color: var(--wp--preset--color--green);
  color: var(--wp--preset--color--white);
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  padding: 10px 20px;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
  line-height: var(--wp--custom--line-height--medium);
}
form .wpcf7-submit:hover {
  filter: brightness(85%);
}
form .wpcf7-spinner {
  display: block;
}

.post-header {
  text-align: center;
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--page);
  width: 100%;
}
.post-header .post-featured-image {
  max-width: 100%;
  height: auto;
  border-radius: var(--wp--custom--border-radius--large);
}
.post-header .post-categories {
  display: flex;
  gap: var(--wp--custom--layout--block-gap-small);
  justify-content: center;
  flex-wrap: wrap;
  margin-top: var(--wp--custom--layout--block-gap);
}
.post-header .post-categories a {
  font-size: var(--wp--preset--font-size--small);
  text-decoration: none;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--green);
  padding: var(--wp--custom--layout--block-gap-min) var(--wp--custom--layout--block-gap-small);
  border-radius: var(--wp--custom--border-radius--small);
  transition: background-color 0.5s ease;
}
.post-header .post-categories a:hover {
  background-color: var(--wp--preset--color--grayblue);
}