@charset "UTF-8";
.has-linen-background-color {
  background-color: #F7F3F1;
}

.has-black-background-color {
  background-color: #000000;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-limestone-background-color {
  background-color: #EFECE8;
}

.has-mink-background-color {
  background-color: #BCB2A6;
}

.has-oat-background-color {
  background-color: #EDE3D6;
}

.has-ivory-background-color {
  background-color: #F9F5ED;
}

/**
 * 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
 *
**/
.image-fit, .image-fit img {
  object-fit: cover;
  object-position: center;
}

.in {
  display: table-cell;
  vertical-align: middle;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex img {
  display: block;
  margin: 0;
}

a:hover, button:hover, .button:hover {
  cursor: pointer;
  outline: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 5px;
  z-index: 50;
  height: 1px;
  width: 261px;
  background: #000000;
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag, .swiper-scrollbar.swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  height: 9px;
  width: 9px !important;
  position: relative;
  background: black;
  border-radius: 50%;
  left: 0;
  top: -4px;
}

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

/**
 * 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], input {
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
}

*, *: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);
}

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

.padding-content #block-general-content {
  max-width: 93%;
  margin: 0 auto;
}
.padding-content #block-general-content header {
  display: block !important;
  text-align: center;
}
.padding-content #block-general-content header h1 {
  font-size: 38px;
  letter-spacing: 0.1rem;
  margin: 50px auto;
}
.padding-content #block-general-content h2 {
  font-size: 28px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 20px 0;
}

/* 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
--------------------------------------------- */
/* 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--foreground);
  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;
  border-radius: 0px;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 7px 23px;
}
.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%);
}

.has-gigantic-font-size {
  font-size: 50px;
}

.has-gargantuan-font-size {
  font-size: 80px;
}

.has-colossal-font-size {
  font-size: 78px;
}

.has-xl-font-size {
  font-size: 38px;
}

.has-huge-font-size {
  font-size: 20px;
}

.has-big-font-size {
  font-size: 18px;
}

.has-extra-large-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 15px;
}

.has-medium-font-size {
  font-size: 14px;
}

.has-small-font-size {
  font-size: 13px;
}

.has-tiny-font-size {
  font-size: 10px;
}

.has-min-font-size {
  font-size: 8px;
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 7px 23px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 7px 23px;
}
.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--background);
}
.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--primary);
}

.wp-element-button.is-style-outline:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  background: #BCB2A6;
  color: white;
  -webkit-filter: brightness(100%);
}

/* Form
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
  border-radius: none;
  color: var(--wp--preset--color--foreground);
  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--foreground);
  opacity: 1;
}

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

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

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--foreground);
}

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

.wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

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

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 36px;
  height: 36px;
}

.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;
}

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

.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-foreground-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--tiny);
  max-width: var(--wp--custom--layout--page);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.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-header {
  background: var(--wp--preset--color--background);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 186px;
  background: white;
  border-bottom: 1px solid #BCB2A6;
  transition: all 0.5s;
  z-index: 999999999;
}
.site-header .ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
  border: none !important;
}
.site-header .ubermenu .ubermenu-custom-content-padded {
  padding: 0;
}
.site-header .ubermenu .ubermenu-submenu .ubermenu-column-auto {
  width: 100%;
  max-width: 100%;
}
.site-header .top-bar {
  background: #BCB2A6;
  height: 55px;
  transition: all 0.5s;
}
.site-header .top-bar .flex {
  max-width: 94%;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 0 0 20px;
}
.site-header .top-bar .flex .button {
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  padding: 13px 2px 0 0;
  transition: all 0.5s;
}
.site-header .top-bar .flex .button:hover {
  opacity: 0.5;
}
.site-header .top-bar .social-links {
  padding: 0;
  list-style: none;
  display: flex;
}
.site-header .top-bar .social-links li {
  margin: 0 37px 0 0;
}
.site-header .top-bar .social-links li a:hover svg path {
  fill: #000000;
}
.site-header .top-bar .social-links li a svg path {
  transition: all 0.5s;
}
.site-header .top-bar .social-links li:nth-child(5) {
  margin-top: 1px;
}
.site-header .bottom-bar h1 {
  margin: 0;
  width: 331px;
  line-height: 1;
  transition: all 0.5s;
}
.site-header .bottom-bar .flex {
  justify-content: space-between;
  max-width: 96.5%;
  margin: 0 auto;
  padding-top: 39px;
  padding-left: 21px;
  transition: all 0.5s;
}
.site-header .bottom-bar .flex .left {
  display: flex;
}
.site-header .bottom-bar .flex .left .ubermenu-target-with-image .ubermenu-target-title {
  display: none;
}
.site-header .bottom-bar .flex .left .ubermenu-target {
  padding: 0 0 43px;
  width: 41px;
  margin: 14px 57px 0 0;
  transition: all 0.5s;
}
.site-header .bottom-bar .flex .right .button {
  margin: 0px 0 -18px 51px !important;
  transition: all 0.5s;
}
.site-header .bottom-bar .flex .right .button .ubermenu-target {
  background: #BCB2A6;
  color: white;
  padding: 20px 44px 18px;
  transition: all 0.5s;
}
.site-header .bottom-bar .flex .right .button .ubermenu-target .ubermenu-target-title {
  letter-spacing: 0.04rem;
}
.site-header .bottom-bar .flex .right .button .ubermenu-target:hover {
  background: #EDE3D6;
  color: black;
}
.site-header .bottom-bar .flex .right .ubermenu-target {
  padding: 0;
}
.site-header .bottom-bar .flex .right .ubermenu-target-text {
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
.site-header .bottom-bar .flex .right .ubermenu-target-text:hover {
  text-decoration: underline;
}
.site-header .bottom-bar .flex .right .ubermenu-item {
  margin: -18px 0 0px 64px;
}
.site-header .bottom-bar .flex .right .ubermenu-submenu {
  margin: 56px 0 0 0;
}
.site-header .bottom-bar .flex .right .ubermenu-submenu .ubermenu-item {
  margin: 0;
}
.site-header .bottom-bar .flex .right #menu-item-2765 {
  margin: -18px 0 0px 22px;
}
.site-header .bottom-bar .flex .right #menu-item-2689 .ubermenu-submenu {
  margin: 38px 0 0 0;
}
.site-header .bottom-bar .flex .right #menu-item-2689 .ubermenu-submenu .ubermenu-item {
  margin: 0;
}
.site-header .bottom-bar .flex .right .ubermenu-target-with-image {
  width: 20px;
  padding: 0;
  margin: 0px 19px -11px 32px;
}
.site-header .bottom-bar .flex .right .ubermenu-target-with-image .ubermenu-target-title {
  display: none;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}
.site-header .block-area-shop-dropdown {
  background: #EDE3D6;
  padding: 40px 0 75px;
  text-align: center;
}
.site-header .block-area-shop-dropdown .wp-block-image img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 4px solid white;
  margin: 0 auto 31px;
  object-fit: cover;
}
.site-header .block-area-shop-dropdown p {
  text-align: center;
  font-family: "Carola";
  font-size: 32px;
  margin: 20px auto 30px;
  letter-spacing: 0.14rem;
}
.site-header .block-area-shop-dropdown .wp-block-buttons {
  justify-content: center;
}
.site-header .block-area-shop-dropdown .wp-block-buttons .wp-block-button__link {
  border: none;
  background: #FFFFFF;
  height: 39px;
  transition: all 0.5s;
}
.site-header .block-area-shop-dropdown .wp-block-buttons .wp-block-button__link:hover {
  background: #BCB2A6;
  color: white;
}

.site-header.scrolled {
  height: 83px;
  border-bottom: none;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
}
.site-header.scrolled .top-bar {
  height: 0;
  overflow: hidden;
}
.site-header.scrolled .bottom-bar h1 {
  margin: 6px 0 0 0;
  width: 250px;
  line-height: 1;
}
.site-header.scrolled .bottom-bar .flex {
  padding-top: 17px;
}
.site-header.scrolled .bottom-bar .flex .left .ubermenu-target {
  padding: 0 0 18px;
  width: 41px;
  margin: 14px 50px 0 0;
}
.site-header.scrolled .bottom-bar .flex .right .button {
  margin: 0px 0 -15px 51px !important;
}
.site-header.scrolled .bottom-bar .flex .right .button .ubermenu-target {
  padding: 18px 44px 16px;
}
.site-header.scrolled .bottom-bar .flex .ubermenu-submenu {
  margin: 31px 0 0 0;
}
.site-header.scrolled .bottom-bar .flex .ubermenu-submenu-id-2690 {
  margin: 0 0 0 0;
}
.site-header.scrolled .bottom-bar .flex #menu-item-2689 .ubermenu-submenu {
  margin: 16px 0 0 0;
}
.site-header.scrolled .bottom-bar .flex #menu-item-2689 .ubermenu-submenu .ubermenu-item {
  margin: 0;
}

.header-spacer {
  display: block;
  height: 186px;
  transition: all 0.5s;
}

.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 > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: var(--wp--preset--color--foreground);
  display: block;
  font-size: var(--wp--preset--font-size--small);
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 769px) {
  .nav-menu .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    color: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--background);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .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 {
    display: block;
    grid-column: 1/-1;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

@media all and (max-width: 1345px) {
  .site-header .bottom-bar .flex {
    max-width: 97%;
    padding-left: 0;
  }
  .site-header .bottom-bar .flex .left .ubermenu-target {
    margin: 14px 35px 0 0;
  }
  .site-header .bottom-bar .flex .right .ubermenu-target-with-image {
    margin: 0px 0px -11px 10px;
  }
  .site-header .bottom-bar .flex .right .button {
    margin: 0px 0 -18px 35px !important;
  }
  .site-header .bottom-bar .flex .right .ubermenu-item {
    margin: -18px 0 0px 45px;
  }
  .site-header .bottom-bar .flex .left .ubermenu-target {
    padding: 0 0 26px;
  }
  .site-header.scrolled .bottom-bar .flex .ubermenu-submenu {
    margin: 0px 0 0 0;
  }
}
@media all and (max-width: 1140px) {
  .site-header .bottom-bar h1 {
    width: 250px;
  }
  .site-header .bottom-bar .flex .left .ubermenu-target {
    margin: 9px 25px 0 0;
  }
  .site-header .bottom-bar .flex {
    padding-top: 26px;
  }
  .site-header .bottom-bar .flex .right .ubermenu-item {
    margin: 0px 0 0px 35px;
  }
  .site-header .bottom-bar .flex .right .button {
    margin: 0px 0 -12px 35px !important;
  }
  .site-header .bottom-bar .flex .right .button .ubermenu-target, .site-header.scrolled .bottom-bar .flex .right .button .ubermenu-target {
    padding: 15px 35px 13px;
  }
  .site-header.scrolled .bottom-bar .flex .right .button {
    margin: 0px 0 -11px 25px !important;
  }
  .site-header.scrolled .bottom-bar .flex .left .ubermenu-target {
    padding: 0 0 18px;
    width: 41px;
    margin: 14px 26px 0 0;
  }
  .site-header .bottom-bar .flex .right .ubermenu-target-with-image {
    margin: 0px 0px -10px 5px;
  }
  .site-header {
    height: 150px;
  }
  .header-spacer {
    height: 150px;
  }
}
@media all and (max-width: 965px) {
  .site-header .bottom-bar .flex .right .ubermenu-item {
    margin: 0px 0 0px 25px;
  }
  .site-header .bottom-bar .flex .right .button {
    margin: 0px 0 -12px 20px !important;
  }
}
@media all and (max-width: 905px) {
  .site-header .bottom-bar h1 {
    width: 200px;
  }
  .site-header .bottom-bar .flex .left .ubermenu-target {
    margin: 8px 19px 0 0;
    width: 33px;
  }
  .site-header .top-bar .flex {
    max-width: 97%;
    padding: 0;
  }
  .site-header .top-bar .social-links li {
    margin: 0 25px 0 0;
  }
  .site-header .bottom-bar .flex {
    padding-top: 20px;
  }
  .site-header {
    height: 140px;
  }
  .site-header .bottom-bar .flex .left .ubermenu-target {
    margin: 13px 19px 0 0;
    width: 33px;
    padding: 0 0 23px;
  }
  .site-header .bottom-bar h1 {
    width: 200px;
    margin: 6px 0 0;
  }
  .site-header.scrolled .bottom-bar .flex .left .ubermenu-target {
    padding: 0 0 18px;
    width: 33px;
    margin: 14px 21px 0 0;
  }
  .site-header.scrolled .bottom-bar h1 {
    margin: 9px 0 0 0;
    width: 177px;
    line-height: 1;
  }
  .site-header .bottom-bar .flex .right .ubermenu-submenu {
    margin: 33px 0 0;
  }
}
@media all and (max-width: 835px) {
  .site-header .bottom-bar .flex .right .ubermenu-submenu {
    margin: 24px 0 0 0;
  }
  .site-header.scrolled .bottom-bar .flex .ubermenu-submenu {
    margin: 0px 0 0 0;
  }
  .site-header .bottom-bar .flex .right .button {
    display: none;
  }
  .site-header .bottom-bar .flex .right #menu-item-2685, #menu-item-2686, #menu-item-2687, #menu-item-2683, #menu-item-2688 {
    display: none;
  }
  .site-header .bottom-bar .flex .right .ubermenu-target-with-image {
    margin: 48px 0px 0 0px;
  }
  .site-header.scrolled .bottom-bar .flex, .site-header .bottom-bar .flex {
    position: relative;
  }
  .site-header.scrolled .bottom-bar .flex .right #menu-item-2765 {
    margin: -34px 0 0px 0;
  }
  .site-header .bottom-bar h1 {
    width: 250px;
    margin: 6px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 21px;
  }
  .site-header.scrolled .bottom-bar h1 {
    margin: 9px 0 0 0;
    width: 177px;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 27px;
  }
  .site-header .bottom-bar .flex {
    max-width: 100%;
    padding-left: 0;
    padding: 0 3% 0;
  }
  .site-header .bottom-bar .flex .left .ubermenu-target {
    margin: 33px 19px 0 0;
    width: 33px;
    padding: 0 0 23px;
  }
  .header-spacer {
    height: 140px;
  }
}
@media all and (max-width: 768px) {
  .site-header {
    max-height: initial;
    overflow-y: initial;
    overscroll-behavior-y: initial;
  }
}
@media all and (max-width: 500px) {
  .site-header.scrolled .bottom-bar .flex .left .ubermenu-target {
    padding: 0 0 9px;
    width: 33px;
    margin: 14px 21px 0 0;
  }
  .site-header .top-bar .social-links {
    display: none;
  }
  .site-header .bottom-bar .flex .right .ubermenu-submenu {
    margin: 8px 0 0 0;
  }
  .site-header .top-bar .flex {
    max-width: 100%;
    padding: 0;
    display: block;
    text-align: center;
  }
  .site-header .top-bar {
    background: #BCB2A6;
    height: 40px;
    transition: all 0.5s;
    padding: 4px 0 0 0;
  }
  .site-header .bottom-bar h1 {
    width: 200px;
  }
  .site-header, .header-spacer {
    height: 110px;
  }
  .site-header .bottom-bar .flex .left .ubermenu-target {
    margin: 26px 0px 0 0;
    width: 33px;
    padding: 0 0 13px;
  }
  .site-header .bottom-bar .flex .right #menu-item-2765 {
    margin: 0;
  }
  .site-header .bottom-bar .flex .right .ubermenu-target-with-image {
    margin: 25px 0px 0 0px;
    transition: all 0.5s;
  }
  .site-header.scrolled .top-bar {
    padding: 0;
  }
  .site-header.scrolled .bottom-bar .flex .right #menu-item-2765 {
    margin: 0;
  }
  .site-header.scrolled {
    height: 60px;
  }
  .site-header.scrolled .bottom-bar .flex {
    padding-top: 7px;
  }
  .site-header.scrolled .bottom-bar h1 {
    top: 16px;
  }
  .site-header.scrolled .bottom-bar .flex .right .ubermenu-target-with-image {
    margin: 14px 0px 0 0px;
  }
  .hamburger-dropdown .col1 nav .menu-footer-1-container {
    padding: 0 0 0 75px;
  }
  .hamburger-dropdown .col1 nav .menu-footer-2-container {
    margin: 0 0 0 75px;
  }
  .hamburger-dropdown .col1 nav .menu-footer-3-container {
    padding: 0 0 0 75px;
  }
}
/* Archive Header
--------------------------------------------- */
.archive-header {
  display: none;
}

/* Post Listing
--------------------------------------------- */
.search-filter-results {
  max-width: 1200px !important;
}

.searchandfilter h4 {
  padding: 5px 0 10px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.16rem;
  margin: 20px auto 0;
  font-size: 38px;
}

.searchandfilter ul {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.searchandfilter ul li li {
  background: transparent;
  border: 1px solid #BCB2A6;
  text-align: center;
  text-decoration: none;
  color: #998c7d;
  padding: 0 20px;
  text-transform: uppercase;
  width: fit-content;
  display: block;
  font-family: var(--wp--preset--font-family--antarctican);
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.26);
  font-size: 13px;
  letter-spacing: 0.04rem;
  transition: all 0.5s;
  position: relative;
  margin: 0 10px 10px;
}
.searchandfilter ul li li input {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.searchandfilter ul li li label {
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 !important;
}

.searchandfilter ul li li.sf-option-active {
  background: #BCB2A6;
  color: white;
}

.new-archive-header {
  background-image: url("../icons/utility/bar-pattern.png");
  padding: 28px 0 19px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  border-bottom: 1px solid #dfd2c2;
}
.new-archive-header .flex {
  max-width: 91.7%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 33px;
}
.new-archive-header .flex h1 {
  font-size: 38px;
  letter-spacing: 0.17rem;
  margin: 0 0 0;
  padding: 6px 0 0;
}
.new-archive-header .flex .left {
  width: 30%;
  display: table;
}
.new-archive-header .flex .right {
  width: 70%;
}
.new-archive-header .flex .right ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.new-archive-header .flex .right ul li {
  margin: 0 0 0 25px;
}
.new-archive-header .flex .right ul li a {
  border: 1px solid #BCB2A6;
  text-decoration: none;
  background: white;
  font-size: 13px;
  text-transform: uppercase;
  padding: 3px 27px;
  height: 39px;
  font-family: var(--wp--preset--font-family--antarctican);
  display: block;
  transition: all 0.5s;
}
.new-archive-header .flex .right ul li a:hover {
  color: white;
  background: #BCB2A6;
}
.new-archive-header .flex .right ul .current-cat a {
  color: white;
  background: #BCB2A6;
}

.archive-wrap {
  max-width: 1300px;
  margin: 75px auto 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 40px;
}
.archive-wrap .breadcrumbs {
  position: absolute;
  transform: rotate(-90deg);
  text-align: right;
  height: 30px;
  width: 300px;
  left: -148px;
  top: 135px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08rem;
}
.archive-wrap .breadcrumbs a {
  text-decoration: none;
}
.archive-wrap .breadcrumbs a:hover {
  text-decoration: underline;
}
.archive-wrap article {
  width: 380px;
  margin: 0 38px 93px 0;
  position: relative;
}
.archive-wrap article #hero-image {
  border: 1px solid #BCB2A6;
  height: 561px;
  width: 100%;
  -webkit-filter: brightness(100%);
}
.archive-wrap article #hero-image:hover {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.archive-wrap article .post-date {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
  background: #EDE3D6;
  border-radius: 50%;
  width: 90px;
  height: 68px;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0rem;
  padding: 11px 0 0;
  z-index: 2;
}
.archive-wrap article .post-date .post-date-day {
  display: block;
  font-size: 21px;
  font-family: var(--wp--preset--font-family--antarctican);
}
.archive-wrap article .post-date .post-date-month-year {
  display: block;
  font-size: 12px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
}
.archive-wrap article a {
  text-decoration: none;
}
.archive-wrap article h2 {
  font-family: var(--wp--preset--font-family--italiana);
  font-size: 20px;
  text-transform: inherit;
  margin: 24px 0 14px;
  line-height: 24px;
  letter-spacing: 0.05rem;
}
.archive-wrap article .exc p {
  font-size: 14px;
  margin: 0 0 4px;
  line-height: 25px;
  height: 48px;
  overflow: hidden;
  font-family: var(--wp--preset--font-family--indivisible);
  letter-spacing: 0.05rem;
}
.archive-wrap article .exc .em-shop-the-post {
  display: none;
}
.archive-wrap article .read-post {
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
}

.search #main-arch-header {
  display: none;
}

.pagination-wrap {
  border-top: 1px solid #BCB2A6;
  border-bottom: 1px solid #BCB2A6;
  padding: 3px 0;
}
.pagination-wrap ul.page-numbers {
  border-top: 1px solid #BCB2A6;
  border-bottom: 1px solid #BCB2A6;
  padding: 33px 0;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  font-size: 19px;
  letter-spacing: 0.1rem;
}
.pagination-wrap ul.page-numbers li {
  margin: 0 14px;
}
.pagination-wrap ul.page-numbers li a {
  text-decoration: none;
}

.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--tiny);
}
.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--foreground);
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 32px auto;
  max-width: var(--wp--custom--layout--page);
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: var(--wp--preset--color--background);
  border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: var(--wp--preset--color--primary);
  fill: var(--wp--preset--color--primary);
  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;
}
.pagination ul li svg {
  fill: inherit;
}
.pagination ul li:hover > a, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  fill: var(--wp--preset--color--background);
}

@media all and (max-width: 1340px) {
  .archive-wrap {
    max-width: 90%;
  }
  .archive-wrap article {
    width: 30%;
    margin: 0 3% 93px 0;
  }
  .archive-wrap article #hero-image {
    height: auto;
    aspect-ratio: 9/13;
  }
}
@media all and (max-width: 1260px) {
  .new-archive-header .flex .right ul {
    flex-wrap: wrap;
  }
  .new-archive-header .flex .right ul li {
    margin: 0 0 15px 25px;
  }
  .new-archive-header .flex {
    max-width: 96.7%;
    padding: 0;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  .archive-wrap article {
    width: 47%;
    margin: 0 3% 93px 0;
  }
}
@media all and (max-width: 725px) {
  .new-archive-header .flex {
    display: block;
  }
  .new-archive-header .flex .left {
    width: 100%;
    display: block;
    text-align: center;
  }
  .new-archive-header .flex h1 {
    font-size: 38px;
    letter-spacing: 0.17rem;
    margin: 0 0 11px;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
  }
  .new-archive-header .flex .right {
    width: 100%;
  }
  .new-archive-header .flex .right ul {
    justify-content: space-between;
  }
  .new-archive-header .flex .right ul li {
    margin: 0 0 10px;
    width: 48.5%;
    text-align: center;
  }
  .new-archive-header {
    background-size: contain;
  }
}
@media all and (max-width: 550px) {
  .archive-wrap article {
    width: 100%;
    margin: 0 0 90px 0;
  }
}
/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
h1.front {
  display: none;
}

.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;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .wp-block-separator:not(:first-child) {
  margin-top: 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
--------------------------------------------- */
.single-post {
  background-color: #F7F3F1;
}
.single-post .floating-share {
  position: fixed;
  left: 0;
  background: #EDE3D6;
  width: 56px;
  height: 273px;
  z-index: 99;
  top: 263px;
  box-shadow: -1px 2px 8px -1px rgba(0, 0, 0, 0.26);
}
.single-post .floating-share p {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-family: "Antarctican Mono Book";
  text-transform: uppercase;
  margin: 20px 0 19px;
  color: #464646;
}
.single-post .floating-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.single-post .floating-share ul li {
  position: relative;
  margin: 0 0 4px;
}
.single-post .floating-share ul li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.single-post .floating-share ul li p.copied {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 9px;
  line-height: 1;
  bottom: -16px;
}
.single-post .post-header {
  background-image: url(../icons/utility/post-header.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 79px 0;
}
.single-post .post-header .flex {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}
.single-post .post-header .flex .breadcrumbs {
  width: 560px;
  position: absolute;
  top: 264px;
  z-index: 1;
  transform: rotate(-90deg);
  text-align: right;
  font-family: "Antarctican Mono Book";
  font-size: 12px;
  left: -303px;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
}
.single-post .post-header .flex .breadcrumbs a {
  text-decoration: none;
}
.single-post .post-header .flex .lside {
  width: 553px;
  position: relative;
}
.single-post .post-header .flex .lside .date {
  position: absolute;
  width: 90px;
  height: 68px;
  background: #EDE3D6;
  border-radius: 50%;
  top: 38px;
  right: -45px;
  text-align: center;
  font-family: "Antarctican Mono Book";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 19px;
  padding: 15px 0 0;
}
.single-post .post-header .flex .lside .date span {
  display: block;
  font-size: 21px;
}
.single-post .post-header .flex .lside img {
  width: 100%;
  height: 407px;
  object-fit: cover;
  display: block;
  margin: 0;
  border: 1px solid #BCB2A6;
}
.single-post .post-header .flex .rside {
  width: 389px;
  display: table;
  padding-top: 45px;
}
.single-post .post-header .flex .rside h1 {
  font-size: 30px;
  line-height: 36px;
  font-family: "Italiana";
  font-weight: 100;
  letter-spacing: 0.16rem;
  margin: 0;
}
.single-post .post-header .flex .rside .exc p {
  font-size: 14px;
  line-height: 25px;
  margin: 20px 0;
  letter-spacing: 0.065rem;
}
.single-post .shop-the-post {
  background: white;
  padding: 18px 0;
  position: relative;
  box-shadow: 0px 11px 11px -11px rgba(0, 0, 0, 0.26);
  display: flex;
  justify-content: flex-end;
}
.single-post .shop-the-post .stp-title {
  display: block;
  width: 138px;
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 58px;
  text-align: center;
  transform: rotate(-10deg);
  margin: 16px 15px 0 0;
  line-height: 0.5;
  color: #575757;
  padding: 0 0 0 7px;
}
.single-post .shop-the-post .pslider, .single-post .shop-the-post .shopthepost-widget {
  width: 87.5%;
  overflow: hidden;
}
.single-post .shop-the-post .swiper-slide a {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
}
.single-post .shop-the-post .swiper-slide a img {
  width: 70px;
  height: 89px;
  object-fit: contain;
  display: block;
  margin: 0 10px 0 0;
}
.single-post .shop-the-post .swiper-slide a .right {
  width: 63%;
  display: table;
}
.single-post .shop-the-post .swiper-slide a .right .brand {
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  text-decoration: underline;
  display: block;
}
.single-post .shop-the-post .swiper-slide a .right .prod-title {
  font-family: var(--wp--preset--font-family--italiana);
  font-size: 18px;
  line-height: 1.2;
  margin: -1px 0 0;
  display: block;
}
.single-post .post-content-flex {
  max-width: 1343px;
  margin: 76px auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 79px;
}
.single-post .post-content-flex aside {
  width: 365px;
}
.single-post .post-content-flex aside .block-area-sidebar {
  background: white;
  box-shadow: -3px 0px 13px -3px rgba(0, 0, 0, 0.2);
  padding: 27px 22px;
  position: relative;
}
.single-post .post-content-flex aside .block-area-sidebar p {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.06rem;
  margin: 30px 0;
}
.single-post .post-content-flex aside .block-area-sidebar .wp-block-buttons .wp-block-button__link {
  border: 1px solid #BCB2A6;
  background: #BCB2A6;
  color: #f0eded;
  width: 152px;
  height: 39px;
  margin: 0;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 25px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  padding: 2px 27px 0 0;
  transition: all 0.5s;
}
.single-post .post-content-flex aside .block-area-sidebar .wp-block-buttons .wp-block-button__link:hover {
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
  background-color: #EDE3D6;
  -webkit-filter: brightness(100%);
}
.single-post .post-content-flex aside .block-area-sidebar .wpforms-container .wpforms-title {
  font-family: "Carola";
  text-align: center;
  font-size: 38px;
  margin: 106px auto 0;
  letter-spacing: 0.17rem;
}
.single-post .post-content-flex aside .block-area-sidebar .wpforms-container .wpforms-description {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.06rem;
  margin: 0 0 55px;
}
.single-post .post-content-flex aside .block-area-sidebar .wpforms-container label {
  margin: 0;
  font-size: 0px;
  height: 0;
  display: block;
  font-weight: 100;
}
.single-post .post-content-flex aside .block-area-sidebar .wpforms-container input {
  border: 1px solid #BCB2A7;
  background: #F7F3F1;
  font-family: var(--wp--preset--font-family--antarctican);
  padding: 14px 25px 12px;
  font-size: 14px;
  margin: 0 0 8px;
  -webkit-appearance: none;
  border-radius: 0;
}
.single-post .post-content-flex aside .block-area-sidebar .wpforms-container .wpforms-submit-container button {
  border: 1px solid #BCB2A6;
  background: #BCB2A6;
  color: #f0eded;
  width: 100%;
  height: 47px;
  margin: 0;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 120px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  padding: 2px 27px 0 0;
  transition: all 0.5s;
}
.single-post .post-content-flex aside .block-area-sidebar .wpforms-container .wpforms-submit-container button:hover {
  background-image: url(../icons/utility/black-arrow.svg);
  color: black;
  background-color: #F7F3F1;
  -webkit-filter: brightness(100%);
}
.single-post .post-content-flex aside .block-area-sidebar:before {
  content: "";
  display: block;
  width: 104px;
  height: 137px;
  background-image: url(../icons/utility/badge.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -40px;
  right: 43px;
}
.single-post .post-content-flex .post-content {
  width: 794px;
}
.single-post .post-content-flex .post-content h2 {
  font-size: 45px;
  letter-spacing: 0.18rem;
  margin: 10px 0;
  line-height: 1;
}
.single-post .post-content-flex .post-content h3 {
  font-family: var(--wp--preset--font-family--work-sans);
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
.single-post .post-content-flex .post-content p {
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.078rem;
  margin: 26px 0;
}
.single-post .post-content-flex .post-content p a {
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  text-transform: uppercase;
}
.single-post .post-content-flex .post-content p em a {
  font-family: "Indivisible";
  text-transform: initial;
  font-size: 14px;
}
.single-post .post-content-flex .post-content figure {
  margin: 30px 0;
}
.single-post .post-content-flex .post-content figure.aligncenter {
  display: flex;
  justify-content: center;
}
.single-post .post-content-flex .post-content figure.alignleft {
  margin: 34px 30px 0 0;
  max-width: 50%;
}
.single-post .post-content-flex .post-content figure.alignright {
  margin: 34px 0px 0 30px;
  max-width: 50%;
}
.single-post .post-content-flex .post-content .wp-block-separator.has-background, .single-post .post-content-flex .post-content .wp-block-separator {
  padding: 0;
  border-top: 1px solid #BCB2A6;
  background: transparent;
  margin: 45px 0 56px;
}
.single-post .post-content-flex .post-content .wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
  margin: 58px 0;
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  line-height: 1.9;
}
.single-post .post-content-flex .post-content .wp-block-gallery.has-nested-images figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
  margin: 20px 0;
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  line-height: 1.9;
}
.single-post .sig-bar {
  width: 100%;
  border-top: 1px solid #BCB2A6;
  border-bottom: 1px solid #BCB2A6;
  padding: 50px 0;
  position: relative;
}
.single-post .sig-bar .flex {
  max-width: 1346px;
  margin: 13px auto;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 84px;
}
.single-post .sig-bar .flex .left {
  font-size: 68px;
  font-family: var(--wp--preset--font-family--sebastian);
  opacity: 0.7;
}
.single-post .sig-bar .flex .right {
  width: 543px;
  color: #BCB2A6;
  font-size: 12px;
  line-height: 20px;
  font-family: var(--wp--preset--font-family--antarctican);
}
.single-post .sig-bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  bottom: 4px;
  left: 0;
}
.single-post .block-area-before-comments {
  position: relative;
  z-index: 100;
  background: white;
}
.single-post #comments {
  background: white;
  position: relative;
  z-index: 99;
  padding: 50px;
  border-bottom: 1px solid #BCB2A6;
}
.single-post #comments .comment-respond {
  max-width: 600px;
  margin: 0 auto;
}
.single-post #comments .comment-respond label {
  display: block;
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 100;
}
.single-post #comments h3 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: "Sebastian Bobby Alt Slanted";
  font-size: 68px;
  letter-spacing: 0;
}
.single-post #comments .toggle-comments {
  max-width: 600px;
  margin: 0 auto;
}
.single-post #comments .toggle-comments ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
  font-family: "Work Sans";
  font-size: 15px;
  letter-spacing: 0.03rem;
}
.single-post #comments .toggle-comments ol ul {
  list-style: none;
}
.single-post #comments .toggle-comments ol ul li {
  border-bottom: none;
}
.single-post #comments .toggle-comments ol li {
  border-bottom: 1px solid #BCB2A7;
  padding: 20px 0 20px;
}
.single-post #comments .toggle-comments ol li .comment-metadata {
  display: none;
}
.single-post #comments .toggle-comments ol li .comment-author {
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 100;
}
.single-post #comments .toggle-comments ol li .comment-reply-link {
  font-family: "Antarctican Mono Book";
  font-size: 12px;
  text-transform: uppercase;
}
.single-post #comments form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-post #comments input {
  background: #F7F3F1;
  border: 1px solid #BCB2A7;
  font-size: 14px;
  font-family: var(--wp--preset--font-family--antarctican);
  width: 100%;
  width: 100%;
  padding: 2px 0 0 22px;
  height: 47px;
  -webkit-appearance: none;
  border-radius: 0;
}
.single-post #comments input[type=submit] {
  border: 1px solid #BCB2A6;
  background: #BCB2A6;
  color: #f0eded;
  width: 149px;
  height: 47px;
  margin: 0;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 256px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  padding: 2px 27px 0 0;
  width: 100%;
  transition: all 0.5s;
}
.single-post #comments input[type=submit]:hover {
  -webkit-filter: brightness(100%);
  background-image: url(../icons/utility/black-arrow.svg);
  color: black;
  background-color: #EDE3D6;
}
.single-post #comments textarea {
  background: #F7F3F1;
  border: 1px solid #BCB2A7;
  font-size: 14px;
  font-family: var(--wp--preset--font-family--antarctican);
  width: 100%;
  width: 100%;
  outline: none;
  padding: 15px 0 0 22px;
  -webkit-appearance: none;
  border-radius: 0;
}
.single-post #comments .comment-notes, .single-post #comments .comment-form-cookies-consent {
  display: none;
}
.single-post #comments p {
  margin: 0 0 10px;
  width: 100%;
}
.single-post #comments .comment-form-author, .single-post #comments .comment-form-email {
  width: 48%;
}
.single-post #cooler-nav {
  margin-top: 0;
  position: relative;
  z-index: 99;
  background-color: white;
}
.single-post #cooler-nav .nav-img {
  width: 100%;
  height: 506px;
  background-size: cover;
  background-position: center;
}
.single-post #cooler-nav .post-previous {
  width: 29%;
}
.single-post #cooler-nav .post-next {
  width: 29%;
}
.single-post #cooler-nav #post-nav {
  display: flex;
}
.single-post #cooler-nav #post-nav .post-previous .tab {
  background: white;
  position: absolute;
  top: 34px;
  left: 0;
  z-index: 2;
  width: 201px;
  height: 48px;
  text-align: center;
  box-shadow: 0 8px 28px -15px rgba(0, 0, 0, 0.2);
  font-family: "Work Sans";
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 0 0;
  letter-spacing: 0.08rem;
}
.single-post #cooler-nav #post-nav .post-next .tab {
  background: white;
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 2;
  width: 201px;
  height: 48px;
  text-align: center;
  box-shadow: 0 8px 28px -15px rgba(0, 0, 0, 0.2);
  font-family: "Work Sans";
  font-size: 15px;
  text-transform: uppercase;
  padding: 9px 0 0;
  letter-spacing: 0.08rem;
}
.single-post #cooler-nav #post-nav .nav-post {
  position: relative;
}
.single-post #cooler-nav #post-nav .nav-post .hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.29);
  display: block;
  z-index: 1;
  top: 0;
  transition: all 0.5s;
  opacity: 0;
}
.single-post #cooler-nav #post-nav .nav-post .hover .pos {
  position: absolute;
  bottom: 59px;
  left: 0;
  right: 0;
  margin: auto;
}
.single-post #cooler-nav #post-nav .nav-post .hover .pos .title {
  display: block;
  color: white;
  text-align: center;
  padding: 0 20px;
  font-family: "Italiana";
  font-size: 24px;
  line-height: 28px;
}
.single-post #cooler-nav #post-nav .nav-post .hover .pos .rmore {
  display: block;
  text-align: center;
  color: white;
  text-decoration: underline;
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  text-transform: uppercase;
  margin: 20px auto 0;
}
.single-post #cooler-nav #post-nav .nav-post .hover:hover {
  opacity: 1;
}
.single-post #cooler-nav .center-col {
  width: 62%;
  background-image: url(../icons/utility/paper2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  display: table;
}
.single-post #cooler-nav .center-col h2 {
  font-size: 78px;
  max-width: 240px;
  margin: 0 auto;
  line-height: 70px;
  letter-spacing: 0.29rem;
}
.single-post #cooler-nav .center-col h3 {
  font-size: 15px;
  font-family: "Work Sans";
  line-height: 18px;
  margin: 10px 0;
  letter-spacing: 0.1rem;
}
.single-post #cooler-nav .center-col a {
  border: 1px solid #BCB2A6;
  background: #BCB2A6;
  color: #f0eded;
  width: 162px;
  height: 47px;
  margin: 0;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 23px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  padding: 3px 27px 0 0;
  display: block;
  margin: 40px auto 0;
  text-decoration: none;
  height: 39px;
  transition: all 0.5s;
}
.single-post #cooler-nav .center-col a:hover {
  background-image: url(../icons/utility/black-arrow.svg);
  color: black;
  background-color: #EDE3D6;
}
.single-post #cooler-nav:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  top: -6px;
  left: 0;
}
.single-post .block-area-after-comments {
  position: relative;
  z-index: 99;
  background: white;
}
.single-post .block-area-after-comments .recent-posts {
  width: 100%;
  max-width: 100%;
}

.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--primary);
}
.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--foreground);
  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--foreground);
  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--tiny);
  margin-bottom: 16px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.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;
}

@media all and (max-width: 1260px) {
  .single-post .post-content-flex aside {
    width: 300px;
  }
  .single-post .post-content-flex aside .block-area-sidebar .wpforms-container .wpforms-title {
    font-size: 30px;
  }
  .single-post .post-content-flex aside .block-area-sidebar .wpforms-container .wpforms-submit-container button {
    background-position: center right 88px;
  }
  .single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article .post-title {
    width: 54%;
  }
  .single-post .post-content-flex aside .block-area-sidebar .wp-block-buttons .wp-block-button__link {
    background-position: center right 8px;
    padding: 2px 29px 0 0;
    width: 119px;
  }
  .single-post .post-content-flex aside .block-area-sidebar:before {
    width: 88px;
    height: 127px;
    top: -40px;
    right: 22px;
  }
}
@media all and (max-width: 1180px) {
  .single-post .post-content-flex aside {
    display: none;
  }
  .single-post .post-content-flex {
    max-width: 88%;
    margin: 76px auto;
    display: block;
    padding: 0;
  }
  .single-post .post-content-flex .post-content {
    width: 100%;
  }
  .single-post .post-header .flex {
    max-width: 840px;
  }
  .single-post .post-header .flex .lside {
    width: 430px;
    position: relative;
  }
}
@media all and (max-width: 1040px) {
  .single-post .floating-share {
    position: relative;
    left: 0;
    background: #EDE3D6;
    height: auto;
    z-index: 999999;
    top: inherit;
    box-shadow: -1px 2px 8px -1px rgba(0, 0, 0, 0.26);
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .single-post .floating-share ul li p.copied {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 9px;
    line-height: 1;
    bottom: 0;
    right: -47px;
  }
  .single-post .floating-share ul li {
    position: relative;
    margin: 5px 8px 4px;
  }
  .single-post .floating-share p {
    margin: 0 11px 0 0;
    padding: 11px 0 0;
  }
  .single-post .floating-share ul {
    display: flex;
  }
  .single-post #cooler-nav .center-col {
    width: 33.33%;
  }
  .single-post #cooler-nav .post-previous {
    width: 33.33%;
  }
  .single-post #cooler-nav .post-next {
    width: 33.33%;
  }
}
@media all and (max-width: 905px) {
  .single-post .post-header .flex {
    max-width: 580px;
    display: block;
    margin: 0 auto;
  }
  .single-post .post-content-flex {
    max-width: 95%;
  }
  .single-post .sig-bar .flex {
    max-width: 95%;
    padding: 0;
  }
  .single-post #cooler-nav .center-col h2 {
    font-size: 60px;
    line-height: 57px;
  }
  .single-post .post-header .flex .lside {
    width: 100%;
    position: relative;
  }
  .single-post .post-header .flex .rside {
    width: 100%;
    display: block;
    padding-top: 45px;
  }
  .single-post .post-header {
    padding: 35px 0;
  }
}
@media all and (max-width: 730px) {
  .single-post .post-header .flex {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .single-post .sig-bar .flex {
    flex-direction: column-reverse;
  }
  .single-post .sig-bar .flex .right {
    width: 100%;
  }
  .single-post .sig-bar .flex .left {
    margin: 30px 0 0;
  }
  .single-post .sig-bar {
    padding: 30px 0 40px;
  }
  .single-post #cooler-nav #post-nav {
    display: block;
  }
  .single-post #cooler-nav .center-col {
    width: 100%;
    padding: 40px 0;
  }
  .single-post #cooler-nav .post-previous {
    width: 100%;
  }
  .single-post #cooler-nav .post-next {
    width: 100%;
  }
  .single-post #comments input[type=submit] {
    background-position: center right 44%;
  }
}
@media all and (max-width: 550px) {
  .single-post .post-header .flex .lside .date {
    right: -20px;
  }
  .single-post .post-header .flex .lside img {
    height: auto;
  }
  .single-post .post-header .flex .rside h1 {
    font-size: 28px;
  }
  .single-post .post-header .flex .rside {
    padding-top: 30px;
  }
  .single-post .shop-the-post .stp-title {
    display: block;
    width: 110px;
    font-family: var(--wp--preset--font-family--sebastian);
    font-size: 39px;
    text-align: center;
    transform: rotate(-10deg);
    margin: 21px 6px 0 0;
    line-height: 0.7;
    color: #575757;
    padding: 0 0 0 7px;
  }
  .single-post #comments input[type=submit] {
    background-position: center right 38%;
  }
}
/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.site-footer {
  background-image: url(../icons/utility/footer-bg-texture.png);
  padding: 231px 0 0;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  height: 558px;
  z-index: 99;
}
.site-footer .logo-print {
  background-image: url(../icons/utility/footer-bg.png);
  background-size: 100%;
  background-repeat: repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 1440px;
  margin: 0 auto;
  right: 0;
}
.site-footer .flex {
  max-width: 91%;
  margin: 7px auto 0;
  justify-content: space-between;
}
.site-footer .flex .col1 {
  width: 204px;
  position: relative;
  margin: 0 0 0 65px;
}
.site-footer .flex .col2 {
  width: 226px;
  position: relative;
  margin: 0 54px 0 43px;
}
.site-footer .flex .col3 {
  width: 219px;
  position: relative;
}
.site-footer .flex .col3 .title a {
  left: -90px;
}
.site-footer .flex .col4 {
  width: 416px;
}
.site-footer .flex .col4 .wpforms-title {
  font-size: 32px;
  font-family: var(--wp--preset--font-family--carola);
  font-weight: 100;
  margin: 1px 0 9px;
  line-height: 1.4;
  letter-spacing: 0.15rem;
  color: #202020;
}
.site-footer .flex .col4 .wpforms-submit-container {
  margin: 0;
}
.site-footer .flex .col4 .wpforms-head-container {
  padding: 0;
  width: 100%;
  text-align: center;
}
.site-footer .flex .col4 label {
  font-size: 0;
  margin: 0;
  line-height: 0;
}
.site-footer .flex .col4 .social-links {
  display: flex;
  padding: 0;
  border: none;
  justify-content: space-between;
  margin: 35px 0 0;
}
.site-footer .flex .col4 .social-links li:hover a svg path {
  fill: #000;
}
.site-footer .flex .col4 .social-links li svg path {
  transition: all 0.5s;
}
.site-footer .flex .col4 .social-links li:hover img {
  -webkit-filter: brightness(0%);
}
.site-footer .flex .col4 .social-links li img {
  transition: all 0.5s;
}
.site-footer .flex .col4 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .flex .col4 .wpforms-field {
  margin: 0;
}
.site-footer .flex .col4 input {
  background: #F7F3F1;
  border: 1px solid #BCB2A7;
  font-size: 14px;
  font-family: var(--wp--preset--font-family--antarctican);
  width: 100%;
  height: 47px;
  width: 261px;
  padding: 2px 0 0 22px;
  border-radius: 0;
  -webkit-appearance: none;
}
.site-footer .flex .col4 .wpforms-submit {
  border: 1px solid #BCB2A6;
  background: #BCB2A6;
  color: #f0eded;
  width: 149px;
  height: 47px;
  margin: 0;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 37px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  padding: 2px 27px 0 0;
}
.site-footer .flex .col4 .wpforms-submit:hover {
  background-color: #EDE3D6 !important;
  color: black !important;
  background-image: url(../icons/utility/black-arrow.svg) !important;
  opacity: 1;
  -webkit-filter: brightness(100%);
}
.site-footer .flex a {
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 14px;
  text-transform: uppercase;
}
.site-footer .flex a:hover {
  text-decoration: underline;
}
.site-footer .flex .title a {
  font-family: var(--wp--preset--font-family--sebastian);
  text-decoration: none;
  text-transform: lowercase;
  font-size: 80px;
  position: absolute;
  left: -72px;
  top: 0px;
  transform: rotate(-15deg);
  display: block;
}
.site-footer .flex ul {
  list-style: none;
  border-left: 1px solid #BCB2A6;
  text-align: left;
  padding: 0 0 0px 17px;
  min-height: 136px;
  margin: 31px 0 0;
}
.site-footer .flex ul li {
  line-height: 1;
  margin: 0 0 15px;
  padding-top: 0px;
}
.site-footer .flex ul a {
  text-decoration: none;
}
.site-footer .creds-flex {
  font-family: var(--wp--preset--font-family--antarctican);
  background: #FDFDFC;
  padding: 15px 5%;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}

@media all and (max-width: 1350px) {
  .site-footer .flex {
    max-width: 96%;
  }
  .site-footer {
    padding: 210px 0 0;
    height: 514px;
  }
}
@media all and (max-width: 1279px) {
  .site-footer .flex .col4 {
    width: 360px;
  }
  .site-footer .flex .col4 .wpforms-title {
    font-size: 28px;
  }
  .site-footer .flex .col4 input {
    width: 205px;
  }
  .site-footer {
    padding: 179px 0 0;
    height: 453px;
    background-size: cover;
  }
  .site-footer .creds-flex {
    padding: 15px 2%;
  }
}
@media all and (max-width: 1225px) {
  .site-footer .flex .col4 {
    width: 360px;
    margin: 25px auto 0;
  }
  .site-footer {
    padding: 145px 0 0;
    overflow: hidden;
    height: auto;
    background-size: cover;
  }
  .site-footer .logo-print {
    background-repeat: no-repeat;
    background-position: top center;
  }
  .site-footer .flex .col4 .social-links {
    margin: 35px 0 10px;
    min-height: auto;
  }
}
@media all and (max-width: 1040px) {
  .site-footer {
    z-index: 9999999;
  }
}
@media all and (max-width: 870px) {
  .site-footer .logo-print {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 900px;
  }
  .site-footer {
    padding: 100px 0 0;
    height: auto;
    background-size: contain;
  }
  .site-footer .flex .col1, .site-footer .flex .col2, .site-footer .flex .col3 {
    width: 33%;
    margin: 0;
  }
  .site-footer .flex ul {
    margin: 31px 0 20px 60px;
  }
  .site-footer .flex .col3 .title a {
    left: -21px;
    font-size: 70px;
  }
  .site-footer .flex .title a {
    font-size: 70px;
    position: absolute;
    left: -2px;
    top: 0px;
  }
  .site-footer .creds-flex {
    padding: 15px 0%;
    display: block;
    text-align: center;
  }
}
@media all and (max-width: 630px) {
  .site-footer .flex {
    display: block;
  }
  .site-footer .flex .col1, .site-footer .flex .col2, .site-footer .flex .col3 {
    width: 100%;
    margin: 0;
  }
  .site-footer .flex nav {
    width: 100%;
    border-bottom: 1px solid #BCB2A6;
    padding: 0 0 20px;
  }
  .site-footer .flex ul {
    list-style: none;
    border-left: none;
    text-align: left;
    padding: 0 0 0 95px;
    min-height: auto;
    margin: 20px 0 0;
    position: relative;
    column-count: 2;
    column-gap: 20px;
  }
  .site-footer .flex .title a {
    font-size: 70px;
    position: absolute;
    left: 0;
    top: -41px;
  }
  .site-footer .flex .col3 .title a {
    left: 0;
    font-size: 67px;
    top: -30px;
  }
  .site-footer .flex {
    max-width: 90%;
  }
  .site-footer {
    padding: 141px 0px 0;
  }
  .site-footer .flex .col4 {
    width: 360px;
    margin: 45px auto 35px;
  }
  .site-footer .flex ul li {
    line-height: 2;
    margin: 0;
    padding-top: 0px;
    vertical-align: top;
    break-inside: avoid;
  }
}
@media all and (max-width: 450px) {
  .site-footer {
    padding: 110px 0px 0;
    background-position: top center;
  }
  .site-footer .creds-flex .rside span {
    display: block;
    font-size: 0;
    height: 0;
  }
  .site-footer .creds-flex {
    padding: 15px 0%;
    display: block;
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
  }
  .site-footer .flex .col4 .wpforms-submit {
    background-position: center right 14px;
    padding: 2px 22px 0 0;
    width: 109px;
  }
  .site-footer .flex .col4 input {
    width: 242px;
  }
  .site-footer .flex a {
    font-size: 13px;
  }
  .site-footer .logo-print {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 690px;
  }
}
.about {
  background-image: url(../icons/utility/about-bg2-texture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 71px 0 78px;
  position: relative;
  overflow: hidden;
}
.about .bg-pos {
  background-image: url(../icons/utility/about-bg2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about .flex {
  max-width: 1178px;
  margin: 0 auto;
  justify-content: space-between;
}
.about .flex .right {
  margin: 0 67px 0 0;
  width: 634px;
  height: 435px;
  background: white;
  padding: 16px;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  position: relative;
}
.about .flex .right .border {
  border: 1px solid #BCB2A6;
  display: table;
  height: 100%;
}
.about .flex .right .border .in {
  padding: 0 34px 0;
}
.about .flex .right .border p {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.06rem;
  margin: 20px 0;
}
.about .flex .right .border p strong {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.085rem;
  font-weight: 100;
  font-family: "Work Sans";
  color: #1f1f1f;
}
.about .flex .right .script2 {
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 55px;
  position: absolute;
  bottom: 81px;
  right: -163px;
  transform: rotate(-10deg);
  width: 138px;
  text-align: left;
  line-height: 40px;
}
.about .flex .left {
  width: 460px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.about .flex .left .script {
  position: absolute;
  left: -18px;
  top: 34px;
  transform: rotate(-10deg);
  font-size: 69px;
  font-family: "Sebastian Bobby Alt Slanted";
}
.about .flex .left .image-two {
  width: 300px;
  height: 434px;
  border: 16px solid #EDE3D6;
  box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.about .flex .left .image-one {
  width: 164px;
  height: 230px;
  background: white;
  padding: 11px 10px 40px;
  position: absolute;
  left: 10px;
  top: 89px;
  transform: rotate(-7deg);
  box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 1350px) {
  .about .flex {
    max-width: 1015px;
  }
  .about .flex .left {
    width: 420px;
  }
  .about .flex .right {
    margin: 0 34px 0 0;
    width: 547px;
  }
  .about .flex .right .border .in {
    padding: 0 25px 0;
  }
  .about .flex .right .script2 {
    right: -107px;
  }
}
@media all and (max-width: 1140px) {
  .about .flex {
    max-width: 700px;
  }
  .about .flex .left {
    width: 95%;
    margin: 0 0 -47px;
    z-index: 1;
  }
  .about .flex .left .image-one {
    width: 182px;
    height: 260px;
    padding: 11px 10px 40px;
    left: 208px;
    top: 143px;
  }
  .about .flex .left .script {
    position: absolute;
    left: 152px;
    top: 46px;
    transform: rotate(-10deg);
    font-size: 75px;
    font-family: "Sebastian Bobby Alt Slanted";
  }
  .about {
    padding: 37px 0 57px;
  }
  .about .flex .right {
    margin: 0;
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .about .flex .right .script2 {
    right: -15px;
    bottom: 14px;
  }
}
@media all and (max-width: 730px) {
  .about .flex {
    max-width: 515px;
  }
  .about .flex .left {
    width: 95%;
    margin: 0 0 -23px;
    z-index: 1;
  }
  .about .flex .left .image-one {
    width: 182px;
    height: 260px;
    padding: 11px 10px 40px;
    left: 45px;
    top: 143px;
  }
  .about .flex .left .script {
    left: 28px;
    top: 46px;
  }
  .about .flex .right {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .about .flex .right .script2 {
    right: -25px;
    bottom: -39px;
  }
}
@media all and (max-width: 550px) {
  .about .flex {
    max-width: 385px;
  }
  .about .flex .left .image-two {
    width: 205px;
    height: 297px;
    border: 10px solid #EDE3D6;
    box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .about .flex .left .image-one {
    width: 143px;
    height: 210px;
    padding: 11px 10px 40px;
    left: 24px;
    top: 82px;
  }
  .about .flex .left .script {
    left: 0;
    top: 20px;
    z-index: 1;
    font-size: 60px;
  }
  .about .flex .right .script2 {
    right: -25px;
    bottom: -5px;
    font-size: 46px;
    width: 100px;
    line-height: 0.7;
  }
  .about .flex .right .border {
    padding: 30px 0 10px 0;
  }
}
@media all and (max-width: 450px) {
  .about .flex .right .script2 {
    right: 4px;
    bottom: -35px;
    font-size: 46px;
    width: 100px;
    line-height: 0.7;
  }
  .about .flex {
    max-width: 92%;
  }
}
.about-v2 {
  background-image: url(../icons/utility/about-bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 88px 0 75px;
}
.about-v2 .flex {
  max-width: 1055px;
  margin: 0 auto;
  justify-content: space-between;
}
.about-v2 .flex .left {
  width: 46.5%;
}
.about-v2 .flex .left p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.065rem;
  margin: 30px 0;
}
.about-v2 .flex .left p em {
  font-style: inherit;
  font-size: 38px;
  font-family: "Carola";
  line-height: 47px;
  letter-spacing: 0.18rem;
  display: block;
  width: 111%;
}
.about-v2 .flex .right {
  width: 384px;
  text-align: center;
}
.about-v2 .flex .right .button {
  display: block;
  background: #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: "Antarctican Mono Book";
  text-decoration: none;
  box-shadow: 3px 3px 4px -1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  width: 100%;
  height: 52px;
  padding: 11px 0 0;
  margin: 0 0 14px;
  transition: all 0.5s;
}
.about-v2 .flex .right .button:hover {
  background: #EDE3D6;
  color: black;
}
.about-v2 .flex .right .most-loved {
  border: 1px solid #BCB2A6;
  background: white;
  text-align: center;
  padding: 0 0 33px;
  margin: 0 0 32px;
}
.about-v2 .flex .right .most-loved h2 {
  font-size: 50px;
  margin: 47px 0 10px;
  letter-spacing: 0.19rem;
}
.about-v2 .flex .right .most-loved .slick-prev {
  border: none;
  background: none;
  width: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 25px;
  z-index: 2;
  top: 119px;
}
.about-v2 .flex .right .most-loved .slick-next {
  border: none;
  background: none;
  width: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 25px;
  top: 119px;
  z-index: 2;
}
.about-v2 .flex .right .most-loved .image-fit {
  display: block;
  width: 100%;
  height: 229px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 27px;
}
.about-v2 .flex .right .most-loved .brand {
  display: block;
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}
.about-v2 .flex .right .most-loved .title {
  display: block;
  font-family: "Italiana";
  font-size: 18px;
  margin: 0;
  line-height: 22px;
}
.about-v2 .flex .right .most-loved a {
  text-decoration: none;
}

@media all and (max-width: 1080px) {
  .about-v2 .flex {
    max-width: 750px;
  }
  .about-v2 .flex .right {
    width: 325px;
  }
  .about-v2 .flex .left {
    width: 51.5%;
  }
}
@media all and (max-width: 768px) {
  .about-v2 .flex {
    max-width: 500px;
    display: block;
    width: 95%;
  }
  .about-v2 .flex .left {
    width: 100%;
  }
  .about-v2 .flex .right {
    width: 384px;
    margin: 0 auto;
  }
  .about-v2 {
    padding: 10px 0 24px;
  }
  .about-v2 .flex .left p em {
    width: 100%;
  }
}
@media all and (max-width: 415px) {
  .about-v2 .flex .right {
    width: 100%;
    margin: 0 auto;
  }
}
.selected-posts {
  max-width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.selected-posts .overflow-slider-wrap {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0rem 0;
}
.selected-posts .overflow-slider-wrap article {
  flex: 0 0 auto;
  width: 24.5%;
  height: 501px;
  scroll-snap-align: start;
  position: relative;
  margin: 0 10px 0 0;
}
.selected-posts .overflow-slider-wrap article img {
  width: 100%;
  height: 100%;
}
.selected-posts .overflow-slider-wrap article .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  color: white;
  opacity: 0;
  transition: 0.5s opacity;
  text-decoration: none;
}
.selected-posts .overflow-slider-wrap article .hover .pos {
  position: absolute;
  bottom: 59px;
  left: 0;
  right: 0;
  margin: auto;
}
.selected-posts .overflow-slider-wrap article .hover button {
  border: none;
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  font-family: var(--wp--preset--font-family--antarctican);
}
.selected-posts .overflow-slider-wrap article .hover h2 {
  font-family: var(--wp--preset--font-family--italiana);
  font-size: 24px;
  margin: 0 0 15px;
  line-height: 28px;
  letter-spacing: 0.02rem;
  font-weight: 100;
  padding: 0 20px;
}
.selected-posts .overflow-slider-wrap article:hover .hover {
  opacity: 1;
}
.selected-posts .tab {
  position: absolute;
  left: 0;
  top: 36px;
  background: white;
  font-family: var(--wp--preset--font-family--work-sans);
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  padding: 8px 30px;
  z-index: 9;
}
.selected-posts .overflow-slider-wrap::-webkit-scrollbar {
  display: none;
}

@media all and (max-width: 1135px) {
  .selected-posts .overflow-slider-wrap article {
    width: 29.5%;
  }
}
@media all and (max-width: 940px) {
  .selected-posts .overflow-slider-wrap article {
    width: 38.5%;
  }
}
@media all and (max-width: 720px) {
  .selected-posts .overflow-slider-wrap article {
    width: 45.5%;
  }
}
@media all and (max-width: 590px) {
  .selected-posts .overflow-slider-wrap article {
    width: 61.5%;
  }
  .selected-posts .tab {
    position: absolute;
    left: 0;
    top: 36px;
    background: white;
    font-family: var(--wp--preset--font-family--work-sans);
    text-transform: uppercase;
    letter-spacing: 0.07rem;
    padding: 3px 12px;
    z-index: 9;
    font-size: 12px;
  }
}
@media all and (max-width: 440px) {
  .selected-posts .overflow-slider-wrap article {
    width: 70.5%;
    height: 370px;
  }
}
.selected-posts-v2 {
  max-width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 62px 0 59px;
}
.selected-posts-v2 .pslider {
  position: relative;
  padding: 0 0 71px;
}
.selected-posts-v2 .pslider article {
  height: 506px;
  position: relative;
}
.selected-posts-v2 .pslider article img {
  width: 100%;
  height: 100%;
}
.selected-posts-v2 .pslider article .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.29);
  text-align: center;
  color: white;
  opacity: 0;
  transition: 0.5s opacity;
  text-decoration: none;
}
.selected-posts-v2 .pslider article .hover .pos {
  position: absolute;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
}
.selected-posts-v2 .pslider article .hover button {
  border: none;
  background: transparent;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: underline;
  font-family: var(--wp--preset--font-family--antarctican);
}
.selected-posts-v2 .pslider article .hover h2 {
  font-family: var(--wp--preset--font-family--italiana);
  font-size: 24px;
  padding: 0 17px;
}
.selected-posts-v2 .pslider article:hover .hover {
  opacity: 1;
}
.selected-posts-v2 .tab {
  position: absolute;
  left: 0;
  top: 97px;
  background: white;
  font-family: var(--wp--preset--font-family--work-sans);
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  padding: 8px 37px;
  z-index: 9;
}

@media all and (max-width: 850px) {
  .selected-posts-v2 .tab {
    position: absolute;
    left: 0;
    top: 97px;
    background: white;
    font-family: var(--wp--preset--font-family--work-sans);
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    padding: 3px 11px;
    z-index: 9;
    font-size: 12px;
  }
}
@media all and (max-width: 420px) {
  .selected-posts-v2 .pslider article {
    height: 395px;
    position: relative;
  }
  .selected-posts-v2 .pslider article .hover .pos {
    bottom: 30px;
  }
  .selected-posts-v2 .pslider article .hover h2 {
    padding: 0 7px;
  }
}
.shop-favorites {
  background-image: url(../../assets/icons/utility/linen-bg.png);
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  padding: 64px 0 60px;
  position: relative;
}
.shop-favorites .title-flex {
  text-align: center;
  position: relative;
  max-width: 1313px;
  margin: 0 auto;
}
.shop-favorites .title-flex h2 {
  font-size: 38px;
  letter-spacing: 0.18rem;
  margin: 0;
  line-height: 47px;
  color: #2a2a2a;
}
.shop-favorites .title-flex .button {
  background-color: #BCB2A6;
  border: 1px solid #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 3px;
  right: 0;
  padding: 3px 57px 0px 29px;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 26px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.shop-favorites .title-flex .button:hover {
  background-color: #EDE3D6;
  border: 1px solid #EDE3D6;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
}
.shop-favorites .pslider {
  overflow: hidden;
  position: relative;
  max-width: 1320px;
  margin: 38px auto 0;
  padding: 0 0 70px;
}
.shop-favorites .pslider .bg-wrap {
  width: 205px;
  height: 205px;
  background: white;
  display: block;
  margin: 0 auto;
  padding: 18px;
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 14px 14px -8px rgba(0, 0, 0, 0.26);
  border: 10px solid white;
  transition: all 0.5s;
  border: 10px solid white;
  background-size: cover;
  background-position: center;
}
.shop-favorites .pslider .bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shop-favorites .pslider .bg-wrap .slide-count {
  position: absolute;
  top: 3px;
  left: 11px;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 16px;
}
.shop-favorites .pslider .highlight-text {
  position: absolute;
  bottom: -24px;
  right: 10px;
  transform: rotate(-10deg);
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 50px;
}
.shop-favorites .pslider .swiper-slide:nth-child(even) .bg-wrap {
  background-image: url(../../assets/icons/utility/linen-shop-bg.png);
  border: 10px solid white;
  background-size: cover;
  background-position: center;
}
.shop-favorites .pslider .swiper-slide .bg-wrap:hover {
  background-image: url(../../assets/icons/utility/dark-bg.png);
}

.block-area-before-comments .shop-favorites {
  background-image: none;
  box-shadow: 0 8px 28px -15px rgba(0, 0, 0, 0.2);
}
.block-area-before-comments .shop-favorites .title-flex h2 {
  font-family: "Sebastian Bobby Alt Slanted";
  font-size: 68px;
  letter-spacing: 0;
  margin: -33px 0 -6px;
}
.block-area-before-comments .shop-favorites .pslider {
  max-width: 100%;
  padding-left: 2.5%;
  padding-top: 5px;
}
.block-area-before-comments .shop-favorites .pslider .swiper-slide .bg-wrap {
  background-image: url(../../assets/icons/utility/linen-shop-bg.png);
  border: 10px solid white;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 2px 14px -5px rgba(0, 0, 0, 0.26);
}
.block-area-before-comments .shop-favorites .pslider .swiper-slide .bg-wrap:hover {
  background-image: url(../../assets/icons/utility/dark-bg.png);
}

@media all and (max-width: 1330px) {
  .shop-favorites .title-flex {
    max-width: 95%;
  }
  .shop-favorites .pslider {
    max-width: 99%;
  }
  .shop-favorites .pslider .bg-wrap {
    width: 180px;
    height: 180px;
  }
}
@media all and (max-width: 980px) {
  .shop-favorites .pslider .bg-wrap {
    width: 150px;
    height: 150px;
    padding: 10px;
  }
  .shop-favorites .pslider .bg-wrap .slide-count {
    top: -3px;
    left: 7px;
  }
}
@media all and (max-width: 720px) {
  .shop-favorites .pslider {
    max-width: 100%;
  }
  .shop-favorites .swiper-horizontal > .swiper-scrollbar, .shop-favorites .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 2%;
    right: inherit;
    width: 180px;
  }
  .shop-favorites .title-flex {
    max-width: 95%;
    position: initial;
  }
  .shop-favorites .title-flex .button {
    top: inherit;
    bottom: 48px;
    right: 2%;
  }
  .shop-favorites {
    padding: 45px 0 58px;
  }
  .shop-favorites .pslider .bg-wrap {
    width: 135px;
    height: 135px;
    padding: 10px;
  }
  .shop-favorites .pslider .highlight-text {
    font-size: 40px;
  }
}
@media all and (max-width: 500px) {
  .shop-favorites .pslider .bg-wrap {
    width: 120px;
    height: 120px;
    padding: 4px;
    border: 6px solid white;
  }
  .shop-favorites .pslider .swiper-slide:nth-child(even) .bg-wrap {
    border: 6px solid white;
  }
  .shop-favorites .pslider .bg-wrap .slide-count {
    top: -5px;
    left: 4px;
    font-size: 12px;
  }
  .shop-favorites .pslider {
    max-width: 100%;
    padding-left: 10px;
  }
  .block-area-before-comments .shop-favorites .title-flex h2 {
    font-family: "Sebastian Bobby Alt Slanted";
    font-size: 68px;
    letter-spacing: 0;
    margin: -17px 0 -23px;
  }
  .block-area-before-comments .shop-favorites .swiper-horizontal > .swiper-scrollbar, .block-area-before-comments .shop-favorites .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0;
    right: 0;
    width: 180px;
    margin: auto;
  }
  .block-area-before-comments .shop-favorites {
    padding: 45px 0 36px;
  }
}
.newsletter {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 142px 0 147px;
  margin: 0;
  min-height: 490px;
}
.newsletter .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
}
.newsletter .pos {
  position: relative;
  z-index: 1;
  max-width: 662px;
  width: 95%;
  margin: 0 auto;
  color: white;
  text-align: center;
}
.newsletter .pos .wpforms-title {
  color: white;
  font-family: var(--wp--preset--font-family--carola);
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 0.16rem;
  margin: 0 0 -3px;
}
.newsletter .pos .wpforms-description {
  font-size: 14px;
  letter-spacing: 0.065rem;
  margin: 0 0 19px;
  color: #e9e9e9;
}
.newsletter .pos .wpforms-submit-container {
  margin-top: 13px;
}
.newsletter .pos .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsletter .pos .wpforms-field-container .wpforms-field {
  width: 49%;
  margin: 0;
}
.newsletter .pos .wpforms-field-container .wpforms-field label {
  font-size: 0px;
  margin: 0;
  display: block;
  height: 0;
}
.newsletter .pos .wpforms-field-container .wpforms-field input {
  width: 100%;
  background: white;
  border: 1px solid #BCB2A7;
  color: black;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 14px;
  letter-spacing: 0.02rem;
  padding: 14px 22px 12px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.newsletter .pos .wpforms-field-container .wpforms-field input ::placeholder {
  color: black;
}
.newsletter .pos .wpforms-submit-container button {
  background: #BCB2A6;
  color: white;
  text-align: center;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  width: 100%;
  border: none;
  padding: 17px 24px 17px 0;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: 54.5% center;
  transition: all 0.5s;
}
.newsletter .pos .wpforms-submit-container button:hover {
  -webkit-filter: brightness(100%);
  background: #EDE3D6;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
  background-repeat: no-repeat;
  background-position: 54.5% center;
}

.newsletter.no-overlay {
  padding: 69px 0 71px;
  margin: 0;
  min-height: 325px;
  border-bottom: 1px solid #BCB2A6;
}
.newsletter.no-overlay .overlay {
  display: none;
}
.newsletter.no-overlay .pos {
  color: black;
}
.newsletter.no-overlay .pos .wpforms-title {
  color: black;
}
.newsletter.no-overlay .pos .wpforms-description {
  color: black;
}

@media all and (max-width: 768px) {
  .newsletter .pos .wpforms-description {
    line-height: 1.3;
  }
  .newsletter.no-overlay {
    padding: 69px 0 71px;
    margin: 0;
    min-height: 325px;
    border-bottom: 1px solid #BCB2A6;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #f9f5ed;
  }
}
@media all and (max-width: 500px) {
  .newsletter .pos .wpforms-field-container .wpforms-field {
    width: 100%;
    margin: 0 0 7px;
  }
  .newsletter .pos .wpforms-submit-container {
    margin-top: 2px;
  }
  .newsletter .pos .wpforms-submit-container button {
    background-position: 57.5% center;
  }
}
.top-sellers {
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.top-sellers .left {
  width: 107px;
  margin: 72px 0 0 27px;
}
.top-sellers .left img {
  animation: rotation 10s infinite linear;
}
.top-sellers .right {
  width: 90.5%;
  overflow: hidden;
  padding: 42px 0 12px 20px;
}
.top-sellers .right .bg-wrap {
  width: 163px;
  height: 163px;
  background: white;
  display: block;
  margin: 0 auto;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
  background-image: url(../../assets/icons/utility/linen-shop-bg.png);
  border: 7px solid white;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  transition: all 0.5s;
}
.top-sellers .right .bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-sellers .right .bg-wrap .slide-count {
  position: absolute;
  top: 0;
  left: 9px;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
}
.top-sellers .right .bg-wrap .highlight-text {
  position: absolute;
  bottom: -22px;
  right: 19px;
  transform: rotate(-10deg);
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 40px;
}
.top-sellers .right .bg-wrap:hover {
  background-image: url(../../assets/icons/utility/dark-bg.png);
}
.top-sellers .right .affiliate-notice {
  display: block;
  text-align: right;
  margin: 26px 19px 0;
  font-size: 10px;
  font-family: var(--wp--preset--font-family--antarctican);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media all and (max-width: 700px) {
  .top-sellers .right .bg-wrap {
    width: 120px;
    height: 120px;
  }
  .top-sellers .right .bg-wrap .highlight-text {
    font-size: 32px;
  }
  .top-sellers .right {
    width: 90%;
    overflow: hidden;
    padding: 20px 0 1px 20px;
  }
  .top-sellers .right .affiliate-notice {
    margin: 9px 19px 0;
  }
  .top-sellers .left {
    width: 95px;
    margin: 36px 0 0 15px;
  }
}
@media all and (max-width: 550px) {
  .top-sellers .left {
    width: 80px;
    margin: 40px 0 0 15px;
    position: absolute;
    z-index: 2;
  }
  .top-sellers .right {
    width: 100%;
    overflow: hidden;
    padding: 9px 0 1px 14%;
  }
  .top-sellers .right .pslider {
    overflow: hidden;
    padding: 10px 0 10px 10px;
  }
  .top-sellers .right .affiliate-notice {
    margin: 2px 19px 0;
  }
}
@media all and (max-width: 460px) {
  .top-sellers .left {
    width: 68px;
    margin: 45px 0 0 9px;
    position: absolute;
    z-index: 2;
  }
  .top-sellers .right {
    width: 100%;
    overflow: hidden;
    padding: 9px 0 1px 11%;
  }
  .top-sellers .right .bg-wrap {
    width: 110px;
    height: 110px;
  }
}
@media all and (max-width: 430px) {
  .top-sellers .left {
    margin: 39px 0 0 5px;
  }
  .top-sellers .right .bg-wrap .slide-count {
    position: absolute;
    top: -5px;
    left: 5px;
    font-family: var(--wp--preset--font-family--antarctican);
    font-size: 11px;
  }
  .top-sellers .right {
    width: 100%;
    overflow: hidden;
    padding: 9px 0 1px 11%;
  }
  .top-sellers .right .bg-wrap {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
  .top-sellers .right .affiliate-notice {
    margin: 0px 19px 2px;
  }
}
.recent-reels {
  background-image: url(../../assets/icons/utility/ig-background.png);
  padding: 48px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  border-bottom: 1px solid #BCB2A6;
  margin: 0;
  position: relative;
}
.recent-reels .title-flex {
  text-align: center;
  position: relative;
  max-width: 1296px;
  margin: 0 auto;
}
.recent-reels .title-flex h2 {
  font-size: 38px;
  letter-spacing: 0.167rem;
  margin: 0;
}
.recent-reels .title-flex .button {
  background-color: #BCB2A6;
  border: 1px solid #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 1px;
  right: 0;
  padding: 3px 57px 0px 29px;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 26px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.recent-reels .title-flex .button:hover {
  background-color: #EDE3D6;
  border: 1px solid #EDE3D6;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
}
.recent-reels .pslider {
  position: relative;
  overflow: hidden;
  margin: 34px auto 13px;
  padding: 0 0 68px 4%;
}
.recent-reels .pslider .video-image-wrap {
  width: 241px;
  height: 428px;
  position: relative;
}
.recent-reels .pslider .video-image-wrap .image-fit {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-filter: brightness(70%);
}
.recent-reels .pslider .video-image-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: black;
}
.recent-reels .pslider .video-image-wrap .play {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 4;
}
.recent-reels .pslider .flex {
  flex-wrap: nowrap;
  background: white;
  text-align: center;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
}
.recent-reels .pslider .flex .rside {
  width: 59%;
  position: relative;
}
.recent-reels .pslider .flex .rside .slick-autoplay-toggle-button {
  display: none;
}
.recent-reels .pslider .flex .rside .script-title {
  transform: rotate(-10deg);
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 40px;
  display: block;
  margin: 36px auto 33px;
}
.recent-reels .pslider .flex .rside ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.recent-reels .pslider .flex .rside ul li a {
  font-family: var(--wp--preset--font-family--italiana);
  font-size: 18px;
  text-decoration: none;
}
.recent-reels .pslider .flex .rside .shop-all {
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  bottom: 33px;
  left: 0;
  right: 0;
}
.recent-reels .pslider .fade-slider img {
  width: 100px;
  height: 122px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.recent-reels:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  left: 0;
  bottom: 4px;
}

.recent-reels.left-title {
  padding: 81px 0 53px;
}
.recent-reels.left-title .title-flex {
  text-align: left;
  max-width: 1321px;
  width: 95%;
}
.recent-reels.left-title .title-flex .button {
  right: 23px;
}
.recent-reels.left-title .pslider {
  margin: 40px auto 13px;
  padding: 0 0 73px 2.9%;
}
.recent-reels.left-title .flex {
  background-image: url(../../assets/icons/utility/linen2.png);
  background-size: contain;
  background-repeat: repeat;
}

.recent-reels.left-title:after {
  display: none;
}

@media all and (max-width: 1270px) {
  .recent-reels .title-flex {
    max-width: 97%;
  }
}
@media all and (max-width: 800px) {
  .recent-reels.left-title .title-flex .button {
    right: 23px;
    bottom: 56px;
  }
  .recent-reels.left-title {
    background-size: contain;
  }
  .recent-reels {
    padding: 30px 0 24px;
  }
  .recent-reels .pslider {
    padding: 0 0px 45px;
    max-width: 95%;
    margin: 19px auto 13px;
  }
  .recent-reels .swiper-horizontal > .swiper-scrollbar, .recent-reels .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 20px;
    right: inherit;
  }
  .recent-reels .title-flex {
    position: initial;
  }
  .recent-reels .title-flex .button {
    top: inherit;
    bottom: 22px;
    right: 20px;
  }
}
@media all and (max-width: 550px) {
  .recent-reels {
    background-image: url(../../assets/icons/utility/mobile-ig-background.png) !important;
  }
  .recent-reels .title-flex h2 {
    font-size: 32px;
  }
  .recent-reels .swiper-horizontal > .swiper-scrollbar, .recent-reels .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 190px;
  }
  .recent-reels .pslider .video-image-wrap {
    height: 340px;
  }
  .recent-reels .pslider .flex .rside .script-title {
    margin: 20px auto 10px;
  }
  .recent-reels .pslider .flex .rside ul li a {
    font-size: 16px;
  }
  .recent-reels .pslider .flex .rside ul {
    line-height: 1.5;
  }
  .recent-reels .pslider .flex .rside .shop-all {
    font-size: 12px;
    bottom: 10px;
  }
  .recent-reels .title-flex .button {
    top: inherit;
    bottom: 26px;
    right: 20px;
    height: 34px;
    padding: 0px 43px 0px 19px;
    background-position: center right 13px;
    z-index: 99;
  }
  .recent-reels.left-title {
    background-image: url(https://ourpnwhome.com/wp-content/uploads/2025/07/white-ig-1-scaled.png) !important;
  }
  .recent-reels .swiper-horizontal > .swiper-scrollbar, .recent-reels .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0;
  }
}
@keyframes scroll-strip {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* adjust depending on image width */
}
@keyframes wiggle {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-28px);
  }
  100% {
    transform: translateY(0);
  }
}
.shop-room .logo-bar {
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 120px;
}
.shop-room .logo-bar .scroll-content {
  display: flex;
  animation: scroll-strip 20s linear infinite;
}
.shop-room .logo-bar .scroll-content img {
  height: 123px;
}
.shop-room .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-room .flex {
  justify-content: space-between;
  max-width: 1091px;
  margin: 0 auto;
  padding: 0 0 0 27px;
  position: relative;
}
.shop-room .flex .scroll-down {
  position: absolute;
  bottom: 35px;
  right: -67px;
  transform: rotate(90deg);
  font-family: "Antarctican Mono Book";
  font-size: 10px;
  letter-spacing: 0.05rem;
  display: flex;
}
.shop-room .flex .scroll-down img {
  width: 16px;
  height: 10px;
  object-fit: contain;
  margin: 10px 0px 0 11px;
}
.shop-room .flex .lside {
  width: 635px;
  height: 716px;
  border: 1px solid #BCB2A6;
  position: relative;
}
.shop-room .flex .lside img {
  width: 100%;
  height: 100%;
}
.shop-room .flex .lside .button {
  position: absolute;
  bottom: 9px;
  right: 8px;
  background: #BCB2A6;
  color: white;
  padding: 4px 52px 0 16px;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 26px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.shop-room .flex .lside .button:hover {
  background-color: #EDE3D6;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
}
.shop-room .flex .rside {
  width: 404px;
  height: 716px;
  background: white;
  border: 1px solid #BCB2A6;
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.shop-room .flex .rside h2 {
  text-align: center;
  margin: 19px 0 41px;
  letter-spacing: 0.19rem;
  font-size: 41px;
}
.shop-room .flex .rside ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow: scroll;
  height: 580px;
  position: relative;
  z-index: 2;
}
.shop-room .flex .rside ul li {
  width: 50%;
}
.shop-room .flex .rside ul li img {
  height: 141px;
  object-fit: contain;
  object-position: center;
  width: 70%;
  margin: 0 auto;
}
.shop-room .flex .rside ul:hover {
  animation: wiggle 1.2s ease-out;
}
.shop-room .flex .rside ul::-webkit-scrollbar {
  display: none;
}
.shop-room .flex .rside:after {
  content: "SHOP";
  display: block;
  color: #000000;
  font-size: 213px;
  position: absolute;
  opacity: 0.04;
  bottom: 33px;
  font-family: var(--wp--preset--font-family--carola);
  z-index: 0;
  letter-spacing: 1rem;
  left: 0;
}
.shop-room .room-dot-slider {
  margin: 76px auto 0;
  padding: 0 0 70px;
}
.shop-room .room-dot-slider button {
  border: 1px solid #BBB2A6;
  background: white;
  color: #BCB2A6;
  width: 68px;
  height: 132px;
  font-size: 18px;
  letter-spacing: 0.05rem;
  font-family: var(--wp--preset--font-family--antarctican);
  margin: 0 0 14px;
}
.shop-room .room-dot-slider .slick-active button {
  background: #EDE3D6;
  color: black;
}

@media all and (max-width: 1240px) {
  .shop-room .flex {
    max-width: 870px;
  }
  .shop-room .flex .rside {
    width: 340px;
    height: 625px;
    background: white;
    border: 1px solid #BCB2A6;
    position: relative;
    overflow: hidden;
    padding: 30px;
  }
  .shop-room .flex .rside:after {
    font-size: 176px;
  }
  .shop-room .flex .lside {
    width: 486px;
    height: 625px;
    border: 1px solid #BCB2A6;
    position: relative;
  }
  .shop-room .flex .rside ul li img {
    height: 119px;
  }
  .shop-room .room-dot-slider button {
    height: 114px;
  }
}
@media all and (max-width: 1030px) {
  .shop-room .flex {
    max-width: 600px;
    padding: 0;
  }
  .shop-room .flex .lside {
    width: 330px;
    height: 475px;
    border: 1px solid #BCB2A6;
    position: relative;
  }
  .shop-room .flex .rside {
    width: 250px;
    height: 475px;
    background: white;
    border: 1px solid #BCB2A6;
    position: relative;
    overflow: hidden;
    padding: 15px;
  }
  .shop-room .flex .rside h2 {
    text-align: center;
    margin: 10px 0 20px;
    letter-spacing: 0.1rem;
    font-size: 30px;
  }
  .shop-room .flex .rside:after {
    font-size: 121px;
  }
  .shop-room .flex .rside ul li img {
    height: 98px;
    width: 84%;
  }
  .shop-room .room-dot-slider button {
    height: 84px;
  }
}
@media all and (max-width: 768px) {
  .shop-room .room-dot-slider button {
    height: 41px;
    margin: 0 5px 0 0;
    width: 76px;
  }
  .shop-room .flex .lside {
    width: 348px;
    height: 475px;
    border: 1px solid #BCB2A6;
    position: relative;
    border-right: none;
  }
  .shop-room .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    list-style: none;
  }
  .shop-room .room-dot-slider {
    margin: 100px auto 0;
    padding: 0 0 60px;
    max-width: 598px;
  }
}
@media all and (max-width: 630px) {
  .shop-room .room-dot-slider {
    margin: 100px auto 0;
    padding: 0 0 60px;
    max-width: 400px;
  }
  .shop-room .flex .lside {
    width: 100%;
    height: 495px;
    border: 1px solid #BCB2A6;
    position: relative;
    border-right: 1px solid #BCB2A6;
    margin: 0 0 8px;
  }
  .shop-room .flex .rside {
    width: 100%;
    height: 200px;
    background: white;
    border: 1px solid #BCB2A6;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
  }
  .shop-room .flex .rside ul {
    flex-wrap: nowrap; /* don’t wrap – single row */
    overflow-x: auto; /* horizontal scroll */
    overflow-y: hidden; /* no vertical scroll */
    height: auto; /* remove fixed height */
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    gap: 1rem; /* optional spacing between items */
    padding-bottom: 1rem; /* some room under items if needed */
    justify-content: flex-start;
  }
  .shop-room .flex .rside ul li {
    flex: 0 0 auto;
    width: 130px;
  }
  .shop-room .flex .rside:after {
    font-size: 212px;
  }
  .shop-room .flex .lside .button {
    left: 0;
    right: 0;
    margin: auto;
    width: 224px;
    padding: 4px 0px 0 8px;
    background-position: center right 10px;
    bottom: 20px;
  }
  .shop-room .flex .scroll-down {
    display: none;
  }
}
@media all and (max-width: 460px) {
  .shop-room .room-dot-slider {
    max-width: 330px;
  }
  .shop-room .room-dot-slider button {
    width: 62px;
  }
  .shop-room .flex .lside {
    height: 420px;
  }
  .shop-room .flex .rside:after {
    font-size: 169px;
  }
  .shop-room {
    overflow: hidden;
  }
  .shop-room .logo-bar {
    width: 200%;
  }
  .shop-room .flex .rside ul li {
    flex: 0 0 auto;
    width: 118px;
  }
}
.snapshots-block {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  z-index: 2;
}
.snapshots-block .title-flex {
  text-align: center;
  position: relative;
  max-width: 1296px;
  width: 95%;
  margin: 0 auto;
}
.snapshots-block .title-flex h2 {
  font-size: 38px;
  letter-spacing: 0.167rem;
  margin: 0;
}
.snapshots-block .title-flex .button {
  background-color: #BCB2A6;
  border: 1px solid #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: -1px;
  right: 0;
  padding: 3px 57px 0px 29px;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 26px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.snapshots-block .title-flex .button:hover {
  background-color: #EDE3D6;
  border: 1px solid #EDE3D6;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
}
.snapshots-block .pslider {
  margin: 56px auto 0;
  padding: 0 0 64px 6%;
  position: relative;
}
.snapshots-block .pslider .bg-wrap {
  position: relative;
  border: 1px solid #BCB2A6;
}
.snapshots-block .pslider .bg-wrap .image-fit {
  width: 100%;
  aspect-ratio: 7.2/13;
  -webkit-filter: brightness(100%);
  transition: all 0.5s;
}
.snapshots-block .pslider .bg-wrap .image-fit:hover {
  -webkit-filter: brightness(70%);
}
.snapshots-block .pslider .bg-wrap .date {
  background: #EDE3D6;
  text-align: center;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  margin: auto;
  width: 63px;
  height: 47px;
  border-radius: 50%;
  text-align: center;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.3;
  padding: 7px 0 0 0;
  box-sizing: border-box;
  z-index: 1;
}
.snapshots-block .pslider .bg-wrap .date span {
  font-size: 14px;
  display: block;
}

.snapshots-block.side-title .title-flex {
  text-align: left;
  padding: 0 0 0 32px;
}

@media all and (max-width: 768px) {
  .snapshots-block .swiper-horizontal > .swiper-scrollbar, .snapshots-block .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 20px;
    right: inherit;
  }
  .snapshots-block .pslider {
    margin: 40px auto 0;
    padding: 0 0 64px 2.5%;
    position: relative;
  }
  .snapshots-block {
    padding: 44px 0;
  }
  .snapshots-block .title-flex {
    position: initial;
  }
  .snapshots-block .title-flex .button {
    position: absolute;
    bottom: 37px;
    right: 2%;
    top: inherit;
    z-index: 99;
  }
  .snapshots-block .title-flex h2 {
    font-size: 32px;
  }
  .snapshots-block {
    padding: 30px 0;
  }
  .snapshots-block .pslider {
    margin: 30px auto 0;
    padding: 0 0 45px 2.5%;
    position: relative;
  }
  .snapshots-block .title-flex .button {
    top: inherit;
    bottom: 20px;
    right: 20px;
    height: 34px;
    padding: 0px 43px 0px 19px;
    background-position: center right 13px;
    z-index: 99;
  }
  .snapshots-block .swiper-horizontal > .swiper-scrollbar, .snapshots-block .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 190px;
  }
  .snapshots-block .swiper-horizontal > .swiper-scrollbar, .snapshots-block .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 10px;
  }
}
.recent-posts {
  background-image: url(../../assets/icons/utility/otb-background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center -6px;
  padding: 61px 0 75px;
  position: relative;
  border-top: 1px solid #BCB2A6;
  border-bottom: 1px solid #BCB2A6;
}
.recent-posts .title-flex {
  text-align: center;
  position: relative;
  max-width: 1221px;
  margin: 0 auto;
}
.recent-posts .title-flex h2 {
  font-size: 38px;
  letter-spacing: 0.165rem;
  margin: 0;
}
.recent-posts .title-flex nav {
  background-color: #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0;
  padding: 5px 39px;
  letter-spacing: 0.05rem;
  height: 39px;
  text-transform: uppercase;
}
.recent-posts .title-flex nav select {
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  -webkit-appearance: none;
  height: fit-content;
  outline: none;
}
.recent-posts .archive-wrap {
  justify-content: center;
  margin: 67px auto 0;
  padding: 0;
  max-width: 1262px;
}
.recent-posts article {
  margin: 0 auto;
}
.recent-posts article a {
  color: black;
}
.recent-posts article h2 {
  margin: 19px 0 9px;
  font-size: 24px;
  line-height: 28px;
}
.recent-posts article .read-post {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  font-size: 13px;
  transition: all 0.5s;
  text-decoration: none;
}
.recent-posts article .read-post:hover {
  cursor: pointer;
  opacity: 0.5;
  text-decoration: underline;
}
.recent-posts article .post-date {
  z-index: 1;
}
.recent-posts article .image-wrap.hovered #hero-image {
  -webkit-filter: brightness(60%);
}
.recent-posts article .image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 7px;
}
.recent-posts article .image-wrap .stp-hidden {
  position: absolute;
  background: white;
  width: 100%;
  padding: 0;
  left: 0;
  transition: all 0.8s;
  overflow: hidden;
  height: 0;
  bottom: 28px;
}
.recent-posts article .image-wrap .stp-hidden ul {
  margin: 0;
  padding: 0;
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0rem 0;
  list-style: none;
}
.recent-posts article .image-wrap .stp-hidden ul li {
  flex: 0 0 auto;
  width: 20%;
  height: 100px;
  scroll-snap-align: start;
  position: relative;
  margin: 0 10px 0 0;
}
.recent-posts article .image-wrap .stp-hidden ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.recent-posts article .image-wrap .stp-hidden ul::-webkit-scrollbar {
  display: none;
}
.recent-posts article .image-wrap .stp-hidden.opened {
  padding: 5px 10px 15px;
  height: 108px;
  border: 1px solid #BCB2A6;
}
.recent-posts article .stpclick {
  display: block;
  width: 44px;
  height: 44px;
  background: #BCB2A6;
  border-radius: 50%;
  text-align: center;
  left: 0;
  right: 0;
  margin: -22px auto 0;
  position: relative;
  padding: 10px 0 0;
  box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  z-index: 1;
}
.recent-posts article .stpclick svg path {
  fill: #ffffff;
  transition: all 0.5s;
}
.recent-posts article .stpclick:hover, .recent-posts article .stpclick.hovered {
  background: white;
  cursor: pointer;
}
.recent-posts article .stpclick:hover svg path, .recent-posts article .stpclick.hovered svg path {
  fill: #BCB2A6;
}

.recent-posts:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  left: 0;
  top: 5px;
}

.recent-posts:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  left: 0;
  bottom: 5px;
}

.single-post .post-content-flex aside .block-area-sidebar .recent-posts {
  background-image: none;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center -6px;
  padding: 70px 0 1px;
  position: relative;
  border-top: none;
  border-bottom: 1px solid #F7F3F1;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .title-flex nav {
  display: none;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .title-flex h2 {
  text-align: center;
  font-family: "Sebastian Bobby Alt Slanted";
  letter-spacing: 0;
  font-size: 68px;
  margin: 0 0 26px;
  opacity: 0.7;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap {
  margin: 0;
  display: block;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #F7F3F1;
  padding: 16px 0;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article .image-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
  width: 103px;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article .image-wrap #hero-image {
  border: none;
  height: 103px;
  width: 100%;
  -webkit-filter: brightness(100%);
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article .image-wrap .stpclick {
  display: none;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article .post-title {
  width: 64%;
  display: table;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article .post-title .read-post {
  display: none;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article .post-title h2 {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts .archive-wrap article .post-date {
  display: none;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts:before {
  display: none;
}
.single-post .post-content-flex aside .block-area-sidebar .recent-posts:after {
  display: none;
}

@media all and (max-width: 1240px) {
  .recent-posts .title-flex {
    width: 95%;
  }
  .recent-posts article {
    width: 32%;
  }
}
@media all and (max-width: 1080px) {
  .recent-posts .title-flex nav {
    position: relative;
    top: inherit;
    left: 0;
    right: 0;
    margin: auto;
    width: 255px;
  }
  .recent-posts .title-flex h2 {
    margin: 0 0 10px;
  }
  .recent-posts .archive-wrap article #hero-image {
    height: 450px;
  }
}
@media all and (max-width: 880px) {
  .recent-posts .archive-wrap article #hero-image {
    height: 380px;
  }
}
@media all and (max-width: 740px) {
  .recent-posts .archive-wrap {
    display: block;
  }
  .recent-posts article {
    width: 310px;
    margin: 0 auto 40px;
  }
  .recent-posts .archive-wrap article #hero-image {
    height: 415px;
  }
  .recent-posts {
    padding: 61px 0 10px;
  }
  .recent-posts article .read-post {
    -webkit-appearance: none;
    color: black !important;
  }
}
.mini-about {
  background-image: url(../../assets/icons/utility/linen-bg.png);
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  padding: 30px 0 60px;
  position: relative;
}
.mini-about .flex {
  max-width: 1138px;
  margin: 42px auto;
  justify-content: space-between;
}
.mini-about .flex .left {
  width: 480px;
  position: relative;
}
.mini-about .flex .left .image-one {
  border: 12px solid #F7F3F1;
  width: 224px;
  height: 324px;
  position: absolute;
  top: 19px;
  left: 12%;
  transform: rotate(-5deg);
  z-index: 1;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
}
.mini-about .flex .left .icon {
  width: 120px;
  height: 159px;
  object-fit: contain;
  position: absolute;
  bottom: 28px;
  left: 2px;
  z-index: 2;
}
.mini-about .flex .left .image-two {
  width: 239px;
  height: 335px;
  background: white;
  padding: 14px 16px 58px;
  position: absolute;
  top: 74px;
  right: 0;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
}
.mini-about .flex .right {
  width: 526px;
  background-image: url(../../assets/icons/utility/about-bg.png);
  background-size: cover;
  background-position: top center;
  position: relative;
  height: 413px;
  text-align: center;
  padding: 0 43px;
  margin: 0 50px 0 0;
  filter: drop-shadow(3px 1px 4px #b2b2b2);
}
.mini-about .flex .right ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mini-about .flex .right ul li {
  margin: 0 5px;
}
.mini-about .flex .right ul li button {
  background-color: #BCB2A6;
  border: 1px solid #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 51px 0px 15px;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 22px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.mini-about .flex .right ul li button:hover {
  background-color: #EDE3D6;
  border: 1px solid #EDE3D6;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
  cursor: pointer;
}
.mini-about .flex .right p {
  font-size: 14px;
  font-family: var(--wp--preset--font-family--indivisible);
  margin: 19px 0 33px;
  line-height: 25px;
  letter-spacing: 0.065rem;
}
.mini-about .flex .right p em {
  transform: rotate(-21deg);
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 68px;
  position: absolute;
  display: block;
  top: 97px;
  left: 36px;
  width: 117px;
  font-style: inherit;
}
.mini-about .flex .right h2 {
  font-size: 38px;
  margin: 121px 0 0;
  letter-spacing: 0.19rem;
  opacity: 0.8;
}

@media all and (max-width: 1150px) {
  .mini-about {
    padding: 6px 0 30px;
    background-image: url(../../assets/icons/utility/mobile-ma-bg.png);
    background-size: contain;
    background-repeat: repeat;
  }
  .mini-about .flex {
    max-width: 590px;
    margin: 2px auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mini-about .flex .left {
    width: 480px;
    position: relative;
    height: 440px;
    margin: 0 auto;
  }
  .mini-about .flex .right {
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
  .mini-about .flex .right {
    background-image: url(../../assets/icons/utility/mini-bg.png);
    width: 359px;
    height: 543px;
    padding: 0 27px;
  }
  .mini-about .flex .right p {
    margin: 19px 0 23px;
  }
  .mini-about .flex .right ul {
    flex-wrap: wrap;
  }
  .mini-about .flex .right ul li {
    margin: 0 0 10px;
    width: 100%;
  }
  .mini-about .flex .right ul li button {
    width: 100%;
  }
  .mini-about .flex .left {
    width: 340px;
    height: 340px;
  }
  .mini-about .flex .left .image-one {
    width: 150px;
    height: 211px;
  }
  .mini-about .flex .left .image-two {
    width: 174px;
    height: 245px;
    background: white;
    padding: 11px 12px 45px;
  }
  .mini-about .flex .left .icon {
    width: 91px;
    height: 120px;
  }
  .mini-about .flex .right p em {
    left: 0;
    right: 0;
    margin: auto;
    top: 111px;
  }
  .mini-about .flex .right h2 {
    font-size: 31px;
    margin: 195px 0 -6px;
    letter-spacing: 0.19rem;
    opacity: 0.8;
  }
  .mini-about .flex {
    max-width: 100%;
  }
}
.banner-bar {
  min-height: 568px;
  background-size: cover;
  background-position: top center;
  padding: 50px;
  position: relative;
}
.banner-bar .mobile-background-image {
  display: none;
}
.banner-bar .copy {
  position: absolute;
  width: 480px;
  background: #F7F3F1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: fit-content;
  text-align: center;
  display: table;
  padding: 35px 0 46px;
}
.banner-bar .copy p {
  margin: 0;
}
.banner-bar .copy p strong {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0.08rem;
}
.banner-bar .copy h2 {
  text-align: center;
  font-size: 38px;
  line-height: 47px;
  margin: 7px 0 13px;
  letter-spacing: 0.2rem;
}
.banner-bar .copy button {
  background-color: #BCB2A6;
  border: 1px solid #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 50px 0px 20px;
  letter-spacing: 0.01rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 21px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.banner-bar .copy button:hover {
  cursor: pointer;
  border: 1px solid #EDE3D6;
  background-color: #EDE3D6;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
}

@media all and (max-width: 820px) {
  .banner-bar {
    min-height: 435px;
    padding: 0;
  }
  .banner-bar .copy {
    width: 400px;
  }
  .banner-bar .copy h2 {
    font-size: 29px;
    line-height: 39px;
  }
  .banner-bar .copy p strong {
    font-size: 13px;
  }
}
@media all and (max-width: 580px) {
  .banner-bar .mobile-background-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner-bar .copy {
    width: 317px;
  }
  .banner-bar {
    min-height: 545px;
    padding: 0;
  }
  .banner-bar .copy h2 {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0.15rem;
  }
  .banner-bar .copy p strong {
    font-size: 12px;
  }
  .banner-bar .copy button {
    background-color: #BCB2A6;
    border: 1px solid #BCB2A6;
    color: white;
    font-size: 12px;
    font-family: var(--wp--preset--font-family--antarctican);
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 46px 0px 11px;
    letter-spacing: 0.01rem;
    background-image: url(../icons/utility/white-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 14px;
    text-transform: uppercase;
    height: 39px;
    transition: all 0.5s;
  }
}
.shop-mosaic {
  position: relative;
  padding: 101px 0 81px;
}
.shop-mosaic .copy {
  width: 316px;
  height: 162px;
  background: #F7F3F1;
  position: absolute;
  top: 240px;
  right: 304px;
  text-align: center;
  padding: 20px;
}
.shop-mosaic .copy h2 {
  margin: 13px 0 0;
  padding: 0;
  line-height: 0.55;
  font-size: 31px;
  letter-spacing: 0.14rem;
}
.shop-mosaic .copy h2 strong {
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: 12px;
  display: block;
  letter-spacing: 0.06rem;
}
.shop-mosaic .copy button {
  background-color: white;
  border: 1px solid white;
  color: black;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 62px 0px 32px;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/black-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 31px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.shop-mosaic .copy button:hover {
  cursor: pointer;
  border: 1px solid #BCB2A6;
  color: white;
  background-color: #BCB2A6;
  background-image: url(../icons/utility/white-arrow.svg);
}
.shop-mosaic ul {
  max-width: 1113px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.shop-mosaic ul li {
  border: 1px solid #BCB2A6;
  background: white;
  box-sizing: border-box;
  width: 235px;
  height: 402px;
  padding: 57px 0;
  text-align: center;
  margin: 0 0 12px;
  transition: all 0.5s;
}
.shop-mosaic ul li a {
  display: block;
  position: relative;
  font-family: var(--wp--preset--font-family--antarctican);
  text-decoration: none;
}
.shop-mosaic ul li a .title {
  font-family: var(--wp--preset--font-family--italiana);
  font-size: 16px;
  display: block;
  line-height: 19px;
  padding: 0 23px;
  margin: 28px 0 4px;
}
.shop-mosaic ul li a .bold {
  font-size: 13px;
}
.shop-mosaic ul li a img {
  display: block;
  width: 100%;
  height: 224px;
  object-fit: contain;
  object-position: center;
}
.shop-mosaic ul li .highlight-text {
  position: absolute;
  top: -33px;
  left: 21px;
  transform: rotate(-10deg);
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 42px;
  font-style: initial;
}
.shop-mosaic ul li:hover {
  background: rgba(188, 178, 166, 0.35);
}
.shop-mosaic ul li:hover .bold {
  text-decoration: underline;
}
.shop-mosaic ul .item-03 {
  width: 316px;
  height: 229px;
  padding: 0;
  text-align: left;
}
.shop-mosaic ul .item-03 a .title {
  margin: 86px 0 3px;
}
.shop-mosaic ul .item-04 {
  width: 291px;
  height: 343px;
  padding: 21px;
}
.shop-mosaic ul .item-04 a .title {
  margin: 8px 0 2px;
  padding: 0 30px;
}
.shop-mosaic ul .item-05 {
  height: 283px;
  padding: 11px 32px;
}
.shop-mosaic ul .item-05 a .title {
  margin: 0;
  padding: 0;
}
.shop-mosaic ul .item-06 {
  height: 283px;
  width: 562px;
  padding: 0 0 0;
  text-align: left;
}
.shop-mosaic ul .item-06 a .title {
  padding: 0 23px;
  margin: 117px 0 4px;
}
.shop-mosaic ul .item-06 .highlight-text {
  top: -86px;
  left: 17px;
}
.shop-mosaic ul .item-07 {
  height: 343px;
  width: 291px;
  margin: -60px 0 0;
  padding: 27px 0 0 0;
}
.shop-mosaic ul .item-07 a .title {
  margin: 4px 0 0;
  padding: 0 51px;
}

.shop-mosaic ul li.item-03 a img {
  float: left;
  width: 50%;
  height: 169px;
  object-fit: contain;
  margin: -58px 0 0;
}

.shop-mosaic ul li.item-06 a img {
  float: left;
  width: 43%;
  margin: -75px 57px 0 65px;
}

.shop-mosaic ul li.item-05 a img {
  height: 180px;
}

.shop-mosaic ul li.item-07 a img {
  height: 222px;
}

@media all and (max-width: 1125px) {
  .shop-mosaic ul {
    max-width: 811px;
  }
  .shop-mosaic .copy {
    right: 0;
  }
  .shop-mosaic ul .item-06 {
    width: 64%;
  }
  .shop-mosaic ul .item-05 {
    width: 279px;
  }
  .shop-mosaic ul .item-04 {
    width: 519px;
  }
  .shop-mosaic ul .item-07 {
    width: 279px;
  }
}
@media all and (max-width: 840px) {
  .shop-mosaic {
    padding: 40px 0 45px;
  }
  .shop-mosaic ul {
    max-width: 372px;
  }
  .shop-mosaic ul .item-07 {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 10px 0 15px;
  }
  .shop-mosaic ul .item-07 a img {
    height: 150px;
  }
  .shop-mosaic ul .item-06 a .title {
    padding: 0 23px !important;
    margin: 84px 0 4px !important;
  }
  .shop-mosaic ul .item-06 a img {
    float: left !important;
    width: 38% !important;
    margin: -29px 27px 0 33px !important;
  }
  .shop-mosaic ul .item-06 a .highlight-text {
    top: -61px;
    left: 17px;
  }
  .shop-mosaic ul li {
    width: 180px;
    height: 295px;
  }
  .shop-mosaic ul li a img {
    height: 122px;
  }
  .shop-mosaic ul .item-03 {
    width: 100%;
    margin-bottom: 192px;
  }
  .shop-mosaic ul .item-04 {
    width: 180px;
    padding: 10px;
    height: 260px;
  }
  .shop-mosaic ul .item-04 a .title {
    padding: 0;
  }
  .shop-mosaic ul .item-04 a img {
    height: 161px;
  }
  .shop-mosaic ul .item-06 {
    width: 100%;
    height: 222px;
  }
  .shop-mosaic ul .item-05 {
    width: 180px;
    height: 260px;
    padding: 10px;
  }
  .shop-mosaic ul .item-05 a .title {
    margin: 8px 0 2px;
  }
  .shop-mosaic ul .item-05 a img {
    height: 161px !important;
  }
  .shop-mosaic ul .copy {
    left: 0;
    right: 0;
    width: 100%;
    margin-bottom: 200px;
    top: 552px;
  }
}
.social-links-block {
  padding: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.2);
}
.social-links-block h2 {
  margin: 23px -10px 0 36px;
  letter-spacing: 0.18rem;
  opacity: 0.8;
}
.social-links-block .sidebar-only {
  display: none;
}
.social-links-block ul {
  list-style: none;
  display: flex;
  margin: 17px 0 16px;
  padding: 0 0 0 75px;
}
.social-links-block ul li {
  background: white;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  margin: 0 17px;
  text-align: center;
  filter: drop-shadow(1px 2px 4px #b2b2b2);
  transition: all 0.5s;
}
.social-links-block ul li a {
  display: block;
  padding: 12px;
}
.social-links-block ul li svg path {
  transition: all 0.5s;
}
.social-links-block ul li:hover {
  background: #BCB2A6;
}
.social-links-block ul li:hover svg path {
  fill: #fff;
}

.single-post .post-content-flex aside .block-area-sidebar .social-links-block {
  padding: 0;
  position: relative;
  display: block;
  justify-content: center;
  box-shadow: none;
}
.single-post .post-content-flex aside .block-area-sidebar .non-sidebar {
  display: none;
}
.single-post .post-content-flex aside .block-area-sidebar .sidebar-only {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  margin: 2px auto 51px;
}
.single-post .post-content-flex aside .block-area-sidebar .sidebar-only li {
  background: none;
  width: 49px;
  height: 30px;
  border-radius: 0;
  margin: 0;
  text-align: center;
  filter: drop-shadow(0px 0px 0px #b2b2b2);
  transition: all 0.5s;
}
.single-post .post-content-flex aside .block-area-sidebar .sidebar-only li a:hover svg path {
  fill: #000;
}
.single-post .post-content-flex aside .block-area-sidebar .sidebar-only li a:hover img {
  filter: brightness(0%);
}

@media all and (max-width: 820px) {
  .social-links-block {
    display: block;
    text-align: center;
  }
  .social-links-block h2 {
    margin: 20px auto 0px;
  }
  .social-links-block ul {
    list-style: none;
    margin: 10px auto 10px;
    padding: 0 0 10px;
    justify-content: center;
  }
}
@media all and (max-width: 480px) {
  .social-links-block ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 12px;
    padding: 0 0 10px;
  }
  .social-links-block ul li a {
    padding: 8px;
  }
  .social-links-block ul li {
    filter: drop-shadow(1px -1px 4px #b2b2b2);
  }
}
.shop-favorites-v2 {
  background-image: url(../icons/utility/amazonbg.png) !important;
  padding: 68px 0 36px;
  background-size: cover;
  background-position: center -2px;
  position: relative;
}
.shop-favorites-v2 .title-flex {
  text-align: center;
  position: relative;
  max-width: 1297px;
  margin: 0 auto 45px;
}
.shop-favorites-v2 .title-flex h2 {
  font-size: 38px;
  letter-spacing: 0.1rem;
  margin: 0;
}
.shop-favorites-v2 .title-flex .button {
  background-color: #BCB2A6;
  border: 1px solid #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: 3px;
  right: 0;
  padding: 3px 48px 0px 18px;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.shop-favorites-v2 .title-flex .button:hover {
  color: black;
  background-color: #EDE3D6;
  border: 1px solid #EDE3D6;
  background-image: url(../icons/utility/black-arrow.svg);
  cursor: pointer;
}
.shop-favorites-v2 .pslider {
  position: relative;
  max-width: 1269px;
  overflow: hidden;
  margin: 20px auto;
  padding: 0 0 59px;
}
.shop-favorites-v2 .pslider .bg-wrap {
  border: 1px solid #BCB2A6;
  background: white;
  padding: 46px 0px 0;
  text-align: center;
  min-height: 173px;
  position: relative;
  transition: all 0.5s;
}
.shop-favorites-v2 .pslider .bg-wrap a {
  font-size: 13px;
  text-decoration: none;
  line-height: 15px;
  display: block;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
}
.shop-favorites-v2 .pslider .bg-wrap a img {
  height: 100px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 20px;
}
.shop-favorites-v2 .pslider .bg-wrap a .title {
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  text-align: center;
  height: 25px;
  display: table;
}
.shop-favorites-v2 .pslider .bg-wrap:hover {
  background: rgba(188, 178, 166, 0.35);
}

@media all and (max-width: 1300px) {
  .shop-favorites-v2 .title-flex {
    width: 95%;
  }
  .shop-favorites-v2 .pslider {
    max-width: 95%;
  }
  .shop-favorites-v2 .pslider {
    max-width: 100%;
    padding: 0 0 59px 2%;
  }
  .shop-favorites-v2 {
    background-size: contain;
    background-position: center -2px;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fcfcfa;
    padding: 33px 0 36px;
  }
}
@media all and (max-width: 700px) {
  .shop-favorites-v2 .title-flex .button {
    top: inherit;
    bottom: 43px;
    right: 20px;
    height: 34px;
    padding: 0px 43px 0px 19px;
    background-position: center right 13px;
    z-index: 99;
  }
  .shop-favorites-v2 .swiper-horizontal > .swiper-scrollbar, .shop-favorites-v2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    right: inherit;
    left: 2%;
    width: 180px;
  }
  .shop-favorites-v2 .pslider .bg-wrap a .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7px;
    width: 95%;
    text-align: center;
    height: 25px;
    display: table;
    margin: auto;
  }
  .shop-favorites-v2 .title-flex {
    width: 95%;
    position: initial;
    margin: 0 auto 10px;
  }
  .shop-favorites-v2 .swiper-horizontal > .swiper-scrollbar, .shop-favorites-v2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 170px;
  }
}
.top-sellers-v2 {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  box-shadow: 0px 5px 9px -2px rgba(0, 0, 0, 0.26);
  z-index: 1;
}
.top-sellers-v2 .title-flex {
  text-align: left;
  position: relative;
  max-width: 94%;
  margin: 0 auto 10px;
}
.top-sellers-v2 .title-flex h2 {
  font-size: 38px;
  letter-spacing: 0.175rem;
  margin: 0;
}
.top-sellers-v2 .title-flex .button {
  background-color: #BCB2A6;
  border: 1px solid #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  top: -5px;
  right: 0;
  padding: 3px 47px 0px 22px;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 21px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
}
.top-sellers-v2 .title-flex .button:hover {
  background-image: url(../icons/utility/black-arrow.svg);
  color: black;
  background-color: #EDE3D6;
  border: 1px solid #EDE3D6;
}
.top-sellers-v2 .pslider {
  position: relative;
  overflow: hidden;
  padding: 8px 0 0 2.7%;
}
.top-sellers-v2 .pslider .affiliate-notice {
  display: block;
  text-align: left;
  margin: 25px 0px -11px;
  font-size: 10px;
  font-family: var(--wp--preset--font-family--antarctican);
  padding: 12px 0 0;
}
.top-sellers-v2 .pslider .bg-wrap {
  width: 206px;
  height: 206px;
  background: white;
  display: block;
  margin: 0;
  padding: 19px;
  position: relative;
  box-sizing: border-box;
  background-image: url(../../assets/icons/utility/linen-shop-bg.png);
  border: 10px solid white;
  background-size: cover;
  background-position: center;
  box-shadow: 3px 5px 9px -2px rgba(0, 0, 0, 0.26);
  transition: all 0.5s;
}
.top-sellers-v2 .pslider .bg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-sellers-v2 .pslider .bg-wrap .slide-count {
  position: absolute;
  top: 3px;
  left: 10px;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 16px;
}
.top-sellers-v2 .pslider .bg-wrap .highlight-text {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  transform: rotate(-10deg);
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 50px;
  margin: auto;
  text-align: center;
}
.top-sellers-v2 .pslider .bg-wrap:hover {
  background-image: url(../../assets/icons/utility/dark-bg.png);
}

@media all and (max-width: 1440px) {
  .top-sellers-v2 .title-flex {
    max-width: 1310px;
    width: 94%;
  }
}
@media all and (max-width: 1360px) {
  .top-sellers-v2 .pslider .bg-wrap {
    width: 180px;
    height: 180px;
  }
}
@media all and (max-width: 1175px) {
  .top-sellers-v2 .pslider .bg-wrap {
    width: 165px;
    height: 165px;
  }
}
@media all and (max-width: 850px) {
  .top-sellers-v2 .title-flex {
    position: initial;
  }
  .top-sellers-v2 .swiper-horizontal > .swiper-scrollbar, .top-sellers-v2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 2.5%;
    right: inherit;
    bottom: 30px;
  }
  .top-sellers-v2 .title-flex .button {
    bottom: 34px;
    top: inherit;
    right: 2%;
    z-index: 2;
  }
  .top-sellers-v2 .pslider .bg-wrap {
    width: 145px;
    height: 145px;
    padding: 15px;
  }
  .top-sellers-v2 .title-flex h2 {
    font-size: 32px;
  }
  .top-sellers-v2 .pslider .affiliate-notice {
    margin: 35px 0px -11px;
    z-index: 0;
    position: relative;
  }
}
@media all and (max-width: 530px) {
  .top-sellers-v2 .swiper-horizontal > .swiper-scrollbar, .top-sellers-v2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 2.5%;
    right: inherit;
    bottom: 29px;
    width: 188px;
  }
  .top-sellers-v2 .title-flex .button {
    background-position: center right 13px;
    padding: 3px 39px 0px 8px;
  }
}
@media all and (max-width: 470px) {
  .top-sellers-v2 .pslider .bg-wrap {
    width: 110px;
    height: 110px;
    padding: 6px;
    border: 6px solid white;
  }
  .top-sellers-v2 .pslider .bg-wrap .slide-count {
    top: -4px;
    left: 5px;
    font-size: 12px;
  }
  .top-sellers-v2 .title-flex h2 {
    font-size: 30px;
  }
  .top-sellers-v2 .title-flex .button {
    background-position: center right 9px;
    padding: 4px 35px 0px 5px;
    font-size: 12px;
  }
  .top-sellers-v2 .pslider .bg-wrap .highlight-text {
    font-size: 33px;
  }
  .top-sellers-v2 .swiper-horizontal > .swiper-scrollbar, .top-sellers-v2 .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 160px;
  }
  .top-sellers-v2 .pslider .affiliate-notice {
    font-size: 9px;
  }
  .shop-photo .right ul li {
    width: 50%;
    margin: 0 0 30px;
  }
  .shop-photo .right ul li img {
    width: 94%;
  }
  .shop-photo .right ul {
    max-width: 90%;
  }
}
.shop-photo {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.shop-photo .right {
  background-image: url(../icons/utility/paper-bg.png);
  width: 60.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 1px solid #BCB2A6;
  padding: 90px 0 48px;
}
.shop-photo .right ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
}
.shop-photo .right ul li {
  width: 182px;
  margin: 0 34px 48px;
}
.shop-photo .right ul li a {
  text-decoration: none;
}
.shop-photo .right ul li .brand {
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  margin: 7px 0 -3px;
  text-decoration: underline;
}
.shop-photo .right ul li .title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Italiana";
  font-weight: 100;
  display: block;
}
.shop-photo .right ul li img {
  width: 158px;
  height: 173px;
  background: white;
  border: 1px solid #BCB2A6;
  object-fit: contain;
  padding: 15px;
  transition: all 0.5s;
}
.shop-photo .right ul li img:hover {
  background: rgba(188, 178, 166, 0.35);
}
.shop-photo .left {
  width: 39.5%;
  padding: 10px;
}
.shop-photo .left h2 {
  text-align: center;
  letter-spacing: 0.22rem;
  font-size: 50px;
  margin: 31px 0 19px;
  opacity: 0.9;
}
.shop-photo .left .image-wrap {
  width: 362px;
  height: 504px;
  margin: auto;
  border: 1px solid #BCB2A6;
  position: relative;
}
.shop-photo .left .image-wrap img {
  width: 100%;
  height: 100%;
}
.shop-photo .left .image-wrap .button {
  background: #BCB2A6;
  padding: 2px 10px;
  position: absolute;
  bottom: 16px;
  left: 15px;
  color: white;
  text-decoration: none;
  font-family: var(--wp--preset--font-family--antarctican);
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 4px 38px 3px 16px;
  transition: all 0.5s;
}
.shop-photo .left .image-wrap .button:hover {
  background-image: url(../icons/utility/black-arrow.svg);
  color: black;
  background-color: #EDE3D6;
}

@media all and (max-width: 1280px) {
  .shop-photo .right ul li {
    width: 182px;
    margin: 0 10px 48px;
  }
}
@media all and (max-width: 1040px) {
  .shop-photo .left .image-wrap {
    width: 280px;
    height: 400px;
  }
  .shop-photo .left h2 {
    font-size: 40px;
  }
  .shop-photo .left {
    width: 33.5%;
    padding: 10px;
  }
  .shop-photo .right {
    width: 65.5%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 1px solid #BCB2A6;
    padding: 55px 0 10px;
  }
}
@media all and (max-width: 920px) {
  .shop-photo {
    display: block;
  }
  .shop-photo .right {
    width: 100%;
    padding: 55px 0 10px;
    border-top: 1px solid #BCB2A6;
  }
  .shop-photo .left {
    padding: 10px 0 40px;
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  .shop-photo .right ul li {
    width: 50%;
    margin: 0 0 30px;
  }
  .shop-photo .right ul {
    padding: 0 20px;
  }
  .shop-photo .right ul li img {
    width: 90%;
  }
}
.banner-bar-v2 {
  position: relative;
  padding: 40px 0;
  height: 642px;
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #BCB2A6;
}
.banner-bar-v2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.38);
}
.banner-bar-v2 .mobile-background-image {
  display: none;
}
.banner-bar-v2 .flex {
  max-width: 750px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  height: fit-content;
  color: white;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.banner-bar-v2 .flex .copy {
  display: table;
  text-align: center;
}
.banner-bar-v2 .flex .copy h2 {
  margin: 0;
  letter-spacing: 0.2rem;
}
.banner-bar-v2 .flex .copy button {
  background-color: #BCB2A6;
  border: 1px solid #BCB2A6;
  color: white;
  font-size: 13px;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  text-decoration: none;
  padding: 3px 52px 0px 17px;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 18px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
  margin: 0;
}
.banner-bar-v2 .flex .copy button:hover {
  cursor: pointer;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
  background-color: #EDE3D6;
  border: 1px solid #EDE3D6;
}
.banner-bar-v2 .flex .white {
  width: 291px;
  height: 425px;
  background: white;
  padding: 18px;
}
.banner-bar-v2 .flex .white .tag {
  background: #EDE3D6;
  display: block;
  width: 67px;
  height: 89px;
  border-radius: 50%;
  text-align: center;
  display: block;
  position: absolute;
  left: -32px;
  top: 38px;
  z-index: 1;
  color: black;
  font-size: 10px;
  text-transform: uppercase;
  padding: 32px 0 0;
  line-height: 1.5;
  font-weight: 700;
  filter: drop-shadow(2px 2px 4px #a5a5a5);
  letter-spacing: 0.02rem;
}
.banner-bar-v2 .flex .white .slick-autoplay-toggle-button {
  display: none;
}
.banner-bar-v2 .flex .white .fade-slider {
  border: 1px solid #BCB2A6;
  padding: 42px 20px 0;
  text-align: center;
  color: black;
  height: 100%;
}
.banner-bar-v2 .flex .white .fade-slider .button {
  font-family: "Italiana";
  font-size: 16px;
  line-height: 19px;
  padding: 0 21px;
  text-decoration: dashed;
  display: block;
}
.banner-bar-v2 .flex .white .fade-slider .button span {
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  display: block;
  margin: 10px 0 0;
}
.banner-bar-v2 .flex .white .fade-slider .button:hover span {
  text-decoration: underline;
}
.banner-bar-v2 .flex .white .fade-slider .image-fit {
  display: block;
  width: 100%;
  height: 214px;
  object-fit: contain;
  margin: 0 0 28px;
}

.banner-bar-v2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  left: 0;
  bottom: -6px;
}

@media all and (max-width: 830px) {
  .banner-bar-v2 .flex {
    max-width: 430px;
    flex-direction: column-reverse;
  }
  .banner-bar-v2 .flex .white {
    margin: 30px auto 0;
  }
  .banner-bar-v2 .flex .white .tag {
    top: inherit;
    left: 40px;
  }
  .banner-bar-v2 {
    height: 795px;
  }
  .banner-bar-v2 .mobile-background-image {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .banner-bar-v2 .overlay {
    z-index: 2;
  }
}
@media all and (max-width: 580px) {
  .banner-bar-v2 .flex .copy h2 {
    margin: 0;
    letter-spacing: 0.2rem;
    padding: 0 10px;
    font-size: 35px;
  }
}
@keyframes scroll-strip {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  } /* adjust depending on image width */
}
.shop-look {
  overflow: hidden;
}
.shop-look .logo-bar {
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 120px;
}
.shop-look .logo-bar .scroll-content {
  display: flex;
  animation: scroll-strip 20s linear infinite;
}
.shop-look .logo-bar .scroll-content img {
  height: 123px;
}
.shop-look .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: -1px;
}
.shop-look .flex {
  justify-content: space-between;
  max-width: 1102px;
  margin: 0 auto;
  background: white;
  border: 1px solid #BCB2A6;
  padding: 50px 50px 35px;
}
.shop-look .flex .col1 {
  width: 193px;
}
.shop-look .flex .col1 h2 {
  text-align: center;
  font-size: 78px;
  line-height: 70px;
  color: #BCB2A6;
  margin: 114px 0 54px;
  letter-spacing: 0.32rem;
}
.shop-look .flex .col1 .button {
  background: #BCB2A6;
  color: white;
  padding: 4px 29px 0 0;
  text-align: center;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 26px;
  text-transform: uppercase;
  height: 39px;
  transition: all 0.5s;
  width: 100%;
  display: block;
  margin: 0 0 15px;
  height: 39px;
}
.shop-look .flex .col1 .button:hover {
  background-color: #EDE3D6;
  color: black;
  background-image: url(../icons/utility/black-arrow.svg);
}
.shop-look .flex .col2 {
  width: 300px;
}
.shop-look .flex .col2 img {
  width: 100%;
  height: 498px;
  border: 1px solid #BCB2A6;
}
.shop-look .flex .col3 {
  width: 437px;
}
.shop-look .flex .col3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-look .flex .col3 ul li {
  width: 205px;
  height: 235px;
  border: 1px solid #BCB2A6;
  background: white;
  margin: 0 0 29px;
  text-align: center;
  position: relative;
  padding: 30px;
  transition: all 0.5s;
}
.shop-look .flex .col3 ul li .count {
  position: absolute;
  top: 13px;
  left: 17px;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 16px;
}
.shop-look .flex .col3 ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.shop-look .flex .col3 ul li:hover {
  background: rgba(188, 178, 166, 0.35);
}
.shop-look .look-dot-slider {
  margin: 50px auto 0;
  padding: 0 0 109px;
  border-bottom: 1px solid #BCB2A6;
  position: relative;
}
.shop-look .look-dot-slider button {
  border: 1px solid #BBB2A6;
  background: white;
  color: #BCB2A6;
  width: 68px;
  height: 143px;
  font-size: 13px;
  letter-spacing: 0.05rem;
  font-family: var(--wp--preset--font-family--antarctican);
  margin: 0 0 14px;
  text-transform: uppercase;
}
.shop-look .look-dot-slider button span {
  transform: rotate(-90deg);
  display: block;
  width: 100px;
  margin: 2px -26px 0;
}
.shop-look .look-dot-slider .slick-active button {
  background: #EDE3D6;
  color: black;
}
.shop-look .look-dot-slider:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.shop-look .look-dot-slider:before {
  display: block;
  content: "SHOP THE LOOK";
  color: #000000;
  font-size: 171px;
  position: absolute;
  bottom: 32px;
  font-family: "Carola";
  text-align: center;
  width: 100vw;
  opacity: 0.04;
  letter-spacing: 0.95rem;
}

@media all and (max-width: 1245px) {
  .shop-look .flex {
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border: 1px solid #BCB2A6;
    padding: 50px 19px 35px;
  }
}
@media all and (max-width: 1150px) {
  .shop-look .look-dot-slider button span {
    transform: rotate(0deg);
    display: block;
    width: auto;
    margin: 0;
  }
  .shop-look .look-dot-slider button {
    width: 100px;
    height: 68px;
  }
  .shop-look .slick-dots {
    display: flex;
    list-style: none;
    top: -67px;
    left: 0;
  }
  .shop-look .look-dot-slider {
    max-width: 900px;
    margin: 120px auto 0;
    padding: 0 0 109px;
    border-bottom: none;
    position: relative;
  }
  .shop-look {
    overflow: hidden;
    border-bottom: 1px solid #BCB2A6;
    position: relative;
  }
  .shop-look .look-dot-slider:after {
    display: none;
  }
  .shop-look .look-dot-slider:before {
    display: block;
    content: "SHOP THE LOOK";
    color: #000000;
    font-size: 13vw;
    position: absolute;
    bottom: 19px;
    font-family: "Carola";
    text-align: center;
    width: 100vw;
    opacity: 0.04;
    letter-spacing: 0.95rem;
    left: -14%;
  }
  .shop-look:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #BCB2A6;
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  .shop-look .flex .col3 {
    width: 100%;
    margin: 35px 0 0;
  }
  .shop-look .flex {
    justify-content: space-around;
  }
}
@media all and (max-width: 920px) {
  .shop-look .look-dot-slider {
    max-width: 700px;
  }
  .shop-look .look-dot-slider:before {
    display: none;
  }
  .shop-look:before {
    display: block;
    content: "SHOP THE LOOK";
    color: #000000;
    font-size: 13vw;
    position: absolute;
    bottom: 19px;
    font-family: "Carola";
    text-align: center;
    width: 100vw;
    opacity: 0.04;
    letter-spacing: 0.95rem;
    left: 0;
  }
  .shop-look .flex .col3 ul li {
    width: 155px;
    height: 155px;
    border: 1px solid #BCB2A6;
    background: white;
    margin: 0 0 29px;
    text-align: center;
    position: relative;
    padding: 22px;
    transition: all 0.5s;
  }
  .shop-look .flex .col3 ul li .count {
    top: -3px;
    left: 6px;
  }
}
@media all and (max-width: 750px) {
  .shop-look .look-dot-slider {
    max-width: 500px;
  }
  .shop-look .flex .col1 h2 {
    margin: 0;
  }
  .shop-look .flex .col1 {
    width: 193px;
    margin: 0 auto 25px;
  }
  .shop-look .flex .col3 ul li {
    width: 216px;
    height: 216px;
  }
}
@media all and (max-width: 550px) {
  .shop-look .look-dot-slider {
    max-width: 350px;
    padding: 0 0 65px;
  }
  .shop-look .look-dot-slider button {
    width: 58px;
    border-right: none;
    height: 68px;
  }
  .shop-look .look-dot-slider li:last-child button {
    border: 1px solid #BBB2A6;
  }
  .shop-look .flex .col2 img {
    width: 100%;
    height: 380px;
    border: 1px solid #BCB2A6;
  }
  .shop-look .flex .col3 ul li {
    width: 146px;
    height: 146px;
    margin: 0 0 17px;
  }
  .shop-look:before {
    display: none;
  }
  .shop-look {
    overflow: hidden;
  }
  .shop-look .logo-bar {
    width: 200%;
  }
}
.shop-links {
  background-image: url(../../assets/icons/utility/linen-bg.png);
  width: 100%;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  padding: 56px 0 97px;
  position: relative;
}
.shop-links .flex {
  max-width: 1105px;
  margin: 0 auto;
  justify-content: space-between;
}
.shop-links .flex .left {
  width: 445px;
  position: relative;
}
.shop-links .flex .left .image-one {
  border: 12px solid #F7F3F1;
  width: 224px;
  height: 324px;
  position: absolute;
  top: 10px;
  left: 5%;
  transform: rotate(-5deg);
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  z-index: 1;
}
.shop-links .flex .left .icon {
  width: 120px;
  height: 159px;
  object-fit: contain;
  position: absolute;
  top: 218px;
  left: -18px;
  z-index: 1;
}
.shop-links .flex .left .image-two {
  width: 239px;
  height: 335px;
  background: white;
  padding: 16px 14px 57px;
  position: absolute;
  top: 63px;
  right: 0;
  box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.26);
}
.shop-links .flex .right {
  width: 566px;
  background: white;
  position: relative;
  text-align: center;
  padding: 12px;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  margin: 46px 0 0;
  height: 325px;
}
.shop-links .flex .right ul {
  margin: 0;
  padding: 0 23px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.shop-links .flex .right ul li {
  width: 49%;
  margin: 0 0 9px;
}
.shop-links .flex .right ul li a {
  background: #BCB2A6;
  color: white;
  display: block;
  font-family: "Antarctican Mono Book";
  font-size: 13px;
  text-decoration: none;
  padding: 4px 20px;
  transition: all 0.5s;
  text-transform: uppercase;
}
.shop-links .flex .right ul li a:hover {
  background: #EDE3D6;
  color: black;
}
.shop-links .flex .right .border {
  display: block;
  border: 1px solid #BCB2A6;
  height: -webkit-fill-available;
}
.shop-links .flex .right p {
  font-size: 14px;
  margin: 0;
  font-family: var(--wp--preset--font-family--indivisible);
}
.shop-links .flex .right p em {
  transform: rotate(-21deg);
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 68px;
  position: absolute;
  display: block;
  top: 84px;
  left: 23px;
  width: 117px;
}
.shop-links .flex .right h2 {
  font-size: 38px;
  margin: 53px 0 41px;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: center;
  font-family: var(--wp--preset--font-family--work-sans);
  font-size: 15px;
  font-weight: 100;
}
.shop-links .flex .right h2 strong {
  font-family: "Carola";
  font-size: 38px;
  margin: 0 0 0 15px;
  display: block;
  line-height: 0.5;
  letter-spacing: 0.15rem;
}

.social-links-block ul li:last-child a {
  padding-top: 14px;
}

@media all and (max-width: 1150px) {
  .shop-links .flex {
    max-width: 750px;
    display: block;
  }
  .shop-links .flex .left {
    width: 445px;
    position: relative;
    height: 380px;
    margin: 0 auto;
  }
  .shop-links .flex .right {
    width: 566px;
    height: auto;
    margin: 45px auto 0;
  }
  .shop-links {
    background-size: contain;
  }
}
@media all and (max-width: 600px) {
  .shop-links .flex {
    max-width: 400px;
    display: block;
  }
  .shop-links .flex .left {
    width: 100%;
  }
  .shop-links .flex .right {
    width: 100%;
  }
  .shop-links .flex .right ul li a {
    padding: 13px 20px;
    line-height: 1;
  }
}
@media all and (max-width: 440px) {
  .shop-links {
    padding: 30px 0 52px;
  }
  .shop-links .flex .right h2 {
    font-size: 13px;
  }
  .shop-links .flex .right h2 strong {
    font-size: 30px;
  }
  .shop-links .flex .right ul li {
    width: 100%;
    margin: 0 0 13px;
  }
  .shop-links .flex .right ul li a {
    padding: 18px 20px;
    line-height: 1;
  }
  .shop-links .flex {
    max-width: 90%;
    display: block;
  }
  .shop-links .flex .left .image-one {
    width: 180px;
    height: 247px;
  }
  .shop-links .flex .left .image-two {
    width: 191px;
    height: 271px;
    background: white;
    padding: 11px 11px 44px;
    position: absolute;
    top: 63px;
    right: 0;
    box-shadow: 1px 4px 8px 0px rgba(0, 0, 0, 0.26);
  }
  .shop-links .flex .left .icon {
    width: 98px;
    height: 122px;
  }
  .shop-links .flex .left {
    height: 338px;
  }
}
.contact {
  border-top: 1px solid #BCB2A6;
  border-bottom: 1px solid #BCB2A6;
  padding: 65px 0 75px;
}
.contact .inside {
  width: 638px;
  margin: 0 auto;
  text-align: center;
}
.contact .inside h2 {
  margin: 0;
  letter-spacing: 0.16rem;
}
.contact .inside p {
  font-size: 14px;
  line-height: 25px;
  max-width: 300px;
  margin: 0 auto;
  letter-spacing: 0.06rem;
}
.contact .inside form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 28px auto 0;
}
.contact .inside form .wpforms-field-container .wpforms-field {
  width: 100%;
}
.contact .inside form .wpforms-field-container .wpforms-field.wpforms-field-name, .contact .inside form .wpforms-field-container .wpforms-field.wpforms-field-email {
  width: 49%;
}
.contact .inside form .wpforms-field-container .wpforms-field-textarea {
  margin: 0;
}
.contact .inside form .wpforms-submit-container {
  margin: 0;
}
.contact .inside form .wpforms-submit-container button {
  background: #BCB2A6;
  color: white;
  text-align: center;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  width: 100%;
  border: none;
  padding: 21px 24px 16px 0;
  letter-spacing: 0.02rem;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: 54.5% center;
  transition: all 0.5s;
  margin: 5px 0 0;
  font-size: 12px;
  -webkit-filter: brightness(100%);
}
.contact .inside form .wpforms-submit-container button:hover {
  -webkit-filter: brightness(100%);
  color: black;
  background-color: #EDE3D6;
  background-image: url(../icons/utility/black-arrow.svg);
}
.contact .inside form label {
  font-size: 0px;
  margin: 0;
  display: block;
  height: 0;
}
.contact .inside form input {
  border: 1px solid #BCB2A7;
  background: #F7F3F1;
  padding: 0 23px;
  height: 47px;
  font-family: "Antarctican Mono Book";
  font-size: 14px;
  -webkit-appearance: none;
  border-radius: 0;
}
.contact .inside form select {
  border: 1px solid #BCB2A7;
  background: #F7F3F1;
  padding: 0 23px 0;
  height: 47px;
  font-family: "Antarctican Mono Book";
  font-size: 14px;
  -webkit-appearance: none;
  line-height: 1.3;
  border-radius: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
.contact .inside form textarea {
  border: 1px solid #BCB2A7;
  background: #F7F3F1;
  padding: 13px 23px;
  font-family: "Antarctican Mono Book";
  font-size: 14px;
  height: 179px;
  -webkit-appearance: none;
  border-radius: 0;
}
.contact .inside .social-links {
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.contact .inside .social-links li {
  margin: 0 32px;
}
.contact .inside .social-links li a:hover svg path {
  fill: #000;
}
.contact .inside .social-links li a:hover img {
  filter: invert(100%);
}
.contact .inside .social-links li svg path, .contact .inside .social-links li img {
  transition: all 0.5s;
}

@media all and (max-width: 720px) {
  .contact .inside {
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
}
@media all and (max-width: 650px) {
  .contact .inside form .wpforms-submit-container button {
    background-position: 57.5% center;
  }
  .contact .inside .social-links li {
    margin: 0;
  }
  .contact .inside .social-links {
    justify-content: space-around;
  }
}
@media all and (max-width: 460px) {
  .contact .inside form .wpforms-field-container .wpforms-field.wpforms-field-name, .contact .inside form .wpforms-field-container .wpforms-field.wpforms-field-email {
    width: 100%;
  }
}
.link-list {
  background-image: url(../../assets/icons/utility/linen-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 45px 0 72px;
  position: relative;
}
.link-list .scroll-down {
  position: absolute;
  right: 0;
  bottom: 80px;
  background: #FFFFFF;
  width: 70px;
  height: 96px;
  text-align: center;
  font-size: 13px;
  font-family: "Antarctican Mono Book";
  text-transform: uppercase;
  line-height: 18px;
  padding: 16px 0 0;
}
.link-list .scroll-down a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.link-list .scroll-down img {
  display: block;
  margin: 5px auto 0;
  width: 10px;
  height: 26px;
  object-fit: contain;
}
.link-list .inside {
  max-width: 625px;
  margin: 0 auto;
  position: relative;
}
.link-list .inside .image-fit {
  width: 95px;
  height: 95px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  margin: 0 auto -14px;
  filter: drop-shadow(0px 3px 3px #909090);
  position: relative;
  z-index: 1;
}
.link-list .inside .script {
  font-family: var(--wp--preset--font-family--sebastian);
  font-size: 69px;
  margin: 0;
  transform: rotate(-10deg);
  position: absolute;
  top: 24px;
  left: -91px;
}
.link-list .inside ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}
.link-list .inside ul li {
  width: 48.5%;
  margin: 0 0 16px;
}
.link-list .inside ul li .button {
  background: #BCB2A6;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 10px 0 7px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  font-family: var(--wp--preset--font-family--antarctican);
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.26);
  font-size: 13px;
  letter-spacing: 0.04rem;
  transition: all 0.5s;
}
.link-list .inside ul li .button:hover {
  background: white;
  color: black;
}

@media all and (max-width: 825px) {
  .link-list .inside .script {
    top: -4px;
    left: 0;
  }
  .link-list .scroll-down {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    width: 70px;
    height: 73px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    padding: 7px 0 0;
  }
}
@media all and (max-width: 645px) {
  .link-list .inside {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
  }
}
@media all and (max-width: 520px) {
  .link-list .inside {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .link-list .inside ul li {
    width: 100%;
  }
  .link-list .inside .image-fit {
    margin: 0 auto -4px;
  }
}
.link-list-v2 {
  background-image: url(../icons/utility/bar-pattern.png);
  padding: 28px 0 19px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  border-bottom: 1px solid #dfd2c2;
  width: 100%;
  max-width: 100%;
}
.link-list-v2 .inside {
  max-width: 91.7%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 33px;
  display: flex;
}
.link-list-v2 .inside .script {
  font-size: 38px;
  letter-spacing: 0.17rem;
  margin: 0 0 0;
  padding: 6px 0 0;
  font-family: "Carola";
}
.link-list-v2 .inside ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
.link-list-v2 .inside ul li {
  margin: 0 0 0 25px;
}
.link-list-v2 .inside ul li a {
  border: 1px solid #BCB2A6;
  text-decoration: none;
  background: white;
  font-size: 13px;
  text-transform: uppercase;
  padding: 3px 27px;
  height: 39px;
  font-family: var(--wp--preset--font-family--antarctican);
  display: block;
  transition: all 0.5s;
}
.link-list-v2 .inside ul li a:hover {
  color: white;
  background: #BCB2A6;
}

.single-post .post-content-flex .link-list-v2 {
  background-image: none;
  padding: 28px 0 34px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0);
  border: 1px solid #dfd2c2;
  width: 100%;
  max-width: 100%;
}
.single-post .post-content-flex .link-list-v2 .inside {
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  display: block;
}
.single-post .post-content-flex .link-list-v2 .inside .script {
  display: block;
  text-align: center;
}
.single-post .post-content-flex .link-list-v2 .inside ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.single-post .post-content-flex .link-list-v2 .inside ul li {
  margin: 10px 10px 0;
}

@media all and (max-width: 885px) {
  .link-list-v2 .inside {
    padding: 0;
    display: block;
  }
  .link-list-v2 .inside .script {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    padding: 0;
  }
  .link-list-v2 .inside ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .link-list-v2 .inside ul li {
    margin: 10px;
  }
}
.snapshots-archive {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 42px 0 0;
}
.snapshots-archive h2 {
  width: 100%;
  text-align: center;
  letter-spacing: 0.16rem;
  margin: 0 0 52px;
}
.snapshots-archive article {
  width: 258px;
  height: 458px;
  border: 1px solid #BCB2A6;
  margin: 0 14px 72px;
  position: relative;
}
.snapshots-archive article img {
  height: 456px;
  -webkit-filter: brightness(100%);
  object-fit: cover;
  object-position: center;
}
.snapshots-archive article .snapshot-meta {
  background: #EDE3D6;
  text-align: center;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 63px;
  height: 47px;
  border-radius: 50%;
  text-align: center;
  font-family: var(--wp--preset--font-family--antarctican);
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.3;
  padding: 7px 0 0 0;
  box-sizing: border-box;
  z-index: 1;
}
.snapshots-archive article .snapshot-meta span {
  font-size: 14px;
  display: block;
}
.snapshots-archive article h2.snapshot-title {
  display: none;
}
.snapshots-archive article:hover {
  cursor: pointer;
}
.snapshots-archive article:hover img {
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.snapshots-archive .snapshot-pagination {
  width: 100%;
}
.snapshots-archive .snapshot-pagination {
  position: relative;
  border-top: 1px solid #BCB2A6;
  border-bottom: 1px solid #BCB2A6;
  margin: 28px 0 0;
}
.snapshots-archive .snapshot-pagination ul {
  margin: 0;
  padding: 32px 0 39px;
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.snapshots-archive .snapshot-pagination ul li {
  margin: 0 14px;
}
.snapshots-archive .snapshot-pagination ul li a {
  text-decoration: none;
}
.snapshots-archive .snapshot-pagination:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  top: -7px;
  left: 0;
}
.snapshots-archive .snapshot-pagination:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #BCB2A6;
  position: absolute;
  bottom: 5px;
  left: 0;
}

@media all and (max-width: 550px) {
  .snapshots-archive {
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 42px 0 0;
    max-width: 100%;
  }
  .snapshots-archive article img {
    height: 360px;
  }
  .snapshots-archive article {
    width: 47%;
    height: 362px;
    border: 1px solid #BCB2A6;
    margin: 0 0 50px;
    position: relative;
  }
}
@media all and (max-width: 450px) {
  .snapshots-archive article img {
    height: 288px;
  }
  .snapshots-archive article {
    height: 290px;
  }
}
.hamburger-dropdown {
  background-image: url(../icons/utility/dropdown-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 0;
  width: 100%;
  max-width: 100%;
}
.hamburger-dropdown .flex {
  max-width: 1215px !important;
  padding-left: 0 !important;
  width: 95%;
}
.hamburger-dropdown .col2 {
  width: 34%;
}
.hamburger-dropdown .col2 img {
  width: 267px;
  height: 375px;
  background: white;
  padding: 17px 16px 66px;
  transform: rotate(-4deg);
  margin: 15px 0 0 0;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.hamburger-dropdown .col1 {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0 0 0;
}
.hamburger-dropdown .col1 nav {
  width: 33%;
}
.hamburger-dropdown .col1 nav .menu-footer-1-container {
  padding: 0 0 0 66px;
}
.hamburger-dropdown .col1 nav .menu-footer-2-container {
  margin: 0 0 0 46px;
}
.hamburger-dropdown .col1 nav .menu-footer-3-container {
  padding: 0 0 0 39px;
}
.hamburger-dropdown .col1 .low {
  display: block;
  width: 442px;
  margin: 50px 0 0;
}
.hamburger-dropdown .col1 .low .wpforms-title {
  text-align: left !important;
  font-size: 32px !important;
  font-family: var(--wp--preset--font-family--carola);
  font-weight: 100;
  margin: 28px 0 9px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.15rem;
  color: #202020;
}
.hamburger-dropdown .col1 .low .wpforms-submit-container {
  margin: 0;
}
.hamburger-dropdown .col1 .low .wpforms-head-container {
  padding: 0;
  width: 100%;
  text-align: center;
}
.hamburger-dropdown .col1 .low label {
  font-size: 0;
  margin: 0;
  line-height: 0;
}
.hamburger-dropdown .col1 .low input {
  background: #F7F3F1;
  border: 1px solid #BCB2A7;
  font-size: 14px;
  font-family: var(--wp--preset--font-family--antarctican);
  width: 100%;
  height: 47px;
  width: 277px;
  padding: 2px 0 0 22px;
  -webkit-appearance: none;
  border-radius: 0;
}
.hamburger-dropdown .col1 .low .wpforms-submit {
  border: 1px solid #BCB2A6;
  background: #BCB2A6;
  color: #f0eded;
  width: 160px;
  height: 47px;
  margin: 0;
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 13px;
  background-image: url(../icons/utility/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 41px;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
  padding: 2px 27px 0 0;
}
.hamburger-dropdown .col1 .low .wpforms-submit:hover {
  background-color: #EDE3D6 !important;
  color: black !important;
  background-image: url(../icons/utility/black-arrow.svg) !important;
  opacity: 1;
  -webkit-filter: brightness(100%);
}
.hamburger-dropdown .social-links {
  display: flex;
  padding: 0;
  border: none;
  justify-content: space-between;
  margin: 15px 0 0;
}
.hamburger-dropdown .social-links li:hover a svg path {
  fill: #000;
}
.hamburger-dropdown .social-links li svg path {
  transition: all 0.5s;
}
.hamburger-dropdown .social-links li:hover img {
  -webkit-filter: brightness(0%);
}
.hamburger-dropdown .social-links li img {
  transition: all 0.5s;
  width: 24px;
  height: 25px;
  object-fit: contain;
}
.hamburger-dropdown form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hamburger-dropdown .wpforms-field {
  margin: 0;
}
.hamburger-dropdown a {
  font-family: var(--wp--preset--font-family--antarctican);
  font-size: 14px;
  text-transform: uppercase;
}
.hamburger-dropdown a:hover {
  text-decoration: underline;
}
.hamburger-dropdown .title a {
  font-family: var(--wp--preset--font-family--sebastian);
  text-decoration: none;
  text-transform: lowercase;
  font-size: 80px;
  position: absolute;
  left: -72px;
  top: -29px;
  transform: rotate(-15deg);
  display: block;
}
.hamburger-dropdown ul {
  list-style: none;
  border-left: 1px solid #BCB2A6;
  text-align: left;
  padding: 0 0 0px 17px;
  min-height: 136px;
  margin: 31px 0 0;
  position: relative;
}
.hamburger-dropdown ul li {
  line-height: 1;
  margin: 0 0 15px;
  padding-top: 0px;
}
.hamburger-dropdown ul a {
  text-decoration: none;
}

@media all and (max-width: 1180px) {
  .hamburger-dropdown {
    padding: 10px 0 0;
  }
  .hamburger-dropdown .col2 {
    width: 30%;
  }
  .hamburger-dropdown .col1 {
    width: 70%;
  }
}
@media all and (max-width: 970px) {
  .hamburger-dropdown .col1 {
    width: 100%;
    justify-content: space-between;
  }
  .hamburger-dropdown .col1 .low {
    display: block;
    width: 442px;
    margin: 15px auto 0;
  }
  .hamburger-dropdown .col1 .low .wpforms-title {
    text-align: center !important;
  }
  .hamburger-dropdown .social-links {
    height: 26px;
    margin: 0;
    min-height: 26px;
  }
  .hamburger-dropdown .col2 {
    width: 250px;
    margin: 0 auto;
  }
  .hamburger-dropdown {
    background-image: url(../icons/utility/mobile-dropdown.png);
    padding: 10px 0 30px;
  }
  .hamburger-dropdown .col2 img {
    width: 210px;
    height: 315px;
    background: white;
    padding: 17px 16px 57px;
    transform: rotate(-4deg);
    margin: 15px 0 0 0;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
  }
}
@media all and (max-width: 700px) {
  .hamburger-dropdown .flex {
    padding: 0 !important;
  }
  .hamburger-dropdown .col1 {
    padding: 0;
  }
  .hamburger-dropdown .col1 nav {
    width: 100%;
    border-bottom: 1px solid #BCB2A6;
    padding: 0 0 20px;
  }
  .hamburger-dropdown ul li {
    line-height: 2;
    margin: 0;
    padding-top: 0px;
    vertical-align: top;
    break-inside: avoid;
  }
  .hamburger-dropdown .col1 nav .menu-footer-1-container {
    padding: 0 0 0 95px;
  }
  .hamburger-dropdown .col1 nav .menu-footer-2-container {
    margin: 0 0 0 96px;
  }
  .hamburger-dropdown .col1 nav .menu-footer-3-container {
    padding: 0 0 0 95px;
  }
  .hamburger-dropdown ul {
    list-style: none;
    border-left: none;
    text-align: left;
    padding: 0 0 0 70px;
    min-height: auto;
    margin: 20px 0 0;
    position: relative;
    column-count: 2;
    column-gap: 20px;
  }
  .hamburger-dropdown .title a {
    font-family: var(--wp--preset--font-family--sebastian);
    text-decoration: none;
    text-transform: lowercase;
    font-size: 64px;
    position: absolute;
    left: -72px;
    top: -39px;
    transform: rotate(-15deg);
    display: block;
  }
}
@media all and (max-width: 500px) {
  .hamburger-dropdown .col2 {
    width: 100%;
    margin: 0 auto;
    padding-right: 20%;
    text-align: center;
  }
  .hamburger-dropdown ul {
    padding: 0 0 0 30px;
  }
  .hamburger-dropdown .col1 .low {
    display: block;
    width: 95%;
    margin: 15px auto 0;
  }
  .hamburger-dropdown .col1 .low .wpforms-title {
    font-size: 29px !important;
  }
  .hamburger-dropdown .col1 .low input {
    width: 100%;
  }
  .hamburger-dropdown .col1 .low .wpforms-submit {
    background-position: center right 23px;
    width: 126px;
  }
  .hamburger-dropdown .col1 .low .wpforms-field-container {
    width: 67%;
  }
  .hamburger-dropdown .col2 img {
    width: 146px;
    height: 201px;
    background: white;
    padding: 10px 10px 35px;
    transform: rotate(-4deg);
    margin: 17px auto 0;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .hamburger-dropdown ul {
    column-gap: 0;
  }
  .hamburger-dropdown .flex {
    width: 90%;
  }
  .hamburger-dropdown ul {
    column-gap: 0;
    position: initial;
  }
  .hamburger-dropdown .col1 nav {
    position: relative;
  }
  .hamburger-dropdown .title a {
    left: 0;
    top: -22px;
  }
  .hamburger-dropdown ul {
    padding: 0;
  }
  .hamburger-dropdown .col1 .low label {
    display: none;
  }
}
@media all and (max-width: 430px) {
  .hamburger-dropdown .col1 .low .wpforms-submit {
    background-position: center right 16px;
    width: 110px;
  }
  .hamburger-dropdown .col1 .low .wpforms-field-container {
    width: 65%;
  }
}
@media all and (max-width: 405px) {
  .hamburger-dropdown .col1 .low .wpforms-field-container {
    width: 65%;
  }
  .hamburger-dropdown .col1 .low .wpforms-title {
    font-size: 25px !important;
  }
}
.category-dropdown {
  background-image: url(../icons/utility/cat-dd-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
  width: 100%;
  max-width: 100%;
}
.category-dropdown .flex {
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 1221px !important;
}
.category-dropdown .flex .col1 {
  width: 17%;
}
.category-dropdown .flex .col1 ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-dropdown .flex .col1 ul li {
  margin: 0 0 25px;
}
.category-dropdown .flex .col1 ul li a {
  font-size: 14px;
  font-family: "Antarctican Mono Book";
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 !important;
}
.category-dropdown .flex .col1 ul li a:hover {
  text-decoration: underline;
}
.category-dropdown .flex .col1 ul li.title {
  font-size: 32px;
  font-family: "Carola";
  letter-spacing: 0.15rem;
  margin: 58px 0 50px;
}
.category-dropdown .flex .col2 {
  width: 78.8%;
  position: relative;
}
.category-dropdown .flex .col2 .badge {
  position: absolute;
  top: 28px;
  left: -30px;
  z-index: 2;
  background: #EDE3D6;
  width: 61px;
  height: 81px;
  border-radius: 50%;
  text-align: center;
  padding: 30px 0 0;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-weight: 900;
  font-family: sans-serif;
  filter: drop-shadow(4px 0px 4px #a2a2a2);
  color: black;
}
.category-dropdown .flex .col2 .archive-wrap {
  margin: 0;
  justify-content: space-between;
  padding: 0;
}
.category-dropdown .flex .col2 .archive-wrap article {
  width: 31.5%;
  margin: 0;
}
.category-dropdown .flex .col2 .archive-wrap article #hero-image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  height: auto;
}
.category-dropdown .flex .col2 .archive-wrap article h2 {
  font-family: var(--wp--preset--font-family--italiana);
  font-size: 24px;
  text-transform: inherit;
  margin: 21px 0 14px;
  line-height: 27px;
  letter-spacing: 0.05rem;
}
.category-dropdown .flex .col2 .archive-wrap article .read-post {
  border: none;
  padding: 0;
  background: transparent;
}
.category-dropdown .flex .col2 .archive-wrap article .read-post:hover {
  cursor: pointer;
}

.block-area-search-dropdown {
  background: #BCB2A6;
  padding: 40px 0 75px;
}
.block-area-search-dropdown .search-dropdown {
  max-width: 1060px;
  width: 95%;
}
.block-area-search-dropdown .search-dropdown .search-toggle-wrapper {
  width: 100%;
  margin: 0 0 23px;
}
.block-area-search-dropdown .search-dropdown .search-toggle-wrapper h2 {
  color: white;
  font-size: 32px;
  letter-spacing: 0.15rem;
  margin: 10px 28px 0 0;
}
.block-area-search-dropdown .search-dropdown form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block-area-search-dropdown .search-dropdown form input {
  width: 80.2%;
  background: white;
  height: 67px;
  font-family: "Antarctican Mono Book";
  font-size: 14px;
  padding: 0 0 0 75px;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  background-image: url(../icons/utility/search.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 34px center;
  -webkit-appearance: none;
  border-radius: 0;
}
.block-area-search-dropdown .search-dropdown form .search-submit {
  border: none;
  width: 18.5%;
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
  background: #F7F3F1;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Antarctican Mono Book";
  transition: all 0.5s;
}
.block-area-search-dropdown .search-dropdown form .search-submit:hover {
  background: #EDE3D6;
}

.search-toggle-wrapper {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.search-toggle {
  padding: 1px 27px 0;
  background: transparent;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  font-family: "Antarctican Mono Book";
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  width: fit-content;
  height: 31px;
  margin: 12px 7px 0 0;
}

.search-toggle.active {
  background: #F7F3F1;
  color: black;
  border-color: #F7F3F1;
}

@media all and (max-width: 585px) {
  .block-area-search-dropdown .search-dropdown .search-toggle-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .search-toggle {
    margin: 0 3px;
  }
  .block-area-search-dropdown .search-dropdown form input {
    width: 100%;
    background: white;
    height: 55px;
    font-family: "Antarctican Mono Book";
    font-size: 14px;
    padding: 4px 0 0 51px;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
    background-image: url(../icons/utility/search.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 20px center;
    margin-top: 0px;
  }
  .block-area-search-dropdown .search-dropdown {
    max-width: 1060px;
    width: 90%;
  }
  .block-area-search-dropdown .search-dropdown form .search-submit {
    border: none;
    width: 100%;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
    background: #F7F3F1;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Antarctican Mono Book";
    transition: all 0.5s;
    height: 55px;
    margin: 10px 0 0;
  }
  .block-area-search-dropdown {
    background: #BCB2A6;
    padding: 30px 0 50px;
  }
  .block-area-search-dropdown .search-dropdown .search-toggle-wrapper h2 {
    color: white;
    font-size: 30px;
    letter-spacing: 0.15rem;
    margin: 0 0;
    text-align: center;
    width: 100%;
  }
}
.post-shop-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-shop-gallery ul li {
  width: 48%;
  margin: 0 0 25px;
  text-align: center;
}
.post-shop-gallery ul li a {
  background-color: white;
  border: 10px solid #EDE3D6;
  width: 100%;
  height: 388px;
  display: block;
}
.post-shop-gallery ul li a img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center;
  padding: 42px 0;
}
.post-shop-gallery ul li a .title {
  font-family: "Antarctican Mono Book";
  font-size: 14px;
  text-transform: uppercase;
}

@media all and (max-width: 550px) {
  .post-shop-gallery ul li {
    width: 100%;
  }
}
