/* Author Dependencies */
/**
 * /assets/scss/partials/base/mixins.scss
 *
 * Let's define our universal mixins for use throughout the theme
 */
/**
 * Base text styles
 */
body,
p,
select,
textarea,
input,
button {
  height: auto;
  min-height: auto;
  color: var(--wp--preset--color--main);
  font-size: var(--wp--custom--font-size--body-default);
  line-height: 1.647;
  font-weight: 400;
  letter-spacing: -0.34px; }

/**
 * Base button styles
 */
.wp-block-search__button, .wp-block-button__link, body .gform_wrapper.gravity-theme button.gform-button,
body .gform_wrapper.gravity-theme button.gform_button,
body .gform_wrapper.gform-theme button.gform-button,
body .gform_wrapper.gform-theme button.gform_button, .archive-pager .facetwp-facet button, .archive-filters__mobile-apply, input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  display: inline-block;
  padding: 10px 24px;
  height: auto;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-size: var(--wp--custom--font-size--body-default);
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px; }
  .wp-block-search__button:hover, .wp-block-button__link:hover, body .gform_wrapper.gravity-theme button.gform-button:hover,
  body .gform_wrapper.gravity-theme button.gform_button:hover,
  body .gform_wrapper.gform-theme button.gform-button:hover,
  body .gform_wrapper.gform-theme button.gform_button:hover, .archive-pager .facetwp-facet button:hover, .archive-filters__mobile-apply:hover, input[type="button"]:hover,
  input[type="button"][disabled]:hover,
  input[type="reset"]:hover,
  input[type="reset"][disabled]:hover,
  input[type="submit"]:hover,
  input[type="submit"][disabled]:hover, .wp-block-search__button:focus, .wp-block-button__link:focus, body .gform_wrapper.gravity-theme button.gform-button:focus,
  body .gform_wrapper.gravity-theme button.gform_button:focus,
  body .gform_wrapper.gform-theme button.gform-button:focus,
  body .gform_wrapper.gform-theme button.gform_button:focus, .archive-pager .facetwp-facet button:focus, .archive-filters__mobile-apply:focus, input[type="button"]:focus,
  input[type="button"][disabled]:focus,
  input[type="reset"]:focus,
  input[type="reset"][disabled]:focus,
  input[type="submit"]:focus,
  input[type="submit"][disabled]:focus {
    background: #ff7447;
    color: var(--wp--preset--color--white);
    text-decoration: none; }
  .wp-block-search__button:active, .wp-block-button__link:active, body .gform_wrapper.gravity-theme button.gform-button:active,
  body .gform_wrapper.gravity-theme button.gform_button:active,
  body .gform_wrapper.gform-theme button.gform-button:active,
  body .gform_wrapper.gform-theme button.gform_button:active, .archive-pager .facetwp-facet button:active, .archive-filters__mobile-apply:active, input[type="button"]:active,
  input[type="button"][disabled]:active:hover,
  input[type="reset"]:active,
  input[type="reset"][disabled]:active:hover,
  input[type="submit"]:active,
  input[type="submit"][disabled]:active:hover, .wp-block-search__button:focus, .wp-block-button__link:focus, body .gform_wrapper.gravity-theme button.gform-button:focus,
  body .gform_wrapper.gravity-theme button.gform_button:focus,
  body .gform_wrapper.gform-theme button.gform-button:focus,
  body .gform_wrapper.gform-theme button.gform_button:focus, .archive-pager .facetwp-facet button:focus, .archive-filters__mobile-apply:focus, input[type="button"]:focus,
  input[type="button"][disabled]:focus,
  input[type="reset"]:focus,
  input[type="reset"][disabled]:focus,
  input[type="submit"]:focus,
  input[type="submit"][disabled]:focus {
    background: #fa5e2c; }

/**
 * Button reset
 */
.block-my-shop__show-more, .comment-list-toggle, .search-overlay__close, .header-search-toggle, button.facetwp-reset, .archive-filters-toggle__button, .archive-filters__close {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent; }

/**
 * Label styles
 */
.wp-block-search__label, body .gform_wrapper.gravity-theme .gfield_label,
body .gform_wrapper.gform-theme .gfield_label {
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  font-size: var(--wp--custom--forms--font-size); }

/**
 * Transitions
 */
body .searchwp-live-search-results .searchwp-live-search-result, .mobile-navigation-icon, .nav-primary > ul.menu > .menu-item > .sub-menu {
  transition: all 0.2s ease-in-out; }

/**
 * Placeholder Color
 */
/**
 * Media queries
 */
/**
 * /assets/scss/partials/base/buttons.scss
 *
 * Let's define our button styles
 */
/**
 * /assets/scss/partials/base/headings.scss
 *
 * Let's define our heading styles
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wp--preset--color--main);
  font-family: var(--wp--preset--font-family--secondary-font);
  line-height: 1.1;
  font-weight: 400; }
  h1:not(.has-text-color) a,
  h2:not(.has-text-color) a,
  h3:not(.has-text-color) a,
  h4:not(.has-text-color) a,
  h5:not(.has-text-color) a,
  h6:not(.has-text-color) a {
    color: var(--wp--preset--color--main); }
    h1:not(.has-text-color) a:hover,
    h2:not(.has-text-color) a:hover,
    h3:not(.has-text-color) a:hover,
    h4:not(.has-text-color) a:hover,
    h5:not(.has-text-color) a:hover,
    h6:not(.has-text-color) a:hover {
      color: var(--wp--preset--color--main);
      opacity: 0.6;
      text-decoration: none; }
    h1:not(.has-text-color) a:focus,
    h2:not(.has-text-color) a:focus,
    h3:not(.has-text-color) a:focus,
    h4:not(.has-text-color) a:focus,
    h5:not(.has-text-color) a:focus,
    h6:not(.has-text-color) a:focus {
      opacity: 1; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    text-decoration: none;
    font-weight: inherit; }
  h1.alignwide, h1.alignfull,
  h2.alignwide,
  h2.alignfull,
  h3.alignwide,
  h3.alignfull,
  h4.alignwide,
  h4.alignfull,
  h5.alignwide,
  h5.alignfull,
  h6.alignwide,
  h6.alignfull {
    margin-bottom: var(--wp--custom--spacing--block-gap); }
  h1.has-font-size-7-font-size,
  h2.has-font-size-7-font-size,
  h3.has-font-size-7-font-size,
  h4.has-font-size-7-font-size,
  h5.has-font-size-7-font-size,
  h6.has-font-size-7-font-size {
    letter-spacing: -0.84px;
    line-height: 1; }
    @media (max-width: 600px) {
      h1.has-font-size-7-font-size,
      h2.has-font-size-7-font-size,
      h3.has-font-size-7-font-size,
      h4.has-font-size-7-font-size,
      h5.has-font-size-7-font-size,
      h6.has-font-size-7-font-size {
        line-height: 1.1; } }
  h1.has-font-size-6-font-size,
  h2.has-font-size-6-font-size,
  h3.has-font-size-6-font-size,
  h4.has-font-size-6-font-size,
  h5.has-font-size-6-font-size,
  h6.has-font-size-6-font-size {
    letter-spacing: -0.6px; }
  h1.has-font-size-5-font-size,
  h2.has-font-size-5-font-size,
  h3.has-font-size-5-font-size,
  h4.has-font-size-5-font-size,
  h5.has-font-size-5-font-size,
  h6.has-font-size-5-font-size {
    letter-spacing: -0.51px;
    line-height: 1.17; }
  h1.has-font-size-4-font-size,
  h2.has-font-size-4-font-size,
  h3.has-font-size-4-font-size,
  h4.has-font-size-4-font-size,
  h5.has-font-size-4-font-size,
  h6.has-font-size-4-font-size {
    letter-spacing: -0.42px; }
  h1.has-font-size-3-font-size,
  h2.has-font-size-3-font-size,
  h3.has-font-size-3-font-size,
  h4.has-font-size-3-font-size,
  h5.has-font-size-3-font-size,
  h6.has-font-size-3-font-size {
    letter-spacing: -0.33px;
    line-height: 1.27; }
  h1.has-primary-font-font-family,
  h2.has-primary-font-font-family,
  h3.has-primary-font-font-family,
  h4.has-primary-font-font-family,
  h5.has-primary-font-font-family,
  h6.has-primary-font-font-family {
    letter-spacing: -0.34px;
    line-height: 1.4; }

h1 {
  font-size: var(--wp--preset--font-size--font-size-7);
  letter-spacing: -0.84px;
  line-height: 1; }
  @media (max-width: 600px) {
    h1 {
      line-height: 1.1; } }
h2 {
  font-size: var(--wp--preset--font-size--font-size-6);
  letter-spacing: -0.6px; }
  body .site-inner .entry-content > h2 {
    margin-top: var(--wp--preset--spacing--large); }

h3 {
  font-size: var(--wp--preset--font-size--font-size-5);
  letter-spacing: -0.51px;
  line-height: 1.17; }

h4 {
  font-size: var(--wp--preset--font-size--font-size-4);
  letter-spacing: -0.42px; }

h5 {
  font-size: var(--wp--preset--font-size--font-size-3);
  letter-spacing: -0.33px;
  line-height: 1.27; }

h6 {
  font-size: var(--wp--preset--font-size--font-size-2); }

/*! 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.
 * 3. Add default smooth scroll
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
    /* 3 */ } }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/**
 * Remove default padding and background from 'mark' elements
 */
mark {
  padding: 0;
  background-color: transparent; }

/* 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"] {
  -moz-appearance: button;
       appearance: button;
  -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"] {
  -moz-appearance: textfield;
       appearance: textfield;
  -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; }

/**
 * /assets/scss/partials/base/typography.scss
 *
 * Let's define our global typography styles
 */
a {
  background-color: transparent;
  text-decoration: none;
  font-weight: 500; }
  a:hover {
    color: #FF835C; }
  a:active, a:focus {
    color: #FA5E2C; }
  a[href^="tel"], a[href^="tel"]:hover {
    color: var(--wp--preset--color--main); }
  a:focus-visible {
    outline-width: 0;
    outline-style: none;
    outline-color: transparent; }

ol,
ul {
  margin: 0;
  padding: 0; }

b,
strong {
  font-weight: 500; }

em,
i {
  font-style: italic; }

code {
  padding: 0.125em 0.25em;
  background-color: #424242; }

pre {
  margin: 0 0 1.75em;
  padding: 1.75em;
  max-width: 100%;
  border: 1px solid #424242;
  line-height: 1.3125;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * /assets/scss/partials/base/universal.scss
 *
 * Let's define our universal styles
 *
 * - Universal
 * - Box Sizing
 * - Common Classes
 * - Accessibility
 */
/* ----- Universal ---------------------- */
:root {
  --wp--style--block-gap: 24px;
  --wp--style--gallery-gap-default: 24px;
  --gallery-block--gutter-size: 24px;
  --wp--style--unstable-gallery-gap: 24px; }
  @media (max-width: 781px) {
    :root {
      --gallery-block--gutter-size: calc(24px * 0.75); } }
  @media (max-width: 600px) {
    :root {
      --gallery-block--gutter-size: calc(24px * 0.5); } }
svg:not(:root) {
  overflow: hidden; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

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

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased; }

/* ----- Common Classes -------------------- */
.align-left {
  text-align: left; }

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

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

@media (max-width: 781px) {
  .is-style-center-on-tablet {
    text-align: center; } }

@media (max-width: 600px) {
  .is-style-center-on-mobile {
    text-align: center; } }

.ss-spinner {
  position: relative;
  width: 64px;
  border-radius: 64px; }
  .ss-spinner img,
  .ss-spinner svg {
    display: block; }
  .ss-spinner__spinner {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 1;
    animation: rotate 8s linear infinite; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  display: block;
  clip: auto !important;
  height: auto;
  width: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  font-weight: bold;
  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); }

.more-link {
  position: relative; }

/* Layouts */
/**
 * /assets/scss/partials/layouts/archives.scss
 *
 * Let's define our archive styles
 *
 * - Archive
 * - The Loop
 * - Archive Filters
 * - Category
 */
/* ----- Archive -------------------- */
.archive-header {
  padding: clamp(64px, calc(4rem + ((1vw - 6px) * 2.7273)), 76px) 0 clamp(40px, calc(2.5rem + ((1vw - 6px) * 5.6818)), 64px); }
  .archive-header > * {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--layout--thin); }
    .archive-header > *:last-child {
      margin-bottom: 0; }
  .archive-header__description > *:last-child {
    margin-bottom: 0; }
  .blog .archive-header, .search .archive-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: var(--wp--custom--layout--default);
    margin-left: auto;
    margin-right: auto; }
    .blog .archive-header *, .search .archive-header * {
      margin-left: 0;
      margin-right: 0; }

/* ----- The Loop -------------------- */
.loop-wrapper {
  display: grid;
  align-items: flex-start;
  -moz-column-gap: clamp(32px, calc(2rem + ((1vw - 6px) * 1.8182)), 40px);
       column-gap: clamp(32px, calc(2rem + ((1vw - 6px) * 1.8182)), 40px);
  row-gap: clamp(40px, calc(2.4375rem + ((1vw - 6px) * 2.9545)), 52px);
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--wp--custom--layout--thin);
  width: 100%;
  margin: 0 auto; }
  .default-layout .loop-wrapper {
    max-width: var(--wp--custom--layout--default); }
  @media (max-width: 781px) {
    .loop-wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) {
    .loop-wrapper {
      grid-template-columns: repeat(2, 1fr); } }
.loop-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  align-items: flex-start; }
  .loop-item__thumbnail img {
    display: block;
    border-radius: 8px; }
  .loop-item__content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: flex-start; }
  .loop-item__title {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%; }
  .loop-item__cook-time .wprm-recipe-details-unit {
    font-size: inherit; }
  .loop-item.loop-item--recent-post .loop-item__title {
    font-size: 17px;
    font-weight: 500; }

/* ----- Archive Filters -------------------- */
.archive-filters-wrap {
  display: flex;
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto; }
  @media (max-width: 600px) {
    .mobile-filters-open .archive-filters-wrap {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 101;
      max-height: 100vh;
      overflow: hidden; } }
.archive-filters {
  width: 190px;
  margin-right: 80px;
  display: none;
  flex-direction: column;
  row-gap: 36px; }
  .archive-filters__close {
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 12px;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    display: none; }
    .admin-bar .archive-filters__close {
      top: 66px; }
  .archive-filters__mobile-apply {
    display: none;
    margin: 0;
    border: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 1; }
  .archive-filters .facetwp-facet-clear {
    display: none; }
  .archive-filters .facetwp-overflow {
    display: flex;
    flex-direction: column;
    row-gap: 8px; }
    .archive-filters .facetwp-overflow.facetwp-hidden {
      display: none; }
  @media (max-width: 600px) {
    .archive-filters {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      max-height: 100vh;
      background-color: var(--wp--preset--color--background);
      z-index: 1002;
      padding: 32px 24px 222px;
      overflow: hidden;
      overflow-y: scroll; }
      .admin-bar .archive-filters {
        top: 46px;
        height: calc(100vh - 46px);
        max-height: calc(100vh - 46px); }
      .archive-filters__close, .archive-filters__mobile-apply,
      .archive-filters .facetwp-facet-clear {
        display: flex; }
      .archive-filters .facetwp-facet-reset {
        display: none; } }
.archive-filters-toggle__button {
  cursor: pointer; }
  .archive-filters-toggle__button span {
    font-weight: 500;
    color: var(--wp--preset--color--primary); }
    .archive-filters-toggle__button span.show-filters {
      display: block; }
    .archive-filters-toggle__button span.hide-filters {
      display: none; }

.archive-filter {
  display: flex;
  flex-direction: column;
  row-gap: 12px; }
  .archive-filter__header {
    font-weight: 500; }
  .archive-filter .facetwp-facet {
    margin-bottom: 0; }
  @media (max-width: 600px) {
    .archive-filter--reset {
      flex-direction: row;
      -moz-column-gap: 24px;
           column-gap: 24px;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100vw;
      border-top: 1.5px solid rgba(147, 147, 147, 0.25);
      padding: 24px;
      height: 90px;
      background-color: var(--wp--preset--color--background);
      z-index: 1; }
      .archive-filter--reset .facetwp-facet {
        width: calc(50% - 12px);
        justify-content: center; } }
.facetwp-facet-sort_by > select {
  display: none; }

.facetwp-sort-radio,
.facetwp-type-checkboxes {
  display: flex;
  flex-direction: column;
  row-gap: 8px; }

.facetwp-sort-radio .facetwp-radio,
.facetwp-type-checkboxes .facetwp-checkbox {
  padding-left: 32px;
  background-image: url("../images/icons/radio-unchecked.svg");
  background-size: 20px 28px;
  background-position: 0 0;
  margin-bottom: 0; }
  .facetwp-sort-radio .facetwp-radio.checked,
  .facetwp-type-checkboxes .facetwp-checkbox.checked {
    background-image: url("../images/icons/radio-checked.svg");
    color: var(--wp--preset--color--primary);
    font-weight: 500; }
  .facetwp-sort-radio .facetwp-radio .facetwp-counter,
  .facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
    display: none; }

.facetwp-type-checkboxes .facetwp-checkbox {
  background-image: url("../images/icons/checkbox-unchecked.svg"); }
  .facetwp-type-checkboxes .facetwp-checkbox.checked {
    background-image: url("../images/icons/checkbox-checked.svg"); }

.facetwp-toggle {
  font-size: 17px;
  font-weight: 500;
  margin-top: 4px;
  text-decoration: none; }
  .facetwp-toggle::before {
    content: "+";
    margin: 0 17px 0 4px; }
  .facetwp-toggle.open::before {
    content: "-";
    margin: 0 18px 0 6px; }

button.facetwp-reset {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  cursor: pointer; }

@media (min-width: 769px) {
  .content-area.filters-open .archive-filters-toggle__button span.hide-filters {
    display: block; }
  .content-area.filters-open .archive-filters-toggle__button span.show-filters {
    display: none; }
  .content-area.filters-open .archive-filters {
    display: flex; } }

@media (max-width: 768px) {
  .content-area.mobile-filters-open .archive-filters-toggle__button span.hide-filters {
    display: block; }
  .content-area.mobile-filters-open .archive-filters-toggle__button span.show-filters {
    display: none; }
  .content-area.mobile-filters-open .archive-filters {
    display: flex; } }

@media (min-width: 601px) {
  .content-area.filters-open .loop-wrapper {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 782px) {
  .content-area.filters-open .loop-wrapper {
    grid-template-columns: repeat(3, 1fr); } }

/* ----- Category Archives -------------------- */
.archive.category .archive-header.archive-header--category {
  padding-top: 24px;
  padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 6px) * 5.4545)), 64px);
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin-left: auto;
  margin-right: auto; }
  .archive.category .archive-header.archive-header--category * {
    margin-left: 0;
    margin-right: 0; }
  .archive.category .archive-header.archive-header--category .entry-title {
    margin-top: 12px; }
  .archive.category .archive-header.archive-header--category .archive-header__description {
    max-width: 500px;
    margin-top: 36px; }
    .archive.category .archive-header.archive-header--category .archive-header__description p {
      margin: 0; }
      .archive.category .archive-header.archive-header--category .archive-header__description p:not(:first-child) {
        margin-top: 8px; }

.category-archive-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .category-archive-breadcrumbs__sep {
    margin: 0 8px !important;
    color: var(--wp--preset--color--primary);
    font-weight: 500; }

ul.category-archive-cat-list {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px; }

/**
 * /assets/scss/partials/layouts/error404.scss
 *
 * Let's define our error404 styles
 */
.error404 .site-inner .content-area,
.search-no-results .site-inner .content-area {
  padding: 0 0 var(--wp--preset--spacing--xx-large) 0;
  text-align: center; }
  .error404 .site-inner .content-area .entry-content,
  .search-no-results .site-inner .content-area .entry-content {
    max-width: 750px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    text-align: center; }

/**
 * /assets/scss/partials/layouts/flickity.scss
 *
 * Let's define our flickity slideshow styles
 */
.flickity-enabled {
  position: relative; }
  .flickity-enabled:focus {
    outline: none; }
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
    .flickity-enabled.is-draggable .flickity-viewport {
      cursor: move;
      cursor: grab; }
      .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
        cursor: grabbing; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border: none;
  background-color: transparent;
  cursor: pointer; }
  .flickity-prev-next-button:hover {
    background-color: transparent; }
  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: none; }
  .flickity-prev-next-button:active, .flickity-prev-next-button:focus {
    opacity: 0.6; }
  .flickity-prev-next-button.previous {
    left: -40px; }
    .alignfull .flickity-prev-next-button.previous {
      left: 20px; }
    @media (max-width: 1375px) {
      .flickity-prev-next-button.previous {
        left: 20px; } }
    @media (max-width: 850px) {
      .flickity-prev-next-button.previous {
        left: 10px; } }
  .flickity-prev-next-button.next {
    right: -40px; }
    .alignfull .flickity-prev-next-button.next {
      right: 20px; }
    @media (max-width: 1375px) {
      .flickity-prev-next-button.next {
        right: 20px; } }
    @media (max-width: 850px) {
      .flickity-prev-next-button.next {
        right: 10px; } }
  .flickity-prev-next-button:disabled {
    cursor: auto; }
    .flickity-prev-next-button:disabled .arrow {
      fill: #ddd; }
  .flickity-prev-next-button svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .flickity-prev-next-button.next svg {
    left: auto;
    right: 0;
    top: 0; }
  .flickity-prev-next-button .arrow {
    fill: var(--wp--preset--color--primary); }

.block-slideshow ol.flickity-page-dots {
  list-style-type: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (max-width: 850px) {
    .block-slideshow ol.flickity-page-dots {
      top: calc(100% + 30px); } }
  .block-slideshow ol.flickity-page-dots li {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #424242;
    margin: 0 4px;
    cursor: pointer;
    padding-bottom: 0;
    padding-left: 0; }
    .block-slideshow ol.flickity-page-dots li:hover {
      background-color: #ddd; }
    .block-slideshow ol.flickity-page-dots li.is-selected {
      background-color: var(--wp--preset--color--primary); }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

/**
 * /assets/scss/partials/layouts/footer.scss
 *
 * Let's define our footer styles
 */
/* ----- Main Footer -------------------- */
.site-footer {
  width: 100%;
  padding: clamp(124px, calc(7.75rem + ((1vw - 6px) * 8.1818)), 160px) var(--wp--custom--spacing--viewport-padding) clamp(64px, calc(4rem + ((1vw - 6px) * 21.8182)), 160px); }
  .site-footer > .wrap {
    max-width: var(--wp--custom--layout--default);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 72px; }
    @media (max-width: 781px) {
      .site-footer > .wrap {
        gap: 64px; } }
    @media (max-width: 600px) {
      .site-footer > .wrap {
        flex-direction: column;
        align-items: flex-start; } }
  .site-footer__column--left {
    display: flex;
    flex-direction: column; }
    @media (max-width: 600px) {
      .site-footer__column--left {
        order: 2; } }
  .site-footer__column--menus {
    display: flex;
    -moz-column-gap: clamp(64px, calc(4rem + ((1vw - 6px) * 5.4545)), 88px);
         column-gap: clamp(64px, calc(4rem + ((1vw - 6px) * 5.4545)), 88px);
    row-gap: 64px; }
    @media (max-width: 781px) {
      .site-footer__column--menus {
        -moz-column-gap: 42px;
             column-gap: 42px; } }
    @media (max-width: 600px) {
      .site-footer__column--menus {
        flex-wrap: wrap;
        row-gap: clamp(46px, calc(2.875rem + ((1vw - 6px) * 9.5455)), 88px); } }
  .site-footer__copyright {
    margin-top: 24px; }
    .site-footer__copyright p {
      color: var(--wp--preset--color--primary);
      font-weight: 700;
      margin: 0; }
  .site-footer__below-copyright {
    color: var(--wp--preset--color--primary);
    font-size: 16px;
    line-height: 1;
    margin: 8px 0 0 0; }
  .site-footer__menu {
    display: flex;
    flex-direction: column;
    row-gap: 18px; }
  .site-footer__header {
    line-height: 32px;
    font-weight: 500; }

.menu--footer {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 8px; }
  .menu--footer li a {
    color: var(--wp--preset--color--main);
    text-decoration: none;
    font-weight: 400; }
    .menu--footer li a:hover {
      opacity: 0.6; }
    .menu--footer li a:active, .menu--footer li a:focus {
      opacity: 1; }

/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 */
.site-header {
  width: 100%;
  position: relative;
  padding: 38px var(--wp--custom--spacing--viewport-padding);
  background-color: var(--wp--preset--color--background);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .admin-bar .site-header {
    top: 32px; }
    @media (max-width: 782px) {
      .admin-bar .site-header {
        top: 46px; } }
  @media (max-width: 768px) {
    .site-header {
      padding-right: calc(var(--wp--custom--spacing--viewport-padding) - 14px);
      padding-top: 24px;
      padding-bottom: 24px; } }
  .site-header > .wrap {
    width: 100%;
    max-width: var(--wp--custom--layout--default);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 56px; }
  .site-header__logo {
    display: flex; }
    @media (max-width: 768px) {
      .site-header__logo {
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
        .header-search-open .site-header__logo {
          transform: translateX(-100%); } }
    .site-header__logo img {
      display: block; }
    .site-header__logo > a:hover {
      opacity: 0.85; }
    .site-header__logo > a:active, .site-header__logo > a:focus {
      opacity: 1; }

.header-search-toggle {
  position: absolute;
  right: 0;
  top: calc(50% - 24px);
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .header-search-toggle:focus-visible {
    outline-width: 0;
    outline-style: none;
    outline-color: transparent; }
  @media (max-width: 768px) {
    .header-search-toggle {
      right: 48px;
      z-index: 1000;
      transition: right 0.35s ease-in-out; }
      .header-search-open .header-search-toggle {
        right: calc(100% - 36px);
        pointer-events: none;
        transition: right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.075); } }
  @media (min-width: 769px) {
    .header-search-toggle {
      display: flex !important; } }
/**
 * /assets/scss/partials/layouts/interiors.scss
 *
 * Let's define our interior wrapper styles
 */
/* ----- Universal -------------------- */
html {
  scroll-padding-top: 104px; }

@media (max-width: 768px) {
  body.mobile-nav-open, body.header-search-open {
    height: calc(100% - 72px);
    overflow: hidden; } }

@media (min-width: 769px) {
  .site-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh; }
    .admin-bar .site-container {
      min-height: calc(100vh - 32px); } }

.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
  margin-top: 108px; }
  @media (max-width: 768px) {
    .site-inner {
      margin-top: 72px; } }
@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed; } }

.entry-content > h2 {
  margin-top: var(--wp--preset--spacing--large); }

.entry-content > *:last-child {
  margin-bottom: 0; }

/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Mobile Navigation Icon
 * - Mobile Nav
 */
/* ----- Primary Navigation -------------------- */
@media (min-width: 769px) {
  .nav-primary {
    display: block !important; } }

@media (max-width: 768px) {
  .nav-primary {
    display: none; } }

.nav-primary.search-open {
  opacity: 0; }

.nav-primary > ul.menu {
  display: flex;
  flex-wrap: wrap; }
  .nav-primary > ul.menu > .menu-item {
    list-style: none;
    position: relative; }
    @media (min-width: 769px) {
      .nav-primary > ul.menu > .menu-item {
        transition: transform 0.5s ease-in-out, opacity 0.4s ease-in-out; }
        .header-search-open .nav-primary > ul.menu > .menu-item {
          transform: translateX(100px);
          opacity: 0; }
        .nav-primary > ul.menu > .menu-item:hover > .sub-menu, .nav-primary > ul.menu > .menu-item:focus-within > .sub-menu {
          left: auto;
          opacity: 1; } }
    @media (max-width: 768px) {
      .nav-primary > ul.menu > .menu-item {
        width: 100%; }
        .nav-primary > ul.menu > .menu-item.open > .sub-menu {
          display: block; }
        .nav-primary > ul.menu > .menu-item.open > button {
          transform: rotate(180deg); }
        .nav-primary > ul.menu > .menu-item:not(.menu-button) {
          border-top: 1px solid #424242; }
        .nav-primary > ul.menu > .menu-item.menu-button {
          margin-top: 30px; } }
    .nav-primary > ul.menu > .menu-item a {
      border: none;
      color: var(--wp--preset--color--primary);
      display: block;
      font-size: 17px;
      font-weight: 500;
      line-height: 28px;
      padding: 0 20px;
      position: relative;
      text-decoration: none; }
      .nav-primary > ul.menu > .menu-item a:hover {
        color: #FF835C; }
      .nav-primary > ul.menu > .menu-item a:active, .nav-primary > ul.menu > .menu-item a:focus {
        color: #FA5E2C; }
    .nav-primary > ul.menu > .menu-item button {
      background: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding: 0;
      outline: none;
      cursor: pointer;
      position: absolute;
      line-height: 0;
      right: 7px;
      top: 4px;
      width: 48px;
      height: 48px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .nav-primary > ul.menu > .menu-item button svg {
        width: 20px;
        height: 20px; }
      @media (min-width: 769px) {
        .nav-primary > ul.menu > .menu-item button {
          display: none; } }
    .nav-primary > ul.menu > .menu-item.menu-item-has-children > a {
      padding-right: 34px; }
      @media (min-width: 769px) {
        .nav-primary > ul.menu > .menu-item.menu-item-has-children > a::after {
          content: "";
          background-image: url("../images/icons/angle-down.svg");
          width: 16px;
          height: 16px;
          background-size: cover;
          position: absolute;
          top: 16px;
          right: 9px; } }
    .nav-primary > ul.menu > .menu-item.menu-button a span {
      background-color: var(--wp--preset--color--primary);
      color: var(--wp--preset--color--white);
      padding: 10px 20px; }
      .nav-primary > ul.menu > .menu-item.menu-button a span:hover, .nav-primary > ul.menu > .menu-item.menu-button a span:focus {
        background: var(--wp--preset--color--primary);
        color: var(--wp--preset--color--white);
        text-decoration: none; }
    .nav-primary > ul.menu > .menu-item > .sub-menu {
      background: var(--wp--preset--color--white);
      left: -9999px;
      opacity: 0;
      border-radius: 5px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
      padding: 10px 0;
      position: absolute;
      width: auto;
      min-width: 200px;
      z-index: 99; }
      @media (max-width: 768px) {
        .nav-primary > ul.menu > .menu-item > .sub-menu {
          left: auto;
          opacity: 1;
          position: relative;
          width: 100%;
          border-radius: 0;
          box-shadow: none;
          padding: 0;
          background-color: rgba(0, 0, 0, 0.05);
          border-top: 1px solid #424242;
          display: none; } }
      .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item {
        width: 100%;
        display: block;
        clear: both;
        border-top: none !important; }
        .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item a {
          width: 100%;
          background: transparent;
          color: var(--wp--preset--color--main);
          padding: 8px 30px 8px 20px;
          position: relative;
          white-space: nowrap; }
        .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item:hover > a, .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
          color: #424242; }

/* ----- Mobile Nav Icon -------------------- */
.mobile-navigation-icon {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 24px);
  right: 0;
  height: 48px;
  width: 48px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden; }
  .mobile-navigation-icon:focus, .mobile-navigation-icon:focus-visible {
    outline-width: 0;
    outline-style: none;
    outline-color: transparent; }
  @media (max-width: 768px) {
    .mobile-navigation-icon {
      display: flex; } }
  .mobile-navigation-icon__close {
    display: none; }
  .mobile-navigation-icon.open .mobile-navigation-icon__open {
    display: none; }
  .mobile-navigation-icon.open .mobile-navigation-icon__close {
    display: block; }

/* ----- Mobile Nav -------------------- */
.nav-mobile {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  width: 100vw;
  margin-left: calc(var(--wp--custom--spacing--viewport-padding) * -1);
  margin-right: calc(var(--wp--custom--spacing--viewport-padding) * -1);
  background-color: var(--wp--preset--color--background);
  padding: 27px 24px 108px; }
  .mobile-nav-open .nav-mobile {
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 72px);
    height: calc(100vh - 72px); }
  .mobile-nav-open.admin-bar .nav-mobile {
    max-height: calc(100vh - 118px);
    height: calc(100vh - 118px); }
  @media (min-width: 769px) {
    .nav-mobile {
      display: none !important; } }
  .nav-mobile ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 12px; }
    .nav-mobile ul li a {
      font-weight: 500;
      text-decoration: none;
      display: block;
      padding: 2px 0; }
    .nav-mobile ul li.menu-sep {
      position: relative;
      margin-bottom: 18px;
      padding-bottom: 30px; }
      .nav-mobile ul li.menu-sep::after {
        content: "";
        width: 24px;
        height: 2px;
        background-color: var(--wp--preset--color--primary);
        position: absolute;
        bottom: 0;
        left: 0; }
    @media (max-width: 768px) {
      .nav-mobile ul li {
        opacity: 0;
        transition-property: opacity, transform;
        transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
        transition-duration: 300ms;
        transform: translate3d(0, -18px, 0); }
        .mobile-nav-open .nav-mobile ul li {
          opacity: 1;
          transform: translate3d(0, 0, 0); } }
/**
 * /assets/scss/partials/layouts/pagination.scss
 *
 * Let's define our pagination styles
 *
 * - Default
 * - FacetWP Pager
 */
/* ----- Default -------------------- */
.pagination {
  width: 100%;
  margin-top: clamp(80px, calc(5rem + ((1vw - 6px) * 7.2727)), 112px); }
  .pagination .alignleft {
    float: left; }
  .pagination .alignright {
    float: right; }
  .pagination a {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
    text-decoration: none; }
    .pagination a:hover {
      text-decoration: none; }
  .pagination ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; }
    .pagination ul li {
      display: inline-block; }
      .pagination ul li a {
        padding: 7px 10px 8px;
        line-height: 1;
        border-radius: 8px;
        color: var(--wp--preset--color--primary);
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 32px; }
      .pagination ul li.active a {
        background: var(--wp--preset--color--primary);
        color: var(--wp--preset--color--background); }
      .pagination ul li:not(.active) a:hover {
        background-color: rgba(255, 96, 45, 0.03); }
      .pagination ul li:not(.active) a:active, .pagination ul li:not(.active) a:focus {
        background: rgba(255, 96, 45, 0.1); }
      .pagination ul li.pagination-omission {
        color: var(--wp--preset--color--primary); }
      .pagination ul li.pagination-previous a, .pagination ul li.pagination-next a {
        padding: 0; }
        .pagination ul li.pagination-previous a svg rect, .pagination ul li.pagination-next a svg rect {
          fill: transparent; }
        .pagination ul li.pagination-previous a:hover svg rect, .pagination ul li.pagination-next a:hover svg rect {
          fill: rgba(255, 96, 45, 0.03); }
        .pagination ul li.pagination-previous a:active svg rect, .pagination ul li.pagination-previous a:focus svg rect, .pagination ul li.pagination-next a:active svg rect, .pagination ul li.pagination-next a:focus svg rect {
          fill: rgba(255, 96, 45, 0.1); }

/* ----- FacetWP Pager -------------------- */
.archive-pager {
  width: 100%;
  display: flex;
  justify-content: center; }
  .archive-pager .facetwp-facet {
    margin: 0; }
    .archive-pager .facetwp-facet button {
      margin-top: var(--wp--preset--spacing--large);
      margin-bottom: var(--wp--custom--spacing--block-gap); }
      .archive-pager .facetwp-facet button.facetwp-hidden {
        display: none; }

/**
 * /assets/scss/partials/layouts/search.scss
 *
 * Let's define our search styles
 */
.archive-header.archive-header--search {
  padding-top: 24px; }
  @media (max-width: 600px) {
    .archive-header.archive-header--search {
      flex-direction: column;
      align-items: flex-start;
      row-gap: 40px; } }
.search .archive-filters-toggle {
  display: flex;
  -moz-column-gap: var(--wp--preset--spacing--medium);
       column-gap: var(--wp--preset--spacing--medium); }
  @media (max-width: 600px) {
    .search .archive-filters-toggle {
      width: 100%;
      justify-content: space-between; } }
.search-results-top-left {
  display: flex;
  flex-direction: column;
  row-gap: clamp(7px, calc(0.4375rem + ((1vw - 6px) * 1.1364)), 12px); }
  .search-results-top-left__query {
    display: flex;
    flex-direction: column;
    row-gap: 8px; }
    .search-results-top-left__query * {
      line-height: 1; }
    .search-results-top-left__query-top {
      font-size: 16px;
      color: var(--wp--preset--color--tertiary); }
    .search-results-top-left__query-string {
      font-weight: 500; }

.search-overlay {
  position: absolute;
  top: -10px;
  right: 0;
  width: 380px;
  height: 48px;
  background-color: white;
  z-index: 101;
  overflow: hidden;
  display: none; }
  @media (min-width: 769px) {
    .search-overlay {
      border-radius: 12px;
      box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05); } }
  @media (max-width: 768px) {
    .search-overlay {
      position: fixed;
      width: 100vw;
      height: 100vh;
      padding-top: 12px;
      overflow: hidden;
      background-color: var(--wp--preset--color--background);
      left: 0;
      right: 0;
      top: 0; }
      .search-overlay::after {
        content: "";
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        width: 200vw;
        height: 100vh;
        background-color: var(--wp--preset--color--background); }
      .admin-bar .search-overlay {
        top: 32px; } }
    @media (max-width: 768px) and (max-width: 782px) {
      .admin-bar .search-overlay {
        top: 46px; } }
  .search-overlay__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
    @media (max-width: 768px) {
      .search-overlay__close {
        top: calc(clamp(24px, calc(1.5rem + ((1vw - 6px) * 3.6364)), 40px) - 12px);
        right: 10px; } }
  @media (min-width: 769px) {
    .search-overlay form.searchwp-form {
      padding-left: 100%;
      transition: padding-left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.075); }
      .header-search-open .search-overlay form.searchwp-form {
        padding-left: 12px; } }
  .search-overlay form.searchwp-form input.swp-input--search {
    width: 100%;
    height: 48px;
    border: none;
    background-position: left 16px top 50%;
    padding-left: 58px;
    background-image: url("../images/icons/search.svg");
    background-size: 24px 24px;
    color: var(--wp--preset--color--primary);
    font-weight: 500; }
    @media (min-width: 769px) {
      .search-overlay form.searchwp-form input.swp-input--search {
        padding-left: 42px;
        background-position: left 4px top 50%; } }
    @media (max-width: 768px) {
      .search-overlay form.searchwp-form input.swp-input--search {
        background-image: none; } }
    .search-overlay form.searchwp-form input.swp-input--search::-moz-placeholder {
      opacity: 0.5; }
    .search-overlay form.searchwp-form input.swp-input--search::placeholder {
      opacity: 0.5; }

body .searchwp-live-search-results {
  width: 380px;
  padding: 24px 7px;
  background-color: white;
  transform: translateY(-12px);
  max-height: 436px;
  min-height: 100px; }
  @media (min-width: 769px) {
    body .searchwp-live-search-results {
      border-radius: 0 0 12px 12px;
      box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
      transform: translate(-12px, -12px); } }
  @media (max-width: 768px) {
    body .searchwp-live-search-results {
      width: 100%;
      max-height: calc(100vh - calc(48px + clamp(24px, calc(1.5rem + ((1vw - 6px) * 3.6364)), 40px)));
      box-shadow: none;
      padding-left: 12px;
      padding-right: 12px;
      background-color: var(--wp--preset--color--background);
      position: fixed;
      top: 65px !important; } }
  body .searchwp-live-search-results .searchwp-live-search-result {
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 12px;
    border-radius: 8px;
    border-bottom: none; }
    @media (max-width: 768px) {
      body .searchwp-live-search-results .searchwp-live-search-result {
        padding: 10px 12px; } }
    body .searchwp-live-search-results .searchwp-live-search-result:hover {
      background: rgba(255, 96, 45, 0.05); }
    body .searchwp-live-search-results .searchwp-live-search-result__thumbnail {
      width: 48px; }
      body .searchwp-live-search-results .searchwp-live-search-result__thumbnail img {
        display: block;
        width: 100%;
        border-radius: 8px; }
    body .searchwp-live-search-results .searchwp-live-search-result__title {
      flex: 1; }
      body .searchwp-live-search-results .searchwp-live-search-result__title a {
        white-space: initial;
        color: var(--wp--preset--color--main);
        text-decoration: none;
        line-height: 1.4;
        font-weight: 400; }
        body .searchwp-live-search-results .searchwp-live-search-result__title a .highlight {
          color: var(--wp--preset--color--primary);
          font-weight: 500; }
    body .searchwp-live-search-results .searchwp-live-search-result__more-wrap {
      position: relative;
      margin-top: 56px;
      width: 100%;
      padding: 0 12px; }
      body .searchwp-live-search-results .searchwp-live-search-result__more-wrap::before {
        content: "";
        position: absolute;
        top: -28px;
        left: 12px;
        width: 24px;
        height: 2px;
        background-color: var(--wp--preset--color--primary); }
    body .searchwp-live-search-results .searchwp-live-search-result__more-link {
      text-decoration: none;
      font-weight: 500; }

body .searchwp-live-search-no-results {
  padding: 10px 0 10px 14px;
  color: #939393;
  margin: 0;
  text-align: left; }

/**
 * /assets/scss/partials/layouts/sidebars.scss
 *
 * Let's define our sidebars styles
 */
@media (max-width: 900px) {
  .sidebar--primary {
    display: none; } }

@media (min-width: 901px) {
  .content-sidebar-layout .content-area {
    display: grid;
    grid-template-columns: calc(calc(100% - var(--wp--custom--layout--sidebar) - 100px)) var(--wp--custom--layout--sidebar);
    grid-column-gap: 100px;
    width: 100%;
    max-width: var(--wp--custom--layout--default);
    margin-left: auto;
    margin-right: auto; }
  .content-sidebar-layout .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--thin); }
  .content-sidebar-layout .sidebar--primary {
    float: none;
    width: 100%;
    padding: 0 0 var(--wp--preset--spacing--large) 0; } }

/**
 * /assets/scss/partials/layouts/singular.scss
 *
 * Let's define our singular page/post styles
 *
 * - Entry Header/Footer
 * - Author Box
 * - Comments
 * - WPRM
 */
.single-post .entry-content h2,
.single-post .entry-content h3 {
  font-size: var(--wp--preset--font-size--font-size-4);
  letter-spacing: -0.42px; }

.single-post .entry-content > .wp-block-gallery,
.single-post .entry-content > .wp-block-image {
  margin-top: clamp(52px, calc(3.25rem + ((1vw - 6px) * 2.7273)), 64px);
  margin-bottom: clamp(52px, calc(3.25rem + ((1vw - 6px) * 2.7273)), 64px); }
  .single-post .entry-content > .wp-block-gallery:first-child,
  .single-post .entry-content > .wp-block-image:first-child {
    margin-top: 0; }

.single-post .wprm-recipe-container {
  margin-top: 112px; }

/* ----- Entry Header/Footer -------------------- */
.entry-header {
  padding: clamp(64px, calc(4rem + ((1vw - 6px) * 2.7273)), 76px) 0 0; }
  .entry-header > * {
    max-width: var(--wp--custom--layout--thin);
    margin-left: auto;
    margin-right: auto; }
    .entry-header > *:last-child {
      margin-bottom: 0; }
  .entry-header .entry-author {
    display: block;
    width: 100%;
    margin-top: 12px; }
  .entry-header .entry-date {
    display: block;
    width: 100%;
    margin-top: 12px; }

.entry-title {
  margin-top: 0;
  margin-bottom: 0; }

.entry-footer {
  padding: 24px 0; }
  .entry-footer > * {
    max-width: var(--wp--custom--layout--thin);
    margin-left: auto;
    margin-right: auto; }
    .entry-footer > *:last-child {
      margin-bottom: 0; }

.after-entry {
  max-width: var(--wp--custom--layout--thin);
  margin: var(--wp--preset--spacing--large) auto 0; }
  .default-layout .after-entry {
    max-width: var(--wp--custom--layout--default); }

.single-post-categories,
.single-post-tags {
  display: block;
  width: 100%;
  margin-top: var(--wp--preset--spacing--medium); }

.single-related-posts {
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: var(--wp--preset--spacing--xxxx-large) auto 0;
  display: flex;
  flex-direction: column;
  row-gap: 42px;
  grid-column: span 2; }
  @media (max-width: 781px) {
    .single-related-posts {
      width: 100vw;
      margin-right: calc(var(--wp--custom--spacing--viewport-padding) * -1) !important;
      margin-left: calc(var(--wp--custom--spacing--viewport-padding) * -1) !important; } }
  .single-related-posts .loop-wrapper {
    max-width: none;
    margin: 0 auto; }
    @media (max-width: 781px) {
      .single-related-posts .loop-wrapper {
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-left: var(--wp--custom--spacing--viewport-padding);
        padding-right: var(--wp--custom--spacing--viewport-padding); }
        .single-related-posts .loop-wrapper .loop-item {
          flex: 0 0 auto;
          width: 224px; } }
  .single-related-posts > h3,
  .single-related-posts > h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: var(--wp--preset--font-size--font-size-4); }
    @media (max-width: 781px) {
      .single-related-posts > h3,
      .single-related-posts > h2 {
        padding-left: var(--wp--custom--spacing--viewport-padding);
        padding-right: var(--wp--custom--spacing--viewport-padding); } }
.single-post-header {
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--wp--preset--spacing--large); }
  .single-post-header h1 {
    width: 100%;
    position: relative;
    text-wrap: balance;
    text-align: center;
    margin-bottom: clamp(24px, calc(1.5rem + ((1vw - 6px) * 0.9091)), 28px);
    padding-bottom: clamp(31px, calc(1.9375rem + ((1vw - 6px) * 1.1364)), 36px);
    margin-top: var(--wp--preset--spacing--xx-large); }
    .single-post-header h1::after {
      content: "";
      width: 24px;
      height: 2px;
      background-color: var(--wp--preset--color--primary);
      position: absolute;
      bottom: -1px;
      left: calc(50% - 12px); }
  .single-post-header a.wprm-recipe-jump {
    color: var(--wp--preset--color--primary) !important;
    font-weight: 500; }
    .single-post-header a.wprm-recipe-jump:hover {
      color: #FF835C !important; }
    .single-post-header a.wprm-recipe-jump:active, .single-post-header a.wprm-recipe-jump:focus {
      color: #FA5E2C !important; }
  .single-post-header__thumbnail {
    max-width: var(--wp--custom--layout--default);
    margin: 0 auto;
    margin-bottom: var(--wp--preset--spacing--x-large); }
    @media (max-width: 781px) {
      .single-post-header__thumbnail {
        width: 100vw;
        max-width: none;
        margin-right: calc(var(--wp--custom--spacing--viewport-padding) * -1) !important;
        margin-left: calc(var(--wp--custom--spacing--viewport-padding) * -1) !important; } }
    .single-post-header__thumbnail img {
      display: flex;
      width: 100%; }
      @media (min-width: 782px) {
        .single-post-header__thumbnail img {
          border-radius: 12px; } }
/* ----- Author Box -------------------- */
.author-box {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--wp--preset--color--background-2);
  padding: 24px 24px 24px 148px;
  min-height: 148px; }
  @media (max-width: 600px) {
    .author-box {
      display: flex;
      padding: 16px;
      flex-direction: column; } }
  .author-box img {
    position: absolute;
    top: 24px;
    left: 24px;
    border-radius: 100px;
    width: 100px; }
    @media (max-width: 600px) {
      .author-box img {
        position: relative;
        top: auto;
        left: auto;
        margin-bottom: 24px; } }
  .author-box__title {
    margin-top: 0;
    margin-bottom: calc(var(--wp--custom--spacing--block-gap) * 0.5); }
  .author-box__content p {
    margin-bottom: calc(var(--wp--custom--spacing--block-gap) * 0.5); }
    .author-box__content p:last-child {
      margin-bottom: 0; }

/* ----- Comments -------------------- */
.entry-comments {
  display: block;
  width: 100%;
  max-width: var(--wp--custom--layout--thin);
  margin: clamp(112px, calc(7rem + ((1vw - 6px) * 3.6364)), 128px) auto 0; }
  .default-layout .entry-comments {
    max-width: var(--wp--custom--layout--default); }
  .entry-comments h3 {
    margin-top: 0;
    margin-bottom: var(--wp--preset--spacing--medium);
    font-size: var(--wp--preset--font-size--font-size-4); }
    .entry-comments h3.comment-reply-title {
      margin-bottom: 40px; }
  .entry-comments .comment-notes,
  .entry-comments > .wprm-user-rating-summary {
    display: none; }
  .entry-comments img.wprm-comment-rating {
    filter: invert(51%) sepia(41%) saturate(6203%) hue-rotate(346deg) brightness(98%) contrast(94%);
    width: 88px !important;
    height: 17px !important; }

.comment-list {
  margin-bottom: 32px; }
  .comment-list li {
    list-style-type: none; }
    .comment-list li .comment-body {
      position: relative; }
      .comment-list li .comment-body p {
        margin: 0 0 8px; }
        .comment-list li .comment-body p:last-of-type {
          margin-bottom: 0; }
  .comment-list > li {
    overflow: hidden;
    margin: 40px 0; }
  .comment-list .comment-author cite {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700; }
  .comment-list .comment-author .admin-author {
    font-weight: 400; }
  .comment-list .comment-author .says {
    display: none; }
  .comment-list .comment-metadata {
    font-size: 16px;
    color: #939393; }
  .comment-list .comment-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-right: 54px;
    margin-bottom: 4px; }
    .comment-list .comment-meta a {
      color: var(--wp--preset--color--tertiary);
      font-weight: 400;
      font-size: 15px;
      text-decoration: none; }
  .comment-list .reply {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none; }
  .comment-list .children {
    margin: -22px 0 0;
    padding-left: 32px;
    position: relative; }
    .comment-list .children::before {
      content: "";
      background-image: url("../images/icons/ss-icon-comment-reply-arrow.svg");
      position: absolute;
      top: 7px;
      left: 0;
      width: 18px;
      height: 14px;
      background-size: 18px 14px;
      background-repeat: no-repeat; }
    .comment-list .children li {
      margin-bottom: 32px; }
      .comment-list .children li:last-child {
        margin-bottom: 0; }

.more-comments-wrap {
  display: none; }
  .more-comments-wrap > li {
    overflow: hidden;
    margin: 56px 0; }

.comment-list-toggle {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  position: relative;
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
  gap: 4px;
  cursor: pointer; }
  .comment-list-toggle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--wp--preset--color--primary); }
  .comment-list-toggle__show-less {
    display: none; }
  .comment-list-toggle__count {
    font-weight: 400; }
  .comment-list-toggle.pressed .comment-list-toggle__show-less {
    display: block; }
  .comment-list-toggle.pressed .comment-list-toggle__show-more {
    display: none; }

#respond {
  margin: 0 0 clamp(72px, calc(4.5rem + ((1vw - 6px) * 9.0909)), 112px); }

.comment-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%; }
  .comment-form p {
    margin-bottom: 0;
    margin-top: 0; }
  .comment-form .comment-notes,
  .comment-form .logged-in-as {
    font-size: var(--wp--preset--font-size--font-size-2);
    font-style: italic; }
  .comment-form .comment-form-comment {
    width: 100%;
    margin-bottom: 28px;
    display: flex; }
    @media (max-width: 600px) {
      .comment-form .comment-form-comment {
        margin-bottom: 24px; } }
    .comment-form .comment-form-comment > label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
  .comment-form .comment-form-author {
    width: calc(50% - 14px);
    margin-right: 28px; }
    .comment-form .comment-form-author > label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
  .comment-form .comment-form-email {
    width: calc(50% - 14px); }
    .comment-form .comment-form-email > label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
  @media (max-width: 600px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email {
      width: 100%;
      margin-right: 0; }
    .comment-form .comment-form-author {
      margin-bottom: 24px; } }
  .comment-form .comment-form-wprm-rating {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    order: 8;
    margin-top: 35px;
    margin-bottom: 0;
    margin-right: 24px; }
    .comment-form .comment-form-wprm-rating label {
      font-weight: 500; }
    .comment-form .comment-form-wprm-rating .wprm-rating-stars {
      display: flex; }
  .comment-form p.form-submit {
    margin: var(--wp--preset--spacing--medium) 0 0;
    order: 10;
    align-self: flex-end; }
    .comment-form p.form-submit input {
      width: 205px; }
    @media (max-width: 600px) {
      .comment-form p.form-submit {
        width: 100%; }
        .comment-form p.form-submit input {
          width: 100%; } }
/* ----- WPRM -------------------- */
.single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template {
  padding: 0;
  margin-top: clamp(64px, calc(4rem + ((1vw - 6px) * 2.7273)), 76px);
  font-family: var(--wp--preset--font-family--primary-font);
  overflow: initial; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template p,
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template li {
    font-size: 17px !important;
    font-family: var(--wp--preset--font-family--primary-font); }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template ul.wprm-recipe-instructions li {
    margin-bottom: 16px !important; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-image {
    margin-bottom: clamp(64px, calc(4rem + ((1vw - 6px) * 2.7273)), 76px);
    display: none; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-name {
    margin-top: 8px !important;
    margin-bottom: 25px !important;
    padding-bottom: clamp(26px, calc(1.625rem + ((1vw - 6px) * 0.9091)), 30px) !important;
    position: relative;
    font-size: var(--wp--preset--font-size--font-size-6);
    text-wrap: balance;
    line-height: 1.1; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-name::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 24px;
      height: 2px;
      background-color: var(--wp--preset--color--tertiary); }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .recipe-summary-cook-details {
    display: flex;
    -moz-column-gap: var(--wp--preset--spacing--xx-large);
         column-gap: var(--wp--preset--spacing--xx-large); }
    @media (max-width: 600px) {
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .recipe-summary-cook-details {
        flex-direction: column;
        row-gap: 32px; } }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .recipe-summary-cook-details__left {
      flex: 1; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .recipe-summary-cook-details__right {
      width: 224px; }
      @media (max-width: 600px) {
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .recipe-summary-cook-details__right {
          width: 100%; } }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-meta-container.wprm-recipe-times-container {
    display: flex;
    flex-direction: column; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container,
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 24px;
         column-gap: 24px; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container .wprm-recipe-details-label,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container .wprm-recipe-details-label {
      width: 84px; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container .wprm-recipe-details-unit,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container .wprm-recipe-details-unit {
      font-size: inherit; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container.wprm-recipe-total-time-container,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container.wprm-recipe-total-time-container {
      order: -1; }
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container.wprm-recipe-total-time-container .wprm-recipe-details-label,
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container.wprm-recipe-total-time-container .wprm-recipe-details-label {
        font-weight: 500; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container .wprm-recipe-servings-label,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container .wprm-recipe-servings-label {
      font-weight: 500; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container,
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 24px;
         column-gap: 24px; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container .wprm-recipe-details-label,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container .wprm-recipe-details-label {
      width: 84px; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container .wprm-recipe-details-unit,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container .wprm-recipe-details-unit {
      font-size: inherit; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container.wprm-recipe-total-time-container,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container.wprm-recipe-total-time-container {
      order: -1; }
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container.wprm-recipe-total-time-container .wprm-recipe-details-label,
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container.wprm-recipe-total-time-container .wprm-recipe-details-label {
        font-weight: 500; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-time-container .wprm-recipe-servings-label,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-servings-container .wprm-recipe-servings-label {
      font-weight: 500; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .recipe-rating-stars-wrapper {
    display: flex;
    align-items: center; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .recipe-rating-stars-wrapper > span {
      font-weight: 500;
      width: 84px;
      margin-right: 24px; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .recipe-rating-stars-wrapper svg {
      margin-left: 4px; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-header {
    font-size: var(--wp--preset--font-size--font-size-3);
    margin-top: clamp(52px, calc(3.25rem + ((1vw - 6px) * 6.3636)), 80px) !important;
    margin-bottom: 24px !important; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-header.wprm-recipe-ingredients-header {
      display: flex;
      flex-wrap: wrap;
      -moz-column-gap: 24px;
           column-gap: 24px;
      justify-content: space-between;
      align-items: center; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-unit-conversion-container {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #939393;
    font-size: 17px; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-unit-conversion-container a {
      font-family: var(--wp--preset--font-family--primary-font);
      color: #939393; }
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-unit-conversion-container a.wprmpuc-active {
        color: var(--wp--preset--color--primary); }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group,
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group {
    margin-bottom: 0; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group:not(:last-child),
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group:not(:last-child) {
      margin-bottom: 28px; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-group-name,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-group-name {
      font-weight: 500;
      margin-bottom: 8px;
      margin-top: 0 !important;
      display: block; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredients,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredients {
      display: flex;
      flex-direction: column;
      row-gap: 12px; }
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredients .wprm-checkbox-container,
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredients .wprm-checkbox-container {
        top: 3px; }
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredients .wprm-checkbox-container label::before,
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredients .wprm-checkbox-container label::after,
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredients .wprm-checkbox-container label::before,
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredients .wprm-checkbox-container label::after {
          padding-left: 32px;
          background-image: url("../images/icons/checkbox-unchecked.svg");
          background-size: 20px 28px;
          background-position: 0 0;
          margin-bottom: 0;
          width: 20px;
          height: 28px;
          border: none;
          background-repeat: no-repeat; }
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredients .wprm-checkbox-container input[type=checkbox]:checked + label:after,
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredients .wprm-checkbox-container input[type=checkbox]:checked + label:after {
          z-index: 1;
          background-image: url("../images/icons/checkbox-checked.svg");
          left: 0;
          top: 1px;
          transform: rotate(0deg); }
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredients .wprm-checkbox-container input[type=checkbox]:focus + label:before,
        .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredients .wprm-checkbox-container input[type=checkbox]:focus + label:before {
          outline: none !important; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredient-name,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredient-name {
      font-weight: 700; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredient-notes,
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredient-notes {
      opacity: 1;
      font-style: italic; }
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredient-notes::before,
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredient-notes::before {
        content: "("; }
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-ingredient-group .wprm-recipe-ingredient-notes::after,
      .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-instruction-group .wprm-recipe-ingredient-notes::after {
        content: ")"; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-notes h3,
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-notes h4 {
    font-family: var(--wp--preset--font-family--primary-font);
    font-weight: 500; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-notes ul li {
    margin-bottom: 16px !important;
    margin-left: 16px !important; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-notes ul li:last-child {
      margin-bottom: 0 !important; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-notes h2,
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-notes h3 {
    font-size: var(--wp--preset--font-size--font-size-2);
    margin-bottom: 12px !important; }
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-notes h2:not(:first-child),
    .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-notes h3:not(:first-child) {
      margin-top: 24px !important; }
  .single .wprm-recipe-container .wprm-recipe-template-sugar-salted-recipe-template .wprm-recipe-date {
    display: block;
    width: 100%;
    font-style: italic;
    margin: 32px 0 24px; }

.wd-post-date {
  display: block;
  width: 100%;
  font-style: italic;
  margin: 32px 0 24px; }

.recipe-summary-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  position: relative;
  margin-top: 32px;
  padding-top: 32px; }
  .recipe-summary-meta-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: var(--wp--preset--color--primary); }
  .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share {
    display: flex;
    gap: 24px; }
    @media (max-width: 600px) {
      .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share {
        width: 100%; } }
    .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a {
      color: rgba(0, 0, 0, 0) !important;
      background-color: transparent !important;
      border: none !important;
      padding: 0 !important;
      margin: 0 !important;
      width: 20px;
      height: 20px;
      position: relative; }
      .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a::before {
        content: "";
        background-color: transparent;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border-radius: 8px;
        position: absolute;
        top: -10px;
        left: -10px; }
      .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a:hover::before {
        background: rgba(255, 96, 45, 0.03); }
      .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a:active::before, .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a:focus::before {
        background: rgba(255, 96, 45, 0.1); }
      .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .wprm-recipe-icon {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px; }
        .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .wprm-recipe-icon svg {
          display: none; }
        .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .wprm-recipe-icon.wprm-recipe-print-icon {
          background-image: url("../images/icons/ss-icon-print.svg");
          background-position: center center;
          background-size: 20px 20px; }
        .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .wprm-recipe-icon.wprm-recipe-pin-icon {
          background-image: url("../images/icons/ss-icon-pinterest.svg");
          background-position: center center;
          background-size: 20px 20px; }
        .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .wprm-recipe-icon.wprm-recipe-facebook-share-icon {
          background-image: url("../images/icons/ss-icon-facebook.svg");
          background-position: center center;
          background-size: 20px 20px; }
        .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .wprm-recipe-icon.wprm-recipe-copy-to-clipboard {
          background-image: url("../images/icons/ss-icon-link.svg");
          background-position: center center;
          background-size: 20px 20px; }
      .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .recipe-copy-to-clipboard-text {
        position: absolute;
        top: -60px;
        left: calc(50% - 75px);
        width: 150px;
        height: 36px;
        background-color: var(--wp--preset--color--primary);
        border-radius: 12px;
        color: white;
        font-weight: 500;
        padding: 12px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-column-gap: 10px;
             column-gap: 10px;
        box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
        opacity: 0;
        transform: translateY(12px);
        pointer-events: none;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 768px) and (min-width: 601px) {
          .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .recipe-copy-to-clipboard-text {
            left: auto;
            right: 0; } }
        .recipe-summary-meta-wrap .recipe-summary-meta-wrap__share a .recipe-copy-to-clipboard-text.visible {
          opacity: 1;
          transform: translateY(0); }

.single-recipe-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .single-recipe-categories a:hover {
    color: #FF835C; }

/**
 * /assets/scss/partials/layouts/social-media.scss
 *
 * Let's define our social media styles
 */
.social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px; }
  .social-media__links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px; }
  .social-media__link {
    display: flex;
    align-items: center; }
    .social-media__link svg {
      fill: var(--wp--preset--color--primary); }
    .social-media__link:hover, .social-media__link:focus, .social-media__link:active {
      text-decoration: none; }
      .social-media__link:hover svg, .social-media__link:focus svg, .social-media__link:active svg {
        fill: var(--wp--preset--color--main); }

/* Forms */
/**
 * /assets/scss/partials/forms/forms-base.scss
 *
 * Let's define our base form styles
 */
input {
  line-height: normal; }

body input[type="date"],
body input[type="time"],
body input[type="datetime-local"],
body input[type="week"],
body input[type="month"],
body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="number"],
body textarea,
body select,
body .gform_wrapper.gravity-theme input[type="date"],
body .gform_wrapper.gravity-theme input[type="time"],
body .gform_wrapper.gravity-theme input[type="datetime-local"],
body .gform_wrapper.gravity-theme input[type="week"],
body .gform_wrapper.gravity-theme input[type="month"],
body .gform_wrapper.gravity-theme input[type="text"],
body .gform_wrapper.gravity-theme input[type="email"],
body .gform_wrapper.gravity-theme input[type="url"],
body .gform_wrapper.gravity-theme input[type="password"],
body .gform_wrapper.gravity-theme input[type="search"],
body .gform_wrapper.gravity-theme input[type="tel"],
body .gform_wrapper.gravity-theme input[type="number"],
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
  background-color: transparent;
  border: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  color: var(--wp--custom--forms--text-color);
  padding: calc(var(--wp--custom--forms--input-padding-vertical) - 1px) var(--wp--custom--forms--input-padding-horizontal) calc(var(--wp--custom--forms--input-padding-vertical) + 1px);
  width: 100%;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 20px;
  font-size: var(--wp--custom--forms--font-size);
  caret-color: var(--wp--preset--color--primary); }
  body input[type="date"]:focus,
  body input[type="time"]:focus,
  body input[type="datetime-local"]:focus,
  body input[type="week"]:focus,
  body input[type="month"]:focus,
  body input[type="text"]:focus,
  body input[type="email"]:focus,
  body input[type="url"]:focus,
  body input[type="password"]:focus,
  body input[type="search"]:focus,
  body input[type="tel"]:focus,
  body input[type="number"]:focus,
  body textarea:focus,
  body select:focus,
  body .gform_wrapper.gravity-theme input[type="date"]:focus,
  body .gform_wrapper.gravity-theme input[type="time"]:focus,
  body .gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
  body .gform_wrapper.gravity-theme input[type="week"]:focus,
  body .gform_wrapper.gravity-theme input[type="month"]:focus,
  body .gform_wrapper.gravity-theme input[type="text"]:focus,
  body .gform_wrapper.gravity-theme input[type="email"]:focus,
  body .gform_wrapper.gravity-theme input[type="url"]:focus,
  body .gform_wrapper.gravity-theme input[type="password"]:focus,
  body .gform_wrapper.gravity-theme input[type="search"]:focus,
  body .gform_wrapper.gravity-theme input[type="tel"]:focus,
  body .gform_wrapper.gravity-theme input[type="number"]:focus,
  body .gform_wrapper.gravity-theme textarea:focus,
  body .gform_wrapper.gravity-theme select:focus {
    background-color: transparent;
    border-color: var(--wp--custom--forms--border-color-focus);
    color: var(--wp--custom--forms--text-color);
    outline: 0; }

textarea#comment {
  height: 160px; }

body .gform_wrapper.gravity-theme select,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/forms/arrow-down.svg");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  max-width: 100%; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

input[type="search"]::-moz-search-cancel-button {
  -moz-appearance: none; }

/**
 * /assets/scss/partials/forms/forms-gravity.scss
 *
 * Let's define base styles for Gravity Forms
 *
 */
body .gform_wrapper.gravity-theme .gform_fields,
body .gform_wrapper.gform-theme .gform_fields {
  grid-row-gap: var(--wp--custom--forms--spacing-row);
  grid-column-gap: var(--wp--custom--forms--spacing-column); }

body .gform_wrapper.gravity-theme .gform_required_legend,
body .gform_wrapper.gform-theme .gform_required_legend {
  display: none; }

body .gform_wrapper.gravity-theme .gform_validation_errors,
body .gform_wrapper.gform-theme .gform_validation_errors {
  box-shadow: none;
  display: none; }

body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true],
body .gform_wrapper.gform-theme .gfield_error [aria-invalid=true] {
  border-width: var(--wp--custom--forms--border-width); }

body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gform-theme .validation_message {
  border-radius: var(--wp--custom--forms--border-radius);
  padding: 8px;
  font-size: 14px; }

body .gform_wrapper.gravity-theme #field_submit,
body .gform_wrapper.gform-theme #field_submit {
  align-items: flex-end; }

body .gform_wrapper.gravity-theme button.gform-button,
body .gform_wrapper.gravity-theme button.gform_button,
body .gform_wrapper.gform-theme button.gform-button,
body .gform_wrapper.gform-theme button.gform_button {
  border: none;
  padding: var(--wp--custom--forms--input-padding-vertical) 48px;
  line-height: 24px;
  width: 205px;
  height: 48px;
  max-width: 100%;
  margin: 0; }
  @media (max-width: 600px) {
    body .gform_wrapper.gravity-theme button.gform-button,
    body .gform_wrapper.gravity-theme button.gform_button,
    body .gform_wrapper.gform-theme button.gform-button,
    body .gform_wrapper.gform-theme button.gform_button {
      width: 100%; } }
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice,
body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice,
body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice {
  padding: 5px 0;
  position: relative; }
  body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > label,
  body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > label,
  body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > label,
  body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > label {
    display: block;
    position: relative;
    padding: 0 0 0 25px;
    line-height: 1.2;
    font-size: var(--wp--custom--forms--font-size); }
  body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"],
  body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="radio"],
  body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"],
  body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="radio"] {
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer; }
    body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"] + *::before,
    body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="radio"] + *::before,
    body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"] + *::before,
    body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="radio"] + *::before {
      content: "";
      position: absolute;
      top: 1px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #ebe7e7;
      box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15); }
    body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"] + *::after,
    body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="radio"] + *::after,
    body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"] + *::after,
    body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="radio"] + *::after {
      content: "";
      width: 8px;
      height: 8px;
      background-color: var(--wp--preset--color--white);
      position: absolute;
      top: 5px;
      left: 4px;
      border-radius: 10px;
      opacity: 0; }
    body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"]:checked + *::before,
    body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="radio"]:checked + *::before,
    body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"]:checked + *::before,
    body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="radio"]:checked + *::before {
      background-color: var(--wp--preset--color--primary);
      box-shadow: none; }
    body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"]:checked + *::after,
    body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="radio"]:checked + *::after,
    body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="radio"]:checked + *::after,
    body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="radio"]:checked + *::after {
      opacity: 1; }
  body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"],
  body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"],
  body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"],
  body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0;
    height: 0;
    width: 0;
    cursor: pointer; }
    body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"] + *::before,
    body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"] + *::before,
    body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"] + *::before,
    body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"] + *::before {
      content: "";
      position: absolute;
      top: 2px;
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 2px;
      background-color: #ebe7e7;
      box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15); }
    body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"] + *::after,
    body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"] + *::after,
    body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"] + *::after,
    body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"] + *::after {
      content: "";
      background-image: url("../images/forms/check-solid-white.svg");
      background-size: cover;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 5px;
      left: 3px;
      opacity: 0; }
    body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"]:checked + *::before,
    body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"]:checked + *::before,
    body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"]:checked + *::before,
    body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"]:checked + *::before {
      background-color: var(--wp--preset--color--primary);
      box-shadow: none; }
    body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"]:checked + *::after,
    body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"]:checked + *::after,
    body .gform_wrapper.gform-theme .ginput_container .gfield_checkbox .gchoice > input[type="checkbox"]:checked + *::after,
    body .gform_wrapper.gform-theme .ginput_container .gfield_radio .gchoice > input[type="checkbox"]:checked + *::after {
      opacity: 1; }

body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gform-theme .gform_footer {
  padding: 0;
  margin: 24px 0 0 0; }

@media (max-width: 641px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]),
  body .gform_wrapper.gform-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.15;
    min-height: none; } }

body .gform_wrapper.gravity-theme.align-submit-button-center_wrapper .gform_footer,
body .gform_wrapper.gform-theme.align-submit-button-center_wrapper .gform_footer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: var(--wp--custom--forms--spacing-row) 0 0;
  padding: 0; }

body .gform_wrapper.gravity-theme.align-submit-button-right_wrapper .gform_footer,
body .gform_wrapper.gform-theme.align-submit-button-right_wrapper .gform_footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: var(--wp--custom--forms--spacing-row) 0 0;
  padding: 0; }

/* Blocks */
/**
 * /assets/scss/partials/blocks/blocks-base.scss
 *
 * Let's define our basic block styles
 *
 * - Imports Core
 * - Imports ACF Blocks
 * - Base Colors
 * - Layouts
 * - Disable ACF Links
 * - Editor Variation Icon Styles
 * - Editor Title Styles
 */
/* ----- Import Core Partials -------------------- */
/**
 * /assets/scss/partials/blocks/blocks-core.scss
 *
 * Let's define our core block styles
 *
 * - Buttons
 * - Columns
 * - Cover
 * - Embed
 * - Gallery
 * - Group
 * - Images
 * - Lists
 * - Paragraphs
 * - Quotes
 * - Search
 * - Separators
 * - Tables
 *
 */
/* ----- Buttons -------------------- */
.wp-block-button__link {
  text-decoration: none; }
  .wp-block-button__link.has-background-background-color {
    color: var(--wp--preset--color--primary) !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .wp-block-button__link.has-background-background-color:hover {
      background-color: var(--wp--preset--color--background) !important;
      color: var(--wp--preset--color--primary) !important;
      text-decoration: underline; }

/* ----- Columns -------------------- */
.wp-block-columns {
  gap: var(--wp--custom--spacing--column-gap); }
  @media (max-width: 781px) and (min-width: 600px) {
    .wp-block-columns .wp-block-column:not(:only-child) {
      flex-basis: calc(calc(100% - var(--wp--custom--spacing--column-gap)) / 2) !important; } }
  @media (max-width: 781px) {
    .wp-block-columns .wp-block-column.is-style-top-tablet {
      order: -1; } }
  @media (max-width: 600px) {
    .wp-block-columns .wp-block-column.is-style-top-mobile {
      order: -1; } }
  @media (max-width: 900px) {
    .wp-block-columns.is-style-wide-break {
      flex-wrap: wrap; }
      .wp-block-columns.is-style-wide-break .wp-block-column {
        flex-basis: 100% !important; } }
  @media (max-width: 781px) {
    .wp-block-columns.is-style-mobile-order-swap .wp-block-column:last-child {
      order: -1; } }
  @media (max-width: 1000px) {
    .wp-block-columns:has(> *:nth-child(4n)) {
      flex-wrap: wrap !important; }
      .wp-block-columns:has(> *:nth-child(4n)) .wp-block-column {
        flex-basis: calc(calc(100% - var(--wp--custom--spacing--column-gap)) / 2); } }
/* ----- Cover -------------------- */
.wp-block-cover {
  padding: 0 var(--wp--custom--spacing--viewport-padding); }
  .wp-block-cover__inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--layout--thin);
    padding-left: 0;
    padding-right: 0; }
    body.default-layout .wp-block-cover__inner-container,
    .wp-block-cover__inner-container > .wp-block-group {
      max-width: var(--wp--custom--layout--default); }
    body.default-layout .wp-block-cover__inner-container.alignwide {
      max-width: var(--wp--custom--layout--wide); }

/* ----- Embed -------------------- */
.wp-block-embed iframe,
.wp-block-embed video {
  border-radius: 12px; }
  @media (max-width: 600px) {
    .wp-block-embed iframe,
    .wp-block-embed video {
      border-radius: 4px; } }
/* ----- Group -------------------- */
.wp-block-group.is-horizontal {
  -moz-column-gap: 16px;
       column-gap: 16px; }

.wp-block-group.alignfull {
  margin-top: 0; }
  .wp-block-group.alignfull.has-background {
    padding-top: var(--wp--preset--spacing--xx-large);
    padding-bottom: var(--wp--preset--spacing--xx-large); }

.wp-block-group.is-style-author-card {
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100% !important; }
  @media (max-width: 1000px) and (min-width: 782px) {
    .wp-block-group.is-style-author-card {
      background-position: calc(100% + 100px) 50%; }
      .wp-block-group.is-style-author-card > .wp-block-group {
        padding-left: 40px !important;
        padding-right: 40px !important; } }
  @media (max-width: 781px) {
    .wp-block-group.is-style-author-card {
      background-size: auto 240px !important;
      background-position: bottom center;
      padding-bottom: 240px !important; }
      .wp-block-group.is-style-author-card > .wp-block-group {
        padding: 32px 28px !important; } }
  @media (max-width: 600px) {
    .wp-block-group.is-style-author-card {
      background-sizee: auto 190px !important;
      padding-bottom: 190px; } }
.wp-block-group.is-style-clipper {
  position: relative;
  border: 2px dashed var(--wp--preset--color--primary);
  border-radius: 12px; }
  @media (max-width: 600px) {
    .wp-block-group.is-style-clipper {
      padding-left: 32px !important;
      padding-right: 32px !important; } }
  .wp-block-group.is-style-clipper::before {
    content: "";
    background-image: url("../images/icons/ss-scissors.svg");
    background-size: cover;
    width: 28px;
    height: 28px;
    position: absolute;
    top: -14px;
    left: 32px;
    background-color: var(--wp--preset--color--background); }

@media (max-width: 781px) {
  .wp-block-group.is-style-no-top-margin-tablet {
    margin-top: 0 !important; } }

@media (max-width: 600px) {
  .wp-block-group.is-style-no-top-margin-mobile {
    margin-top: 0 !important; } }

/* ----- Images -------------------- */
.wp-block-image img,
figure.wp-block-image:not(.wp-block) img {
  display: block;
  border-radius: 8px; }

.wp-block-image.aligncenter,
figure.wp-block-image:not(.wp-block).aligncenter {
  text-align: center; }
  .wp-block-image.aligncenter img,
  .wp-block-image.aligncenter > .components-resizable-box__container,
  figure.wp-block-image:not(.wp-block).aligncenter img,
  figure.wp-block-image:not(.wp-block).aligncenter > .components-resizable-box__container {
    display: inline-block; }

.wp-block-image.alignfull figcaption,
figure.wp-block-image:not(.wp-block).alignfull figcaption {
  padding: 0 var(--wp--custom--spacing--viewport-padding); }

@media (min-width: 601px) {
  .wp-block-image.alignleft, .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignleft,
  figure.wp-block-image:not(.wp-block).alignright {
    margin-bottom: var(--wp--custom--spacing--block-gap); } }

@media (max-width: 600px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  figure.wp-block-image:not(.wp-block) .alignleft,
  figure.wp-block-image:not(.wp-block) .alignright {
    float: none; } }

.wp-block-image figcaption,
figure.wp-block-image:not(.wp-block) figcaption {
  display: flex;
  margin: 5px 0 0;
  font-style: italic;
  font-size: 0.9rem; }

@media (max-width: 600px) {
  .wp-block-image.is-style-mobile-bleed,
  figure.wp-block-image:not(.wp-block).is-style-mobile-bleed {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc( -1 * var(--wp--custom--spacing--viewport-padding));
    margin-right: calc( -1 * var(--wp--custom--spacing--viewport-padding)); }
    .wp-block-image.is-style-mobile-bleed img,
    figure.wp-block-image:not(.wp-block).is-style-mobile-bleed img {
      border-radius: 0; } }

img.emoji {
  max-width: 16px;
  display: inline-block; }

/* ----- Lists -------------------- */
.entry-content ul,
.entry-content ol,
.block-area ul,
.block-area ol,
ul.wp-block,
ol.wp-block {
  padding: 0 0 0 16px;
  margin-bottom: var(--wp--custom--spacing--block-gap);
  background-color: transparent !important; }
  .entry-content ul li,
  .entry-content ol li,
  .block-area ul li,
  .block-area ol li,
  ul.wp-block li,
  ol.wp-block li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 8px;
    line-height: 1.647; }
    .entry-content ul li:last-child,
    .entry-content ol li:last-child,
    .block-area ul li:last-child,
    .block-area ol li:last-child,
    ul.wp-block li:last-child,
    ol.wp-block li:last-child {
      margin-bottom: 0; }
    .entry-content ul li::marker,
    .entry-content ol li::marker,
    .block-area ul li::marker,
    .block-area ol li::marker,
    ul.wp-block li::marker,
    ol.wp-block li::marker {
      color: var(--wp--preset--color--main);
      margin-right: 5px; }
  .entry-content ul.has-primary-background-color li::marker,
  .entry-content ol.has-primary-background-color li::marker,
  .block-area ul.has-primary-background-color li::marker,
  .block-area ol.has-primary-background-color li::marker,
  ul.wp-block.has-primary-background-color li::marker,
  ol.wp-block.has-primary-background-color li::marker {
    color: var(--wp--preset--color--primary); }
  .entry-content ul.has-secondary-background-color li::marker,
  .entry-content ol.has-secondary-background-color li::marker,
  .block-area ul.has-secondary-background-color li::marker,
  .block-area ol.has-secondary-background-color li::marker,
  ul.wp-block.has-secondary-background-color li::marker,
  ol.wp-block.has-secondary-background-color li::marker {
    color: var(--wp--preset--color--primary); }
  .entry-content ul.has-background-background-color li::marker,
  .entry-content ol.has-background-background-color li::marker,
  .block-area ul.has-background-background-color li::marker,
  .block-area ol.has-background-background-color li::marker,
  ul.wp-block.has-background-background-color li::marker,
  ol.wp-block.has-background-background-color li::marker {
    color: var(--wp--preset--color--background); }

.entry-content ol li,
.block-area ol li,
ol.wp-block li {
  margin-left: 20px !important;
  padding-left: 12px !important; }
  .entry-content ol li::marker,
  .block-area ol li::marker,
  ol.wp-block li::marker {
    font-weight: 500; }

ul.wprm-recipe-instructions li::marker {
  font-weight: 500; }

/* ----- Paragraphs -------------------- */
p {
  padding: 0; }

/* ----- Quotes -------------------- */
.wp-block-quote {
  margin: var(--wp--custom--spacing--block-gap) auto;
  background: var(--wp--custom--color--grey-light);
  padding: var(--wp--preset--spacing--medium);
  border-left: 10px solid var(--wp--custom--color--grey-medium); }
  .wp-block-quote p {
    font-size: 20px;
    margin-bottom: var(--wp--custom--spacing--block-gap); }
    .wp-block-quote p:last-child {
      margin-bottom: 0; }
  .wp-block-quote cite {
    margin-top: var(--wp--custom--spacing--block-gap);
    display: block; }

/* ----- Search -------------------- */
.wp-block-search {
  margin-bottom: var(--wp--custom--spacing--block-gap); }
  .wp-block-search__inside-wrapper {
    gap: 12px; }
    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
      border: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
      padding: 0;
      border-radius: var(--wp--custom--forms--border-radius);
      line-height: 1.15; }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
        padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal); }
      .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
        margin: 5px 5px 5px 0; }
    .wp-block-search__inside-wrapper .wp-block-search__input {
      padding-left: 44px;
      background-image: url("../images/icons/search-light.svg");
      background-position: 15px 13px;
      background-size: 20px 20px;
      background-repeat: no-repeat; }
      .wp-block-search__inside-wrapper .wp-block-search__input:focus {
        background-image: url("../images/icons/search.svg"); }
  .wp-block-search__button {
    margin-left: 0; }

/* ----- Separators -------------------- */
hr,
hr.wp-block-separator {
  border: none !important;
  height: 1px !important; }
  hr.is-style-dotted,
  hr.wp-block-separator.is-style-dotted {
    height: 2px !important;
    background: repeating-linear-gradient(to right, currentColor, currentColor 2px, transparent 2px, transparent 6px);
    background-clip: content-box;
    border-radius: 2px;
    background-color: transparent !important;
    border: none !important; }

/* ----- Tables -------------------- */
.wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0; }
  .wp-block-table table th {
    border: 1px solid #424242;
    padding: 10px;
    position: relative;
    text-align: left; }
  .wp-block-table table td {
    border: 1px solid #424242;
    padding: 10px;
    position: relative; }

.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td {
  border-color: transparent; }

.wp-block-table.is-style-stripes table tbody tr:nth-of-type(odd) {
  background-color: #fafafa; }

/* ----- Import ACF Block Partials -------------------- */
/**
 * /assets/scss/partials/blocks/blocks-acf.scss
 *
 * Let's define our custom ACF block styles
 *
 * - Featured Post
 * - My Shop
 * - Recent Posts
 *
 */
/* ----- Featured Post -------------------- */
.block-featured-post__inner {
  display: flex;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 32px; }
  @media (min-width: 1001px) {
    .block-featured-post__inner {
      align-items: center; } }
  @media (max-width: 1000px) {
    .block-featured-post__inner {
      -moz-column-gap: 0;
           column-gap: 0; } }
  @media (max-width: 781px) {
    .block-featured-post__inner {
      flex-direction: column;
      flex-wrap: wrap;
      row-gap: 24px; } }
.block-featured-post__content {
  width: 340px;
  display: flex;
  flex-direction: column;
  row-gap: 8px; }
  @media (min-width: 601px) {
    .block-featured-post__content .ss-spinner {
      margin-bottom: 22px; } }
  @media (max-width: 1000px) {
    .block-featured-post__content {
      width: 372px;
      padding: 0; } }
  @media (max-width: 781px) {
    .block-featured-post__content {
      width: 100%; } }
  .block-featured-post__content * {
    margin: 0; }

.block-featured-post__title a:hover {
  text-decoration: none;
  color: #FF835C; }

.block-featured-post__title a:active, .block-featured-post__title a:focus {
  color: #fa5e2c; }

.block-featured-post__excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  margin-top: 8px; }

.block-featured-post__link {
  margin-top: 16px; }
  @media (max-width: 600px) {
    .block-featured-post__link {
      margin-top: 8px; } }
.block-featured-post__image {
  flex: 1;
  position: relative; }
  @media (max-width: 781px) {
    .block-featured-post__image {
      flex: none;
      width: 100%;
      order: -1; } }
  .block-featured-post__image img {
    display: block;
    border-radius: 8px; }
    @media (max-width: 1000px) and (min-width: 782px) {
      .block-featured-post__image img {
        transform: translateX(60px);
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; } }
    @media (max-width: 600px) {
      .block-featured-post__image img {
        border-radius: 4px; } }
  @media (max-width: 1000px) and (min-width: 782px) {
    .block-featured-post__image a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
.block-featured-post.image-alignment-left .block-featured-post__inner {
  flex-direction: row-reverse; }

@media (max-width: 1000px) and (min-width: 782px) {
  .block-featured-post.image-alignment-left .block-featured-post__image img {
    transform: translateX(-64px); } }

.block-featured-post:not(.recipe-of-the-day) .block-featured-post__image {
  display: flex;
  align-items: center; }
  .block-featured-post:not(.recipe-of-the-day) .block-featured-post__image > a {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 8px; }
  .block-featured-post:not(.recipe-of-the-day) .block-featured-post__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media (min-width: 1001px) {
  .block-featured-post.recipe-of-the-day .block-featured-post__inner {
    -moz-column-gap: 88px;
         column-gap: 88px; }
  .block-featured-post.recipe-of-the-day .block-featured-post__content {
    width: 312px;
    z-index: 1; }
  .block-featured-post.recipe-of-the-day .block-featured-post__link {
    margin-top: 8px; } }

@media (max-width: 781px) {
  .block-featured-post.recipe-of-the-day {
    margin-top: 0 !important; }
    .block-featured-post.recipe-of-the-day .block-featured-post__inner {
      row-gap: 0; }
    .block-featured-post.recipe-of-the-day .block-featured-post__image {
      width: 100vw;
      max-width: none;
      margin-left: calc(var(--wp--custom--spacing--viewport-padding) * -1);
      margin-right: calc(var(--wp--custom--spacing--viewport-padding) * -1); }
      .block-featured-post.recipe-of-the-day .block-featured-post__image img {
        border-radius: 0;
        width: 100%; }
    .block-featured-post.recipe-of-the-day .block-featured-post__content {
      position: relative;
      padding-top: 55px;
      z-index: 1; }
    .block-featured-post.recipe-of-the-day .ss-spinner {
      position: absolute;
      top: -32px;
      left: 0; } }

/* ----- My Shop -------------------- */
.block-my-shop {
  padding-top: clamp(56px, calc(3.5rem + ((1vw - 6px) * 0.9091)), 60px); }
  .block-my-shop__section {
    display: flex;
    flex-direction: column;
    gap: clamp(25px, calc(2rem + ((1vw - 6px) * -1.5909)), 32px); }
    .block-my-shop__section:not(:first-child) {
      margin-top: clamp(68px, calc(4.25rem + ((1vw - 6px) * 18.1818)), 148px); }
  .block-my-shop__section-header {
    width: 100%;
    display: flex;
    gap: 24px;
    justify-content: space-between; }
    .block-my-shop__section-header > h2 {
      margin: 0; }
  .block-my-shop__show-more {
    cursor: pointer;
    color: var(--wp--preset--color--primary);
    font-weight: 500; }
    .block-my-shop__show-more .block-my-show__show-more-less {
      display: none; }
  .block-my-shop__loop, .block-my-shop__hidden {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px; }
    @media (max-width: 600px) {
      .block-my-shop__loop, .block-my-shop__hidden {
        gap: 24px; } }
  .block-my-shop__hidden {
    display: none; }
    .block-my-shop__hidden.open {
      display: flex !important; }
  .block-my-shop__loop-item {
    width: calc(calc(100% - 80px) / 3);
    background-color: #FAF7F5;
    padding: 84px 32px 45px; }
    @media (max-width: 1000px) {
      .block-my-shop__loop-item {
        padding: 40px 24px; } }
    @media (max-width: 781px) {
      .block-my-shop__loop-item {
        width: calc(calc(100% - 40px) / 2); } }
    @media (max-width: 600px) {
      .block-my-shop__loop-item {
        width: 100%;
        display: flex;
        gap: 32px;
        padding: 28px 32px;
        align-items: center; } }
  .block-my-shop__loop-item-thumbnail {
    width: 100%;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px; }
    @media (max-width: 600px) {
      .block-my-shop__loop-item-thumbnail {
        width: 92px;
        height: auto;
        margin-bottom: 0; } }
    .block-my-shop__loop-item-thumbnail img {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      display: block; }
  @media (max-width: 600px) {
    .block-my-shop__loop-item-content {
      flex: 1; } }
  .block-my-shop__loop-item-title {
    margin: 0;
    font-weight: 500;
    width: 100%; }
    @media (min-width: 601px) {
      .block-my-shop__loop-item-title {
        text-align: center; } }
  .block-my-shop__loop-item-link {
    display: flex;
    width: 100%;
    margin-top: 4px; }
    @media (min-width: 601px) {
      .block-my-shop__loop-item-link {
        justify-content: center; } }
/* ----- Recent Posts -------------------- */
.block-recent-posts {
  display: flex;
  flex-direction: column;
  row-gap: clamp(32px, calc(2rem + ((1vw - 6px) * 1.3636)), 38px); }
  @media (max-width: 781px) {
    body .entry-content .block-recent-posts {
      width: 100vw;
      margin-right: calc(var(--wp--custom--spacing--viewport-padding) * -1) !important;
      margin-left: calc(var(--wp--custom--spacing--viewport-padding) * -1) !important; } }
  .block-recent-posts__top {
    display: flex;
    align-items: center;
    -moz-column-gap: var(--wp--preset--spacing--medium);
         column-gap: var(--wp--preset--spacing--medium);
    justify-content: space-between; }
    @media (max-width: 781px) {
      .block-recent-posts__top {
        padding-left: var(--wp--custom--spacing--viewport-padding);
        padding-right: var(--wp--custom--spacing--viewport-padding); }
        .block-recent-posts__top .block-recent-posts__button {
          display: none; } }
  .block-recent-posts__header {
    margin-top: 0;
    margin-bottom: 0; }
  .block-recent-posts .loop-wrapper {
    -moz-column-gap: clamp(28px, calc(1.75rem + ((1vw - 6px) * 4.5455)), 48px);
         column-gap: clamp(28px, calc(1.75rem + ((1vw - 6px) * 4.5455)), 48px); }
    @media (max-width: 781px) {
      .block-recent-posts .loop-wrapper {
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-left: var(--wp--custom--spacing--viewport-padding);
        padding-right: var(--wp--custom--spacing--viewport-padding); }
        .block-recent-posts .loop-wrapper .loop-item {
          flex: 0 0 auto;
          width: 224px; } }
    .block-recent-posts .loop-wrapper .loop-item--recent-post-more {
      align-items: flex-end; }
      @media (min-width: 782px) {
        .block-recent-posts .loop-wrapper .loop-item--recent-post-more {
          display: none; } }
      .block-recent-posts .loop-wrapper .loop-item--recent-post-more .block-recent-posts__button {
        margin-top: calc(69.64% - 42px); }
        .block-recent-posts .loop-wrapper .loop-item--recent-post-more .block-recent-posts__button a {
          display: flex;
          align-items: center;
          background-color: #FFF6F0;
          padding: 3px 17px 7px 19px;
          border-radius: 8px; }

.wp-block-wd-acf-recent-posts .loop-item {
  font-size: initial; }

/* ----- Base Colors -------------------- */
.has-text-color > a {
  color: inherit; }

/* ----- Layouts -------------------- */
.entry-content > *,
.block-area > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin); }
  body.default-layout .entry-content > *, body.default-layout .block-area > * {
    max-width: var(--wp--custom--layout--default); }
  body.default-layout .entry-content > *.alignwide, body.default-layout .block-area > *.alignwide {
    max-width: var(--wp--custom--layout--wide); }
  body.default-layout .entry-content > *.alignfull, .entry-content > *.alignfull, body.default-layout .block-area > *.alignfull,
  .block-area > *.alignfull {
    width: calc(100% + calc(var(--wp--custom--spacing--viewport-padding) * 2));
    max-width: 100vw;
    margin-left: calc( -1 * var(--wp--custom--spacing--viewport-padding));
    margin-right: calc( -1 * var(--wp--custom--spacing--viewport-padding)); }
  @media (max-width: 781px) {
    body:not(.content-sidebar-layout) .entry-content > *.alignwide, body:not(.content-sidebar-layout) .block-area > *.alignwide {
      width: calc(100% + calc(var(--wp--custom--spacing--viewport-padding) * 2));
      max-width: 100vw;
      margin-left: calc( -1 * var(--wp--custom--spacing--viewport-padding));
      margin-right: calc( -1 * var(--wp--custom--spacing--viewport-padding)); } }
.entry-content.block-area-single-post-bottom > *,
.block-area.block-area-single-post-bottom > * {
  max-width: var(--wp--custom--layout--default); }

body.default-layout .entry-header > *,
body.default-layout .entry-footer > *,
body.default-layout .archive-header > * {
  max-width: var(--wp--custom--layout--default); }

body.content-sidebar-layout .entry-content > *.alignfull {
  margin-left: 0;
  margin-right: 0; }

/* ----- Disable Links within ACF blocks -------------------- */
.acf-block-preview .acf-block.disable-pointer-events a {
  pointer-events: none; }

/* ----- Editor Variation Icon Styles -------------------- */
.components-button.block-editor-block-variation-picker__variation.has-icon .dashicon {
  font-size: 30px;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0; }

/* ----- Editor Title Styles -------------------- */
.edit-post-visual-editor__post-title-wrapper {
  margin-top: var(--wp--style--block-gap) !important;
  border-bottom: 1px dashed #ccc;
  padding-left: 0;
  padding-right: 0; }
  .edit-post-visual-editor__post-title-wrapper .editor-post-title__input.wp-block {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: bold;
    color: black;
    font-size: 28px;
    text-transform: none;
    letter-spacing: 0; }
/*# sourceMappingURL=main.css.map */