/*!
Theme Name: Nordic Ware
Theme URI: http://underscores.me/
Author: Irish Titan
Author URI: https://irishtitan.com/
Description: Description
Version: 1.1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nordic_ware
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Nordic Ware is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #152848;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-family: quicksand, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: quicksand, sans-serif; }

h2 {
  font-size: 36px;
  font-weight: 400; }
  @media screen and (max-width: 775px) {
    h2 {
      font-size: 26px; } }

p {
  margin-bottom: 1.5em;
  font-family: quicksand, sans-serif; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }
  body.modal-open {
    overflow-y: hidden; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #152848; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: 2px solid #2296fd;
    background-color: rgba(34, 150, 253, 0.15); }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  cursor: pointer; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    outline: 2px solid #2296fd;
    background-color: rgba(34, 150, 253, 0.15); }

.button {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1; }
  @media screen and (max-width: 485px) {
    .button {
      width: 100%; } }
  .button:hover, .button:focus {
    text-decoration: none;
    opacity: 1; }
  .button i.icon-right {
    margin-left: 8px; }
  .button i.icon-left {
    margin-right: 8px; }
  .button--primary {
    background-color: #b8232a;
    border: 1px solid #b8232a;
    color: #fff; }
    .button--primary:hover, .button--primary:focus {
      color: #b8232a;
      background-color: #fff;
      border: 1px solid #b8232a; }
  .button--red {
    background-color: #b8232a;
    color: #fff;
    border: 1px solid #b8232a; }
    .button--red:hover, .button--red:focus {
      color: #b8232a;
      background-color: #fff;
      border: 1px solid #b8232a; }
  .button--dark-blue {
    background-color: #152848;
    color: #fff;
    border: 1px solid #152848; }
    .button--dark-blue:hover, .button--dark-blue:focus {
      color: #152848;
      background-color: #fff;
      border: 1px solid #152848; }
  .button--white {
    background-color: #fff;
    color: #4a424a;
    border: 1px solid #fff; }
    .button--white:hover, .button--white:focus {
      color: #fff;
      background-color: #4a424a;
      border: 1px solid #fff; }
  .button--gray {
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #4a424a; }
    .button--gray:hover, .button--gray:focus {
      background-color: #fff;
      border: 1px solid #4a424a; }
  .button--outline {
    background-color: #fff;
    border: 1px solid #152848;
    color: #152848;
    cursor: pointer; }
    .button--outline:hover, .button--outline:focus {
      color: #fff;
      background-color: #152848;
      border: 1px solid #152848; }
  .button--full {
    width: 100%;
    text-align: center; }
  .button--large {
    padding: 12px 24px; }
  .button--small {
    padding: 4px 24px; }
  .button--link {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    font-family: quicksand, sans-serif;
    text-transform: none;
    text-decoration: underline; }
    .button--link:hover, .button--link:focus {
      text-decoration: none; }
  .button--disabled {
    pointer-events: none; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 40px;
  /**
		Remove container styles on category and product pages
	*/ }
  @media screen and (max-width: 775px) {
    .page-content,
    .entry-content,
    .entry-summary {
      padding: 0 16px; } }
  .tax-bigcommerce_category .page-content,
  .post-type-archive-bigcommerce_product .page-content,
  .single-bigcommerce_product .page-content, .tax-bigcommerce_category
  .entry-content,
  .post-type-archive-bigcommerce_product
  .entry-content,
  .single-bigcommerce_product
  .entry-content, .tax-bigcommerce_category
  .entry-summary,
  .post-type-archive-bigcommerce_product
  .entry-summary,
  .single-bigcommerce_product
  .entry-summary {
    max-width: none;
    margin: 0;
    padding: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.entry-title {
  max-width: 1170px;
  margin: .67em auto;
  padding: 0 40px; }

.entry-content__subhead {
  text-align: center; }
  .entry-content__subhead h2 {
    margin-top: 64px;
    margin-bottom: 16px; }
    @media screen and (max-width: 775px) {
      .entry-content__subhead h2 {
        margin-top: 30px; } }
  .entry-content__subhead p {
    margin: 0 auto;
    margin-bottom: 64px;
    max-width: 600px;
    font-style: italic; }
    @media screen and (max-width: 775px) {
      .entry-content__subhead p {
        margin-bottom: 32px; } }

.entry-content__columns-wrapper {
  display: flex;
  flex-wrap: wrap; }

.entry-content__column {
  flex-grow: 1; }
  .entry-content__column--one {
    width: 60%;
    padding-right: 64px; }
    @media screen and (max-width: 775px) {
      .entry-content__column--one {
        width: 100%;
        padding-right: 0; } }
  .entry-content__column--two {
    width: 40%; }
    @media screen and (max-width: 775px) {
      .entry-content__column--two {
        width: 100%; } }
  .entry-content__column--one-single {
    width: 60%; }
    @media screen and (max-width: 775px) {
      .entry-content__column--one-single {
        width: 100%; } }

.error404 .page-header {
  max-width: 1170px;
  margin: 0 auto;
  padding: 48px 40px 0 40px; }

.error404 .page-content input[type="submit"].search-submit {
  background-color: #b8232a;
  border: 1px solid #b8232a;
  color: #fff;
  height: 44px;
  text-transform: uppercase;
  border: none;
  letter-spacing: 2px;
  border-radius: 0; }
  .error404 .page-content input[type="submit"].search-submit:hover, .error404 .page-content input[type="submit"].search-submit:focus {
    color: #b8232a;
    background-color: #fff;
    border: 1px solid #b8232a; }

.error404 .page-content input[type="search"] {
  height: 46px;
  border-radius: 0;
  padding: 16px; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.comment-author img {
  display: none; }

.comment-list .comment {
  margin-bottom: 3rem; }

.comment-list .says {
  display: none; }

.comment-list li {
  list-style: none; }

.comment-list a {
  text-decoration: none; }

.comment-list .reply {
  display: none; }

.comment-content .rating-stars {
  display: none; }

.comment-list {
  padding-inline-start: 0; }
  .comment-list p {
    margin-bottom: 0.25rem; }

.rating-stars i.rated:after, #stars-rating-review .br-widget a.br-selected:after {
  content: '\2605';
  color: #b8232a; }

.rating-stars i.stars-style-solid:after {
  content: '\2605'; }

#stars-rating-review .br-widget a.br-active:after {
  color: #b8232a; }

#stars-rating-review .stars-style-solid .br-widget a:after {
  content: '\2605'; }

.stars-avg-rating {
  text-align: left;
  margin: 0; }
  @media screen and (max-width: 775px) {
    .stars-avg-rating {
      padding: 0; } }

.child-comments {
  background-color: #efefef;
  padding: 16px 32px; }
  .child-comments article {
    display: flex; }
    @media screen and (max-width: 1150px) {
      .child-comments article {
        flex-wrap: wrap; } }
  .child-comments img {
    width: 100px;
    height: 100px;
    margin-right: 2rem;
    margin-top: 1rem; }
  .child-comments .comment {
    margin-bottom: 1rem; }

.required {
  color: #b8232a; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Navigation
--------------------------------------------- */
.desktop-navigation {
  display: flex;
  position: relative;
  max-width: 1170px;
  align-items: center;
  padding: 0 40px;
  margin: 0 auto;
  /* Small menu. */ }
  @media screen and (max-width: 1150px) {
    .desktop-navigation {
      padding: 0; } }
  .desktop-navigation .site-branding {
    max-width: 220px;
    padding: 10px 0 0 10px; }
  .desktop-navigation .main-navigation {
    display: block;
    width: 100%; }
    .desktop-navigation .main-navigation .mobile-only {
      display: none; }
    .desktop-navigation .main-navigation #primary-menu {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding-left: 60px; }
    .desktop-navigation .main-navigation .nav-search {
      display: flex;
      align-items: center; }
      .desktop-navigation .main-navigation .nav-search button {
        background-color: #fff;
        border: none;
        cursor: pointer; }
        .desktop-navigation .main-navigation .nav-search button:hover {
          color: #b8232a; }
        .desktop-navigation .main-navigation .nav-search button:focus {
          background-color: rgba(34, 150, 253, 0.15); }
    .desktop-navigation .main-navigation .menu-main-container > ul > li > .desktop-nav-link-wrapper {
      padding: 30px 30px 30px 15px;
      color: #4a424a;
      text-transform: uppercase;
      font-size: 15px;
      background-color: transparent;
      border: none;
      position: relative;
      cursor: pointer; }
      .desktop-navigation .main-navigation .menu-main-container > ul > li > .desktop-nav-link-wrapper > * {
        pointer-events: none; }
      .desktop-navigation .main-navigation .menu-main-container > ul > li > .desktop-nav-link-wrapper.active {
        background: #efefef;
        color: #b8232a;
       
        border-bottom: 2px solid #b8232a;
        border-radius: 0; }
        .desktop-navigation .main-navigation .menu-main-container > ul > li > .desktop-nav-link-wrapper.active:after {
          position: absolute;
          right: 10px;
          top: 32px;
          font-size: 12px;
          font-family: "Font Awesome 6 Free";
          content: "\f078";
          font-weight: 900; }
      .desktop-navigation .main-navigation .menu-main-container > ul > li > .desktop-nav-link-wrapper:after {
        position: absolute;
        right: 10px;
        top: 32px;
        font-size: 12px;
        font-family: "Font Awesome 6 Free";
        content: "\f054";
        font-weight: 900; }
    .desktop-navigation .main-navigation .menu-tab {
      border: 1px solid #c4c4c3; }
    .desktop-navigation .main-navigation .menu-image-wrapper {
      max-width: 250px;
      flex-grow: 1;
      background-color: white;
      border-right: 1px solid #c4c4c3;
      text-align: center; }
      .desktop-navigation .main-navigation .menu-image-wrapper img {
        width: 80%; }
      .desktop-navigation .main-navigation .menu-image-wrapper .featured-product-title {
        margin-top: 20px;
        padding: 10px;
        background-color: #152848;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase; }
      .desktop-navigation .main-navigation .menu-image-wrapper .featured-product-link {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
        border: 1px solid #152848;
        text-transform: uppercase;
        font-size: 15px; }
        .desktop-navigation .main-navigation .menu-image-wrapper .featured-product-link a {
          color: #152848; }
          .desktop-navigation .main-navigation .menu-image-wrapper .featured-product-link a:visited {
            color: #152848; }
    .desktop-navigation .main-navigation .menu-items-wrapper {
      display: flex;
      flex-grow: 6;
      position: relative;
      background-color: #efefef; }
      .desktop-navigation .main-navigation .menu-items-wrapper > ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%; }
        .desktop-navigation .main-navigation .menu-items-wrapper > ul > li {
          width: 284px;
          padding-top: 16px; }
          .desktop-navigation .main-navigation .menu-items-wrapper > ul > li > h2 {
            margin: 0 0 16px 0;
            line-height: 16px; }
            .desktop-navigation .main-navigation .menu-items-wrapper > ul > li > h2 > span {
              font-weight: 700;
              text-transform: uppercase;
              font-size: 1rem;
              cursor: default; }
          .desktop-navigation .main-navigation .menu-items-wrapper > ul > li > a {
            font-weight: 700;
            text-transform: uppercase; }
            .desktop-navigation .main-navigation .menu-items-wrapper > ul > li > a:hover {
              text-decoration: underline; }
          .desktop-navigation .main-navigation .menu-items-wrapper > ul > li a,
          .desktop-navigation .main-navigation .menu-items-wrapper > ul > li span {
            margin-left: 15px;
            padding-left: 10px;
            margin-right: 25px;
            margin-bottom: 10px;
            font-family: quicksand, sans-serif;
            font-size: 16px;
            color: #4a424a; }
      .desktop-navigation .main-navigation .menu-items-wrapper .menu-divider {
        height: 90%;
        width: 1px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #c4c4c3; }
        .desktop-navigation .main-navigation .menu-items-wrapper .menu-divider--1 {
          left: 33%; }
        .desktop-navigation .main-navigation .menu-items-wrapper .menu-divider--2 {
          left: 66%; }
    .desktop-navigation .main-navigation ul {
      display: none;
      margin: 0;
      padding-left: 0;
      list-style: none; }
      .desktop-navigation .main-navigation ul .menu-tab {
        display: flex;
        position: absolute;
        visibility: hidden;
        max-width: 1170px;
        left: -999em;
        float: left;
        z-index: 99999;
        background-color: #efefef; }
        .desktop-navigation .main-navigation ul .menu-tab ul > ul {
          display: block;
          left: auto; }
        .desktop-navigation .main-navigation ul .menu-tab li ul {
          display: block;
          position: relative;
          top: 0;
          left: auto; }
        .desktop-navigation .main-navigation ul .menu-tab.open {
          left: 0;
          right: 0;
          visibility: visible; }
    .desktop-navigation .main-navigation a {
      display: block;
      text-decoration: none; }
  .desktop-navigation .nav-search {
    position: relative; }
    .desktop-navigation .nav-search button > * {
      pointer-events: none; }
    .desktop-navigation .nav-search:hover .search-subhead {
      display: block; }
    .desktop-navigation .nav-search .search-subhead {
      display: none;
      position: absolute;
      width: 70px;
      left: 0px;
      bottom: 10px;
      text-align: center;
      font-size: 11px; }
  .desktop-navigation .search-form {
    display: none;
    width: 400px;
    top: 100%;
    right: 0;
    margin-right: 40px;
    padding: 20px;
    background-color: #152848; }
    .desktop-navigation .search-form.active {
      display: flex;
      position: absolute; }
    .desktop-navigation .search-form input {
      border-radius: 0; }
    .desktop-navigation .search-form label {
      width: 68%;
      margin-right: 3px; }
      .desktop-navigation .search-form label .search-field {
        width: 100%;
        height: 44px;
        padding: 10px; }
        .desktop-navigation .search-form label .search-field::placeholder {
          text-transform: lowercase;
          color: #c4c4c3; }
    .desktop-navigation .search-form .search-submit {
      height: 44px;
      color: #fff;
      background-color: #b8232a;
      text-transform: uppercase;
      border: none;
      letter-spacing: 2px; }
  .desktop-navigation .menu-toggle {
    display: none; }
  @media screen and (max-width: 1150px) {
    .desktop-navigation .menu-toggle {
      display: block; }
    .desktop-navigation .main-navigation ul {
      display: flex; }
    .desktop-navigation .menu-main-container #primary-menu {
      display: none; } }
  .site-main .desktop-navigation .comment-navigation, .site-main
  .desktop-navigation .posts-navigation, .site-main
  .desktop-navigation .post-navigation {
    margin: 0 0 1.5em; }
  .desktop-navigation .comment-navigation .nav-links,
  .desktop-navigation .posts-navigation .nav-links,
  .desktop-navigation .post-navigation .nav-links {
    display: flex; }
  .desktop-navigation .comment-navigation .nav-previous,
  .desktop-navigation .posts-navigation .nav-previous,
  .desktop-navigation .post-navigation .nav-previous {
    flex: 1 0 50%; }
  .desktop-navigation .comment-navigation .nav-next,
  .desktop-navigation .posts-navigation .nav-next,
  .desktop-navigation .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%; }

.desktop-top-bar {
  background-color: #152848; }
  @media screen and (max-width: 1150px) {
    .desktop-top-bar {
      display: none; } }
  .desktop-top-bar--container {
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    padding: 20px 40px;
    margin: 0 auto; }
    .desktop-top-bar--container ul {
      display: flex;
      padding-left: 0;
      margin-left: 0;
      margin-bottom: 0; }
      .desktop-top-bar--container ul li {
        list-style: none; }
        .desktop-top-bar--container ul li a {
          padding: 0 10px;
          color: #fff;
          text-decoration: none; }
          .desktop-top-bar--container ul li a:hover {
            color: #b8232a; }
  .desktop-top-bar .nav-wishlist {
    position: relative; }
    .desktop-top-bar .nav-wishlist:hover .wishlist-subhead {
      display: block;
      color: #fff; }
    .desktop-top-bar .nav-wishlist .wishlist-subhead {
      display: none;
      position: absolute;
      width: 70px;
      left: -14px;
      bottom: -15px;
      font-size: 11px; }
  .desktop-top-bar .nav-cart {
    position: relative; }
    .desktop-top-bar .nav-cart:hover .cart-subhead {
      display: block;
      color: #fff; }
    .desktop-top-bar .nav-cart .bigcommerce-cart__item-count {
      width: 17px;
      height: 17px;
      line-height: 15px;
      vertical-align: top;
      margin-top: -2px;
      margin-left: -3px;
      border: 1px solid #152848;
      color: #152848;
      background-color: #fff; }
    .desktop-top-bar .nav-cart:hover .bigcommerce-cart__item-count {
      color: #fff;
      background-color: #b8232a; }
    .desktop-top-bar .nav-cart .cart-subhead {
      display: none;
      position: absolute;
      width: 70px;
      left: 0px;
      bottom: -15px;
      font-size: 11px; }

.mobile-navigation {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 1000; }
  .mobile-navigation.open {
    display: block; }
  .mobile-navigation .nav-search {
    display: none; }
  .mobile-navigation ul {
    margin: 0;
    padding: 0; }
    .mobile-navigation ul li {
      list-style: none; }
    .mobile-navigation ul a {
      color: #152848;
      text-transform: uppercase;
      text-decoration: none; }
    .mobile-navigation ul .mobile-nav-link-wrapper {
      display: block;
      width: 100%;
      padding: 20px;
      background: #fff;
      border-bottom: 1px solid #c4c4c3;
      border-left: 1px solid #c4c4c3;
      border-right: 1px solid #c4c4c3;
      border-top: none;
      text-align: left;
      border-radius: 0; }
  .mobile-navigation #menu-main > li > .sub-menu > li > .mobile-nav-link-wrapper {
    padding-left: 75px;
    background-color: #f6f4f0; }
    .mobile-navigation #menu-main > li > .sub-menu > li > .mobile-nav-link-wrapper a {
      text-transform: capitalize; }
  .mobile-navigation #menu-main > li > .sub-menu > li > .sub-menu > li > .mobile-nav-link-wrapper {
    padding-left: 125px; }
    .mobile-navigation #menu-main > li > .sub-menu > li > .sub-menu > li > .mobile-nav-link-wrapper a {
      text-transform: capitalize; }
  .mobile-navigation .sub-menu {
    display: none; }
    .mobile-navigation .sub-menu.active {
      display: block; }
  .mobile-navigation .menu-item-has-children > .mobile-nav-link-wrapper:after {
    position: absolute;
    right: 0;
    padding-right: 25px;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 900; }
  .mobile-navigation .menu-item-has-children > .mobile-nav-link-wrapper.open:after {
    position: absolute;
    right: 0;
    padding-right: 25px;
    font-family: "Font Awesome 6 Free";
    content: "\f078";
    font-weight: 900; }
  .mobile-navigation .menu-item-has-children > .mobile-nav-link-wrapper.open a {
    text-decoration: underline; }
  .mobile-navigation .search-form {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background-color: #efefef; }
    .mobile-navigation .search-form .search-field {
      width: 95%;
      border-radius: 0; }
    .mobile-navigation .search-form .search-submit {
      display: none; }
  .mobile-navigation .mobile-blue .mobile-nav-link-wrapper {
    background-color: #152848; }
    .mobile-navigation .mobile-blue .mobile-nav-link-wrapper a {
      color: #fff;
      text-transform: capitalize; }
  .mobile-navigation .mobile-light-blue .mobile-nav-link-wrapper {
    background-color: #92d5db; }
    .mobile-navigation .mobile-light-blue .mobile-nav-link-wrapper a {
      color: #152848; }
  .mobile-navigation .menu-item-center .mobile-nav-link-wrapper {
    text-align: center; }

.mobile-top-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .mobile-top-bar li {
    margin-right: 40px; }
    .mobile-top-bar li a {
      color: #4a424a; }
    @media screen and (max-width: 485px) {
      .mobile-top-bar li {
        margin-right: 10px; } }
  .mobile-top-bar .menu-toggle {
    border: none;
    background-color: #fff;
    outline: 0;
    font-size: 30px;
    cursor: pointer; }
    @media screen and (max-width: 485px) {
      .mobile-top-bar .menu-toggle {
        padding-left: 10px; } }
    .mobile-top-bar .menu-toggle:focus {
      outline: 2px solid #2296fd;
      background-color: rgba(34, 150, 253, 0.15); }
  .mobile-top-bar .nav-wishlist {
    position: relative; }
    .mobile-top-bar .nav-wishlist:hover .wishlist-subhead {
      display: block;
      color: #fff; }
    .mobile-top-bar .nav-wishlist .wishlist-subhead {
      display: none;
      position: absolute;
      width: 70px;
      left: -14px;
      bottom: -15px;
      font-size: 11px; }
  .mobile-top-bar .nav-cart {
    position: relative; }
    .mobile-top-bar .nav-cart:hover .cart-subhead {
      display: block;
      color: #fff; }
    .mobile-top-bar .nav-cart .bigcommerce-cart__item-count {
      width: 17px;
      height: 17px;
      line-height: 15px;
      vertical-align: top;
      margin-top: -2px;
      margin-left: -3px;
      border: 1px solid #fff;
      color: #fff;
      background-color: #4a424a; }
    .mobile-top-bar .nav-cart .cart-subhead {
      display: none;
      position: absolute;
      width: 70px;
      left: 0px;
      bottom: -15px;
      font-size: 11px; }

/* Footer
--------------------------------------------- */
.bottom-footer-bar {
  background-color: #f6f4f0;
  text-align: right;
  border-top: 1px solid #4a424a; }
  @media screen and (max-width: 775px) {
    .bottom-footer-bar {
      text-align: center; } }
  .bottom-footer-bar--content-wrapper {
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (max-width: 775px) {
      .bottom-footer-bar--content-wrapper {
        width: 80%;
        padding-left: 15px;
        padding-right: 15px; } }
    .bottom-footer-bar--content-wrapper a, .bottom-footer-bar--content-wrapper p {
      margin: 0;
      color: #4a424a;
      font-size: 14px; }
    .bottom-footer-bar--content-wrapper a {
      text-decoration: none; }
      .bottom-footer-bar--content-wrapper a:hover {
        text-decoration: underline; }

.factory-store-signup {
  background-image: url("images/pattern.png"); }
  .factory-store-signup__container {
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
    padding: 75px 50px 75px 50px;
    flex-wrap: wrap; }
  .factory-store-signup__content {
    width: 55%;
    padding: 0 15px; }
    @media screen and (max-width: 1150px) {
      .factory-store-signup__content {
        width: 100%; } }
    .factory-store-signup__content h1 {
      margin-top: 0; }
  .factory-store-signup__form {
    width: 45%;
    padding: 0 15px; }
    @media screen and (max-width: 1150px) {
      .factory-store-signup__form {
        width: 100%; } }
    .factory-store-signup__form label {
      display: none; }
    .factory-store-signup__form input {
      width: 100%;
      padding: 15px;
      margin-bottom: 30px;
      border: 1px solid #152848; }
    .factory-store-signup__form .mc-field-group {
      width: 100%; }
    .factory-store-signup__form input[type="submit"] {
      background-color: #152848;
      color: #fff;
      border: 1px solid #152848; }
      .factory-store-signup__form input[type="submit"]:hover, .factory-store-signup__form input[type="submit"]:focus {
        color: #152848;
        background-color: #fff;
        border: 1px solid #152848; }
  .factory-store-signup__name-fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .factory-store-signup__name-fields .mc-field-group {
      width: 45%; }
      @media screen and (max-width: 775px) {
        .factory-store-signup__name-fields .mc-field-group {
          width: 100%; } }

.menu-footer-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 10px 50px 10px; }
  @media screen and (max-width: 775px) {
    .menu-footer-container {
      padding-bottom: 30px;
      padding-top: 30px; } }
  .menu-footer-container .menu {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 775px) {
      .menu-footer-container .menu {
        display: block;
        margin: 0 30px; } }
    .menu-footer-container .menu li {
      padding: 3px;
      list-style: none; }
    @media screen and (max-width: 775px) {
      .menu-footer-container .menu > li {
        margin-bottom: 30px; } }
    .menu-footer-container .menu > li > p {
      margin-bottom: 0; }
    .menu-footer-container .menu > li > button, .menu-footer-container .menu > li > p {
      background-color: transparent;
      border: none;
      color: #4e6d81;
      text-decoration: none;
      font-size: 16px;
      text-transform: uppercase;
      padding: 0; }
      @media screen and (max-width: 775px) {
        .menu-footer-container .menu > li > button:after, .menu-footer-container .menu > li > p:after {
          position: absolute;
          right: 0;
          padding-right: 25px;
          font-family: "Font Awesome 6 Free";
          content: "\f054";
          font-weight: 900;
          font-size: 16px; } }
      .menu-footer-container .menu > li > button.open:after, .menu-footer-container .menu > li > p.open:after {
        position: absolute;
        right: 0;
        padding-right: 25px;
        font-family: "Font Awesome 6 Free";
        content: "\f078";
        font-weight: 900; }
  .menu-footer-container .sub-menu {
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 775px) {
      .menu-footer-container .sub-menu {
        display: none; }
        .menu-footer-container .sub-menu.active {
          display: block; } }
    .menu-footer-container .sub-menu a {
      color: #4a424a;
      text-decoration: none;
      font-size: 15px; }
  .menu-footer-container a:hover {
    text-decoration: underline; }

.top-footer-bar {
  background-color: #152848; }
  .top-footer-bar--content-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0; }
  .top-footer-bar .newsletter-form-wrapper {
    padding-left: 45px;
    flex-grow: 1.5; }
    @media screen and (max-width: 775px) {
      .top-footer-bar .newsletter-form-wrapper {
        width: 100%;
        padding-left: 0;
        flex-grow: unset; } }
    .top-footer-bar .newsletter-form-wrapper h1 {
      margin: 0 30px 10px 30px;
      color: #fff;
      font-size: 22px;
      font-weight: 400; }
  .top-footer-bar #mc_embed_signup_scroll {
    display: flex;
    position: relative;
    margin-right: 30px;
    margin-left: 30px; }
    @media screen and (max-width: 775px) {
      .top-footer-bar #mc_embed_signup_scroll {
        justify-content: center;
        flex-wrap: wrap; } }
    .top-footer-bar #mc_embed_signup_scroll input[placeholder] {
      padding-left: 35px; }
    .top-footer-bar #mc_embed_signup_scroll label {
      color: #fff; }
    .top-footer-bar #mc_embed_signup_scroll .fa-envelope {
      position: absolute;
      left: 10px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 18px; }
    .top-footer-bar #mc_embed_signup_scroll .clear {
      position: relative; }
      @media screen and (max-width: 775px) {
        .top-footer-bar #mc_embed_signup_scroll .clear {
          width: 100%; } }
    .top-footer-bar #mc_embed_signup_scroll .button {
      height: 50px;
      border-radius: 0;
      margin-left: 5px;
      text-transform: uppercase;
      background-color: #4e6d81;
      border: none;
      color: #fff;
      font-size: 18px;
      cursor: pointer; }
      @media screen and (max-width: 775px) {
        .top-footer-bar #mc_embed_signup_scroll .button {
          width: 100%;
          margin-left: 0;
          margin-top: 20px; } }
  .top-footer-bar .email-input-wrapper {
    position: relative;
    width: 100%; }
    .top-footer-bar .email-input-wrapper .email {
      width: 100%;
      height: 50px;
      border-radius: 0; }
  .top-footer-bar .social-icons-wrapper {
    display: flex;
    flex-grow: 1;
    align-items: center; }
    @media screen and (max-width: 775px) {
      .top-footer-bar .social-icons-wrapper {
        width: 100%;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 30px;
        justify-content: space-around;
        flex-grow: unset; } }
    .top-footer-bar .social-icons-wrapper .social-icon-wrapper {
      width: 19%;
      text-align: center; }
  .top-footer-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #fff;
    text-decoration: none; }
  .top-footer-bar i {
    font-size: 28px;
    color: #152848; }

/* Homepage Modules
--------------------------------------------- */
.hero--homepage {
  min-height: 440px;
  display: flex;
  flex-wrap: wrap; }

.hero h1 {
  margin-bottom: 0;
  font-size: 46px;
  font-family: prata, serif;
  font-weight: 900;
  line-height: 1.25; }
  @media screen and (max-width: 485px) {
    .hero h1 {
      font-size: 28px; } }

.hero h2 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 34px;
  font-weight: 700; }
  @media screen and (max-width: 485px) {
    .hero h2 {
      font-size: 24px; } }

.hero h3 {
  margin-top: 0;
  font-size: 21px;
  font-weight: 400; }

.hero__cta {
  margin-top: 50px;
  margin-bottom: 50px; }
  .hero__cta a {
    padding: 15px;
    margin: 4px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px; }

.hero-panel {
  background-size: cover; }
  .hero-panel--left {
    width: 37.5%; }
    @media screen and (max-width: 1150px) {
      .hero-panel--left {
        width: 30%; } }
    @media screen and (max-width: 775px) {
      .hero-panel--left {
        width: 50%; } }
    @media screen and (max-width: 485px) {
      .hero-panel--left {
        width: 100%;
        height: 280px; } }
  .hero-panel--center {
    width: 25%;
    text-align: center;
    padding: 75px 16px; }
    @media screen and (max-width: 1150px) {
      .hero-panel--center {
        width: 40%; } }
    @media screen and (max-width: 775px) {
      .hero-panel--center {
        width: 50%; } }
    @media screen and (max-width: 485px) {
      .hero-panel--center {
        width: 100%;
        padding: 25px 10px; } }
  .hero-panel--right {
    width: 37.5%; }
    @media screen and (max-width: 1150px) {
      .hero-panel--right {
        width: 30%; } }
    @media screen and (max-width: 775px) {
      .hero-panel--right {
        display: none; } }

.alert-bar {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px; }
  @media screen and (max-width: 775px) {
    .alert-bar {
      flex-wrap: wrap;
      padding: 0 16px; } }
  .alert-bar__alert {
    flex-grow: 1;
    border-right: 1px solid #c4c4c3;
    text-align: center;
    font-weight: 700; }
    @media screen and (max-width: 775px) {
      .alert-bar__alert {
        width: 100%;
        flex-grow: unset;
        border: none; } }
    .alert-bar__alert:last-child {
      border: 0; }
    .alert-bar__alert p {
      margin: 0; }
  .alert-bar--border {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    padding: 16px; }
  .single-recipes .alert-bar {
    border-bottom: 1px solid #efefef;
    padding: 16px;
    padding-top: 0; }

.buttons-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 50px 15px; }
  .buttons-layout__button-wrapper {
    margin: 30px; }
    @media screen and (max-width: 775px) {
      .buttons-layout__button-wrapper {
        width: 100%;
        text-align: center; } }
  .buttons-layout a {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #b8232a;
    color: #fff;
    border: 1px solid #b8232a; }
    @media screen and (max-width: 485px) {
      .buttons-layout a {
        width: 100%; } }
    .buttons-layout a:hover, .buttons-layout a:focus {
      text-decoration: none;
      opacity: 1; }
    .buttons-layout a:hover, .buttons-layout a:focus {
      color: #b8232a;
      background-color: #fff;
      border: 1px solid #b8232a; }
  .buttons-layout i {
    margin: 5px;
    font-size: 12px; }
  .buttons-layout .fa-caret-right {
    display: none; }
    @media screen and (max-width: 775px) {
      .buttons-layout .fa-caret-right {
        display: inline-block; } }
  @media screen and (max-width: 775px) {
    .buttons-layout .fa-arrow-right,
    .buttons-layout .fa-arrow-left {
      display: none; } }

.featured {
  width: 100%; }
  .featured__background {
    max-width: calc(1170px + 150px);
    margin: 0 auto;
    padding-bottom: 65px;
    background-image: url("images/pattern.png"); }
  .featured h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: prata, serif;
    font-weight: 400; }
  .featured h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400; }
    @media screen and (max-width: 775px) {
      .featured h2 {
        font-size: 24px; } }
  .featured__panels {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
  .featured__panel {
    padding: 30px 10px 50px 10px; }
    @media screen and (max-width: 775px) {
      .featured__panel:first-child {
        padding-bottom: 0; } }
  .featured__panel-image-wrapper {
    position: relative; }
  .featured__panel-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px; }
    .featured__panel-overlay a {
      color: #4a424a; }
    .featured__panel-overlay i {
      margin-left: 10px;
      text-decoration: none; }
  .featured__banner {
    max-width: calc(1170px - 84px);
    min-height: 230px;
    position: relative;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; }
    .featured__banner h1 {
      color: #fff;
      font-size: 42px;
      font-family: quicksand, sans-serif;
      text-transform: initial;
      line-height: 1; }
    .featured__banner a {
      color: #fff;
      text-transform: uppercase;
      text-decoration: none; }
  .featured__banner-text-wrapper {
    width: 100%;
    height: 100%;
    min-height: 230px;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.4); }

.product-showcase {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto; }
  .product-showcase__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 775px) {
      .product-showcase__column {
        width: 100%; } }
  .product-showcase__heading {
    padding: 64px 40px;
    margin-bottom: 11px;
    background-image: url("images/pattern.png"); }
    @media screen and (max-width: 775px) {
      .product-showcase__heading {
        padding: 40px 20px; } }
    .product-showcase__heading h1 {
      margin: 0;
      font-size: 42px;
      font-family: prata, serif;
      font-weight: 500; }
      @media screen and (max-width: 775px) {
        .product-showcase__heading h1 {
          font-size: 30px; } }
    .product-showcase__heading h2 {
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 400; }
      @media screen and (max-width: 775px) {
        .product-showcase__heading h2 {
          font-size: 14px; } }
  .product-showcase__product {
    position: relative; }
    .product-showcase__product h1 {
      font-size: 30px;
      font-weight: 400;
      color: #4a424a; }
      @media screen and (max-width: 775px) {
        .product-showcase__product h1 {
          font-size: 20px; } }
    .product-showcase__product img {
      width: 100%; }
    .product-showcase__product a {
      color: #4a424a; }
  .product-showcase__product--3 {
    margin-top: 30px; }
  .product-showcase__image-overlay {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px; }

.recipe-spotlight {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 150px; }
  .recipe-spotlight h1 {
    margin: 15px;
    font-family: prata, serif;
    font-size: 42px; }
    @media screen and (max-width: 775px) {
      .recipe-spotlight h1 {
        font-size: 30px; } }
  .recipe-spotlight__recipes {
    display: flex;
    justify-content: space-around; }
    @media screen and (max-width: 775px) {
      .recipe-spotlight__recipes {
        flex-wrap: wrap; } }
  .recipe-spotlight__recipe {
    position: relative;
    margin: 15px;
    width: 33.33%;
    text-decoration: none; }
    @media screen and (max-width: 775px) {
      .recipe-spotlight__recipe {
        width: 50%; } }
    @media screen and (max-width: 485px) {
      .recipe-spotlight__recipe {
        width: 100%; } }
    .recipe-spotlight__recipe img {
      width: 100%; }
    .recipe-spotlight__recipe a {
      color: #4a424a;
      text-decoration: none; }
    .recipe-spotlight__recipe h2 {
      font-size: 30px;
      margin-bottom: 0; }
      @media screen and (max-width: 775px) {
        .recipe-spotlight__recipe h2 {
          font-size: 20px; } }
    .recipe-spotlight__recipe p {
      font-size: 14px;
      text-transform: uppercase; }

.video-module {
  height: 600px;
  padding-top: 0;
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%; }
  @media screen and (max-width: 1150px) {
    .video-module {
      height: 420px; } }
  .video-module video {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 775px) {
      .video-module video {
        display: none; } }
  .video-module__overlay {
    position: absolute;
    margin: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 220px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center; }
    @media screen and (max-width: 1150px) {
      .video-module__overlay {
        padding-top: 140px; } }
    @media screen and (max-width: 485px) {
      .video-module__overlay {
        padding-top: 100px; } }
    .video-module__overlay h1 {
      margin: 0;
      font-size: 55px;
      font-family: prata, serif; }
      @media screen and (max-width: 485px) {
        .video-module__overlay h1 {
          font-size: 40px; } }
    .video-module__overlay h2 {
      margin-top: 0;
      font-size: 28px;
      font-weight: 400; }
    .video-module__overlay button {
      border: 0;
      color: #fff;
      background: transparent;
      cursor: pointer; }
      .video-module__overlay button > * {
        pointer-events: none; }
    .video-module__overlay i {
      font-size: 87px; }
  .video-module__modal {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    padding-top: 100px;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    outline: 0;
    text-align: center; }
    .video-module__modal.active {
      display: block; }
    .video-module__modal button {
      position: absolute;
      right: 20px;
      top: 50px;
      color: #fff;
      font-size: 30px;
      background: transparent;
      border: 0; }
      .video-module__modal button > * {
        pointer-events: none; }

/* Admin Bar
--------------------------------------------- */
#wpadminbar a.screen-reader-shortcut {
  background-color: #fff;
  color: #4a424a; }

.adminbar-seo-score-text {
  background-color: #fff;
  color: #4a424a; }

/* Wishlist list
--------------------------------------------- */
.bc-pdp-wish-lists {
  top: 61px;
  right: 0;
  width: 80%;
  max-width: 300px;
  padding: 30px 10px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 800; }
  @media screen and (max-width: 485px) {
    .bc-pdp-wish-lists {
      width: 100%; } }
  .bc-pdp-wish-lists__product {
    padding: 10px 10px 30px 10px; }
  .bc-pdp-wish-lists ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .bc-pdp-wish-lists a,
  .bc-pdp-wish-lists .bc-wish-lists-item a {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #b8232a;
    color: #fff;
    border: 1px solid #b8232a;
    display: inline-block;
    margin-bottom: 8px; }
    @media screen and (max-width: 485px) {
      .bc-pdp-wish-lists a,
      .bc-pdp-wish-lists .bc-wish-lists-item a {
        width: 100%; } }
    .bc-pdp-wish-lists a:hover, .bc-pdp-wish-lists a:focus,
    .bc-pdp-wish-lists .bc-wish-lists-item a:hover,
    .bc-pdp-wish-lists .bc-wish-lists-item a:focus {
      text-decoration: none;
      opacity: 1; }
    .bc-pdp-wish-lists a:hover, .bc-pdp-wish-lists a:focus,
    .bc-pdp-wish-lists .bc-wish-lists-item a:hover,
    .bc-pdp-wish-lists .bc-wish-lists-item a:focus {
      color: #b8232a;
      background-color: #fff;
      border: 1px solid #b8232a; }
    .bc-pdp-wish-lists a:hover, .bc-pdp-wish-lists a:focus,
    .bc-pdp-wish-lists .bc-wish-lists-item a:hover,
    .bc-pdp-wish-lists .bc-wish-lists-item a:focus {
      cursor: pointer; }

.wishlist-button {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #92d5db;
  border-left: 60px solid transparent;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: none;
  cursor: pointer; }
  .wishlist-button:hover {
    border-top: 60px solid #92d5db;
    border-left: 60px solid transparent; }
  .wishlist-button__heart {
    position: absolute;
    top: -58px;
    right: 0;
    padding: 8px;
    font-size: 22px;
    color: #fff; }
    .wishlist-button__heart:hover {
      color: #b8232a; }
  .wishlist-button.bc-show-lists .wishlist-button__heart {
    color: #b8232a; }
  .wishlist-button > * {
    pointer-events: none; }

/* Store Locator
--------------------------------------------- */
#wpsl-wrap #wpsl-search-wrap {
  padding-bottom: 12px; }

#wpsl-wrap #wpsl-search-wrap form {
  flex-wrap: wrap; }

#wpsl-wrap .wpsl-input label, #wpsl-wrap #wpsl-radius label, #wpsl-wrap #wpsl-category label {
  width: 115px; }

#wpsl-wrap #wpsl-search-wrap form, #wpsl-wrap .wpsl-input, #wpsl-wrap #wpsl-radius, #wpsl-wrap #wpsl-results {
  display: flex;
  align-items: center; }

#wpsl-wrap #wpsl-category, #wpsl-wrap .wpsl-input, #wpsl-wrap .wpsl-select-wrap {
  margin-bottom: 0; }

#wpsl-wrap #wpsl-search-btn {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  background-color: #b8232a;
  color: #fff;
  border: 1px solid #b8232a;
  background-image: none;
  text-transform: uppercase; }
  @media screen and (max-width: 485px) {
    #wpsl-wrap #wpsl-search-btn {
      width: 100%; } }
  #wpsl-wrap #wpsl-search-btn:hover, #wpsl-wrap #wpsl-search-btn:focus {
    text-decoration: none;
    opacity: 1; }
  #wpsl-wrap #wpsl-search-btn:hover, #wpsl-wrap #wpsl-search-btn:focus {
    color: #b8232a;
    background-color: #fff;
    border: 1px solid #b8232a; }
  #wpsl-wrap #wpsl-search-btn[value^="Search"] {
    text-transform: uppercase !important; }

#wpsl-wrap a {
  color: #b8232a; }

#wpsl-wrap .wpsl-dropdown {
  width: 100px; }

@media screen and (max-width: 775px) {
  #wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap {
    display: flex;
    flex-wrap: wrap; }
  #wpsl-wrap .wpsl-input #wpsl-search-input {
    width: 100%; }
  #wpsl-wrap .wpsl-input,
  #wpsl-wrap #wpsl-radius,
  #wpsl-wrap #wpsl-results,
  #wpsl-wrap .wpsl-select-wrap {
    width: 100%;
    margin-bottom: 16px; } }

/* Product Category
--------------------------------------------- */
.category-listing {
  max-width: 1170px;
  padding: 0 0 16px 0; }
  @media screen and (min-width: 775px) {
    .category-listing {
      display: grid;
      grid-template-columns: 240px auto;
      gap: 32px;
      margin: 0 auto;
      padding: 0 32px 16px 32px; } }
  .category-listing__navigation {
    margin-bottom: 32px; }
  .category-listing__results {
    margin-bottom: 32px; }
  .category-listing__products {
    padding: 8px 16px;
    margin-bottom: 16px; }
    @media screen and (min-width: 775px) {
      .category-listing__products {
        padding: 16px 32px; } }
    .category-listing__products--featured {
      background-image: url("images/pattern.png");
      border: none; }
  .category-listing__heading {
    color: #152848;
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0 0 16px 0; }

.category-navigation {
  display: none; }
  @media screen and (min-width: 775px) {
    .category-navigation {
      display: block;
      margin-bottom: 32px;
      padding: 16px 0; } }
  .category-navigation__parent-category {
    margin: 16px 0; }
    .category-navigation__parent-category button {
      padding: 0;
      border: none;
      font: inherit;
      color: inherit;
      background-color: transparent;
      cursor: pointer;
      border-bottom: 1px solid #4a424a;
      color: #4e6d81;
      font-size: 18px;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .category-navigation__child-category {
    margin: 16px 0 8px 0; }
    .category-navigation__child-category button {
      padding: 0;
      border: none;
      font: inherit;
      color: inherit;
      background-color: transparent;
      cursor: pointer; }
    .category-navigation__child-category a, .category-navigation__child-category button {
      color: #152848;
      font-size: 16px;
      letter-spacing: 2px;
      font-weight: 700;
      text-transform: uppercase; }
    .category-navigation__child-category a {
      text-decoration: none; }
      .category-navigation__child-category a:hover, .category-navigation__child-category a:focus {
        text-decoration: underline; }
  .category-navigation__grandchild-category {
    display: block;
    color: #152848;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    text-decoration: none;
    margin: 8px 0 8px 16px; }
    .category-navigation__grandchild-category:hover, .category-navigation__grandchild-category:focus {
      text-decoration: underline;
      color: #4a424a; }
    .category-navigation__grandchild-category[aria-current="page"] {
      text-decoration: underline; }
  .category-navigation .category-accordion__panel[aria-hidden=true] {
    display: none; }
  .category-navigation .category-accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 100%; }
    .category-navigation .category-accordion__header:after {
      font-family: "Font Awesome 6 Free";
      content: "\f0d9";
      font-weight: 900;
      font-size: 20px;
      display: inline-block;
      margin-left: 16px;
      color: #152848;
      opacity: 0.35; }
    .category-navigation .category-accordion__header[aria-expanded="true"]:after {
      transform: rotate(-90deg);
      opacity: 1; }

.category-pagination {
  margin: 32px 0;
  padding-top: 24px;
  border-top: 1px solid #c4c4c3; }
  .category-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px; }
    @media screen and (min-width: 775px) {
      .category-pagination .nav-links {
        gap: 24px; } }
  .category-pagination a {
    color: #152848;
    text-decoration: none; }
    .category-pagination a:hover, .category-pagination a:focus {
      text-decoration: underline; }
  .category-pagination [aria-current="page"] {
    text-decoration: underline; }
  .category-pagination .next,
  .category-pagination .prev {
    padding: 8px 16px;
    border: 2px solid #152848;
    border-radius: 4px; }
  .category-pagination .next {
    margin-left: 8px; }
    @media screen and (min-width: 775px) {
      .category-pagination .next {
        margin-left: 16px; } }
  .category-pagination .prev {
    margin-right: 8px; }
    @media screen and (min-width: 775px) {
      .category-pagination .prev {
        margin-right: 16px; } }

/* Product Card
--------------------------------------------- */
.product-card {
  display: block;
  position: relative;
  overflow: visible; }
  .product-card__link {
    text-decoration: none; }
  .product-card__image-container {
    display: flex;
    background: #fff;
    height: 150px; }
    @media screen and (min-width: 775px) {
      .product-card__image-container {
        height: 257px; } }
    @media screen and (max-width: 775px) {
      .product-card__image-container {
        justify-content: center; } }
    .product-card__image-container img {
      padding: 8px;
      object-fit: contain; }
 
  .product-card__details {
    display: none; }
  .product-card__title {
    position: relative;
    color: #333333;
    margin-top: 8px;
    padding: 0 8px;
    display: block; }
    .product-card__title:hover, .product-card__title:focus {
      color: #333333;
      text-decoration: underline; }
  .product-card__price {
    font-size: 24px;
    color: #333333;
    font-weight: 700; }
  .product-card .stars-avg-rating {
    margin: 0;
    font-size: 16px; }
  .product-card .ratings__read-review {
    margin-left: 0; }
    .product-card .ratings__read-review a {
      font-size: 16px; }
  .product-card__meta {
    padding: 8px; }
    .product-card__meta > * {
      margin-bottom: 8px; }
    .product-card__meta:last-child {
      margin-bottom: 0; }
  .product-card .product-detail-meta__country-of-manufacture img {
    width: 120px; }
  .product-card__stats {
    display: flex;
    flex-wrap: wrap; }
    .product-card__stats > * {
      margin-right: 8px; }
      .product-card__stats > *:last-child {
        margin-right: 0; }
  .product-card__info {
    display: flex;
    flex-direction: column; }
    .product-card__info > * {
      margin-bottom: 8px; }
      .product-card__info > *:last-child {
        margin-bottom: 0; }
  .product-card__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px; }
  .product-card__product-link {
    color: #152848;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 8px;
    padding: 0 8px;
    display: inline-block; }
    .product-card__product-link i {
      margin-left: 8px; }
    .product-card__product-link:hover, .product-card__product-link:focus {
      text-decoration: underline; }

@media screen and (min-width: 775px) {
  .product-card__detail-container {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent; }
  .product-card__detail-container:focus-within,
  .product-card__detail-container:hover {
    background: #fff;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef; }
    .product-card__detail-container:focus-within .product-card__details,
    .product-card__detail-container:hover .product-card__details {
      display: block;
      background-color: #fff;
      z-index: 600;
      position: absolute;
      width: 100%;
      border-bottom: 1px solid #efefef;
      border-left: 1px solid #efefef;
      border-right: 1px solid #efefef;
      box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      transform: translateX(-1px); }
   
      .product-card__detail-container:focus-within .product-card__image--hover,
      .product-card__detail-container:hover .product-card__image--hover {
        display: block; } }

.product-card__out-of-stock {
  display: block; }

.bc-product-card.bc-product-outofstock .product-card__out-of-stock {
  display: block; }

/* Quantity Selector
--------------------------------------------- */
.quantity {
  display: flex;
  align-items: center;
  margin: 16px 0 32px 0; }
  @media screen and (max-width: 485px) {
    .product-detail-meta .quantity {
      flex-direction: column;
      justify-content: center; } }
  .quantity__label {
    margin-right: 16px;
    font-weight: 700; }
    @media screen and (max-width: 485px) {
      .product-detail-meta .quantity__label {
        margin-right: 0;
        margin-bottom: 8px; } }
  .quantity__buttons {
    display: flex;
    height: 39px; }
    .quantity__buttons input[type=number]::-webkit-outer-spin-button,
    .quantity__buttons input[type=number]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .quantity__buttons input[type=number] {
      -moz-appearance: textfield; }
  .quantity__button {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    z-index: 900;
    border: 1px solid #efefef;
    border-radius: 4px;
    width: 40px;
    padding: 0; }
  .quantity--cart-page {
    margin: 0; }
    @media screen and (max-width: 775px) {
      .quantity--cart-page {
        margin: 16px 0; } }

.quantity__field.bc-product-form__quantity-input[type=number] {
  width: 40px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  color: #333333;
  border: 1px solid #efefef;
  border-radius: 4px;
  margin: 0 4px; }

/* Card Grid
--------------------------------------------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px; }
  @media screen and (min-width: 775px) {
    .card-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px; } }
  .card-grid--search-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px; }
    @media screen and (min-width: 775px) {
      .card-grid--search-results {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px; } }
  @media screen and (min-width: 775px) {
    .related-posts .card-grid,
    .related-recipes .card-grid,
    .related-products .card-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr); } }
  .card-grid__card {
    display: block;
    position: relative;
    overflow: visible; }
  .card-grid__title {
    position: relative;
    color: #333333;
    margin-top: 8px;
    display: block;
    text-decoration: none; }
  .card-grid__image {
    display: flex;
    height: 150px; }
    @media screen and (min-width: 775px) {
      .card-grid__image {
        height: 257px; } }
    .card-grid__image img {
      object-fit: cover;
      width: 100%; }
  .card-grid__link {
    color: #152848;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block; }
    .card-grid__link i {
      margin-left: 8px; }
    .card-grid__link:hover, .card-grid__link:focus {
      text-decoration: underline; }

/* Ratings
--------------------------------------------- */
.comment-meta a.comment-author-link {
  text-decoration: underline; }

.ratings {
  display: flex;
  align-items: center; }
  .ratings__stars-container {
    color: #c4c4c3;
    font-size: 16px;
    width: 90px;
    position: relative; }
  .ratings__stars-mask {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 25px;
    z-index: 2; }
  .ratings__stars {
    padding: 0;
    width: 90px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center; }
  .ratings__stars--top .ratings__star {
    color: #b8232a; }
  .ratings__star:before {
    content: "\2605";
    font-size: 16px; }
  .ratings__read-review {
    margin-left: 8px; }
    .ratings__read-review a {
      font-size: 14px;
      color: #152848;
      text-decoration: none; }
      .ratings__read-review a:hover, .ratings__read-review a:focus {
        text-decoration: underline; }

/* Title Hero
--------------------------------------------- */
.title-hero {
  display: flex;
  place-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem .75rem;
  background-color: #152848;
  background-position: center; }
  @media screen and (min-width: 775px) {
    .title-hero {
      padding: 6rem 1rem; } }
 
  .title-hero.mobile {
    display: none; }
    @media screen and (max-width: 775px) {
      .title-hero.mobile {
        display: flex; } }
  .title-hero__title {
    position: relative;
    display: inline-block;
    background: #fff;
    color: #152848;
    font-family: prata, serif;
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    padding: 16px 40px;
    text-align: center; }
    @media screen and (max-width: 485px) {
      .title-hero__title {
        font-size: 28px; } }
    .title-hero__title:before {
      content: '';
      position: absolute;
      top: -8px;
      right: -8px;
      bottom: -8px;
      left: -8px;
      border: 3px solid #fff; }

/* Blog
--------------------------------------------- */
.blog-entry__content-bg {
  background-image: url("images/pattern.png");
  padding: 32px 0; }
  @media screen and (min-width: 775px) {
    .blog-entry__content-bg {
      padding: 48px 0; } }

.blog-entry h1 {
  margin-bottom: 8px;
  line-height: 1.1; }

.blog-entry__meta {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  color: #4e6d81; }
  @media screen and (min-width: 775px) {
    .blog-entry__meta {
      display: flex; }
      .blog-entry__meta time {
        padding: 0 8px;
        margin: 0 8px;
        border-right: 1px solid #4a424a;
        border-left: 1px solid #4a424a; } }
  .blog-entry__meta a {
    text-decoration: none;
    color: #4e6d81; }
    .blog-entry__meta a:hover, .blog-entry__meta a:focus {
      text-decoration: underline; }

.blog-entry__content {
  max-width: 85vw;
  margin: 0 auto;
  padding: 16px;
  background-color: white; }
  @media screen and (min-width: 1150px) {
    .blog-entry__content {
      max-width: 975px;
      padding: 48px; } }

.blog-entry__hero {
  display: block; }
  .blog-entry__hero img {
    width: 100%; }
    @media screen and (min-width: 1150px) {
      .blog-entry__hero img {
        height: 350px;
        object-fit: cover;
        object-position: center; } }

.blog-entry__featured-image {
  text-align: center;
  margin: 32px 0; }

.blog-entry__go-back {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none; }
  .blog-entry__go-back:hover, .blog-entry__go-back:focus {
    text-decoration: underline; }

.blog-entry__related-content {
  margin-bottom: 32px; }
  @media screen and (max-width: 485px) {
    .blog-entry__related-content {
      display: none; } }

.blog-entry__content-footer {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: "previous social-share next";
  grid-gap: 48px;
  align-items: center;
  clear: both; }
  @media screen and (max-width: 775px) {
    .blog-entry__content-footer {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: "social-share social-share" "previous next";
      grid-gap: 16px; } }
  @media screen and (max-width: 485px) {
    .blog-entry__content-footer .button {
      font-size: 12px; } }

.blog-entry__navigation--previous {
  grid-area: previous; }

.blog-entry__navigation--next {
  text-align: right;
  grid-area: next; }

.blog-entry__social-share {
  grid-area: social-share; }

.blog-archive {
  max-width: 1170px;
  padding: 0 0 16px 0;
  padding: 0 16px;
  margin-top: 16px; }
  @media screen and (min-width: 775px) {
    .blog-archive {
      display: grid;
      grid-template-columns: auto 240px;
      gap: 32px;
      margin: 0 auto;
      padding: 0 32px 16px 32px; } }
  @media screen and (min-width: 1150px) {
    .blog-archive {
      padding: 0;
      margin-top: 32px; } }
  .blog-archive__post {
    margin-bottom: 32px; }
    @media screen and (min-width: 775px) {
      .blog-archive__post {
        margin-bottom: 48px; } }
  .blog-archive__post-heading {
    font-family: quicksand, sans-serif;
    color: #152848;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 34px;
    margin: 0 0 8px 0; }
  .blog-archive__meta {
    margin-bottom: 16px;
    color: #4e6d81;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media screen and (min-width: 775px) {
      .blog-archive__meta {
        display: flex;
        flex-wrap: wrap; } }
    .blog-archive__meta a {
      color: #4e6d81;
      text-decoration: none; }
      .blog-archive__meta a:hover, .blog-archive__meta a:focus {
        text-decoration: underline; }
  @media screen and (max-width: 485px) {
    .blog-archive__meta-categories {
      display: none; } }
  @media screen and (min-width: 775px) {
    .blog-archive__meta-date {
      padding: 0 8px;
      margin: 0 8px;
      border-right: 1px solid #4a424a;
      border-left: 1px solid #4a424a; } }
  .blog-archive__sidebar {
    margin-top: 8px; }
    .blog-archive__sidebar > * {
      margin-bottom: 48px; }
    .blog-archive__sidebar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .blog-archive__sidebar li {
      padding: 0;
      margin: 8px 0; }
    .blog-archive__sidebar a {
      color: #4e6d81;
      text-decoration: none; }
      .blog-archive__sidebar a:hover, .blog-archive__sidebar a:focus {
        text-decoration: underline; }
    .blog-archive__sidebar p {
      margin-bottom: 8px;
      font-size: 16px; }
  .blog-archive__heading-sidebar {
    font-family: quicksand, sans-serif;
    color: #152848;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 20px;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #152848;
    text-transform: uppercase; }
  .blog-archive__search-group {
    display: flex; }
    .blog-archive__search-group input {
      border: 1px solid #152848;
      border-radius: 0; }
    .blog-archive__search-group [type="submit"] {
      padding: 0;
      border: none;
      font: inherit;
      color: inherit;
      background-color: transparent;
      cursor: pointer;
      width: 100%;
      max-width: 60px;
      margin-left: 4px;
      border: 1px solid #152848;
      border-radius: 0;
      background-color: #152848;
      color: #fff; }
  .blog-archive__archive select {
    border: 1px solid #152848;
    border-radius: 0; }

/* Recipes
--------------------------------------------- */
.single-recipes__content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px; }

.single-recipes__column {
  flex-basis: 0;
  flex-grow: 1;
  padding: 16px 16px 48px 16px; }
  @media screen and (max-width: 775px) {
    .single-recipes__column {
      flex-basis: auto;
      flex-grow: 0;
      margin: 0 auto;
      padding: 0; } }
  .single-recipes__column h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 44px; }
  .single-recipes__column h2 {
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px; }
  .single-recipes__column img {
    margin-top: 16px; }

.single-recipes__products-used {
  max-width: calc(1170px + 150px);
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 32px;
  background-image: url("images/pattern.png");
  background-size: contain; }
  .single-recipes__products-used h2 {
    font-size: 25px;
    text-align: center;
    font-family: prata, serif;
    font-weight: 400;
    letter-spacing: 1px; }
  @media screen and (max-width: 775px) {
    .single-recipes__products-used--desktop {
      display: none; } }
  .single-recipes__products-used--mobile {
    display: none; }
    @media screen and (max-width: 775px) {
      .single-recipes__products-used--mobile {
        display: block; } }

.single-recipes__view-button {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  background-color: #4d6d82;
  border: 1px solid #4d6d82;
  color: #fff;
  padding: 12px 24px;
  width: auto;
  border-radius: 0; }
  @media screen and (max-width: 485px) {
    .single-recipes__view-button {
      width: 100%; } }
  .single-recipes__view-button:hover, .single-recipes__view-button:focus {
    text-decoration: none;
    opacity: 1; }
  .single-recipes__view-button:hover, .single-recipes__view-button:focus {
    color: #4d6d82;
    background-color: #fff;
    border: 1px solid #4d6d82; }

.single-recipes__product-used-wrapper {
  margin-bottom: 48px;
  text-align: center; }

.single-recipes__product-used-image {
  display: inline-block;
  position: relative; }
  .single-recipes__product-used-image img {
    margin-top: 0; }

.single-recipes__review-links {
  margin: 8px 0 16px 16px; }
  @media screen and (max-width: 775px) {
    .single-recipes__review-links {
      margin-left: 0; } }
  .single-recipes__review-links button {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #152848;
    text-decoration: none;
    cursor: pointer; }

.single-recipes__cook-time, .single-recipes__prep-time, .single-recipes__servings {
  margin-left: 16px;
  font-size: 20px; }
  .single-recipes__cook-time p, .single-recipes__prep-time p, .single-recipes__servings p {
    margin: 0;
    display: flex;
    align-items: center; }
  .single-recipes__cook-time i, .single-recipes__prep-time i, .single-recipes__servings i {
    margin-right: 8px;
    font-size: 25px; }

.single-recipes__add-to-recipe-favorites, .single-recipes__create-account-button {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  padding: 12px 24px;
  background-color: #b8232a;
  color: #fff;
  border: 1px solid #b8232a;
  font-style: normal; }
  @media screen and (max-width: 485px) {
    .single-recipes__add-to-recipe-favorites, .single-recipes__create-account-button {
      width: 100%; } }
  .single-recipes__add-to-recipe-favorites:hover, .single-recipes__add-to-recipe-favorites:focus, .single-recipes__create-account-button:hover, .single-recipes__create-account-button:focus {
    text-decoration: none;
    opacity: 1; }
  .single-recipes__add-to-recipe-favorites:hover, .single-recipes__add-to-recipe-favorites:focus, .single-recipes__create-account-button:hover, .single-recipes__create-account-button:focus {
    color: #b8232a;
    background-color: #fff;
    border: 1px solid #b8232a; }
  @media screen and (max-width: 485px) {
    .single-recipes__add-to-recipe-favorites, .single-recipes__create-account-button {
      display: block;
      width: 100%;
      margin-bottom: 16px; } }

.single-recipes__print-button {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  padding: 12px 24px;
  background-color: #fff;
  border: 1px solid #152848;
  color: #152848;
  cursor: pointer;
  font-style: normal; }
  @media screen and (max-width: 485px) {
    .single-recipes__print-button {
      width: 100%; } }
  .single-recipes__print-button:hover, .single-recipes__print-button:focus {
    text-decoration: none;
    opacity: 1; }
  .single-recipes__print-button:hover, .single-recipes__print-button:focus {
    color: #fff;
    background-color: #152848;
    border: 1px solid #152848; }
  @media screen and (max-width: 485px) {
    .single-recipes__print-button {
      display: block;
      width: 100%;
      margin-bottom: 16px; } }

.single-recipes__login-alert {
  display: none;
  background-color: #b8232a;
  color: #fff;
  padding: 8px; }
  .single-recipes__login-alert a {
    color: #fff; }
  .single-recipes__login-alert.active {
    display: block; }

.single-recipes__description {
  font-style: italic;
  border-top: 1px solid #c4c4c3;
  padding: 40px 0;
  margin-top: 32px; }
  .single-recipes__description p {
    margin-bottom: 0;
    padding-top: 32px; }

.single-recipes ul {
  margin: 0; }

.single-recipes .submit {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  background-color: #b8232a;
  border: 1px solid #b8232a;
  color: #fff;
  padding: 12px 24px;
  max-width: 270px; }
  @media screen and (max-width: 485px) {
    .single-recipes .submit {
      width: 100%; } }
  .single-recipes .submit:hover, .single-recipes .submit:focus {
    text-decoration: none;
    opacity: 1; }
  .single-recipes .submit:hover, .single-recipes .submit:focus {
    color: #b8232a;
    background-color: #fff;
    border: 1px solid #b8232a; }

.single-recipes .related-posts__blog {
  background-image: url("images/pattern.png"); }

.single-recipes .bc-pdp-wish-lists {
  width: 100%; }

.recipe-archive {
  max-width: 1170px;
  padding: 0 0 16px 0; }
  @media screen and (min-width: 775px) {
    .recipe-archive {
      display: grid;
      grid-template-columns: 240px auto;
      gap: 32px;
      margin: 0 auto;
      padding: 0 32px 16px 32px; } }
  .recipe-archive__category-navigation .category-header > button,
  .recipe-archive__category-navigation > h1 {
    padding: 16px 0 24px 0;
    border-bottom: 1px solid #4a424a;
    color: #4e6d81;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400; }
    @media screen and (max-width: 775px) {
      .recipe-archive__category-navigation .category-header > button,
      .recipe-archive__category-navigation > h1 {
        padding-left: 32px;
        padding-right: 32px; } }
  .recipe-archive__category-navigation a,
  .recipe-archive__category-navigation button {
    color: #4a424a;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400; }
    @media screen and (max-width: 775px) {
      .recipe-archive__category-navigation a,
      .recipe-archive__category-navigation button {
        padding-left: 32px;
        padding-right: 32px; } }
  .recipe-archive .category-navigation {
    display: block; }
  .recipe-archive .category-accordion__header:after {
    opacity: 1; }
  .recipe-archive__featured-wrapper {
    padding: 16px;
    margin-bottom: 32px;
    background-image: url("images/pattern.png");
    border: none; }
  .recipe-archive__featured-heading, .recipe-archive__recipe-list-heading {
    margin: 0 16px;
    font-size: 25px;
    font-family: prata, serif; }
  .recipe-archive__featured-recipes {
    width: 100%;
    display: flex; }
    @media screen and (max-width: 485px) {
      .recipe-archive__featured-recipes {
        flex-wrap: wrap; } }
  .recipe-archive__recipe-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); }
  .recipe-archive__featured-recipe, .recipe-archive__recipe {
    position: relative;
    margin: 16px; }
    .recipe-archive__featured-recipe h3, .recipe-archive__recipe h3 {
      margin: 0;
      font-size: 18px; }
    .recipe-archive__featured-recipe p, .recipe-archive__recipe p {
      margin: 0;
      text-transform: uppercase; }
    .recipe-archive__featured-recipe img, .recipe-archive__recipe img {
      width: 100%; }
  .recipe-archive a {
    text-decoration: none; }
  .recipe-archive__no-results {
    margin: 0 16px; }
    .recipe-archive__no-results h2 {
      font-size: 24px; }
  .recipe-archive .stars-avg-rating {
    padding: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-style: italic; }
  .recipe-archive__mailchimp label {
    display: none; }
  .recipe-archive__mailchimp input {
    border-radius: 0; }
  .recipe-archive__mailchimp p {
    color: #4a424a; }
  @media screen and (max-width: 775px) {
    .recipe-archive__mailchimp {
      padding-left: 32px;
      padding-right: 32px; } }
  .recipe-archive__mailchimp-form-wrapper {
    display: flex; }
    .recipe-archive__mailchimp-form-wrapper .mc-field-group {
      width: 65%; }
    .recipe-archive__mailchimp-form-wrapper #mce-EMAIL {
      width: 100%;
      border: 1px solid #4a424a; }
  .recipe-archive__mailchimp-submit-button-wrapper {
    width: 34%; }
    .recipe-archive__mailchimp-submit-button-wrapper input[type="submit"] {
      height: 35px;
      padding: 5px;
      margin-left: 3px;
      background-color: #b8232a;
      border: 1px solid #b8232a;
      color: #fff;
      letter-spacing: 1px;
      font-size: 14px;
      text-transform: capitalize; }
  .recipe-archive .bc-pdp-wish-lists {
    width: 100%; }

.recipe-search {
  margin-bottom: 48px;
  text-align: center;
  background-color: #152848; }
  .recipe-search form {
    display: inline-block;
    padding-top: 32px;
    padding-bottom: 32px; }
  .recipe-search input {
    height: 50px;
    width: 290px;
    margin: 16px 8px;
    padding: 16px;
    border-radius: 0;
    border: none; }
  .recipe-search #recipe-search-button {
    background-color: #b8232a;
    color: #fff;
    border: 1px solid #b8232a;
    border-radius: 0;
    letter-spacing: 1.5px;
    padding: 16px 64px; }
    .recipe-search #recipe-search-button:hover, .recipe-search #recipe-search-button:focus {
      color: #b8232a;
      background-color: #fff;
      border: 1px solid #b8232a; }
  .recipe-search label .screen-reader-text {
    color: #fff; }

/* Related Posts/Recipes
--------------------------------------------- */
.related-grid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0 16px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px; }
  @media screen and (min-width: 775px) {
    .related-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr); } }

/* Social Share
--------------------------------------------- */
.social-share {
  margin: 32px 0;
  display: flex;
  justify-content: center; }
  .social-share a {
    font-size: 48px;
    color: #152848;
    margin-right: 48px; }
    .social-share a:last-child {
      margin-right: 0; }
    .social-share a:hover, .social-share a:focus {
      color: #091221; }

/* Product Detail Page
--------------------------------------------- */
.product-detail-layout {
  margin: 32px auto; }
  @media screen and (min-width: 775px) {
    .product-detail-layout__top {
      display: flex; } }
  .product-detail-layout__images {
    position: relative; }
    @media screen and (min-width: 775px) {
      .product-detail-layout__images {
        max-width: 340px; } }
    @media screen and (min-width: 1150px) {
      .product-detail-layout__images {
        max-width: 540px; } }
  @media screen and (min-width: 775px) {
    .product-detail-layout__meta {
      margin-left: 32px; } }
  .product-detail-layout__new-banner {
    position: absolute;
    top: 20px;
    left: 10px;
    background-image: url(/wp-content/themes/nordic_ware/images/new-banner.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    padding: 8px 16px;
    width: 110px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 700; }
    @media screen and (max-width: 485px) {
      .product-detail-layout__new-banner {
        top: 0;
        left: 0; } }
  .product-detail-layout h2 {
    font-family: quicksand, sans-serif;
    color: #152848;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px; }
  .product-detail-layout .bc-cart-item-total-price.bc-cart-item--on-sale, .product-detail-layout .bc-product__price--sale {
    color: #b8232a; }
  .product-detail-layout .bc-product-flag--sale {
    background-color: #b8232a; }
  .product-detail-layout .bc-product-gallery__thumbs {
    justify-content: center; }

.bc-product-single {
  max-width: none;
  padding: 0;
  margin: 0; }

.bc-single-product__reviews {
  border-top: none;
  padding: 0; }

.bc-single-product__rating {
  color: #c4c4c3; }

.bc-single-product__rating--top {
  color: #b8232a; }

.bc-product-review__content {
  width: 100%; }

.product-detail-meta__title {
  font-family: quicksand, sans-serif;
  font-size: 43px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 700;
  color: #152848;
  margin: 0 0 8px 0; }

.product-detail-meta__price {
  font-family: quicksand, sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: 700;
  color: #152848; }

.product-detail-meta__sku {
  margin: 16px 0; }
  @media screen and (max-width: 485px) {
    .product-detail-meta__sku {
      text-align: center; } }

.product-detail-meta__country-of-manufacture {
  width: 120px; }
  @media screen and (max-width: 485px) {
    .product-detail-meta__country-of-manufacture {
      margin: 0 auto; } }

.product-detail-meta__reviews {
  margin: 16px 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline; }
  @media screen and (min-width: 485px) {
    .product-detail-meta__reviews {
      flex-direction: row; } }

.product-detail-meta__review-text {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #152848;
  text-decoration: none; }
  .product-detail-meta__review-text:hover, .product-detail-meta__review-text:focus {
    text-decoration: underline; }
  .product-detail-meta__review-text--write-review {
    position: relative; }
    @media screen and (min-width: 775px) {
      .product-detail-meta__review-text--write-review:before {
        content: "";
        position: absolute;
        height: 20px;
        background: #c4c4c3;
        width: 1px;
        top: 0;
        left: -16px; } }

.product-detail-images {
  width: 100%; }
  .product-detail-images .bc-product-gallery__thumb-slide {
    margin: 4px;
    border: 1px solid #c4c4c3;
    width: 75px;
    height: 75px;
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center; }
    .product-detail-images .bc-product-gallery__thumb-slide.swiper-slide-active {
      border: 1px solid #333333; }
  .product-detail-images .bc-product-gallery__video-slide {
    align-self: center; }
  .product-detail-images .bc-product-gallery__thumb-slide--video {
    position: relative; }
    .product-detail-images .bc-product-gallery__thumb-slide--video img {
      height: 100%;
      object-fit: cover;
      object-position: center center; }
    .product-detail-images .bc-product-gallery__thumb-slide--video:after {
      position: absolute;
      content: "\f144";
      top: 24px;
      left: 0;
      width: 100%;
      text-align: center;
      font-family: "Font Awesome 6 Free";
      font-size: 34px;
      color: #fff; }
  @media screen and (max-width: 775px) {
    .product-detail-images [data-zoomid] {
      pointer-events: none; } }

.product-detail-form {
  margin-bottom: 32px; }
  .product-detail-form__message {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    color: #152848; }
  .product-detail-form .bc-form.bc-product-form button.bc-btn--form-submit {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #b8232a;
    border: 1px solid #b8232a;
    color: #fff;
    padding: 12px 24px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 485px) {
      .product-detail-form .bc-form.bc-product-form button.bc-btn--form-submit {
        width: 100%; } }
    .product-detail-form .bc-form.bc-product-form button.bc-btn--form-submit:hover, .product-detail-form .bc-form.bc-product-form button.bc-btn--form-submit:focus {
      text-decoration: none;
      opacity: 1; }
    .product-detail-form .bc-form.bc-product-form button.bc-btn--form-submit:hover, .product-detail-form .bc-form.bc-product-form button.bc-btn--form-submit:focus {
      color: #b8232a;
      background-color: #fff;
      border: 1px solid #b8232a; }
    .product-detail-form .bc-form.bc-product-form button.bc-btn--form-submit:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 700;
      content: "\f07a";
      margin-right: 8px; }
  .product-detail-form .bc-form.bc-product-form button[disabled="disabled"] {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #4a424a;
    cursor: no-drop;
    padding: 12px 24px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 485px) {
      .product-detail-form .bc-form.bc-product-form button[disabled="disabled"] {
        width: 100%; } }
    .product-detail-form .bc-form.bc-product-form button[disabled="disabled"]:hover, .product-detail-form .bc-form.bc-product-form button[disabled="disabled"]:focus {
      text-decoration: none;
      opacity: 1; }
    .product-detail-form .bc-form.bc-product-form button[disabled="disabled"]:hover, .product-detail-form .bc-form.bc-product-form button[disabled="disabled"]:focus {
      color: #4a424a;
      background-color: #efefef;
      border: 1px solid #efefef; }
    .product-detail-form .bc-form.bc-product-form button[disabled="disabled"]:before {
      content: ""; }
  .product-detail-form .bc-product-form__control--swatch {
    display: flex;
    align-items: center; }
    .product-detail-form .bc-product-form__control--swatch .bc-form__label {
      margin-right: 16px; }
    .product-detail-form .bc-product-form__control--swatch .bc-product-variant__label--swatch {
      position: relative;
      border: 3px solid #efefef;
      transition: .2s transform;
      box-shadow: none; }
      .product-detail-form .bc-product-form__control--swatch .bc-product-variant__label--swatch:hover, .product-detail-form .bc-product-form__control--swatch .bc-product-variant__label--swatch:focus {
        border: 3px solid #efefef; }
        .product-detail-form .bc-product-form__control--swatch .bc-product-variant__label--swatch:hover:after, .product-detail-form .bc-product-form__control--swatch .bc-product-variant__label--swatch:focus:after {
          content: '';
          position: absolute;
          top: -5px;
          left: -5px;
          right: -5px;
          bottom: -5px;
          border: 3px solid #333333; }
    .product-detail-form .bc-product-form__control--swatch input.bc-product-variant__radio--hidden:checked + .bc-product-variant__label .bc-product-variant__label--swatch {
      border: 3px solid #efefef; }
      .product-detail-form .bc-product-form__control--swatch input.bc-product-variant__radio--hidden:checked + .bc-product-variant__label .bc-product-variant__label--swatch:after {
        content: '';
        position: absolute;
        top: -5px;
        left: -5px;
        right: -5px;
        bottom: -5px;
        border: 3px solid #333333; }
  .product-detail-form .bc-product-form__control--rectangle {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 485px) {
      .product-detail-form .bc-product-form__control--rectangle {
        flex-direction: column; } }
    .product-detail-form .bc-product-form__control--rectangle .bc-form__label {
      margin-right: 16px; }
      @media screen and (max-width: 485px) {
        .product-detail-form .bc-product-form__control--rectangle .bc-form__label {
          margin-right: 0; } }
  .product-detail-form .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #152848;
    color: #152848;
    cursor: pointer;
    padding: 12px 24px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 485px) {
      .product-detail-form .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle {
        width: 100%; } }
    .product-detail-form .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle:hover, .product-detail-form .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle:focus {
      text-decoration: none;
      opacity: 1; }
    .product-detail-form .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle:hover, .product-detail-form .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle:focus {
      color: #fff;
      background-color: #152848;
      border: 1px solid #152848; }
    .product-detail-form .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle i {
      display: none; }
    .product-detail-form .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle:after {
      font-family: "Font Awesome 6 Free";
      font-weight: 700;
      content: "\f0da";
      margin-left: 4px; }
  .product-detail-form .bc-pdp-wish-lists {
    max-width: none;
    width: 100%;
    right: initial;
    top: initial;
    text-align: left;
    padding: 8px 16px; }
    .product-detail-form .bc-pdp-wish-lists li {
      margin: 8px 0; }
    .product-detail-form .bc-pdp-wish-lists p {
      font-size: 16px; }
    .product-detail-form .bc-pdp-wish-lists a {
      font-family: quicksand, sans-serif;
      font-size: 16px;
      color: #4a424a;
      background: none;
      border: none;
      text-transform: none;
      padding: 0; }
      .product-detail-form .bc-pdp-wish-lists a:hover, .product-detail-form .bc-pdp-wish-lists a:focus {
        color: #4a424a;
        text-decoration: underline;
        border: none; }

.product-detail-form__out-of-stock {
  display: none; }

body.bc-product-outofstock .product-detail-form__out-of-stock {
  display: block; }

.bc-single-product__reviews .submit {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  background-color: #b8232a;
  border: 1px solid #b8232a;
  color: #fff;
  padding: 12px 24px; }
  @media screen and (max-width: 485px) {
    .bc-single-product__reviews .submit {
      width: 100%; } }
  .bc-single-product__reviews .submit:hover, .bc-single-product__reviews .submit:focus {
    text-decoration: none;
    opacity: 1; }
  .bc-single-product__reviews .submit:hover, .bc-single-product__reviews .submit:focus {
    color: #b8232a;
    background-color: #fff;
    border: 1px solid #b8232a; }

.bc-single-product__reviews .bc-form .bc-form__actions {
  margin-top: 0; }

/* Accordion
--------------------------------------------- */
.accordion__panel {
  padding: 0 16px 16px 16px; }
  .accordion__panel ol, .accordion__panel ul {
    margin: 0;
    padding: 0 20px; }

.accordion__panel[aria-hidden="true"] {
  display: none; }

.accordion__title {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #c4c4c3; }

.accordion__header {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%; }
  .accordion__header:before {
    font-family: "Font Awesome 6 Free";
    content: "\f067";
    font-weight: 900;
    font-size: 20px;
    display: inline-block;
    margin-right: 16px;
    color: #152848; }
  .accordion__header[aria-expanded="true"]:before {
    content: "\f068"; }

.accordion button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer; }

/* Related Posts
--------------------------------------------- */
.related-posts {
  padding-bottom: 48px; }
  .related-posts h2 {
    font-family: quicksand, sans-serif;
    color: #152848;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
    padding-top: 32px;
    font-family: prata, serif; }
  .related-posts___recipes {
    padding: 8px 0;
    margin: 8px 0; }
    @media screen and (min-width: 775px) {
      .related-posts___recipes {
        padding: 16px 0;
        margin: 16px 0; } }
  .related-posts--recipes {
    padding-bottom: 32px;
    background-image: url("images/pattern.png"); }

/* BC Shortcode Overrides
--------------------------------------------- */
.bc-subnav__list-item .bc-link {
  color: #b8232a; }

.bc-subnav__list-item--current .bc-subnav__link {
  color: #152848; }

/* BC Gift Purchase
--------------------------------------------- */
.entry-content .bc-gift-purchase .bc-btn,
.entry-content .bc-gift-balance .bc-btn {
  background-color: #b8232a;
  color: #fff;
  border: 1px solid #b8232a; }
  .entry-content .bc-gift-purchase .bc-btn:hover, .entry-content .bc-gift-purchase .bc-btn:focus,
  .entry-content .bc-gift-balance .bc-btn:hover,
  .entry-content .bc-gift-balance .bc-btn:focus {
    color: #b8232a;
    background-color: #fff;
    border: 1px solid #b8232a; }

.bc-gift-instructions ol {
  margin: 0 0 48px 0; }

/* Account
--------------------------------------------- */
.account-page {
  margin: 32px 0; }
  @media screen and (min-width: 775px) {
    .account-page {
      margin: 64px 0; } }
  .account-page__heading {
    font-family: quicksand, sans-serif;
    color: #152848;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center; }
  .account-page__notice {
    background: #efefef;
    padding: 16px 32px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 32px; }
    .account-page__notice h3 {
      color: #b8232a; }
    @media screen and (max-width: 775px) {
      .account-page__notice {
        width: 100%; } }
  @media screen and (min-width: 775px) {
    .account-page__login {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 48px; } }
  .account-page__login-form label {
    display: block;
    font-size: 16px; }
  .account-page__login-form input.input {
    width: 100%; }
  .account-page__login-form input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #152848;
    border: 1px solid #152848;
    color: #fff;
    display: inline-block;
    width: auto; }
    @media screen and (max-width: 485px) {
      .account-page__login-form input[type="submit"] {
        width: 100%; } }
    .account-page__login-form input[type="submit"]:hover, .account-page__login-form input[type="submit"]:focus {
      text-decoration: none;
      opacity: 1; }
    .account-page__login-form input[type="submit"]:hover, .account-page__login-form input[type="submit"]:focus {
      color: #152848;
      background-color: #fff;
      border: 1px solid #152848; }
  .account-page__register {
    margin-top: 32px;
    padding: 24px;
    background: #efefef; }
    @media screen and (min-width: 775px) {
      .account-page__register {
        margin-top: 0; } }
    .account-page__register h3 {
      margin: 0 0 16px 0; }
  .account-page__register-list {
    margin: 0 0 32px 40px;
    padding: 0; }
    .account-page__register-list li {
      margin: 0; }
  .account-page__register-description {
    margin: 8px 0; }
  .account-page__gdpr-consent {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-top: 8px; }
  .account-page__gdpr-consent-required {
    color: #b8232a; }
  .account-page__lost-password {
    max-width: 485px;
    margin: 0 auto; }
  .account-page__account-actions {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .account-page__account-actions li {
      margin: 8px 0; }
  .account-page__no-content {
    background: #b8232a;
    padding: 8px;
    border-radius: 4px;
    text-align: center; }
    .account-page__no-content h2 {
      font-size: 16px;
      font-weight: 700;
      color: #fff; }
      .account-page__no-content h2:before {
        font-family: "Font Awesome 6 Free";
        content: "\f06a";
        font-weight: 900;
        display: inline-block;
        margin-right: 16px;
        color: #fff; }
  .account-page .bc-form .bc-form__label.bc-form-control-required {
    display: flex;
    justify-content: space-between; }
    .account-page .bc-form .bc-form__label.bc-form-control-required::after {
      content: "Required";
      font-size: 12px;
      font-family: quicksand, sans-serif;
      text-transform: uppercase;
      color: #152848;
      align-self: flex-end; }
  .account-page label[for="bc-account-profile-password"] .bc-form__label.bc-form-control-required::after,
  .account-page label[for="bc-account-profile-new-password"] .bc-form__label.bc-form-control-required::after,
  .account-page label[for="bc-account-profile-confirm-password"] .bc-form__label.bc-form-control-required::after {
    content: "Required if updating password"; }
  .account-page .bc-form select {
    padding-left: 8px;
    color: #4a424a; }
  .account-page .bc-alert--success {
    color: #219653; }
  .account-page .bc-alert--error {
    background-color: #EB5757; }
  .account-page .bc-form__label {
    font-size: 16px; }
  .account-page .bc-account-register__actions .button[disabled="disabled"] {
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #4a424a;
    cursor: no-drop; }
    .account-page .bc-account-register__actions .button[disabled="disabled"]:hover, .account-page .bc-account-register__actions .button[disabled="disabled"]:focus {
      color: #4a424a;
      background-color: #efefef;
      border: 1px solid #efefef; }
  .account-page .bc-account-addresses__item:hover {
    transform: none; }
  .account-page .bc-account-address__actions {
    margin-top: 16px; }
  .account-page .bc-account-addresses__list.bc-account-address--form-active {
    margin-bottom: 300px; }
  .account-page .bc-account-address-form__wrapper {
    padding: 16px;
    border: 1px solid #efefef; }
  .account-page .bc-btn.bc-account-address__delete-confirm {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    padding: 12px 24px;
    width: 100%;
    text-align: center;
    background-color: #152848;
    border: 1px solid #152848;
    color: #fff; }
    @media screen and (max-width: 485px) {
      .account-page .bc-btn.bc-account-address__delete-confirm {
        width: 100%; } }
    .account-page .bc-btn.bc-account-address__delete-confirm:hover, .account-page .bc-btn.bc-account-address__delete-confirm:focus {
      text-decoration: none;
      opacity: 1; }
    .account-page .bc-btn.bc-account-address__delete-confirm:hover, .account-page .bc-btn.bc-account-address__delete-confirm:focus {
      color: #152848;
      background-color: #fff;
      border: 1px solid #152848; }
  .account-page .bc-btn.bc-btn--inverse.bc-account-address__delete-cancel {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    padding: 12px 24px;
    width: 100%;
    text-align: center;
    background-color: #efefef;
    border: 1px solid #efefef;
    color: #4a424a; }
    @media screen and (max-width: 485px) {
      .account-page .bc-btn.bc-btn--inverse.bc-account-address__delete-cancel {
        width: 100%; } }
    .account-page .bc-btn.bc-btn--inverse.bc-account-address__delete-cancel:hover, .account-page .bc-btn.bc-btn--inverse.bc-account-address__delete-cancel:focus {
      text-decoration: none;
      opacity: 1; }
    .account-page .bc-btn.bc-btn--inverse.bc-account-address__delete-cancel:hover, .account-page .bc-btn.bc-btn--inverse.bc-account-address__delete-cancel:focus {
      background-color: #fff;
      border: 1px solid #4a424a; }
  @media screen and (max-width: 775px) {
    .account-page .bc-account-address__delete-form {
      width: 100%;
      margin-top: 8px; } }

.bc-alert {
  text-align: center; }
  .bc-alert a {
    color: #fff; }

.account-page-subnav {
  margin-top: 48px; }
  .account-page-subnav__heading {
    font-family: quicksand, sans-serif;
    color: #152848;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center; }
  .account-page-subnav__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none; }
    @media screen and (min-width: 775px) {
      .account-page-subnav__list {
        display: flex;
        flex-direction: row;
        justify-content: center; } }
  @media screen and (min-width: 775px) {
    .account-page-subnav__list-item {
      margin: 0 16px; } }
  .account-page-subnav__list-item--current a {
    text-decoration: underline; }
  .account-page-subnav__link {
    text-decoration: none; }
    .account-page-subnav__link:hover, .account-page-subnav__link:focus {
      text-decoration: underline; }

.account-recipe-favorites {
  margin: 64px 0; }
  .account-recipe-favorites__item {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    border-bottom: 1px solid #efefef;
    padding: 16px 0;
    font-weight: normal; }
    .account-recipe-favorites__item > * {
      margin-bottom: 8px; }
    @media screen and (min-width: 775px) {
      .account-recipe-favorites__item {
        display: grid;
        grid-template-columns: auto 2fr 1fr;
        grid-gap: 24px;
        align-items: center;
        justify-items: start; }
        .account-recipe-favorites__item > * {
          margin-bottom: 0; } }
  .account-recipe-favorites__title {
    margin-top: 0;
    font-size: 20px; }
    .account-recipe-favorites__title a {
      display: inline-block;
      text-decoration: none; }
      .account-recipe-favorites__title a:hover, .account-recipe-favorites__title a:focus {
        text-decoration: underline; }

.account-wishlist {
  margin: 64px 0; }
  .account-wishlist__header {
    display: none; }
    @media screen and (min-width: 775px) {
      .account-wishlist__header {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 2fr;
        grid-gap: 16px;
        font-weight: 700;
        padding-bottom: 8px; } }
  .account-wishlist__lists .bc-wish-list-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #efefef;
    padding: 16px 0;
    font-weight: normal; }
    .account-wishlist__lists .bc-wish-list-row:first-of-type {
      border-top: 1px solid #efefef; }
    @media screen and (min-width: 775px) {
      .account-wishlist__lists .bc-wish-list-row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 2fr;
        grid-gap: 16px;
        align-items: center; } }
    .account-wishlist__lists .bc-wish-list-row > * {
      margin-bottom: 8px; }
      @media screen and (min-width: 775px) {
        .account-wishlist__lists .bc-wish-list-row > * {
          margin-bottom: 0; } }
  .account-wishlist__actions .bc-link {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #152848;
    color: #152848;
    cursor: pointer;
    padding: 4px 24px; }
    @media screen and (max-width: 485px) {
      .account-wishlist__actions .bc-link {
        width: 100%; } }
    .account-wishlist__actions .bc-link:hover, .account-wishlist__actions .bc-link:focus {
      text-decoration: none;
      opacity: 1; }
    .account-wishlist__actions .bc-link:hover, .account-wishlist__actions .bc-link:focus {
      color: #fff;
      background-color: #152848;
      border: 1px solid #152848; }
  @media screen and (max-width: 1150px) {
    .account-wishlist__actions > * {
      margin-bottom: 8px; } }
  @media screen and (max-width: 485px) {
    .account-wishlist__actions {
      display: flex;
      flex-direction: column; } }
  .account-wishlist__mobile-only-label {
    margin-right: 4px;
    font-weight: 700; }
    @media screen and (min-width: 775px) {
      .account-wishlist__mobile-only-label {
        display: none; } }

.bc-account-page {
  border: none;
  padding: 0; }

.bc-wish-list-new {
  margin-top: 32px; }

.account-wishlist-detail__title {
  font-size: 28px;
  text-align: center; }

.account-wishlist-detail__actions {
  margin: 16px 0;
  text-align: center; }
  .account-wishlist-detail__actions > * {
    margin-right: 8px; }
    @media screen and (max-width: 775px) {
      .account-wishlist-detail__actions > * {
        margin-bottom: 8px; } }
  .account-wishlist-detail__actions .bc-link {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #152848;
    color: #152848;
    cursor: pointer;
    padding: 4px 24px; }
    @media screen and (max-width: 485px) {
      .account-wishlist-detail__actions .bc-link {
        width: 100%; } }
    .account-wishlist-detail__actions .bc-link:hover, .account-wishlist-detail__actions .bc-link:focus {
      text-decoration: none;
      opacity: 1; }
    .account-wishlist-detail__actions .bc-link:hover, .account-wishlist-detail__actions .bc-link:focus {
      color: #fff;
      background-color: #152848;
      border: 1px solid #152848; }

.account-wishlist-detail__share {
  display: flex;
  flex-direction: column;
  padding: 16px;
  background: #efefef; }
  .account-wishlist-detail__share label {
    margin-bottom: 8px;
    text-align: center;
    text-transform: uppercase; }

.account-wishlist-detail__breadcrumbs {
  text-align: center; }

.bc-manage-wish-list-wrapper {
  margin: 64px 0; }

.bc-manage-wish-list-share {
  display: block;
  max-width: 80%;
  margin: 32px auto; }

.bc-wish-list-product-row {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center; }
  .bc-wish-list-product-row > * {
    margin-bottom: 8px; }
  @media screen and (min-width: 775px) {
    .bc-wish-list-product-row {
      display: grid;
      grid-template-columns: 1fr 4fr 2fr 2fr;
      align-items: center;
      justify-items: start; }
      .bc-wish-list-product-row > * {
        margin-bottom: 0; } }
  .bc-wish-list-product-row .bc-link {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #152848;
    color: #152848;
    cursor: pointer;
    padding: 4px 24px; }
    @media screen and (max-width: 485px) {
      .bc-wish-list-product-row .bc-link {
        width: 100%; } }
    .bc-wish-list-product-row .bc-link:hover, .bc-wish-list-product-row .bc-link:focus {
      text-decoration: none;
      opacity: 1; }
    .bc-wish-list-product-row .bc-link:hover, .bc-wish-list-product-row .bc-link:focus {
      color: #fff;
      background-color: #152848;
      border: 1px solid #152848; }
  .bc-wish-list-product-row .bc-product__title-link {
    font-size: 20px; }
    .bc-wish-list-product-row .bc-product__title-link:hover, .bc-wish-list-product-row .bc-product__title-link:focus {
      text-decoration: underline;
      opacity: 1; }

.account-wishlist-dialog--form label {
  font-family: quicksand, sans-serif; }

.account-wishlist-dialog--form .bc-wish-list-name-field {
  margin-bottom: 16px; }

.account-wishlist-dialog__submit {
  margin-top: 16px; }

.account-wishlist-dialog .bc-wish-list-dialog-title {
  font-size: 28px;
  text-align: left;
  margin: 16px 0; }

.account-wishlist-dialog .bc-wish-list-dialog-form {
  margin-bottom: 16px; }

/* Video Archive
--------------------------------------------- */
.video-archive__description {
  width: 70%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 16px;
  text-align: center; }
  @media screen and (max-width: 775px) {
    .video-archive__description {
      width: 100%; } }

.video-archive__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px; }
  .video-archive__container h1 {
    display: inline; }
  .video-archive__container h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500; }

.video-archive__show-more {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  background-color: #4d6d82;
  border: 1px solid #4d6d82;
  color: #fff;
  float: right;
  padding: 16px 24px;
  letter-spacing: 3px; }
  @media screen and (max-width: 485px) {
    .video-archive__show-more {
      width: 100%; } }
  .video-archive__show-more:hover, .video-archive__show-more:focus {
    text-decoration: none;
    opacity: 1; }
  .video-archive__show-more:hover, .video-archive__show-more:focus {
    color: #4d6d82;
    background-color: #fff;
    border: 1px solid #4d6d82; }
  @media screen and (max-width: 775px) {
    .video-archive__show-more {
      width: auto;
      display: block;
      float: none;
      padding: 32px;
      margin-top: 32px; } }

.video-archive__category-container {
  padding: 50px 0 75px 0; }

.video-archive__video-grid {
  display: grid;
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(363px, 1fr)); }

.video-archive__video-grid-item {
  display: none;
  max-width: 364px; }
  @media screen and (max-width: 775px) {
    .video-archive__video-grid-item {
      margin: 0 auto; } }
  .video-archive__video-grid-item img {
    width: 100%; }
  .video-archive__video-grid-item.show {
    display: block; }
  .video-archive__video-grid-item--0, .video-archive__video-grid-item--1, .video-archive__video-grid-item--2 {
    display: block; }

.video-archive__see-more-button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px; }

/* Press Archive
--------------------------------------------- */
.press-archive__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px; }
  .press-archive__container h1 {
    display: inline; }
  .press-archive__container h2 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500; }

.press-archive__show-more {
  display: inline-block;
  width: auto;
  padding: 8px 24px;
  border: 0;
  border-radius: 0;
  font-family: quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  background-color: #4d6d82;
  border: 1px solid #4d6d82;
  color: #fff;
  float: right;
  padding: 16px 24px;
  letter-spacing: 3px; }
  @media screen and (max-width: 485px) {
    .press-archive__show-more {
      width: 100%; } }
  .press-archive__show-more:hover, .press-archive__show-more:focus {
    text-decoration: none;
    opacity: 1; }
  .press-archive__show-more:hover, .press-archive__show-more:focus {
    color: #4d6d82;
    background-color: #fff;
    border: 1px solid #4d6d82; }
  @media screen and (max-width: 775px) {
    .press-archive__show-more {
      width: auto;
      display: block;
      float: none;
      padding: 32px;
      margin-top: 32px; } }

.press-archive__category-container {
  padding: 50px 0 75px 0; }

.press-archive__grid {
  display: grid;
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  justify-content: space-between;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(267px, 1fr)); }

.press-archive__video-grid-item, .press-archive__grid-item {
  display: none;
  max-width: 268px;
  cursor: pointer; }
  @media screen and (max-width: 775px) {
    .press-archive__video-grid-item, .press-archive__grid-item {
      margin: 0 auto; } }
  .press-archive__video-grid-item img, .press-archive__grid-item img {
    width: 100%; }
  .press-archive__video-grid-item.show, .press-archive__grid-item.show {
    display: block; }
  .press-archive__video-grid-item--0, .press-archive__video-grid-item--1, .press-archive__video-grid-item--2, .press-archive__video-grid-item--3, .press-archive__grid-item--0, .press-archive__grid-item--1, .press-archive__grid-item--2, .press-archive__grid-item--3 {
    display: block;
    margin: 0 auto; }

.press-archive__see-more-button {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none; }

/* Video Modal
--------------------------------------------- */
.video-modal {
  display: none; }
  .video-modal.active {
    display: block;
    top: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
  .video-modal iframe {
    margin: 0 auto;
    max-width: none; }
  .video-modal__close-modal {
    display: none;
    position: absolute;
    right: 20px;
    top: 50px;
    color: #fff;
    font-size: 30px;
    background: transparent;
    border: 0; }
  .video-modal__overlay.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); }
    .video-modal__overlay.active .video-modal__close-modal {
      display: block; }

/* Cart
--------------------------------------------- */
.cart__hero {
  margin: 16px auto;
  text-align: center; }

.cart__header {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 1fr;
  grid-gap: 32px;
  width: 100%;
  font-size: 16px;
  font-weight: 700; }
  @media screen and (max-width: 775px) {
    .cart__header {
      display: none; } }

.cart .bigcommerce-cart__item-count {
  all: unset; }

.cart__item {
  display: grid;
  grid-template-columns: 4fr 2fr 2fr 1fr;
  grid-gap: 32px;
  align-items: center;
  width: 100%;
  margin: 8px 0;
  padding: 8px 0;
  border-top: 1px solid #efefef; }
  @media screen and (max-width: 775px) {
    .cart__item {
      display: block; } }

.cart__meta {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 775px) {
    .cart__meta {
      margin-bottom: 16px; } }

.cart__details {
  margin-left: 16px; }

.cart__product-title {
  margin: 8px 0;
  display: inline-block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal; }
  .cart__product-title a {
    text-decoration: none; }
    .cart__product-title a:hover, .cart__product-title a:focus {
      text-decoration: underline; }

.cart__image {
  width: 120px; }

.cart__single-price {
  font-size: 16px;
  font-weight: normal; }

.cart__total-price {
  display: flex;
  align-items: center; }
  .cart__total-price .bc-cart-item-total-price {
    display: block;
    margin-left: 0;
    margin-right: 16px;
    flex: none;
    font-size: 16px;
    font-weight: 700; }

.cart__remove .bc-cart-item__remove-button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  color: #c4c4c3; }
  .cart__remove .bc-cart-item__remove-button:hover[disabled] {
    padding: 0; }

.cart__remove .bc-cart-item-total-price {
  margin: 0; }

.cart__actions {
  margin: 16px 0 32px 0;
  text-align: right; }
  .cart__actions .bc-btn.bc-cart-actions__checkout-button {
    display: inline-block;
    width: auto;
    padding: 8px 24px;
    border: 0;
    border-radius: 0;
    font-family: quicksand, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    background-color: #b8232a;
    border: 1px solid #b8232a;
    color: #fff;
    padding: 12px 24px; }
    @media screen and (max-width: 485px) {
      .cart__actions .bc-btn.bc-cart-actions__checkout-button {
        width: 100%; } }
    .cart__actions .bc-btn.bc-cart-actions__checkout-button:hover, .cart__actions .bc-btn.bc-cart-actions__checkout-button:focus {
      text-decoration: none;
      opacity: 1; }
    .cart__actions .bc-btn.bc-cart-actions__checkout-button:hover, .cart__actions .bc-btn.bc-cart-actions__checkout-button:focus {
      color: #b8232a;
      background-color: #fff;
      border: 1px solid #b8232a; }
    .cart__actions .bc-btn.bc-cart-actions__checkout-button[disabled] {
      display: inline-block;
      width: auto;
      padding: 8px 24px;
      border: 0;
      border-radius: 0;
      font-family: quicksand, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 1px;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      opacity: 1;
      background-color: #efefef;
      border: 1px solid #efefef;
      color: #4a424a;
      cursor: no-drop;
      padding: 12px 24px; }
      @media screen and (max-width: 485px) {
        .cart__actions .bc-btn.bc-cart-actions__checkout-button[disabled] {
          width: 100%; } }
      .cart__actions .bc-btn.bc-cart-actions__checkout-button[disabled]:hover, .cart__actions .bc-btn.bc-cart-actions__checkout-button[disabled]:focus {
        text-decoration: none;
        opacity: 1; }
      .cart__actions .bc-btn.bc-cart-actions__checkout-button[disabled]:hover, .cart__actions .bc-btn.bc-cart-actions__checkout-button[disabled]:focus {
        color: #4a424a;
        background-color: #efefef;
        border: 1px solid #efefef; }
      .cart__actions .bc-btn.bc-cart-actions__checkout-button[disabled]:after {
        color: #4a424a; }
    .cart__actions .bc-btn.bc-cart-actions__checkout-button:after {
      font-family: "Font Awesome 6 Free";
      content: "\f0da";
      font-weight: 900;
      display: inline-block;
      margin-left: 16px;
      color: #fff; }
    .cart__actions .bc-btn.bc-cart-actions__checkout-button:hover::after, .cart__actions .bc-btn.bc-cart-actions__checkout-button:focus::after {
      color: #b8232a; }

.cart__mobile-label {
  display: none; }
  @media screen and (max-width: 775px) {
    .cart__mobile-label {
      display: inline-block;
      width: 120px;
      margin-right: 16px;
      text-align: right;
      font-size: 16px; } }

.cart .bc-cart-body {
  margin-bottom: 16px;
  border-bottom: 1px solid #efefef; }

.cart .bc-cart-item__product-option {
  margin-top: 0;
  margin-bottom: 4px;
  color: #152848; }

.cart .bc-cart-footer {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: auto; }
  @media screen and (max-width: 775px) {
    .cart .bc-cart-footer {
      width: 100%; } }

.cart .bc-cart-tax,
.cart .bc-cart-base-total,
.cart .bc-cart-subtotal,
.cart .bc-cart-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0; }
  @media screen and (max-width: 775px) {
    .cart .bc-cart-tax,
    .cart .bc-cart-base-total,
    .cart .bc-cart-subtotal,
    .cart .bc-cart-discount {
      display: block;
      text-align: left;
      padding: 0;
      margin: 8px 0; } }

.cart .bc-cart-tax {
  border-top: 1px solid #efefef; }
  @media screen and (max-width: 775px) {
    .cart .bc-cart-tax {
      border-top: none; } }

.cart .bc-cart-subtotal__label,
.cart .bc-cart-base-total__label,
.cart .bc-cart-discount__label,
.cart .bc-cart-tax__label {
  font-size: 16px;
  flex: none;
  margin-right: 0;
  padding-right: 0; }
  @media screen and (max-width: 775px) {
    .cart .bc-cart-subtotal__label,
    .cart .bc-cart-base-total__label,
    .cart .bc-cart-discount__label,
    .cart .bc-cart-tax__label {
      display: inline-block;
      width: 40vw;
      margin-right: 16px;
      text-align: right;
      font-size: 16px; } }

.cart .bc-cart-subtotal__amount,
.cart .bc-cart-base-total__amount,
.cart .bc-cart-discount__amount,
.cart .bc-cart-tax__amount-tbd {
  text-align: right;
  font-size: 16px;
  font-weight: 700; }

.cart .bc-shipping-calculator {
  display: none; }

.cart .hidden {
  display: none; }

#international-promocode {
  display: none; }
  #international-promocode .promocode-alert {
    max-width: 200px;
    display: none; }
  #international-promocode .promocode-loader {
    margin: 10px;
    height: 25px; }
    #international-promocode .promocode-loader img {
      display: none;
      max-width: 25px; }
  @media screen and (max-width: 775px) {
    #international-promocode input {
      width: 100%;
      margin-bottom: 8px; } }

/* Search Listings
--------------------------------------------- */
.search-listings {
  max-width: 1170px;
  margin: 16px auto 32px auto;
  padding: 0 16px; }
  .search-listings__search-tabs {
    display: flex;
    border-bottom: 1px solid #efefef;
    padding: 0;
    margin: 0;
    margin-bottom: 32px;
    list-style: none; }
  .search-listings__search-tab {
    padding: 8px 16px;
    background: #fff; }
    .search-listings__search-tab a {
      text-decoration: none;
      color: #4a424a; }
      .search-listings__search-tab a:hover, .search-listings__search-tab a:focus {
        text-decoration: underline; }
    .search-listings__search-tab--active {
      background: #b8232a;
      border: 1px solid #b8232a; }
      .search-listings__search-tab--active a {
        color: #fff; }
  .search-listings .stars-avg-rating {
    padding: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-style: italic; }
  .search-listings h1 {
    font-family: quicksand, sans-serif;
    color: #152848;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 28px;
    margin: 32px 0; }

/* Orders
--------------------------------------------- */
.bc-order-list,
.bc-order-detail {
  margin-top: 48px; }

.bc-order__header {
  font-size: 16px; }

.bc-order-list__item {
  padding: 32px 0; }

.bc-order-meta__label,
.bc-order-meta__value {
  font-size: 16px; }

.bc-order-detail-totals__label {
  font-size: 16px;
  color: #4a424a; }

.bc-order-product-row__option {
  margin-top: 8px;
  font-size: 16px;
  color: #152848; }

.bc-order-product-row__quantity {
  font-size: 16px; }

.bc-order__returns {
  margin-top: 40px;
  margin-left: 40px;
  padding-top: 20px;
  font-size: 16px;
  font-style: italic;
  border-top: 1px solid #e0e3e9; }

/* Image Modal
--------------------------------------------- */
.image-modal {
  display: none; }
  .image-modal img {
    display: none; }
  .image-modal.active {
    display: block;
    top: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center; }
    .image-modal.active img {
      display: block; }

/* Review Links
--------------------------------------------- */
.review-links {
  width: 100%;
  margin-bottom: 16px; }
  @media screen and (max-width: 775px) {
    .review-links {
      margin-left: 0; } }
  .review-links button {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #152848;
    text-decoration: none;
    cursor: pointer; }

/* Pop Up
--------------------------------------------- */
.hustle-layout-body {
  background-color: #fff; }

.hustle-button-close {
  color: #fff; }

.hustle-ui.module_id_1 .hustle-success .hustle-success-content {
  color: #fff; }

.hustle-icon-check {
  color: #fff; }

.hustle-ui.module_id_1 .hustle-layout .hustle-layout-footer .hustle-nsa-link {
  font-family: quicksand, sans-serif; }
  .hustle-ui.module_id_1 .hustle-layout .hustle-layout-footer .hustle-nsa-link a {
    color: #fff; }

.hustle-ui.module_id_1 .hustle-layout .hustle-layout-body .hustle-image {
  display: none; }

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-body .hustle-layout-content {
  padding: 16px; }

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-title .hustle-title {
  font-family: prata, serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 400; }

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success .hustle-success-content p:not([class*="forminator-"]) {
  font-size: 24px;
  font-family: quicksand, sans-serif; }

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content-wrap .hustle-group-content p:not([class*="forminator-"]) {
  font-family: quicksand, sans-serif;
  line-height: 20px; }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content-wrap .hustle-group-content p:not([class*="forminator-"]):last-child {
    line-height: 12px;
    font-size: 12px; }

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form-fields .hustle-field .hustle-input {
  border: 1px solid #efefef;
  font-family: quicksand, sans-serif; }

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form-fields .hustle-field .hustle-input + .hustle-input-label {
  font-family: quicksand, sans-serif; }

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields button.hustle-button-submit {
  font-family: quicksand, sans-serif;
  text-transform: uppercase;
  background-color: #b8232a;
  border: 1px solid #b8232a;
  color: #fff; }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields button.hustle-button-submit:hover, .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields button.hustle-button-submit:focus {
    color: #b8232a;
    background-color: #fff;
    border: 1px solid #b8232a; }

.hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-form .hustle-error-message p {
  font-family: quicksand, sans-serif; }

@media screen and (min-width: 783px) {
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-group-title .hustle-title {
    font-family: prata, serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400; }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-success .hustle-success-content p:not([class*="forminator-"]) {
    font-size: 24px;
    font-family: quicksand, sans-serif; }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content-wrap .hustle-group-content p:not([class*="forminator-"]) {
    font-family: quicksand, sans-serif;
    line-height: 20px; }
    .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-content-wrap .hustle-group-content p:not([class*="forminator-"]):last-child {
      line-height: 12px;
      font-size: 12px; }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form-fields .hustle-field .hustle-input {
    border: 1px solid #efefef;
    font-family: quicksand, sans-serif; }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form-fields .hustle-field .hustle-input + .hustle-input-label {
    font-family: quicksand, sans-serif; }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields button.hustle-button-submit {
    font-family: quicksand, sans-serif;
    text-transform: uppercase;
    background-color: #b8232a;
    border: 1px solid #b8232a;
    color: #fff; }
    .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields button.hustle-button-submit:hover, .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-form .hustle-form-fields button.hustle-button-submit:focus {
      color: #b8232a;
      background-color: #fff;
      border: 1px solid #b8232a; }
  .hustle-ui:not(.hustle-size--small).module_id_1 .hustle-layout .hustle-layout-form .hustle-error-message p {
    font-family: quicksand, sans-serif; }
  .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body .hustle-image {
    display: block;
    overflow: unset;
    height: auto; }
    .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body .hustle-image img {
      height: auto; } }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/* Zonos overrides
--------------------------------------------- */
.z-brand {
  color: #4a424a !important; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }


  
  .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Colors
--------------------------------------------- */
.text--red {
  color: #b8232a; }

.text--dark-gray {
  color: #4a424a; }

.text--white {
  color: #fff; }

.text--bright-red {
  color: #cc3e2d; }

/* Container
--------------------------------------------- */
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px; }

/* Helpers
--------------------------------------------- */
.is-invisible {
  opacity: 0;
  visibility: hidden; }

.is-hidden {
  display: none; }

/*--------------------------------------------------------------
# Print Recipe Styles
--------------------------------------------------------------*/
@media print {
  .accordion__panel[aria-hidden="true"] {
    display: block; }
  .single-recipes__content {
    flex-wrap: wrap; }
  .single-recipes__column {
    flex-basis: auto; }
    .single-recipes__column--1 img {
      max-width: 200px; }
  .single-recipes__create-account-button, .single-recipes__print-button, .single-recipes__review-links, .single-recipes__add-to-recipe-favorites, .single-recipes__products-used {
    display: none; }
  .alert-bar,
  #primary-menu,
  .title-hero,
  .desktop-top-bar,
  #site-navigation,
  .social-share,
  .recipe-reviews,
  .accordion__panel[aria-hidden="true"].recipe-reviews,
  .related-posts,
  .related-products,
  footer {
    display: none; } }
	

	
	
	

