/*!
Theme Name: BB Stone
Theme URI: http://underscores.me/
Author: Bookblock
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bb-stone
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 with others.

BB Stone is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "Avoqado";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("sass/fonts/Avoqado.otf") format("opentype");
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
  color: #484444;
  font-family: "Lato", sans-serif;
  font-weight: 300 !important;
  font-style: normal;
  letter-spacing: 0.3px;
  font-size: 15px;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0;
}
h1, h2, h3 {
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  font-weight: 400;
}
h1 {
  font-family: "Playfair Display", serif;
  font-size: 54px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1em;
}
h2 {
  font-size: 39px;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
@media screen and (max-width: 976px) {
  h1 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px !important;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  -webkit-font-smoothing: antialiased;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.modal {
  overflow: visible !important;
  padding: 15px 5px 60px !important;
}
.modal .bundle-edit-modal-wrapper {
  overflow: scroll;
  max-height: 100%;
  padding: 25px 25px 80px;
}
.modal .notice {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 25px 20px;
}
.modal .modal-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.modal .modal-actions a {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 2;
}
.button-base {
  display: inline-block;
}
.btn {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  display: block;
  position: relative;
  background: #6c6c6c;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  height: 44px;
  line-height: 1;
  padding: 15px 25px;
  overflow: hidden;
  outline: none;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
  font-weight: 400;
  max-width: 150px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-gray {
  background-color: #6c6c6c;
}
.btn-gray:hover {
  background-color: #3f3f3f;
  color: #fff;
}
.btn-dark {
  background-color: rgba(0, 0, 0, 0);
  color: #3f3f3f;
  border: 1px solid #3f3f3f;
}
.btn-dark:hover {
  background-color: #606060;
  color: #fff;
}
.btn-light {
  background-color: white;
  border: 1px solid white;
  color: #12141D;
}
.btn-light:hover {
  background-color: #D49645;
  border: 1px solid #D49645;
}
.btn-blank:hover {
  background-color: #fff !important;
  color: #000;
}
.btn-yellow {
  background-color: #C8910B;
}
.btn-yellow:hover {
  background-color: white;
  color: #12141D;
}
.price {
  display: inline-block;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  z-index: 100;
}
.popup {
  margin: 130px auto;
  background: #fff;
  border-radius: 5px;
  width: 500px;
  position: relative;
}
.popup .mail-section {
  padding: 20px 25px 30px 25px;
}
.popup h3 {
  margin-bottom: 16px;
}
.popup p {
  margin: 0 0 10px 0;
}
.popup .mail-submit {
  background-color: #6c6c6c;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
.popup .mail-submit:hover {
  background-color: #3f3f3f;
}
.popup .mail-submit .mail-submit:hover {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.popup input {
  background-color: rgba(0, 0, 0, 0);
  color: #3f3f3f;
  border: 1px solid #bbbbbb;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
  height: 35px;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
}
.popup .mail-error {
  font-size: 13px;
  margin-bottom: 5px;
  color: red;
  display: block;
}
.popup .cross-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 25px 25px 25px 25px;
  background-color: #f5f5f5;
}
.popup .cross-banner .b-item.text {
  padding-left: 20px;
}
.popup .cross-banner .button {
  display: inline-block;
  background-color: #fff;
  color: #666;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 10px;
  border: 1px solid #aaa;
}
.popup .cross-banner .button:hover {
  background-color: #eee;
}
.popup .cross-banner h3 {
  font-size: 20px;
}
.popup pre {
  padding: 10px;
  margin-bottom: 1em;
}
.popup #mail-input, .popup .p-input {
  width: 75%;
  margin-top: 10px;
}
@media screen and (max-width: 550px) {
  .popup #mail-input, .popup .p-input {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .popup {
    margin-top: 20px;
  }
  .popup .cross-banner {
    grid-template-columns: 1fr;
  }
  .popup .cross-banner .b-item.image {
    display: none;
  }
  .popup .clear {
    text-align: center;
    margin-top: 25px;
  }
  .popup .clear .mail-submit {
    display: inline-block;
    margin-top: 15px;
    float: right;
  }
}
.stone-modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: block;
  transition: 0.2s;
  max-height: 100vh;
  overflow: scroll;
  transition-duration: 0.3s;
}
.stone-modal.active {
  opacity: 1;
  pointer-events: all;
}
.stone-modal.active .modal-content {
  transform: scale(1);
}
.stone-modal.active .modal-overlay {
  opacity: 1;
}
.stone-modal .modal-content {
  transition: 0.2s;
  transform: scale(0.1);
  border-radius: 5px;
  padding: 0 1rem;
}
.stone-modal .modal-overlay {
  width: 100%;
  height: 100%;
  background: rgba(59, 86, 97, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.2s;
  padding: 0 1rem;
}
.stone-modal .modal-close, .stone-modal .modal-remove {
  position: absolute;
  background-image: url("/wp-content/themes/bb-stone/images/close.png");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px !important;
  height: 30px !important;
  right: 20px;
  top: 10px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 999;
}
.stone-modal .multi-step .content {
  display: none;
}
.stone-modal .multi-step .content.active {
  display: block;
}
.stone-modal .multi-step .content.active.flex {
  display: flex;
}
.stone-modal .actions {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#team-discounts-popup {
  position: fixed;
  left: 0;
  top: 50vh;
  transform: rotate(-90deg) translate(-50%, 0px);
  transform-origin: left top;
  padding: 10px 1rem;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  background-color: #F5F5F5;
  margin-left: -100%;
  cursor: pointer;
  z-index: 9999;
  border-radius: 0 0 5px 5px;
  border: 2px solid #fff;
  border-top: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.woocommerce-checkout #team-discounts-popup, .woocommerce-cart #team-discounts-popup, .blog #team-discounts-popup, .single-post #team-discounts-popup {
  display: none;
}
@media screen and (max-width: 999px) {
  #team-discounts-popup {
    left: 1rem;
    bottom: 1rem;
    top: auto;
    border-radius: 50%;
    transform: none;
    width: 70px;
    height: 70px;
    padding: 12px 0;
    font-size: 12px;
    text-align: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 0px 30px);
    background-color: #fff;
  }
  #team-discounts-popup .popup-hide {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 20px;
    height: 20px;
    background-color: black;
    border-radius: 50%;
    z-index: 99;
  }
  #team-discounts-popup .popup-hide::before, #team-discounts-popup .popup-hide::after {
    content: "";
    background-color: #fff;
    height: 2px;
    width: calc(100% - 6px);
    position: absolute;
  }
  #team-discounts-popup .popup-hide::before {
    left: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center;
  }
  #team-discounts-popup .popup-hide::after {
    left: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: center;
  }
}
.team-discounts-modal .modal-content {
  position: relative;
  max-width: 1000px;
  display: flex;
  flex-flow: row;
  overflow: hidden;
}
.team-discounts-modal .modal-content > * {
  flex-basis: 50%;
  width: 50%;
}
.team-discounts-modal .image {
  max-height: 560px;
  line-height: 0;
  overflow: hidden;
}
.team-discounts-modal .image img {
  height: 100%;
  width: auto;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}
.team-discounts-modal .content {
  display: flex;
  flex-flow: column;
  background: #fff;
  text-align: center;
  justify-content: space-between;
}
.team-discounts-modal .content > div {
  padding: 1rem;
}
.team-discounts-modal .content h5 {
  font-family: "Playfair Display";
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 1rem;
}
.team-discounts-modal .content h5 > span {
  font-weight: 700;
  font-size: 45px;
  display: block;
}
.team-discounts-modal .content p {
  font-weight: 400;
  margin: 1rem auto;
  font-size: 16px;
}
.team-discounts-modal .content a {
  display: inline-block;
  transition: 0.2s;
  padding: 8px 22px 6px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-transform: uppercase;
}
.team-discounts-modal .content .bundles {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.team-discounts-modal .content .bundles p {
  max-width: 300px;
}
.team-discounts-modal .content .bundles a {
  color: #fcfaf6;
  background-color: #cb9953;
  border: 1px solid #cb9953;
  margin-top: 1rem;
}
.team-discounts-modal .content .bundles a:hover {
  background-color: white;
  color: #12141D;
  border: 1px solid #12141D;
}
.team-discounts-modal .content .custom-stones {
  background-color: #F5F5F5;
}
.team-discounts-modal .content .custom-stones p {
  max-width: 350px;
  font-style: italic;
}
.team-discounts-modal .content .custom-stones a {
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.team-discounts-modal .content .custom-stones a:hover {
  border: 1px solid #12141D;
}
@media screen and (max-width: 699px) {
  .team-discounts-modal .modal-content {
    max-width: 500px;
    flex-flow: column;
  }
  .team-discounts-modal .modal-content > * {
    flex-basis: 100%;
    width: 100%;
  }
  .team-discounts-modal .modal-content .image {
    display: none;
  }
}
.location-modal .modal-content {
  background-color: #fff;
  max-height: 90vh;
  padding: 1rem;
  width: 100%;
  max-width: 500px;
}
.location-modal .content {
  display: flex;
  flex-flow: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.location-modal h3 {
  font-size: 26px;
}
.location-modal p {
  text-align: center;
  margin: 0 auto;
}
.location-modal p.main {
  font-size: 24px;
  font-family: "Playfair Display", serif;
}
.location-modal p.main > b {
  display: block;
}
.location-modal .flag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 1rem 0;
}
.location-modal .flag .fi {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.location-modal ul {
  text-align: left;
  margin: 10px 0;
  padding: 0;
}
.location-modal ul li {
  margin: 5px 0;
}
.location-modal ul li > span {
  font-weight: 400;
  margin-left: 3px;
}
.location-modal ul li > span.amount {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}
.location-modal a {
  display: inline-block;
  transition: 0.2s;
  padding: 8px 22px 6px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.location-modal a.main {
  color: #fcfaf6;
  background-color: #cb9953;
  margin-top: 1rem;
  text-transform: uppercase;
}
.location-modal a.main:hover {
  background-color: rgba(203, 153, 83, 0.8);
}
.location-modal a.secondary {
  font-size: 14px;
  text-decoration: underline;
}
.location-modal .country-select.inside input {
  padding: 10px;
}
.welcome-modal .modal-content {
  background-color: #fff;
  max-width: 1290px;
  max-height: 90vh;
  padding: 0;
  overflow: visible;
}
@media screen and (max-width: 1400px) {
  .welcome-modal .modal-content {
    max-width: 95vw;
  }
}
@media screen and (max-width: 768px) {
  .welcome-modal .modal-content {
    max-width: 100vw;
    max-height: 100vh;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
.welcome-modal .content {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .welcome-modal .content {
    padding: 20px 15px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.welcome-modal .content[data-step="1"] {
  width: 100%;
  max-width: 1290px;
  height: 750px;
  overflow: auto;
}
@media screen and (max-width: 1400px) {
  .welcome-modal .content[data-step="1"] {
    width: 100%;
    height: auto;
    min-height: 500px;
  }
}
.welcome-modal .content[data-step="2"] {
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 40px !important;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .welcome-modal .content[data-step="2"] {
    max-width: 100%;
    padding: 30px 20px !important;
    height: 100%;
    justify-content: center;
  }
}
.welcome-modal .welcome-header {
  text-align: center;
  margin-bottom: 0;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-header {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.welcome-modal .welcome-header .welcome-logo {
  max-width: 150px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-header .welcome-logo {
    max-width: 120px;
  }
}
.welcome-modal .welcome-intro {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-intro {
    margin-bottom: 25px;
  }
}
.welcome-modal .welcome-intro .welcome-tagline {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-intro .welcome-tagline {
    font-size: 14px;
  }
}
.welcome-modal .welcome-intro .welcome-tagline a {
  color: #c9965f;
  text-decoration: none;
}
.welcome-modal .welcome-intro .welcome-tagline a:hover {
  text-decoration: underline;
}
.welcome-modal .welcome-intro .welcome-tagline-sub {
  font-size: 15px;
  margin: 0;
  color: #666;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-intro .welcome-tagline-sub {
    font-size: 13px;
  }
}
.welcome-modal .welcome-intro .welcome-tagline-sub a {
  color: #c9965f;
  text-decoration: none;
}
.welcome-modal .welcome-intro .welcome-tagline-sub a:hover {
  text-decoration: underline;
}
.welcome-modal .welcome-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
  flex: 1;
}
@media screen and (max-width: 1200px) {
  .welcome-modal .welcome-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 968px) {
  .welcome-modal .welcome-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-grid {
    gap: 15px;
    margin-bottom: 20px;
    flex: 0;
  }
}
.welcome-modal .welcome-card {
  padding: 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.welcome-modal .welcome-card .welcome-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  width: 375px;
  height: 375px;
}
@media screen and (max-width: 968px) {
  .welcome-modal .welcome-card .welcome-image {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .welcome-modal .welcome-card {
    width: auto;
    height: 450px;
  }
}
@media screen and (max-width: 968px) {
  .welcome-modal .welcome-card {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-card {
    height: 220px;
    padding: 0;
    padding-bottom: 20px;
  }
}
.welcome-modal .welcome-card.welcome-card-amazon .welcome-image {
  background-color: #F4EFE9;
  background-image: url("/wp-content/themes/bb-stone/images/stone-welcome-amazon.jpg");
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-card.welcome-card-amazon .welcome-image {
    background-size: auto 100%;
    background-position: center 25%;
    background-repeat: no-repeat;
  }
}
.welcome-modal .welcome-card.welcome-card-amazon p {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 500 !important;
}
.welcome-modal .welcome-card.welcome-card-trade .welcome-image {
  background-color: #2d2d2d;
  background-image: url("/wp-content/themes/bb-stone/images/stone-welcome-trade-2.jpg");
  color: #fff;
}
.welcome-modal .welcome-card.welcome-card-trade p {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 500 !important;
}
.welcome-modal .welcome-card.welcome-card-substack {
  background-color: #F4EFE9;
  background-image: url("/wp-content/themes/bb-stone/images/stone-welcome-substack.jpg");
}
.welcome-modal .welcome-card.welcome-card-substack .welcome-btn {
  margin-top: auto;
}
.welcome-modal .welcome-card.welcome-card-substack .welcome-buttons {
  margin-top: auto;
}
.welcome-modal .welcome-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 300;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-card h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
}
.welcome-modal .welcome-card p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px 0;
  color: #666;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-card p {
    font-size: 14px;
    margin: 0 0 15px 0;
    line-height: 1.5;
  }
}
.welcome-modal .welcome-card .welcome-buttons {
  display: flex;
  flex-flow: row;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .welcome-modal .welcome-card .welcome-buttons {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-card .welcome-buttons {
    gap: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .welcome-modal .welcome-card.welcome-card-amazon .welcome-buttons {
    flex-flow: row;
  }
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-card.welcome-card-amazon .welcome-buttons {
    flex-flow: row;
    gap: 8px;
  }
}
@media screen and (max-width: 400px) {
  .welcome-modal .welcome-card.welcome-card-amazon .welcome-buttons {
    gap: 6px;
  }
}
.welcome-modal .welcome-card.welcome-card-amazon .welcome-btn-amazon {
  flex: 1;
}
.welcome-modal .welcome-btn {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background 0.3s ease, color 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}
.welcome-modal .welcome-btn.welcome-btn-amazon {
  background: #c9965f;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-btn.welcome-btn-amazon {
    padding: 10px 15px;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-width: 400px) {
  .welcome-modal .welcome-btn.welcome-btn-amazon {
    padding: 10px 12px;
    font-size: 10px;
  }
}
.welcome-modal .welcome-btn.welcome-btn-amazon:hover {
  background: #b8864e;
}
.welcome-modal .welcome-btn.welcome-btn-trade {
  background: #3b5661;
  color: #fff;
  width: 100%;
}
.welcome-modal .welcome-btn.welcome-btn-trade:hover {
  background: #2d4350;
}
.welcome-modal .welcome-btn.welcome-btn-substack {
  background: #c9965f;
  color: #fff;
}
.welcome-modal .welcome-btn.welcome-btn-substack:hover {
  background: #b8864e;
}
.welcome-modal .welcome-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: auto;
}
.welcome-modal .welcome-location .location-info {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-location .location-info {
    display: none;
  }
}
.welcome-modal .welcome-location .location-info .location-text {
  font-size: 16px;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-location .location-info .location-text {
    font-size: 14px;
  }
}
.welcome-modal .welcome-location .location-info .location-text .fi {
  width: 24px;
  height: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-location .location-info .location-text .fi {
    width: 20px;
    height: 14px;
  }
}
.welcome-modal .welcome-location .location-info .location-text strong {
  font-weight: 600;
}
.welcome-modal .welcome-location .location-info .location-details {
  font-size: 12px;
  color: #666;
  margin: -5px 0 0 32px;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-location .location-info .location-details {
    font-size: 11px;
    margin: 5px 0 0 28px;
  }
}
.welcome-modal .welcome-location .location-info .location-details span {
  font-weight: 500;
}
.welcome-modal .welcome-location .location-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-location .location-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
}
.welcome-modal .welcome-location .welcome-btn-location {
  display: inline-block;
  background: #3b5661;
  color: #fff;
  padding: 10px 28px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-location .welcome-btn-location {
    padding: 12px 20px;
    font-size: 12px;
    margin: 0 -20px;
    margin-bottom: -20px;
    height: 60px;
    line-height: 38px;
  }
}
.welcome-modal .welcome-location .welcome-btn-location:hover {
  background: #2d4350;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-location .welcome-btn-location {
    text-align: center;
  }
}
.welcome-modal .welcome-location .welcome-link-change {
  background: #3b5661;
  color: #fff;
  padding: 2px 6px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.05em;
  border-radius: 5px;
}
.welcome-modal .welcome-location .welcome-link-change:hover {
  background: #2d4350;
}
.welcome-modal .welcome-change-title {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-change-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.welcome-modal #country-selector {
  width: 100%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .welcome-modal #country-selector {
    margin: 0 0 20px 0;
  }
}
.welcome-modal .welcome-change-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-change-actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}
.welcome-modal .welcome-change-actions .welcome-btn-location {
  display: inline-block;
  background: #3b5661;
  color: #fff;
  padding: 10px 28px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background 0.3s ease;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-change-actions .welcome-btn-location {
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 0;
  }
}
.welcome-modal .welcome-change-actions .welcome-btn-location:hover {
  background: #2d4350;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-change-actions .welcome-btn-location {
    width: 100%;
    text-align: center;
  }
}
.welcome-modal .welcome-change-actions .welcome-btn-cancel {
  display: inline-block;
  background: #f5f5f5;
  color: #666;
  padding: 10px 28px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: background 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.welcome-modal .welcome-change-actions .welcome-btn-cancel:hover {
  background: #e5e5e5;
  color: #333;
}
@media screen and (max-width: 768px) {
  .welcome-modal .welcome-change-actions .welcome-btn-cancel {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 12px;
  }
}
.welcome-modal .country-select.inside input {
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .welcome-modal .country-select.inside input {
    padding: 10px;
    font-size: 14px;
  }
}
.colour-picker-modal .modal-content {
  background-color: #fff;
  max-width: 600px;
  max-height: 90vh;
  padding: 1rem;
}
.colour-picker-modal .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.colour-picker-modal h3 {
  font-size: 26px;
}
.colour-picker-modal .colour-items {
  max-height: 65vh;
  overflow: scroll;
}
.colour-picker-modal .colour-items .item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex;
  flex-flow: row;
  margin-bottom: 1.5rem;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.colour-picker-modal .colour-items .item:last-of-type {
  margin-bottom: 0;
}
.colour-picker-modal .colour-items .item > a {
  background-color: #F5F5F5;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.colour-picker-modal .colour-items .item img {
  width: 120px;
  max-height: none;
  max-width: none;
}
@media screen and (max-width: 999px) {
  .colour-picker-modal .colour-items .item img {
    width: 100px;
  }
}
.colour-picker-modal .colour-items .item .item-details {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 1rem;
}
.colour-picker-modal .colour-items .item .item-details .quantity {
  font-size: 26px;
}
.colour-picker-modal .colour-items .item .item-details .quantity > span {
  font-size: 18px;
}
.colour-picker-modal .colour-items .item .item-details .item-name {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: "Playfair Display", serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin: 0;
}
.colour-picker-modal .colour-items .item .item-details .item-subtext {
  margin: 5px 0;
  font-size: 14px;
  max-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .colour-picker-modal .colour-items .item .item-details .item-subtext {
    display: none;
  }
}
.colour-picker-modal .colour-items .item:hover, .colour-picker-modal .colour-items .item.selected {
  border: 1px solid #cb9953;
}
.colour-picker-modal .colour-items .item.selected {
  pointer-events: none;
}
.colour-picker-modal .colour-items .item.selected::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #c57f22;
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/tick.png");
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/tick.svg");
  mask-image: url("/wp-content/themes/bb-stone/images/tick.png");
  mask-image: url("/wp-content/themes/bb-stone/images/tick.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: 0.2s;
}
.colour-picker-modal a {
  display: inline-block;
  transition: 0.2s;
  padding: 8px 22px 6px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.colour-picker-modal a.main {
  color: #fcfaf6;
  background-color: #cb9953;
  margin-top: 1rem;
  text-transform: uppercase;
}
.colour-picker-modal a.main:hover {
  background-color: rgba(203, 153, 83, 0.8);
}
.colour-picker-modal a.secondary {
  font-size: 14px;
  text-decoration: underline;
}
.popup #close-mail {
  position: absolute;
  top: 10px;
  right: 19px;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 40%;
}
.trade-email .popup {
  width: 600px;
}
.trade-email .popup #close-mail {
  color: white;
}
.trade-email .mail-submit {
  display: inline-block;
  width: fit-content;
  float: right;
  margin-right: 68px;
  margin-top: 8px;
}
.trade-email .p-banner {
  height: 300px;
  background-image: url("/wp-content/uploads/2020/01/stonemailbg.jpg");
  background-size: contain;
  padding: 0 6%;
}
.trade-email .p-banner .text {
  color: white;
  text-align: center;
  padding-top: 80px;
}
.trade-email .p-banner .text p {
  margin-top: 20px;
  letter-spacing: 1.5px;
  font-size: 17px;
}
.trade-email .mail-section {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .trade-email .p-banner {
    height: 260px;
  }
  .trade-email .p-banner .text {
    padding-top: 60px;
  }
  .trade-email .p-banner .text h2 {
    font-size: 35px;
  }
  .trade-email .p-banner .text p {
    margin-top: 20px;
    letter-spacing: 1.5px;
    font-size: 17px;
  }
  .trade-email .mail-submit {
    margin-right: 57px;
  }
}
@media screen and (max-width: 550px) {
  .trade-email .mail-submit {
    margin-top: 9px !important;
    margin-right: 0px;
  }
}
@media screen and (max-width: 500px) {
  .trade-email .p-banner {
    height: 220px;
  }
  .trade-email .p-banner .text {
    padding-top: 40px;
  }
  .trade-email .p-banner .text h2 {
    font-size: 28px;
  }
  .trade-email .p-banner .text p {
    margin-top: 20px;
    letter-spacing: 1.5px;
    font-size: 17px;
  }
  .trade-email #mail-input, .trade-email .p-input {
    width: 70% !important;
    height: 41px;
  }
  .trade-email .mail-submit {
    float: none !important;
    margin-right: 0px;
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    max-width: 500px !important;
  }
}
@media screen and (max-width: 500px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 100% !important;
  }
}
#location-popup .popup {
  width: 100%;
  max-width: 800px;
  background-image: url("/wp-content/uploads/2020/01/stonemailbg.jpg");
  background-size: cover;
  background-position: center center;
  color: white;
  border: 4px solid white;
  padding: 30px;
  padding-top: 20px;
  border-radius: 10px;
}
#location-popup .popup #close-mail {
  color: white;
}
#location-popup .popup .text {
  margin-bottom: 20px;
}
#location-popup .popup .text h2 {
  margin-bottom: 10px;
}
@media (max-width: 440px) {
  #location-popup .popup .text h2 {
    font-size: 27px;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
}
#location-popup .popup .text p {
  font-size: 16px;
}
@media (max-width: 395px) {
  #location-popup .popup .text p {
    font-size: 15px;
  }
}
#location-popup .popup .buttons-section .location-button {
  background: rgba(255, 255, 255, 0.85);
  transition-duration: 0.2s;
  cursor: pointer;
  border-radius: 7px;
  padding: 10px;
  float: left;
  width: calc(50% - 15px);
  color: #111;
  text-align: left;
  padding-left: 80px;
  position: relative;
}
@media (max-width: 360px) {
  #location-popup .popup .buttons-section .location-button {
    padding-left: 62px;
  }
}
#location-popup .popup .buttons-section .location-button:first-child {
  margin-right: 30px;
}
#location-popup .popup .buttons-section .location-button:hover {
  background: white;
}
#location-popup .popup .buttons-section .location-button h5 {
  margin: 0px;
  font-size: 18px;
  letter-spacing: 0.07em;
  padding-top: 5px;
  text-transform: uppercase;
  line-height: 1.2em;
}
@media (max-width: 415px) {
  #location-popup .popup .buttons-section .location-button h5 {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  #location-popup .popup .buttons-section .location-button h5 {
    font-size: 16px;
  }
}
#location-popup .popup .buttons-section .location-button p {
  letter-spacing: 0.07em;
  font-size: 13px;
  margin-bottom: 5px;
}
@media (max-width: 340px) {
  #location-popup .popup .buttons-section .location-button p {
    font-size: 13px;
  }
}
#location-popup .popup .buttons-section .location-button:before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 15px;
  left: 16px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 360px) {
  #location-popup .popup .buttons-section .location-button:before {
    width: 32px;
    height: 32px;
    top: 18px;
    left: 14px;
  }
}
#location-popup .popup .buttons-section .location-button[data-ver="us"]:before {
  background-image: url("images/loc-us.png");
}
#location-popup .popup .buttons-section .location-button[data-ver="int"]:before {
  background-image: url("images/loc-int.png");
}
@media (max-width: 700px) {
  #location-popup .popup .buttons-section .location-button {
    width: 100%;
    float: none;
  }
  #location-popup .popup .buttons-section .location-button:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
#location-popup .popup .buttons-section:after {
  content: "";
  display: block;
  clear: both;
}
/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
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 {
  border-color: #aaa #bbb #bbb;
}
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%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #484444;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #484444;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#site-navigation {
  float: left;
  font-weight: 300;
  color: #484444;
  height: 100%;
}
#site-navigation .menu-top-links-container {
  display: inline-block;
  height: 100%;
}
#site-navigation ul {
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding-left: 0;
  height: 100%;
}
#site-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
#site-navigation ul ul ul {
  left: -999em;
  top: 0;
}
#site-navigation ul ul li:hover > ul, #site-navigation ul ul li.focus > ul {
  left: 100%;
}
#site-navigation ul ul a {
  width: 200px;
}
#site-navigation ul li:hover > ul, #site-navigation ul li.focus > ul {
  left: auto;
}
#site-navigation li {
  display: inline-block;
  margin-left: 24px;
  height: 100%;
}
#site-navigation li.current-menu-item a::after, #site-navigation li.current_page_parent a::after {
  opacity: 1;
  background: #BA8F72;
}
@media screen and (max-width: 509px) {
  #site-navigation li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 346px) {
  #site-navigation li {
    font-size: 4vw;
  }
}
#site-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  height: 100%;
  line-height: 4.6;
  position: relative;
}
#site-navigation a::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#site-navigation a:hover::after {
  opacity: 1;
  background: rgba(203, 153, 83, 0.5);
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 1em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#mobile-menu-burger {
  background-image: url(/wp-content/themes/bb-stone/images/menu-bar.png);
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 14px;
  width: 32px;
  height: 32px;
  padding: 6px 2px;
  cursor: pointer;
  display: none;
}
@media (max-width: 830px) {
  #mobile-menu-burger {
    display: block;
  }
}
#mobile-menu {
  display: none;
}
#mobile-menu #mobile-menu-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  transition-duration: 0.4s;
  opacity: 0;
  pointer-events: none;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap {
  position: absolute;
  height: 100vh;
  width: 90%;
  left: -100vw;
  max-width: 400px;
  background: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition-duration: 0.4s;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #mobile-menu-close {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 11px;
  right: 10px;
  background-image: url(/wp-content/themes/bb-stone/images/close.png);
  background-size: contain;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #mobile-menu-logo {
  width: 105px;
  height: 53px;
  margin: 10px auto;
  background-image: url(/wp-content/themes/bb-stone/images/logo-mobile-menu.png);
  background-size: contain;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #mobile-menu-tagline {
  font-size: 10px;
  color: white;
  letter-spacing: 0.1em;
  background: #d49645;
  height: 36px;
  line-height: 36px;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #site-navigation-mobile #menu-mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #site-navigation-mobile #menu-mobile-menu .menu-item {
  font-family: "Playfair Display", serif;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 0 12px;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #site-navigation-mobile #menu-mobile-menu .menu-item a {
  line-height: 48px;
  height: 48px;
  display: block;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #site-navigation-mobile #menu-mobile-menu .menu-item:nth-last-child(-n+3) {
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: none;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #site-navigation-mobile #menu-mobile-menu .menu-item:nth-last-child(-n+3) a {
  line-height: 32px;
  height: 32px;
}
#mobile-menu #mobile-menu-overlay #mobile-menu-wrap #site-navigation-mobile #menu-mobile-menu .menu-item:nth-last-child(3) {
  margin-top: 10px;
}
#mobile-menu.active #mobile-menu-overlay {
  opacity: 1;
  pointer-events: all;
}
#mobile-menu.active #mobile-menu-overlay #mobile-menu-wrap {
  left: 0;
}
@media (max-width: 830px) {
  #mobile-menu {
    display: block;
  }
}
#shop-menu {
  display: block;
}
#shop-menu #shop-menu-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0);
  background: rgba(255, 255, 255, 0.8);
  transition-duration: 0.4s;
  opacity: 0;
  pointer-events: none;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap {
  position: absolute;
  max-height: 100vh;
  min-height: calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0));
  width: 90%;
  left: -100vw;
  max-width: 400px;
  background: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.2s cubic-bezier(0.36, 0.07, 0.19, 0.97);
  display: flex;
  flex-flow: column;
  justify-content: stretch;
}
@supports (-webkit-touch-callout: none) {
  #shop-menu #shop-menu-overlay #shop-menu-wrap {
    min-height: -webkit-fill-available;
  }
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #shop-menu-close {
  position: absolute;
  top: 26px;
  right: 10px;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #shop-menu-logo {
  width: 105px;
  height: 53px;
  margin: 10px auto;
  background-image: url(/wp-content/themes/bb-stone/images/logo-mobile-menu.png);
  background-size: contain;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #shop-menu-tagline {
  font-size: 10px;
  color: white;
  letter-spacing: 0.1em;
  background: #d49645;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item {
  font-family: "Playfair Display", serif;
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item a {
  line-height: 48px;
  display: block;
  padding: 5px 20px;
  position: relative;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50px;
  background: #d49645;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition: 0.5s;
  opacity: 0.5;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item a:hover::before {
  transform: translateX(0);
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(-n + 3) {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: none;
  letter-spacing: 0.05em;
  position: absolute;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(-n + 3) a {
  line-height: 32px;
  height: 32px;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(-n + 3) a::before {
  content: none;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(1) {
  bottom: 20px;
}
@media screen and (max-width: 830px) {
  #shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(1) {
    bottom: 20px;
  }
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(2) {
  bottom: 70px;
}
@media screen and (max-width: 830px) {
  #shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(2) {
    bottom: 55px;
  }
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(3) {
  bottom: 120px;
}
@media screen and (max-width: 830px) {
  #shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(3) {
    bottom: 90px;
  }
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item:nth-last-child(3) {
  margin-top: 10px;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item .product-count {
  font-size: 14px;
  position: absolute;
  top: 0;
  transform: translateX(5px);
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item.current-menu-item:first-of-type {
  border-top: 1px solid #ccc;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item.current-menu-item a {
  color: white;
}
#shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item.current-menu-item a::before {
  width: 100%;
  transform: translateX(0);
  opacity: 1;
  background: #3e5d6c;
}
@media screen and (max-height: 720px) {
  #shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item a {
    padding: 0 20px;
  }
}
@media screen and (max-height: 640px) {
  #shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item a {
    line-height: 2;
  }
}
@media screen and (max-height: 570px) {
  #shop-menu #shop-menu-overlay #shop-menu-wrap #site-navigation-shop #menu-shop-menu .menu-item {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: none;
    letter-spacing: 0.05em;
  }
}
#shop-menu.active #shop-menu-overlay {
  opacity: 1;
  pointer-events: all;
}
#shop-menu.active #shop-menu-overlay #shop-menu-wrap {
  left: 0;
}
#shop-menu .mobile-only {
  display: none;
}
@media screen and (max-width: 830px) {
  #shop-menu .mobile-only {
    display: block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#home-slider {
  height: calc(100vh - 300px);
}
@media (min-width: 831px) {
  #home-slider {
    height: calc(100vh - 255px);
  }
}
#home-slider .slick-list, #home-slider .slick-track, #home-slider .slick-slide, #home-slider .slick-slide > div {
  height: 100%;
}
#home-slider .wpb_column {
  height: 100%;
}
#home-slider .wpb_column .vc_column-inner {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* .wpb_text_column {
        text-align: center;
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: white;
        font-size: 16px;

        p {
          margin: 0;
          padding: 0;
        }

        h3 {
          padding: 0;
          font-size: 30px;
          font-weight: 500;
          margin-top: 10px;
          margin-bottom: 15px;
          line-height: 1em;
        }

        a {
          color: white;
          font-size: 16px;
          padding: 6px;
          border-bottom: 1px solid;
          font-weight: bold;

          &:after {
            content: "";
            display: inline-block;
            background-image: url(/wp-content/themes/bb-stone/images/slider-link-arrow.png);
            margin-left: 10px;
            margin-bottom: -3px;
            width: 16px;
            height: 16px;
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
          }
        }

        &.dark-text {
          color: #000;

          a {
            color: #000;

            &:after {
              background-image: url(/wp-content/themes/bb-stone/images/slider-link-arrow-black.png);
            }
          }
        }

      } */
}
#home-slider .wpb_column.compact .vc_column-inner {
  background-size: auto calc(100vh - 455px) !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}
@media (min-width: 540px) {
  #home-slider .wpb_column.compact .vc_column-inner {
    background-position: center 40px !important;
    background-size: auto calc(100vh - 495px) !important;
  }
}
@media (min-width: 831px) {
  #home-slider .wpb_column.compact .vc_column-inner {
    background-position: center 40px !important;
    background-size: auto calc(100vh - 455px) !important;
  }
}
#home-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9;
}
#home-slider .slick-dots li {
  float: left;
}
#home-slider .slick-dots li button {
  background: white;
  font-size: 0;
  margin: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  outline: none;
}
#home-slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  margin: 4px;
}
@media (min-width: 1000px) {
  #home-slider .vc_custom_1675980887661 {
    background-image: url(https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/02/15100936/slider-classic-desktop.jpg) !important;
  }
}
@media (min-width: 740px) {
  #home-slider .vc_custom_1675980903029 {
    background-image: url(https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/02/15100937/slider-memoholder-desktop-small.jpg) !important;
  }
}
@media (min-width: 1340px) {
  #home-slider .vc_custom_1675980903029 {
    background-image: url(https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/02/15100940/slider-memoholder-desktop.jpg) !important;
  }
}
/*--------------------------------------------------------------
# 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html {
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.sidecart-open, html.sidemenu-open {
  overflow: hidden;
}
.site-content {
  overflow: hidden;
}
.site-main {
  min-height: calc(100vh - 480px);
}
div.vc_row {
  margin-left: 0px;
  margin-right: 0px;
}
div.vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.shipping-calculator-button {
  color: #515151;
  background-color: #ebe9eb;
  padding: 0.62em 1em;
}
.shipping-calculator-button:hover {
  background-color: #dfdcde;
  color: #515151;
}
.loading .loader, .loading .woocommerce .loader {
  display: block;
}
.loader, .woocommerce .loader {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5) url("/wp-content/themes/bb-stone/images/loader.svg");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
}
.loader::before, .woocommerce .loader::before {
  content: none;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#topbar {
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  background: #3B5661;
  color: white;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: 400;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: transform 0.4s ease-in-out;
  width: 100%;
  display: block;
}
.site-header::before, .site-header::after {
  content: none;
}
.is-scroll-down .site-header {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 0;
  }
}
.header-container {
  width: 100%;
  padding: 0 5%;
  height: 72px;
  margin: 0 auto;
  border-bottom: 1px solid #b1b0af;
  background-color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.header-container .site-branding {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-container .site-branding a {
  display: inline-block;
}
.header-container .site-branding img.header-logo {
  width: 160px;
}
.header-container .site-branding img.header-logo.mobile {
  display: none;
}
@media screen and (max-width: 999px) {
  .header-container .site-branding img.header-logo {
    width: 120px;
  }
}
.header-container #header-right {
  float: right;
  margin: 0;
  height: 100%;
  display: flex;
  flex-flow: row;
  gap: 10px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.header-container #header-right #shopping-cart-link {
  float: left;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0 1rem;
  outline: none;
}
.header-container #header-right #shopping-cart-link:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -1rem;
  top: -3px;
  background-image: url(/wp-content/themes/bb-stone/images/shopping-cart.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.header-container #header-right .email-contact {
  display: none;
  float: left;
  margin-top: -1px;
  position: relative;
  font-size: 13px;
}
.header-container #header-right .email-contact:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -32px;
  top: 1px;
  background-image: url(/wp-content/themes/bb-stone/images/envelope.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#site-currency-chooser {
  padding: 0 1rem;
  float: left;
  margin-right: 35px;
  font-size: 13px;
  position: relative;
  height: 72px;
  line-height: 72px;
}
#site-currency-chooser #site-currency-options {
  position: absolute;
  top: 100%;
  left: -50%;
  background: white;
  padding: 10px 20px 9px 45px;
  z-index: 99;
  display: none;
}
#site-currency-chooser #site-currency-options .site-currency-option {
  line-height: 28px;
}
#site-currency-chooser:hover #site-currency-options {
  display: block;
}
#site-currency-chooser .site-currency-option {
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}
#site-currency-chooser .site-currency-option:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/bb-stone/images/version-int.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#site-currency-chooser .site-currency-option[data-currency="USD"]:before {
  background-image: url(/wp-content/themes/bb-stone/images/us.png);
}
#site-currency-chooser .site-currency-option[data-currency="GBP"]:before {
  background-image: url(/wp-content/themes/bb-stone/images/uk.png);
}
#site-currency-chooser .site-currency-option[data-currency="EUR"]:before {
  background-image: url(/wp-content/themes/bb-stone/images/eu.png);
}
#site-currency-chooser.active {
  position: relative;
  margin-top: -16px;
}
#site-currency-chooser.active .site-currency-option {
  display: block;
}
@media screen and (max-width: 830px) {
  #site-currency-chooser .site-currency-option.active::before {
    left: 0;
  }
}
#location-link {
  cursor: pointer;
  width: 40px;
  height: 100%;
  background-image: url("/wp-content/themes/bb-stone/images/country-icon.png");
  background-image: url("/wp-content/themes/bb-stone/images/country-icon.svg");
  background-position: center calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 20px;
}
@media screen and (min-width: 831px) {
  #location-link {
    width: 60px;
  }
}
.products-menu {
  height: 55px;
  background-color: #4c5050;
  text-align: center;
}
.products-menu ul li {
  display: inline-block;
  margin: 22px 20px 0 20px;
  text-transform: uppercase;
}
.products-menu ul li a {
  color: #fcfaf6;
  font-size: 13px;
  letter-spacing: 1px;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.products-menu ul li.current-menu-item a {
  text-decoration: none;
  border-bottom: 1px solid #fcfaf6;
}
@media (max-width: 830px) {
  .header-container {
    padding: 0 10px;
    height: 60px;
    text-align: center;
    position: relative;
  }
  .header-container .mobile-menu {
    display: block;
  }
  .header-container .site-branding {
    float: none;
    display: inline-block;
    margin: 0 auto;
  }
  .header-container .site-branding img.header-logo {
    margin-top: 7px;
  }
  .header-container .site-branding img.header-logo.mobile {
    display: block;
    width: 121px;
    height: 43px;
  }
  .header-container .site-branding img.header-logo.desktop {
    display: none;
  }
  .header-container .main-navigation.desktop {
    display: none;
  }
  .header-container #header-right {
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .header-container #header-right #shopping-cart-link {
    margin-right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 0;
    margin-right: 0;
  }
  .header-container #header-right #shopping-cart-link::before {
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .header-container #header-right #site-currency-chooser {
    margin-right: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 0;
    margin-top: 0;
  }
  .header-container #header-right #site-currency-chooser #site-currency-option-active {
    font-size: 0;
  }
  .header-container #header-right #site-currency-chooser .site-currency-option.active {
    width: 100%;
    height: 100%;
  }
  .header-container #header-right #site-currency-chooser .site-currency-option.active::before {
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .header-container #header-right .email-contact {
    display: none;
  }
  #site-currency-chooser #site-currency-options {
    right: -20px;
    left: auto;
    top: calc(100% - 5px);
  }
}
footer {
  padding-bottom: 120px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1000px;
  margin: 0 auto;
  grid-row-gap: 25px;
  grid-column-gap: 100px;
}
footer::before, footer::after {
  content: none !important;
}
footer .footer-logo {
  grid-column: span 3;
}
footer h4 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
footer .footer-navigate {
  text-align: right;
}
footer .footer-navigate ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}
footer .footer-information {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer-information .footer-partnership {
  font-size: 10px;
}
footer .footer-information .footer-mail {
  font-size: 12px;
  margin: 0 0 10px;
}
footer .footer-information .footer-social {
  margin-bottom: 8px;
}
footer .footer-information .footer-social img {
  width: 25px;
  margin-right: 8px;
}
footer .footer-newsletter {
  text-align: left;
}
footer .footer-newsletter .sign-up {
  font-size: 14px;
  margin-bottom: 5px;
}
footer .footer-newsletter input {
  width: 100%;
  border-radius: 0;
  background-color: #F5F5F5;
}
footer .footer-newsletter input::placeholder {
  color: #D3D3D3;
}
@media (max-width: 420px) {
  footer .footer-newsletter input {
    font-size: 12px;
  }
}
footer .footer-newsletter .disclaimer {
  margin-bottom: 0;
  font-size: 10px;
}
footer .footer-rights {
  font-size: 10px;
  color: #ccc;
  letter-spacing: 0.3px;
  grid-column: span 3;
  margin-top: -10px;
}
footer .footer-rights span:nth-child(2) {
  margin-left: 20px;
}
footer .logo-stone {
  width: 60px;
  margin-top: 30px;
}
footer #us-stock-update {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
footer #us-stock-update .bb-modal {
  width: 450px;
  max-width: 90%;
  margin: 15% auto;
  padding: 30px;
  background-color: #f9f8f4;
  position: relative;
}
footer #us-stock-update .bb-modal h2 {
  font-size: 30px;
}
footer #us-stock-update .bb-modal input {
  width: 58%;
  border-radius: 0;
  background-color: #f5f5f5;
}
footer #us-stock-update .bb-modal button {
  font-size: 13px;
  line-height: 1;
  border-radius: 0;
  padding: 8px 7px 6px 7px;
}
footer #us-stock-update .bb-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  footer {
    width: 100%;
    padding: 0 50px 120px 50px;
    grid-column-gap: 10%;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 25px 120px 25px;
    grid-template-columns: repeat(4, 1fr);
  }
  footer .footer-logo {
    grid-column: span 4;
  }
  footer .footer-navigate {
    grid-column: span 4;
    grid-row: 3;
  }
  footer .footer-navigate h4 {
    display: none;
  }
  footer .footer-navigate ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    text-transform: uppercase;
    margin: 25px 0;
    flex-wrap: wrap;
  }
  footer .footer-navigate ul li {
    margin: 0 10px;
  }
  footer .footer-information, footer .footer-newsletter {
    grid-column: span 2;
  }
  footer .footer-information {
    padding: 0;
  }
  footer .footer-rights {
    grid-column: span 4;
  }
}
@media screen and (max-width: 420px) {
  footer {
    padding: 0 1rem 30px 1rem;
  }
}
.ui-loader {
  display: none !important;
}
.home #content {
  font-size: 16px;
}
.home #content .vc_section {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.home #content h2 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}
.home #content p {
  font-size: 14px;
}
#home-slider {
  position: relative;
  height: 772px;
  min-height: 490px;
  max-height: calc(100vh - 260px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#home-slider h1 {
  font-family: "Brown", sans-serif;
  font-size: 22px !important;
  text-transform: uppercase;
  max-width: 400px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
#home-slider h1 .large {
  font-family: "Playfair Display", serif;
  font-size: 72px;
  text-transform: none;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  display: inline-block;
}
#home-slider .hero-text {
  max-width: 365px;
  margin: 0 auto;
  color: white;
}
#home-slider .hero-text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#home-slider .btn {
  display: inline-block;
  border-radius: 10px;
  padding: 15px 45px;
  color: white;
  font-size: 16px;
  letter-spacing: 0.1em;
  background-color: #E95B17;
  line-height: 1;
  max-width: none;
}
#home-slider .btn:hover {
  background-color: white;
  color: #000;
}
#home-slider > .wpb_column {
  position: relative;
  z-index: 9;
}
#home-slider .slick-list {
  z-index: 9;
  width: 100%;
}
#home-slider .home-slide {
  opacity: 0;
}
#home-slider .home-slide > .vc_column-inner {
  z-index: 9;
  position: relative;
}
#home-slider .home-slide > .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#home-slider .home-slide::before, #home-slider .home-slide::after {
  background-repeat: no-repeat;
  background-position: left center;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
#home-slider .home-slide.slide-1 {
  background-color: #BC8201;
}
#home-slider .home-slide.slide-2, #home-slider .home-slide.slide-3 {
  background-color: #0D576A;
}
#home-slider .home-slide.slide-4 {
  background-color: #313131;
}
#home-slider .slick-slide .home-slide {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #home-slider .slick-slide .home-slide > div > div::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 20% 80%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.5;
    z-index: -1;
  }
}
#home-slider .slick-slide .home-slide.slide-1::before {
  left: 0;
  right: 50%;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/10/13133302/Granby-apron-banner-studio.jpg");
  background-size: 50%;
  background-position: left;
}
#home-slider .slick-slide .home-slide.slide-1::after {
  left: 50%;
  right: 0;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/09/07133028/granby-aprons-home.jpg");
  background-size: 50%;
  background-position: left top;
}
@media screen and (max-width: 1700px) {
  #home-slider .slick-slide .home-slide.slide-1::before {
    background-size: 850px;
    background-position: calc(50% - 425px) center;
  }
  #home-slider .slick-slide .home-slide.slide-1::after {
    background-size: 850px;
    background-position: left top;
  }
}
@media screen and (max-width: 768px) {
  #home-slider .slick-slide .home-slide.slide-1::before {
    background-size: 555px;
    background-position: calc(50% - 200px) center;
  }
  #home-slider .slick-slide .home-slide.slide-1::after {
    background-size: 555px;
    background-position: left -125px center;
  }
}
#home-slider .slick-slide .home-slide.slide-2::before {
  left: 0;
  right: 50%;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/10/13134505/recipe-journal-1.jpg");
  background-size: 50%;
  background-position: left;
}
#home-slider .slick-slide .home-slide.slide-2::after {
  left: 50%;
  right: 0;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/10/13134502/recipe-journal-2.jpg");
  background-size: 51%;
  background-position: left center;
}
@media screen and (max-width: 1700px) {
  #home-slider .slick-slide .home-slide.slide-2::before {
    background-size: 850px;
    background-position: calc(50% - 425px) center;
  }
  #home-slider .slick-slide .home-slide.slide-2::after {
    background-size: 850px;
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  #home-slider .slick-slide .home-slide.slide-2::before {
    background-size: 555px;
    background-position: calc(50% - 140px) center;
  }
  #home-slider .slick-slide .home-slide.slide-2::after {
    background-size: 555px;
    background-position: left -125px center;
  }
}
#home-slider .slick-slide .home-slide.slide-3::before {
  left: 0;
  right: 50%;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/11/03094410/knife-roll-banner-left.jpg");
  background-size: 50%;
  background-position: left;
}
#home-slider .slick-slide .home-slide.slide-3::after {
  left: 50%;
  right: 0;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/11/03094413/knife-roll-banner-right.jpg");
  background-size: 51%;
  background-position: left center;
}
@media screen and (max-width: 1700px) {
  #home-slider .slick-slide .home-slide.slide-3::before {
    background-size: 850px;
    background-position: calc(50% - 425px) center;
  }
  #home-slider .slick-slide .home-slide.slide-3::after {
    background-size: 850px;
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  #home-slider .slick-slide .home-slide.slide-3::before {
    background-size: 555px;
    background-position: calc(50% - 140px) center;
  }
  #home-slider .slick-slide .home-slide.slide-3::after {
    background-size: 555px;
    background-position: left -125px center;
  }
}
#home-slider .slick-slide .home-slide.slide-4::before {
  left: 0;
  right: 50%;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/11/14161922/sketchpad-banner-left.jpg");
  background-size: 50%;
  background-position: left;
}
#home-slider .slick-slide .home-slide.slide-4::after {
  left: 50%;
  right: 0;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/11/14161918/sketchpad-banner-right.jpg");
  background-size: 51%;
  background-position: left center;
}
@media screen and (max-width: 1700px) {
  #home-slider .slick-slide .home-slide.slide-4::before {
    background-size: 850px;
    background-position: calc(50% - 425px) center;
  }
  #home-slider .slick-slide .home-slide.slide-4::after {
    background-size: 850px;
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  #home-slider .slick-slide .home-slide.slide-4::before {
    background-size: 555px;
    background-position: calc(50% - 180px) center;
  }
  #home-slider .slick-slide .home-slide.slide-4::after {
    background-size: 555px;
    background-position: left -170px center;
  }
}
@media screen and (max-width: 768px) {
  #home-slider {
    height: 450px;
  }
  #home-slider h1 {
    font-size: 14px !important;
  }
  #home-slider h1 .large {
    font-size: 48px;
  }
  #home-slider .hero-text {
    padding: 0 35px;
    max-width: 400px;
  }
  #home-slider .hero-text p {
    font-size: 16px;
  }
  #home-slider .btn {
    font-size: 14px;
    line-height: 2.4;
    padding: 5px 35px;
  }
}
#home-bestsellers .text {
  padding-left: 4rem;
  padding-right: 1rem;
  max-width: 300px;
}
#home-bestsellers .text a {
  font-family: "Brown", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
}
#home-bestsellers .text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 85%;
  height: 2px;
  background-color: #161414;
}
#home-bestsellers .no-link {
  display: block;
  margin-top: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  #home-bestsellers .no-link {
    font-size: 26px;
  }
}
@media screen and (max-width: 1299px) {
  #home-bestsellers .text {
    padding-left: 35px;
  }
}
@media screen and (max-width: 999px) {
  #home-bestsellers .vc_col-sm-3 {
    width: 100%;
  }
  #home-bestsellers .vc_col-sm-9 {
    width: 100%;
  }
  #home-bestsellers .text {
    max-width: none;
    text-align: center;
    padding: 0 35px;
  }
  #home-bestsellers .slick-list {
    padding-left: 35px;
  }
}
@media screen and (max-width: 767px) {
  #home-bestsellers .slick-list {
    padding-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  #home-bestsellers .slick-slide {
    transform: translateX(-54%);
  }
}
#home-crossroads {
  max-width: 1490px;
  padding: 0 35px;
  margin: 2rem auto;
  display: flex;
  flex-flow: row;
  gap: 2rem;
  justify-content: space-between;
  position: relative;
}
#home-crossroads::before, #home-crossroads::after {
  display: none;
}
#home-crossroads > div .vc_single_image-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2s;
  z-index: 1;
}
#home-crossroads > div:hover .vc_single_image-wrapper::before {
  background-color: rgba(0, 0, 0, 0.25);
}
#home-crossroads > div .vc_single_image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: 0.2s;
  z-index: 1;
}
#home-crossroads .wpb_text_column {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 2rem;
  pointer-events: none;
  z-index: 9;
}
#home-crossroads a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#home-crossroads .vc_column-inner::before, #home-crossroads .vc_column-inner::after {
  display: none;
}
#home-crossroads .wpb_content_element {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 999px) {
  #home-crossroads h2 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  #home-crossroads {
    gap: 1rem;
    padding: 0 25px;
  }
  #home-crossroads .wpb_text_column {
    padding: 1rem;
  }
}
@media screen and (max-width: 599px) {
  #home-crossroads {
    flex-flow: row wrap;
  }
  #home-crossroads > div {
    max-height: 300px;
    overflow: hidden;
  }
  #home-crossroads > div img {
    margin-top: 50%;
    transform: translateY(-67%);
  }
}
@media screen and (max-width: 420px) {
  #home-crossroads {
    padding: 0 1rem;
  }
}
#bestsellers-slider > .slider, #aprons-slider > .slider {
  display: none;
}
#bestsellers-slider > .slider.slick-initialized, #aprons-slider > .slider.slick-initialized {
  display: block;
}
#bestsellers-slider .slider, #aprons-slider .slider {
  max-height: 680px;
}
#bestsellers-slider .slider .product-item, #aprons-slider .slider .product-item {
  height: 100%;
  display: flex !important;
  flex-flow: column;
  justify-content: flex-start;
}
#bestsellers-slider .slider .product-item .shortcode-cart, #aprons-slider .slider .product-item .shortcode-cart {
  width: 100%;
  margin-top: 10px;
  min-height: 36px;
}
#bestsellers-slider .slider .product-item .shortcode-cart ul, #aprons-slider .slider .product-item .shortcode-cart ul {
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  flex-flow: row;
  gap: 6px;
  justify-content: flex-end;
}
#bestsellers-slider .slider .product-item .shortcode-cart ul li, #aprons-slider .slider .product-item .shortcode-cart ul li {
  margin-right: 0;
  min-width: 0;
}
#bestsellers-slider .slider .product-item .shortcode-cart ul li:last-child, #aprons-slider .slider .product-item .shortcode-cart ul li:last-child {
  margin-right: 0;
}
#bestsellers-slider .slider .product-item .shortcode-cart ul li .colour, #aprons-slider .slider .product-item .shortcode-cart ul li .colour {
  max-width: 100%;
  max-height: 20px;
  height: auto;
  aspect-ratio: 1;
}
#bestsellers-slider .slider .product-item .content, #aprons-slider .slider .product-item .content {
  margin-top: 15px;
  margin-bottom: 10px;
}
#bestsellers-slider .slider .product-item .content .price-int, #aprons-slider .slider .product-item .content .price-int {
  top: auto;
  bottom: 53px;
}
#bestsellers-slider .slider .product-item h3, #aprons-slider .slider .product-item h3 {
  display: flex;
  flex-flow: row;
  align-items: baseline;
  gap: 10px;
  padding-right: 0;
}
@media screen and (max-width: 499px) {
  #bestsellers-slider .slider .product-item h3, #aprons-slider .slider .product-item h3 {
    flex-flow: column;
    gap: 5px;
  }
}
#bestsellers-slider .slider .product-item .subheading, #aprons-slider .slider .product-item .subheading {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #bestsellers-slider .slider .product-item .subheading, #aprons-slider .slider .product-item .subheading {
    font-size: 14px;
  }
}
#bestsellers-slider .slider .product-item .image > a > div, #aprons-slider .slider .product-item .image > a > div {
  max-height: 100%;
}
#bestsellers-slider .slider .product-item .image .active, #aprons-slider .slider .product-item .image .active {
  height: 20vw;
  max-height: 100%;
}
@media screen and (max-width: 1299px) {
  #bestsellers-slider .slider .product-item .image .active, #aprons-slider .slider .product-item .image .active {
    height: 32.5vw;
    max-height: 420px;
  }
}
@media screen and (max-width: 999px) {
  #bestsellers-slider .slider .product-item .image .active, #aprons-slider .slider .product-item .image .active {
    height: 42.3vw;
  }
}
@media screen and (max-width: 599px) {
  #bestsellers-slider .slider .product-item .image .active, #aprons-slider .slider .product-item .image .active {
    height: 55vw;
    max-height: 330px;
  }
}
#bestsellers-slider .slider .product-item .image img, #aprons-slider .slider .product-item .image img {
  max-height: calc(min(23vw, 380px));
  /* max-height: 18vw; */
  width: auto;
}
@media screen and (max-width: 1299px) {
  #bestsellers-slider .slider .product-item .image img, #aprons-slider .slider .product-item .image img {
    max-height: 28vw;
  }
}
@media screen and (max-width: 999px) {
  #bestsellers-slider .slider .product-item .image img, #aprons-slider .slider .product-item .image img {
    max-height: 36vw;
  }
}
@media screen and (max-width: 599px) {
  #bestsellers-slider .slider .product-item .image img, #aprons-slider .slider .product-item .image img {
    max-height: 55vw;
  }
}
#bestsellers-slider .slider .slick-track, #aprons-slider .slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
#bestsellers-slider .slider .slick-slide, #aprons-slider .slider .slick-slide {
  height: auto;
  margin-right: 35px;
}
#bestsellers-slider .slider .slick-slide > div, #aprons-slider .slider .slick-slide > div {
  height: 100%;
}
#bestsellers-slider .slider .slick-slide > div > a, #aprons-slider .slider .slick-slide > div > a {
  height: 100%;
}
@media screen and (max-width: 767px) {
  #bestsellers-slider .slider .slick-slide, #aprons-slider .slider .slick-slide {
    margin-right: 25px;
  }
  #bestsellers-slider .slider .product-item .desc, #aprons-slider .slider .product-item .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  #bestsellers-slider .slider .slick-list, #aprons-slider .slider .slick-list {
    padding-left: 1rem;
  }
  #bestsellers-slider .slider .slick-slide, #aprons-slider .slider .slick-slide {
    margin-right: 1rem;
  }
}
#bestsellers-slider .arrows, #aprons-slider .arrows {
  display: flex;
  justify-content: flex-end;
  padding: 2rem 3rem;
  gap: 5px;
}
#bestsellers-slider .arrows > *, #aprons-slider .arrows > * {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #bestsellers-slider .arrows, #aprons-slider .arrows {
    padding: 2rem 3rem 0;
  }
}
@media screen and (max-width: 1299px) {
  #bestsellers-slider.products-wrapper .product-item .products-product::after, #aprons-slider.products-wrapper .product-item .products-product::after {
    padding-top: 80%;
  }
}
@media screen and (max-width: 1199px) {
  #bestsellers-slider h3, #aprons-slider h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  #bestsellers-slider h3 .product-colour, #aprons-slider h3 .product-colour {
    display: block;
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  #bestsellers-slider .slider .product-item .content, #aprons-slider .slider .product-item .content {
    overflow: visible;
  }
  #bestsellers-slider .slider .product-item .content .price-int, #aprons-slider .slider .product-item .content .price-int {
    bottom: 5px;
  }
  #bestsellers-slider .slider .product-item .shortcode-cart, #aprons-slider .slider .product-item .shortcode-cart {
    position: absolute;
    right: -10px;
    top: 0;
    pointer-events: none;
  }
  #bestsellers-slider .slider .product-item .shortcode-cart ul, #aprons-slider .slider .product-item .shortcode-cart ul {
    flex-flow: column;
    max-width: 30px;
    margin-left: auto;
    margin-right: 0;
    transform: translateY(-100%);
    pointer-events: all;
  }
  #bestsellers-slider .slider .product-item .shortcode-cart ul li .caption, #aprons-slider .slider .product-item .shortcode-cart ul li .caption {
    display: none;
  }
  #bestsellers-slider.products-wrapper .product-item .products-product::after, #aprons-slider.products-wrapper .product-item .products-product::after {
    padding-top: 90%;
  }
}
#aprons-slider .slick-list {
  max-width: calc(100% - 35px);
  overflow: visible;
}
#aprons-slider .slick-track {
  padding-left: 35px;
}
#aprons-slider .slider .product-item {
  padding-bottom: 0;
}
#aprons-slider .slider .product-item .image {
  padding: 10px;
  height: 100%;
}
#aprons-slider .slider .product-item .image .active {
  height: 21.2vw;
  max-height: 380px;
}
@media screen and (max-width: 1099px) {
  #aprons-slider .slider .product-item .image .active {
    height: 27.6vw;
    max-height: 280px;
  }
}
@media screen and (max-width: 767px) {
  #aprons-slider .slider .product-item .image .active {
    height: 42.5vw;
    max-height: 305px;
  }
}
@media screen and (max-width: 599px) {
  #aprons-slider .slider .product-item .image .active {
    height: 56vw;
    max-height: 335px;
  }
}
#aprons-slider .shortcode-cart {
  display: none;
}
#aprons-slider .slider .product-item .content .price-int {
  top: auto;
  bottom: 7px;
}
@media screen and (max-width: 1299px) {
  #aprons-slider.products-wrapper .product-item .products-product::after {
    padding-top: 95%;
  }
}
@media screen and (max-width: 799px) {
  #aprons-slider.products-wrapper .product-item .products-product::after {
    padding-top: 88%;
  }
}
@media screen and (max-width: 767px) {
  #aprons-slider .slick-list {
    max-width: calc(100% - 25px);
  }
  #aprons-slider .slick-track {
    padding-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  #aprons-slider .slick-slide {
    transform: translateX(-54%);
  }
  #aprons-slider.products-wrapper .product-item .products-product::after {
    padding-top: 95%;
  }
}
@media screen and (max-width: 420px) {
  #aprons-slider .slick-slide {
    transform: translateX(-58%);
  }
}
.slider .wpb_text_column.wpb_content_element {
  display: none;
}
#knife-stationery {
  padding: 0 35px;
  color: white;
  max-height: 500px;
  display: flex;
  flex-flow: row;
  overflow: hidden;
}
#knife-stationery::before, #knife-stationery::after {
  content: none;
}
#knife-stationery .wpb_single_image {
  margin-bottom: 0;
}
#knife-stationery .wpb_single_image > * {
  display: block;
}
#knife-stationery .wpb_single_image > * > * {
  display: block;
}
#knife-stationery .wpb_single_image img {
  width: 100%;
}
#knife-stationery .wpb_text_column {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 9;
}
#knife-stationery h2 {
  margin-bottom: 5px;
}
#knife-stationery p {
  margin: 0;
}
#knife-stationery a {
  color: white;
  font-weight: 400;
  font-size: 18px;
}
#knife-stationery a.vc_single_image-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.2s;
  z-index: 1;
}
#knife-stationery .vc_col-sm-6 {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 9;
}
#knife-stationery .vc_col-sm-6:hover .vc_single_image-wrapper::before {
  background-color: rgba(0, 0, 0, 0.45);
}
@media screen and (max-width: 1450px) {
  #knife-stationery * {
    max-height: 500px;
  }
  #knife-stationery .wpb_single_image {
    overflow: hidden;
  }
  #knife-stationery .wpb_single_image img {
    width: auto;
    max-width: none;
    height: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  #knife-stationery {
    padding: 0 25px;
    height: auto;
    flex-flow: column;
    gap: 25px;
    max-height: none;
  }
  #knife-stationery * {
    max-height: 100%;
  }
  #knife-stationery .wpb_single_image img {
    width: 100%;
    height: auto;
  }
  #knife-stationery .vc_single_image-wrapper {
    position: relative;
  }
  #knife-stationery .vc_col-sm-6 {
    padding: 0;
  }
  #knife-stationery .vc_col-sm-6:first-of-type, #knife-stationery .vc_col-sm-6:nth-of-type(2) {
    background-image: none;
  }
  #knife-stationery h2, #knife-stationery a {
    color: #474747;
  }
  #knife-stationery h2 {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #knife-stationery .wpb_text_column {
    position: static;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 420px) {
  #knife-stationery {
    padding: 0 1rem;
  }
}
#explore-aprons {
  margin-top: 50px;
}
#explore-aprons h2 {
  font-family: "Brown", sans-serif;
  font-size: 16px !important;
  text-transform: uppercase;
  max-width: 250px;
  margin: 0 auto;
  letter-spacing: 0.1em !important;
  margin-bottom: 2rem !important;
  text-align: center;
}
#explore-aprons h2 .large {
  font-family: "Playfair Display", serif;
  font-size: 34px !important;
  text-transform: none;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 5px;
  display: inline-block;
}
#explore-aprons .slider {
  display: none;
}
#explore-aprons .wpb_text_column:first-of-type img {
  display: none;
}
@media screen and (max-width: 767px) {
  #explore-aprons {
    margin-top: 15px;
  }
  #explore-aprons .wpb_text_column:first-of-type {
    position: relative;
    max-height: 500px;
    overflow: hidden;
  }
  #explore-aprons .wpb_text_column:first-of-type p {
    margin-bottom: 0;
  }
  #explore-aprons .wpb_text_column:first-of-type img {
    display: block;
    max-width: none;
    width: 100%;
  }
  #explore-aprons .wpb_text_column:first-of-type::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  #explore-aprons h2 {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding-left: 35px;
    color: white;
    z-index: 1;
  }
}
#discover {
  margin-bottom: 2rem;
}
#discover h2 {
  text-align: center;
  position: relative;
}
#discover h2::after {
  content: "";
  width: 65px;
  height: 2px;
  background-color: #474343;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#discover .p1 {
  text-align: center;
  max-width: 440px;
  margin: 30px auto 15px;
  font-size: 16px !important;
}
#discover .wpb_text_column {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #discover .wpb_text_column {
    margin-bottom: 5px;
  }
  #discover .wpb_text_column h2 + .p1 {
    max-width: 510px;
    padding: 0 35px;
  }
}
#discover .inner {
  height: 680px;
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/09/08132132/andrew-clarke-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#discover .inner > div {
  height: 100%;
}
#discover .inner > div::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#discover .inner > div > div {
  height: 100%;
}
#discover .inner > div > div > div {
  height: 100%;
  display: flex;
  align-items: center;
}
#discover .text {
  position: absolute;
  padding: 0 50px;
  color: white;
  max-width: 440px;
  z-index: 999;
}
#discover .text h3 {
  font-size: 54px;
  max-width: 200px;
  line-height: 1.2;
  margin-bottom: 2rem;
}
#discover .text p {
  text-align: left;
  font-weight: 400;
  margin-bottom: 2rem;
}
#discover .text img {
  display: none;
}
@media screen and (max-width: 767px) {
  #discover .inner {
    height: auto;
    background: none;
  }
  #discover .inner > div::after {
    content: none;
  }
  #discover .text {
    position: static;
    padding: 0 25px;
    max-width: 100%;
    color: #474343;
  }
  #discover .text h3 {
    font-size: 30px;
    margin-bottom: 1rem;
  }
  #discover .text p {
    font-weight: 300;
    max-width: none;
    margin: 1rem 0;
  }
  #discover .text img {
    max-width: none;
    width: 200vw;
    margin-left: 50%;
    transform: translateX(-47%);
    display: block;
  }
}
#hero-other {
  padding: 0 35px;
  display: flex;
  flex-flow: row;
  gap: 35px;
  margin-bottom: 35px;
}
#hero-other::before, #hero-other::after {
  content: none;
}
#hero-other .wpb_content_element {
  margin-bottom: 0;
}
#hero-other > div .vc_single_image-wrapper::before, #hero-other > div .vc_single_image-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
#hero-other > div:first-of-type .vc_single_image-wrapper::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#hero-other > div:first-of-type .wpb_text_column {
  top: 0;
  left: 0;
}
#hero-other > div:nth-of-type(2) .vc_single_image-wrapper::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
#hero-other > div:nth-of-type(2) .wpb_text_column {
  bottom: 0;
  right: 0;
  text-align: right;
}
#hero-other > div:hover .vc_single_image-wrapper::after {
  background: rgba(0, 0, 0, 0.45);
}
#hero-other h3 {
  color: white;
  font-size: 40px;
  max-width: 200px;
  line-height: 1.2;
  margin-bottom: 0;
}
#hero-other p {
  color: white;
  font-weight: 400;
  font-size: 16px !important;
  max-width: 200px;
}
#hero-other .wpb_text_column {
  position: absolute;
  z-index: 1;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #hero-other {
    flex-flow: column;
    gap: 25px;
    padding: 0 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 420px) {
  #hero-other {
    gap: 1rem;
    padding: 0 1rem;
  }
  #hero-other h3 {
    font-size: 34px;
    max-width: 160px;
  }
  #hero-other > div:nth-of-type(2) h3 {
    margin-right: 0;
    margin-left: auto;
  }
}
#discover-cta p {
  margin-top: 0;
}
#discover-cta .btn {
  margin: 0 auto;
  max-width: 260px;
  height: auto;
  padding: 15px 25px;
  text-align: center;
  border: 1px solid #C8910B;
}
#discover-cta .btn:hover {
  border: 1px solid #12141D;
}
@media screen and (max-width: 767px) {
  #discover-cta .wpb_text_column {
    margin-bottom: 25px;
  }
}
#promo .vc_column-inner {
  padding-top: 0 !important;
}
#promo .vc_custom_1675981002761 {
  margin-bottom: 0 !important;
}
#promo .vc_custom_1675981002761 p {
  margin-top: 0;
}
#promo .yellow-banner {
  background: #D49645;
  height: 44px;
  text-align: center;
  color: white;
  font-size: 12px;
  line-height: 44px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#promo .yellow-banner p {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  #promo img {
    max-height: 120px;
    width: auto;
  }
  #promo .yellow-banner p {
    margin-top: 0;
  }
}
.hp-banners {
  padding-right: 0;
}
.hp-banners .slick-arrow {
  border: none;
  outline: none;
  background-image: url("/wp-content/themes/bb-stone/images/arrow.png");
  background-image: url("/wp-content/themes/bb-stone/images/arrow.svg");
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 1;
  transition: 0.3s ease-out;
}
.hp-banners .slick-arrow.slick-next {
  right: 25px;
  transform: translateY(-50%);
}
.hp-banners .slick-arrow.slick-prev {
  left: 25px;
  transform: translateY(-50%) rotate(180deg);
}
.hp-banners .slick-arrow.slick-disabled {
  opacity: 0;
}
.hp-banner {
  height: 800px;
  background-size: cover;
  background-position: 170px !important;
  background-color: #fcfaf6;
}
.hp-banner .banner-text {
  width: 335px;
  margin-left: 16%;
  margin-top: 4%;
}
.hp-banner .banner-text .wpb_text_column {
  margin-bottom: 13px;
}
.hp-banner .banner-text h1 {
  font-size: 63px;
  line-height: 1;
  letter-spacing: 1.8px;
  margin-bottom: 32px;
}
.hp-banner .banner-text h5 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px;
  font-size: 14.5px;
}
.hp-banner .banner-text .mobile-title {
  display: none;
}
.hp-banner.banner-sommelier {
  background-color: #f4f4f4 !important;
  background-position: left !important;
}
.hp-banner.banner-sommelier .banner-text {
  margin-left: 0;
  margin-right: 16%;
  float: right;
  text-align: right;
}
.hp-banner.banner-apron {
  background-position: left !important;
  background-color: #756558 !important;
}
.hp-banner.banner-apron .banner-text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hp-banner.banner-apron .banner-text {
    color: #000;
  }
}
@media screen and (max-width: 420px) {
  .hp-banner.banner-apron .banner-text {
    color: #fff;
  }
}
.hp-banner.banner-apron .banner-text .button-base {
  margin: 0 auto;
}
.hp-banner.banner-apron .intro {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 19px;
  margin-bottom: 15px;
}
.hp-banner .gray-btn {
  margin-top: 20px;
  display: inline-block;
}
@media screen and (max-width: 560px) {
  .hp-banner.new {
    height: 116vw;
  }
}
@media screen and (max-width: 767px) {
  .hp-banner.new.banner-apron {
    background-image: url("https://www.stone-journal.co/wp-content/uploads/2019/12/the-granby-apron-mobile.jpg") !important;
  }
  .hp-banner.new.banner-apron .banner-text {
    width: auto;
    background: none;
    color: #fff;
  }
  .hp-banner.new.banner-apron .banner-text .intro, .hp-banner.new.banner-apron .banner-text h5, .hp-banner.new.banner-apron .banner-text h1:not(.mobile-title) {
    display: none;
  }
  .hp-banner.new.banner-apron .banner-text h1.mobile-title {
    display: block;
    max-width: 120px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .hp-banner.new.banner-classic .banner-text {
    background: none;
    width: auto;
  }
  .hp-banner.new.banner-classic .banner-text .intro, .hp-banner.new.banner-classic .banner-text h5, .hp-banner.new.banner-classic .banner-text h1:not(.mobile-title) {
    display: none;
  }
  .hp-banner.new.banner-classic .banner-text h1.mobile-title {
    display: block;
    max-width: 120px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 560px) {
  .hp-banner.new.banner-classic {
    background-position: 35% center !important;
    background-size: 235%;
  }
}
@media screen and (max-width: 767px) {
  .hp-banner.new.banner-sommelier .banner-text {
    background: none;
    width: auto;
    margin-left: auto;
    margin-right: 5%;
    text-align: left;
  }
  .hp-banner.new.banner-sommelier .banner-text .intro, .hp-banner.new.banner-sommelier .banner-text h5, .hp-banner.new.banner-sommelier .banner-text h1:not(.mobile-title) {
    display: none;
  }
  .hp-banner.new.banner-sommelier .banner-text h1.mobile-title {
    display: block;
    max-width: 180px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 560px) {
  .hp-banner.new.banner-sommelier {
    background-image: url("https://www.stone-journal.co/wp-content/uploads/2019/12/the-sommelier-mobile.jpg") !important;
    background-position: right center !important;
    background-size: cover !important;
  }
  .hp-banner.new.banner-sommelier .banner-text {
    margin-top: 0;
    margin-right: 10px;
  }
}
#hp-timeless {
  max-width: 570px;
  margin: 50px auto;
  left: 0 !important;
  padding: 0 1rem;
}
#hp-timeless h2 {
  text-align: center;
  font-size: 30px;
  position: relative;
  margin-bottom: 30px !important;
}
#hp-timeless h2::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
}
#hp-the-classic {
  height: 453px;
  padding: 0 35px;
}
#hp-the-classic > div:first-child {
  padding: 0;
  background-color: #3B4749;
  height: 100%;
}
#hp-the-classic > div:first-child .vc_column-inner {
  padding: 0;
}
#hp-the-classic > div:first-child div {
  height: 100%;
}
#hp-the-classic > div:first-child video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hp-the-classic > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5E6263;
  color: #fff;
  padding: 52px;
}
#hp-the-classic p {
  max-width: 450px;
  margin-bottom: 42px !important;
}
@media screen and (max-width: 767px) {
  #hp-the-classic {
    height: auto;
    padding: 0 25px;
    margin-bottom: 25px;
    text-align: center;
  }
  #hp-the-classic .button {
    margin: 0;
  }
  #hp-the-classic > div:nth-child(2) {
    padding: 35px;
  }
  #hp-the-classic p {
    margin: 0px auto;
  }
}
@media screen and (max-width: 420px) {
  #hp-the-classic {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
#hp-team-bundles {
  height: 453px;
  padding: 0 35px;
}
#hp-team-bundles > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3B4749;
  color: #fff;
  padding: 52px;
}
#hp-team-bundles > div:first-child > div {
  margin-left: 180px;
  margin-right: auto;
  max-width: 500px;
  padding: 0;
}
@media screen and (max-width: 1638px) {
  #hp-team-bundles > div:first-child > div {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #hp-team-bundles > div:first-child > div {
    margin: 0 auto;
  }
}
#hp-team-bundles > div:nth-child(2) {
  padding: 0;
  background-color: #8F3900;
  height: 100%;
}
#hp-team-bundles > div:nth-child(2) .vc_column-inner {
  padding: 0;
}
#hp-team-bundles > div:nth-child(2) div {
  height: 100%;
}
#hp-team-bundles > div:nth-child(2) .wpb_single_image > .wpb_wrapper {
  height: 100%;
  overflow: hidden;
}
#hp-team-bundles > div:nth-child(2) .wpb_single_image .vc_figure {
  display: block;
}
#hp-team-bundles > div:nth-child(2) .wpb_single_image {
  margin-bottom: 0;
}
#hp-team-bundles > div:nth-child(2) .vc_single_image-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1350px) {
  #hp-team-bundles > div:nth-child(2) img {
    height: 100%;
    width: auto;
    max-width: none;
    min-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #hp-team-bundles > div:nth-child(2) {
    max-height: 400px;
    display: block;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  #hp-team-bundles > div:nth-child(2) img {
    width: 100%;
    height: auto;
  }
}
#hp-team-bundles p {
  max-width: 450px;
  margin-bottom: 42px !important;
}
@media screen and (max-width: 767px) {
  #hp-team-bundles {
    height: auto;
    padding: 0 25px;
    margin-bottom: 25px;
    text-align: center;
  }
  #hp-team-bundles .button {
    margin: 0;
  }
  #hp-team-bundles p {
    margin: 0px auto;
  }
  #hp-team-bundles > div:first-child {
    padding: 35px;
  }
}
@media screen and (max-width: 420px) {
  #hp-team-bundles {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
}
#hp-aprons {
  margin: 0 35px;
  margin-bottom: 35px;
}
#hp-aprons > div {
  height: 655px;
}
#hp-aprons > div:first-of-type {
  padding-right: 17.5px;
}
@media screen and (max-width: 767px) {
  #hp-aprons > div:first-of-type {
    padding-right: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 420px) {
  #hp-aprons > div:first-of-type {
    margin-bottom: 1rem;
  }
}
#hp-aprons > div:nth-of-type(2) {
  padding-left: 17.5px;
}
@media screen and (max-width: 767px) {
  #hp-aprons > div:nth-of-type(2) {
    padding-left: 0;
  }
}
#hp-aprons > div > div {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
#hp-aprons > div > div .wpb_text_column {
  margin-bottom: 0;
}
#hp-aprons > div > div .button-base {
  margin-top: 20px;
}
#hp-aprons > div > div .btn {
  width: auto;
  background: none;
  border: 1px solid #fff;
}
@media screen and (max-width: 1190px) {
  #hp-aprons > div {
    height: 55vw;
  }
}
@media screen and (max-width: 767px) {
  #hp-aprons > div {
    height: 420px;
  }
}
@media screen and (max-width: 767px) {
  #hp-aprons {
    margin: 0 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 420px) {
  #hp-aprons {
    margin: 0 1rem;
    margin-bottom: 1rem;
  }
}
#hp-brewers {
  margin: 0 35px;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #hp-brewers {
    display: none;
  }
}
#hp-brewers .vc_column-inner {
  padding-top: 0;
}
#hp-brewers > div {
  max-width: 520px;
  margin: 0px auto;
  padding: 35px;
}
#hp-brewers .wpb_single_image {
  margin-top: -20px;
}
#hp-brewers .wpb_text_column {
  margin: 0;
  margin-top: -60px;
  margin-bottom: 20px;
}
#hp-brewers .wpb_text_column .button-base {
  display: block;
}
#hp-brewers .wpb_text_column .button-base .btn {
  margin: 0px auto;
  background: #3E5D6C;
  border-color: #3E5D6C;
  color: white;
}
@media screen and (max-width: 767px) {
  #hp-brewers {
    margin: 0 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 420px) {
  #hp-brewers {
    margin: 0 1rem;
    margin-bottom: 1rem;
  }
}
#hp-stationery-range {
  margin: 0 35px;
  margin-bottom: 35px;
  height: 679px;
  padding-left: 70px;
  display: flex;
  align-items: center;
}
#hp-stationery-range > div {
  max-width: 520px;
  padding: 35px;
}
@media screen and (max-width: 1190px) {
  #hp-stationery-range > div {
    background: rgba(255, 255, 255, 0.8);
  }
}
#hp-stationery-range .wpb_text_column {
  margin: 0;
}
@media screen and (max-width: 1190px) {
  #hp-stationery-range {
    height: 57vw;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  #hp-stationery-range {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 435px;
    padding: 0;
    margin: 0 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 420px) {
  #hp-stationery-range {
    margin: 0 1rem;
    margin-bottom: 1rem;
  }
}
#hp-the-pocket {
  margin: 0 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #hp-the-pocket {
    margin: 0 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 420px) {
  #hp-the-pocket {
    margin: 0 1rem;
    margin-bottom: 1rem;
  }
}
#hp-about-us {
  height: auto;
}
#hp-about-us #hp-about-us-column .vc_column-inner {
  padding: 90px 140px 90px 90px;
}
#hp-about-us #hp-stone-video-column .vc_column-inner {
  padding: 0;
}
#hp-about-us #hp-stone-video-column .vc_column-inner * {
  height: 100%;
}
#hp-about-us #hp-stone-video-column .vc_column-inner video {
  display: block;
  width: 100%;
  height: 100%;
}
#hp-about-us p {
  width: 450px;
  margin-bottom: 42px !important;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hp-products .wpb_text_column {
  margin-bottom: 0;
}
.hp-products article {
  padding: 10%;
  padding-left: 90px;
  background-repeat: no-repeat;
}
.hp-products article.hp-prod-41 {
  background-color: #404a4c;
}
.hp-products article.hp-prod-41 p, .hp-products article.hp-prod-41 h2 {
  color: #f2f1f0;
}
.hp-products article:nth-child(odd) {
  padding-left: 57.5%;
  background-size: 50%;
}
.hp-products article.hp-prod-41 {
  background-position: 5% bottom;
}
.hp-products article.hp-prod-191 {
  background-position: 5% top;
}
.hp-products article:nth-child(even) {
  padding-right: 59%;
  background-color: #e9e8e4;
}
.hp-products h2 {
  display: inline-block;
}
.hp-products .price {
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 26px;
  margin-left: 17px;
}
.hp-products p {
  width: 450px;
  margin-bottom: 42px !important;
}
.hp-products .buttons-light .view_info_button {
  border: 1px solid #fff;
  color: #fff;
}
.hp-products .buttons-light .add_to_cart_button:hover {
  border: 1px solid #fff;
  color: #fff;
}
.carousel-overlay h2 {
  font-size: 34px;
}
.carousel-overlay p {
  font-style: italic;
}
.carousel-inner {
  position: relative;
}
.carousel-overlay {
  position: absolute;
  top: 70px;
  left: 90px;
  width: 400px;
  background-color: #3c4749;
  padding: 50px;
  color: #fff;
}
.vc_carousel .clearfix:after, .vc_images_carousel .clearfix:after {
  clear: both;
}
.vc_images_carousel .vc_carousel-indicators {
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: 15;
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.vc_images_carousel .vc_carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  background-color: #fff;
}
.vc_images_carousel .vc_carousel-indicators .vc_active, .vc_images_carousel .vc_carousel-indicators .bb_active {
  margin: 1px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
}
.vc_images_carousel .vc_carousel-indicators .vc_partial {
  opacity: 0.5;
}
.vc_images_carousel {
  position: relative;
}
.vc_images_carousel .vc_carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline {
  position: relative;
  overflow: hidden;
}
.vc_images_carousel .carousel-inner img {
  width: 100%;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner {
  left: 0;
  position: relative;
  width: 100%;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition {
  transition: 0.5s ease left;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition.vc_swipe-transition {
  transition-duration: 0.2s;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
  float: left;
  visibility: hidden;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > a > img, .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item > .vc_inner {
  margin: 0 10px;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
  visibility: visible;
}
#hp-who-we-worked-with {
  margin: 35px;
}
#hp-who-we-worked-with img {
  max-width: 950px;
  width: 100%;
}
#hp-who-we-worked-with .wpb_single_image.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #hp-who-we-worked-with {
    margin: 25px;
  }
  #hp-who-we-worked-with h2 {
    font-size: 30px;
  }
  #hp-who-we-worked-with .wpb_single_image.mobile {
    display: block;
  }
  #hp-who-we-worked-with .wpb_single_image:not(.mobile) {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  #hp-who-we-worked-with {
    margin: 1rem;
  }
}
#hp-custom-orders {
  height: 588px;
  margin: 0 35px;
  background-size: cover;
  padding-left: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
#hp-custom-orders > div {
  max-width: 520px;
  padding: 35px;
}
@media screen and (max-width: 1190px) {
  #hp-custom-orders > div {
    background: rgba(255, 255, 255, 0.8);
  }
}
#hp-custom-orders .wpb_text_column {
  margin: 0;
}
#hp-custom-orders h2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1190px) {
  #hp-custom-orders {
    height: 49.5vw;
    background-position: center;
  }
}
@media screen and (max-width: 767px) {
  #hp-custom-orders {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 380px;
    padding: 0;
    margin: 0 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 420px) {
  #hp-custom-orders {
    margin: 0 1rem;
    margin-bottom: 1rem;
  }
}
#hp-mailing-list {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#hp-mailing-list .js-cm-form {
  text-align: center;
}
#hp-mailing-list .js-cm-form input {
  width: 400px;
}
@media screen and (max-width: 450px) {
  #hp-mailing-list .js-cm-form input {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
#hp-mailing-list p {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
#hp-mailing-list p:first-of-type {
  margin-bottom: 0px;
}
#hp-mailing-list p:nth-of-type(2) {
  margin: 0px;
}
#hp-mailing-list p.name {
  font-size: 12px;
  margin: 10px;
}
@media screen and (max-width: 767px) {
  #hp-mailing-list {
    padding: 35px 0;
  }
  #hp-mailing-list .vc_column-inner {
    padding: 0;
  }
}
@media screen and (max-width: 1330px) {
  .hp-banner {
    height: 60vw;
  }
}
@media screen and (max-width: 1300px) {
  #hp-about-us {
    height: auto;
  }
  #hp-about-us #hp-about-us-column .vc_column-inner {
    padding: 60px;
  }
}
@media screen and (max-width: 1190px) {
  #hp-about-us p {
    width: 100%;
  }
  .hp-products p {
    width: 100%;
  }
  .hp-products article.hp-prod-41 {
    background-size: 70%;
    background-position: 0 bottom;
  }
  .wpb_images_carousel {
    height: 58.3vw;
  }
  .vc_images_carousel .carousel-inner img {
    width: 120%;
    max-width: none;
  }
  .hp-products article.hp-prod-191 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1100px) {
  #hp-about-us {
    height: auto;
  }
  #hp-about-us #hp-about-us-column .vc_column-inner {
    padding: 50px 60px;
  }
  #hp-about-us #hp-about-us-column .vc_column-inner h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 950px) {
  #hp-about-us {
    height: auto;
  }
  #hp-about-us #hp-about-us-column .vc_column-inner {
    padding: 20px 40px;
  }
  #hp-about-us #hp-about-us-column .vc_column-inner h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 840px) {
  .carousel-overlay {
    top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .hp-banner:not(.new) .banner-text {
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3%;
    width: 385px;
  }
  #hp-about-us #hp-about-us-column .vc_column-inner {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 690px) {
  .wpb_images_carousel {
    height: 403px;
  }
  .carousel-inner {
    display: flex;
    justify-content: center;
    height: 403px;
    overflow: hidden;
  }
  .vc_images_carousel .carousel-inner img {
    flex: none;
    width: auto;
    height: 403px;
  }
  .carousel-overlay {
    z-index: 1;
    background-color: rgba(60, 71, 73, 0.8);
  }
  .hp-products article.hp-prod-41 {
    padding: 25px;
    height: 365px;
    background-position: 100% bottom;
  }
  .hp-products article.hp-prod-40 {
    padding: 25px 50% 25px 25px;
    height: auto;
    background-image: url("/wp-content/uploads/2018/01/Classic-handheld-home.jpg") !important;
    background-size: cover;
    background-position: 50vw;
  }
  .hp-products article.hp-prod-40 #jarallax-container-0 {
    display: none;
  }
  .hp-products article.hp-prod-191 {
    padding: 25px 25px 25px 50%;
    text-align: right;
    height: auto;
  }
}
@media screen and (max-width: 580px) {
  .carousel-overlay {
    width: calc(100% - 50px);
    left: 0;
    padding: 50px 25px;
    margin: 0 25px;
  }
}
@media screen and (max-width: 560px) {
  .hp-banner:not(.new) .banner-text, .hp-banner.banner-sommelier:not(.new) .banner-text {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 60%;
    margin-left: 0;
    margin-right: 0;
  }
  .hp-banners {
    margin-bottom: 25px;
  }
  .hp-banners .slick-arrow {
    top: 40%;
  }
  .hp-banner:not(.new) {
    background-position: center !important;
    background-size: 110%;
  }
  .hp-banner:not(.new).banner-sommelier {
    background-size: 115% !important;
  }
}
@media screen and (max-width: 420px) {
  .hp-banners .slick-arrow {
    top: 50%;
  }
  .hp-banner {
    height: 500px;
    background-size: cover;
  }
  .hp-banner:not(.new) .banner-text, .hp-banner.banner-sommelier:not(.new) .banner-text {
    padding: 1rem;
    top: 49%;
    margin-top: 0px;
    transform: translateY(-50%);
    background-color: transparent;
  }
  .hp-banner:not(.new) .banner-text h1, .hp-banner.banner-sommelier:not(.new) .banner-text h1 {
    display: none;
  }
  .hp-banner:not(.new) .banner-text h1.mobile-title, .hp-banner.banner-sommelier:not(.new) .banner-text h1.mobile-title {
    display: block;
    margin-bottom: 20px;
  }
  .hp-banner:not(.new) .banner-text h5, .hp-banner.banner-sommelier:not(.new) .banner-text h5 {
    display: none;
  }
  .hp-banner:not(.new) .banner-text .button-base, .hp-banner.banner-sommelier:not(.new) .banner-text .button-base {
    margin-left: 50px;
  }
  .hp-banner:not(.new).banner-classic {
    background-image: url("/wp-content/uploads/2019/02/bg-classic.jpg") !important;
  }
  .hp-banner:not(.new).banner-classic .mobile-title {
    color: #fff;
  }
  .hp-banner:not(.new).banner-classic .button-base .btn-gray {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .hp-banner:not(.new).banner-sommelier {
    background-size: cover !important;
    background-position: -40px -30px !important;
  }
  .hp-banner:not(.new).banner-sommelier .mobile-title {
    color: #000;
  }
  .hp-banner:not(.new).banner-sommelier .button-base {
    margin-left: 108px;
  }
  .hp-banner:not(.new).banner-sommelier .button-base .btn-gray {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
  }
  #hp-about-us #hp-about-us-column .vc_column-inner {
    padding: 20px 1rem;
  }
  .hp-products article.hp-prod-41 {
    padding: 25px 1rem;
    height: 325px;
  }
  .hp-products article.hp-prod-40 {
    background-position: 45vw;
    background-size: cover;
    padding: 25px 50% 25px 1rem;
  }
  .hp-products article.hp-prod-191 {
    background-size: 90%;
    padding: 230px 1rem 25px;
    margin-bottom: -25px !important;
    background-position: 4vw 0;
  }
  .hp-products article.hp-prod-191 h2 {
    display: block;
  }
  .carousel-overlay {
    width: calc(100% - 2rem);
    padding: 25px;
    margin: 0 1rem;
  }
}
.jconfirm.jconfirm-noorders .jconfirm-box .jconfirm-content .modal-sub form {
  display: flex;
  gap: 20px;
  align-items: center;
}
.jconfirm.jconfirm-noorders .jconfirm-box .jconfirm-content .modal-sub form > button {
  width: 25%;
  background: #d49645;
  border: none;
  color: white;
  font-size: 15px;
  padding: 10px 20px;
  transition: 0.3s;
}
.jconfirm.jconfirm-noorders .jconfirm-box .jconfirm-content .modal-sub form > button:hover {
  background: #c8910b;
}
.jconfirm.jconfirm-noorders .jconfirm-box .jconfirm-buttons {
  display: flex;
  justify-content: space-between;
  float: none !important;
}
.jconfirm.jconfirm-noorders .jconfirm-box .jconfirm-buttons button:last-child {
  max-width: 100%;
}
#portfolio-page {
  max-width: 1400px;
  margin: 0 auto;
}
#portfolio-page h1 {
  width: 1170px;
  margin: 80px auto 50px auto;
  padding: 0 25px;
  font-size: 39px;
}
#portfolio-page .intro {
  display: table;
  max-width: 1170px;
  font-size: 20px;
  font-weight: 300;
  padding: 0 35px;
  line-height: 36px;
  margin: 0 auto 80px auto;
}
#portfolio-page .intro > section, #portfolio-page .intro > div {
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 1120px) {
  #portfolio-page .intro > section, #portfolio-page .intro > div {
    float: left;
  }
}
#portfolio-page .intro .intro-text {
  text-align: left;
  width: 35%;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1120px) {
  #portfolio-page .intro .intro-text {
    width: 100%;
  }
}
#portfolio-page .intro .filters-wrap {
  width: 65%;
}
@media (max-width: 1120px) {
  #portfolio-page .intro .filters-wrap {
    width: 100%;
  }
}
#portfolio-page .intro .filters-wrap .portfolio-filters {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
  text-align: right;
  font-size: 15px;
}
@media (max-width: 768px) {
  #portfolio-page .intro .filters-wrap .portfolio-filters {
    text-align: left;
  }
}
#portfolio-page .intro .filters-wrap .portfolio-filters li {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
#portfolio-page .intro .filters-wrap .portfolio-filters li:last-child {
  margin-right: 0;
}
#portfolio-page .intro .filters-wrap .portfolio-filters li sup {
  opacity: 0;
  transition: 0.3s ease-out;
}
#portfolio-page .intro .filters-wrap .portfolio-filters li:hover sup {
  opacity: 1;
}
#portfolio-page .intro .filters-wrap .portfolio-filters li.active sup {
  opacity: 1;
}
@media (max-width: 420px) {
  #portfolio-page .intro, #portfolio-page h1 {
    padding: 0 1rem;
  }
}
#portfolio-page .masonry-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  padding: 0 35px;
  position: relative;
}
@media (max-width: 768px) {
  #portfolio-page .masonry-list {
    display: block;
    padding: 0;
  }
}
#portfolio-page .masonry-list .grid-item {
  height: calc(21vw - 12.5px);
  background-position: center;
  background-size: cover;
  cursor: pointer;
  /* &:nth-child(6),
            &:nth-child(7),
            &:nth-child(8) {
                grid-column: 
            } */
}
#portfolio-page .masonry-list .grid-item:nth-child(2), #portfolio-page .masonry-list .grid-item:nth-child(4) {
  grid-column: 2 / span 1;
}
#portfolio-page .masonry-list .grid-item:nth-child(3), #portfolio-page .masonry-list .grid-item:nth-child(5) {
  grid-column: 3 / span 1;
}
#portfolio-page .masonry-list .grid-item:first-child {
  height: 42vw;
  grid-column: 1 / span 1;
  grid-row: 1 / span 2;
}
@media (max-width: 768px) {
  #portfolio-page .masonry-list .grid-item, #portfolio-page .masonry-list .grid-item:first-child {
    height: 65vw;
    margin-bottom: 25px;
  }
}
@media (max-width: 420px) {
  #portfolio-page .masonry-list .grid-item, #portfolio-page .masonry-list .grid-item:first-child {
    margin-bottom: 1rem;
  }
}
#portfolio-page .masonry-list .grid-item .grid-item-inside {
  widows: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  transition: 0.5s ease-out;
}
#portfolio-page .masonry-list .grid-item .grid-item-inside .grid-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
#portfolio-page .masonry-list .grid-item .grid-item-inside .grid-item-text {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 400;
  font-size: 1.17em;
  letter-spacing: 1.4px;
}
#portfolio-page .masonry-list .grid-item .grid-item-inside .grid-item-text .grid-item-categories {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#portfolio-page .masonry-list .grid-item .grid-item-inside .grid-item-text .grid-item-categories .grid-item-category {
  display: inline-block;
  margin-right: 15px;
}
#portfolio-page .masonry-list .grid-item .grid-item-inside .grid-item-text .grid-item-categories .grid-item-category:last-child {
  margin-right: auto;
}
#portfolio-page .masonry-list .grid-item:hover .grid-item-inside {
  opacity: 1;
}
#portfolio-page .masonry-list .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-flow: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
#portfolio-page .masonry-list .loader.active {
  display: flex;
}
#portfolio-page .masonry-list .loader .loader-logo {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  margin-top: 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/bb-stone/images/stone-logo.png");
  background-image: url("/wp-content/themes/bb-stone/images/stone-logo.svg");
}
.single-portfolio .portfolio-image-wrapper {
  height: calc(100vh - 100px);
}
.single-portfolio .portfolio-image-wrapper .portfolio-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.single-portfolio .portfolio-image-wrapper .portfolio-image.post-597 {
  background-position: 50% 15%;
}
.single-portfolio .portfolio-image-wrapper .portfolio-image.post-598 {
  background-position: 50% 100%;
}
.single-portfolio .portfolio-image-wrapper .portfolio-image.post-589 {
  background-position: 50% 67%;
}
.single-portfolio .portfolio-image-wrapper .portfolio-image.post-586 {
  background-position: 50% 26%;
}
.single-portfolio .portfolio-content {
  padding: 80px;
}
@media (max-width: 768px) {
  .single-portfolio .portfolio-content {
    padding: 1rem;
  }
}
.single-portfolio .portfolio-content h2 {
  font-size: 76px;
  text-align: center;
}
.single-portfolio .portfolio-content .portfolio-categories {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  text-align: center;
  margin: 15px auto;
}
.single-portfolio .portfolio-content .portfolio-categories .portfolio-category {
  display: inline-block;
  margin-right: 15px;
}
.single-portfolio .portfolio-content .portfolio-categories .portfolio-category:last-child {
  margin-right: auto;
}
.single-portfolio .portfolio-content .the-content {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.single-portfolio .portfolio-content .the-content p {
  width: 75%;
  margin: 0 auto;
}
.single-portfolio .portfolio-content .the-content .portfolio-media .portfolio-media-grid {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 25px;
}
.single-portfolio .portfolio-content .the-content .portfolio-media .portfolio-media-grid .vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .single-portfolio .portfolio-content .the-content .portfolio-media .portfolio-media-grid .vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item:nth-child(2n + 1) {
    padding-right: 12.5px;
    padding-left: 0;
  }
  .single-portfolio .portfolio-content .the-content .portfolio-media .portfolio-media-grid .vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item:nth-child(2n + 2) {
    padding-left: 12.5px;
    padding-right: 0;
  }
}
.pp_nav, .pp_description {
  display: none !important;
}
div.products-wrapper > .vc_column-inner > .wpb_wrapper {
  width: 1100px;
  margin: 25px auto;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 310px;
}
div.products-wrapper > .vc_column-inner h3 {
  font-size: 24px;
  margin-bottom: 0;
}
div.products-wrapper > .vc_column-inner p {
  font-size: 14px;
  margin: 0;
}
div.products-wrapper > .vc_column-inner .product-diary .content, div.products-wrapper > .vc_column-inner .product-memo .content {
  vertical-align: top;
  padding-top: 15px;
  display: inline-block;
  width: 44%;
}
div.products-wrapper > .vc_column-inner .product-diary .content h3, div.products-wrapper > .vc_column-inner .product-diary .content p, div.products-wrapper > .vc_column-inner .product-memo .content h3, div.products-wrapper > .vc_column-inner .product-memo .content p {
  margin-bottom: 8px;
}
div.products-wrapper > .vc_column-inner .product-diary .shortcode-cart, div.products-wrapper > .vc_column-inner .product-memo .shortcode-cart {
  display: inline-block;
  width: 44%;
}
div.products-wrapper > .vc_column-inner .product-diary .image, div.products-wrapper > .vc_column-inner .product-memo .image {
  display: inline-block;
  width: 55%;
  float: right;
}
div.products-wrapper > .vc_column-inner .product-diary .button-base, div.products-wrapper > .vc_column-inner .product-memo .button-base {
  left: 27px;
}
div.products-wrapper > .vc_column-inner .product-memo .content {
  padding-top: 48px;
}
div.products-wrapper > .vc_column-inner .product-classic, div.products-wrapper > .vc_column-inner .product-holder, div.products-wrapper > .vc_column-inner .product-pocket {
  position: relative;
}
div.products-wrapper > .vc_column-inner .product-classic .shortcode-cart, div.products-wrapper > .vc_column-inner .product-holder .shortcode-cart, div.products-wrapper > .vc_column-inner .product-pocket .shortcode-cart {
  padding-top: 15px;
}
div.products-wrapper > .vc_column-inner .product-classic .shortcode-cart .colours, div.products-wrapper > .vc_column-inner .product-holder .shortcode-cart .colours, div.products-wrapper > .vc_column-inner .product-pocket .shortcode-cart .colours {
  position: absolute;
  bottom: 161px;
}
div.products-wrapper > .vc_column-inner .product-classic .shortcode-cart .colours ul, div.products-wrapper > .vc_column-inner .product-holder .shortcode-cart .colours ul, div.products-wrapper > .vc_column-inner .product-pocket .shortcode-cart .colours ul {
  margin-left: 0;
  padding-left: 0;
}
div.products-wrapper > .vc_column-inner .product-classic .shortcode-cart .light_btn, div.products-wrapper > .vc_column-inner .product-holder .shortcode-cart .light_btn, div.products-wrapper > .vc_column-inner .product-pocket .shortcode-cart .light_btn {
  position: absolute;
  bottom: 30px;
  right: 15px;
}
div.products-wrapper > .vc_column-inner .product-classic .content p, div.products-wrapper > .vc_column-inner .product-holder .content p, div.products-wrapper > .vc_column-inner .product-pocket .content p {
  display: inline-block;
  width: 60%;
}
div.products-wrapper > .vc_column-inner .product-diary .content {
  padding-top: 34px;
}
div.products-wrapper > .vc_column-inner .grid-w-2 {
  grid-column-end: span 2;
}
div.products-wrapper > .vc_column-inner .grid-w-1 {
  grid-column-end: span 1;
}
div.products-wrapper > .vc_column-inner .grid-h-2 {
  grid-row-end: span 2;
}
div.products-wrapper > .vc_column-inner .grid-h-1 {
  grid-row-end: span 1;
}
div.products-wrapper > .vc_column-inner .short {
  height: 85%;
}
div.products-wrapper > .vc_column-inner .short > div {
  height: 100%;
}
div.products-wrapper > .vc_column-inner .short > div > div {
  height: 100%;
}
div.products-wrapper > .vc_column-inner .short > div > div > p {
  overflow: hidden;
}
div.products-wrapper > .vc_column-inner .short > div > div > p img {
  margin-top: -70px;
}
@media screen and (max-width: 999px) {
  div.products-wrapper > .vc_column-inner .short {
    height: auto;
  }
}
.bundles-wrapper {
  max-width: 1100px;
  margin: 25px auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 25px;
}
.bundles-wrapper .product-item {
  flex-basis: calc(50% - 25px);
  background-color: #f8f8f8;
  margin-bottom: 0;
  padding: 10px 25px;
  position: relative;
}
.bundles-wrapper .images {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 15px 0;
}
.bundles-wrapper h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.bundles-wrapper .discount .text {
  font-size: 15px;
  margin-left: 5px;
}
.bundles-wrapper .content p {
  font-size: 14px;
  padding-right: 180px;
}
.bundles-wrapper .button-base {
  position: absolute;
  bottom: 32px;
  right: 27px;
}
.product .bundle-detail-wrapper form.cart button {
  margin-left: 0 !important;
}
.bundle-detail-wrapper {
  background-color: #fff;
  padding: 1rem;
  border-radius: 5px;
}
.bundle-detail-wrapper.custom {
  padding: 0;
}
.bundle-detail-wrapper h4 {
  text-transform: uppercase;
}
.bundle-detail-wrapper .title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bundle-detail-wrapper .title h2 {
  margin: 0 !important;
  line-height: 1;
}
.bundle-detail-wrapper .title-discount {
  background-color: #3F5D6B;
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  border-radius: 5px;
  padding: 10px;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.bundle-detail-wrapper .cart {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.bundle-detail-wrapper .cart::before, .bundle-detail-wrapper .cart::after {
  content: none !important;
}
.bundle-detail-wrapper .stats {
  margin-bottom: 1rem;
}
.bundle-detail-wrapper .stats p {
  font-size: 14px;
  margin: 5px 0;
}
.bundle-detail-wrapper #wc-add-to-cart-form {
  display: flex;
  flex-flow: row wrap;
  max-width: 150px;
}
.bundle-detail-wrapper #wc-add-to-cart-form .price {
  line-height: 1.6;
}
.bundle-detail-wrapper #wc-add-to-cart-form .price.original {
  position: relative;
  margin-right: 10px;
}
.bundle-detail-wrapper #wc-add-to-cart-form .price.original.eligible {
  font-size: 16px;
  opacity: 0.6;
}
.bundle-detail-wrapper #wc-add-to-cart-form .price.original.eligible::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 60%;
  left: 0;
  position: absolute;
  background: #484444;
}
.bundle-detail-wrapper #wc-add-to-cart-form .price.discount {
  font-size: 16px;
  color: red;
}
.bundle-detail-wrapper #wc-add-to-cart-form .price.reduced-price {
  flex-basis: 100%;
}
.bundle-detail-wrapper #bundle-detail-form-wrapper {
  position: relative;
}
.bundle-detail-wrapper #bundle-detail-form-wrapper .cart {
  margin-bottom: 1rem;
}
.bundle-detail-wrapper #bundle-detail-form-wrapper .info {
  margin: 1rem 0;
}
.bundle-detail-wrapper .bundle-table {
  padding: 1rem;
  border: 1px solid #ddd;
  background-color: #F5F5F5;
  border-radius: 5px;
  margin: 1rem 0 1rem auto;
  display: inline-block;
}
.bundle-detail-wrapper .bundle-table table {
  margin: 0;
  font-weight: 300;
}
.bundle-detail-wrapper .bundle-table table th {
  font-size: 14px;
  text-align: left;
  padding-bottom: 10px;
}
.bundle-detail-wrapper .bundle-table table th:not(:last-of-type) {
  padding-right: 2rem;
}
.bundle-detail-wrapper .bundle-items .head {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 1rem;
}
.bundle-detail-wrapper .bundle-items .head h4 {
  margin-bottom: 0 !important;
}
.bundle-detail-wrapper .bundle-items .head .button {
  letter-spacing: 0.1em;
  padding: 6px 18px 6px !important;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 16px;
  text-transform: uppercase;
}
.bundle-detail-wrapper .bundle-items .items {
  margin-top: 5rem;
  max-height: 600px;
  overflow-y: scroll;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item > a {
  background-color: #F5F5F5;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item img {
  width: 120px;
  max-height: none;
  max-width: none;
}
@media screen and (max-width: 999px) {
  .bundle-detail-wrapper .bundle-items .items .bundle-item img {
    width: 100px;
  }
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 1rem;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details .quantity {
  font-size: 26px;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details .quantity > span {
  font-size: 18px;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details .item-name {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details .item-subtext {
  margin: 5px 0;
  font-size: 14px;
  max-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details .item-price.original.eligible {
  font-size: 16px;
  opacity: 0.6;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details .item-price.original.eligible span {
  position: relative;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details .item-price.original.eligible span::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  background: #000;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .item-details .item-price.reduced {
  font-size: 24px;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter {
  display: flex;
  flex-flow: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter .sign {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transition: 0.2s;
  stroke: #c57f22;
  fill: #c57f22;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter .sign.plus {
  background-color: #c57f22;
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/plus-sign.png");
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/plus-sign.svg");
  mask-image: url("/wp-content/themes/bb-stone/images/plus-sign.png");
  mask-image: url("/wp-content/themes/bb-stone/images/plus-sign.svg");
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter .sign.minus {
  background-color: #c57f22;
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/minus-sign.png");
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/minus-sign.svg");
  mask-image: url("/wp-content/themes/bb-stone/images/minus-sign.png");
  mask-image: url("/wp-content/themes/bb-stone/images/minus-sign.svg");
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter .sign.plus.zero, .bundle-detail-wrapper .bundle-items .items .bundle-item .counter .sign.minus.zero {
  background-color: rgba(0, 0, 0, 0.5);
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter .sign.zero {
  opacity: 0.5;
  position: relative;
  top: -7px;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter .sign.zero:hover {
  opacity: 1;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter .sign.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter > * {
  display: none;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter > *.active {
  display: block;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item .counter .quantity {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  position: relative;
  top: -7px;
}
.bundle-detail-wrapper .bundle-items .items .bundle-item.active {
  border: 1px solid #c57f22;
}
.bundle-detail-wrapper .bundle-items:not(.full) .items::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.bundle-detail-wrapper .bundle-items:not(.full) .items::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.bundle-detail-wrapper .bundle-items.full .items {
  max-height: none;
}
.bundle-detail-wrapper .bundle-items.full .items .item-price {
  font-size: 20px;
}
.bundle-detail-wrapper .items-switcher {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.bundle-detail-wrapper .items-switcher span {
  flex-basis: 50%;
  padding: 1rem 0;
  pointer-events: none;
}
.bundle-detail-wrapper .items-switcher span:not(.active) {
  background-color: #fff;
  pointer-events: all;
  cursor: pointer;
}
.bundle-detail-wrapper .bundle-item {
  display: flex;
  flex-flow: row;
  margin-bottom: 1.5rem;
}
.bundle-detail-wrapper .bundle-item:last-of-type {
  margin-bottom: 0;
}
.bundle-detail-wrapper .bundle-item img {
  max-height: 80px;
  width: auto;
}
.bundle-detail-wrapper .bundle-item .item-details .item-name, .bundle-detail-wrapper .bundle-item .item-details .item-price {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin: 0;
}
.bundle-detail-wrapper:not(.custom) #wc-add-to-cart-form {
  flex-flow: row;
  align-items: center;
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item {
  background-color: #fff;
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item img {
  width: 100px;
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item .item-details .item-name {
  padding-right: 70px;
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item .item-details .item-price {
  font-size: 18px;
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item .item-details .item-subtext {
  max-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item .item-details .item-price {
  position: absolute;
  right: 10px;
  top: 20px;
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item .pick-colour {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 5px;
  background-color: rgba(203, 153, 83, 0.5);
  cursor: pointer;
  transition: 0.2s;
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item .pick-colour:hover {
  background-color: rgba(203, 153, 83, 0.7);
}
.bundle-detail-wrapper:not(.custom) .bundle-items .items .bundle-item.contains-apron .item-details {
  padding-bottom: 3rem;
}
.bundle-detail-wrapper.custom {
  display: flex;
  flex-flow: row;
  gap: 2rem;
  align-items: flex-start;
}
.bundle-detail-wrapper.custom .section {
  flex-basis: 50%;
}
.bundle-detail-wrapper.custom .section.left {
  order: 1;
  background: #F5F5F5;
  border-radius: 5px;
  flex-basis: 55%;
  border: 1px solid #ddd;
}
.bundle-detail-wrapper.custom .section.right {
  order: 2;
  flex-basis: 45%;
}
.bundle-detail-wrapper.custom .section.right > p {
  max-width: 500px;
}
.bundle-detail-wrapper.custom .bundle-items {
  padding-right: 1rem;
}
.bundle-detail-wrapper.custom .bundle-items .items {
  min-height: 400px;
  max-height: calc(100vh - 270px);
  margin: 1rem 0;
  padding: 1rem 1rem 0 2rem;
}
.bundle-detail-wrapper.custom .bundle-items .items .bundle-item {
  padding: 0;
}
.bundle-detail-wrapper.custom .bundle-items .items .bundle-item > *:first-child {
  padding: 10px 0 10px 10px;
}
.bundle-detail-wrapper.custom .bundle-items .items .bundle-item > *:last-child {
  margin-left: 0;
  padding: 1rem 10px 1rem 1rem;
  background: #fff;
  border-radius: 0 5px 5px 0;
}
.bundle-detail-wrapper.custom .bundle-items .items .bundle-item .counter {
  right: 10px;
  bottom: 0;
}
.bundle-detail-wrapper.custom .bundle-items .items .bundle-item .item-details {
  padding: 1rem 19px 1rem 1rem;
}
.bundle-detail-wrapper.custom .bundle-items .items .bundle-item .item-details .item-name {
  font-size: 22px;
}
.bundle-detail-wrapper.custom .bundle-items .items .bundle-item:not(.category-active) {
  display: none;
}
.bundle-detail-wrapper.custom .bundle-items .items > p:not(.category-active) {
  display: none;
}
.bundle-detail-wrapper.custom .selected-products {
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 5px 1rem;
}
.bundle-detail-wrapper.custom .selected-products p {
  margin: 5px 0;
  font-size: 16px;
  font-family: "Playfair Display", serif;
}
.bundle-detail-wrapper.custom .selected-products p:first-of-type {
  margin-top: 0;
}
.bundle-detail-wrapper.custom .selected-products .quantity {
  font-size: 28px;
  line-height: 1;
}
.bundle-detail-wrapper.custom .selected-products .quantity > span {
  font-size: 18px;
}
.bundle-detail-wrapper.custom .selected-products .remove {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  display: inline-block;
  position: relative;
  top: -0.7em;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 5px 3px 5px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .bundle-detail-wrapper.custom .bundle-items {
    padding-right: 10px;
  }
  .bundle-detail-wrapper.custom .bundle-items .items {
    padding: 0 10px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .bundle-detail-wrapper.custom {
    flex-flow: column-reverse;
  }
  .bundle-detail-wrapper.custom .section.left {
    flex-basis: 100%;
    width: 100%;
  }
  .bundle-detail-wrapper.custom .bundle-items {
    padding-right: 0;
  }
  .bundle-detail-wrapper.custom .bundle-items .items {
    max-height: none;
    padding: 0 10px;
    overflow: auto;
  }
  .bundle-detail-wrapper.custom .bundle-items .items .bundle-item .item-details .item-name {
    font-size: 18px;
  }
  .bundle-detail-wrapper.custom .bundle-items .items .bundle-item img {
    width: 75px;
  }
}
.bundle-detail-wrapper .switchable {
  display: none;
}
.bundle-detail-wrapper .switchable.active {
  display: block;
}
#bundle-detail-switcher {
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  display: flex;
  flex-flow: row;
  gap: 2rem;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#bundle-detail-switcher span {
  cursor: pointer;
}
#bundle-detail-switcher .active {
  text-decoration: underline;
  pointer-events: none;
}
.shortcode-cart .colours ul {
  list-style: none;
}
.shortcode-cart .colours ul li {
  display: inline-block;
  margin-right: 6px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  position: relative;
}
.shortcode-cart .colours ul li .colour {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.2s;
}
.shortcode-cart .colours ul li .caption {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 5px);
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  width: auto;
  padding: 2px;
  border-radius: 5px;
  white-space: nowrap;
}
.shortcode-cart .colours ul li:hover .caption {
  opacity: 1;
  transition: 1s step-end;
}
@media (hover: none) {
  .shortcode-cart .colours ul li:hover .caption {
    opacity: 0;
  }
}
.shortcode-cart .colours ul li.active, .shortcode-cart .colours ul li:hover {
  border-radius: 50%;
}
.shortcode-cart .colours ul li.active {
  border: 1px solid black;
}
.shortcode-cart .colours ul li:hover:not(.active) .colour {
  transform: scale(1.2);
}
.product > p, .apron > p {
  margin: 0;
}
.product .product-details, .apron .product-details {
  padding: 70px 30px 50px;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #f5f5f5;
  font-size: 16px;
  display: flex;
  flex-flow: row;
  gap: 2rem;
  position: relative;
}
.product .product-details::before, .product .product-details::after, .apron .product-details::before, .apron .product-details::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
}
.product .product-details::before, .apron .product-details::before {
  left: -100%;
}
.product .product-details::after, .apron .product-details::after {
  left: 100%;
}
.product .product-details .product-summary h2, .apron .product-details .product-summary h2 {
  font-size: 39px;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.product .product-details .product-summary h2 .color, .apron .product-details .product-summary h2 .color {
  font-size: 0.7em;
}
@media screen and (max-width: 499px) {
  .product .product-details .product-summary h2, .apron .product-details .product-summary h2 {
    font-size: 30px;
  }
}
.product .product-details .product-summary h3, .apron .product-details .product-summary h3 {
  font-size: 23px;
  letter-spacing: 2px;
  font-family: "Lato", sans-serif;
}
.product .product-details .product-summary h4, .apron .product-details .product-summary h4 {
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
}
.product .product-details .product-summary ul, .apron .product-details .product-summary ul {
  margin-left: 22px;
  padding-left: 0;
}
.product .product-details .product-summary a, .apron .product-details .product-summary a {
  color: #c57f22;
}
.product .product-details .product-summary .single_add_to_cart_button, .apron .product-details .product-summary .single_add_to_cart_button {
  border: 1px solid #cb9953;
  background-color: #cb9953;
  transition: 0.2s;
  color: #fcfaf6;
  padding: 12px 18px 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 400 !important;
  margin-left: 40px;
  border-radius: 0;
}
.product .product-details .product-summary .single_add_to_cart_button:hover, .apron .product-details .product-summary .single_add_to_cart_button:hover {
  background-color: rgba(203, 153, 83, 0.8);
}
.product .product-details .product-summary .single_add_to_cart_button.disabled, .apron .product-details .product-summary .single_add_to_cart_button.disabled {
  pointer-events: none;
  background-color: rgba(203, 153, 83, 0.6);
}
.product .product-details .product-summary .button, .apron .product-details .product-summary .button {
  padding: 12px 18px 10px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.product .product-details .product-summary .quantity-field, .apron .product-details .product-summary .quantity-field {
  display: inline-block;
}
.product .product-details .product-summary .quantity-field input[type=number]::-webkit-inner-spin-button, .product .product-details .product-summary .quantity-field input[type=number]::-webkit-outer-spin-button, .apron .product-details .product-summary .quantity-field input[type=number]::-webkit-inner-spin-button, .apron .product-details .product-summary .quantity-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product .product-details .product-summary .quantity-field input[type=number], .apron .product-details .product-summary .quantity-field input[type=number] {
  -moz-appearance: textfield;
}
.product .product-details .product-summary .quantity-field input[type="number"], .apron .product-details .product-summary .quantity-field input[type="number"] {
  margin: 0 5px;
  width: 50px;
  border: 0;
  border-radius: 0;
  padding: 5px 0 5px 21px;
}
.product .product-details .product-summary .quantity-field .quantity-button, .apron .product-details .product-summary .quantity-field .quantity-button {
  font-size: 16px;
  cursor: pointer;
}
.product .product-details .wpb_gallery ul.wpb_image_grid_ul li, .apron .product-details .wpb_gallery ul.wpb_image_grid_ul li {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
  cursor: pointer;
}
.product .product-details .wpb_gallery ul.wpb_image_grid_ul li:last-child, .apron .product-details .wpb_gallery ul.wpb_image_grid_ul li:last-child {
  margin-right: 0;
}
.product .product-details .wpb_gallery .gallery-active-slide img, .apron .product-details .wpb_gallery .gallery-active-slide img {
  width: 100%;
  margin-bottom: 3px;
}
.product .product-details .wpb_gallery, .product .product-details .wpb_text_column, .apron .product-details .wpb_gallery, .apron .product-details .wpb_text_column {
  display: inline-block;
}
.product .product-details .wpb_column:not(.product-summary) .wpb_text_column, .apron .product-details .wpb_column:not(.product-summary) .wpb_text_column {
  display: none;
}
.product .product-details .wpb_gallery, .apron .product-details .wpb_gallery {
  width: 100%;
}
.product .product-details.bundle h2, .apron .product-details.bundle h2 {
  font-size: 30px;
}
.product .product-details.bundle .single_add_to_cart_button, .apron .product-details.bundle .single_add_to_cart_button {
  background-color: #cb9953;
  transition: 0.2s;
}
.product .product-details.bundle .single_add_to_cart_button:hover, .apron .product-details.bundle .single_add_to_cart_button:hover {
  background-color: rgba(203, 153, 83, 0.8);
}
.product .product-details.bundle .single_add_to_cart_button.disabled, .apron .product-details.bundle .single_add_to_cart_button.disabled {
  pointer-events: none;
  background-color: rgba(203, 153, 83, 0.6);
}
.product .product-details.bundle.custom, .apron .product-details.bundle.custom {
  background-color: #fff;
}
.product .product-details.bundle.custom::before, .product .product-details.bundle.custom::after, .apron .product-details.bundle.custom::before, .apron .product-details.bundle.custom::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.product .product-details.bundle.custom::before, .apron .product-details.bundle.custom::before {
  left: -100%;
}
.product .product-details.bundle.custom::after, .apron .product-details.bundle.custom::after {
  left: 100%;
}
.product .product-details .shortcode-cart, .apron .product-details .shortcode-cart {
  margin-bottom: 15px;
}
.product .product-details .shortcode-cart input.qty, .apron .product-details .shortcode-cart input.qty {
  margin-right: -14px;
  height: 40px;
  padding: 5px;
  padding-right: 5px;
  width: 60px;
  /* border-color: #484848; */
  border-color: #cb9953;
  border-right: none;
  border-radius: 5px 0 0 5px;
}
.product .product-details .shortcode-cart .single_add_to_cart_button, .apron .product-details .shortcode-cart .single_add_to_cart_button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.product .product-details .shortcode-cart .colours ul, .apron .product-details .shortcode-cart .colours ul {
  list-style: none;
  margin: 14px 0 !important;
}
.product .product-details .shortcode-cart .colours ul li, .apron .product-details .shortcode-cart .colours ul li {
  display: inline-block;
  margin-right: 6px;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  position: relative;
}
.product .product-details .shortcode-cart .colours ul li.out-of-stock, .apron .product-details .shortcode-cart .colours ul li.out-of-stock {
  opacity: 0.2;
}
.product .product-details .shortcode-cart .colours ul li .colour, .apron .product-details .shortcode-cart .colours ul li .colour {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: 0.2s;
}
.product .product-details .shortcode-cart .colours ul li.active, .product .product-details .shortcode-cart .colours ul li:hover, .apron .product-details .shortcode-cart .colours ul li.active, .apron .product-details .shortcode-cart .colours ul li:hover {
  border-radius: 50%;
}
.product .product-details .shortcode-cart .colours ul li.active, .apron .product-details .shortcode-cart .colours ul li.active {
  border: 1px solid black;
}
.product .product-details #free-shipping-info, .apron .product-details #free-shipping-info {
  display: block;
  text-align: left;
  font-weight: 300;
  margin-top: 1rem;
}
.product .product-details #free-shipping-info span:nth-child(2), .apron .product-details #free-shipping-info span:nth-child(2) {
  font-weight: 400;
}
.product .product-details #free-shipping-info .amount, .apron .product-details #free-shipping-info .amount {
  font-family: "Playfair Display", serif;
  font-size: 18px;
}
.product .product-details > .vc_col-sm-7 > .vc_column-inner, .apron .product-details > .vc_col-sm-7 > .vc_column-inner {
  position: relative;
}
@media screen and (max-width: 999px) {
  .product .product-details, .apron .product-details {
    flex-flow: column;
    padding: 0 1rem;
    gap: 0;
  }
  .product .product-details.custom .product-summary, .apron .product-details.custom .product-summary {
    padding: 25px 0;
  }
}
.product #other-products-wrapper, .apron #other-products-wrapper {
  margin: 0 auto;
  background-color: #f6f6f6;
  text-align: center;
  padding-bottom: 40px;
}
.product #other-products-wrapper h6, .apron #other-products-wrapper h6 {
  font-size: 14px;
  letter-spacing: 1.2px;
  padding-top: 45px;
  position: relative;
  display: inline-block;
}
.product #other-products-wrapper h6:before, .apron #other-products-wrapper h6:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  bottom: -8px;
  left: 30%;
  border-bottom: 1px solid #444;
}
.product #other-products-wrapper .other-product, .apron #other-products-wrapper .other-product {
  width: 150px;
  margin: 0 18px;
  display: inline-block;
  text-align: center;
}
.product #other-products-wrapper .other-product img, .apron #other-products-wrapper .other-product img {
  margin-bottom: 5px;
}
.product #other-products-wrapper .other-product span, .apron #other-products-wrapper .other-product span {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  letter-spacing: 1px;
}
.product .gallery-product, .apron .gallery-product {
  margin-bottom: 0;
  left: 0;
  transition: 0.2s;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}
.product .gallery-product::before, .product .gallery-product::after, .apron .gallery-product::before, .apron .gallery-product::after {
  content: none;
}
.product .gallery-product .hidden-full-image, .apron .gallery-product .hidden-full-image {
  pointer-events: none;
}
.product .gallery-product .thumbnails, .apron .gallery-product .thumbnails {
  display: inline-block;
  vertical-align: top;
  max-width: 100px;
  width: 19%;
}
.product .gallery-product .thumbnails ul, .apron .gallery-product .thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product .gallery-product .thumbnails ul li, .apron .gallery-product .thumbnails ul li {
  margin-bottom: 6px;
  max-width: 100px;
  height: 75px;
}
.product .gallery-product .thumbnails ul li.active, .apron .gallery-product .thumbnails ul li.active {
  pointer-events: none;
}
.product .gallery-product .thumbnails ul li.active img, .apron .gallery-product .thumbnails ul li.active img {
  border: 1px solid #BA8F72;
}
.product .gallery-product .thumbnails img, .apron .gallery-product .thumbnails img {
  transition: 0.2s;
  border: 1px solid #ddd;
  cursor: pointer;
  border-radius: 2px;
}
.product .gallery-product .thumbnails img:hover, .apron .gallery-product .thumbnails img:hover {
  filter: contrast(1.03);
  -webkit-filter: contrast(1.03);
}
.product .gallery-product .active-image, .apron .gallery-product .active-image {
  display: inline-block;
  max-width: calc(100% - 110px);
  min-width: 80%;
}
.product .gallery-product .mobile-gallery, .apron .gallery-product .mobile-gallery {
  display: none;
}
@media screen and (max-width: 999px) {
  .product .gallery-product, .apron .gallery-product {
    position: relative;
  }
}
.product .variations, .apron .variations {
  margin: 40px 0;
}
.product .variations tr td, .apron .variations tr td {
  display: block;
}
.product h1.product_title, .apron h1.product_title {
  font-size: 41px;
  display: inline-block;
}
.product .price, .apron .price {
  display: inline-block;
  margin: 0 0 0 80px;
  font-size: 32px;
}
.product .stone-paper-row, .apron .stone-paper-row {
  height: 400px;
  background-size: contain;
}
.product .stone-paper-row > .wpb_column:nth-child(2) .vc_column-inner, .apron .stone-paper-row > .wpb_column:nth-child(2) .vc_column-inner {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f5f5f5;
}
.product .stone-paper-row .vc_column-inner, .apron .stone-paper-row .vc_column-inner {
  background-size: cover;
}
.product .stone-paper-row .vc_column-inner .wpb_text_column, .apron .stone-paper-row .vc_column-inner .wpb_text_column {
  margin: 12% 20%;
}
.product .stone-paper-row .vc_column-inner .wpb_text_column h4, .apron .stone-paper-row .vc_column-inner .wpb_text_column h4 {
  font-size: 1.3em;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.product .stone-paper-row .vc_column-inner .wpb_text_column p, .apron .stone-paper-row .vc_column-inner .wpb_text_column p {
  margin-top: 10px;
  font-size: 15px;
  color: #000;
  line-height: 1.6;
}
.product .features-row, .apron .features-row {
  margin: 85px 0 65px;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.product .features-row::before, .apron .features-row::before {
  content: none;
}
.product .features-row > .wpb_column, .apron .features-row > .wpb_column {
  width: 100%;
}
.product .features-row .wpb_single_image, .apron .features-row .wpb_single_image {
  margin-bottom: 7px;
}
.product .features-row .wpb_single_image img, .apron .features-row .wpb_single_image img {
  width: auto;
  height: 70px;
  margin-bottom: 12px;
}
.product .features-row .wpb_content_element, .apron .features-row .wpb_content_element {
  margin-bottom: 0;
}
.product .features-row .wpb_column, .apron .features-row .wpb_column {
  padding: 0 40px;
  border-right: 1px solid #333;
}
.product .features-row .wpb_column .vc_column-inner, .apron .features-row .wpb_column .vc_column-inner {
  padding-top: 0 !important;
}
.product .features-row .wpb_column:last-child, .apron .features-row .wpb_column:last-child {
  border-right: none;
}
.product .features-row h5, .apron .features-row h5 {
  letter-spacing: 1px;
  margin-bottom: 7px;
  font-size: 15px;
  color: #262626;
  font-weight: 400;
}
.product .features-row p, .apron .features-row p {
  font-size: 14px;
  margin-top: 7px;
}
body.version-int .product .product-details .shortcode-cart .colours ul li.out-of-stock {
  opacity: 0.4;
  pointer-events: none;
}
#add-to-cart-area {
  transition-duration: 0.2s;
  display: inline-block;
}
#add-to-cart-area.loading {
  opacity: 0.3;
  pointer-events: none;
}
#product-not-in-stock {
  background: #3e5d6c;
  margin-top: 20px;
  color: white;
  padding: 20px 25px;
  border-radius: 5px;
  font-size: 14px;
}
#product-not-in-stock h4 {
  font-size: 18px;
}
#product-not-in-stock .qa-input-email {
  width: 100%;
  padding: 8px 10px;
  border: none;
}
#product-not-in-stock button {
  height: 40px;
  background: #d49645;
  border: none;
  color: white;
  font-size: 15px;
  margin-top: 10px;
  line-height: 40px;
  padding: 0 20px;
  margin-bottom: 5px;
  transition: 0.3s;
}
#product-not-in-stock button:hover {
  background: #c57f22;
}
#product-not-in-stock.no-orders p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#product-not-in-stock.no-orders.bundle p {
  margin: 0;
}
.quote-row {
  height: 450px;
}
.quote-row h2, .quote-row p {
  color: #9a9999;
  line-height: 1;
  font-family: "Playfair Display", serif;
}
.quote-row h2 {
  margin-bottom: 20px;
}
.quote-row > .wpb_column:first-child .vc_column-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.quote-row .vc_column-inner {
  background-size: cover;
}
.quote-row .wpb_text_column {
  margin: 14% 17%;
}
@media screen and (max-width: 999px) {
  .product .product-details .wpb_column, .apron .product-details .wpb_column {
    width: 100%;
  }
  .apron .product-details .wpb_column {
    margin-top: 30px;
    padding: 0 10px;
  }
  .product .gallery-product .active-image, .apron .gallery-product .active-image {
    max-width: none;
    display: none;
  }
  .product .gallery-product .thumbnails, .apron .gallery-product .thumbnails {
    display: none;
  }
  .product .gallery-product, .apron .gallery-product {
    margin-bottom: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: opacity 0.3s;
  }
  .product .gallery-product.gallery-active, .apron .gallery-product.gallery-active {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .product .gallery-product .mobile-gallery, .apron .gallery-product .mobile-gallery {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .product .gallery-product .mobile-gallery .slick-track, .apron .gallery-product .mobile-gallery .slick-track {
    width: auto;
  }
  .product .gallery-product .mobile-gallery .slick-track .slick-current, .apron .gallery-product .mobile-gallery .slick-track .slick-current {
    width: auto;
  }
  .product .gallery-product .mobile-gallery .slick-arrow, .apron .gallery-product .mobile-gallery .slick-arrow {
    border: none;
    outline: none;
    background-image: url("/wp-content/themes/bb-stone/images/arrow.png");
    background-image: url("/wp-content/themes/bb-stone/images/arrow.svg");
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 35px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transition: 0.3s ease-out;
  }
  .product .gallery-product .mobile-gallery .slick-arrow.slick-next, .apron .gallery-product .mobile-gallery .slick-arrow.slick-next {
    right: 0;
    transform: translateY(-50%);
  }
  .product .gallery-product .mobile-gallery .slick-arrow.slick-prev, .apron .gallery-product .mobile-gallery .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .product .gallery-product .mobile-gallery .slick-arrow.slick-disabled, .apron .gallery-product .mobile-gallery .slick-arrow.slick-disabled {
    opacity: 0;
  }
  .product .product-details .product-summary, .apron .product-details .product-summary {
    margin-top: 0;
    padding: 25px;
  }
  .product .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper, .apron .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
    display: flex;
    flex-direction: column;
  }
  .product .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper *:nth-child(-n + 2), .apron .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper *:nth-child(-n + 2) {
    order: 1;
  }
  .product .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .shortcode-cart, .apron .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .shortcode-cart {
    order: 2;
  }
  .product .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper *:nth-child(n + 3):not(.shortcode-cart), .apron .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper *:nth-child(n + 3):not(.shortcode-cart) {
    order: 3;
  }
  .product .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper hr, .apron .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper hr {
    width: 100%;
    margin: 1.5em 0;
  }
  .product .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .blackbox-widget iframe, .apron .product-details .product-summary > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .blackbox-widget iframe {
    width: 100% !important;
  }
  .product .product-details, .apron .product-details {
    padding-bottom: 0;
  }
  .product .stone-paper-row, .apron .stone-paper-row {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .product .stone-paper-row > .wpb_column, .apron .stone-paper-row > .wpb_column {
    width: 100%;
  }
  .product .stone-paper-row > .wpb_column:first-child, .apron .stone-paper-row > .wpb_column:first-child {
    order: 2;
  }
  .product .stone-paper-row > .wpb_column:first-child .wpb_text_column, .apron .stone-paper-row > .wpb_column:first-child .wpb_text_column {
    margin: 0;
    padding: 12% 25px;
  }
  .product .stone-paper-row > .wpb_column:nth-child(2), .apron .stone-paper-row > .wpb_column:nth-child(2) {
    order: 1;
  }
  .product .features-row, .apron .features-row {
    grid-template-columns: 1fr;
    grid-gap: 70px;
    margin: 85px 0 0;
  }
  .product .features-row .wpb_column, .apron .features-row .wpb_column {
    padding: 0 25px;
    border: none;
  }
  .apron .features-row {
    grid-gap: 50px;
  }
  .product .quote-row, .apron .quote-row, .product .stone-paper-row:nth-child(5), .apron .stone-paper-row:nth-child(5) {
    height: auto;
  }
  .product .quote-row > .wpb_column, .apron .quote-row > .wpb_column, .product .stone-paper-row:nth-child(5) > .wpb_column, .apron .stone-paper-row:nth-child(5) > .wpb_column {
    width: 100%;
  }
  .product .quote-row > .wpb_column:first-child, .apron .quote-row > .wpb_column:first-child, .product .stone-paper-row:nth-child(5) > .wpb_column:first-child, .apron .stone-paper-row:nth-child(5) > .wpb_column:first-child {
    height: 48vw;
  }
  .product .quote-row > .wpb_column:first-child .vc_column-inner, .apron .quote-row > .wpb_column:first-child .vc_column-inner, .product .stone-paper-row:nth-child(5) > .wpb_column:first-child .vc_column-inner, .apron .stone-paper-row:nth-child(5) > .wpb_column:first-child .vc_column-inner {
    background-size: 100%;
  }
  .product .quote-row > .wpb_column:nth-child(2) > .vc_column-inner, .apron .quote-row > .wpb_column:nth-child(2) > .vc_column-inner, .product .stone-paper-row:nth-child(5) > .wpb_column:nth-child(2) > .vc_column-inner, .apron .stone-paper-row:nth-child(5) > .wpb_column:nth-child(2) > .vc_column-inner {
    padding-top: 0;
  }
  .product .quote-row > .wpb_column:nth-child(2) .wpb_text_column, .apron .quote-row > .wpb_column:nth-child(2) .wpb_text_column, .product .stone-paper-row:nth-child(5) > .wpb_column:nth-child(2) .wpb_text_column, .apron .stone-paper-row:nth-child(5) > .wpb_column:nth-child(2) .wpb_text_column {
    margin: 0;
    padding: 10% 25px;
  }
  .product .quote-row h2, .apron .quote-row h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 999px) and (max-width: 550px) {
  .product .stone-paper-row > .wpb_column:nth-child(2) > .vc_column-inner, .apron .stone-paper-row > .wpb_column:nth-child(2) > .vc_column-inner {
    background-size: cover;
  }
}
@media screen and (max-width: 999px) and (max-width: 550px) {
  .product .quote-row > .wpb_column:first-child, .apron .quote-row > .wpb_column:first-child, .product .stone-paper-row:nth-child(5) > .wpb_column:first-child, .apron .stone-paper-row:nth-child(5) > .wpb_column:first-child {
    height: 264px;
  }
  .product .quote-row > .wpb_column:first-child > .vc_column-inner, .apron .quote-row > .wpb_column:first-child > .vc_column-inner, .product .stone-paper-row:nth-child(5) > .wpb_column:first-child > .vc_column-inner, .apron .stone-paper-row:nth-child(5) > .wpb_column:first-child > .vc_column-inner {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .product .product-details .product-summary, .apron .product-details .product-summary {
    padding: 25px 0;
  }
  .bundle-detail-wrapper .bundle-item {
    margin-bottom: 1rem;
  }
}
/* @media screen and (max-width: 1150px) {
    div.products-wrapper>.vc_column-inner>.wpb_wrapper {
        width: 768px;
        padding: 0 25px;
    }

    div.products-wrapper>.vc_column-inner .product-classic .shortcode-cart .colours,
    div.products-wrapper>.vc_column-inner .product-holder .shortcode-cart .colours,
    div.products-wrapper>.vc_column-inner .product-pocket .shortcode-cart .colours {
        bottom: 280px;
    }

    div.products-wrapper>.vc_column-inner .product-item.short .content {
        padding-top: 15px;

        img {
            margin-top: 0;
        }
    }

    div.products-wrapper>.vc_column-inner .product-item.product-sommelier .content {
        padding: 15px 15px 0;

        p:first-child {
            text-align: right;
        }
    }

    div.products-wrapper>.vc_column-inner .product-diary .content,
    div.products-wrapper>.vc_column-inner .product-memo .content {
        padding-top: 15px;
    }

    div.products-wrapper>.vc_column-inner .product-classic .content p,
    div.products-wrapper>.vc_column-inner .product-holder .content p,
    div.products-wrapper>.vc_column-inner .product-pocket .content p {
        width: 100%;
    }

    div.products-wrapper>.vc_column-inner .product-diary .content .button-base a,
    div.products-wrapper>.vc_column-inner .product-memo .content .button-base a {
        margin-left: auto;
    }
}

@media screen and (max-width: 1150px) and (min-width: 769px) {
    div.products-wrapper>.vc_column-inner .product-item:not(.product-memo):not(.product-diary):not(.short):not(.product-sommelier) .content {
        padding: 70px 15px 0;
    }

    div.products-wrapper>.vc_column-inner .product-item.product-sommelier:not(.short) .content {
        img {
            margin-bottom: 50px !important;
        }
    }
}

@media screen and (max-width: 1100px) {

    .product,
    .apron {
        .gallery-product {
            .thumbnails {
                display: inline-block;
                width: 100%;
                max-width: none;
                float: none;
                margin-top: 85px;

                ul {
                    list-style: none;
                    margin: 0;
                    padding: 0;

                    li {
                        display: inline-block;
                    }
                }

                img {
                    border: 1px solid #ddd;
                    cursor: pointer;
                }

                img:hover {
                    filter: contrast(1.03);
                    -webkit-filter: contrast(1.03);
                }
            }

            .active-image {
                display: block;
                width: 100%;
                float: none;
            }
        }
    }
}

@media screen and (max-width: 768px) {

    // Product Listing
    div.products-wrapper>.vc_column-inner>.wpb_wrapper {
        width: 100%;
        grid-auto-rows: auto;
    }

    div.products-wrapper>.vc_column-inner .grid-w-2 {
        grid-column-end: span 4;
    }

    div.products-wrapper>.vc_column-inner .product-classic .shortcode-cart .colours,
    div.products-wrapper>.vc_column-inner .product-holder .shortcode-cart .colours,
    div.products-wrapper>.vc_column-inner .product-pocket .shortcode-cart .colours {
        position: static;
    }

    div.products-wrapper>.vc_column-inner .product-item:not(.product-memo):not(.product-diary) .content {
        padding-top: 15px;
    }

    div.products-wrapper>.vc_column-inner .product-item:not(.product-sommelier):not(.product-diary) {
        div.image {
            text-align: center;
        }
    }

    div.products-wrapper>.vc_column-inner .product-item {
        padding-bottom: 20px;
    }

    div.products-wrapper>.vc_column-inner .product-classic .content p,
    div.products-wrapper>.vc_column-inner .product-holder .content p,
    div.products-wrapper>.vc_column-inner .product-pocket .content p {
        width: 70%;
    }

    div.products-wrapper>.vc_column-inner .product-diary .content .button-base a,
    div.products-wrapper>.vc_column-inner .product-memo .content .button-base a {
        margin-left: 0;
    }
}

@media screen and (max-width: 592px) {

    div.products-wrapper>.vc_column-inner .product-item.product-memo,
    div.products-wrapper>.vc_column-inner .product-item.product-diary {
        .button-base {
            position: static;
        }
    }
}

@media screen and (max-width: 570px) {

    .product #other-products-wrapper .other-product,
    .apron #other-products-wrapper .other-product {
        &:nth-child(n + 3) {
            display: none;
        }

        &:nth-child(-n + 2) {
            width: calc(50% - 5px);
            margin: 0;
        }

        span {
            display: block;
        }
    }

    .product #other-products-wrapper .other-products,
    .apron #other-products-wrapper .other-products {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 550px) {

    div.products-wrapper>.vc_column-inner .product-classic .content p,
    div.products-wrapper>.vc_column-inner .product-holder .content p,
    div.products-wrapper>.vc_column-inner .product-pocket .content p,
    div.products-wrapper>.vc_column-inner .product-item .prod-text {
        width: 100%;
    }

    div.products-wrapper>.vc_column-inner .product-item .button-base {
        position: static;
        display: block;
        margin: 20px 0 10px 0;
    }

    div.products-wrapper>.vc_column-inner .product-item.product-diary,
    div.products-wrapper>.vc_column-inner .product-item.product-memo {
        .button-base {
            margin-top: -5%;
        }
    }
}

@media screen and (max-width: 420px) {
    div.products-wrapper>.vc_column-inner>.wpb_wrapper {
        padding: 0 1em;
        grid-gap: 1em;
        margin-bottom: 0;
    }

    div.products-wrapper>.vc_column-inner .product-item {
        padding-left: 0;
        padding-right: 0;
    }

    div.products-wrapper>.vc_column-inner .product-item.product-memo,
    div.products-wrapper>.vc_column-inner .product-item.product-diary {
        .wpb_wrapper {
            display: flex;
            flex-flow: column;

            .content,
            .image {
                width: 100%;
            }

            .content {
                order: 2;

                h3 {
                    margin-bottom: 0;
                }

                p:first-of-type {
                    position: relative;
                    padding-top: 40px;
                    margin-bottom: 0;
                }

                .price {
                    position: absolute;
                    top: 0;
                }

                .button-base {
                    margin-top: 0;
                }
            }

            .image {
                order: 1;
            }
        }
    }

    div.products-wrapper>.vc_column-inner .product-item.product-diary {
        .wpb_wrapper .content .price {
            top: 97vw;
        }

        div.image {
            padding: 15px;
        }
    }

    .hp-banners .slick-arrow.slick-prev {
        left: 1rem;
    }

    .hp-banners .slick-arrow.slick-next {
        right: 1rem;
    }
}
 */
.product-listing-header {
  position: relative;
  line-height: 0;
  overflow: hidden;
  min-height: 600px;
  height: 40vw;
  max-height: 730px;
}
.product-listing-header img {
  max-width: none;
  min-width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
}
.product-listing-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 80%);
}
.product-listing-header .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  line-height: 1.5;
  margin-bottom: calc(max(20px, 3%));
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  .product-listing-header .text {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
.product-listing-header h1, .product-listing-header p {
  color: #fff;
}
.product-listing-header .desc {
  max-width: 330px;
}
@media screen and (max-width: 600px) {
  .product-listing-header {
    height: 100vw;
    min-height: 400px;
  }
  .product-listing-header .text {
    margin-left: 0;
    padding: 0 1rem;
  }
}
.product-listing {
  max-width: 1440px;
  margin: 40px auto;
  padding: 0 25px;
}
.product-listing .product-listing-toolbar {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 1rem 0;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.product-listing .crumbs {
  font-size: 14px;
  display: flex;
  flex-flow: row;
  gap: 7px;
  font-weight: 400;
}
.product-listing .sort-by-wrapper {
  position: relative;
}
.product-listing .sort-by-wrapper .select-menu {
  opacity: 0;
  transform: translateZ(0);
  background: white;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  display: flex;
  flex-flow: column;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.product-listing .sort-by-wrapper .select-menu.active {
  opacity: 1;
  pointer-events: all;
}
.product-listing .sort-by-wrapper .select-menu .option {
  padding: 10px 35px 10px 10px;
  cursor: pointer;
}
.product-listing .sort-by-wrapper .select-menu .option:hover {
  background: rgba(203, 153, 83, 0.2);
}
.product-listing .sort-by-wrapper .select-menu .option.selected {
  background: rgba(203, 153, 83, 0.5);
  position: relative;
}
.product-listing .sort-by-wrapper .select-menu .option.selected::after {
  content: "";
  background-color: #fff;
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/tick.png");
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/tick.svg");
  mask-image: url("/wp-content/themes/bb-stone/images/tick.png");
  mask-image: url("/wp-content/themes/bb-stone/images/tick.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
.product-listing .sort-by-wrapper select {
  position: absolute;
  right: 0;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .product-listing .sort-by-wrapper select {
    pointer-events: all;
  }
}
.product-listing .sort-by-wrapper label {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .product-listing .sort-by-wrapper label {
    pointer-events: all;
  }
}
.product-listing .sort-by-wrapper label::after {
  content: "";
  background-image: url("/wp-content/themes/bb-stone/images/full-arrow-black.png");
  background-image: url("/wp-content/themes/bb-stone/images/full-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .product-listing {
    padding: 0 1rem;
  }
}
.product-listing-grid, .cart-discounted .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 25px;
  row-gap: 25px;
}
@media screen and (max-width: 999px) {
  .product-listing-grid, .cart-discounted .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product-listing-grid, .cart-discounted .products {
    column-gap: 1rem;
    row-gap: 1rem;
  }
}
@media screen and (max-width: 649px) {
  .product-listing-grid, .cart-discounted .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-listing-grid .product-item, .cart-discounted .products .product-item, .products-wrapper .product-item {
  background-color: #F5F5F5;
  margin-bottom: 0;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-width: 0;
}
.product-listing-grid .product-item h3, .cart-discounted .products .product-item h3, .products-wrapper .product-item h3 {
  font-size: 21px;
  letter-spacing: 0.8px;
  padding-right: 60px;
  margin-top: 0;
  margin-bottom: auto;
}
.product-listing-grid .product-item h3 .product-colour, .cart-discounted .products .product-item h3 .product-colour, .products-wrapper .product-item h3 .product-colour {
  font-size: 16px;
  margin-left: 5px;
}
.product-listing-grid .product-item[data-custom-bundle="true"], .cart-discounted .products .product-item[data-custom-bundle="true"], .products-wrapper .product-item[data-custom-bundle="true"] {
  background-image: url("https://stonejournal.s3.eu-west-2.amazonaws.com/media/2023/11/07165641/build-your-own-bundle-product.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.product-listing-grid .product-item[data-custom-bundle="true"] img, .cart-discounted .products .product-item[data-custom-bundle="true"] img, .products-wrapper .product-item[data-custom-bundle="true"] img {
  opacity: 0;
}
.product-listing-grid .product-item[data-custom-bundle="true"] .tag, .product-listing-grid .product-item[data-custom-bundle="true"] .content .subtext, .product-listing-grid .product-item[data-custom-bundle="true"] .products-product, .product-listing-grid .product-item[data-custom-bundle="true"] .shortcode-cart, .cart-discounted .products .product-item[data-custom-bundle="true"] .tag, .cart-discounted .products .product-item[data-custom-bundle="true"] .content .subtext, .cart-discounted .products .product-item[data-custom-bundle="true"] .products-product, .cart-discounted .products .product-item[data-custom-bundle="true"] .shortcode-cart, .products-wrapper .product-item[data-custom-bundle="true"] .tag, .products-wrapper .product-item[data-custom-bundle="true"] .content .subtext, .products-wrapper .product-item[data-custom-bundle="true"] .products-product, .products-wrapper .product-item[data-custom-bundle="true"] .shortcode-cart {
  display: none;
}
.product-listing-grid .product-item[data-custom-bundle="true"] .actions, .cart-discounted .products .product-item[data-custom-bundle="true"] .actions, .products-wrapper .product-item[data-custom-bundle="true"] .actions {
  justify-content: center;
}
.product-listing-grid .product-item[data-custom-bundle="true"] h3, .cart-discounted .products .product-item[data-custom-bundle="true"] h3, .products-wrapper .product-item[data-custom-bundle="true"] h3 {
  padding-right: 0;
  margin-top: 2rem;
  font-size: 32px;
  text-align: center;
  line-height: 1.3;
}
.product-listing-grid .product-item[data-custom-bundle="true"] h3 span, .cart-discounted .products .product-item[data-custom-bundle="true"] h3 span, .products-wrapper .product-item[data-custom-bundle="true"] h3 span {
  display: block;
  font-size: 22px;
}
.product-listing-grid .product-item[data-custom-bundle="true"] .content, .cart-discounted .products .product-item[data-custom-bundle="true"] .content, .products-wrapper .product-item[data-custom-bundle="true"] .content {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-listing-grid .product-item[data-custom-bundle="true"] h3, .cart-discounted .products .product-item[data-custom-bundle="true"] h3, .products-wrapper .product-item[data-custom-bundle="true"] h3 {
    font-size: 24px;
  }
  .product-listing-grid .product-item[data-custom-bundle="true"] h3 span, .cart-discounted .products .product-item[data-custom-bundle="true"] h3 span, .products-wrapper .product-item[data-custom-bundle="true"] h3 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 649px) {
  .product-listing-grid .product-item[data-custom-bundle="true"] .products-product, .cart-discounted .products .product-item[data-custom-bundle="true"] .products-product, .products-wrapper .product-item[data-custom-bundle="true"] .products-product {
    display: block;
    flex-basis: 100%;
    margin-bottom: 10rem;
  }
  .product-listing-grid .product-item[data-custom-bundle="true"] .content, .cart-discounted .products .product-item[data-custom-bundle="true"] .content, .products-wrapper .product-item[data-custom-bundle="true"] .content {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .product-listing-grid .product-item[data-custom-bundle="true"] .shop-now-button, .cart-discounted .products .product-item[data-custom-bundle="true"] .shop-now-button, .products-wrapper .product-item[data-custom-bundle="true"] .shop-now-button {
    margin-bottom: 2rem;
  }
}
.product-listing-grid .product-item[data-bundle="true"] h3, .cart-discounted .products .product-item[data-bundle="true"] h3, .products-wrapper .product-item[data-bundle="true"] h3 {
  padding-right: 120px;
  width: 100%;
}
.product-listing-grid .product-item p, .cart-discounted .products .product-item p, .products-wrapper .product-item p {
  font-size: 14px;
  margin: 0;
}
.product-listing-grid .product-item .image a, .cart-discounted .products .product-item .image a, .products-wrapper .product-item .image a {
  position: relative;
}
.product-listing-grid .product-item .image a:hover .has-hover .main, .cart-discounted .products .product-item .image a:hover .has-hover .main, .products-wrapper .product-item .image a:hover .has-hover .main {
  opacity: 0;
}
.product-listing-grid .product-item .image a:hover .has-hover .hover, .cart-discounted .products .product-item .image a:hover .has-hover .hover, .products-wrapper .product-item .image a:hover .has-hover .hover {
  opacity: 1;
}
.product-listing-grid .product-item .image div, .cart-discounted .products .product-item .image div, .products-wrapper .product-item .image div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.2s;
  opacity: 0;
}
.product-listing-grid .product-item .image .active, .cart-discounted .products .product-item .image .active, .products-wrapper .product-item .image .active {
  opacity: 1;
}
.product-listing-grid .product-item .image .hover, .cart-discounted .products .product-item .image .hover, .products-wrapper .product-item .image .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product-listing-grid .product-item .image.has-hover a:hover .main, .cart-discounted .products .product-item .image.has-hover a:hover .main, .products-wrapper .product-item .image.has-hover a:hover .main {
  opacity: 0;
}
.product-listing-grid .product-item .image.has-hover a:hover .hover, .cart-discounted .products .product-item .image.has-hover a:hover .hover, .products-wrapper .product-item .image.has-hover a:hover .hover {
  opacity: 1;
}
.product-listing-grid .product-item .actions, .cart-discounted .products .product-item .actions, .products-wrapper .product-item .actions {
  width: 100%;
  display: flex;
  flex-flow: row;
  gap: 1rem;
  justify-content: space-between;
}
.product-listing-grid .product-item .actions a, .cart-discounted .products .product-item .actions a, .products-wrapper .product-item .actions a {
  flex: none;
}
.product-listing-grid .product-item .shortcode-cart, .cart-discounted .products .product-item .shortcode-cart, .products-wrapper .product-item .shortcode-cart {
  width: 100%;
  min-width: 0;
  margin-top: 1rem;
  min-height: 36px;
}
.product-listing-grid .product-item .shortcode-cart ul, .cart-discounted .products .product-item .shortcode-cart ul, .products-wrapper .product-item .shortcode-cart ul {
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  flex-flow: row;
  gap: 6px;
  justify-content: flex-end;
}
.product-listing-grid .product-item .shortcode-cart ul li, .cart-discounted .products .product-item .shortcode-cart ul li, .products-wrapper .product-item .shortcode-cart ul li {
  margin-right: 0;
  min-width: 0;
}
.product-listing-grid .product-item .shortcode-cart ul li:last-child, .cart-discounted .products .product-item .shortcode-cart ul li:last-child, .products-wrapper .product-item .shortcode-cart ul li:last-child {
  margin-right: 0;
}
.product-listing-grid .product-item .shortcode-cart ul li .colour, .cart-discounted .products .product-item .shortcode-cart ul li .colour, .products-wrapper .product-item .shortcode-cart ul li .colour {
  max-width: 100%;
  max-height: 20px;
  height: auto;
  aspect-ratio: 1;
}
.product-listing-grid .product-item .products-product, .cart-discounted .products .product-item .products-product, .products-wrapper .product-item .products-product {
  overflow: hidden;
  flex: none;
}
.product-listing-grid .product-item .products-product .tag, .cart-discounted .products .product-item .products-product .tag, .products-wrapper .product-item .products-product .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 10px;
  padding: 5px 15px;
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.05em;
  background-color: #E6E6E6;
  pointer-events: none;
}
.product-listing-grid .product-item .products-product .image, .cart-discounted .products .product-item .products-product .image, .products-wrapper .product-item .products-product .image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-listing-grid .product-item .products-product .image > a, .cart-discounted .products .product-item .products-product .image > a, .products-wrapper .product-item .products-product .image > a {
  display: block;
  height: 100%;
}
.product-listing-grid .product-item .products-product .image > a > div, .cart-discounted .products .product-item .products-product .image > a > div, .products-wrapper .product-item .products-product .image > a > div {
  height: 100%;
}
.product-listing-grid .product-item .products-product .image img, .cart-discounted .products .product-item .products-product .image img, .products-wrapper .product-item .products-product .image img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
.product-listing-grid .product-item .products-product .colours ul, .cart-discounted .products .product-item .products-product .colours ul, .products-wrapper .product-item .products-product .colours ul {
  margin: 10px 0 15px 0;
  padding-left: 0;
}
.product-listing-grid .product-item .products-product::after, .cart-discounted .products .product-item .products-product::after, .products-wrapper .product-item .products-product::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-listing-grid .product-item .content, .cart-discounted .products .product-item .content, .products-wrapper .product-item .content {
  position: relative;
  margin: 10px 20px 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: baseline;
  flex: 1;
  overflow: hidden;
}
.product-listing-grid .product-item .content .price-int, .cart-discounted .products .product-item .content .price-int, .products-wrapper .product-item .content .price-int {
  position: absolute;
  right: 0;
  top: 0;
}
.product-listing-grid .product-item .content .prices-discounted, .cart-discounted .products .product-item .content .prices-discounted, .products-wrapper .product-item .content .prices-discounted {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.product-listing-grid .product-item .content .prices-discounted .price, .cart-discounted .products .product-item .content .prices-discounted .price, .products-wrapper .product-item .content .prices-discounted .price {
  position: static;
}
.product-listing-grid .product-item .content .prices-discounted .price.original, .cart-discounted .products .product-item .content .prices-discounted .price.original, .products-wrapper .product-item .content .prices-discounted .price.original {
  position: relative;
  font-size: 16px;
  display: inline-block;
  opacity: 0.6;
}
.product-listing-grid .product-item .content .prices-discounted .price.original::after, .cart-discounted .products .product-item .content .prices-discounted .price.original::after, .products-wrapper .product-item .content .prices-discounted .price.original::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 60%;
  left: 0;
  position: absolute;
  background: #484444;
}
.product-listing-grid .product-item .content .subtext, .cart-discounted .products .product-item .content .subtext, .products-wrapper .product-item .content .subtext {
  margin-top: 5px;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-listing-grid .product-item .content .add_to_cart_button, .product-listing-grid .product-item .content .shop-now-button, .cart-discounted .products .product-item .content .add_to_cart_button, .cart-discounted .products .product-item .content .shop-now-button, .products-wrapper .product-item .content .add_to_cart_button, .products-wrapper .product-item .content .shop-now-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  padding: 10px 5px;
  position: relative;
}
.product-listing-grid .product-item .content .add_to_cart_button::after, .product-listing-grid .product-item .content .shop-now-button::after, .cart-discounted .products .product-item .content .add_to_cart_button::after, .cart-discounted .products .product-item .content .shop-now-button::after, .products-wrapper .product-item .content .add_to_cart_button::after, .products-wrapper .product-item .content .shop-now-button::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
.product-listing-grid .product-item .content .add_to_cart_button:hover::after, .product-listing-grid .product-item .content .shop-now-button:hover::after, .cart-discounted .products .product-item .content .add_to_cart_button:hover::after, .cart-discounted .products .product-item .content .shop-now-button:hover::after, .products-wrapper .product-item .content .add_to_cart_button:hover::after, .products-wrapper .product-item .content .shop-now-button:hover::after {
  transform: translateX(-50%) translateY(5px);
}
.product-listing-grid .product-item .content .add_to_cart_button::before, .product-listing-grid .product-item .content .shop-now-button::before, .cart-discounted .products .product-item .content .add_to_cart_button::before, .cart-discounted .products .product-item .content .shop-now-button::before, .products-wrapper .product-item .content .add_to_cart_button::before, .products-wrapper .product-item .content .shop-now-button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #c57f22;
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/tick.png");
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/tick.svg");
  mask-image: url("/wp-content/themes/bb-stone/images/tick.png");
  mask-image: url("/wp-content/themes/bb-stone/images/tick.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  left: calc(100% + 5px);
  transition: 0.2s;
  transform: scale(0);
}
.product-listing-grid .product-item .content .add_to_cart_button.added-to-cart::before, .product-listing-grid .product-item .content .shop-now-button.added-to-cart::before, .cart-discounted .products .product-item .content .add_to_cart_button.added-to-cart::before, .cart-discounted .products .product-item .content .shop-now-button.added-to-cart::before, .products-wrapper .product-item .content .add_to_cart_button.added-to-cart::before, .products-wrapper .product-item .content .shop-now-button.added-to-cart::before {
  transform: scale(1);
}
.product-listing-grid .product-item .content .added_to_cart, .cart-discounted .products .product-item .content .added_to_cart, .products-wrapper .product-item .content .added_to_cart {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-weight: 400;
  margin-right: -200px;
}
.product-listing-grid .product-item .content .added_to_cart::after, .cart-discounted .products .product-item .content .added_to_cart::after, .products-wrapper .product-item .content .added_to_cart::after {
  content: "";
  background-color: #c57f22;
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/tick.png");
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/tick.svg");
  mask-image: url("/wp-content/themes/bb-stone/images/tick.png");
  mask-image: url("/wp-content/themes/bb-stone/images/tick.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}
@media screen and (max-width: 1199px) {
  .product-listing-grid .product-item h3, .cart-discounted .products .product-item h3, .products-wrapper .product-item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  .product-listing-grid .product-item h3 .product-colour, .cart-discounted .products .product-item h3 .product-colour, .products-wrapper .product-item h3 .product-colour {
    display: block;
    margin-left: 0;
  }
}
body.single-post p {
  font-size: 16px;
}
.explore-page {
  max-width: 1440px;
  margin: 0 auto;
}
.explore-page h2 {
  color: #222;
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-size: clamp(22px, 3vw, 32px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
}
.explore-page h3 {
  color: #222;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.explore-page h4 {
  color: #000;
  font-family: "Avoqado", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.explore-page .excerpt, .explore-page .desc {
  color: #222;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.explore-page .excerpt {
  line-height: 21px;
}
.explore-page .date {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 175% */
  display: none;
}
.explore-page .categories, .explore-page .tag {
  color: #CB9953;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: -5px;
}
.explore-page .tag {
  color: #BA8F72;
}
.explore-page .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
  max-width: 520px;
}
.explore-page .read-btn {
  display: inline-block;
  color: #FFF;
  font-family: "Avoqado", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  width: 174px;
  height: 37px;
  flex-shrink: 0;
  background: #455C6A;
  padding: 10px;
  position: relative;
}
.explore-page .read-btn::after {
  content: "";
  background-image: url("/wp-content/themes/bb-stone/images/full-arrow.png");
  background-image: url("/wp-content/themes/bb-stone/images/full-arrow.svg");
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 15px;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.explore-page .highlighted-post {
  background: #F5F5F5;
  margin-bottom: 60px;
}
.explore-page .highlighted-post .post {
  display: flex;
  flex-flow: row;
  min-height: 400px;
}
.explore-page .highlighted-post .post > * {
  flex-basis: 50%;
}
@media screen and (max-width: 1199px) {
  .explore-page .highlighted-post .post {
    max-height: 410px;
  }
}
@media screen and (max-width: 768px) {
  .explore-page .highlighted-post .post {
    flex-flow: column;
    max-height: none;
  }
}
.explore-page .highlighted-post .image {
  line-height: 0;
  position: relative;
  overflow: hidden;
}
.explore-page .highlighted-post .image img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .explore-page .highlighted-post .image img {
    width: auto;
    height: 100%;
    max-width: none;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .explore-page .highlighted-post .image img {
    width: 100%;
    height: auto;
  }
}
.explore-page .highlighted-post .image::after {
  display: none;
  content: "";
  background: rgba(203, 153, 83, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -13px;
  top: 13px;
  z-index: -1;
}
.explore-page .highlighted-post .content {
  padding: 3rem 50px;
}
@media screen and (max-width: 768px) {
  .explore-page .highlighted-post .content {
    max-width: none;
    padding: 2rem;
  }
}
.explore-page .highlighted-post .excerpt {
  margin-bottom: 0;
  margin-top: 5px;
}
.explore-page .highlighted-post .read-btn {
  display: none;
}
.explore-page .filters {
  text-align: center;
  margin-bottom: 50px;
  padding: 0 24px;
}
.explore-page .filters h5 {
  color: #222;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  text-transform: uppercase;
  margin-bottom: 5px;
}
.explore-page .filters .filters-wrap {
  display: flex;
  flex-flow: row wrap;
  column-gap: 15px;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
}
.explore-page .filters .filter {
  color: #CB9953;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  position: relative;
}
.explore-page .filters .filter:focus {
  outline: none;
}
.explore-page .filters .filter.active {
  color: #000;
  pointer-events: none;
}
.explore-page .filters .separator {
  width: 20px;
  height: 1px;
  background: #000;
  line-height: 10px;
}
.explore-page .posts {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-row-gap: 70px;
  grid-column-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 2rem;
}
.explore-page .posts[data-masonry] {
  opacity: 0;
  pointer-events: none;
}
.explore-page .posts[data-masonry].loaded {
  opacity: 1;
  pointer-events: all;
}
.explore-page .posts .post {
  display: inline-block;
  width: calc(33% - 52px);
  margin-bottom: 70px;
}
.explore-page .posts .post .image {
  display: block;
  line-height: 0;
  position: relative;
  margin-bottom: 2rem;
}
.explore-page .posts .post:nth-of-type(2n + 1) .image::after {
  content: "";
  background: #BA8F72;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -13px;
  top: 13px;
  z-index: -1;
}
.explore-page .posts .post:nth-of-type(2n) .image::after {
  display: none;
  content: "";
  background: rgba(203, 153, 83, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: -13px;
  top: 13px;
  z-index: -1;
}
.explore-page .posts .post .excerpt {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .explore-page .posts .post {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 599px) {
  .explore-page .posts .post {
    width: calc(100% - 50px);
  }
}
.explore-page .posts .read-btn {
  display: none;
}
.explore-page .latest {
  width: 100%;
  padding: 0 2rem;
  max-width: 1120px;
}
.explore-page .written-in-stone {
  background: #b95131;
  width: 100vw;
  max-width: 1920px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
  padding: 0 2rem;
  max-height: 650px;
  overflow: hidden;
  /* .footer {
			padding-top: 2rem;

			.desc {
				margin: 0 auto 1rem;
			}

			.read-btn {
				&::after {
					content: none;
					left: 50%;
					transform: translateX(-50%) rotate(90deg);
					top: -12px;
				}
			}
		} */
}
.explore-page .written-in-stone h4, .explore-page .written-in-stone .desc, .explore-page .written-in-stone .tag {
  color: #FFF;
  text-align: left;
}
.explore-page .written-in-stone .tag {
  display: none;
}
.explore-page .written-in-stone h4 {
  font-size: 48px;
}
.explore-page .written-in-stone .wrapper {
  padding: 75px 0 40px 0;
  text-align: center;
}
.explore-page .written-in-stone .wis-slider {
  display: flex;
  flex-flow: row;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .explore-page .written-in-stone .wis-slider {
    flex-flow: column;
  }
}
.explore-page .written-in-stone .header {
  flex-basis: 50%;
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding-left: 2rem;
  min-width: 400px;
}
.explore-page .written-in-stone .header .desc {
  max-width: 300px;
  margin: 12px 0 1rem 0;
}
.explore-page .written-in-stone .header .read-btn::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .explore-page .written-in-stone .header {
    align-items: center;
    min-width: 0;
    padding-left: 0;
  }
  .explore-page .written-in-stone .header .desc {
    text-align: center;
    margin: 12px auto 1rem auto;
  }
}
.explore-page .written-in-stone .slider-arrows {
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  gap: 2rem;
}
.explore-page .written-in-stone .slider-arrows > * {
  width: 35px;
  cursor: pointer;
  color: #fff;
  stroke: white;
  fill: white;
}
.explore-page .written-in-stone .slick-slide {
  margin-right: 1rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 499px) {
  .explore-page .written-in-stone .slick-slide {
    transform: translateX(-79%);
  }
}
.explore-page .written-in-stone .wis-posts {
  width: 1000px;
  flex-flow: row;
  justify-content: center;
  gap: 60px;
  margin-bottom: 2rem;
}
.explore-page .written-in-stone .wis-posts > * {
  flex-basis: 50%;
}
@media screen and (max-width: 1199px) {
  .explore-page .written-in-stone .wis-posts {
    flex-flow: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .explore-page .written-in-stone .wis-posts {
    max-width: none;
  }
}
@media screen and (max-width: 499px) {
  .explore-page .written-in-stone .wis-posts {
    width: calc(100% + 1rem);
  }
}
.explore-page .written-in-stone .image {
  display: block;
  line-height: 0;
  position: relative;
  height: 100%;
  /* &::after {
				content: '';
				background: rgba(186, 143, 114, 0.5);
				width: 100%;
				height: 100%;
				position: absolute;
				left: -23px;
				top: -21px;
				z-index: -1;
			} */
}
.explore-page .written-in-stone .image img {
  width: auto;
}
.explore-page .written-in-stone .post {
  position: relative;
  display: none;
  /* &::after {
				content: '';
				background: linear-gradient(-90deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
				z-index: 0;
				transition: 0.3s;
			} */
  /* .overlay {
				display: flex;
				flex-flow: column;
				gap: 1rem;
				justify-content: flex-start;
				margin-top: 60px;
				margin-right: 20px;
				background: none;
				z-index: 1;
				position: absolute;
				top: 0;
				right: 0;
				left: auto;
				width: 100%;
				height: 100%;
				text-align: left;
				color: white;
				max-width: 250px;
				max-height: calc(100% - 60px);
			} */
}
.explore-page .written-in-stone .post.slick-slide {
  display: block;
}
.explore-page .written-in-stone .post .info {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 1rem;
  margin-top: 25px;
}
.explore-page .written-in-stone .post h3 {
  color: #FFF;
  font-family: "Avoqado", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.explore-page .written-in-stone .post .location {
  color: #BA8F72;
  font-family: "Avoqado", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-top: -10px;
  display: none;
}
.explore-page .written-in-stone .post .quote {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
  margin: 0;
  text-align: left;
}
.explore-page .written-in-stone .post .read-btn {
  display: none;
  color: #000;
  background: #FFF;
}
.explore-page .written-in-stone .post .read-btn::after {
  background-image: url("/wp-content/themes/bb-stone/images/full-arrow-black.png");
  background-image: url("/wp-content/themes/bb-stone/images/full-arrow-black.svg");
}
@media screen and (max-width: 649px) {
  .explore-page .written-in-stone .post .overlay {
    max-width: none;
    max-height: none;
    margin: 0;
    justify-content: center;
    align-items: center;
  }
  .explore-page .written-in-stone .post .overlay h3 {
    font-size: 50px;
    font-size: clamp(32px, 11vw, 80px);
  }
  .explore-page .written-in-stone .post .overlay .quote {
    display: none;
  }
  .explore-page .written-in-stone .post::after {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .explore-page .written-in-stone {
    padding: 0 1rem;
    max-height: none;
  }
}
.explore-page .loader {
  display: block !important;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s;
  visibility: hidden;
  opacity: 0;
}
.explore-page .loader.active {
  visibility: visible;
  opacity: 1;
}
.explore-page .loader .lds-css {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.explore-page .loader .lds-spin > div > div {
  background: white;
}
.products-menu ul {
  padding: 0;
  margin: 0;
}
.products-menu ul li {
  margin: 15px 0;
}
#inspirations-filter {
  background-color: #f5f5f5;
}
#inspirations-filter #filter-menu {
  text-align: center;
}
#inspirations-filter ul#filter-taxonomies {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy {
  display: inline-block;
  padding: 12px 25px;
  width: 100px;
  margin-left: -4px;
  cursor: pointer;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy ul {
  display: none;
  position: absolute;
  background-color: #4c5050;
  color: #fff;
  margin-top: 12px;
  margin-left: -25px;
  padding: 0;
  text-align: left;
  width: inherit;
  z-index: 9;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy ul li {
  list-style: none;
  font-size: 12px;
  padding: 5px 15px 5px 15px;
  cursor: pointer;
  word-wrap: break-word;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy ul li:hover {
  background-color: #666666;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy ul li.active {
  background-color: #777777;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy ul li:first-of-type {
  padding-top: 10px;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy ul li:last-of-type {
  padding-bottom: 10px;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy:hover {
  background-color: #dcdcdc;
}
#inspirations-filter ul#filter-taxonomies li.filter-taxonomy:hover ul {
  display: block;
}
#filter-active-container {
  background-color: #fff;
}
#filter-active-container #active-filters-wrapper {
  padding: 10px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#filter-active-container #active-filters-wrapper span.label {
  font-size: 12px;
  text-transform: uppercase;
}
#filter-active-container #active-filters-wrapper ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#filter-active-container #active-filters-wrapper ul li {
  display: inline-block;
  background-color: #a5a7a7;
  padding: 10px 15px;
  border-radius: 15px;
  color: #fff;
  margin: 5px 5px 5px 30px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
#filter-active-container #active-filters-wrapper ul li span {
  margin-left: 15px;
}
#filter-active-container #active-filters-wrapper ul li:hover {
  background-color: #747777;
}
.posts-container {
  overflow: hidden;
  background-color: #f5f5f5;
}
.posts-container article.prod-thumb {
  display: inline-block;
  text-align: center;
  margin-bottom: 60px;
  float: left;
}
.posts-container #posts-wrapper {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  min-height: 100px;
  display: flex;
  -webkit-display: -webkit-flex;
  flex-wrap: wrap;
}
.posts-container #posts-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.posts-container .no-results {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 30px;
}
.posts-container article {
  cursor: pointer;
}
.posts-container article.screen-col-4 {
  width: 33.33333%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
}
.posts-container article img {
  width: 100%;
}
.posts-container .prod-image {
  position: relative;
}
#modal-template {
  display: none;
}
.post-content {
  display: none;
}
.modal-stone {
  /* max-width: 1200px;
	height: auto; */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-stone .to-left, .modal-stone .to-right {
  display: inline-block;
  cursor: pointer;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  padding: 23px;
}
.modal-stone .to-left {
  left: -60px;
  top: 50%;
  position: absolute;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.modal-stone .to-right {
  right: -60px;
  top: 50%;
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.modal-stone .modal-container {
  background-color: #fff;
  /* 15% from the top and centered */
  padding: 0;
  width: 70%;
  /* Could be more or less, depending on screen size */
  position: relative;
  line-height: 0;
}
.modal-stone .modal-container .pimg {
  height: 100%;
  display: inline-block;
  width: fit-content;
  max-width: 60%;
}
.modal-stone .modal-container .ptext {
  font-family: "Lato", sans-serif;
  display: inline-block;
  width: 35%;
  vertical-align: top;
  margin-top: 10%;
  padding: 0 4%;
  line-height: normal;
}
.modal-stone .modal-container .ptext .pauthor a, .modal-stone .modal-container .ptext .pauthor a:visited {
  color: #9e4819;
}
.modal-stone .modal-container .ptext .pdesc {
  font-weight: 400;
}
.modal-stone .modal-container h1 {
  text-transform: uppercase;
  font-size: 20px;
}
.modal-stone .modal-container p {
  font-size: 12px;
}
.modal-stone .modal-container ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 7px;
}
.modal-stone .modal-container ul li {
  display: inline-block;
  text-transform: uppercase;
  background-color: #c9caca;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-radius: 14px;
  padding: 6px 20px;
  margin: 0 4px 0 0;
}
.modal-stone .modal-container h1, .modal-stone .modal-container h3, .modal-stone .modal-container li, .modal-stone .modal-container p {
  font-family: "Lato", sans-serif;
}
.modal-stone .close {
  color: #777;
  float: right;
  position: relative;
  right: 20px;
  top: 18px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.6;
}
.modal-stone .close:hover {
  opacity: 1;
}
.modal-stone .close:after, .modal-stone .close:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #777;
}
.modal-stone .close:before {
  transform: rotate(45deg);
}
.modal-stone .close:after {
  transform: rotate(-45deg);
}
.loading-spinner {
  display: none;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}
.spinner {
  margin: 60px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #9b9b9b;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 960px) {
  .modal .modal-container {
    margin-top: 100px;
  }
  .modal .modal-container .close {
    position: absolute;
    opacity: 1;
    top: -40px;
  }
  .modal .modal-container .close::after, .modal .modal-container .close::before {
    background-color: #fff;
  }
  .modal .modal-container .pimg {
    max-width: none;
    width: 100%;
  }
  .modal .modal-container .pimg img {
    width: 100%;
  }
  .modal .modal-container .ptext {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .explore-page .posts {
    padding: 25px;
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .posts-container #posts-wrapper {
    width: 90%;
  }
  #inspirations-filter ul#filter-taxonomies {
    width: 100%;
    padding: 0;
  }
  .modal .modal-container {
    width: 75%;
  }
  .modal .to-left, .modal .to-right {
    padding: 13px;
  }
  .modal .to-left {
    left: -40px;
  }
  .modal .to-right {
    right: -40px;
  }
  .type-post .post-header {
    padding: 0 24px;
  }
  .type-post .post-header h1, .type-post .post-header h4 {
    width: 100%;
  }
}
@media screen and (max-width: 570px) {
  .modal .to-left, .modal .to-right {
    padding: 13px;
    top: 45vw;
  }
  .modal .modal-container {
    width: 100%;
  }
  .modal .to-left {
    left: 20px;
  }
  .modal .to-right {
    right: 20px;
  }
  .modal .modal-container .ptext {
    padding: 0 20px;
    margin: 20px 0 5px;
  }
}
@media screen and (max-width: 420px) {
  .type-post .post-header {
    padding: 0 1rem;
  }
  .type-post .post-body h1, .type-post .post-body h2, .type-post .post-body h3, .type-post .post-body h4, .type-post .post-body h5, .type-post .post-body h6, .type-post .post-body p {
    margin: 15px 1rem;
  }
}
.type-post .post-header {
  text-align: center;
  max-width: 730px;
  padding: 0 2rem;
  margin: 0 auto;
}
.type-post .post-header .categories {
  color: #CB9953;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin: 50px 0 40px;
}
.type-post .post-header h1 {
  color: #222;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 auto 40px;
}
.type-post .post-header h3, .type-post .post-header h4, .type-post .post-header h5 {
  color: #222;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.type-post .post-header h4 {
  max-width: 560px;
  margin: 0 auto 55px;
}
.type-post .post-body p:first-child img {
  max-width: 1400px;
  margin-left: 50% !important;
  transform: translateX(-50%);
}
.type-post .post-body p:not(:first-child) img:not(.alignleft, .alignright) {
  max-width: 700px;
  margin-left: 50% !important;
  transform: translateX(-50%);
}
.type-post .post-body img.alignleft, .type-post .post-body img.alignright {
  margin: 15px 2rem 22px !important;
}
.type-post .post-body figure {
  margin: 0 auto;
}
.type-post .post-body figure figcaption {
  font-family: "Playfair Display", serif;
  color: #666;
  margin: 0 auto;
  padding: 4px 0 0 22px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  max-width: 700px;
  position: relative;
}
.type-post .post-body figure figcaption::after {
  content: "";
  width: 22px;
  height: 15px;
  background-image: url("/wp-content/themes/bb-stone/images/camera-icon.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 724px) {
  .type-post .post-body figure figcaption {
    padding: 4px 24px 0 40px;
  }
  .type-post .post-body figure figcaption::after {
    left: 18px;
  }
}
.type-post .post-body figure img {
  width: auto !important;
  margin: auto !important;
}
.type-post .post-body img {
  display: block;
  margin: 15px auto 22px;
  max-width: 700px;
}
.type-post .post-body h1, .type-post .post-body h2, .type-post .post-body h3, .type-post .post-body h4, .type-post .post-body h5, .type-post .post-body h6, .type-post .post-body p {
  box-sizing: content-box;
  max-width: 670px;
  margin: 30px auto;
  padding: 0 24px;
}
.type-post .post-body p, .type-post .post-body span {
  color: #222;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 1.7;
}
.type-post .post-body .ingredients-wrapper {
  width: 600px;
  margin: 30px auto 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
.type-post .post-body .ingredients-wrapper .ingredients {
  padding: 10px 100px 20px;
  background-color: #fafafa;
}
.type-post.category-written-in-stone .post-header, .type-post.custom-post .post-header {
  position: relative;
  max-width: 1440px;
}
.type-post.category-written-in-stone .post-header .overlay, .type-post.custom-post .post-header .overlay {
  position: absolute;
  top: 25%;
  left: 24px;
  bottom: auto;
  right: auto;
  display: block;
  background: none;
  color: #fff;
  text-align: left;
  max-width: 50%;
}
.type-post.category-written-in-stone .post-header .wis-logo, .type-post.category-written-in-stone .post-header .custom-post-logo, .type-post.custom-post .post-header .wis-logo, .type-post.custom-post .post-header .custom-post-logo {
  width: 150px;
  height: 150px;
  position: relative;
  display: none;
  background: url("/wp-content/themes/bb-stone/images/wis-logo-transparent.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.type-post.category-written-in-stone .post-header .location, .type-post.custom-post .post-header .location {
  display: inline-block;
  font-family: "Avoqado", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  margin-bottom: 1rem;
}
.type-post.category-written-in-stone .post-header .name, .type-post.custom-post .post-header .name {
  font-family: "Avoqado", sans-serif;
  font-size: 96px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  .type-post.category-written-in-stone .post-header .name, .type-post.custom-post .post-header .name {
    font-size: 72px !important;
  }
}
.type-post.category-written-in-stone .post-header .text, .type-post.custom-post .post-header .text {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .type-post.category-written-in-stone .post-header, .type-post.custom-post .post-header {
    min-height: 600px;
    max-height: 800px;
    overflow: hidden;
  }
  .type-post.category-written-in-stone .post-header .hero-image, .type-post.custom-post .post-header .hero-image {
    height: 100%;
    min-height: 600px;
    max-height: 800px;
  }
  .type-post.category-written-in-stone .post-header .hero-image img, .type-post.custom-post .post-header .hero-image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .type-post.category-written-in-stone .post-header .hero-image::after, .type-post.custom-post .post-header .hero-image::after {
    display: none;
  }
  .type-post.category-written-in-stone .post-header .overlay, .type-post.custom-post .post-header .overlay {
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-flow: column;
    max-width: 70%;
  }
  .type-post.category-written-in-stone .post-header .overlay .text, .type-post.custom-post .post-header .overlay .text {
    margin-top: auto;
  }
  .type-post.category-written-in-stone .post-header .wis-logo, .type-post.custom-post .post-header .wis-logo {
    display: block;
  }
}
.type-post.category-written-in-stone .hero-image, .type-post.custom-post .hero-image {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.type-post.category-written-in-stone .hero-image::after, .type-post.custom-post .hero-image::after {
  content: "";
  background-image: url("/wp-content/themes/bb-stone/images/wis-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  mix-blend-mode: lighten;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.type-post.category-written-in-stone .post-body, .type-post.custom-post .post-body {
  box-sizing: content-box;
  margin: 30px auto 15px auto;
  display: flex;
  flex-flow: row;
  gap: 120px;
  justify-content: center;
}
.type-post.category-written-in-stone .post-body .wis-content, .type-post.category-written-in-stone .post-body .custom-post-content, .type-post.custom-post .post-body .wis-content, .type-post.custom-post .post-body .custom-post-content {
  width: 100%;
  max-width: 670px;
}
.type-post.category-written-in-stone .post-body .wis-more-info, .type-post.custom-post .post-body .wis-more-info {
  width: 100%;
  max-width: 300px;
  padding-right: 24px;
}
.type-post.category-written-in-stone .post-body .wis-more-info .header, .type-post.custom-post .post-body .wis-more-info .header {
  display: flex;
  flex-flow: column;
  gap: 5px;
  margin-bottom: 30px;
}
.type-post.category-written-in-stone .post-body .wis-more-info .header .tag, .type-post.custom-post .post-body .wis-more-info .header .tag {
  color: #CB9953;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.type-post.category-written-in-stone .post-body .wis-more-info .header .wis, .type-post.custom-post .post-body .wis-more-info .header .wis {
  color: #000;
  font-family: "Avoqado", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post, .type-post.custom-post .post-body .wis-more-info .post {
  margin-bottom: 60px;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .image, .type-post.custom-post .post-body .wis-more-info .post .image {
  position: relative;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .image::after, .type-post.custom-post .post-body .wis-more-info .post .image::after {
  content: "";
  display: none;
  background: #BA8F72;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -1rem;
  top: -1rem;
  z-index: -1;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .image img, .type-post.custom-post .post-body .wis-more-info .post .image img {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .info, .type-post.custom-post .post-body .wis-more-info .post .info {
  position: static;
  background: none;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  justify-content: flex-start;
  margin-top: 1rem;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .info > *, .type-post.custom-post .post-body .wis-more-info .post .info > * {
  margin: 0;
  padding: 0;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .info h3, .type-post.custom-post .post-body .wis-more-info .post .info h3 {
  color: #000;
  font-family: "Avoqado", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .info .location, .type-post.custom-post .post-body .wis-more-info .post .info .location {
  color: #455C6A;
  font-family: "Avoqado", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -10px;
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .info .quote, .type-post.custom-post .post-body .wis-more-info .post .info .quote {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}
.type-post.category-written-in-stone .post-body .wis-more-info .post .info .read-btn, .type-post.custom-post .post-body .wis-more-info .post .info .read-btn {
  display: none;
}
@media screen and (max-width: 1099px) {
  .type-post.category-written-in-stone .post-body .wis-more-info, .type-post.custom-post .post-body .wis-more-info {
    max-width: 670px;
    padding: 0 24px;
  }
  .type-post.category-written-in-stone .post-body .wis-more-info > *, .type-post.custom-post .post-body .wis-more-info > * {
    padding: 0 24px;
  }
}
.type-post.category-written-in-stone .post-body .section-number, .type-post.custom-post .post-body .section-number {
  padding: 0 24px;
  color: #CB9953;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.type-post.category-written-in-stone .post-body h2, .type-post.custom-post .post-body h2 {
  color: #222;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.type-post.category-written-in-stone .post-body .content p, .type-post.custom-post .post-body .content p {
  margin: 2rem auto;
}
.type-post.category-written-in-stone .post-body .content blockquote, .type-post.custom-post .post-body .content blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
  background: rgba(203, 153, 83, 0.5);
  padding: 15px 20px;
}
.type-post.category-written-in-stone .post-body .content blockquote p, .type-post.category-written-in-stone .post-body .content blockquote span, .type-post.custom-post .post-body .content blockquote p, .type-post.custom-post .post-body .content blockquote span {
  margin: 0;
  padding: 0;
  color: #222;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.6;
  /* 123.529% */
}
.type-post.category-written-in-stone .post-body img, .type-post.category-written-in-stone .post-body p img, .type-post.category-written-in-stone .post-body figure, .type-post.custom-post .post-body img, .type-post.custom-post .post-body p img, .type-post.custom-post .post-body figure {
  display: block;
  margin: 0 2rem 2rem !important;
  transform: none;
}
.type-post.category-written-in-stone .post-body img.alignleft, .type-post.category-written-in-stone .post-body p img.alignleft, .type-post.category-written-in-stone .post-body figure.alignleft, .type-post.custom-post .post-body img.alignleft, .type-post.custom-post .post-body p img.alignleft, .type-post.custom-post .post-body figure.alignleft {
  margin-left: clamp(-150px, calc(-30vw + 340px), 0px) !important;
}
@media screen and (max-width: 1099px) {
  .type-post.category-written-in-stone .post-body img.alignleft, .type-post.category-written-in-stone .post-body p img.alignleft, .type-post.category-written-in-stone .post-body figure.alignleft, .type-post.custom-post .post-body img.alignleft, .type-post.custom-post .post-body p img.alignleft, .type-post.custom-post .post-body figure.alignleft {
    margin-left: clamp(-150px, calc(-58vw + 418px), 0px) !important;
  }
}
.type-post.category-written-in-stone .post-body img.alignright, .type-post.category-written-in-stone .post-body p img.alignright, .type-post.category-written-in-stone .post-body figure.alignright, .type-post.custom-post .post-body img.alignright, .type-post.custom-post .post-body p img.alignright, .type-post.custom-post .post-body figure.alignright {
  margin-right: -150px !important;
}
@media screen and (max-width: 1099px) {
  .type-post.category-written-in-stone .post-body img.alignright, .type-post.category-written-in-stone .post-body p img.alignright, .type-post.category-written-in-stone .post-body figure.alignright, .type-post.custom-post .post-body img.alignright, .type-post.custom-post .post-body p img.alignright, .type-post.custom-post .post-body figure.alignright {
    margin-right: clamp(-150px, calc(-58vw + 418px), 0px) !important;
  }
}
@media screen and (max-width: 670px) {
  .type-post.category-written-in-stone .post-body img.alignleft, .type-post.category-written-in-stone .post-body img.alignright, .type-post.category-written-in-stone .post-body p img.alignleft, .type-post.category-written-in-stone .post-body p img.alignright, .type-post.category-written-in-stone .post-body figure.alignleft, .type-post.category-written-in-stone .post-body figure.alignright, .type-post.custom-post .post-body img.alignleft, .type-post.custom-post .post-body img.alignright, .type-post.custom-post .post-body p img.alignleft, .type-post.custom-post .post-body p img.alignright, .type-post.custom-post .post-body figure.alignleft, .type-post.custom-post .post-body figure.alignright {
    width: auto;
    float: none;
    max-width: 350px;
    margin: 2rem auto !important;
  }
}
.type-post.category-written-in-stone .post-body img, .type-post.custom-post .post-body img {
  width: auto !important;
}
.type-post.category-written-in-stone .post-body figure > img, .type-post.custom-post .post-body figure > img {
  margin: 0 !important;
}
@media screen and (max-width: 1099px) {
  .type-post.category-written-in-stone .post-body, .type-post.custom-post .post-body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}
.type-post.category-written-in-stone .post-top-bar, .type-post.custom-post .post-top-bar {
  width: 100%;
  background: #000;
  height: auto;
  color: #fff;
  position: fixed;
  top: -100%;
  transition: top 300ms;
  display: flex;
  flex-flow: row;
  gap: 2rem;
  z-index: 9999;
  min-height: 72px;
}
.type-post.category-written-in-stone .post-top-bar.active, .type-post.custom-post .post-top-bar.active {
  top: 0;
}
@media screen and (min-width: 783px) {
  .admin-bar .type-post.category-written-in-stone .post-top-bar.active, .admin-bar .type-post.custom-post .post-top-bar.active {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .type-post.category-written-in-stone .post-top-bar.active, .admin-bar .type-post.custom-post .post-top-bar.active {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .type-post.category-written-in-stone .post-top-bar.active, .admin-bar .type-post.custom-post .post-top-bar.active {
    top: 0;
  }
}
.type-post.category-written-in-stone .post-top-bar.active .progress-bar, .type-post.custom-post .post-top-bar.active .progress-bar {
  display: block;
}
.type-post.category-written-in-stone .post-top-bar .info, .type-post.custom-post .post-top-bar .info {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  padding-left: 90px;
  height: 70px;
}
.type-post.category-written-in-stone .post-top-bar .info .wis, .type-post.custom-post .post-top-bar .info .wis {
  color: #FFF;
  font-family: "Avoqado", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}
.type-post.category-written-in-stone .post-top-bar .info .name, .type-post.custom-post .post-top-bar .info .name {
  color: rgba(255, 255, 255, 0.2);
  font-family: "Avoqado", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.type-post.category-written-in-stone .post-top-bar .progress, .type-post.custom-post .post-top-bar .progress {
  padding-top: 10px;
  padding-right: 1rem;
  position: relative;
}
.type-post.category-written-in-stone .post-top-bar .sections a, .type-post.custom-post .post-top-bar .sections a {
  color: #777;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  outline: none;
  transition: 0.3s;
}
.type-post.category-written-in-stone .post-top-bar .sections a.active, .type-post.custom-post .post-top-bar .sections a.active {
  color: #CB9953;
}
.type-post.category-written-in-stone .post-top-bar .sections .active-section span, .type-post.custom-post .post-top-bar .sections .active-section span {
  display: none;
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  padding-left: 2rem;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.type-post.category-written-in-stone .post-top-bar .sections .active-section span.active, .type-post.custom-post .post-top-bar .sections .active-section span.active {
  display: inline-block;
}
.type-post.category-written-in-stone .post-top-bar .sections .active-section span::after, .type-post.custom-post .post-top-bar .sections .active-section span::after {
  content: "";
  background-image: url("/wp-content/themes/bb-stone/images/full-arrow.png");
  background-image: url("/wp-content/themes/bb-stone/images/full-arrow.svg");
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 24px;
  height: 15px;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
.type-post.category-written-in-stone .post-top-bar .progress-bar, .type-post.custom-post .post-top-bar .progress-bar {
  background: #CB9953;
  width: 0%;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  display: none;
  z-index: 9;
}
.type-post.category-written-in-stone .post-top-bar .progress-dropdown, .type-post.custom-post .post-top-bar .progress-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  z-index: 0;
  flex-flow: column;
  padding: 1rem 0 0;
  width: 450px;
}
.type-post.category-written-in-stone .post-top-bar .progress-dropdown.active, .type-post.category-written-in-stone .post-top-bar .progress-dropdown.mobile.active, .type-post.custom-post .post-top-bar .progress-dropdown.active, .type-post.custom-post .post-top-bar .progress-dropdown.mobile.active {
  display: flex;
}
.type-post.category-written-in-stone .post-top-bar .progress-dropdown .dropdown-row, .type-post.custom-post .post-top-bar .progress-dropdown .dropdown-row {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0;
  cursor: pointer;
}
.type-post.category-written-in-stone .post-top-bar .progress-dropdown .dropdown-row.active, .type-post.custom-post .post-top-bar .progress-dropdown .dropdown-row.active {
  background: rgba(203, 153, 83, 0.5);
}
.type-post.category-written-in-stone .post-top-bar .progress-dropdown .dropdown-row.active .number, .type-post.custom-post .post-top-bar .progress-dropdown .dropdown-row.active .number {
  color: #fff;
}
.type-post.category-written-in-stone .post-top-bar .progress-dropdown .number, .type-post.custom-post .post-top-bar .progress-dropdown .number {
  color: #CB9953;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  max-width: 50px;
  width: 100%;
  text-align: center;
}
.type-post.category-written-in-stone .post-top-bar .progress-dropdown .question, .type-post.category-written-in-stone .post-top-bar .progress-dropdown .heading, .type-post.custom-post .post-top-bar .progress-dropdown .question, .type-post.custom-post .post-top-bar .progress-dropdown .heading {
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 70%;
  letter-spacing: 1px;
}
.type-post.category-written-in-stone .post-top-bar .progress-dropdown.mobile, .type-post.custom-post .post-top-bar .progress-dropdown.mobile {
  display: none;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .type-post.category-written-in-stone .post-top-bar .progress-dropdown, .type-post.custom-post .post-top-bar .progress-dropdown {
    opacity: 0;
    pointer-events: none;
  }
  .type-post.category-written-in-stone .post-top-bar .progress-dropdown.mobile, .type-post.custom-post .post-top-bar .progress-dropdown.mobile {
    opacity: 1;
    pointer-events: all;
  }
}
.type-post.category-written-in-stone .post-top-bar.dropdown-active .active-section span::after, .type-post.custom-post .post-top-bar.dropdown-active .active-section span::after {
  transform: translateY(-50%) rotate(90deg);
}
@media screen and (max-width: 768px) {
  .type-post.category-written-in-stone .post-top-bar, .type-post.custom-post .post-top-bar {
    flex-flow: column;
    gap: 0;
  }
  .type-post.category-written-in-stone .post-top-bar .info, .type-post.custom-post .post-top-bar .info {
    flex-flow: row;
    gap: 10px;
    padding-left: 0;
    height: auto;
    align-items: center;
    padding-top: 10px;
  }
  .type-post.category-written-in-stone .post-top-bar .progress, .type-post.custom-post .post-top-bar .progress {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.type-post.custom-post .hero-image::after {
  content: none;
}
.type-post:not(.category-written-in-stone, .custom-post) img.alignleft, .type-post:not(.category-written-in-stone, .custom-post) img.alignright {
  float: none;
}
.type-post .post-password-form {
  text-align: center;
}
body.page-id-55 h3 {
  font-family: "Lato", sans-serif;
  letter-spacing: 1.4px;
}
body.page-id-55 p {
  font-size: 16px;
}
body.page-id-55 .btn-light {
  padding: 10px 16px;
  letter-spacing: 1px;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 11px;
  cursor: pointer;
}
body.page-id-55 .btn-light:hover {
  border-color: #000;
  color: #000;
}
body.page-id-55 .banner {
  height: 450px;
  background-size: 120%;
  background-repeat: no-repeat;
}
body.page-id-55 .row-manufacturing h2 {
  margin-bottom: 40px;
}
body.page-id-55 #row-case-study {
  width: 90vw;
  margin: 0 auto;
}
body.page-id-55 #row-case-study > .wpb_column:first-child {
  padding-right: 35px;
}
body.page-id-55 #row-case-study > .wpb_column:nth-child(2) {
  padding-left: 35px;
}
body.page-id-55 #row-case-study h3 {
  margin-top: 45px;
  margin-bottom: 22px;
}
body.page-id-55 #row-case-study .vc_col-sm-5 h3, body.page-id-55 #row-case-study .vc_col-sm-5 p {
  max-width: 450px;
}
body.page-id-55 .row-restaurant {
  height: 400px;
}
body.page-id-55 .row-restaurant h2 {
  position: relative;
  margin-bottom: 35px;
}
body.page-id-55 .row-restaurant h2:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 30px;
  border: 1px solid #666;
}
body.page-id-55 .row-restaurant .vc_col-sm-5 {
  padding: 80px;
  align-items: center;
}
body.page-id-55 .row-restaurant:nth-of-type(5) .vc_col-sm-7 {
  width: 700px;
}
body.page-id-55 .row-restaurant:nth-of-type(5) .vc_col-sm-7 > .vc_column-inner {
  background-size: cover;
  background-repeat: no-repeat;
}
body.page-id-55 .row-restaurant:nth-of-type(7) .vc_col-sm-5 {
  width: 700px;
}
body.page-id-55 .row-restaurant:nth-of-type(7) .vc_col-sm-7 {
  width: calc(100% - 700px);
}
body.page-id-55 .row-restaurant:nth-of-type(7) .vc_col-sm-7 > .vc_column-inner {
  background-repeat: no-repeat;
  background-size: 200%;
}
body.page-id-55 .trade-info {
  margin: 0 20%;
  padding: 10px 0 60px;
  text-align: center;
}
body.page-id-55 .trade-info .trade-item {
  display: inline-block;
  height: 300px;
  width: 300px;
  vertical-align: top;
  margin: 0 15px;
  position: relative;
}
body.page-id-55 .trade-info .trade-item p {
  margin: 0 0 8px;
  letter-spacing: 0.8px;
}
body.page-id-55 .trade-info .trade-item.item-catalogue, body.page-id-55 .trade-info .trade-item.item-contact {
  background-color: #f8f8f8;
}
body.page-id-55 .trade-info .trade-item.item-wholesale {
  border: 1px solid #666;
  padding: 70px 40px 40px;
}
body.page-id-55 .trade-info .trade-item.item-wholesale p {
  font-size: 12px;
  margin: 0 0 30px;
}
body.page-id-55 .trade-info .trade-item.item-wholesale a.btn-light {
  margin-top: 15px;
}
body.page-id-55 .trade-info .trade-item.item-wholesale h3 {
  position: relative;
  margin-bottom: 26px;
}
body.page-id-55 .trade-info .trade-item.item-wholesale h3:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 30px;
  border: 1px solid #666;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.page-id-55 .trade-info .trade-item.item-contact {
  padding: 80px 70px 70px;
}
body.page-id-55 .trade-info .trade-item.item-contact p {
  font-size: 14px;
  font-weight: 300;
}
body.page-id-55 .trade-info .trade-item.item-contact h3 {
  position: relative;
  margin-bottom: 25px;
}
body.page-id-55 .trade-info .trade-item.item-contact h3:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 30px;
  border: 1px solid #666;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.page-id-55 .trade-info .trade-item.item-catalogue p {
  margin-bottom: 0;
}
body.page-id-55 .trade-info .trade-item.item-catalogue img {
  width: 250px;
  max-height: 190px;
}
body.page-id-55 .trade-info .trade-item.item-catalogue h3 {
  margin-bottom: 18px;
}
@media screen and (max-width: 1390px) {
  body.page-id-55 .row-restaurant {
    height: 28.8vw;
  }
  body.page-id-55 .row-restaurant:nth-of-type(5) .vc_col-sm-5, body.page-id-55 .row-restaurant:nth-of-type(5) .vc_col-sm-7, body.page-id-55 .row-restaurant:nth-of-type(7) .vc_col-sm-5, body.page-id-55 .row-restaurant:nth-of-type(7) .vc_col-sm-7 {
    width: 50%;
  }
}
@media screen and (max-width: 1290px) {
  body.page-id-55 .banner {
    height: 35vw;
  }
}
@media screen and (max-width: 1040px) {
  body.page-id-55 .trade-info {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  body.page-id-55 .trade-info .wpb_column > .vc_column-inner {
    padding-top: 0 !important;
  }
  body.page-id-55 .trade-info .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    width: 100%;
    padding: 0 25px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }
  body.page-id-55 .trade-info .trade-item {
    width: 100%;
    margin: 0;
    height: auto;
  }
  body.page-id-55 .trade-info .trade-item.item-catalogue, body.page-id-55 .trade-info .trade-item.item-contact, body.page-id-55 .trade-info .trade-item.item-wholesale {
    padding: 40px;
  }
  body.page-id-55 .trade-info .trade-item.item-wholesale {
    grid-column-end: 2 span;
  }
  body.page-id-55 .trade-info .trade-item.item-contact {
    display: flex;
    align-items: center;
  }
  body.page-id-55 .trade-info .trade-item.item-contact > .wpb_wrapper {
    width: 100%;
  }
  body.page-id-55 .row-restaurant .vc_col-sm-5 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  body.page-id-55 .row-restaurant:nth-child(5), body.page-id-55 .row-restaurant:nth-child(7) {
    height: auto;
  }
  body.page-id-55 .row-restaurant:nth-child(5) .vc_col-sm-5, body.page-id-55 .row-restaurant:nth-child(5) .vc_col-sm-7, body.page-id-55 .row-restaurant:nth-child(7) .vc_col-sm-5, body.page-id-55 .row-restaurant:nth-child(7) .vc_col-sm-7 {
    width: 100%;
  }
  body.page-id-55 .row-restaurant:nth-child(5) .vc_col-sm-7 {
    height: 58vw;
  }
  body.page-id-55 .row-restaurant:nth-child(5) .vc_col-sm-5 {
    padding: 40px;
    text-align: center;
  }
  body.page-id-55 .row-restaurant:nth-child(5) .vc_col-sm-5 h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-55 .row-restaurant:nth-child(7) {
    display: flex;
  }
  body.page-id-55 .row-restaurant:nth-child(7) .vc_col-sm-5 {
    order: 2;
    padding: 40px;
    text-align: center;
  }
  body.page-id-55 .row-restaurant:nth-child(7) .vc_col-sm-5 h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-55 .row-restaurant:nth-child(7) .vc_col-sm-5 > .vc_column-inner {
    padding-top: 0;
  }
  body.page-id-55 .row-restaurant:nth-child(7) .vc_col-sm-7 {
    height: 58vw;
  }
  body.page-id-55 .row-manufacturing .vc_col-sm-4:first-of-type, body.page-id-55 .row-manufacturing .vc_col-sm-4:nth-of-type(3) {
    display: none;
  }
  body.page-id-55 .row-manufacturing .vc_col-sm-4:nth-of-type(2) {
    width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  body.page-id-55 #row-case-study {
    width: 100%;
    padding: 0 25px;
  }
  body.page-id-55 #row-case-study > .wpb_column:first-child, body.page-id-55 #row-case-study > .wpb_column:nth-child(2) {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  body.page-id-55 .trade-info .trade-item.item-catalogue, body.page-id-55 .trade-info .trade-item.item-contact {
    grid-column-end: 2 span;
  }
  body.page-id-55 .trade-info .trade-item.item-catalogue img {
    width: auto;
  }
  body.page-id-55 .banner {
    height: 180px;
    background-size: cover;
  }
  body.page-id-55 .trade-info {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 420px) {
  body.page-id-55 .trade-info .wpb_column > .vc_column-inner > .wpb_wrapper, body.page-id-55 .row-manufacturing .vc_col-sm-4:nth-of-type(2), body.page-id-55 #row-case-study {
    padding: 0 1rem;
  }
  body.page-id-55 .trade-info {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.page-id-55 .row-restaurant:nth-child(5) .vc_col-sm-5, body.page-id-55 .row-restaurant:nth-child(7) .vc_col-sm-5 {
    padding: 25px 1rem;
  }
}
body.page-id-675 h2 {
  font-size: 35px;
}
body.page-id-675 h3 {
  font-family: "Lato", sans-serif;
  letter-spacing: 1.4px;
}
body.page-id-675 p {
  font-size: 15px;
}
body.page-id-675 .btn-light, body.page-id-675 .button a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #484444;
  border-radius: 5px;
  padding: 8px 21px 6px 21px;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1.6;
}
body.page-id-675 .btn-light:hover, body.page-id-675 .button a:hover {
  background-color: #484444;
  color: #fff;
}
body.page-id-675 .button.dark a {
  background-color: #0D576A;
  color: #fff;
}
body.page-id-675 .button.dark a:hover {
  background-color: #117C95;
}
body.page-id-675 .banner {
  height: 30.5vw;
  max-height: 515px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90% center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 50px 80px 50px;
  align-items: flex-end;
}
body.page-id-675 .banner > div {
  width: auto;
  margin: 0 765px 0 0;
}
@media (max-width: 1480px) {
  body.page-id-675 .banner > div {
    width: 100%;
    margin: auto;
  }
}
body.page-id-675 .banner h1 {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.065em;
  margin-bottom: 35px;
}
body.page-id-675 .banner p {
  width: 615px;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 1480px) {
  body.page-id-675 .banner {
    padding: 0 50px;
  }
  body.page-id-675 .banner p {
    width: 45%;
  }
}
@media (max-width: 999px) {
  body.page-id-675 .banner {
    height: 305px;
    background-position: 0 center;
  }
  body.page-id-675 .banner p {
    width: 405px;
  }
}
@media (max-width: 767px) {
  body.page-id-675 .banner {
    height: 39.8vw;
  }
  body.page-id-675 .banner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  body.page-id-675 .banner {
    height: 173px;
    background-position: left 15%;
    background-size: 140%;
    padding: 0px 15% 0px 25px;
  }
  body.page-id-675 .banner h1 {
    line-height: 1.3;
  }
  body.page-id-675 .banner p {
    display: none;
  }
}
@media (max-width: 425px) {
  body.page-id-675 .banner {
    background-size: cover;
    background-position: 20% center;
  }
}
body.page-id-675 .row-manufacturing h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  body.page-id-675 .row-manufacturing .vc_col-sm-4:first-of-type, body.page-id-675 .row-manufacturing .vc_col-sm-4:nth-of-type(3) {
    display: none;
  }
  body.page-id-675 .row-manufacturing .vc_col-sm-4:nth-of-type(2) {
    width: 100%;
    padding: 0 25px;
  }
}
body.page-id-675 .trade-info {
  margin: 0 20%;
  padding: 10px 0 60px;
  text-align: center;
}
body.page-id-675 .trade-info > div > div > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
@media (max-width: 1319px) {
  body.page-id-675 .trade-info > div > div > div {
    justify-content: space-between;
  }
}
body.page-id-675 .trade-info .trade-item {
  height: 380px;
  width: 390px;
  vertical-align: top;
  position: relative;
  margin: 0 25px;
}
body.page-id-675 .trade-info .trade-item p {
  margin: 0 0 8px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 21px;
}
body.page-id-675 .trade-info .trade-item h3 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  margin-bottom: 25px;
  position: relative;
}
body.page-id-675 .trade-info .trade-item h3:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 30px;
  border: 1px solid #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.page-id-675 .trade-info .trade-item.item-branding, body.page-id-675 .trade-info .trade-item.item-discount {
  padding: 0 50px;
  cursor: pointer;
}
body.page-id-675 .trade-info .trade-item.item-branding > div, body.page-id-675 .trade-info .trade-item.item-discount > div {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  padding-bottom: 50px;
}
body.page-id-675 .trade-info .trade-item.item-wholesale {
  border: 1px solid #666;
  padding: 0 60px;
}
body.page-id-675 .trade-info .trade-item.item-wholesale > div {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
body.page-id-675 .trade-info .trade-item.item-wholesale a.btn-light {
  margin-top: 15px;
  display: inline-block;
}
body.page-id-675 .trade-info .trade-item.item-wholesale h3::after {
  border: 1px solid #666;
}
body.page-id-675 .trade-info .trade-item.item-discount {
  color: #fff;
  background-size: cover;
}
body.page-id-675 .trade-info .trade-item.item-branding {
  color: #fff;
  background-size: cover;
}
body.page-id-675 .trade-info .trade-item.item-branding img {
  width: 250px;
  max-height: 190px;
}
@media (max-width: 1319px) {
  body.page-id-675 .trade-info .trade-item:first-child {
    margin: 0 0 0 25px;
  }
  body.page-id-675 .trade-info .trade-item:nth-child(2) {
    margin: 0 25px;
  }
  body.page-id-675 .trade-info .trade-item:nth-child(3) {
    margin: 0 25px 0 0;
  }
}
@media (max-width: 1269px) {
  body.page-id-675 .trade-info .trade-item {
    height: 30vw;
  }
}
@media screen and (max-width: 1040px) {
  body.page-id-675 .trade-info {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  body.page-id-675 .trade-info .wpb_column > .vc_column-inner {
    padding-top: 0 !important;
  }
  body.page-id-675 .trade-info .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: grid;
    width: 100%;
    padding: 0 25px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }
  body.page-id-675 .trade-info .trade-item {
    width: 100%;
    margin: 0;
    height: auto;
  }
  body.page-id-675 .trade-info .trade-item.item-branding, body.page-id-675 .trade-info .trade-item.item-discount, body.page-id-675 .trade-info .trade-item.item-wholesale {
    padding: 40px;
  }
  body.page-id-675 .trade-info .trade-item.item-discount {
    grid-column-end: 2 span;
  }
  body.page-id-675 .trade-info .trade-item.item-wholesale {
    display: flex;
    align-items: center;
  }
  body.page-id-675 .trade-info .trade-item.item-wholesale > .wpb_wrapper {
    width: 100%;
  }
  body.page-id-675 .trade-info .trade-item:first-child {
    margin: 0 25px 0 0;
  }
  body.page-id-675 .trade-info .trade-item:nth-child(2), body.page-id-675 .trade-info .trade-item:nth-child(3) {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  body.page-id-675 .trade-info {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.page-id-675 .trade-info .trade-item {
    grid-column: span 2;
  }
  body.page-id-675 .trade-info .trade-item:first-child > div, body.page-id-675 .trade-info .trade-item:nth-child(3) > div {
    padding: 50px 0;
  }
}
body.page-id-675 #custom-branding {
  padding: 50px;
  margin: 0 auto;
  background-color: #F7F7F7;
}
body.page-id-675 #custom-branding > div {
  max-width: 1340px;
  margin: 0 auto;
  float: none;
}
body.page-id-675 #custom-branding p {
  line-height: 25px;
}
body.page-id-675 #custom-branding .desc {
  width: 540px;
  margin: 0 auto 50px auto;
}
body.page-id-675 #custom-branding .desc .s2 {
  font-weight: 400;
}
@media (max-width: 767px) {
  body.page-id-675 #custom-branding .desc {
    width: 100%;
  }
}
body.page-id-675 #custom-branding .vc_row:not(:last-child) {
  display: grid;
  grid-template-columns: 35% repeat(3, 1fr);
  grid-gap: 25px;
}
body.page-id-675 #custom-branding .vc_row:not(:last-child):nth-of-type(2) {
  margin-bottom: 50px;
}
body.page-id-675 #custom-branding .vc_row:not(:last-child)::before, body.page-id-675 #custom-branding .vc_row:not(:last-child)::after {
  content: none;
}
body.page-id-675 #custom-branding .vc_row:not(:last-child) .vc_col-sm-3 {
  width: 100%;
}
body.page-id-675 #custom-branding .vc_row:not(:last-child) .vc_col-sm-3 p {
  margin-top: 0;
}
body.page-id-675 #custom-branding .vc_row:not(:last-child) .vc_col-sm-3 .wpb_single_image {
  margin-bottom: 0;
}
body.page-id-675 #custom-branding .vc_row:not(:last-child) .vc_col-sm-3:first-child {
  padding-right: 35px;
}
@media (max-width: 767px) {
  body.page-id-675 #custom-branding .vc_row:not(:last-child) {
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-id-675 #custom-branding .vc_row:not(:last-child) .vc_col-sm-3:first-child {
    grid-column: span 3;
  }
}
body.page-id-675 #custom-branding .wpb_text_column:nth-of-type(4) {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.page-id-675 #custom-branding .wpb_text_column:nth-of-type(4) {
    width: 100%;
  }
}
body.page-id-675 #custom-branding .item-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
body.page-id-675 #custom-branding .item-title .numbering {
  font-family: "Playfair Display", serif;
  font-size: 48px;
}
body.page-id-675 #custom-branding .wpb_text_column:not(.button) a {
  text-decoration: underline;
}
body.page-id-675 #custom-branding .customisation-description {
  margin-top: 5px;
}
body.page-id-675 #custom-branding .customisation-description p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
body.page-id-675 #custom-branding .vc_row-fluid:nth-child(4) .customisation-description p {
  margin-left: 50%;
}
@media (max-width: 1100px) {
  body.page-id-675 #custom-branding .vc_row-fluid:nth-child(4) .customisation-description p {
    margin-left: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  body.page-id-675 #custom-branding .vc_row-fluid:nth-child(4) .customisation-description p {
    text-align: center;
  }
}
body.page-id-675 #custom-branding .vc_row:last-child {
  margin-top: 25px;
}
body.page-id-675 #custom-branding .vc_row:last-child .wpb_wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
body.page-id-675 #custom-branding .vc_row:last-child .wpb_wrapper .button:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 609px) {
  body.page-id-675 #custom-branding .vc_row:last-child .wpb_wrapper {
    flex-flow: column;
    text-align: center;
  }
  body.page-id-675 #custom-branding .vc_row:last-child .wpb_wrapper > .button {
    margin: 5px 0;
  }
  body.page-id-675 #custom-branding .vc_row:last-child .wpb_wrapper > .button:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  body.page-id-675 #custom-branding {
    padding: 50px 25px;
  }
}
body.page-id-675 #trade-portfolio {
  margin-top: 80px;
  margin-bottom: 80px;
}
body.page-id-675 #trade-portfolio h2, body.page-id-675 #trade-portfolio .wpb_text_column {
  margin-bottom: 0;
}
body.page-id-675 #trade-portfolio .wpb_content_element:first-child {
  max-width: 480px;
  margin: 0 auto;
}
body.page-id-675 #trade-portfolio #portfolio-page .intro {
  margin: 0 auto 0 auto;
}
body.page-id-675 #trade-portfolio #portfolio-page .masonry-list .grid-item {
  height: 290px !important;
}
body.page-id-675 #trade-portfolio #portfolio-page .masonry-list .grid-item:first-child {
  grid-row: auto !important;
}
body.page-id-675 #trade-portfolio #portfolio-page .masonry-list .grid-item:nth-child(1), body.page-id-675 #trade-portfolio #portfolio-page .masonry-list .grid-item:nth-child(4) {
  grid-column: 1 / span 1;
}
body.page-id-675 #trade-portfolio #portfolio-page .masonry-list .grid-item:nth-child(2), body.page-id-675 #trade-portfolio #portfolio-page .masonry-list .grid-item:nth-child(5) {
  grid-column: 2 / span 1;
}
body.page-id-675 #trade-portfolio #portfolio-page .masonry-list .grid-item:nth-child(3), body.page-id-675 #trade-portfolio #portfolio-page .masonry-list .grid-item:nth-child(6) {
  grid-column: 3 / span 1;
}
body.page-id-675 #trade-portfolio .button.dark > .wpb_wrapper {
  margin-top: 40px;
  text-align: center !important;
}
body.page-id-675 #custom-manufacturing {
  max-width: 1300px;
  margin: 0 auto;
}
body.page-id-675 #custom-manufacturing .vc_column-inner {
  margin: 0 !important;
}
body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 30px;
}
body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:not(:last-child) .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_content_element {
  margin: 0;
}
body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:not(:last-child) .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_content_element p {
  margin: 0;
  margin-top: 5px;
  margin-left: 10px;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (max-width: 550px) {
  body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:not(:last-child) {
    display: grid;
    width: 100%;
    padding: 0 20px;
    grid-template-columns: 2fr 2fr;
    grid-gap: 20px;
  }
  body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:not(:last-child):before, body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:not(:last-child):after {
    display: none;
  }
  body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:not(:last-child) .vc_col-sm-4 {
    width: 100%;
  }
  body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:not(:last-child) .vc_col-sm-4:last-child {
    grid-column-end: 2 span;
  }
}
body.page-id-675 #custom-manufacturing > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper .vc_row-fluid:last-child a {
  width: 100%;
  max-width: 334px;
}
body.page-id-675 #wholesale-enquiry {
  height: 400px;
}
body.page-id-675 #wholesale-enquiry p {
  line-height: 25px;
}
body.page-id-675 #wholesale-enquiry h2 {
  position: relative;
  margin-bottom: 35px;
  font-size: 31px;
}
body.page-id-675 #wholesale-enquiry h2:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 30px;
  border: 1px solid #666;
}
body.page-id-675 #wholesale-enquiry .vc_col-sm-6 > div {
  padding: 0;
}
body.page-id-675 #wholesale-enquiry .vc_col-sm-6:not(.vc_col-has-fill) {
  align-items: center;
  padding: 10px 50px;
}
body.page-id-675 #wholesale-enquiry .vc_col-sm-6.vc_col-has-fill > div {
  background-size: cover;
}
@media screen and (max-width: 1390px) {
  body.page-id-675 #wholesale-enquiry {
    height: 28.8vw;
  }
}
@media screen and (max-width: 1040px) {
  body.page-id-675 #wholesale-enquiry .vc_col-sm-6:not(.vc_col-has-fill) {
    padding: 0 40px;
  }
}
@media (max-width: 1106px) {
  body.page-id-675 #wholesale-enquiry .wpb_text_column {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  body.page-id-675 #wholesale-enquiry:nth-child(5), body.page-id-675 #wholesale-enquiry:nth-child(7) {
    height: auto;
  }
  body.page-id-675 #wholesale-enquiry:nth-child(5) .vc_col-sm-6, body.page-id-675 #wholesale-enquiry:nth-child(7) .vc_col-sm-6 {
    width: 100%;
  }
  body.page-id-675 #wholesale-enquiry:nth-child(5) .vc_col-sm-6.vc_col-has-fill {
    height: 58vw;
  }
  body.page-id-675 #wholesale-enquiry:nth-child(5) .vc_col-sm-6:not(.vc_col-has-fill) {
    padding: 40px;
    text-align: center;
  }
  body.page-id-675 #wholesale-enquiry:nth-child(5) .vc_col-sm-6:not(.vc_col-has-fill) h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-675 #wholesale-enquiry:nth-child(7) {
    display: flex;
  }
  body.page-id-675 #wholesale-enquiry:nth-child(7) .vc_col-sm-6.vc_col-has-fill {
    order: 2;
    padding: 40px;
    text-align: center;
  }
  body.page-id-675 #wholesale-enquiry:nth-child(7) .vc_col-sm-6.vc_col-has-fill h2::after {
    left: 50%;
    transform: translateX(-50%);
  }
  body.page-id-675 #wholesale-enquiry:nth-child(7) .vc_col-sm-6.vc_col-has-fill > .vc_column-inner {
    padding-top: 0;
  }
  body.page-id-675 #wholesale-enquiry:nth-child(7) .vc_col-sm-6:not(.vc_col-has-fill) {
    height: 58vw;
  }
}
@media (max-width: 999px) {
  body.page-id-675 #wholesale-enquiry .wpb_text_column:not(.button) p {
    display: none;
  }
}
@media (max-width: 767px) {
  body.page-id-675 #wholesale-enquiry {
    height: auto;
  }
  body.page-id-675 #wholesale-enquiry .wpb_text_column:not(.button) p {
    display: block;
  }
  body.page-id-675 #wholesale-enquiry > .vc_col-sm-6.vc_col-has-fill {
    height: 50vw;
  }
  body.page-id-675 #wholesale-enquiry > .vc_col-sm-6:not(.vc_col-has-fill) {
    padding: 50px 25px;
  }
  body.page-id-675 #wholesale-enquiry > .vc_col-sm-6 > div {
    background-position: center;
  }
}
body.page-id-675 #wholesale-enquiry {
  margin-top: 50px;
}
body.page-id-675 #wholesale-enquiry .vc_col-sm-6:not(.vc_col-has-fill) > div > div {
  width: 448px;
  margin: 0 auto 0 80px;
}
@media (max-width: 1526px) {
  body.page-id-675 #wholesale-enquiry .vc_col-sm-6:not(.vc_col-has-fill) > div > div {
    margin: 0 135px 0 auto;
  }
}
@media (max-width: 1366px) {
  body.page-id-675 #wholesale-enquiry .vc_col-sm-6:not(.vc_col-has-fill) > div > div {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 1106px) {
  body.page-id-675 #wholesale-enquiry .vc_col-sm-6:not(.vc_col-has-fill) > div > div {
    width: 100%;
  }
}
body.page-id-675 #stocklist {
  max-width: 1200px;
  margin: 40px auto;
}
body.page-id-675 #stocklist .wpb_content_element {
  margin-bottom: 0;
}
body.page-id-675 #stocklist .vc_row-fluid:first-child {
  margin-bottom: 20px;
}
body.page-id-675 #stocklist .vc_row-fluid:not(:first-child) {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.page-id-675 #stocklist .vc_row-fluid:not(:first-child) .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper > .wpb_content_element {
  margin: 0;
}
body.page-id-675 #stocklist .vc_row-fluid:not(:first-child) .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper > .wpb_content_element p {
  margin: 0;
  margin-left: 10px;
  font-style: italic;
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
  body.page-id-675 #stocklist {
    max-width: 700px;
    margin: 20px auto 40px;
  }
  body.page-id-675 #stocklist .vc_row-fluid:not(:first-child) {
    display: grid;
    width: 100%;
    padding: 0 25px;
    grid-template-columns: 2fr 2fr;
    grid-gap: 25px;
  }
  body.page-id-675 #stocklist .vc_row-fluid:not(:first-child):before, body.page-id-675 #stocklist .vc_row-fluid:not(:first-child):after {
    display: none;
  }
  body.page-id-675 #stocklist .vc_row-fluid:not(:first-child) .vc_col-sm-3 {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  body.page-id-675 .trade-info .wpb_column > .vc_column-inner > .wpb_wrapper, body.page-id-675 .row-manufacturing .vc_col-sm-4:nth-of-type(2), body.page-id-675 #row-case-study {
    padding: 0 1rem;
  }
  body.page-id-675 .trade-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body.page-id-675 #wholesale-enquiry > .vc_col-sm-6:not(.vc_col-has-fill) {
    padding: 50px 1rem;
  }
}
.page-id-498 #main, .page-id-500 #main {
  width: 890px;
  padding: 0 25px;
  margin: 0 auto;
}
.page-id-498 .vc_col-sm-3, .page-id-500 .vc_col-sm-3 {
  display: none;
}
.page-id-498 .vc_col-sm-6, .page-id-500 .vc_col-sm-6 {
  width: 100%;
}
@media screen and (max-width: 890px) {
  .page-id-498 #main, .page-id-500 #main {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .page-id-498 #main, .page-id-500 #main {
    padding: 0 1rem;
  }
}
#aprons-page {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #aprons-page {
    padding: 0 25px;
  }
}
@media screen and (max-width: 420px) {
  #aprons-page {
    padding: 0 1rem;
  }
}
#aprons-page #aprons-listing-header {
  margin-bottom: 80px;
}
#aprons-page #aprons-listing-header h1 {
  width: fit-content;
  margin: 80px auto 20px auto;
  padding: 0 25px;
  font-size: 35px;
  text-align: center;
}
#aprons-page #aprons-listing-header p {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 820px) {
  #aprons-page #aprons-listing-header p {
    width: 80%;
  }
}
#aprons-page #aprons-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  grid-row-gap: 60px;
  padding: 0 80px;
  position: relative;
}
@media (max-width: 1050px) {
  #aprons-page #aprons-listing {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #aprons-page #aprons-listing {
    display: block;
    padding: 0;
  }
}
#aprons-page #aprons-listing .grid-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 768px) {
  #aprons-page #aprons-listing .grid-item {
    margin-bottom: 40px;
  }
}
#aprons-page #aprons-listing .grid-item .grid-item-image img {
  vertical-align: middle;
}
#aprons-page #aprons-listing .grid-item .grid-item-image img:nth-child(2) {
  display: none;
}
@media screen and (min-width: 769px) {
  #aprons-page #aprons-listing .grid-item .grid-item-image:hover img:first-child {
    display: none;
  }
  #aprons-page #aprons-listing .grid-item .grid-item-image:hover img:nth-child(2) {
    display: block;
  }
}
#aprons-page #aprons-listing .grid-item .grid-item-inside {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s ease-out;
}
#aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text {
  width: 100%;
  position: relative;
}
#aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text h3 {
  margin-bottom: 2px;
  font-size: 24px;
}
#aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text h3 span {
  font-size: 19px;
}
#aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text .grid-item-description {
  font-size: 15px;
}
#aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text .grid-item-price {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (min-width: 1051px) and (max-width: 1200px) {
  #aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text .grid-item-price {
    top: auto;
    bottom: -2px;
  }
}
@media screen and (max-width: 768px) {
  #aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text {
    padding-top: 15px;
    display: flex;
    flex-flow: column;
  }
  #aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text .grid-item-title {
    order: 1;
  }
  #aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text .grid-item-price {
    order: 2;
    position: static;
    margin: 2px 0 10px;
  }
  #aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-text .grid-item-description {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  #aprons-page #aprons-listing .grid-item .grid-item-inside .grid-item-image img {
    max-width: none;
    width: 100%;
  }
}
#aprons-page #aprons-listing .grid-item:hover .grid-item-inside {
  opacity: 1;
}
#aprons-page #aprons-listing .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  flex-flow: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}
#aprons-page #aprons-listing .loader.active {
  display: flex;
}
#aprons-page #aprons-listing .loader .loader-logo {
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  margin-top: 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/bb-stone/images/stone-logo.png");
  background-image: url("/wp-content/themes/bb-stone/images/stone-logo.svg");
}
.single-apron h2 .color {
  font-size: 0.7em;
}
.single-apron .other-products .subheading {
  display: block;
}
@media screen and (max-width: 768px) {
  .single-apron h2 {
    margin-bottom: 15px;
  }
  .single-apron h2 .color {
    display: block;
  }
}
/**
 *
 * Stone Annual Styling
 *
 */
#annual-concept h2, #annual-subscribe h2 {
  margin-bottom: 40px;
  position: relative;
  font-size: 35px;
}
#annual-concept h2::after, #annual-subscribe h2::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
#annual-hero {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-position: center !important;
  background-size: cover !important;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  #annual-hero.stone-magazine-hero {
    height: 790px;
  }
}
#annual-hero h1 {
  font-size: 48px;
}
#annual-hero .desc p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #annual-hero {
    height: 78vw;
  }
}
#annual-concept {
  max-width: 610px;
  margin: 0 auto;
  padding: 50px 20px;
  left: 0 !important;
}
#annual-concept .desc .s2 {
  font-weight: bold;
}
#stone-magazine-online {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#stone-magazine-online .vc_col-sm-6:first-child {
  padding-left: 25px;
}
#stone-magazine-online .vc_col-sm-6:first-child .wpb_single_image {
  max-width: 640px;
  margin-right: 0;
  margin-left: auto;
}
#stone-magazine-online .vc_col-sm-6:last-child {
  max-width: 470px;
  padding-left: 80px;
  padding-right: 25px;
}
@media screen and (max-width: 1024px) {
  #stone-magazine-online .vc_col-sm-6:last-child {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  #stone-magazine-online {
    flex-flow: column;
  }
  #stone-magazine-online .vc_col-sm-6 {
    padding: 0 40px !important;
    max-width: 100% !important;
  }
  #stone-magazine-online .vc_col-sm-6 .wpb_single_image {
    text-align: center;
    margin-right: auto;
  }
  #stone-magazine-online .vc_col-sm-6 .wpb_single_image img {
    width: 100%;
  }
}
#annual-issue {
  height: 656px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 200px;
  line-height: 25px;
  background-position: right !important;
  background-size: cover !important;
}
#annual-issue > div {
  max-width: 400px;
}
#annual-issue h3 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
@media screen and (max-width: 1680px) {
  #annual-issue {
    padding-right: 1080px;
    padding-left: 0;
  }
  #annual-issue > div {
    margin-right: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1580px) {
  #annual-issue {
    padding-right: initial;
    padding-left: initial;
    padding: 0 85px;
  }
  #annual-issue > div {
    margin-right: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 1495px) {
  #annual-issue {
    background-position: -217px !important;
  }
}
@media screen and (max-width: 1200px) {
  #annual-issue {
    background-position: center !important;
  }
  #annual-issue > div {
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 768px) {
  #annual-issue {
    padding: 0 40px;
    padding-top: 308px;
    height: auto;
    background-size: 800px !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
  }
  #annual-issue > div {
    margin: 0 auto;
    max-width: none;
    background: none;
  }
}
@media screen and (max-width: 570px) {
  #annual-issue {
    /* padding: 0 40px; */
  }
  #annual-issue > div {
    padding: 0;
    /* margin: 0 auto; */
  }
}
#annual-subscribe {
  max-width: 460px;
  margin: 0 auto;
  padding: 50px 20px;
  left: 0 !important;
}
#annual-subscribe .desc {
  line-height: 25px;
}
#annual-subscribe-form {
  text-align: center;
}
#annual-subscribe-form .mail-error {
  margin-bottom: 10px;
  display: inline-block;
}
#annual-subscribe-form .mail-submit {
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
  background-color: #6C6C6C;
  padding: 5px 10px;
  border-radius: 7px;
  color: #fff;
}
#annual-subscribe-form input {
  max-width: 300px;
  padding: 5px 10px;
  border-radius: 7px;
}
#annual-subscribe-form .content {
  display: block;
  margin-top: 10px;
  margin-left: 5px;
}
@media screen and (max-width: 449px) {
  #annual-subscribe-form {
    text-align: center;
  }
  #annual-subscribe-form input {
    display: block;
    margin: 0 auto;
  }
  #annual-subscribe-form .mail-submit {
    margin-top: 15px;
  }
}
#stone-media-hero {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#stone-media-hero h1, #stone-media-hero .desc p {
  color: #fff;
}
#stone-media-hero h1 {
  font-size: 48px;
}
#stone-media-hero .desc p {
  font-size: 24px;
}
#stone-media-row-2 {
  max-width: 610px;
  margin: 0px auto;
  padding: 50px 20px;
  left: 0 !important;
}
#stone-media-row-2 h2 {
  margin-bottom: 40px;
  position: relative;
  font-size: 35px;
}
#stone-media-row-2 h2::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -18px;
}
#stone-media-row-3 {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  #stone-media-row-3 {
    padding: 40px 0 0;
  }
}
#stone-media-row-3 .icon {
  height: 80px;
  margin: 0 auto;
}
#stone-media-row-3 .icon > figure {
  height: 100%;
}
#stone-media-row-3 .icon > figure > div {
  height: 100%;
}
#stone-media-row-3 .icon img {
  height: 100%;
  width: auto;
}
#stone-media-row-3 h3 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  margin: 20px 0;
}
#stone-media-row-3 .inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #stone-media-row-3 .inner:nth-of-type(2) {
    margin-top: 60px;
  }
}
#stone-media-row-3 .inner > div {
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #stone-media-row-3 .inner > div {
    max-width: 550px;
    margin: 0 auto 40px auto;
  }
}
#stone-media-row-3 .info p {
  font-size: 13px;
  line-height: 1.8;
}
#stone-media-row-4 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  left: 0 !important;
}
@media screen and (max-width: 767px) {
  #stone-media-row-4 {
    padding: 40px 0;
  }
}
#stone-media-row-4 h2 {
  font-size: 35px;
  margin-bottom: 30px;
}
#stone-media-row-4 .inner:first-of-type .text {
  padding: 0 7% 0 4%;
}
#stone-media-row-4 .inner:first-of-type .image {
  padding-left: 2%;
}
#stone-media-row-4 .inner:nth-of-type(2) {
  margin-top: 40px;
}
#stone-media-row-4 .inner:nth-of-type(2) .text {
  padding: 0 4% 0 7%;
}
#stone-media-row-4 .inner:nth-of-type(2) .image {
  padding-right: 2%;
}
@media screen and (max-width: 767px) {
  #stone-media-row-4 .inner {
    display: flex;
    flex-flow: column;
  }
  #stone-media-row-4 .inner::before, #stone-media-row-4 .inner::after {
    content: none;
  }
  #stone-media-row-4 .inner .image {
    order: 1;
  }
  #stone-media-row-4 .inner .image figure {
    width: 100%;
  }
  #stone-media-row-4 .inner .image figure > div {
    width: 100%;
  }
  #stone-media-row-4 .inner .image img {
    width: 100%;
  }
  #stone-media-row-4 .inner .text {
    order: 2;
  }
  #stone-media-row-4 .inner .image, #stone-media-row-4 .inner .text {
    padding: 0 40px !important;
  }
}
#stone-media-row-4 .info p {
  font-size: 13px;
  line-height: 1.8;
}
#sidecart #sidecart-overlay {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  min-height: 100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0);
  background: rgba(255, 255, 255, 0.8);
  transition-duration: 0.4s;
  opacity: 0;
  pointer-events: none;
}
#sidecart #sidecart-wrap {
  position: absolute;
  height: 100%;
  width: 90%;
  right: -100vw;
  max-width: 500px;
  background: white;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  transition: 0.2s cubic-bezier(0.36, 0.07, 0.19, 0.97);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@supports (-webkit-touch-callout: none) {
  #sidecart #sidecart-wrap {
    height: -webkit-fill-available;
  }
}
#sidecart #sidecart-header {
  height: 60px;
  background: #D39545;
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 14px;
}
#sidecart #sidecart-header .your-cart {
  position: relative;
  padding-left: 25px;
}
#sidecart #sidecart-header .your-cart::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/bb-stone/images/shopping-cart-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}
#sidecart #sidecart-header #sidecart-close {
  cursor: pointer;
}
#sidecart .empty-cart {
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50%;
  transform: translateY(-50%);
}
#sidecart #cart-items {
  height: 100%;
  padding: 0 1rem;
  margin: 1rem 0;
  overflow: scroll;
}
#sidecart #cart-items .cart-item {
  display: flex;
  flex-flow: row;
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
#sidecart #cart-items .cart-item:last-of-type {
  margin-bottom: 0;
}
#sidecart #cart-items .cart-item > a {
  line-height: 0;
  width: 150px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
}
#sidecart #cart-items .cart-item .item-details {
  font-size: 18px;
  width: 100%;
  position: relative;
  padding: 10px 70px 10px 1rem;
}
#sidecart #cart-items .cart-item .item-details .item-name, #sidecart #cart-items .cart-item .item-details .item-price {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin: 0;
}
#sidecart #cart-items .cart-item .item-details .item-price {
  position: absolute;
  right: 10px;
  top: 10px;
}
#sidecart #cart-items .cart-item .item-details .counter {
  display: flex;
  flex-flow: row;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  min-width: 60px;
  margin-top: 1rem;
}
#sidecart #cart-items .cart-item .item-details .counter .sign {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transition: 0.2s;
  stroke: #c57f22;
  fill: #c57f22;
}
#sidecart #cart-items .cart-item .item-details .counter .sign.plus {
  background-color: #c57f22;
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/plus-sign.png");
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/plus-sign.svg");
  mask-image: url("/wp-content/themes/bb-stone/images/plus-sign.png");
  mask-image: url("/wp-content/themes/bb-stone/images/plus-sign.svg");
}
#sidecart #cart-items .cart-item .item-details .counter .sign.minus {
  background-color: #c57f22;
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/minus-sign.png");
  -webkit-mask-image: url("/wp-content/themes/bb-stone/images/minus-sign.svg");
  mask-image: url("/wp-content/themes/bb-stone/images/minus-sign.png");
  mask-image: url("/wp-content/themes/bb-stone/images/minus-sign.svg");
}
#sidecart #cart-items .cart-item .item-details .counter .sign.plus.zero, #sidecart #cart-items .cart-item .item-details .counter .sign.minus.zero {
  background-color: rgba(0, 0, 0, 0.5);
}
#sidecart #cart-items .cart-item .item-details .counter .sign.zero {
  opacity: 0.5;
  position: relative;
  top: -7px;
}
#sidecart #cart-items .cart-item .item-details .counter .sign.zero:hover {
  opacity: 1;
}
#sidecart #cart-items .cart-item .item-details .counter .sign.disabled {
  opacity: 0.5;
  pointer-events: none;
}
#sidecart #cart-items .cart-item .item-details .counter > * {
  display: none;
}
#sidecart #cart-items .cart-item .item-details .counter > *.active {
  display: block;
}
#sidecart #cart-items .cart-item .item-details .counter .quantity {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  position: relative;
  top: -5px;
}
#sidecart #cart-items .cart-item .item-details .remove-button {
  position: absolute;
  bottom: 1rem;
  right: 10px;
  font-size: 12px;
  opacity: 0.8;
}
#sidecart #cart-items .cart-item .item-details .item-bundle-items {
  padding: 5px 0;
  font-family: "Playfair Display", serif;
  font-size: 13px;
}
#sidecart #cart-items .cart-item .item-details .item-bundle-items .item-bundle-item {
  line-height: 1.2;
  flex-basis: 50%;
}
#sidecart #cart-items .cart-item .item-details .item-bundle-items span {
  font-size: 20px;
}
#sidecart #cart-items .cart-item .item-details .item-bundle-items span.x {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #sidecart #cart-items {
    margin: 5px 0;
  }
}
#sidecart #cart-upsell {
  padding: 1rem 0;
  margin: 0 1rem;
  border-top: 1px solid #D39545;
  font-weight: 400;
  transition: 1s;
  transform: translateX(0);
  margin-top: auto;
  margin-bottom: 0;
}
#sidecart #cart-upsell > span {
  display: inline-block;
  margin-bottom: 1rem;
}
#sidecart #cart-upsell .product-item {
  display: flex;
  flex-flow: row;
  border-radius: 5px;
  background-color: #F5F5F5;
}
#sidecart #cart-upsell .product-item > a {
  line-height: 0;
  width: 165px;
}
#sidecart #cart-upsell .product-item .item-details {
  font-size: 18px;
  width: 100%;
  position: relative;
  padding: 10px 1rem;
}
#sidecart #cart-upsell .product-item .item-details .item-name, #sidecart #cart-upsell .product-item .item-details .item-price {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin: 0;
}
#sidecart #cart-upsell .product-item .item-details .item-name {
  font-size: 17px;
}
#sidecart #cart-upsell .product-item .item-details .pricing {
  display: flex;
  flex-flow: row;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
}
#sidecart #cart-upsell .product-item .item-details .pricing .original {
  position: relative;
  opacity: 0.6;
  font-size: 14px;
}
#sidecart #cart-upsell .product-item .item-details .pricing .original::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 60%;
  left: 0;
  position: absolute;
  background: #484444;
}
#sidecart #cart-upsell .product-item .add_to_cart_button {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  padding: 10px 5px;
  position: relative;
}
#sidecart #cart-upsell .product-item .add_to_cart_button::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
#sidecart #cart-upsell .product-item .add_to_cart_button:hover::after {
  transform: translateX(-50%) translateY(5px);
}
@media screen and (max-width: 767px) {
  #sidecart #cart-upsell {
    padding: 5px 0;
  }
  #sidecart #cart-upsell > span {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #sidecart #cart-upsell .product-item > a {
    width: 125px;
  }
  #sidecart #cart-upsell .product-item .item-details .item-name {
    font-size: 15px;
  }
  #sidecart #cart-upsell .product-item .add_to_cart_button {
    font-size: 13px;
  }
  #sidecart #cart-upsell .product-item .pricing {
    position: absolute;
    right: 10px;
    bottom: 1rem;
  }
}
#sidecart #cart-totals {
  padding: 1rem 0;
  margin: 0 1rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  font-weight: 400;
  border-top: 1px solid #D39545;
}
#sidecart #cart-totals .amount {
  font-family: "Playfair Display", serif;
  font-size: 18px;
}
#sidecart #cart-totals > div {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
#sidecart #cart-totals #free-shipping {
  display: block;
  text-align: right;
  font-weight: 300;
}
#sidecart #cart-totals #free-shipping span:nth-child(2) {
  font-weight: 400;
}
#sidecart #cart-totals #free-shipping-bar {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
  height: 20px;
  background-color: #F5F5F5;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
}
#sidecart #cart-totals #free-shipping-bar .progress {
  background-color: #D39545;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
#sidecart #cart-totals #cart-subtotal {
  align-items: baseline;
}
#sidecart #cart-totals #cart-subtotal .amount {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #sidecart #cart-totals {
    padding: 5px 0;
    gap: 0;
  }
  #sidecart #cart-totals #cart-shipping {
    align-items: baseline;
  }
  #sidecart #cart-totals #cart-shipping > span {
    font-size: 14px;
  }
  #sidecart #cart-totals #free-shipping {
    font-size: 13px;
  }
  #sidecart #cart-totals #free-shipping-bar {
    margin-top: 5px;
  }
  #sidecart #cart-totals #cart-subtotal {
    margin-top: 5px;
  }
}
#sidecart #sidecart-footer {
  padding: 1rem 0;
  margin: 0 1rem;
  border-top: 1px solid #D39545;
}
#sidecart #sidecart-footer a {
  display: block;
  text-align: center;
  transition: 0.2s;
  padding: 12px 22px 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  background-color: #3B5661;
  text-transform: uppercase;
}
#sidecart #sidecart-footer a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #sidecart #sidecart-footer {
    padding: 5px 0;
  }
  #sidecart #sidecart-footer a {
    padding: 8px 22px 6px;
  }
}
#sidecart.active #sidecart-overlay {
  opacity: 1;
  pointer-events: all;
}
#sidecart.active #sidecart-overlay #sidecart-wrap {
  right: 0;
}
#sidecart.upsell-inactive #cart-upsell {
  transform: translateX(calc(100% + 2rem));
  opacity: 0;
  pointer-events: none;
}
#sidecart.upsell-inactive #cart-upsell.hidden {
  display: none;
}
/* Account Page */
.woocommerce-account .woocommerce {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0;
}
.woocommerce-account .woocommerce nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce nav ul li {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce nav ul li a {
  display: inline-block;
  padding: 5px 5px;
  border-radius: 5px;
  position: relative;
}
.woocommerce-account .woocommerce nav ul li a::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -5px;
  width: 50px;
  height: 5px;
  background-color: rgba(203, 153, 83, 0.5);
  opacity: 0;
  transition: 0.2s;
}
.woocommerce-account .woocommerce nav ul li a:hover::before {
  opacity: 1;
}
.woocommerce-account .woocommerce nav ul li.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-account .woocommerce nav ul li.is-active a::before {
  background-color: #BA8F72;
  opacity: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 20px;
}
.woocommerce-account .woocommerce .woocommerce-orders-table, .woocommerce-account .woocommerce .woocommerce-table--order-details, .woocommerce-account .woocommerce .woocommerce-EditAccountForm {
  margin-bottom: 0;
  font-size: 16px;
  background-color: #fff;
  border: none;
  padding: 10px 0;
}
.woocommerce-account .woocommerce .woocommerce-EditAccountForm {
  padding: 10px 25px 5px;
}
.woocommerce-account .woocommerce input {
  padding: 8px;
}
.woocommerce-account .woocommerce fieldset {
  margin-top: 2rem;
}
.woocommerce-account .woocommerce address {
  border: none;
}
.woocommerce-account .edit {
  letter-spacing: 0.1em;
  padding: 6px 18px 6px !important;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 16px;
  text-transform: uppercase;
  color: #515151;
  background-color: #ebe9eb;
  border-radius: 5px;
  line-height: 1;
  font-weight: 700;
}
.woocommerce-account .edit:hover {
  background-color: #dfdcde;
}
.woocommerce-info {
  border-top-color: rgba(203, 153, 83, 0.5);
}
.woocommerce-info::before {
  color: rgba(203, 153, 83, 0.5);
}
mark, ins {
  background: rgba(0, 0, 0, 0);
}
#customer_login > div {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 25px 25px 0;
}
#customer_login form {
  background-color: #fff;
  border: none;
}
.wp-element-button {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
address {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
}
.woocommerce-Message {
  background-color: #fff;
  border-radius: 5px;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  padding: 8px;
}
body.woocommerce-checkout h3 {
  font-size: 24px;
}
body.woocommerce-checkout form.checkout .form-row label {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 2px;
}
body.woocommerce-checkout form.checkout .form-row input {
  padding: 5px;
}
body.woocommerce-checkout .woocommerce #payment #place_order {
  display: block;
  text-align: center;
  transition: 0.2s;
  padding: 12px 22px 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 400 !important;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  background-color: #3B5661;
  height: auto;
  line-height: 1.5;
}
body.woocommerce-checkout .woocommerce #payment #place_order:hover {
  opacity: 0.8;
}
body.woocommerce-checkout #main .woocommerce {
  max-width: 1000px;
  margin: 0 auto;
}
body.woocommerce-checkout .amount {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}
body.woocommerce-checkout .woocommerce-shipping-methods .amount {
  display: block;
  font-weight: 400 !important;
}
body.woocommerce-cart h2 {
  font-size: 24px;
}
body.woocommerce-cart .amount {
  font-family: "Playfair Display", serif;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce-shipping-methods .amount {
  display: block;
  font-weight: 400 !important;
}
body.woocommerce-cart #main .woocommerce {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  display: flex;
  flex-flow: row;
  max-width: 100%;
  margin: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 2rem;
}
body.woocommerce-cart #main .woocommerce .cart-discounted {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
body.woocommerce-cart #main .woocommerce .cart-discounted .products {
  margin-top: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
body.woocommerce-cart #main .woocommerce .cart-discounted .products .pricing {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-flow: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
body.woocommerce-cart #main .woocommerce .cart-discounted .products .pricing .price {
  position: static;
  top: auto;
  right: auto;
}
body.woocommerce-cart #main .woocommerce .cart-discounted .products .pricing .price:not(.discounted) {
  position: relative;
  font-size: 16px;
  display: inline-block;
  opacity: 0.6;
}
body.woocommerce-cart #main .woocommerce .cart-discounted .products .pricing .price:not(.discounted)::after {
  content: "";
  width: 100%;
  height: 1px;
  top: 60%;
  left: 0;
  position: absolute;
  background: #484444;
}
@media screen and (max-width: 649px) {
  body.woocommerce-cart #main .woocommerce .cart-discounted .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.woocommerce-cart #main .woocommerce .cart-discounted .mobile-only {
  display: none;
}
@media screen and (max-width: 999px) {
  body.woocommerce-cart #main .woocommerce .cart-discounted .mobile-only {
    display: inline-block;
  }
}
body.woocommerce-cart #main .woocommerce .cart-discounted *[data-action="hide-last-minute-discounts"] {
  cursor: pointer;
  margin: 1rem 0 0;
  text-align: center;
  transition: 0.2s;
  padding: 12px 22px 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 400 !important;
  border-radius: 5px;
  letter-spacing: 0.05em;
  font-size: 18px;
  color: #fff;
  background-color: #3B5661;
  text-transform: none;
  height: auto;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  body.woocommerce-cart #main .woocommerce .cart-discounted {
    max-width: none;
  }
  body.woocommerce-cart #main .woocommerce .cart-discounted .products {
    max-width: 700px;
  }
}
body.woocommerce-cart #main .woocommerce .cart-main {
  background: #fff;
  padding: 20px;
  width: 100%;
  max-width: 800px;
  border-radius: 5px;
}
body.woocommerce-cart #main .woocommerce .cart-main h2 {
  margin-bottom: 1.5rem;
}
body.woocommerce-cart #main .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 500px;
}
body.woocommerce-cart #main .woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  transition: 0.2s;
  padding: 12px 22px 10px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 400 !important;
  border-radius: 5px;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  background-color: #3B5661;
  height: auto;
  line-height: 1.5;
}
body.woocommerce-cart #main .woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  opacity: 0.8;
}
body.woocommerce-cart #main .woocommerce .empty-cart {
  margin: 0 auto;
  text-align: center;
}
body.woocommerce-cart #main .woocommerce .cart_item {
  position: relative;
}
@media screen and (min-width: 769px) {
  body.woocommerce-cart #main .woocommerce .cart_item.max-discount-reached td {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart #main .woocommerce .cart_item.max-discount-reached td:last-of-type {
    padding-bottom: 3rem;
  }
}
body.woocommerce-cart #main .woocommerce .discount-notice {
  font-size: 13px;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: rgba(203, 153, 83, 0.3);
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0;
}
body.woocommerce-cart #main .woocommerce .coupon {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
body.woocommerce-cart #main .woocommerce .coupon::before, body.woocommerce-cart #main .woocommerce .coupon::after {
  content: none !important;
  display: none !important;
}
@media screen and (max-width: 1199px) {
  body.woocommerce-cart #main .woocommerce {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  body.woocommerce-cart #main .woocommerce .cart-main {
    max-width: none;
  }
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box {
  border-radius: 5px;
  border: 1px solid #994A21;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  padding-bottom: 50px;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-title-c {
  padding: 0;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-title-c .jconfirm-title {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.76);
  font-family: "Playfair Display", serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane {
  margin: 0;
  margin-top: 5px;
  position: relative;
  overflow: visible !important;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane .jconfirm-content {
  overflow: initial;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane p {
  color: rgba(0, 0, 0, 0.76);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 19px;
  letter-spacing: 0.42px;
  margin: 0;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane p .byo-stone-builder-content-text-red {
  color: #994A21;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane p .byo-stone-builder-content-text-blue {
  color: #4E65A1;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option .byo-stone-builder-content-option-image {
  position: relative;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option .byo-stone-builder-content-option-image h3 {
  position: absolute;
  bottom: -10px;
  right: 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 19px;
  letter-spacing: 0.54px;
  transform: rotate(4.463deg);
  margin: 0;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option.option-basic .byo-stone-builder-content-option-image h3 {
  color: #994A21;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option.option-advanced .byo-stone-builder-content-option-image h3 {
  color: #4E65A1;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  margin: 0;
  text-align: center;
  letter-spacing: initial;
  margin-top: 5px;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option .byo-stone-builder-content-info {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 15px;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option .byo-stone-builder-content-info p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 19px;
  letter-spacing: 0.45px;
  position: relative;
  padding-left: 25px;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option .byo-stone-builder-content-info p::before {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option.option-basic .byo-stone-builder-content-info p::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289L10.3431 0.928933C9.95262 0.538409 9.31946 0.538409 8.92893 0.928933C8.53841 1.31946 8.53841 1.95262 8.92893 2.34315L14.5858 8L8.92893 13.6569C8.53841 14.0474 8.53841 14.6805 8.92893 15.0711C9.31946 15.4616 9.95262 15.4616 10.3431 15.0711L16.7071 8.70711ZM-8.74228e-08 9L16 9L16 7L8.74228e-08 7L-8.74228e-08 9Z" fill="%23994A21"/></svg>');
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-options .byo-stone-builder-content-option.option-advanced .byo-stone-builder-content-info p::before {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M16.7071 8.70711C17.0976 8.31658 17.0976 7.68342 16.7071 7.29289L10.3431 0.928933C9.95262 0.538409 9.31946 0.538409 8.92893 0.928933C8.53841 1.31946 8.53841 1.95262 8.92893 2.34315L14.5858 8L8.92893 13.6569C8.53841 14.0474 8.53841 14.6805 8.92893 15.0711C9.31946 15.4616 9.95262 15.4616 10.3431 15.0711L16.7071 8.70711ZM-8.74228e-08 9L16 9L16 7L8.74228e-08 7L-8.74228e-08 9Z" fill="%234E65A1"/></svg>');
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-content-pane #byo-stone-builder-content-upgrade {
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 19px;
  letter-spacing: 0.36px;
  position: absolute;
  bottom: -70px;
  left: 0;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-buttons {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0;
}
@media screen and (max-width: 743px) {
  .jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-buttons {
    flex-flow: column;
  }
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-buttons .byo-stone-modal-button {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0;
  height: initial;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-buttons .byo-stone-modal-button.basic {
  background: #994A21;
}
.jconfirm.jconfirm-byo-stone-builder .jconfirm-box .jconfirm-buttons .byo-stone-modal-button.advanced {
  background: #4E65A1;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box {
  padding-bottom: 30px;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane {
  margin-bottom: 20px;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane p.note {
  font-size: 13px;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane p {
  color: rgba(0, 0, 0, 0.76);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 21px;
  letter-spacing: 0.42px;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane #byo-stone-advanced-content-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane #byo-stone-advanced-content-info .byo-stone-advanced-content-info-part img {
  width: 100%;
  max-width: 184px;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane #byo-stone-advanced-content-info .byo-stone-advanced-content-info-part p {
  text-align: center;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane #byo-stone-advanced-content-info .byo-stone-advanced-content-info-part p:last-child {
  font-size: 16px;
}
@media screen and (max-width: 743px) {
  .jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane #byo-stone-advanced-content-info {
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-content-pane #byo-stone-advanced-content-info .byo-stone-advanced-content-info-part {
    width: 47%;
    text-align: center;
  }
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-buttons {
  gap: 10px;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-buttons .byo-stone-modal-button {
  padding: 10px 0;
}
.jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box .jconfirm-buttons .byo-stone-modal-button.stay-basic {
  max-width: 142px;
  background: #FFF;
  color: #994A21;
  border: 1px solid #4E65A1;
}
@media screen and (max-width: 743px) {
  .jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-box {
    padding: 15px;
  }
  .jconfirm.jconfirm-byo-stone-builder.switch-advanced .jconfirm-title {
    text-align: center;
    font-size: 22px !important;
  }
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box {
  padding-bottom: 30px;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane {
  margin-top: -30px;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-info {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-info p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400 !important;
  line-height: 18px;
  letter-spacing: 0.39px;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-info img {
  width: 100%;
  max-width: 304px;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-upload {
  display: flex;
  margin-top: 35px;
  gap: 50px;
  padding-bottom: 25px;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-upload > div {
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-upload > div p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 21px;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-upload > div p:nth-child(2) {
  margin-bottom: 20px;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-upload > div img {
  width: 100%;
  max-width: 169px;
}
@media screen and (max-width: 743px) {
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane {
    margin-top: 10px;
  }
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-info {
    flex-flow: column;
  }
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-info img {
    max-width: 100%;
  }
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-upload {
    gap: 10px;
  }
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-content-pane #byo-stone-cc-content-upload > div p {
    text-align: center;
  }
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-buttons {
  flex-flow: row !important;
}
.jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-buttons .cc {
  background: #994A21;
}
@media screen and (max-width: 743px) {
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-buttons {
    gap: 10px;
  }
}
@media screen and (max-width: 544px) {
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box .jconfirm-buttons .cc {
    font-size: 11px;
  }
}
@media screen and (max-width: 743px) {
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-box {
    padding: 15px;
  }
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-title-c {
    text-align: center;
  }
  .jconfirm.jconfirm-byo-stone-builder.cc .jconfirm-title-c .jconfirm-title {
    font-size: 22px !important;
  }
}
.jconfirm.jconfirm-byo-stone-builder.query .jconfirm-box {
  padding-bottom: 30px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info {
  display: flex;
  margin-bottom: 30px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding-top: 25px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info {
  display: flex;
  gap: 10px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-title, .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-info {
  display: flex;
  flex-flow: column;
  gap: 5px;
  width: 100%;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-title .byo-stone-query-content-info-left-order-circle, .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-title {
  text-align: right;
  max-width: 111px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-title p {
  color: #994A21;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-info p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-price p:first-child {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  margin-bottom: 10px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-price p:last-child .red {
  font-size: 21px;
  color: #994A21;
  letter-spacing: 0.05em;
  margin: 0 5px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-right {
  width: 50%;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-right p {
  font-size: 13px;
  text-align: right;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details {
  display: flex;
  flex-flow: column;
  gap: 10px;
  padding-bottom: 10px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details .byo-stone-query-content-detail label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details .byo-stone-query-content-detail input, .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details .byo-stone-query-content-detail textarea {
  border: 1px solid black;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details .byo-stone-query-content-detail input {
  font-size: 14px;
  width: 100%;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details .byo-stone-query-content-detail textarea {
  font-size: 13px;
  padding: 10px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details .byo-stone-query-content-detail .error {
  color: red;
  font-weight: 700 !important;
  display: none;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details #byo-stone-query-content-details-name {
  width: 100%;
  max-width: 440px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details #byo-stone-query-content-details-other {
  display: flex;
  gap: 20px;
}
.jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-details #byo-stone-query-content-details-other .byo-stone-query-content-details-other {
  width: 50%;
}
.jconfirm.jconfirm-byo-stone-builder.query .jconfirm-buttons button {
  font-size: 17px !important;
  background: #994A21;
}
@media screen and (max-width: 743px) {
  .jconfirm.jconfirm-byo-stone-builder.query .jconfirm-box {
    padding: 15px;
  }
  .jconfirm.jconfirm-byo-stone-builder.query .jconfirm-title {
    text-align: center;
    font-size: 22px !important;
  }
  .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info {
    padding-top: 15px;
    gap: 10px;
    flex-flow: column-reverse;
  }
  .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left {
    width: 100%;
    gap: 25px;
  }
  .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order {
    padding: 0;
  }
  .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-title {
    text-align: left;
  }
  .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info .byo-stone-query-content-info-left-order-title p {
    align-items: flex-start !important;
  }
  .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-left #byo-stone-query-content-info-left-order .byo-stone-query-content-info-left-order-info:first-child .byo-stone-query-content-info-left-order-info p {
    align-items: baseline;
  }
  .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-right {
    width: 100%;
  }
  .jconfirm.jconfirm-byo-stone-builder.query #byo-stone-query-content-info #byo-stone-query-content-info-right img {
    display: none;
  }
  .jconfirm.jconfirm-byo-stone-builder.query .jconfirm-buttons button {
    font-size: 12px !important;
  }
}
#byo-stone {
  background: #F5F5F5;
  display: flex;
  align-items: center;
  padding: 50px 50px 100px;
}
#byo-stone p {
  color: rgba(0, 0, 0, 0.76);
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 19px;
  letter-spacing: 0.42px;
  margin: 0;
}
#byo-stone .byo-stone-button {
  border-radius: 5px;
  margin: 10px 0;
}
#byo-stone .byo-stone-button p {
  color: #000;
  text-transform: uppercase;
  margin: 10px 15px;
}
#byo-stone .byo-stone-button.active {
  background: #994A21;
}
#byo-stone .byo-stone-button.active p {
  color: #FFF;
  font-weight: 600;
}
#byo-stone .byo-stone-button:hover {
  cursor: pointer;
}
#byo-stone #byo-stone-left {
  width: 50%;
  padding-right: 25px;
}
#byo-stone #byo-stone-left #byo-stone-image {
  position: relative;
}
#byo-stone #byo-stone-left #byo-stone-image #byo-stone-image-cover, #byo-stone #byo-stone-left #byo-stone-image #byo-stone-image-inside {
  display: none;
  position: relative;
}
#byo-stone #byo-stone-left #byo-stone-image #byo-stone-image-cover #byo-stone-image-cover-spine {
  display: none;
  position: absolute;
  width: 12%;
  height: 94.4%;
  top: 1.9%;
  left: 44.4%;
  background-color: white;
  z-index: 999;
  border: solid 1px white;
}
#byo-stone #byo-stone-left #byo-stone-image #byo-stone-image-cover #byo-stone-image-cover-spine.active {
  display: block;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo-wrapper {
  position: absolute;
  top: 3%;
  left: 7%;
  width: 87%;
  height: 92%;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo-wrapper.active {
  border: 1px dashed white;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo {
  position: absolute;
  cursor: move;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo img {
  width: 100%;
  height: auto;
  display: block;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo.active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 90;
  border: 1px solid #ede4cb;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo .ui-resizable-handle {
  z-index: 100;
  width: 16px;
  height: 16px;
  position: absolute;
  background: #ede4cb;
  opacity: 0;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo .ui-resizable-ne {
  top: -8px;
  right: -8px;
  cursor: ne-resize;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo .ui-resizable-nw {
  top: -8px;
  left: -8px;
  cursor: nw-resize;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo .ui-resizable-se {
  bottom: -8px;
  right: -8px;
  cursor: se-resize;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo .ui-resizable-sw {
  bottom: -8px;
  left: -8px;
  cursor: sw-resize;
}
#byo-stone #byo-stone-left #byo-stone-image .byo-stone-image-logo.active .ui-resizable-handle {
  opacity: 1;
}
#byo-stone #byo-stone-left #byo-stone-image-view {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  background: #FFF;
}
#byo-stone #byo-stone-right {
  width: 50%;
  max-width: 650px;
}
#byo-stone #byo-stone-right .byo-stone-right-block {
  background-color: white;
  padding: 40px;
}
#byo-stone #byo-stone-right .byo-stone-go-advanced {
  cursor: pointer;
}
#byo-stone #byo-stone-right #byo-stone-title {
  width: 100%;
  margin-bottom: 35px;
}
#byo-stone #byo-stone-right #byo-stone-title h1 {
  color: rgba(0, 0, 0, 0.76);
  font-size: 32px;
  line-height: normal;
  letter-spacing: initial;
  margin: 0;
  margin-bottom: 5px;
}
#byo-stone #byo-stone-right .byo-stone-params {
  position: relative;
}
#byo-stone #byo-stone-right .byo-stone-params p {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-products-select {
  display: none;
  position: absolute;
  border-radius: 5px;
  border: 1px solid #994A21;
  background: #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
  min-width: 207px;
  z-index: 1;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-products-select .byo-stone-products-select-item {
  cursor: pointer;
  transition: background-color 0.3s;
  color: #000;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 30px;
  letter-spacing: 0.48px;
  padding: 2px 12px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-products-select .byo-stone-products-select-item:hover {
  background: rgba(153, 74, 33, 0.2);
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-products-select .byo-stone-products-select-item-info {
  display: none;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 0;
  left: -100%;
  transform: translateX(-52%);
  border-radius: 5px;
  border: 1px solid #994A21;
  background: linear-gradient(0deg, rgba(153, 74, 33, 0.2) 0%, rgba(153, 74, 33, 0.2) 100%), #FFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-products-select .byo-stone-products-select-item-info .byo-stone-products-select-item-info-image img {
  width: 148px;
  max-width: 148px;
  min-width: 148px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-products-select .byo-stone-products-select-item-info .byo-stone-products-select-item-info-text p {
  color: #000;
  font-style: normal;
  font-weight: 400 !important;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-products-select .byo-stone-products-select-item-info .byo-stone-products-select-item-info-text p:first-child {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0.57px;
  margin-bottom: 5px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-products-select .byo-stone-products-select-item-info .byo-stone-products-select-item-info-text p:nth-child(2) {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.39px;
  text-transform: none;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param > div {
  width: 50%;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-size-options {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-size-options #byo-stone-size {
  color: #333;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-size-options #byo-stone-pages {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: none;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-products {
  position: relative;
  display: inline-block;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-products #byo-stone-products-selected {
  display: flex;
  align-items: center;
  background: #F3F3F3;
  cursor: pointer;
  padding: 10px;
  justify-content: space-between;
  width: 100%;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-products #byo-stone-products-selected #byo-stone-products-name {
  display: flex;
  align-items: center;
  gap: 5px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-products #byo-stone-products-selected #byo-stone-products-name p {
  color: #333;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: none;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours #byo-stone-colours-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours .byo-stone-colour {
  width: 25px;
  height: 25px;
  background-color: black;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours .byo-stone-colour.active:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: border-box;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours p {
  display: flex;
  align-items: center;
  color: #4E65A1;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: none;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours p svg {
  margin-right: 5px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours-advanced {
  display: none;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours-advanced #byo-stone-colours-advanced-selected {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 5px;
  background: #f3f3f3;
  width: 44%;
  cursor: pointer;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours-advanced #byo-stone-colours-advanced-selected #byo-stone-colours-advanced-color {
  background: black;
  width: 100%;
  height: 20px;
  max-height: 20px;
  border-radius: 5px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours-advanced #byo-stone-colours-advanced-select {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  background: white;
  z-index: 1;
  border: 1px solid #994A21;
  border-radius: 5px;
  gap: 5px;
  padding: 10px;
  width: 100%;
  max-width: 320px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-colours-advanced #byo-stone-colours-advanced-select .byo-stone-products-select-item {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  cursor: pointer;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-cc {
  position: relative;
  display: inline-block;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-cc #byo-stone-add-button {
  background: #994A21;
  margin: 0;
  width: 100%;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-cc #byo-stone-add-button p {
  color: #FFF;
  font-size: 13px;
  font-weight: 700 !important;
  letter-spacing: 0.65px;
  padding: 10px 0;
  text-align: center;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-cc #byo-stone-logo-added {
  display: none;
  align-items: center;
  justify-content: space-between;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-cc #byo-stone-logo-added > p {
  font-size: 15px;
  font-weight: 700 !important;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-cc #byo-stone-logo-added .byo-stone-button-remove {
  border-radius: 5px;
  background: #DF0E40;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-cc #byo-stone-logo-added .byo-stone-button-remove:hover {
  cursor: pointer;
}
#byo-stone #byo-stone-right .byo-stone-params .byo-stone-param #byo-stone-cc #byo-stone-logo-added .byo-stone-button-remove p {
  color: white;
  font-size: 13px;
}
#byo-stone #byo-stone-right #byo-stone-advanced {
  margin-top: 35px;
  position: relative;
  width: 100%;
  max-width: 420px;
}
#byo-stone #byo-stone-right #byo-stone-advanced #byo-stone-advanced-title {
  color: #4E65A1;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 5px;
}
#byo-stone #byo-stone-right #byo-stone-advanced #byo-stone-advanced-info {
  border-radius: 5px;
  border: 1px solid #4E65A1;
  background: rgba(78, 101, 161, 0.1);
  padding: 15px;
  padding-right: 30px;
  position: relative;
}
#byo-stone #byo-stone-right #byo-stone-advanced #byo-stone-advanced-info p {
  color: #4E65A1;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.7px;
}
#byo-stone #byo-stone-right #byo-stone-advanced #byo-stone-advanced-info:before {
  content: "";
  position: absolute;
  height: 1px;
  left: -116px;
  width: 116px;
  background: #4E65A1;
  top: 50%;
}
#byo-stone #byo-stone-right #byo-stone-advanced #byo-stone-advanced-info:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22" fill="none"><path d="M5.49999 20.1667C4.99582 20.1667 4.56407 19.987 4.20474 19.6277C3.84541 19.2683 3.66605 18.8369 3.66666 18.3333V9.16666C3.66666 8.66249 3.84632 8.23074 4.20566 7.87141C4.56499 7.51207 4.99644 7.33271 5.49999 7.33332H6.41666V5.49999C6.41666 4.23193 6.86369 3.15088 7.75774 2.25682C8.6518 1.36277 9.73255 0.916046 11 0.916657C12.268 0.916657 13.3491 1.36368 14.2432 2.25774C15.1372 3.1518 15.5839 4.23255 15.5833 5.49999V7.33332H16.5C17.0042 7.33332 17.4359 7.51299 17.7952 7.87232C18.1546 8.23166 18.3339 8.6631 18.3333 9.16666V18.3333C18.3333 18.8375 18.1537 19.2692 17.7943 19.6286C17.435 19.9879 17.0035 20.1673 16.5 20.1667H5.49999ZM11 15.5833C11.5042 15.5833 11.9359 15.4037 12.2952 15.0443C12.6546 14.685 12.8339 14.2535 12.8333 13.75C12.8333 13.2458 12.6537 12.8141 12.2943 12.4547C11.935 12.0954 11.5035 11.916 11 11.9167C10.4958 11.9167 10.0641 12.0963 9.70474 12.4557C9.34541 12.815 9.16605 13.2464 9.16666 13.75C9.16666 14.2542 9.34632 14.6859 9.70566 15.0452C10.065 15.4046 10.4964 15.5839 11 15.5833ZM8.24999 7.33332H13.75V5.49999C13.75 4.7361 13.4826 4.0868 12.9479 3.55207C12.4132 3.01735 11.7639 2.74999 11 2.74999C10.2361 2.74999 9.5868 3.01735 9.05207 3.55207C8.51735 4.0868 8.24999 4.7361 8.24999 5.49999V7.33332Z" fill="%234E65A2"/></svg>');
  position: absolute;
  left: -144px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#byo-stone #byo-stone-right #byo-stone-advanced #byo-stone-advanced-button {
  position: absolute;
  bottom: -25px;
  right: 15px;
  background: #4E65A1;
}
#byo-stone #byo-stone-right #byo-stone-advanced #byo-stone-advanced-button p {
  color: #FFF;
  font-size: 13px;
  font-weight: 700 !important;
  line-height: normal;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  margin: 5px 15px;
}
#byo-stone #byo-stone-right #byo-stone-additions {
  margin-top: 5px;
  display: flex;
  gap: 5px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition {
  background-color: white;
  width: 33.33%;
  padding: 20px 40px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-elastic-advanced {
  display: none;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-elastic-advanced #byo-stone-elastic-advanced-selected {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 5px;
  background: #f3f3f3;
  width: 44%;
  cursor: pointer;
  width: 75%;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-elastic-advanced #byo-stone-elastic-advanced-selected #byo-stone-elastic-advanced-color {
  background: black;
  width: 100%;
  height: 20px;
  max-height: 20px;
  border-radius: 5px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-elastic-advanced #byo-stone-elastic-advanced-select {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  background: white;
  z-index: 1;
  border: 1px solid #994A21;
  border-radius: 5px;
  gap: 5px;
  padding: 10px;
  width: 100%;
  max-width: 320px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-elastic-advanced #byo-stone-elastic-advanced-select .byo-stone-products-select-item {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  cursor: pointer;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-ribbon-advanced {
  display: none;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-ribbon-advanced #byo-stone-ribbon-advanced-selected {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 5px;
  background: #f3f3f3;
  width: 44%;
  cursor: pointer;
  width: 75%;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-ribbon-advanced #byo-stone-ribbon-advanced-selected #byo-stone-ribbon-advanced-color {
  background: black;
  width: 100%;
  height: 20px;
  max-height: 20px;
  border-radius: 5px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-ribbon-advanced #byo-stone-ribbon-advanced-select {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  background: white;
  z-index: 1;
  border: 1px solid #994A21;
  border-radius: 5px;
  gap: 5px;
  padding: 10px;
  width: 100%;
  max-width: 320px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-ribbon-advanced #byo-stone-ribbon-advanced-select .byo-stone-products-select-item {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  cursor: pointer;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-add-bellyband-button {
  display: none;
  cursor: pointer;
  background: #994a21;
  margin: 0;
  width: 100%;
  max-width: 75px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-add-bellyband-button p {
  color: white;
  font-size: 13px;
  font-weight: 700 !important;
  letter-spacing: 0.65px;
  padding: 5px 0;
  text-align: center;
  margin: 0;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-added-bellyband {
  display: none;
  gap: 5px;
  align-items: center;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-added-bellyband p {
  font-size: 15px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-added-bellyband #byo-stone-remove-bellyband-button {
  border-radius: 5px;
  background: #DF0E40;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition > p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700 !important;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition .byo-stone-addition-color-pick {
  display: flex;
  align-items: center;
  gap: 10px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition .byo-stone-addition-color-pick p {
  display: flex;
  align-items: center;
  gap: 5px;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition .byo-stone-addition-color-pick .byo-stone-colour {
  width: 25px;
  height: 25px;
  background-color: black;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition .byo-stone-addition-color-pick .byo-stone-colour.active:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: border-box;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition .byo-stone-addition-color-pick .byo-stone-colour.disabled {
  cursor: initial;
  background-color: initial;
}
#byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition .byo-stone-addition-color-pick .byo-stone-colour.disabled:after {
  content: "";
  position: absolute;
  width: 125%;
  height: 1px;
  background-color: black;
  top: 92%;
  left: 1px;
  transform-origin: left top;
  transform: rotate(-45deg);
}
#byo-stone #byo-stone-right #byo-stone-quote {
  margin-top: 5px;
  width: 100%;
}
#byo-stone #byo-stone-right #byo-stone-quote h2 {
  color: rgba(0, 0, 0, 0.76);
  font-size: 24px;
  line-height: normal;
  letter-spacing: initial;
  position: relative;
  margin-bottom: 15px;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-slider-wrapper p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-slider-wrapper #byo-stone-slider-container {
  display: flex;
  align-items: center;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-slider-wrapper #byo-stone-slider-container #byo-stone-slider {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: #CBCBCB;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin-right: 10px;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-slider-wrapper #byo-stone-slider-container #byo-stone-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #994A21;
  cursor: pointer;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-slider-wrapper #byo-stone-slider-container #byo-stone-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #994A21;
  cursor: pointer;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-slider-wrapper #byo-stone-slider-container #byo-stone-input {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  background-color: white;
  padding: 5px 10px;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-slider-wrapper #byo-stone-slider-container #byo-stone-slider-units {
  color: #000;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.7px;
  margin-left: 5px;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-prices {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-prices p {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.48px;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-prices p span {
  color: #994A21;
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  margin-right: 5px;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-prices #byo-stone-discount {
  display: flex;
  align-items: center;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-prices #byo-stone-discount svg {
  cursor: pointer;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-estimate {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 370px;
  color: rgba(0, 0, 0, 0.76);
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.42px;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-quote-button {
  background: #994A21;
}
#byo-stone #byo-stone-right #byo-stone-quote #byo-stone-quote-button p {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700 !important;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #byo-stone {
    flex-flow: column;
  }
  #byo-stone #byo-stone-left {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  #byo-stone #byo-stone-right {
    width: 100%;
  }
}
@media screen and (max-width: 666px) {
  #byo-stone {
    padding: 25px 25px 50px;
  }
  #byo-stone #byo-stone-left #byo-stone-image-view {
    padding: 0 10px;
  }
  #byo-stone #byo-stone-left #byo-stone-image-view p {
    text-align: center;
  }
  #byo-stone #byo-stone-right .byo-stone-params .byo-stone-param {
    flex-flow: column;
  }
  #byo-stone #byo-stone-right .byo-stone-params .byo-stone-param > div {
    width: 100%;
  }
  #byo-stone #byo-stone-right .byo-stone-params .byo-stone-param:not(:last-child) {
    margin-bottom: 25px;
  }
  #byo-stone #byo-stone-right #byo-stone-additions {
    flex-flow: column;
  }
  #byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition {
    width: 100%;
  }
  #byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition p {
    text-align: center;
  }
  #byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition .byo-stone-addition-color-pick {
    justify-content: center;
  }
  #byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-elastic-advanced #byo-stone-elastic-advanced-selected, #byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-ribbon-advanced #byo-stone-ribbon-advanced-selected, #byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-add-bellyband-button {
    margin: 0 auto;
  }
  #byo-stone #byo-stone-right #byo-stone-additions .byo-stone-addition #byo-stone-added-bellyband {
    justify-content: center;
  }
}
#byo-stone #express-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
#byo-stone #express-loading-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: 1px solid #fff;
  padding: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  text-align: center;
}
#byo-stone #express-loading-message .express-loading-spinner {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  margin-bottom: 10px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#byo-stone #express-loading-message p {
  margin: 0;
}
#post-12003 {
  color: white;
  background: #040404;
  font-family: "Rethink Sans", sans-serif;
}
#post-12003 .wpb-content-wrapper {
  max-width: none;
  width: 100vw;
}
#post-12003 .vc_btn3 {
  background: none;
  border-radius: 40px;
  border: 2px solid white;
  color: white;
  font-weight: bold;
  font-size: 16px;
  padding: 0px 30px;
  line-height: 44px;
  height: 48px;
  transition-duration: 0.3s;
}
#post-12003 .vc_btn3:hover {
  background: white;
  color: #040404;
}
#post-12003 h1, #post-12003 h2, #post-12003 h3 {
  color: white;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 30px;
}
#post-12003 p {
  margin: 0 0 20px;
}
.stone-creative-row {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 2px solid white;
  min-height: 90vh;
  font-size: 25px;
  line-height: 1.3em;
}
.stone-creative-row > *:not(.stone-creative-bg-media) {
  /*position: relative;*/
  z-index: 1;
}
.stone-creative-bg-media {
  position: absolute;
  inset: -18vh 0;
  z-index: 0;
  opacity: var(--stone-creative-bg-opacity, 0.3);
  pointer-events: none;
  transform: translate3d(0, var(--stone-creative-bg-shift, 0px), 0);
  will-change: transform;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.stone-creative-bg-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.stone-creative-bg-media--video {
  opacity: 1;
}
#stone-creative-intro {
  position: relative;
  text-align: center;
  --stone-creative-prompt-opacity: 1;
  view-timeline-name: --stone-creative-intro;
  view-timeline-axis: block;
}
#stone-creative-intro > .wpb_column, #stone-creative-intro > .vc_column_container {
  position: static;
  z-index: 1;
  width: 100%;
}
#stone-creative-intro > .wpb_column::before, #stone-creative-intro > .vc_column_container::before {
  content: "STONE Creative";
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 0;
  width: 100%;
  color: white;
  font-family: "Rethink Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#stone-creative-intro .vc_column-inner, #stone-creative-intro .wpb_wrapper, #stone-creative-intro .wpb_text_column {
  position: relative;
  z-index: 1;
}
#stone-creative-intro::before {
  content: "WE HAVE A SOLUTION";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 16vh;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  white-space: nowrap;
  opacity: var(--stone-creative-prompt-opacity);
}
#stone-creative-intro::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 4vh;
  transform: translateX(-50%);
  width: 34px;
  height: 92px;
  background: linear-gradient(white, white) center top / 2px 62px no-repeat, linear-gradient(45deg, transparent calc(50% - 1px), white calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 5px 62px / 12px 12px no-repeat, linear-gradient(-45deg, transparent calc(50% - 1px), white calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 17px 62px / 12px 12px no-repeat;
  opacity: var(--stone-creative-prompt-opacity);
  transition: background-size 0.25s ease, background-position 0.25s ease;
}
#stone-creative-intro .vc_column-inner {
  padding-top: 120px;
}
#stone-creative-intro .wpb_text_column {
  position: static;
  width: 600px;
  margin: 0px auto;
  padding-top: 20px;
}
#stone-creative-intro #stone-creative-logo {
  display: none;
}
#stone-creative-intro h1 {
  font-size: 46px;
  letter-spacing: 1px;
}
#stone-creative-intro:has(.stone-creative-prompt-link:hover)::after, #stone-creative-consultation:has(.stone-creative-prompt-link:hover)::after {
  background-size: 2px 78px, 12px 12px, 12px 12px;
  background-position: center top, 5px 78px, 17px 78px;
}
@keyframes stone-creative-solution-fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@supports (animation-timeline: view()) {
  #stone-creative-intro::before, #stone-creative-intro::after {
    animation: stone-creative-solution-fade linear both;
    animation-timeline: --stone-creative-intro;
    animation-range: exit 0% exit 70%;
  }
}
#stone-creative-content .vc_column-inner {
  max-width: 1440px;
  margin: 0px auto;
  padding-left: 45%;
  padding-top: 25vh;
}
#stone-creative-content .vc_column-inner .wpb_text_column {
  max-width: 480px;
  margin-bottom: 30px;
}
#stone-creative-engagement .vc_column-inner {
  max-width: 1440px;
  margin: 0px auto;
  padding-right: 35%;
  padding-left: 10%;
  padding-top: 25vh;
}
#stone-creative-engagement .vc_column-inner .wpb_text_column {
  max-width: 550px;
  margin-bottom: 30px;
}
#stone-creative-web .vc_column-inner {
  max-width: 1440px;
  margin: 0px auto;
  padding-left: 40%;
  padding-top: 25vh;
}
#stone-creative-web .vc_column-inner .wpb_text_column {
  max-width: 650px;
  margin-bottom: 30px;
}
#stone-creative-web ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
#stone-creative-web li {
  min-height: 14px;
  margin-bottom: 10px;
  padding-left: 36px;
  background: url("images/creative-bullet-arrow.png") 0 0.55em / 20px auto no-repeat;
}
#stone-creative-who-we-work-with, #stone-creative-how-we-help, #stone-creative-consultation {
  display: flex;
  align-items: center;
  min-height: 90vh;
}
#stone-creative-who-we-work-with > .wpb_column > .vc_column-inner, #stone-creative-who-we-work-with > .vc_column_container > .vc_column-inner, #stone-creative-how-we-help > .wpb_column > .vc_column-inner, #stone-creative-how-we-help > .vc_column_container > .vc_column-inner, #stone-creative-consultation > .wpb_column > .vc_column-inner, #stone-creative-consultation > .vc_column_container > .vc_column-inner {
  margin: 0px auto;
  padding: 7vh 8vw;
}
#stone-creative-form {
  min-height: 100vh;
}
#stone-creative-form .vc_column-inner {
  max-width: none;
  padding: 0;
}
#stone-creative-form .wpb_text_column {
  margin: 0;
}
#stone-creative-form p {
  margin: 0;
}
.stone-creative-quiz {
  min-height: 100vh;
  padding: 9vh 8vw 9vh;
  color: white;
  text-align: center;
}
.stone-creative-quiz__form {
  max-width: 980px;
  margin: 0px auto;
}
.stone-creative-quiz__step {
  display: none;
  animation: stone-creative-quiz-fade 0.35s ease both;
}
.stone-creative-quiz__step.is-active {
  display: block;
}
.stone-creative-quiz__step h2 {
  max-width: none;
  margin: 0px auto 52px;
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.1;
}
.stone-creative-quiz__kicker {
  margin-bottom: 14px !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.stone-creative-quiz__options {
  max-width: 720px;
  margin: 0px auto;
}
.stone-creative-quiz__options[data-support-options] {
  display: none;
}
.stone-creative-quiz__options[data-support-options].is-active {
  display: block;
}
.stone-creative-quiz__options button {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-bottom: 18px;
  padding: 0px 30px;
  border: 2px solid white;
  border-radius: 40px;
  background: transparent;
  color: white;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.stone-creative-quiz__options button:hover, .stone-creative-quiz__options button:focus {
  background: white;
  color: #040404;
  outline: none;
}
.stone-creative-quiz__step[data-step="1"] .stone-creative-quiz__options button {
  font-weight: 700 !important;
}
.stone-creative-quiz__note {
  max-width: 800px;
  margin: 20px auto 0 !important;
  font-size: 15px;
  line-height: 1.3;
}
.stone-creative-quiz__skip {
  position: relative;
  margin-top: 28px;
  padding: 0 0 0 58px;
  border: 0;
  background: transparent;
  color: white;
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.stone-creative-quiz__skip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 12px;
  transform: translateY(-50%);
  background: url("images/creative-bullet-arrow.png") center / contain no-repeat;
}
.stone-creative-quiz__back {
  position: relative;
  margin-top: 24px;
  padding: 0 0 0 58px;
  border: 0;
  background: transparent;
  color: white;
  font-family: "Rethink Sans", sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.75;
  cursor: pointer;
}
.stone-creative-quiz__back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 42px;
  height: 12px;
  transform: translateY(-50%) rotate(180deg);
  background: url("images/creative-bullet-arrow.png") center / contain no-repeat;
}
.stone-creative-quiz__direct {
  margin-top: 12vh;
}
.stone-creative-quiz__direct p {
  margin-bottom: 38px !important;
  color: #d83b35;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.stone-creative-quiz__direct span {
  display: block;
  font-size: 16px;
}
.stone-creative-quiz__direct a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: underline;
}
.stone-creative-quiz__intro {
  max-width: 760px;
  margin: -24px auto 70px !important;
  font-size: 20px;
  line-height: 1.3;
}
.stone-creative-quiz__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
  max-width: 1100px;
  margin: 0px auto 80px;
}
.stone-creative-quiz__field-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}
.stone-creative-quiz__field-group input, .stone-creative-quiz__field-group textarea {
  width: 100%;
  border: 2px solid white;
  border-radius: 40px;
  background: #111111;
  color: white !important;
  -webkit-text-fill-color: white;
  font-family: "Rethink Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  outline: none;
  box-sizing: border-box;
}
.stone-creative-quiz__field-group input:focus, .stone-creative-quiz__field-group textarea:focus {
  background: #181818;
  color: white !important;
  -webkit-text-fill-color: white;
}
.stone-creative-quiz__field-group input::placeholder, .stone-creative-quiz__field-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.25);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.25);
  opacity: 1;
}
.stone-creative-quiz__field-group input:-webkit-autofill, .stone-creative-quiz__field-group input:-webkit-autofill:focus, .stone-creative-quiz__field-group textarea:-webkit-autofill, .stone-creative-quiz__field-group textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  box-shadow: 0 0 0 1000px #181818 inset;
}
.stone-creative-quiz__field-group input {
  height: 54px;
  margin-bottom: 28px;
  padding: 0 24px;
}
.stone-creative-quiz__field-group textarea {
  min-height: 260px;
  padding: 20px 24px;
  resize: vertical;
}
.stone-creative-quiz__progress {
  display: none;
  width: min(100%, 620px);
  margin: 0px auto;
  text-align: center;
  animation: stone-creative-quiz-fade 0.35s ease both;
}
.stone-creative-quiz__progress p {
  margin: 0 !important;
  font-size: 24px;
  line-height: 1.3;
}
.stone-creative-quiz__progress-track {
  position: relative;
  width: min(100%, 320px);
  height: 2px;
  margin: 0px auto 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}
.stone-creative-quiz__progress-track span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 38%;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  animation: stone-creative-progress 1.45s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.stone-creative-quiz__restart {
  display: none;
  min-height: 48px;
  margin-top: 34px;
  padding: 0px 30px;
  border: 2px solid white;
  border-radius: 40px;
  background: #040404;
  color: white;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.stone-creative-quiz__restart:hover, .stone-creative-quiz__restart:focus {
  background: white;
  color: #040404;
  outline: none;
}
.stone-creative-quiz__submit {
  min-width: 300px;
  min-height: 48px;
  padding: 0px 30px;
  border: 0;
  border-radius: 40px;
  background: #d83b35;
  color: white;
  font-family: "Rethink Sans", sans-serif;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 48px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.stone-creative-quiz__submit:hover, .stone-creative-quiz__submit:focus {
  background: white;
  color: #040404;
  outline: none;
}
.stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"], .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] {
  min-height: 58vh;
  align-items: center;
  justify-content: center;
}
.stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"] h2, .stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__intro, .stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__fields, .stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__submit, .stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__message, .stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__back, .stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__direct, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] h2, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__intro, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__fields, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__submit, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__message, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__back, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__direct {
  display: none;
}
.stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__progress, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"] .stone-creative-quiz__progress {
  display: block;
}
.stone-creative-quiz__form.is-submitting .stone-creative-quiz__step[data-step="3"].is-active, .stone-creative-quiz__form.is-submitted .stone-creative-quiz__step[data-step="3"].is-active {
  display: flex;
}
.stone-creative-quiz__form.is-submitted .stone-creative-quiz__progress-track {
  display: none;
}
.stone-creative-quiz__form.is-submitted .stone-creative-quiz__restart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.stone-creative-quiz__message {
  margin-top: 24px !important;
  font-size: 16px;
}
@keyframes stone-creative-progress {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(320%);
  }
}
@keyframes stone-creative-quiz-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#stone-creative-who-we-work-with {
  text-align: center;
}
#stone-creative-who-we-work-with h2 {
  font-size: 39px;
  line-height: 1.05;
  text-align: center;
  margin-bottom: 60px;
}
#stone-creative-who-we-work-with h3 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 28px;
}
#stone-creative-who-we-work-with p {
  font-size: 18px;
  line-height: 1.4;
}
#stone-creative-who-we-work-with .vc_row {
  margin: 0px auto;
  text-align: left;
}
#stone-creative-who-we-work-with .vc_row .wpb_text_column {
  max-width: 350px;
  margin: 0px auto;
}
#stone-creative-who-we-work-with .vc_btn3-container {
  margin-top: 70px;
  text-align: center;
}
#stone-creative-how-we-help {
  text-align: center;
}
#stone-creative-how-we-help h2 {
  font-size: 39px;
  line-height: 1.05;
  margin-bottom: 12px;
}
#stone-creative-how-we-help h3 {
  font-size: 32px;
  line-height: 1.1;
  margin-bottom: 28px;
}
#stone-creative-how-we-help p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.4;
}
#stone-creative-how-we-help .vc_row {
  max-width: 1200px;
  margin: 65px auto 0;
  text-align: left;
}
#stone-creative-how-we-help .vc_row .wpb_column {
  padding: 0px 40px;
}
#stone-creative-how-we-help ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#stone-creative-how-we-help li {
  min-height: 14px;
  margin-bottom: 14px;
  padding-left: 36px;
  font-size: 18px;
  line-height: 1.3;
  background: url("images/creative-bullet-arrow.png") 0 0.55em / 20px auto no-repeat;
}
#stone-creative-how-we-help .vc_row p {
  max-width: none;
  text-align: left;
}
#stone-creative-how-we-help .vc_btn3-container {
  margin-top: 60px;
  text-align: center;
}
#stone-creative-consultation {
  position: relative;
  min-height: 90vh;
  text-align: center;
  --stone-creative-prompt-opacity: 1;
  view-timeline-name: --stone-creative-consultation;
  view-timeline-axis: block;
}
#stone-creative-consultation > .wpb_column, #stone-creative-consultation > .vc_column_container {
  width: 100%;
}
#stone-creative-consultation > .wpb_column > .vc_column-inner, #stone-creative-consultation > .vc_column_container > .vc_column-inner {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  padding-top: 8vh;
  padding-bottom: 14vh;
}
#stone-creative-consultation > .wpb_column > .vc_column-inner > .wpb_wrapper, #stone-creative-consultation > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  width: min(760px, calc(100% - 64px));
  margin-right: auto;
  margin-left: auto;
}
#stone-creative-consultation h2 {
  font-size: 39px;
  line-height: 1.05;
  margin-bottom: 36px;
}
#stone-creative-consultation p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  line-height: 1.3;
}
#stone-creative-consultation .vc_btn3 {
  min-width: 275px;
  height: 46px;
  line-height: 42px;
  border: 0;
  background: #d83b35;
  color: white;
}
#stone-creative-consultation .vc_btn3:hover {
  background: white;
  color: #040404;
}
#stone-creative-consultation::before {
  content: "GET IN TOUCH WITH US";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 16vh;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  white-space: nowrap;
  opacity: var(--stone-creative-prompt-opacity);
}
#stone-creative-consultation::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 4vh;
  transform: translateX(-50%);
  width: 34px;
  height: 92px;
  background: linear-gradient(white, white) center top / 2px 62px no-repeat, linear-gradient(45deg, transparent calc(50% - 1px), white calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 5px 62px / 12px 12px no-repeat, linear-gradient(-45deg, transparent calc(50% - 1px), white calc(50% - 1px) calc(50% + 1px), transparent calc(50% + 1px)) 17px 62px / 12px 12px no-repeat;
  opacity: var(--stone-creative-prompt-opacity);
  transition: background-size 0.25s ease, background-position 0.25s ease;
}
.stone-creative-prompt-link {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  z-index: 2;
  width: min(420px, calc(100% - 48px));
  height: calc(11vh + 76px);
  transform: translateX(-50%);
  cursor: pointer;
}
@supports (animation-timeline: view()) {
  #stone-creative-consultation::before, #stone-creative-consultation::after {
    animation: stone-creative-solution-fade linear both;
    animation-timeline: --stone-creative-consultation;
    animation-range: exit 0% exit 70%;
  }
}
@media (max-width: 900px) {
  #post-12003 {
    overflow-x: hidden;
  }
  #post-12003 h1, #post-12003 h2 {
    font-size: 34px !important;
    line-height: 1.08;
  }
  #post-12003 h3 {
    font-size: 27px !important;
  }
  #post-12003 p, #post-12003 li {
    font-size: 18px !important;
    line-height: 1.3;
  }
  #post-12003 .vc_btn3 {
    max-width: 100%;
    height: auto;
    min-height: 46px;
    line-height: 42px;
    white-space: normal;
  }
  .stone-creative-row {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    min-height: 90svh;
    font-size: 18px;
  }
  .stone-creative-row > .wpb_column, .stone-creative-row > .vc_column_container {
    width: 100%;
  }
  #stone-creative-intro .vc_column-inner {
    padding-top: 0;
  }
  #stone-creative-intro, #stone-creative-consultation {
    min-height: 90svh;
    padding-bottom: 0;
  }
  #stone-creative-intro::before, #stone-creative-intro::after, #stone-creative-consultation::before, #stone-creative-consultation::after {
    animation: none !important;
  }
  #stone-creative-intro::before, #stone-creative-consultation::before {
    bottom: 120px;
    width: calc(100% - 64px);
    font-size: 12px;
    white-space: normal;
  }
  #stone-creative-intro::after, #stone-creative-consultation::after {
    bottom: 20px;
  }
  #stone-creative-intro .stone-creative-prompt-link, #stone-creative-consultation .stone-creative-prompt-link {
    bottom: 20px;
    width: calc(100% - 64px);
    height: 150px;
  }
  #stone-creative-intro {
    align-items: center;
  }
  #stone-creative-intro .wpb_text_column {
    position: static;
    width: auto;
    max-width: 640px;
    padding: 20px 32px 0;
  }
  @supports (-webkit-touch-callout: none) {
    #stone-creative-intro {
      min-height: 100vh;
      min-height: 100svh;
    }
  }
  #stone-creative-content, #stone-creative-engagement, #stone-creative-web {
    align-items: center;
  }
  #stone-creative-content .vc_column-inner, #stone-creative-engagement .vc_column-inner, #stone-creative-web .vc_column-inner {
    padding: 90px 36px !important;
  }
  #stone-creative-content .vc_column-inner .wpb_text_column, #stone-creative-engagement .vc_column-inner .wpb_text_column, #stone-creative-web .vc_column-inner .wpb_text_column {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }
  #stone-creative-who-we-work-with, #stone-creative-how-we-help, #stone-creative-consultation {
    display: flex;
    align-items: center;
  }
  #stone-creative-who-we-work-with > .wpb_column > .vc_column-inner, #stone-creative-who-we-work-with > .vc_column_container > .vc_column-inner, #stone-creative-how-we-help > .wpb_column > .vc_column-inner, #stone-creative-how-we-help > .vc_column_container > .vc_column-inner, #stone-creative-consultation > .wpb_column > .vc_column-inner, #stone-creative-consultation > .vc_column_container > .vc_column-inner {
    padding: 86px 36px;
  }
  #stone-creative-who-we-work-with h2 {
    margin-bottom: 28px;
  }
  #stone-creative-who-we-work-with .vc_row .wpb_text_column {
    max-width: 680px;
    margin-bottom: 24px;
  }
  #stone-creative-who-we-work-with .vc_row .wpb_text_column p:nth-of-type(n+2) {
    display: none;
  }
  #stone-creative-who-we-work-with .vc_btn3-container {
    margin-top: 10px;
  }
  #stone-creative-how-we-help .vc_row {
    margin-top: 28px;
  }
  #stone-creative-how-we-help .vc_row .wpb_column {
    padding: 0;
  }
  #stone-creative-how-we-help li {
    margin-bottom: 9px;
  }
  #stone-creative-how-we-help .vc_btn3-container {
    margin-top: 28px;
  }
  #stone-creative-consultation > .wpb_column > .vc_column-inner, #stone-creative-consultation > .vc_column_container > .vc_column-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    min-height: 90svh;
    padding-top: 80px;
    padding-bottom: 190px;
  }
  .stone-creative-quiz {
    display: flex;
    align-items: center;
    min-height: 90svh;
    padding: 72px 36px;
  }
  .stone-creative-quiz__step h2 {
    margin-bottom: 30px;
  }
  .stone-creative-quiz__options button {
    min-height: 46px;
    margin-bottom: 12px;
    padding: 11px 24px;
    font-size: 15px;
    line-height: 1.2;
  }
  .stone-creative-quiz__note {
    margin-top: 22px !important;
  }
  .stone-creative-quiz__direct {
    margin-top: 54px;
  }
  .stone-creative-quiz__intro {
    margin: -10px auto 34px !important;
  }
  .stone-creative-quiz__fields {
    display: block;
    margin-bottom: 36px;
  }
  .stone-creative-quiz__field-group + .stone-creative-quiz__field-group {
    margin-top: 24px;
  }
  .stone-creative-quiz__field-group label {
    margin-bottom: 8px;
  }
  .stone-creative-quiz__field-group input {
    margin-bottom: 20px;
  }
  .stone-creative-quiz__field-group textarea {
    min-height: 220px;
  }
}
@media (max-width: 900px) and (max-height: 800px) {
  #stone-creative-intro::before, #stone-creative-intro::after, #stone-creative-intro .stone-creative-prompt-link {
    display: none;
  }
}
@media (max-width: 520px) {
  #post-12003 h1, #post-12003 h2 {
    font-size: 30px !important;
  }
  #post-12003 h3 {
    font-size: 24px !important;
  }
  #post-12003 p, #post-12003 li {
    font-size: 22px !important;
  }
  #stone-creative-who-we-work-with p, #stone-creative-who-we-work-with li, #stone-creative-how-we-help p, #stone-creative-how-we-help li, #stone-creative-form p, #stone-creative-form li {
    font-size: 18px !important;
  }
  #stone-creative-content .vc_column-inner, #stone-creative-engagement .vc_column-inner, #stone-creative-web .vc_column-inner, #stone-creative-who-we-work-with .vc_column-inner, #stone-creative-how-we-help .vc_column-inner, #stone-creative-consultation .vc_column-inner {
    padding-right: 34px !important;
    padding-left: 34px !important;
  }
  #stone-creative-web li, #stone-creative-how-we-help li {
    padding-left: 30px;
    background-size: 18px auto;
  }
  .stone-creative-quiz {
    padding-right: 34px;
    padding-left: 34px;
  }
  .stone-creative-quiz__kicker {
    font-size: 13px;
  }
  .stone-creative-quiz__direct p {
    font-size: 14px !important;
  }
  .stone-creative-quiz__skip {
    padding-left: 44px;
    font-size: 14px;
  }
  .stone-creative-quiz__skip::before {
    width: 32px;
  }
  .stone-creative-quiz__back {
    padding-left: 44px;
    font-size: 12px;
  }
  .stone-creative-quiz__back::before {
    width: 32px;
  }
  .stone-creative-quiz__submit {
    min-width: 0;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# NON US WC SHOP
--------------------------------------------------------------*/
/**
 * Single Product
 */
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 50% - calc(($columns__margin * ($numberColumns - 1)) / $numberColumns);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.33% - calc(($columns__margin * ($numberColumns - 1)) / $numberColumns);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25% - calc(($columns__margin * ($numberColumns - 1)) / $numberColumns);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20% - calc(($columns__margin * ($numberColumns - 1)) / $numberColumns);
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}
/**
 * Amazon & Trade Info Section
 */
.stone-amazon-trade-info {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 24px;
  margin: 20px 0;
  background: #ffffff;
}
.stone-amazon-trade-info .amazon-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.stone-amazon-trade-info .amazon-section .amazon-content {
  flex: 1;
}
.stone-amazon-trade-info .amazon-section .amazon-content h3 {
  margin: 0 0 8px 0;
  font-size: 18px !important;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px !important;
  display: flex;
}
.stone-amazon-trade-info .amazon-section .amazon-content h3 span {
  flex: 1;
}
.stone-amazon-trade-info .amazon-section .amazon-content h3 .amazon-logo {
  width: 60px;
  height: 20px;
  flex-shrink: 0;
}
.stone-amazon-trade-info .amazon-section .amazon-content p {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
}
.stone-amazon-trade-info .amazon-section .amazon-content .button-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.stone-amazon-trade-info .amazon-section .amazon-content .button-group a {
  display: inline-block;
  background: #c9965f;
  color: #ffffff;
  padding: 10px 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.stone-amazon-trade-info .amazon-section .amazon-content .button-group a:hover {
  background: #b8864e;
}
.stone-amazon-trade-info .trade-section {
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
}
.stone-amazon-trade-info .trade-section h3 {
  margin: 0 0 8px 0;
  font-size: 18px !important;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.5px !important;
}
.stone-amazon-trade-info .trade-section p {
  margin: 0 0 16px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  font-weight: 400;
}
.stone-amazon-trade-info .trade-section a {
  display: inline-block;
  background: #3b5661;
  color: #ffffff !important;
  padding: 10px 28px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.stone-amazon-trade-info .trade-section a:hover {
  background: #2d4350;
}
#wc-add-to-cart-form .price {
  margin: 0px;
  color: #333;
  float: left;
  margin-right: 20px;
  line-height: 38px;
}
#wc-add-to-cart-form .out-of-stock {
  font-size: 21px;
  line-height: 41px;
  margin: 0px;
}
#wc-add-to-cart-form .in-stock {
  float: right;
  font-size: 18px;
  margin: 8px 0px;
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 0px;
  border: none;
  background: #ddf1cd;
  line-height: 30px;
}
.woocommerce-notices-wrapper .woocommerce-message a.button {
  border: 1px solid;
}
.product form.cart input.qty {
  font-size: 22px;
}
.product form.cart button {
  margin-left: 10px !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  letter-spacing: 0.15em !important;
}
.woocommerce-cart #main, .woocommerce-checkout #main {
  background-color: #eee;
  padding: 30px;
}
.woocommerce-cart #main .woocommerce, .woocommerce-checkout #main .woocommerce {
  background: white;
  max-width: 800px;
  margin-left: auto;
  padding: 20px;
}
.woocommerce-cart #main .woocommerce table.cart img, .woocommerce-checkout #main .woocommerce table.cart img {
  width: 100px;
}
.woocommerce-cart #main .woocommerce table.cart td.actions .input-text, .woocommerce-checkout #main .woocommerce table.cart td.actions .input-text {
  width: 130px;
}
.woocommerce-cart #shopping-cart-link, .woocommerce-checkout #shopping-cart-link {
  display: none !important;
  pointer-events: none !important;
}
.woocommerce form .form-row label {
  font-size: 12px;
  line-height: 16px;
}
#order_review_heading {
  border-top: 2px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: white;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid white;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 10px !important;
  border-radius: 5px;
  border-color: #999 !important;
  margin-bottom: -15px !important;
}
.woocommerce-thankyou-order-received {
  font-size: 21px;
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce ul.order_details {
  padding: 0px;
}
.woocommerce h2 {
  font-size: 21px;
  margin-bottom: 10px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #3c3c3c;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #111;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  font-size: 21px;
  font-weight: lighter;
  letter-spacing: 0.05em;
  padding: 0px 30px;
  height: 56px;
  line-height: 56px;
}
#stripe-payment-data {
  font-weight: 100;
}
.woocommerce-order-overview__payment-method {
  display: none !important;
}
.woocommerce-form-login-toggle, .woocommerce-account-fields {
  display: none !important;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  width: 55%;
}
body.version-us .woo-multi-currency.wmc-sidebar {
  display: none;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* 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;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
