@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
:root {
  --black: #1c1b1a;
  --orange: #ff6a44;
  --yellow: #ffe08a;
  --brown: #351408;
  --main-black: var(--black);
  --main-lightgrey: #f7f7f7;
  --main-grey: #ddd;
  --main-blue: #097dae;
  --main-blue-dark: #097dae;
  --main-red: #dc522f;
  --main-red-dark: #df2d05;
  --main-purple: #551ab2;
  --main-green: #129368;
  --main-border: rgba(0, 0, 0, 0.15);
  --main-grey-dark: #363636;
  --main-border: #ddd;
  --main-green-lime: #5ce578;
  --blue-500: hsl(206, 100%, 52%);
  --blue-600: hsl(206, 100%, 40%);
  --theme-link-color: var(--blue-600);
  --theme-link-color-hover: var(--blue-500);
  --cool-green: #68c0c2;
  --icy-blue: #e1ecee;
  --khaki: #f8e8dd;
  --secondary-blue-aria: #1d7b98;
}

[v-cloak] {
  position: relative;
}
[v-cloak] > * {
  display: none;
}
[v-cloak]::before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url(../../../assets/images/svg/loader.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  color: var(--main-black);
  background-color: #f7f7f7;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: 700;
}

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

a:focus,
.button:focus,
.button.alt:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline-color: var(--main-grey-dark) !important;
}

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-appearance: textfield;
  box-sizing: content-box;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

select {
  color: initial;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 300;
  margin: 0 0 0.5407911001em;
  color: var(--main-black);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 300;
}

.alpha,
h1 {
  font-size: 2.617924em;
  line-height: 1.214;
}

.beta,
h2 {
  font-size: 2em;
  line-height: 1.214;
}

.beta + h3,
h2 + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.5407911001em;
}

.gamma,
h3 {
  font-size: 1.618em;
}

.delta,
h4 {
  font-size: 1.41575em;
}

.alpha,
.beta,
.delta,
.gamma {
  display: block;
}

blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + header h2,
form + h2,
form + h3,
form + h4,
form + header h2,
ol + h2,
ol + h3,
ol + h4,
ol + header h2,
p + h2,
p + h3,
p + h4,
p + header h2,
table + h2,
table + h3,
table + h4,
table + header h2,
ul + h2,
ul + h3,
ul + h4,
ul + header h2 {
  margin-top: 2.2906835em;
}

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

p {
  margin: 0 0 1.41575em;
}
p a {
  color: var(--brown);
  text-decoration: underline;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 1.618em;
}

b,
strong {
  font-weight: 600;
}

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

blockquote {
  padding: 0 1em;
  border-left: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
}

address {
  margin: 0 0 1.41575em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

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

ins,
mark {
  text-decoration: none;
  font-weight: 600;
  background: 0 0;
}

sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

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

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

a {
  color: #2c2d33;
  text-decoration: none;
}

.storefront-cute * {
  font-family: "Comic Sans MS", sans-serif;
}

* {
  box-sizing: border-box;
}

.header-widget-region,
.site-content {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  background-color: #2c2d33;
  padding-top: 1.618em;
  padding-bottom: 1.618em;
  color: #9aa0a7;
  background-position: center center;
  position: relative;
  z-index: 999;
  border-bottom: 1px solid transparent;
}

.site-header .custom-logo-link,
.site-header .site-logo-anchor,
.site-header .site-logo-link {
  display: block;
  margin-bottom: 0;
}

.site-header .custom-logo-link img,
.site-header .site-logo-anchor img,
.site-header .site-logo-link img {
  max-width: 210px;
}

.site-header .widget {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  body.home .site-main .container {
    overflow: hidden;
  }
}
body.home.blog .site-header, body.home.page:not(.page-template-template-homepage) .site-header, body.home.post-type-archive-product .site-header {
  margin-bottom: 4.235801032em;
}

.no-wc-breadcrumb .site-header {
  margin-bottom: 4.235801032em;
}

.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0;
}

.header-widget-region {
  position: relative;
  z-index: 99;
}

.site-branding {
  float: left;
  margin-bottom: 0;
}

.site-branding .site-title {
  font-size: 2em;
  margin: 0;
}

.site-branding .site-title a {
  font-weight: 700;
}

.site-branding .site-description {
  font-size: 0.875em;
  display: none;
}

.site-branding .logo {
  margin: 0;
}

.site-main {
  margin-bottom: 0;
}

.site-content {
  outline: 0;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 4.235801032em;
}

.page-template-template-homepage .type-page {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
  position: relative;
}

.page-template-template-homepage .type-page .storefront-hero__button-edit {
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 0.875em;
}

.page-template-template-homepage .entry-content {
  font-size: 1.1em;
}

.page-template-template-homepage .entry-content p:last-child {
  margin-bottom: 0;
}

.page-template-template-homepage .entry-header h1 {
  font-size: 3.706325903em;
  margin-bottom: 0.2360828548em;
}

.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header {
  max-width: 41.0994671405em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 6.8535260698em;
  padding-bottom: 6.8535260698em;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
  opacity: 0;
  -webkit-transition: all, ease, 0.5s;
  transition: all, ease, 0.5s;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded {
  opacity: 1;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: 0;
}

.clear::after,
.clear::before,
.comment-content::after,
.comment-content::before,
.entry-content::after,
.entry-content::before,
.site-content::after,
.site-content::before,
.site-footer::after,
.site-footer::before,
.site-header::after,
.site-header::before {
  content: "";
  display: table;
}

.clear::after,
.comment-content::after,
.entry-content::after,
.site-content::after,
.site-footer::after,
.site-header::after {
  clear: both;
}

table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}

table caption {
  padding: 1em 0;
  font-weight: 600;
}

table td,
table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}

table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}

table th {
  font-weight: 600;
}

table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}

table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}

table tbody h2 a {
  font-weight: 400;
}

.error404 .site-content .widget_product_search {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}

.error404 .site-content .widget_product_search form {
  margin: 0;
}

.error404.left-sidebar .content-area,
.error404.right-sidebar .content-area {
  width: 100%;
}

.error404 .fourohfour-columns-2 {
  padding: 2.617924em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  margin-bottom: 2.617924em;
}

.error404 .fourohfour-columns-2::after,
.error404 .fourohfour-columns-2::before {
  content: "";
  display: table;
}

.error404 .fourohfour-columns-2::after {
  clear: both;
}

.error404 .fourohfour-columns-2 .widget,
.error404 .fourohfour-columns-2 ul.products li.product {
  margin-bottom: 0;
}

.error404 .fourohfour-columns-2 .col-1 ul.products {
  margin-bottom: 2.2906835em;
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product {
  width: 45.4545454545%;
  float: left;
  margin-right: 9.0909090909%;
}

.error404 .fourohfour-columns-2 .col-1 ul.products li.product:last-child {
  margin-right: 0;
}

.error404 .fourohfour-columns-2 .col-2 {
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.025);
}

#comments {
  padding-top: 2.617924em;
}

#comments .comments-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0.5407911001em;
  margin-bottom: 1.618em;
}

#comments .comment-list {
  list-style: none;
  margin-left: 0;
}

#comments .comment-list .comment-body::after,
#comments .comment-list .comment-body::before {
  content: "";
  display: table;
}

#comments .comment-list .comment-body::after {
  clear: both;
}

#comments .comment-list .comment-content {
  padding-bottom: 1.618em;
  margin-bottom: 1.618em;
}

#comments .comment-list .comment-content .comment-text {
  padding: 1.618em;
  border-radius: 3px;
}

#comments .comment-list .comment-content .comment-text p:last-child {
  margin-bottom: 0;
}

#comments .comment-list .comment-meta {
  margin-bottom: 1em;
}

#comments .comment-list .comment-meta .avatar {
  margin-bottom: 1em;
  max-width: 64px;
  height: auto;
}

#comments .comment-list .comment-meta a.comment-date {
  font-size: 0.875em;
}

#comments .comment-list .comment-meta cite {
  font-style: normal;
  clear: both;
  display: block;
}

#comments .comment-list .reply {
  margin-bottom: 1.618em;
  padding-top: 0.6180469716em;
}

#comments .comment-list .reply::after,
#comments .comment-list .reply::before {
  content: "";
  display: table;
}

#comments .comment-list .reply::after {
  clear: both;
}

#comments .comment-list .reply a {
  display: inline-block;
  margin-right: 1em;
}

#comments .comment-list .reply a:last-child {
  margin-right: 0;
}

#comments .comment-list .children {
  list-style: none;
}

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

#respond {
  clear: both;
  padding: 1.618em;
  background-color: rgba(0, 0, 0, 0.0125);
  position: relative;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
  width: 100%;
}

#respond .form-submit,
#respond form {
  margin-bottom: 0;
}

#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.5407911001em;
  right: 0.5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  -webkit-transition: ease, 0.3s, -webkit-transform;
  transition: ease, 0.3s, -webkit-transform;
  transition: transform, ease, 0.3s;
  transition: transform, ease, 0.3s, -webkit-transform;
}

#respond #cancel-comment-reply-link:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.cat-links,
.tags-links {
  font-size: 0.875em;
}

.cat-links a,
.tags-links a {
  color: #727272;
  font-weight: 600;
  text-decoration: underline;
}

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

.group-blog .byline,
.single .byline {
  display: inline;
}

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

form {
  margin-bottom: 1.618em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

.added_to_cart.alt,
.added_to_cart.cta,
.button.alt,
.button.cta,
button.alt,
button.cta,
input[type=button].alt,
input[type=button].cta,
input[type=reset].alt,
input[type=reset].cta,
input[type=submit].alt,
input[type=submit].cta {
  background-color: #2c2d33;
  border-color: #2c2d33;
}

.added_to_cart.alt:hover,
.added_to_cart.cta:hover,
.button.alt:hover,
.button.cta:hover,
button.alt:hover,
button.cta:hover,
input[type=button].alt:hover,
input[type=button].cta:hover,
input[type=reset].alt:hover,
input[type=reset].cta:hover,
input[type=submit].alt:hover,
input[type=submit].cta:hover {
  background-color: #2c2d33;
}

.added_to_cart:hover,
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #fff;
}

.added_to_cart.loading,
.button.loading,
button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading {
  opacity: 0.5;
}

.added_to_cart.small,
.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  padding: 0.5407911001em 0.875em;
  font-size: 0.875em;
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
button.disabled:hover,
button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover {
  opacity: 0.5 !important;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0 0 0.3819820591em;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=search]::input-placeholder {
  color: #616161;
}

input[type=search]:input-placeholder {
  color: #616161;
}

input[type=search]::input-placeholder {
  color: #616161;
}

input[type=search]::placeholder {
  color: #616161;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px #ddd;
}

.input-text:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  background-color: #ededed;
}

textarea {
  overflow: auto;
  padding-left: 0.875em;
  vertical-align: top;
  width: 100%;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
  border: 1px solid #ddd;
  padding: 0.35em 0.625em 0.75em;
}

fieldset legend {
  font-weight: 600;
  text-align: center;
  padding: 0.6180469716em 1em;
  margin-left: -1em;
  background-color: white;
}

table tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background-color: transparent;
}

[placeholder]:focus::input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

.gallery {
  margin-bottom: 1em;
}

.gallery::after,
.gallery::before {
  content: "";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery .gallery-item {
  float: left;
}

.gallery .gallery-item .gallery-icon a {
  display: block;
}

.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}

.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

.secondary-navigation {
  display: none;
}

button.menu-toggle {
  cursor: pointer;
  text-align: left;
  float: right;
  position: relative;
  border: 2px solid transparent;
  box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: 0.6180469716em 0.875em 0.6180469716em 2.617924em;
  font-size: 0.875em;
}

button.menu-toggle:hover {
  background-image: none;
}

button.menu-toggle span::before {
  -webkit-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}

button.menu-toggle span::before,
button.menu-toggle::after,
button.menu-toggle::before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -1px;
  -webkit-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  border-radius: 3px;
}

button.menu-toggle::before {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

button.menu-toggle::after {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.toggled button.menu-toggle::after,
.toggled button.menu-toggle::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggled button.menu-toggle::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggled button.menu-toggle span::before {
  opacity: 0;
}

.primary-navigation {
  display: none;
}

.main-navigation::after,
.main-navigation::before {
  content: "";
  display: table;
}

.main-navigation::after {
  clear: both;
}

.main-navigation div.menu {
  display: none;
}

.main-navigation div.menu:last-child {
  display: block;
}

.main-navigation .menu {
  clear: both;
}

.handheld-navigation,
.main-navigation div.menu > ul:not(.nav-menu),
.nav-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all, ease, 0.8s;
  transition: all, ease, 0.8s;
}

.handheld-navigation {
  clear: both;
}

.handheld-navigation ul {
  margin: 0;
}

.handheld-navigation ul.menu li {
  position: relative;
}

.handheld-navigation ul.menu li button::after {
  -webkit-transition: all, ease, 0.9s;
  transition: all, ease, 0.9s;
}

.handheld-navigation ul.menu li button.toggled-on::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.handheld-navigation ul.menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all, ease, 0.9s;
  transition: all, ease, 0.9s;
}

.handheld-navigation ul.menu .sub-menu.toggled-on {
  visibility: visible;
  max-height: 9999px;
  opacity: 1;
}

.handheld-navigation .dropdown-toggle {
  background: 0 0;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.main-navigation.toggled .handheld-navigation,
.main-navigation.toggled .menu > ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
  max-height: 9999px;
}

.main-navigation ul {
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.main-navigation ul ul {
  display: block;
  margin-left: 1.41575em;
}

.main-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}

.main-navigation ul li a:hover {
  color: #e6e6e6;
}

.site-main nav.navigation {
  clear: both;
  padding: 2.617924em 0;
}

.site-main nav.navigation::after,
.site-main nav.navigation::before {
  content: "";
  display: table;
}

.site-main nav.navigation::after {
  clear: both;
}

.site-main nav.navigation .nav-next a,
.site-main nav.navigation .nav-previous a {
  display: inline-block;
}

.site-main nav.navigation .nav-previous {
  float: left;
  width: 50%;
}

.site-main nav.navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.pagination,
.woocommerce-pagination {
  padding: 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-width: 1px 0;
  text-align: center;
  clear: both;
}

.pagination ul.page-numbers::after,
.pagination ul.page-numbers::before,
.woocommerce-pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::before {
  content: "";
  display: table;
}

.pagination ul.page-numbers::after,
.woocommerce-pagination ul.page-numbers::after {
  clear: both;
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
}

.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
  display: inline-block;
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  background-color: rgba(0, 0, 0, 0.025);
  color: #43454b;
}

.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #2c2d33;
  border-color: #2c2d33;
}

.pagination .page-numbers li .page-numbers.dots,
.woocommerce-pagination .page-numbers li .page-numbers.dots {
  background-color: transparent;
}

.pagination .page-numbers li .page-numbers.next,
.pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
  padding-left: 1em;
  padding-right: 1em;
}

.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 6px !important;
}

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.header-widget-region::after,
.header-widget-region::before {
  content: "";
  display: table;
}

.header-widget-region::after {
  clear: both;
}

.header-widget-region .widget {
  margin: 0;
  padding: 1em 0;
  font-size: 0.875em;
}

.widget_product_search form,
.widget_search form {
  position: relative;
}

.widget_product_search form input[type=search],
.widget_product_search form input[type=text],
.widget_search form input[type=search],
.widget_search form input[type=text] {
  width: 100%;
}

.widget_product_search form button[type=submit],
.widget_product_search form input[type=submit],
.widget_search form button[type=submit],
.widget_search form input[type=submit] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  top: 0;
  left: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_links ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
  margin: 0;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li,
.widget_links ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  list-style: none;
  margin-bottom: 1em;
  line-height: 1.41575em;
}

.widget_archive ul .children,
.widget_categories ul .children,
.widget_layered_nav ul .children,
.widget_layered_nav_filters ul .children,
.widget_links ul .children,
.widget_nav_menu ul .children,
.widget_pages ul .children,
.widget_product_categories ul .children,
.widget_recent_comments ul .children,
.widget_recent_entries ul .children {
  margin-top: 0.6180469716em;
  margin-left: 1.618em;
}

.widget_archive ul .children,
.widget_categories ul .children,
.widget_layered_nav ul .children,
.widget_layered_nav_filters ul .children,
.widget_links ul .children,
.widget_nav_menu ul .children,
.widget_pages ul .children,
.widget_product_categories ul .children,
.widget_recent_comments ul .children,
.widget_recent_entries ul .children {
  margin-left: 0;
  margin-top: 1em;
}

.footer-widgets #wp-calendar td,
.footer-widgets #wp-calendar th,
.widget-area #wp-calendar td,
.widget-area #wp-calendar th {
  padding: 0.236em;
  text-align: center;
}

.widget_pages ul ul.children,
.widget_recent_entries ul ul.children {
  margin: 0.6180469716em 0 0 1.41575em;
}

.widget_rating_filter .wc-layered-nav-rating {
  margin-bottom: 0.6180469716em;
}

.widget_rating_filter .wc-layered-nav-rating a {
  text-decoration: none !important;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
  display: inline-block;
  height: 1em;
  line-height: 1;
}

.widget-area .widget {
  font-size: 0.875em;
}

.widget-area .widget h1.widget-title {
  font-size: 1.41575em;
}

.widget-area .widget a:not(.button) {
  font-weight: 600;
  text-decoration: underline;
}

.widget-area .widget a:not(.button):hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  table.shop_table_responsive tbody tr td,
  table.shop_table_responsive tbody tr th {
    text-align: left;
  }
  .site-header {
    padding-top: 2.617924em;
    padding-bottom: 0;
  }
  .site-header .site-branding {
    display: block;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  .site-header .site-branding img {
    height: auto;
    max-width: 230px;
    max-height: none;
  }
  .woocommerce-active .site-header .site-branding {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
  }
  .woocommerce-active .site-header .site-search {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    clear: none;
  }
  .woocommerce-active .site-header .main-navigation {
    width: 73.9130434783%;
    float: left;
    margin-right: 4.347826087%;
    clear: both;
  }
  .woocommerce-active .site-header .site-header-cart {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }
  .storefront-secondary-navigation .site-header .site-branding {
    width: 39.1304347826%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-secondary-navigation .site-header .secondary-navigation {
    width: 56.5217391304%;
    float: right;
    margin-right: 0;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }
  .custom-logo-link,
  .site-branding,
  .site-header-cart,
  .site-logo-anchor,
  .site-logo-link,
  .site-search {
    margin-bottom: 1.41575em;
  }
  .site-header .subscribe-and-connect-connect {
    float: right;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0 0 0.5407911001em !important;
    display: inline-block;
  }
  .col-full {
    /*
    max-width: 66.4989378333em;

    margin-left: auto;
    margin-right: auto;
    padding: 0 2.617924em;
    box-sizing: content-box
    */
  }
  .col-full::after,
  .col-full::before {
    content: "";
    display: table;
  }
  .col-full::after {
    clear: both;
  }
  .col-full:after {
    content: " ";
    display: block;
    clear: both;
  }
  .site-content::after,
  .site-content::before {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }
  .right-sidebar .widget-area {
    width: 100%;
  }
  .left-sidebar .content-area {
    width: 73.9130434783%;
    float: right;
    margin-right: 0;
  }
  .left-sidebar .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .storefront-full-width-content .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .content-area,
  .widget-area {
    margin-bottom: 12px;
  }
  .page-template-template-fullwidth-php .content-area,
  .page-template-template-homepage-php .content-area {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widgets {
    padding-top: 4.235801032em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .footer-widgets::after,
  .footer-widgets::before {
    content: "";
    display: table;
  }
  .footer-widgets::after {
    clear: both;
  }
  .footer-widgets.col-2 .block {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-2 .block.footer-widget-2 {
    float: right;
    margin-right: 0;
  }
  .footer-widgets.col-3 .block {
    width: 30.4347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-3 .block.footer-widget-3 {
    float: right;
    margin-right: 0;
  }
  .footer-widgets.col-4 .block {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
  }
  .footer-widgets.col-4 .block.footer-widget-4 {
    float: right;
    margin-right: 0;
  }
  .comment-list::after,
  .comment-list::before {
    content: "";
    display: table;
  }
  .comment-list::after {
    clear: both;
  }
  .comment-list .comment {
    clear: both;
  }
  .comment-list .comment-meta {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
    text-align: right;
  }
  .comment-list .comment-meta .avatar {
    float: right;
  }
  .comment-list .comment-content {
    padding-bottom: 3.706325903em;
    margin-bottom: 3.706325903em;
  }
  .comment-list #respond,
  .comment-list .comment-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
  }
  .comment-list #respond {
    float: right;
  }
  .comment-list #respond .comment-form-author,
  .comment-list #respond .comment-form-email,
  .comment-list #respond .comment-form-url {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment-body #respond {
    box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
    margin-bottom: 2.617924em;
    margin-top: -1.618em;
  }
  .comment-list .reply {
    clear: both;
    text-align: right;
  }
  .comment-list ol.children {
    width: 88.2352941176%;
    float: right;
    margin-right: 0;
    list-style: none;
  }
  .comment-list ol.children .comment-meta {
    width: 20%;
    float: left;
    margin-right: 6.6666666667%;
  }
  .comment-list ol.children #respond,
  .comment-list ol.children .comment-content {
    width: 73.3333333333%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children {
    width: 86.6666666667%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children .comment-meta {
    width: 23.0769230769%;
    float: left;
    margin-right: 7.6923076923%;
  }
  .comment-list ol.children ol.children #respond,
  .comment-list ol.children ol.children .comment-content {
    width: 69.2307692308%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children {
    width: 84.6153846154%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children .comment-meta {
    width: 27.2727272727%;
    float: left;
    margin-right: 9.0909090909%;
  }
  .comment-list ol.children ol.children ol.children #respond,
  .comment-list ol.children ol.children ol.children .comment-content {
    width: 63.6363636364%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children {
    width: 81.8181818182%;
    float: right;
    margin-right: 0;
  }
  .comment-list ol.children ol.children ol.children ol.children .comment-meta {
    width: 33.3333333333%;
    float: left;
    margin-right: 11.1111111111%;
  }
  .comment-list ol.children ol.children ol.children ol.children #respond,
  .comment-list ol.children ol.children ol.children ol.children .comment-content {
    width: 55.5555555556%;
    float: right;
    margin-right: 0;
  }
  #respond {
    padding: 2.617924em;
  }
  #respond .comment-form-author,
  #respond .comment-form-email,
  #respond .comment-form-url {
    width: 29.4117647059%;
    float: left;
    margin-right: 5.8823529412%;
  }
  #respond .comment-form-url {
    float: right;
    margin-right: 0;
  }
  #respond .comment-form-comment {
    clear: both;
  }
  .hentry .entry-header {
    margin-bottom: 2.617924em;
  }
  .handheld-navigation,
  .main-navigation.toggled .handheld-navigation,
  .main-navigation.toggled div.menu,
  .menu-toggle {
    display: none;
  }
  .primary-navigation {
    display: block;
  }
  .main-navigation,
  .secondary-navigation {
    clear: both;
    display: block;
    width: 100%;
  }
  .main-navigation ul,
  .secondary-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: block;
  }
  .main-navigation ul li,
  .secondary-navigation ul li {
    position: relative;
    display: inline-block;
    text-align: left;
  }
  .main-navigation ul li a,
  .secondary-navigation ul li a {
    display: block;
  }
  .main-navigation ul li a::before,
  .secondary-navigation ul li a::before {
    display: none;
  }
  .main-navigation ul li.focus > ul,
  .main-navigation ul li:hover > ul,
  .secondary-navigation ul li.focus > ul,
  .secondary-navigation ul li:hover > ul {
    left: 0;
    display: block;
  }
  .main-navigation ul li.focus > ul li > ul,
  .main-navigation ul li:hover > ul li > ul,
  .secondary-navigation ul li.focus > ul li > ul,
  .secondary-navigation ul li:hover > ul li > ul {
    left: -9999px;
  }
  .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
  .main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device,
  .secondary-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
  .secondary-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul li.focus > ul li.focus > ul,
  .main-navigation ul li.focus > ul li:hover > ul,
  .main-navigation ul li:hover > ul li.focus > ul,
  .main-navigation ul li:hover > ul li:hover > ul,
  .secondary-navigation ul li.focus > ul li.focus > ul,
  .secondary-navigation ul li.focus > ul li:hover > ul,
  .secondary-navigation ul li:hover > ul li.focus > ul,
  .secondary-navigation ul li:hover > ul li:hover > ul {
    left: 100%;
    top: 0;
    display: block;
  }
  .main-navigation ul ul,
  .secondary-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: -9999px;
  }
  .main-navigation ul ul.sub-menu--is-touch-device,
  .secondary-navigation ul ul.sub-menu--is-touch-device {
    display: none;
    left: 0;
  }
  .main-navigation ul ul li,
  .secondary-navigation ul ul li {
    display: block;
  }
  .main-navigation ul ul li a,
  .secondary-navigation ul ul li a {
    width: 200px;
  }
  ul.menu li.current-menu-item > a {
    color: #43454b;
  }
  .storefront-primary-navigation {
    clear: both;
  }
  .storefront-primary-navigation::after,
  .storefront-primary-navigation::before {
    content: "";
    display: table;
  }
  .storefront-primary-navigation::after {
    clear: both;
  }
  .main-navigation div.menu {
    display: block;
  }
  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-left: -1em;
    -webkit-transition: none;
    transition: none;
  }
  .main-navigation ul.menu > li > a,
  .main-navigation ul.nav-menu > li > a {
    padding: 1.618em 1em;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover::after,
  .main-navigation ul.menu > li.page_item_has_children:hover::after,
  .main-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
  .main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .main-navigation ul.menu ul,
  .main-navigation ul.nav-menu ul {
    margin-left: 0;
  }
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    padding: 0.875em 1.41575em;
    font-weight: 400;
    font-size: 0.875em;
  }
  .main-navigation ul.menu ul li:last-child,
  .main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-navigation ul.menu ul ul,
  .main-navigation ul.nav-menu ul ul {
    margin-left: 0;
    box-shadow: none;
  }
  .main-navigation ul.menu ul a:hover,
  .main-navigation ul.menu ul li.focus,
  .main-navigation ul.menu ul li:hover > a,
  .main-navigation ul.nav-menu ul a:hover,
  .main-navigation ul.nav-menu ul li.focus,
  .main-navigation ul.nav-menu ul li:hover > a {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .main-navigation a {
    padding: 0 1em 2.2906835em;
  }
  .secondary-navigation {
    margin: 0 0 1.618em;
    width: auto;
    clear: none;
    line-height: 1;
  }
  .secondary-navigation .menu {
    font-size: 0.875em;
    width: auto;
    float: right;
  }
  .secondary-navigation .menu > li:hover > a {
    text-decoration: none;
  }
  .secondary-navigation .menu ul a {
    padding: 0.326em 0.875em;
    background: rgba(0, 0, 0, 0.05);
  }
  .secondary-navigation .menu ul li:first-child a {
    padding-top: 1em;
  }
  .secondary-navigation .menu ul li:last-child a {
    padding-bottom: 1em;
  }
  .secondary-navigation .menu ul ul {
    margin-top: -0.6180469716em;
  }
  .secondary-navigation .menu a {
    padding: 1em 0.875em;
    color: #737781;
    font-weight: 400;
  }
  .secondary-navigation .menu a:hover {
    text-decoration: none;
  }
  .error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 66.4989378333em) {
  .col-full {
    margin-left: 2.617924em;
    margin-right: 2.617924em;
    padding: 0;
  }
}
@media (max-width: 568px) {
  .col-full {
    margin-left: 1.41575em;
    margin-right: 1.41575em;
    padding: 0;
  }
}
/* STOP OLD STYLES */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--black);
}

h1 {
  font-size: 2rem;
  margin-bottom: 12px;
}

p {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  #page .shop-promises-container {
    display: none;
  }
}
.service-logo {
  text-align: center;
  width: 100%;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.dhl {
  background-image: url("../../images/svg/shipping-dhl.svg");
  background-size: 82px;
}

.se-postnord {
  background-image: url("../../images/svg/shipping-postnord.svg");
  background-size: 82px;
}

.de-post {
  background-image: url("../../images/svg/shipping-deutsche-post.svg");
}

.fi-posti {
  background-image: url("../../images/svg/shipping-posti-fi.svg");
}

.dk-post {
  background-image: url("../../images/svg/shipping-post-dk.svg");
}

.nl-post {
  background-image: url("../../images/svg/shipping-postnl-nl.svg");
}

.uk-post {
  background-image: url("../../images/svg/shipping-royal-mail.png");
}

.ups {
  background-image: url("../../images/svg/shipping-ups.svg");
}

/* Page */
.cart-trigger {
  display: inline-block;
}

.cart-trigger .cart-btn {
  font-weight: 400;
  color: var(--black);
  padding: 0 0 0 27px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
}

.cart-trigger .cart-btn:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background-image: url("../../images/icons/icon-shopping-bag-black.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
}

.cart-badge {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: var(--black);
  position: absolute;
  top: -10px;
  left: -6px;
}

.brand-promises {
  display: flex;
  justify-content: center;
}

.promise-item {
  font-size: 1rem;
  padding: 7px 20px;
  margin: 5px 10px;
  border-radius: 30px;
  background-color: #eee;
  background-repeat: no-repeat;
}

.trust-safe-ecommerce {
  background-image: url(../../images/icons/icon-shield-color.svg);
  background-size: 17px !important;
}

.trust-quality-engraving {
  background-image: url(../../images/icons/icon-star-color.svg);
}

.delivery-specs {
  background-image: url(../../images/icons/icon-box-color.svg);
}

.produced-in-sweden {
  background-image: url(../../images/icons/icon-flag-swe.svg);
}

.flat-rate-shipping {
  background-image: url(../../images/icons/icon-delivery-free-color.svg);
}

.screws-included {
  background-image: url(../../images/svg/screws-included.svg);
  background-size: 20px;
  background-position: center left;
}

.tape-included {
  background-image: url(../../images/svg/tape-included.svg);
  background-size: 20px;
  background-position: center left;
}

.product-promises-item {
  background-repeat: no-repeat;
}

.product-promises-item.screws-included, .product-promises-item.tape-included {
  padding-left: 25px;
}

/* WOO */
@media (min-width: 768px) {
  .page-template-template-fullwidth-php .header-widget-region ul.products.columns-4 li.product,
  .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
  .page-template-template-homepage-php .header-widget-region ul.products.columns-4 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
  .storefront-full-width-content .header-widget-region ul.products.columns-4 li.product,
  .storefront-full-width-content .site-main ul.products.columns-4 li.product {
    margin-right: 2px !important;
    margin-bottom: 8px;
  }
}
/* WooCommerce */
.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-form.woocommerce-form-login.login {
  max-width: 450px;
  padding: 24px;
  margin: 0 auto;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
}

.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row {
  width: 100%;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-LostPassword.lost_password {
  margin-bottom: 0;
}

.storefront-product-pagination {
  display: flex;
  background-color: transparent;
}

.storefront-product-pagination a {
  background-color: transparent !important;
}

.storefront-product-pagination a[rel=prev] img,
.storefront-product-pagination a[rel=next] img {
  mix-blend-mode: darken;
  margin: 0 !important;
}

.storefront-product-pagination a[rel=prev],
.storefront-product-pagination a[rel=next] {
  text-align: center;
  position: relative;
  left: auto !important;
  right: auto !important;
}

.storefront-product-pagination a[rel=prev]::after,
.storefront-product-pagination a[rel=next]::after {
  font-size: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.storefront-product-pagination a[rel=prev]::after {
  left: 0;
}

.storefront-product-pagination a[rel=next]::after {
  right: 0;
}

.storefront-product-pagination a[rel=prev] {
  padding-left: 2em !important;
}

.storefront-product-pagination a[rel=next] {
  padding-right: 2em !important;
}

.storefront-full-width-content .woocommerce-products-header h1:last-child,
.storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.125;
  text-align: left;
  margin-bottom: 0.5em;
}

.woocommerce-shipping-methods {
  margin-bottom: 16px;
}
.woocommerce-shipping-methods li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  padding: 7px 5px 5px 11px;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.woocommerce-shipping-methods li label {
  font-size: 0.9rem;
  display: flex;
  margin: 0;
  gap: 6px;
  cursor: pointer;
}
.woocommerce-shipping-methods li label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  min-width: 20px;
  border-radius: 100%;
  background-color: #f7f7f7;
  border: 1px solid #bbb;
  box-shadow: inset 0 0 0 4px white;
}
.woocommerce-shipping-methods li input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.woocommerce-shipping-methods li input:checked + label::before {
  border: 1px solid var(--blue-500);
  background-color: var(--blue-500) !important;
}
.woocommerce-shipping-methods li label {
  flex: 1;
}
.woocommerce-shipping-methods li .service-logo {
  display: inline-block;
  width: 70px;
  height: 40px;
  background-size: contain;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: var(--main-black) !important;
}

.has-border-grey {
  box-shadow: inset 0 0 1px 1px #ddd;
}

.menu-label {
  color: var(--black) !important;
}

.equal-height-columns > div {
  display: flex;
}

.equal-height-columns > div .card {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .columns-scroll-x-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .columns-scroll-x-container .columns-scroll-x {
    display: -webkit-box;
    padding-bottom: 1rem;
    margin-bottom: 0 !important;
    flex-direction: row;
    justify-content: end;
    -webkit-box-pack: unset;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .columns-scroll-x-container .columns-scroll-x > div {
    width: 64% !important;
  }
  .columns-scroll-x-container .columns-scroll-x > div > article {
    box-shadow: 0 1px 13px 3px rgba(0, 0, 0, 0.15);
  }
}
.woocommerce-Tabs-panel.panel {
  border-radius: 0;
  box-shadow: none;
  font-size: inherit;
}

@media (min-width: 768px) {
  .storefront-full-width-content .woocommerce-tabs .panel {
    margin-bottom: 0 !important;
  }
}
.columns__wrapper {
  flex-direction: column;
}
@media (min-width: 768px) {
  .columns__wrapper {
    padding: 24px;
  }
}

.columns.spotlight__wrapper {
  margin-top: 12px;
  margin-bottom: 12px;
}

.so-many-products {
  font-size: 1rem;
  font-weight: 600;
  padding: 16px 0 16px 70px;
  background-image: url("../../images/icons/icon-product-range.svg");
  background-repeat: no-repeat;
}

.up-sells.upsells.products {
  padding: 20px;
  margin-top: 12px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px #ddd;
}
@media (max-width: 768px) {
  .up-sells.upsells.products h2 {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .related.products h2 {
    font-size: 1.2rem !important;
    text-align: center;
  }
}

.related > h2:first-child,
.upsells > h2:first-child {
  margin-bottom: 12px !important;
}

.panel-navigation {
  padding: 10px 5px;
  border-bottom: 1px solid var(--main-border);
}
.panel-cart-items {
  width: 100%;
  padding: 1rem;
}
.panel-cart-items {
  width: 100%;
  padding: 1rem;
}
.panel-cart-items thead th, .panel-cart-items thead td {
  font-size: 0.8rem;
  color: var(--main-black);
}
.panel-cart-items a {
  color: var(--main-black);
}
.panel-cart-items .media-content .content {
  line-height: 1.2;
}
.panel-cart-items .cart-item {
  overflow: hidden;
}
.panel-cart-items .cart-item .item-details {
  line-height: 1.2;
}
.panel-cart-items .cart-item .item-name {
  font-weight: bold;
  color: var(--main-black);
}
.panel-cart-items .cart-item .item-count, .panel-cart-items .cart-item .item-price, .panel-cart-items .cart-item .item-description, .panel-cart-items .cart-item .item-size {
  font-size: 0.8rem;
  color: var(--main-black);
}
.panel-cart .panel-cart-contents {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--main-border);
  background-color: white;
}
.panel-cart .panel-cart-contents h3 {
  font-weight: bold;
  padding: 1rem 15px 0;
  background-color: white;
}
.panel-cart .panel-cart-contents .thumbnail {
  min-width: 80px;
  height: 80px;
  overflow: hidden;
}
.panel-cart .panel-cart-contents .thumbnail a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.panel-cart .panel-cart-contents .thumbnail a .item-product-image {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.panel-cart .panel-cart-contents .thumbnail a .item-product-image img {
  max-width: 110px;
}
.panel-cart .cart-checkout {
  padding: 15px 15px 25px;
}
.panel-cart .cart-checkout .cart-total-sum {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}
.panel-cart .cart-checkout .cart-total-sum .cart-total-amount {
  font-weight: bold;
}

.product-template-default ul.products {
  display: flow-root;
}

.columns__wrapper > div:last-of-type {
  margin-bottom: 0;
}

.button {
  border-radius: 0;
}
.button.is-primary {
  background-color: var(--blue-500);
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: var(--blue-600);
}

.columns.product_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
.columns.product_list .product {
  max-width: 100%;
  width: 100%;
  padding: 8px;
  margin-bottom: 0;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
}
.columns.product_list .product > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.columns.product_list .product .wc-block-grid__product-title,
.columns.product_list .product .woocommerce-loop-product__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .columns.product_list .product .wc-block-grid__product-title,
  .columns.product_list .product .woocommerce-loop-product__title {
    font-size: 1rem;
  }
}
.columns.product_list .product .product-description {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
}
.columns.product_list .product .price,
.columns.product_list .product .wc-block-grid__product-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0 !important;
}
.columns.product_list .product .woocommerce-LoopProduct-link.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  max-height: 200px;
  width: auto;
  margin: 1.618em auto 1.618em auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
.columns.product_list .product .wc-block-grid__product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.columns.product_list .product .wc-block-grid__product-image img {
  max-height: 200px;
  width: auto;
  margin: 1.618em auto 1.618em auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .columns.product_list .product .wc-block-grid__product-image {
    min-height: 200px;
  }
}
.columns.product_list .product .wc-block-grid__product-link .wc-block-grid__product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin-bottom: 0 !important;
}
.columns.product_list .product .wc-block-grid__product-link .wc-block-grid__product-image img {
  height: auto;
}
@media (min-width: 768px) {
  .columns.product_list .product .wc-block-grid__product-link .wc-block-grid__product-image {
    min-height: 200px;
  }
}
.columns.product_list .product .wp-block-woocommerce-product-price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 8px;
}
.columns.product_list .product.outofstock .onsale,
.columns.product_list .product.outofstock .wc-block-grid__product-onsale {
  display: none;
}
.columns.product_list .product .onsale,
.columns.product_list .product .wc-block-grid__product-onsale {
  font-size: 0.875rem;
  font-weight: 800;
  color: white;
  padding: 1px 7px;
  border-color: var(--orange);
  background-color: var(--orange);
  position: absolute;
  top: 8px;
  left: 8px;
}
.columns.product_list .product .outofstock-badge {
  font-weight: 800;
  color: rgba(0, 0, 0, 0.7);
  padding: 4px 7px;
  border-radius: 3px;
  border-color: var(--yellowe);
  background-color: var(--yellow);
  position: absolute;
  top: 8px;
  left: 8px;
}
@media (min-width: 992px) {
  .columns.product_list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}

.products .product.type-product {
  max-width: 100%;
  width: 100%;
  padding: 8px;
  margin-bottom: 0;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
}
.products .product.type-product > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.products .product.type-product .wc-block-grid__product-title,
.products .product.type-product .woocommerce-loop-product__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .products .product.type-product .wc-block-grid__product-title,
  .products .product.type-product .woocommerce-loop-product__title {
    font-size: 1rem;
  }
}
.products .product.type-product .product-description {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
}
.products .product.type-product .price,
.products .product.type-product .wc-block-grid__product-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0 !important;
}
.products .product.type-product .woocommerce-LoopProduct-link.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  max-height: 200px;
  width: auto;
  margin: 1.618em auto 1.618em auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
.products .product.type-product .wc-block-grid__product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.products .product.type-product .wc-block-grid__product-image img {
  max-height: 200px;
  width: auto;
  margin: 1.618em auto 1.618em auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .products .product.type-product .wc-block-grid__product-image {
    min-height: 200px;
  }
}
.products .product.type-product .wc-block-grid__product-link .wc-block-grid__product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin-bottom: 0 !important;
}
.products .product.type-product .wc-block-grid__product-link .wc-block-grid__product-image img {
  height: auto;
}
@media (min-width: 768px) {
  .products .product.type-product .wc-block-grid__product-link .wc-block-grid__product-image {
    min-height: 200px;
  }
}
.products .product.type-product .wp-block-woocommerce-product-price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 8px;
}
.products .product.type-product.outofstock .onsale,
.products .product.type-product.outofstock .wc-block-grid__product-onsale {
  display: none;
}
.products .product.type-product .onsale,
.products .product.type-product .wc-block-grid__product-onsale {
  font-size: 0.875rem;
  font-weight: 800;
  color: white;
  padding: 1px 7px;
  border-color: var(--orange);
  background-color: var(--orange);
  position: absolute;
  top: 8px;
  left: 8px;
}
.products .product.type-product .outofstock-badge {
  font-weight: 800;
  color: rgba(0, 0, 0, 0.7);
  padding: 4px 7px;
  border-radius: 3px;
  border-color: var(--yellowe);
  background-color: var(--yellow);
  position: absolute;
  top: 8px;
  left: 8px;
}

.products.columns-3,
.wc-block-grid__products {
  list-style-type: none !important;
}

.wc-block-grid__product {
  border: 1px solid #eee !important;
  max-width: 100%;
  width: 100%;
  padding: 8px;
  margin-bottom: 0;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
}
.wc-block-grid__product > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__product .woocommerce-loop-product__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .wc-block-grid__product .wc-block-grid__product-title,
  .wc-block-grid__product .woocommerce-loop-product__title {
    font-size: 1rem;
  }
}
.wc-block-grid__product .product-description {
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
}
.wc-block-grid__product .price,
.wc-block-grid__product .wc-block-grid__product-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 0 !important;
}
.wc-block-grid__product .woocommerce-LoopProduct-link.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail {
  max-height: 200px;
  width: auto;
  margin: 1.618em auto 1.618em auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
.wc-block-grid__product .wc-block-grid__product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
}
.wc-block-grid__product .wc-block-grid__product-image img {
  max-height: 200px;
  width: auto;
  margin: 1.618em auto 1.618em auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .wc-block-grid__product .wc-block-grid__product-image {
    min-height: 200px;
  }
}
.wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin-bottom: 0 !important;
}
.wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image img {
  height: auto;
}
@media (min-width: 768px) {
  .wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image {
    min-height: 200px;
  }
}
.wc-block-grid__product .wp-block-woocommerce-product-price {
  font-size: 1rem;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 8px;
}
.wc-block-grid__product.outofstock .onsale,
.wc-block-grid__product.outofstock .wc-block-grid__product-onsale {
  display: none;
}
.wc-block-grid__product .onsale,
.wc-block-grid__product .wc-block-grid__product-onsale {
  font-size: 0.875rem;
  font-weight: 800;
  color: white;
  padding: 1px 7px;
  border-color: var(--orange);
  background-color: var(--orange);
  position: absolute;
  top: 8px;
  left: 8px;
}
.wc-block-grid__product .outofstock-badge {
  font-weight: 800;
  color: rgba(0, 0, 0, 0.7);
  padding: 4px 7px;
  border-radius: 3px;
  border-color: var(--yellowe);
  background-color: var(--yellow);
  position: absolute;
  top: 8px;
  left: 8px;
}

.base-information h2 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.base-information h3 {
  font-size: 1rem;
  margin-top: 10px;
}
.base-information ul,
.base-information ol {
  margin: revert;
  padding: revert;
}
@media (min-width: 768px) {
  .base-information h2 {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .base-information h3 {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.hero.is-small .hero-body {
  padding-bottom: 0;
}
.hero.is-small .hero-body .columns:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hero.is-small .hero-body {
    padding: 0 0 10px 0;
  }
  .hero.is-small .columns {
    margin: 0;
  }
}
.hero .frontpage-hero {
  position: relative;
}
.hero .frontpage-hero .price-badge {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 20px;
  border-radius: 100%;
  background-color: var(--main-red-dark);
  position: absolute;
  top: 0;
  right: 0;
}
.hero .frontpage-hero .price-badge div {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero .frontpage-hero .price-badge div span {
  color: white;
}
.hero .frontpage-hero .hero-inner {
  min-height: 300px;
}
.hero .frontpage-hero .hero-inner.hero-inner-custom {
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .hero .frontpage-hero .hero-inner.hero-inner-custom .hero-content {
    line-height: 1.4rem;
    width: 65%;
    padding: 16px 10px 16px 6px;
    z-index: 3;
  }
  .hero .frontpage-hero .hero-inner.hero-inner-custom .hero-content h1 {
    font-size: 1.3rem;
  }
}
.hero .frontpage-hero .hero-inner.hero-inner-custom .hero-content-image {
  width: 40%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .hero .frontpage-hero .hero-inner.hero-inner-custom .hero-content-image {
    top: 0;
    background-size: contain;
  }
}
.hero .frontpage-hero .hero-inner.hero-inner-custom a {
  font-weight: 600;
  text-align: center;
  display: inline-block;
  color: white;
  margin-top: 8px;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  border-radius: 4px;
  background-color: var(--orange);
}
@media (max-width: 768px) {
  .hero .frontpage-hero .hero-inner.hero-inner-custom a {
    display: block;
  }
}
.hero .frontpage-hero .hero-inner.hero-inner-custom blockquote {
  font-weight: 600;
  text-align: center;
  line-height: 70px;
  color: white;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 100%;
  background-color: var(--orange);
  position: absolute;
  top: 20px;
  right: -70px;
  z-index: 1;
}
.hero .frontpage-hero .hero-content {
  max-width: 470px;
  padding: 30px 30px 30px 60px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.hero .frontpage-hero .hero-content .title {
  color: var(--main-black);
}
.hero .frontpage-hero .hero-content .subtitle {
  color: var(--main-black);
}
@media (max-width: 768px) {
  .hero .frontpage-hero .price-badge {
    display: none;
  }
  .hero .frontpage-hero .hero-inner {
    min-height: auto;
  }
  .hero .frontpage-hero .hero-content {
    padding: 20px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  .hero .frontpage-hero .hero-image {
    display: none;
  }
}
.hero .customer-service {
  border-left: 1px solid #eee;
}
.hero .customer-service .media {
  align-items: start;
}
@media (min-width: 1024px) {
  .hero .customer-service .media {
    align-items: center;
  }
}
.hero .customer-service .media .image img {
  margin-top: 5px;
  border-radius: 4px !important;
}
.hero .customer-service > div > div {
  border-bottom: 1px solid #eee;
}
.hero .customer-service > div > div:last-of-type {
  border-bottom: 0;
}
.hero .customer-service > div > div h2 {
  font-weight: 600;
}
.hero .customer-service > div > div a {
  line-height: 1.4;
  color: var(--main-black);
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
.hero .customer-service > div > div a::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../../images/icons/icon-angle-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .hero .customer-service {
    display: none;
  }
}

.cart-empty,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
  color: #25312a !important;
  padding: 1em 1.618em;
  margin: 0 auto 2.617924em auto;
  max-width: 800px;
  clear: both;
  border-radius: 6px;
  border-left: 0.6180469716em solid rgba(0, 0, 0, 0.15);
  background-color: white !important;
  box-shadow: 0 3px 18px rgba(39, 42, 47, 0.12);
}

.woocommerce-error {
  border-color: var(--orange);
}

.woocommerce-message {
  border-color: var(--blue-500);
}

.woocommerce-info {
  border-color: #3d9cd2;
}

.woocommerce-message,
.woocommerce-error {
  max-width: 800px;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a {
  color: var(--theme-link-color) !important;
}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover, .woocommerce-noreviews a:hover {
  color: var(--theme-link-color-hover) !important;
}

.woocommerce-form-login__wrapper {
  max-width: 450px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #ddd;
  background-color: white;
  box-shadow: 0 3px 18px rgba(39, 42, 47, 0.12);
}
.woocommerce-form-login__wrapper h2 {
  letter-spacing: 0.05rem;
  text-align: center;
  margin-bottom: 24px;
}
.woocommerce-form-login__wrapper .woocommerce-form.woocommerce-form-login.login {
  padding: 0;
  box-shadow: none;
}
.woocommerce-form-login__wrapper .woocommerce-button.button.woocommerce-form-login__submit {
  max-height: 100px;
  width: 100%;
  padding: 24px;
  margin-top: 16px;
}
.woocommerce-form-login__wrapper .woocommerce-button.button.woocommerce-form-login__submit:hover {
  color: var(--black);
  background-color: #f7f7f7;
}

.wc-tabs-wrapper.woocommerce-tabs {
  margin-top: 42px;
  padding: 0 16px;
}
.wc-tabs-wrapper.woocommerce-tabs li {
  width: 100%;
}

.wc-forward::after,
.woocommerce-Button--next::after {
  display: none;
}

/*

#off-canvas-cart .mm-navbar {
  border: none;
}

#off-canvas-cart .mm-navbar__title {
  color: var(--main-black);
}

.mm-navbar__title {
  font-weight: 900;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

#off-canvas-cart .button.wc-forward {
  color: white;
  border-color: var(--main-green);
  background-color: var(--main-green);
  border-radius: 6px;
  margin-right: 0;
}

.panel-menu .woocommerce-mini-cart-item {
  padding: 12px !important;
}

.panel-menu .woocommerce-mini-cart .checkout__image-merge {
  display: inline-block;
  margin-right: 12px;
}

.panel-menu .product_list_widget li > a {
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  font-weight: 500;
}

.panel-menu .product_list_widget li img {
  float: none;
  width: 100%;
  max-width: 150px;
  height: auto;
}

*/
.shop_table.cart.woocommerce-cart-form__contents .checkout__generated-image img {
  max-width: 200px !important;
  width: 100%;
}

.shop_table.cart.woocommerce-cart-form__contents .attachment-woocommerce_thumbnail {
  display: none;
}

.woocommerce-mini-cart {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-mini-cart > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-mini-cart > li:last-of-type {
  border-bottom: none;
}

.woocommerce-mini-cart-item a {
  color: var(--black);
}

.woocommerce-mini-cart-item .minicart__order-image {
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

.woocommerce-mini-cart-item .minicart__generated-image {
  max-width: 100px;
  height: auto;
  margin-right: 12px;
  margin-bottom: 12px;
}

.woocommerce-mini-cart .checkout__image-merge {
  display: none;
}

.woocommerce-mini-cart__total {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.woocommerce-mini-cart__total strong {
  font-weight: 400;
  color: var(--main-black);
}

.woocommerce-mini-cart__total .woocommerce-Price-amount.amount {
  font-size: 1.4rem;
  font-weight: 600;
  color: #363636;
}

.tabs.wc-tabs .description_tab.active {
  width: 100%;
}

form {
  margin-bottom: 1.618em;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

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-appearance: textfield;
  box-sizing: content-box;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
button,
input,
textarea {
  color: #43454b;
  line-height: 1.618;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

select {
  color: initial;
  max-width: 100%;
}

table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}

table caption {
  padding: 1em 0;
  font-weight: 600;
}

table td,
table th {
  padding: 1em 1.41575em;
  text-align: left;
  vertical-align: top;
}

table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}

table th {
  font-weight: 600;
}

table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}

table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}

table tbody h2 a {
  font-weight: 400;
}

.search-trigger a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background-image: url("../../images/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  vertical-align: middle;
}

.post-type-archive-product .fibo-search-container .page-title {
  margin-top: 32px;
}
.post-type-archive-product .fibo-search-container .products {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .post-type-archive-product .fibo-search-container .page-title {
    margin-top: 8px;
    padding: 8px;
  }
}
.post-type-archive-product .fibo-search-container ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-gap: 4px;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .post-type-archive-product .fibo-search-container ul.products.columns-4 {
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
  }
}

.site-search {
  display: none !important;
  padding: 12px;
  margin-bottom: 6px;
  border-bottom: 1px solid #eee;
  background-color: white;
}
.site-search form {
  margin-bottom: 0;
}
.site-search h2 {
  font-size: 1em;
}
.site-search .field.has-addons {
  background-color: #eee;
}
.site-search__active {
  display: block !important;
}
@media (min-width: 768px) {
  .site-search {
    padding: 24px;
  }
}
.site-search-mobile {
  display: none !important;
  background-color: white;
}
.site-search-mobile .fibo-search-container {
  margin: 0;
}
.site-search-mobile .fibo-search-container .column {
  padding: 0;
}
.site-search-mobile .fibo-search-container .column form {
  margin: 0;
}
.site-search-mobile form {
  margin-bottom: 8px;
}
.site-search-mobile form .input,
.site-search-mobile form .textarea,
.site-search-mobile form .select select {
  border-radius: 18px;
  border-bottom: 1px solid #ddd;
}
.site-search-mobile form .button,
.site-search-mobile form .input {
  font-size: 0.8rem;
}
.site-search-mobile form .button {
  border-radius: 18px;
  background-color: #f2f2f2;
}
.site-search-mobile .column {
  padding: 5px;
}
@media (max-width: 768px) {
  .site-search-mobile {
    display: block !important;
  }
}

.pagination .page-numbers li .page-numbers.current {
  color: white;
}

body.search-results .site-search {
  display: none !important;
}

body.search .search-form, body.search-results .search-form {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  padding: 24px;
  margin: 0 auto 24px auto;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
}
body.search .search-form .field.has-addons, body.search-results .search-form .field.has-addons {
  width: 100%;
  max-width: 600px;
}
body.search .search-form .field.has-addons > div:first-of-type, body.search-results .search-form .field.has-addons > div:first-of-type {
  flex: 1;
}
body.search .search-results-container, body.search-results .search-results-container {
  max-width: 790px;
  margin: 0 auto;
}
body.search h1.no-search-results, body.search-results h1.no-search-results {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}
body.search div.no-search-results, body.search-results div.no-search-results {
  margin-top: 16px;
  text-align: center;
}
body.search div.no-search-results .vincent-lost, body.search-results div.no-search-results .vincent-lost {
  display: inline-block;
  max-width: 190px;
  height: auto;
}
body.search .search-trigger, body.search-results .search-trigger {
  display: none;
}
body.search .page-title, body.search-results .page-title {
  margin-bottom: 24px;
}
body.search .search-results-product, body.search-results .search-results-product {
  padding: 12px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--main-border);
  border-radius: 2px;
}
body.search .search-results-product h2, body.search-results .search-results-product h2 {
  font-size: 1.5rem;
  margin-top: 12px;
  margin-bottom: 3px;
}
body.search .search-results-product h2 + p, body.search-results .search-results-product h2 + p {
  margin-bottom: 6px;
}
body.search .search-results-product .product-image, body.search-results .search-results-product .product-image {
  max-width: 100%;
  height: auto;
  padding: 12px;
}
body.search .search-results-product .product-description, body.search-results .search-results-product .product-description {
  margin-bottom: 12px;
}
body.search .search-results-product .button, body.search-results .search-results-product .button {
  font-weight: 600;
  height: auto;
  padding: 0;
  margin-bottom: 6px;
}
body.search .pagination, body.search-results .pagination {
  margin: 0;
}

.fibo-search-container {
  margin-top: 16px;
  margin-bottom: 16px;
}
.fibo-search-container .columns {
  margin: 0 auto;
}

.drawer {
  display: none;
}
.drawer__overlay {
  width: 100%;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
  background-color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.drawer__header {
  /* Optional */
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--main-border);
  background-color: #f7f7f7;
}
.drawer__header .drawer__title {
  font-weight: bold;
  color: var(--main-black);
}
.drawer__close {
  /* Optional */
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15px' height='16px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23351408'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
}
.drawer__wrapper {
  width: 500px;
  height: 100%;
  max-width: 80%;
  z-index: 9999;
  overflow: auto;
  transition: transform 0.3s;
  will-change: transform;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  -webkit-transform: translateX(103%);
  transform: translateX(103%);
  /* extra 3% because of box-shadow */
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  /* Optional */
  box-shadow: 0 2px 6px #777;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}
.drawer__content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  flex-grow: 1;
  /* Optional */
}
.drawer--left .drawer__wrapper {
  left: 0;
  right: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.drawer.is-active {
  display: block;
}
.drawer.is-visible .drawer__wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.drawer.is-visible .drawer__wrapper .drawer__overlay {
  opacity: 0.5;
}

.drawer-menu__wrapper {
  width: 80%;
  height: 100%;
  max-width: 350px;
  background: white;
  box-shadow: 1px 0 40px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto !important;
}
.drawer-menu__wrapper--header {
  display: flex;
  padding: 13px 18px;
  position: relative;
  border-bottom: 1px solid var(--main-border);
}
.drawer-menu__wrapper--header > div {
  flex: 1;
}
.drawer-menu__wrapper--header--title {
  font-weight: 600;
  color: var(--main-grey-dark);
}
.drawer-menu__wrapper--header .drawer-menu__close {
  color: var(--theme-link-color);
  float: right;
  border: none;
  background-color: transparent;
}
.drawer-menu__wrapper--cart {
  padding: 16px;
  border-bottom: 1px solid var(--main-border);
  background-color: #f7f7f7;
}
.drawer-menu__wrapper--cart h2 {
  font-size: 1rem;
  text-align: center;
  color: #363636;
}
.drawer-menu__wrapper--cart .product_list_widget {
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
.drawer-menu__wrapper--cart .product_list_widget li {
  padding: 8px;
}
.drawer-menu__wrapper--cart .product_list_widget li > div {
  display: flex;
  gap: 12px;
}
.drawer-menu__wrapper--cart .product_list_widget li > div .product-name {
  margin-bottom: 4px;
}
.drawer-menu__wrapper--cart .product_list_widget li > div .product-name,
.drawer-menu__wrapper--cart .product_list_widget li > div .product-name strong {
  color: #363636;
}
.drawer-menu__wrapper--cart .product_list_widget li > div .product-price {
  font-size: 0.8rem;
  opacity: 0.7;
}
.drawer-menu__wrapper--cart .product_list_widget li > div .checkout__generated-image {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.drawer-menu__wrapper--cart .product_list_widget li > div .checkout__generated-image img {
  max-width: 100%;
  height: auto;
}
.drawer-menu__wrapper .drawer-menu__navigation {
  padding: 16px;
}
.drawer-menu__wrapper .drawer-menu__navigation--title {
  font-weight: 600;
  color: var(--main-grey-dark);
  margin-bottom: 8px;
}
.drawer-menu__wrapper .drawer-menu__navigation .menu {
  list-style-type: none;
  flex-direction: column;
  width: 100%;
}
.drawer-menu__wrapper .drawer-menu__navigation .menu li a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}
.drawer-menu__wrapper .woocommerce-mini-cart {
  border: none;
  border-bottom: 1px solid var(--main-border);
}
.drawer-menu__wrapper .woocommerce-mini-cart-item {
  line-height: 1.2;
  position: relative;
}
.drawer-menu__wrapper .woocommerce-mini-cart-item .remove_from_cart_button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.drawer-menu__wrapper .woocommerce-mini-cart-item .checkout__image-merge {
  display: block;
}
.drawer-menu__wrapper .woocommerce-mini-cart-item .cart-extra-fields {
  display: none;
}
.drawer-menu__wrapper .woocommerce-mini-cart__buttons .button {
  font-weight: 600;
  width: 100%;
  margin-right: 0 !important;
  border: none;
}
.drawer-menu__wrapper .woocommerce-mini-cart__buttons .button.wc-forward {
  color: white;
  background-color: var(--blue-500);
}
.drawer-menu__wrapper .woocommerce-mini-cart__buttons .button.checkout {
  color: var(--black);
  background-color: white;
  box-shadow: inset 0 0 0 2px var(--blue-500);
}

#drawer-menu .drawer-menu__wrapper {
  transform: translateX(1000px);
  transition: transform 3s ease-in-out;
}
#drawer-menu[open] .drawer-menu__wrapper {
  transition: transform 3s ease-in-out;
  transform: translateX(0);
}

.drawer .woocommerce-mini-cart .woocommerce-mini-cart-item {
  background-color: red;
}
.drawer .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove {
  display: none;
}
.drawer .woocommerce-mini-cart .woocommerce-mini-cart-item a:not(.remove) .cart-extra-fields {
  display: none;
}
.drawer .woocommerce-mini-cart__buttons {
  flex-direction: column;
}
.drawer .woocommerce-mini-cart__buttons button,
.drawer .woocommerce-mini-cart__buttons a {
  font-weight: 600;
  min-width: 80%;
  border-color: var(--blue-500) !important;
  background-color: var(--blue-500) !important;
}

.footer {
  margin-top: 2rem;
  padding: 3rem 1.5rem 6rem;
  border-top: 1px solid #ddd;
}
.footer .category-list__section {
  margin-bottom: 40px;
}
.footer .shop-benefits {
  margin-bottom: 1rem;
}
.footer .about-company__section {
  margin-bottom: 40px;
}
.footer .about-company > div {
  max-width: 490px;
}
.footer .reseller__section {
  max-width: 220px;
}
.footer .reseller__section h3 {
  font-size: 1.2rem;
}
.footer .reseller__section p {
  font-size: 0.8rem;
  margin-bottom: 4px;
}
.footer .customer-service__button {
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  padding: 8px 12px 8px 65px;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 1px solid var(--main-border);
  background-color: #f7f7f7;
  background-image: url(../../../assets/images/icons/icon-support.svg);
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: center left 8px;
}
.footer .customer-service__button h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.footer .customer-service__button-telephone {
  line-height: 1.6;
  display: inline-block;
  width: 100%;
  padding: 8px 12px 8px 65px;
  margin-bottom: 24px;
  border-radius: 4px;
  border: 1px solid var(--main-border);
  background-color: #f7f7f7;
  background-image: url(../../../assets/images/icons/icon-support.svg);
  background-repeat: no-repeat;
  background-size: 46px;
  background-position: center left 8px;
}
.footer .customer-service__button-telephone h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.footer h3 {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .footer h3 {
    font-size: 1.5rem;
  }
}
.footer p {
  margin-bottom: 1rem;
}
.footer .service-logos {
  text-align: center;
}
.footer .service-logos ul li {
  display: inline-block;
}
.footer .service-logos ul li div {
  display: inline-block;
  width: 100px;
  height: 50px;
}
.footer .copyright {
  text-align: center;
}
.footer .menu-list .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .menu-list .menu ul,
.footer .menu-list .menu ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer .menu-list a {
  color: var(--black) !important;
}
.footer .menu-list ul li a {
  padding: 0 0 8px;
}
.footer .menu-list ul li a:hover {
  text-decoration: underline;
  background-color: transparent;
}
.footer .menu-list.product_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
}
.footer .menu-list.product_tags > a {
  width: 49%;
  padding: 0 0 8px;
}
.footer .menu-list.product_tags > a:hover {
  text-decoration: underline;
  background-color: transparent;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 10px;
    padding: 0;
  }
  .footer .column {
    padding: 16px;
  }
  .footer .column .menu-label {
    font-weight: 800;
    margin: 16px 0 0;
  }
  .footer .column .columns .column {
    padding: 0;
  }
  .footer .menu-list {
    display: flex;
    margin-bottom: 24px;
  }
  .footer .menu-list .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .footer .menu-list .menu li {
    background-color: #eee;
  }
  .footer .menu-list .menu li a {
    padding: 0 0 6px;
  }
  .footer .menu-list.product_tags {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .menu-list.product_tags a {
    flex: 1;
    white-space: nowrap;
  }
}

.storefront-breadcrumb {
  padding: 0 0.75rem 0.75rem 0.75rem !important;
  margin: 0 !important;
}
.storefront-breadcrumb .woocommerce-breadcrumb {
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px 7px 0;
  border: none;
  max-width: 1300px;
}
.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type::before {
  display: none;
}
.storefront-breadcrumb a {
  text-decoration: none !important;
}

.dropdown-menu .dropdown-content .menu {
  list-style-type: none;
}
.dropdown-menu .dropdown-content .menu .menu-item.sv a, .dropdown-menu .dropdown-content .menu .menu-item.se a {
  background-image: url("../../images/flags/flag-sweden.png");
}
.dropdown-menu .dropdown-content .menu .menu-item.fi a {
  background-image: url("../../images/flags/flag-finland.png");
}
.dropdown-menu .dropdown-content .menu .menu-item.da a, .dropdown-menu .dropdown-content .menu .menu-item.dk a {
  background-image: url("../../images/flags/flag-denmark.png");
}
.dropdown-menu .dropdown-content .menu .menu-item.uk a, .dropdown-menu .dropdown-content .menu .menu-item.en a {
  background-image: url("../../images/flags/flag-england.png");
}
.dropdown-menu .dropdown-content .menu .menu-item.de a {
  background-image: url("../../images/flags/flag-germany.png");
}
.dropdown-menu .dropdown-content .menu .menu-item.nl a {
  background-image: url("../../images/flags/flag-netherlands.png");
}
.dropdown-menu .dropdown-content .menu .menu-item.fr a {
  background-image: url("../../images/flags/flag-netherlands.png");
}
.dropdown-menu .dropdown-content .menu .menu-item a {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 5px 45px;
  background-size: 27px;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.dropdown-menu .dropdown-content .menu .menu-item a:hover {
  background-color: #f7f7f7;
}

.campaign-top-bar {
  color: white;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: var(--orange);
}
.campaign-top-bar p {
  margin-bottom: 0 !important;
}
.campaign-top-bar a {
  color: white;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .campaign-top-bar {
    padding: 12px;
  }
  .campaign-top-bar p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  .campaign-top-bar p:last-of-type {
    margin-bottom: 0;
  }
}

.trustpilot-widget-container {
  margin-bottom: 0;
  margin-top: 0.75rem;
}
.trustpilot-widget-container .columns .column {
  padding: 0.75rem;
}
@media (max-width: 768px) {
  .trustpilot-widget-container {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .trustpilot-widget-container .columns .column {
    padding: 0;
  }
  .trustpilot-widget-container .columns:last-child {
    margin-bottom: 0;
  }
}

.tabs a[aria-current]:not([aria-current=false]) {
  border-color: var(--black);
}

.navbar-categories .tabs {
  position: relative;
}
.navbar-categories .tabs a {
  font-size: 1rem;
}
.navbar-categories .tabs a[aria-current]:not([aria-current=false]) {
  color: var(--black);
  background-color: var(--icy-blue);
  border-color: var(--icy-blue);
}

.page__wrapper {
  padding: 24px;
}

.alternate-title + strong {
  display: none;
}

.entry {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .entry {
    padding: 30px;
  }
}
.entry p:last-of-type {
  margin-bottom: 0;
}

.cookie-consent-modal {
  font-size: 0.8rem;
  line-height: 1.4;
  display: none;
  max-width: 100%;
  margin-right: 10px;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #eee;
  background-color: white;
  box-shadow: 0 29px 40px 4px rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 15;
}
@media (min-width: 540px) {
  .cookie-consent-modal {
    max-width: 300px;
    padding: 24px;
  }
}
.cookie-consent-modal h2 {
  font-size: 1rem;
}
.cookie-consent-modal a {
  color: var(--theme-link-color);
}
.cookie-consent-modal a:hover {
  color: var(--theme-link-color-hover);
}
.cookie-consent-modal button {
  margin-top: 4px;
}
.cookie-consent-modal img {
  max-width: 29px;
  height: auto;
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
}
.cookie-consent-modal.not-approved {
  display: block;
}

.accordion__item {
  margin-bottom: 1rem;
  border-radius: 12px;
  border: 1px solid var(--main-border);
  overflow: hidden;
}
.accordion__item--question {
  background-color: #f7f7f7;
}
.accordion__item--question button {
  font-weight: 800;
  padding: 1rem;
  padding-left: 50px;
  text-align: left;
  width: 100%;
  border: none;
  background-color: transparent;
  position: relative;
}
.accordion__item--question button:hover {
  color: var(--black);
  background-color: #f7f7f7;
}
.accordion__item--question button::before {
  content: "+";
  text-align: center;
  line-height: 30px;
  color: white;
  display: inline;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: var(--black);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion__item--answer > div {
  padding: 1rem;
}
.accordion__item--answer > div a {
  color: var(--theme-link-color);
}
.accordion__item--answer > div a:hover {
  color: var(--theme-link-color-hover);
}

.widget-area {
  width: 21.7391304348%;
  float: right;
  margin-right: 0;
}
.widget-area .widget {
  color: #4a4a4a;
  max-width: 100%;
  margin-bottom: 24px;
  border-radius: 0.25rem;
  border-bottom: 1px solid var(--main-border);
  background-color: white;
  position: relative;
}
.widget-area .widget a {
  color: var(--theme-link-color);
}
.widget-area .widget a:hover {
  color: var(--theme-link-color-hover);
}
.widget-area .widget h2,
.widget-area .widget h3 {
  line-height: 1.2;
}
.widget-area .widget__image {
  margin-bottom: 12px;
}

.widget select {
  max-width: 100%;
}

.widget .widget-search .search-submit {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.widget .widget-title,
.widget .widgettitle {
  font-size: 1.41575em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 0 1em;
  margin-bottom: 1em;
  font-weight: 300;
}

.widget ul {
  margin-left: 0;
  list-style: none;
}

.widget ul ul {
  margin-left: 1.618em;
}

.widget-area .widget {
  font-weight: 400;
}

.widget-area .widget a.button {
  font-weight: 600 !important;
}

.laser-icon {
  background-image: url("../../images/svg/laser-icon.svg");
  background-repeat: no-repeat;
}

.gravure-icon {
  background-image: url("../../images/svg/gravure-icon.svg");
  background-repeat: no-repeat;
}

.font-icon {
  background-image: url("../../images/icons/icon-font-selector.svg");
  background-repeat: no-repeat;
}

.stock-availability {
  position: relative;
}
.stock-availability::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 100%;
  background-color: #3a9b60;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}
.stock-availability.out-of-stock::before {
  background-color: var(--orange);
}

.recent-orders {
  display: none;
  overflow: hidden;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 16px;
  bottom: 1vh;
  transform: translateY(110px);
  transition: transform 0.3s ease-in-out;
}
.recent-orders.active {
  transform: translateY(0);
}
.recent-orders .recent-orders__close {
  font-size: 1.4rem;
  color: var(--main-grey-dark);
  width: 30px;
  height: 100%;
  border: 0;
  background-color: var(--main-lightgrey);
  transition: background-color 0.3s ease-in-out;
}
.recent-orders .recent-orders__close::before {
  content: "×";
}
.recent-orders .recent-orders__close:hover {
  background-color: var(--main-border);
}
.recent-orders > div {
  display: flex;
  flex-direction: row;
}
.recent-orders > div a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 2px 12px;
}
.recent-orders .product-title {
  line-height: 1.3;
}
.recent-orders .product-title span {
  display: block;
}
.recent-orders .product-title span:first-of-type {
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--main-grey-dark);
}
.recent-orders .product-title span:last-of-type {
  color: var(--theme-link-color);
}
.recent-orders .product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
}

body.home .recent-orders {
  display: flex;
}

.navbar {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: white;
}
.navbar .menu-top-container {
  display: flex;
  align-items: center;
}
.navbar .menu-top-container .menu {
  display: flex;
  list-style-type: none;
}
.navbar .menu-top-container .menu li a {
  padding: 12px;
}
.navbar .navbar-start .menu-top-container .menu li a {
  display: inline-block;
}
.navbar-menu {
  margin: 0;
}
.navbar-menu .navbar-start {
  align-items: center;
}
.navbar-menu {
  margin: 0 !important;
  justify-content: center;
}
.navbar-menu > div {
  flex: 1;
}
.navbar-menu .navbar-start {
  align-items: center;
}
.navbar-menu .navbar-brand-new {
  display: flex;
  justify-content: center;
  max-width: 300px;
}
.navbar .dropdown .dropdown-item .flag {
  vertical-align: middle;
}
.navbar .dropdown .dropdown-trigger .drop-down-arrow {
  width: 24px;
  height: 24px;
  background-image: url("../../images/icons/icon-angle-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.navbar .navbar-item a {
  color: var(--main-black);
}
.navbar + .tabs {
  margin-bottom: 0;
}
.navbar .logo-subline {
  font-size: 0.8rem;
  text-align: center;
  color: var(--main-black);
  display: none;
}
.navbar .logo-build {
  max-width: 150px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.navbar .logo-build > div {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1;
  text-transform: lowercase;
  color: white;
  margin-top: -4px;
  background-color: var(--brown);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.navbar .logo-build > svg {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.navbar-burger {
  margin-left: unset;
}
.navbar-mobile-cart {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.navbar-mobile-cart.cart {
  font-family: inherit;
  font-size: 1em;
  color: #4a4a4a;
  display: none;
  margin: 0;
  padding: 0;
  width: 3.25rem;
  height: 3.25rem;
  background-image: url("../../images/icons/icon-shopping-bag.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.navbar-mobile-cart.cart .cart-badge {
  top: 5px;
  left: 1px;
}
@media (max-width: 1024px) {
  .navbar .navbar-brand-mobile {
    display: inline-block;
  }
  .navbar .navbar-mobile-cart {
    display: block;
  }
}
.navbar .contact-us a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url("../../images/icons/icon-information.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

.hamburger {
  border: none;
}

.navbar .navbar-mobile {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.navbar .navbar-mobile > div {
  flex: 1;
}
.navbar .navbar-mobile-left {
  display: flex;
  align-content: center;
}
.navbar .navbar-mobile-left .hamburger {
  font-size: 0.8rem;
  color: var(--brown);
  width: 54px;
  background-color: transparent;
  padding-top: 5px;
}
.navbar .navbar-mobile-left .hamburger span {
  display: block;
  width: 20px;
  height: 1px;
  margin: 0 auto 5px auto;
  border-bottom: 1px solid var(--brown);
  border-radius: 2px;
  background-color: var(--brown);
}
.navbar .navbar-mobile-left .hamburger span:last-of-type {
  margin-bottom: 0;
}
.navbar .navbar-mobile .cart-trigger {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: right;
}
.navbar .navbar-mobile .cart-trigger .cart-btn {
  width: 44px;
  height: 44px;
}
.navbar .navbar-mobile .cart-trigger .cart-btn .amount {
  display: none;
}
.navbar .navbar-mobile .cart-trigger .cart-btn::before {
  background-position: center;
}
.navbar .navbar-mobile .cart-trigger .cart-btn .cart-badge {
  background-color: var(--brown);
  top: 5px;
  left: 0px;
}
.navbar .navbar-mobile .navbar-brand-mobile {
  margin-left: auto;
  margin-right: auto;
}
.navbar .navbar-mobile .navbar-brand-mobile .logo-build {
  max-width: 120px;
}
.navbar .navbar-mobile .navbar-brand-mobile .logo-build > div {
  font-size: 0.8rem;
  text-transform: lowercase;
}
.navbar .navbar-mobile .navbar-mobile-cart {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.navbar .navbar-mobile .navbar-mobile-cart.cart {
  font-family: inherit;
  font-size: 1em;
  color: #4a4a4a;
  display: none;
  margin: 0;
  padding: 0;
  width: 3.25rem;
  height: 3.25rem;
  background-image: url("../../images/svg/basket.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.navbar .navbar-mobile .navbar-mobile-cart.cart .cart-badge {
  top: 5px;
  left: 1px;
}
@media (max-width: 1024px) {
  .navbar .navbar-mobile .navbar .navbar-brand-mobile {
    display: inline-block;
  }
  .navbar .navbar-mobile .navbar .navbar-mobile-cart {
    display: block;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-mobile {
    display: none;
  }
}

dialog {
  position: fixed;
  inset-block-start: 0px;
  inset-block-end: 0px;
  max-width: calc(100% - 6px - 2em);
  max-height: calc(100% - 6px - 2em);
  user-select: text;
  visibility: visible;
  overlay: auto !important;
  overflow: auto;
  border: none;
  background: transparent;
}
dialog::backdrop {
  position: fixed;
  inset: 0px;
  background: rgba(0, 0, 0, 0.1);
}

body.drawer-menu-active {
  overflow: hidden;
}

.checkout__section--header {
  order: 1;
  width: 100%;
  padding: 0 16px;
}
.checkout__faq {
  margin-top: 40px;
  order: 4;
}
.checkout__faq h2 {
  padding: 0 16px;
}
.checkout__faq .faq__wrapper .faq__question--wrapper {
  margin: 0 16px;
  border-bottom: 1px solid var(--main-border);
}
.checkout__faq .faq__wrapper .faq__question--wrapper .faq__question--trigger {
  display: flex;
  gap: 12px;
  position: relative;
}
.checkout__faq .faq__wrapper .faq__question--wrapper .faq__question--trigger::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.checkout__faq .faq__wrapper .faq__question--wrapper .faq__question button, .checkout__faq .faq__wrapper .faq__question--wrapper .faq__question button:hover {
  color: var(--black);
  text-align: left;
  width: 100%;
  padding: 16px 16px 16px 0;
  border: none;
  background-color: transparent;
}
.checkout__faq .faq__wrapper .faq__question--wrapper .faq__answer {
  display: none;
}
.checkout__faq .faq__wrapper .faq__question--wrapper .faq__answer--open {
  display: block;
}
.checkout__faq .faq__wrapper .faq__question--wrapper .faq__answer > div {
  padding: 16px;
  margin-bottom: 16px;
  background-color: white;
}
@media (min-width: 992px) {
  .checkout__faq {
    order: 3;
  }
}
.checkout__generated-image {
  max-width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form .checkout__faq {
  display: none;
}
@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce-cart-form .checkout__faq {
    display: flex;
    flex-direction: column;
  }
}
body.woocommerce-cart .entry .woocommerce > .checkout__faq {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  body.woocommerce-cart .entry .woocommerce > .checkout__faq {
    display: none;
  }
}

/* Flags */
.flag {
  display: inline-block;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.flag-se,
.flag-sv {
  background-image: url("../../images/flags/flag-sweden.png");
}

.flag-fi {
  background-image: url("../../images/flags/flag-finland.png");
}

.flag-da,
.flag-dk {
  background-image: url("../../images/flags/flag-denmark.png");
}

.flag-gb,
.flag-uk,
.flag-en {
  background-image: url("../../images/flags/flag-england.png");
}

.flag-de {
  background-image: url("../../images/flags/flag-germany.png");
}

.flag-nl {
  background-image: url("../../images/flags/flag-netherlands.png");
}

.flag-fr {
  background-image: url("../../images/flags/flag-france.png");
}

.klarna {
  background-image: url("../../images/svg/po-klarna.svg");
  background-size: 58px;
}

.visa {
  background-image: url("../../images/svg/po-visa.svg");
  background-size: 58px;
}

.mastercard {
  background-image: url("../../images/svg/po-mastercard.svg");
  background-size: 38px;
}

.swish {
  background-image: url("../../images/svg/po-swish.svg");
  background-size: 58px;
}

.payment-options-mobile {
  display: none;
  background-size: contain;
}
@media (max-width: 992px) {
  .payment-options-mobile {
    display: flex;
    justify-content: center;
    padding: 5px;
  }
  .payment-options-mobile .payment-merchant .service-logo {
    height: 20px;
    background-size: contain;
  }
}

body:not(.home) .payment-options-mobile {
  display: none;
}

.payment-options {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.payment-merchant {
  width: 60px;
}

.category-squares {
  margin-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.category-squares a {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
.category-squares h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
}
.category-squares .columns {
  margin: 0;
}
.category-squares .category {
  text-align: center;
  position: relative;
}
.category-squares .category .item-title {
  text-align: left;
  width: 100%;
}
.category-squares .category .item-title span {
  font-size: 1rem;
  display: inline-block;
  padding: 10px 20px;
}
.category-squares .category .item-image {
  display: none;
}
.category-squares .category img {
  display: inline-block;
  padding: 20px;
  max-width: 250px;
  height: auto;
}
@media (max-width: 768px) {
  .category-squares .category {
    padding: 0 8px;
    margin-bottom: 8px;
  }
}

.has-icyblue-background-color {
  background-color: var(--icy-blue);
}

.has-khaki-background-color {
  background-color: var(--khaki);
}

.has-chocolatebrown-background-color {
  background-color: var(--brown);
}

.wp-block-button__link {
  font-weight: 600;
}
.wp-block-button__link.has-chocolatebrown-color {
  color: var(--brown);
}

.has-chocolatebrown-color,
.has-chocolatebrown-color strong {
  color: var(--brown);
}

h1.has-icyblue-color,
h2.has-icyblue-color,
h3.has-icyblue-color,
h4.has-icyblue-color,
h5.has-icyblue-color,
h6.has-icyblue-color {
  color: var(--icy-blue);
}
h1.has-khaki-color,
h2.has-khaki-color,
h3.has-khaki-color,
h4.has-khaki-color,
h5.has-khaki-color,
h6.has-khaki-color {
  color: var(--khaki);
}
h1.has-chocolatebrown-color,
h2.has-chocolatebrown-color,
h3.has-chocolatebrown-color,
h4.has-chocolatebrown-color,
h5.has-chocolatebrown-color,
h6.has-chocolatebrown-color {
  color: var(--brown);
}
h1.has-secondaryblue-color,
h2.has-secondaryblue-color,
h3.has-secondaryblue-color,
h4.has-secondaryblue-color,
h5.has-secondaryblue-color,
h6.has-secondaryblue-color {
  color: var(--secondary-blue-aria);
}

.wc-block-grid__products .wc-block-grid__product-image img {
  width: unset !important;
}

.site > .shop-promises-container {
  background-color: var(--icy-blue);
}
.site > .shop-promises-container .contact-bar {
  font-size: 1.1rem;
  display: flex;
  gap: 16px;
}
.site > .shop-promises-container .contact-bar .telephone {
  padding-left: 30px;
  background-image: url("../../images/icons/icon-telephone.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 18px;
  vertical-align: middle;
}
.site > .shop-promises-container .contact-bar .email {
  padding-left: 30px;
  background-image: url("../../images/icons/icon-email.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 20px;
  vertical-align: middle;
}
.site > .shop-promises-container a {
  color: var(--black);
}

.shop-promises-container {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.shop-promises-container .shop-promises {
  width: 100%;
}
.shop-promises-container .brand-promises-item {
  font-size: 0.85rem;
  line-height: 1.2;
  margin: 0 5px;
  padding-left: 23px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
}
@media (max-width: 768px) {
  .shop-promises-container {
    flex-direction: column;
  }
  .shop-promises-container .brand-promises-item {
    font-size: 1rem;
    padding-left: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.shop-promises-container .shop-promises-container .brand-promises-item a {
  color: var(--black);
}
.shop-promises-container .shop-promises-container .brand-promises-item .log-in:hover,
.shop-promises-container .shop-promises-container .brand-promises-item .log-out:hover {
  text-decoration: underline;
}
.shop-promises-container .shop-promises-container .brand-promises-item .log-in span,
.shop-promises-container .shop-promises-container .brand-promises-item .log-out span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-top: -2px;
  margin-right: 4px;
}
.shop-promises-container .shop-promises-container .brand-promises-item .log-in span {
  background-image: url(../../images/icons/icon-profile.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.shop-promises-container .shop-promises-container .brand-promises-item .log-out span {
  background-image: url(../../images/icons/icon-profile.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  #page-wrapper > .shop-promises-container {
    display: none;
  }
}
body.page-template-page-about-us .hero {
  background-color: #666;
  position: relative;
  overflow: hidden;
}

body.page-template-page-about-us .hero-body {
  position: relative;
  z-index: 99;
}

body.page-template-page-about-us .hero-body {
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 769px), print {
  body.page-template-page-about-us .hero-body {
    padding: 3rem 3rem;
  }
}
body.page-template-page-about-us .hero .hero-body > div {
  max-width: 650px;
  margin: auto;
}

@media (min-width: 768px) {
  body.page-template-page-about-us .hero {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZT4KCS5kb3QxIHsKCQktd2Via2l0LWFuaW1hdGlvbjogYm91bmNlMTsKCQktd2Via2l0LWFuaW1hdGlvbi1kdXJhdGlvbjogMXM7CgkJYW5pbWF0aW9uOiBib3VuY2UxIGluZmluaXRlOwoJCWFuaW1hdGlvbi1kdXJhdGlvbjogMXM7Cgl9CgoJLmRvdDIgewoJCS13ZWJraXQtYW5pbWF0aW9uOiBib3VuY2UyIGluZmluaXRlOwoJCS13ZWJraXQtYW5pbWF0aW9uLWR1cmF0aW9uOiAxczsKCQlhbmltYXRpb246IGJvdW5jZTIgaW5maW5pdGU7CgkJYW5pbWF0aW9uLWR1cmF0aW9uOiAxczsKCX0KCgkuZG90MyB7CgkJLXdlYmtpdC1hbmltYXRpb246IGJvdW5jZTMgaW5maW5pdGU7CgkJLXdlYmtpdC1hbmltYXRpb24tZHVyYXRpb246IDFzOwoJCWFuaW1hdGlvbjogYm91bmNlMyBpbmZpbml0ZTsKCQlhbmltYXRpb24tZHVyYXRpb246IDFzOwoJfQoKCS5kb3QxLCAuZG90MiwgLmRvdDMgewoJCWZpbGw6IHdoaXRlOwoJCS13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGVZKDUwJSk7CgkJLW1vei10cmFuc2Zvcm06IHRyYW5zbGF0ZVkoNTAlKTsKCQktby10cmFuc2Zvcm06IHRyYW5zbGF0ZVkoNTAlKTsKCQl0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoNTAlKTsKCX0KCglALXdlYmtpdC1rZXlmcmFtZXMgYm91bmNlMSB7CgkJMCUge3RyYW5zZm9ybTogdHJhbnNsYXRlWSgwcHgpfQoJCTMwJSB7dHJhbnNmb3JtOiB0cmFuc2xhdGVZKDIwcHgpfQoJCTEwMCUge3RyYW5zZm9ybTogdHJhbnNsYXRlWSgwcHgpfQoJfQoKCUBrZXlmcmFtZXMgYm91bmNlMSB7CgkJMCUge3RyYW5zZm9ybTogdHJhbnNsYXRlWSgwcHgpfQoJCTMwJSB7dHJhbnNmb3JtOiB0cmFuc2xhdGVZKDIwcHgpfQoJCTEwMCUge3RyYW5zZm9ybTogdHJhbnNsYXRlWSgwcHgpfQoJfQoKCUAtd2Via2l0LWtleWZyYW1lcyBib3VuY2UyIHsKCQkwJSB7dHJhbnNmb3JtOiB0cmFuc2xhdGVZKDBweCl9CgkJNTAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoMjBweCl9CgkJMTAwJSB7dHJhbnNmb3JtOiB0cmFuc2xhdGVZKDBweCl9Cgl9CgoJQGtleWZyYW1lcyBib3VuY2UyIHsKCQkwJSB7dHJhbnNmb3JtOiB0cmFuc2xhdGVZKDBweCl9CgkJNTAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoMjBweCl9CgkJMTAwJSB7dHJhbnNmb3JtOiB0cmFuc2xhdGVZKDBweCl9Cgl9CgoJQC13ZWJraXQta2V5ZnJhbWVzIGJvdW5jZTMgewoJCTAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoMHB4KX0KCQk3MCUge3RyYW5zZm9ybTogdHJhbnNsYXRlWSgyMHB4KX0KCQkxMDAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoMHB4KX0KCX0KCglAa2V5ZnJhbWVzIGJvdW5jZTMgewoJCTAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoMHB4KX0KCQk3MCUge3RyYW5zZm9ybTogdHJhbnNsYXRlWSgyMHB4KX0KCQkxMDAlIHt0cmFuc2Zvcm06IHRyYW5zbGF0ZVkoMHB4KX0KCX0KPC9zdHlsZT4KPGNpcmNsZSBjbGFzcz0iZG90MSIgY3g9IjEwLjYiIGN5PSIyNSIgcj0iNS4zIi8+CjxjaXJjbGUgY2xhc3M9ImRvdDIiIGN4PSIyNSIgY3k9IjI1IiByPSI1LjMiLz4KPGNpcmNsZSBjbGFzcz0iZG90MyIgY3g9IjM5LjQiIGN5PSIyNSIgcj0iNS4zIi8+Cjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
body.page-template-page-about-us section.content-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

body.page-template-page-about-us .four-easy-steps .step img {
  max-width: 200px;
  height: auto;
}

body.page-template-page-about-us .four-easy-steps .step p {
  font-size: 1.2rem;
  font-weight: bold;
}

body.page-template-page-about-us .from-to {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 5;
  transform-box: fill-box;
  transform-origin: -50% -50%;
}

body.page-template-page-about-us section.content-section .column {
  position: relative;
}

body.page-template-page-about-us .from-to div {
  font-size: 2.5rem;
  font-weight: bold;
  color: #f5a351;
  color: #3f3d56;
  padding: 5px 16px;
  margin: 5px;
  border-radius: 5px;
  background: white;
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, -70%);
    -moz-transform: translate(-50%, -70%);
    -o-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
  }
}
body.page-template-page-about-us .quote {
  padding: 20px;
  border-radius: 5px;
  background-color: #f5a351;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: -2px 0px 9px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
}

body.page-template-page-about-us .quote h2 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: white;
}

body.page-template-page-about-us section h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

body.page-template-page-about-us .quote a {
  color: white;
}

body.page-template-page-about-us .module-hero-fullwidth-video {
  position: absolute;
  top: -50% !important;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 100px);
  width: 100%;
}

body.page-template-page-about-us .module-hero-fullwidth-video .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

body.page-template-page-about-us .module-hero-fullwidth-video iframe {
  position: relative;
  left: 50%;
  top: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

body.archive:not(.home) .entry .woocommerce-products-header {
  padding-bottom: 1rem;
}
body.archive:not(.home) .entry .woocommerce-products-header .page-title {
  color: var(--black);
}
@media (max-width: 768px) {
  body.archive:not(.home) .entry .woocommerce-products-header {
    padding-bottom: 0;
  }
  body.archive:not(.home) .entry .woocommerce-products-header .page-title {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  body.archive:not(.home) .entry .term-description {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media (max-width: 768px) {
  body.archive:not(.home) .entry {
    padding: 0;
  }
  body.archive:not(.home) .category-image {
    display: none;
  }
  body.archive:not(.home) .woocommerce-ordering {
    margin-bottom: 0;
  }
  body.archive:not(.home) .storefront-sorting {
    margin-bottom: 0;
  }
}

body.woocommerce-cart {
  background-color: #f7f7f7;
}
body.woocommerce-cart > .site {
  min-height: 100vh;
}
body.woocommerce-cart .shop-promises-container,
body.woocommerce-cart .storefront-breadcrumb {
  display: none;
}
body.woocommerce-cart section.footer {
  display: none;
}
body.woocommerce-cart table tbody td {
  background-color: transparent;
}
body.woocommerce-cart .navbar {
  background-color: transparent;
  border-bottom: 1px solid var(--main-border);
}
body.woocommerce-cart .navbar-mobile-left, body.woocommerce-cart .navbar-start, body.woocommerce-cart .navbar + nav, body.woocommerce-cart .navbar .cart-trigger {
  display: none !important;
}
body.woocommerce-cart .navbar .navbar-item.mini-cart {
  display: none;
}
body.woocommerce-cart .button:not(.checkout-button), body.woocommerce-cart .button:not(.checkout-button):hover {
  color: #ffffff;
  border-radius: 8px;
  border-color: var(--black);
  background-color: var(--black);
}
body.woocommerce-cart .wc-empty-cart-message {
  flex-basis: 100%;
}
body.woocommerce-cart .woocommerce-form-coupon-toggle .woocommerce-info {
  max-width: 460px;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  body.woocommerce-cart .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 8px 0;
  }
}
body.woocommerce-cart .checkout_coupon.woocommerce-form-coupon {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 460px;
  padding: 16px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}
body.woocommerce-cart .checkout_coupon.woocommerce-form-coupon > p {
  flex: 1;
}
body.woocommerce-cart .checkout_coupon.woocommerce-form-coupon > p:first-of-type {
  display: none;
}
body.woocommerce-cart .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
  margin: 0;
  float: none;
}
body.woocommerce-cart .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  text-align: center;
  max-width: 120px;
}
body.woocommerce-cart .checkout_coupon.woocommerce-form-coupon .clear {
  display: none;
}
body.woocommerce-cart .checkout_coupon.woocommerce-form-coupon button {
  height: auto;
  padding: 0;
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-notices-wrapper {
  padding: 8px;
}
body.woocommerce-cart .cart__offers {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  body.woocommerce-cart .cart__offers {
    order: 3;
  }
}
body.woocommerce-cart .cart__offers--content {
  padding: 0 16px;
  margin-bottom: 24px;
}
body.woocommerce-cart .cart__offers--content h1,
body.woocommerce-cart .cart__offers--content h2,
body.woocommerce-cart .cart__offers--content h3,
body.woocommerce-cart .cart__offers--content h4,
body.woocommerce-cart .cart__offers--content h5,
body.woocommerce-cart .cart__offers--content h6 {
  font-size: 1.125rem;
  margin: 0;
}
body.woocommerce-cart .cart__offers--content a {
  text-decoration: underline;
}
body.woocommerce-cart .cart__offers .product {
  justify-content: space-between;
  text-align: center;
  padding: 8px;
  width: calc(25% - 10px);
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
body.woocommerce-cart .cart__offers .product-name {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
}
body.woocommerce-cart .cart__offers .product .price {
  font-weight: 600;
  color: var(--main-red);
}
body.woocommerce-cart .cart__offers .product .product-size {
  font-size: 0.8rem;
}
body.woocommerce-cart .cart__offers .product-image img {
  max-height: 50px;
  width: auto;
  margin: 1.618em auto 1.618em auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
body.woocommerce-cart .cart__offers .product .add-to-cart {
  font-size: 0.8rem;
  display: inline-block;
}
body.woocommerce-cart .cart__offers .product .add-to-cart::after {
  content: "+";
  line-height: 1;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 4px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
body.woocommerce-cart .cart__offers--products > div {
  display: flex;
  gap: 8px;
  width: 100%;
}
body.woocommerce-cart .cart__offers--products > div .product {
  flex: 1;
}
@media (max-width: 768px) {
  body.woocommerce-cart .cart__offers--products > div {
    flex-wrap: wrap;
  }
  body.woocommerce-cart .cart__offers--products > div .product {
    width: calc(50% - 10px);
    flex: auto;
  }
  body.woocommerce-cart .cart__offers--products > div .product .product-name {
    white-space: break-spaces;
  }
  body.woocommerce-cart .cart__offers--products > div .product .product-image img {
    padding: 0;
  }
}
body.woocommerce-cart .page__wrapper {
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent !important;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 70px;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce table.shop_table_responsive tr td {
  padding: 5px 0;
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce table.shop_table_responsive tr td {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce {
    gap: 40px;
    flex-direction: row;
    align-items: flex-start;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header {
  flex-basis: 100%;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header h1 {
  font-size: 1.875rem;
  margin-bottom: 16px;
  text-align: center;
  opacity: 0.85;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header--shortcut {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header--shortcut > div {
  flex: 1;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header--shortcut > div:first-of-type {
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header--shortcut > div:first-of-type span:not(.amount) {
  font-size: 0.8rem;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header--shortcut > div:first-of-type .amount {
  font-weight: 600;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header--shortcut > div:last-of-type {
  text-align: right;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header--shortcut .button {
  color: white;
  border-color: var(--blue-500) !important;
  background-color: var(--blue-500) !important;
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__header--shortcut {
    display: none;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__button--go-back {
  flex-basis: 100%;
  padding: 0 16px;
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .checkout__button--go-back {
    padding: 0;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce h2 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6875rem;
  display: flex;
  align-items: center;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-notices-wrapper {
  flex-basis: 100%;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table {
  order: 2;
  padding: 16px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table .product-name {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table .product-name {
    display: block;
    padding: 8px 0 8px 0;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table .checkout__image-merge {
  background: #eee;
  justify-content: center;
  align-content: center;
  display: flex;
  padding: 16px;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table .checkout__image-merge img {
  mix-blend-mode: multiply;
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table .checkout__image-merge {
    margin-right: 16px;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table .coupon {
  padding: 8px;
}
@media (max-width: 768px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table .coupon {
    border-radius: 4px;
    border: 1px solid #f7f7f7;
  }
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .shop_table .coupon button {
    width: 100%;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .cart-extra-fields {
  flex-direction: column;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .cart-extra-fields li {
  padding: 0;
  background-color: transparent;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td {
  padding: 5px 0;
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td {
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td[data-title]::before {
    display: block;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form table.cart {
  margin-bottom: 0;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form table.cart th {
  background-color: transparent;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .input-text.qty {
  border: 1px solid #ddd;
  background-color: transparent;
}
@media (min-width: 768px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form table.cart td,
  body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form table.cart th {
    padding: 8px 8px 24px 8px;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form table.cart td.actions input {
  padding: 7px;
  border-radius: 4px;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .product-remove .remove {
  border-radius: 100%;
  background-color: var(--main-lightgrey);
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .woocommerce-cart-form .product-remove .remove::before {
  content: "";
  opacity: 0.85;
  background-image: url("../../images/icons/icon-trash.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals {
  flex: 1;
  padding: 16px;
  margin-top: 58px;
  margin-bottom: 24px;
  border: none;
  background-color: white;
  position: relative;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .cart_totals > h2,
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .shipping_calculator > h2 {
  display: none;
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .cart_totals,
  body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .shipping_calculator {
    width: 100%;
  }
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  margin: 0;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button {
  margin: 0;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .calculated_shipping > h2 {
  display: none;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .checkout-button {
  font-weight: 600;
  font-size: 1rem;
  padding: 16px;
  height: auto;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .checkout__section--header {
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals table td,
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals table th {
  padding: 8px 8px 0 0;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals table th {
  font-weight: 400;
  color: #666;
  background-color: transparent;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals table td {
  font-weight: 600;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals table tr.cart-discount th,
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals table tr.cart-discount td {
  line-height: 1.2rem;
  color: var(--main-red);
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals table tr.cart-discount .woocommerce-remove-coupon {
  font-weight: 400;
  opacity: 0.85;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals table.shop_table_responsive tr td[data-title]::before {
  display: none;
}
body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .order-total {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals {
    margin-top: 38px;
    max-width: 410px;
  }
}
@media (min-width: 768px) {
  body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .cart_totals,
  body.woocommerce-cart .page__wrapper .entry .woocommerce .cart-collaterals .shipping_calculator {
    width: 100% !important;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart .page__wrapper {
    padding: 0;
  }
}
body.woocommerce-cart .entry {
  padding: 0;
}
body.woocommerce-cart .cart-extra-fields {
  list-style-type: none;
}
body.woocommerce-cart .cart-extra-fields li {
  font-size: 0.8rem;
  color: #666;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 3px;
  padding: 5px 7px;
  border-radius: 4px;
  background-color: var(--main-grey);
}
@media (min-width: 768px) {
  body.woocommerce-cart .cart-extra-fields {
    display: flex;
    gap: 4px;
  }
  body.woocommerce-cart .cart-extra-fields li {
    margin-bottom: 0;
  }
}
body.woocommerce-cart .product-name a .cart-extra-fields {
  display: none;
}
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  color: #ffffff;
  border-radius: 8px;
  border-color: var(--black);
  background-color: var(--black);
}
body .button__go-back::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 16px;
  background-image: url("../../images/icons/icon-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  body .button__go-back {
    padding-left: 15px;
  }
}
body .button__go-start-page {
  display: none;
}
body .button__go-start-page::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 20px;
  margin-right: 16px;
  background-image: url("../../images/icons/icon-home.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: sub;
}
body .navbar-checkout-left {
  display: none;
}
body .navbar-checkout-right {
  display: none;
}
body .navbar-checkout-right ul {
  list-style-type: none;
}
body .navbar-checkout-right a {
  display: inline-block;
  padding: 12px;
}
body.woocommerce-cart #ship-to-different-address label, body.woocommerce-checkout #ship-to-different-address label {
  font-size: 1rem;
  font-weight: 600;
}
body.woocommerce-cart .navbar-checkout-left,
body.woocommerce-cart .navbar-checkout-right, body.woocommerce-checkout .navbar-checkout-left,
body.woocommerce-checkout .navbar-checkout-right {
  display: flex;
}
body .checkout__generated-image {
  max-width: 120px;
}

/*
body.woocommerce-cart .cart-collaterals {
  padding-top: 24px;
  border-top: 1px solid var(--main-border);
}

body.woocommerce-cart .navbar-brand-temp,
body.woocommerce-checkout .navbar-brand-temp {
  margin: 0 auto;
}

body.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

body.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

table.cart td.actions {
  border-top: 0 !important;
}

body.woocommerce-cart .woocommerce-cart-form {
}

body.woocommerce-cart .woocommerce-cart-form__cart-item td,
body.woocommerce-cart.woocommerce-js .woocommerce-cart-form__cart-item td a {
  color: var(--main-black);
}
*/
body.woocommerce-checkout {
  background-color: #f7f7f7;
  /* Normal columns */
  /* KCO */
}
body.woocommerce-checkout > .site {
  min-height: 100vh;
}
body.woocommerce-checkout .shop-promises-container,
body.woocommerce-checkout .storefront-breadcrumb {
  display: none;
}
body.woocommerce-checkout section.footer {
  display: none;
}
body.woocommerce-checkout table tbody td {
  background-color: transparent;
}
body.woocommerce-checkout .navbar {
  background-color: transparent;
  border-bottom: 1px solid var(--main-border);
}
body.woocommerce-checkout .navbar-mobile-left, body.woocommerce-checkout .navbar-start, body.woocommerce-checkout .navbar + nav, body.woocommerce-checkout .navbar .cart-trigger {
  display: none !important;
}
body.woocommerce-checkout .navbar .navbar-item.mini-cart {
  display: none;
}
body.woocommerce-checkout .button:not(.checkout-button), body.woocommerce-checkout .button:not(.checkout-button):hover {
  color: #ffffff;
  border-radius: 8px;
  border-color: var(--black);
  background-color: var(--black);
}
body.woocommerce-checkout .wc-empty-cart-message {
  flex-basis: 100%;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  max-width: 460px;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: transparent !important;
}
@media (min-width: 992px) {
  body.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 8px 0;
  }
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 460px;
  padding: 16px 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon > p {
  flex: 1;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon > p:first-of-type {
  display: none;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
  margin: 0;
  float: none;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
  text-align: center;
  max-width: 120px;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon .clear {
  display: none;
}
body.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon button {
  height: auto;
  padding: 0;
  border: none;
  border-bottom: 2px solid black;
  border-radius: 0;
  background-color: transparent;
}
body.woocommerce-checkout .woocommerce-notices-wrapper {
  padding: 8px;
}
body.woocommerce-checkout .site-search-mobile,
body.woocommerce-checkout .navbar-categories {
  display: none !important;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle {
  padding: 0 20px;
}
body.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  body.woocommerce-checkout form.woocommerce-checkout {
    flex-direction: column;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .col2-set {
  width: 100%;
  float: none;
  margin-right: 0;
}
body.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
  display: none !important;
}
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body.woocommerce-checkout form.woocommerce-checkout #customer_details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
body.woocommerce-checkout #kco-wrapper {
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 24px;
  width: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  body.woocommerce-checkout #kco-wrapper {
    flex-direction: column;
  }
}
body.woocommerce-checkout #kco-wrapper .klarna-checkout-select-other-wrapper {
  text-align: center;
  margin-top: 0;
  padding: 16px;
}
body.woocommerce-checkout #kco-wrapper .klarna-checkout-select-other-wrapper a {
  color: white;
  text-decoration: none;
  padding-left: 42px;
  border-radius: 8px;
  border-color: var(--theme-link-color);
  background-color: var(--theme-link-color);
  background-image: url(../../../assets/images/icons/icon-credit-card-white.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 25px;
}
@media (max-width: 992px) {
  body.woocommerce-checkout #kco-wrapper {
    width: 100%;
    padding: 0;
  }
  body.woocommerce-checkout #kco-wrapper table td,
  body.woocommerce-checkout #kco-wrapper table th {
    padding: 5px 8px !important;
  }
  body.woocommerce-checkout #kco-wrapper .product-name {
    font-size: 0.875rem;
  }
}
body.woocommerce-checkout #kco-order-review {
  margin: 0;
  padding-right: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}
body.woocommerce-checkout #kco-order-review .form-row.notes {
  padding: 16px;
}
body.woocommerce-checkout #kco-iframe {
  padding: 0;
  float: none !important;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  body.woocommerce-checkout #kco-iframe {
    width: 100%;
    padding-top: 0;
  }
}
body.woocommerce-checkout .entry {
  padding: 0;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
  font-weight: 600;
  line-height: 1.2;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .cart-extra-fields {
  list-style-type: none;
  margin-top: 5px;
}
body.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart_item .product-name .cart-extra-fields li {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0 0 3px 0;
}
body.woocommerce-checkout .page__wrapper {
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent !important;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin-bottom: 70px;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce .col2-set {
  flex: 1;
  padding: 18px;
  margin-bottom: 0;
  background-color: white;
  position: relative;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce .col2-set .woocommerce-billing-fields h3 {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.6875rem;
  display: flex;
  align-items: center;
  margin: 0 0 24px 0;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce #order_review .shop_table thead tr td:first-child,
body.woocommerce-checkout .page__wrapper .entry .woocommerce #order_review .shop_table tbody tr td:first-child,
body.woocommerce-checkout .page__wrapper .entry .woocommerce #order_review .shop_table tfoot tr td:first-child {
  max-width: 200px;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce #order_review .shop_table thead tr th,
body.woocommerce-checkout .page__wrapper .entry .woocommerce #order_review .shop_table tbody tr th,
body.woocommerce-checkout .page__wrapper .entry .woocommerce #order_review .shop_table tfoot tr th {
  max-width: 200px;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce #order_review_heading {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.6875rem;
  display: flex;
  align-items: center;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce .woocommerce-checkout-review-order {
  flex: 1;
  padding: 18px;
  margin-bottom: 0;
  background-color: white;
  position: relative;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce .woocommerce-checkout-review-order table td,
body.woocommerce-checkout .page__wrapper .entry .woocommerce .woocommerce-checkout-review-order table th {
  padding: 8px;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce .woocommerce-checkout-review-order table th {
  font-weight: 400;
  color: #666;
  background-color: transparent;
}
body.woocommerce-checkout .page__wrapper .entry .woocommerce .woocommerce-checkout-review-order table td {
  font-weight: 600;
}
body #payment .place-order .button {
  font-weight: 600;
  font-size: 1rem;
  padding: 18px;
  margin-top: 16px;
  height: auto;
}

body.woocommerce-order-received .button__go-start-page {
  display: inline-block;
}
body.woocommerce-order-received .button__go-back {
  display: none;
}
body.woocommerce-order-received .woocommerce {
  display: flex;
  max-width: 750px;
  margin: 0 auto 42px auto;
}
body.woocommerce-order-received .woocommerce .woocommerce-order {
  display: flex;
  flex-direction: column;
}
body.woocommerce-order-received .woocommerce .woocommerce-order > p:not(.woocommerce-notice) {
  display: none;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  padding: 42px 18px;
  order: 1;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto 16px auto;
  border-radius: 100%;
  background-color: var(--yellow);
  background-image: url("../../images/icons/icon-like.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-overview {
  order: 2;
  margin: 0 0 24px 0;
  background-color: white;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details {
  order: 3;
  margin-top: 16px;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details > .addresses {
  margin-top: 0;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
  font-size: 1rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details {
  position: relative;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details::before, body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details::after,
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details::before,
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details::after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px;
  background-image: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #ffffff 33.33%, transparent 33.33%) !important;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-customer-details::after,
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details::after {
  top: auto;
  bottom: -16px;
  transform: rotate(180deg);
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details {
  padding: 18px;
  background-color: white;
  order: 4;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1rem;
}
body.woocommerce-order-received .woocommerce .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details .woocommerce-order-meta {
  display: none;
}

.order_details:before,
.order_details:after {
  background-image: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #ffffff 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #ffffff 33.33%, transparent 33.33%) !important;
}

@keyframes slidein {
  from {
    opacity: 0;
    transform: translateY(40px) rotate(60deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
@media (min-width: 768px) {
  body.page-template-page-sections .sections-wrapper > section:nth-child(odd) .columns > div:first-of-type {
    order: 1;
  }
}
body.page-template-page-sections .sections-wrapper > section:nth-child(even) {
  background-color: white;
}
body.page-template-page-sections .content-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}
body.page-template-page-sections .content-section h1,
body.page-template-page-sections .content-section h2,
body.page-template-page-sections .content-section h3,
body.page-template-page-sections .content-section h4,
body.page-template-page-sections .content-section h5 {
  color: #1e1f26;
  max-width: 70%;
}
body.page-template-page-sections .content-section h1 {
  margin-bottom: 24px;
}
body.page-template-page-sections .content-section a {
  color: var(--theme-link-color);
}
body.page-template-page-sections .content-section a:hover {
  color: var(--theme-link-color-hover);
}
body.page-template-page-sections .content-section p {
  color: #1e1f26;
  margin-bottom: 18px;
}
body.page-template-page-sections .content-section ul {
  color: #1e1f26;
  padding-left: 30px;
}
body.page-template-page-sections .content-section .image img {
  max-width: 510px;
  height: auto;
  margin: 0 auto;
}

body .cart-empty.woocommerce-info {
  display: none;
}
body.woocommerce-cart .entry .woocommerce {
  display: flex;
  flex-direction: column;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart {
  width: 100%;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart .page-title {
  text-align: center;
  width: 100%;
  margin-top: 24px;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart__image {
  padding: 24px;
  margin-bottom: 24px;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart__image img {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list {
  margin-bottom: 24px;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list .menu {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list .menu li {
  padding-right: 8px;
  border-right: 1px solid var(--black);
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list .menu li:last-of-type {
  border: none;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list .menu .menu-item {
  font-size: 1.2rem;
  font-weight: 600;
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list .menu .menu-item a:hover {
  text-decoration: underline;
  background-color: transparent;
}
@media (max-width: 768px) {
  body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list .menu {
    flex-direction: column;
  }
  body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list .menu li {
    border: none;
  }
  body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu-list .menu .menu-item {
    text-align: center;
  }
}
body.woocommerce-cart .entry .woocommerce .page-empty-cart + .return-to-shop {
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  body.woocommerce-cart .entry .woocommerce .page-empty-cart .page-title {
    font-size: 1.4rem;
  }
  body.woocommerce-cart .entry .woocommerce .page-empty-cart__image {
    padding: 0;
  }
  body.woocommerce-cart .entry .woocommerce .page-empty-cart__image img {
    max-width: 100%;
  }
  body.woocommerce-cart .entry .woocommerce .page-empty-cart .columns {
    margin-bottom: 24px;
  }
  body.woocommerce-cart .entry .woocommerce .page-empty-cart .menu {
    gap: 4px;
  }
}

body.page-template-page-contact .entry__header {
  text-align: center;
}
body.page-template-page-contact .widget__columns {
  display: flex;
  padding: 0 32px 0 32px;
  gap: 20px;
  margin-bottom: 32px;
}
body.page-template-page-contact .widget__columns .widget {
  text-align: center;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
body.page-template-page-contact .widget__columns .widget .widget__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
body.page-template-page-contact .widget__columns .widget .widget__image img {
  max-width: 200px;
  height: auto;
}
body.page-template-page-contact .widget__columns .widget h3 {
  font-size: 1.4rem;
  line-height: 1.4;
}
body.page-template-page-contact .widget__columns .widget a {
  color: var(--theme-link-color);
}
@media (max-width: 992px) {
  body.page-template-page-contact .widget__columns {
    flex-direction: column;
  }
}
body.page-template-page-contact .faq__columns {
  max-width: 992px;
  margin: 0 auto;
}
body.page-template-page-contact .faq__columns > .column {
  padding-bottom: 32px;
}
body.page-template-page-contact .faq__columns h2 {
  text-align: center;
  margin: 16px;
}
body.page-template-page-contact .faq__columns .contact-us__faq {
  padding: 24px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
body.page-template-page-contact .faq__columns .contact-us__faq .faq__question--trigger {
  font-weight: 600;
}
@media (max-width: 992px) {
  body.page-template-page-contact .faq__columns .contact-us__faq {
    padding: 0;
  }
}

body.error404 .page-404 {
  width: 100%;
}
body.error404 .page-404 .page-title {
  text-align: center;
  width: 100%;
  margin-top: 24px;
}
body.error404 .page-404__image {
  padding: 24px;
  margin-bottom: 24px;
}
body.error404 .page-404__image img {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
body.error404 .page-404 .menu-list {
  margin-bottom: 24px;
}
body.error404 .page-404 .menu-list .menu {
  display: flex;
  justify-content: center;
  gap: 8px;
}
body.error404 .page-404 .menu-list .menu li {
  padding-right: 8px;
  border-right: 1px solid var(--black);
}
body.error404 .page-404 .menu-list .menu li:last-of-type {
  border: none;
}
body.error404 .page-404 .menu-list .menu .menu-item {
  font-size: 1.2rem;
  font-weight: 600;
}
body.error404 .page-404 .menu-list .menu .menu-item a:hover {
  text-decoration: underline;
  background-color: transparent;
}
@media (max-width: 768px) {
  body.error404 .page-404 .menu-list .menu {
    flex-direction: column;
  }
  body.error404 .page-404 .menu-list .menu li {
    border: none;
  }
  body.error404 .page-404 .menu-list .menu .menu-item {
    text-align: center;
  }
}
body.error404 .page-404 + .return-to-shop {
  text-align: center;
  width: 100%;
}
@media (max-width: 768px) {
  body.error404 .page-404 .page-title {
    font-size: 1.4rem;
  }
  body.error404 .page-404__image {
    padding: 0;
  }
  body.error404 .page-404__image img {
    max-width: 100%;
  }
  body.error404 .page-404 .columns {
    margin-bottom: 24px;
  }
  body.error404 .page-404 .menu {
    gap: 4px;
  }
}

body.post-template-default.single-post .hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}
body.post-template-default.single-post .hentry .wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
body.post-template-default.single-post .hentry .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}
body.post-template-default.single-post .hentry .wp-caption-text {
  text-align: left;
  font-style: italic;
  padding: 0.5rem 0 1em 0;
}
body.post-template-default.single-post .hentry .wp-caption-text {
  font-size: 0.8rem;
}
body.post-template-default.single-post .hentry .entry-header {
  margin-bottom: 1em;
}
body.post-template-default.single-post .hentry .entry-header .byline,
body.post-template-default.single-post .hentry .entry-header .post-author,
body.post-template-default.single-post .hentry .entry-header .post-comments,
body.post-template-default.single-post .hentry .entry-header .posted-on {
  font-size: 0.875em;
}
body.post-template-default.single-post .hentry .entry-header .byline a:hover,
body.post-template-default.single-post .hentry .entry-header .post-author a:hover,
body.post-template-default.single-post .hentry .entry-header .post-comments a:hover,
body.post-template-default.single-post .hentry .entry-header .posted-on a:hover {
  text-decoration: none;
}
body.post-template-default.single-post .hentry .entry-header .byline a,
body.post-template-default.single-post .hentry .entry-header .post-author a,
body.post-template-default.single-post .hentry .entry-header .post-comments a,
body.post-template-default.single-post .hentry .entry-header .posted-on a {
  font-weight: 600;
  text-decoration: underline;
}
body.post-template-default.single-post .hentry .entry .wp-post-image {
  margin-bottom: 1.618em;
  margin-left: auto;
  margin-right: auto;
}
body.post-template-default.single-post .hentry .entry-content p {
  max-width: 710px;
}
body.post-template-default.single-post .hentry .entry-content p + figure {
  margin-top: 1.7rem;
}
body.post-template-default.single-post .hentry .entry-content a:not(.button) {
  text-decoration: underline;
}
body.post-template-default.single-post .hentry .entry-content a:not(.button):hover {
  text-decoration: none;
}
body.post-template-default.single-post .hentry .entry-taxonomy {
  margin: 1.41575em 0 0;
  padding-top: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
body.post-template-default.single-post .hentry .entry-title {
  font-size: 2.617924em;
  margin-top: 0.5rem;
  padding-top: 2rem;
  margin-bottom: 1rem;
  border-top: 1px solid var(--main-border);
}

body.page-template-page-gutenberg-landingpage .page__wrapper {
  padding: 0;
}
body.page-template-page-gutenberg-landingpage h1,
body.page-template-page-gutenberg-landingpage h2,
body.page-template-page-gutenberg-landingpage h4,
body.page-template-page-gutenberg-landingpage h4,
body.page-template-page-gutenberg-landingpage h5,
body.page-template-page-gutenberg-landingpage h6 {
  font-weight: 800;
  color: var(--brown);
}
body.page-template-page-gutenberg-landingpage .entry {
  padding: 0;
}
body.page-template-page-gutenberg-landingpage .entry .wp-block-heading {
  padding: 8px 0;
}
body.page-template-page-gutenberg-landingpage .entry .wp-block-heading + p {
  color: var(--brown);
}
body.page-template-page-gutenberg-landingpage .entry .wp-block-separator {
  width: 100%;
  border-bottom: 1px solid;
  border-color: var(--main-border);
}
@media (max-width: 992px) {
  body.page-template-page-gutenberg-landingpage .entry h2 {
    font-size: 1.4rem;
  }
  body.page-template-page-gutenberg-landingpage .entry .wp-block-heading {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  body.page-template-page-gutenberg-landingpage .entry .wp-block-heading + p {
    font-size: 1rem !important;
  }
}
body.page-template-page-gutenberg-landingpage section.wp-block-group > div {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-gutenberg-landingpage section.wp-block-group > div {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-gutenberg-landingpage section.wp-block-group > div {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-gutenberg-landingpage section.wp-block-group > div {
    max-width: 1344px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-gutenberg-landingpage section.wp-block-group {
    padding: 0 4px;
  }
}
body.page-template-page-gutenberg-landingpage .block-contained {
  padding: 8px;
  border: 1px solid #eee;
  background-color: white;
}
@media (min-width: 992px) {
  body.page-template-page-gutenberg-landingpage .block-contained {
    padding: 24px;
  }
}
body.page-template-page-gutenberg-landingpage .block-category-buttons {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-gutenberg-landingpage .block-category-buttons {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-gutenberg-landingpage .block-category-buttons {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-gutenberg-landingpage .block-category-buttons {
    max-width: 1344px;
  }
}
body.page-template-page-gutenberg-landingpage .block-category-buttons .wp-block-button__link.wp-element-button {
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #fff;
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 768px) {
  body.page-template-page-gutenberg-landingpage .block-category-buttons {
    gap: 8px;
  }
}
body.page-template-page-gutenberg-landingpage .block-list-buttons {
  gap: 0;
  border-top: 1px solid var(--main-border);
}
body.page-template-page-gutenberg-landingpage .block-list-buttons .wp-block-button {
  border-bottom: 1px solid var(--main-border);
}
body.page-template-page-gutenberg-landingpage .block-list-buttons .wp-block-button .wp-block-button__link {
  text-align: left;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
body.page-template-page-gutenberg-landingpage .block-list-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-50%);
}
body.page-template-page-gutenberg-landingpage .product-list__empty {
  text-align: center;
  padding: 12px 0;
}
body.page-template-page-gutenberg-landingpage .product-list__empty p {
  font-weight: 600;
  margin-bottom: 0;
}
body.page-template-page-gutenberg-landingpage .product-list__container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  min-height: 180px;
  padding-top: 24px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  body.page-template-page-gutenberg-landingpage .product-list__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-gutenberg-landingpage .product-list__container {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-gutenberg-landingpage .product-list__container {
    max-width: 1344px;
  }
}
body.page-template-page-gutenberg-landingpage .product-list__container--title {
  padding: 0 24px;
  margin-bottom: 24px;
  text-align: center;
}
body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product-list__empty {
  text-align: left;
}
body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product-list__container--title {
  text-align: left;
}
body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product_list__count > div {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--main-border);
}
body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product_list__count > div .button {
  padding: 0 10px;
  height: auto;
}
@media (min-width: 768px) {
  body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product_list__count {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product_list__count > div {
    padding-bottom: 8px;
  }
}
@media (max-width: 992px) {
  body.page-template-page-gutenberg-landingpage .product-list__container--title {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
body.page-template-page-gutenberg-landingpage .category_list .category {
  padding: 4px;
}
body.page-template-page-gutenberg-landingpage .category_list .category a {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 992px) {
  body.page-template-page-gutenberg-landingpage .category_list {
    display: flex;
  }
}
body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a {
  display: flex;
  width: 100%;
  padding: 4px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 992px) {
  body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item {
    margin: 0;
  }
  body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a {
    padding: 4px;
  }
  body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a .wc-block-product-categories-list-item__image {
    display: none;
  }
}
@media (min-width: 992px) {
  body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
body.page-template-page-gutenberg-landingpage .wc-block-grid.has-4-columns .wc-block-grid__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
body.page-template-page-gutenberg-landingpage .wc-block-grid.has-4-columns .wc-block-grid__products > li {
  max-width: 100%;
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
}
@media (min-width: 992px) {
  body.page-template-page-gutenberg-landingpage .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
body.page-template-page-gutenberg-landingpage .added_to_cart.alt,
body.page-template-page-gutenberg-landingpage .added_to_cart,
body.page-template-page-gutenberg-landingpage .widget a.button.checkout {
  padding: 6px 15px;
  border-radius: 17px;
}
body.page-template-page-gutenberg-landingpage .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button.loading::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  border-left: 2px solid transparent;
  border-radius: 100%;
}
body.page-template-page-gutenberg-landingpage section.footer {
  background-color: var(--main-lightgrey) !important;
}
body.page-template-page-gutenberg-landingpage .wp-block-details {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
body.page-template-page-gutenberg-landingpage .wp-block-details summary {
  font-size: 1rem;
  position: relative;
}
body.page-template-page-gutenberg-landingpage .wp-block-details summary::before {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
body.page-template-page-gutenberg-landingpage .wp-block-details summary + p {
  padding-top: 16px;
  padding-left: 25px;
}
@media (min-width: 992px) {
  body.page-template-page-gutenberg-landingpage .wp-block-details summary {
    font-size: 1.4rem;
  }
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div {
  margin: 0 auto;
  position: relative;
  width: auto;
  min-height: 180px;
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-column {
  padding: 24px;
  border-radius: 16px;
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-buttons > div {
  flex: 1;
}
@media (max-width: 768px) {
  body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-buttons {
    flex-direction: column;
  }
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button a {
  flex-direction: row !important;
  gap: 4px;
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--brown);
  border-right: 2px solid var(--brown);
  transform: rotate(45deg);
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button.is-style-outline--1 {
  padding: 0 !important;
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button.is-style-outline--1 a {
  margin: 0 !important;
  border-color: var(--brown);
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button.is-style-fill a::after {
  border-color: white;
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button.has-chocolatebrown-background-color.is-style-outline--1 a {
  border-color: var(--brown);
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button.has-chocolatebrown-background-color.is-style-fill a::after {
  border-color: white;
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button__link {
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  border: 1px solid black;
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .wp-block-button__link.has-chocolatebrown-color {
  color: var(--brown);
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .has-medium-font-size {
  font-weight: 400;
}
body.page-template-page-gutenberg-landingpage .frontpage-hero > div .has-medium-font-size a {
  font-size: 1rem !important;
}
body.page-template-page-gutenberg-landingpage .storefront-breadcrumb {
  display: none;
}
body.page-template-page-gutenberg-landingpage div.content-area {
  margin-bottom: 0;
}
body.page-template-page-gutenberg-landingpage section.footer {
  margin-top: 0;
}

body.page-template-page-templatespage-gutenberg-startpage-php .page__wrapper {
  padding: 0;
}
body.page-template-page-templatespage-gutenberg-startpage-php h1,
body.page-template-page-templatespage-gutenberg-startpage-php h2,
body.page-template-page-templatespage-gutenberg-startpage-php h4,
body.page-template-page-templatespage-gutenberg-startpage-php h4,
body.page-template-page-templatespage-gutenberg-startpage-php h5,
body.page-template-page-templatespage-gutenberg-startpage-php h6 {
  font-weight: 800;
  color: var(--brown);
}
body.page-template-page-templatespage-gutenberg-startpage-php .entry {
  padding: 0;
}
body.page-template-page-templatespage-gutenberg-startpage-php .entry .wp-block-heading {
  padding: 8px 0;
}
body.page-template-page-templatespage-gutenberg-startpage-php .entry .wp-block-heading + p {
  color: var(--brown);
}
body.page-template-page-templatespage-gutenberg-startpage-php .entry .wp-block-separator {
  width: 100%;
  border-bottom: 1px solid;
  border-color: var(--main-border);
}
@media (max-width: 992px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .entry h2 {
    font-size: 1.4rem;
  }
  body.page-template-page-templatespage-gutenberg-startpage-php .entry .wp-block-heading {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  body.page-template-page-templatespage-gutenberg-startpage-php .entry .wp-block-heading + p {
    font-size: 1rem !important;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php section.wp-block-group > div {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-templatespage-gutenberg-startpage-php section.wp-block-group > div {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-templatespage-gutenberg-startpage-php section.wp-block-group > div {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-templatespage-gutenberg-startpage-php section.wp-block-group > div {
    max-width: 1344px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-templatespage-gutenberg-startpage-php section.wp-block-group {
    padding: 0 4px;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .block-contained {
  padding: 8px;
  border: 1px solid #eee;
  background-color: white;
}
@media (min-width: 992px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .block-contained {
    padding: 24px;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .block-category-buttons {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .block-category-buttons {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .block-category-buttons {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .block-category-buttons {
    max-width: 1344px;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .block-category-buttons .wp-block-button__link.wp-element-button {
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #fff;
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 768px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .block-category-buttons {
    gap: 8px;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .block-list-buttons {
  gap: 0;
  border-top: 1px solid var(--main-border);
}
body.page-template-page-templatespage-gutenberg-startpage-php .block-list-buttons .wp-block-button {
  border-bottom: 1px solid var(--main-border);
}
body.page-template-page-templatespage-gutenberg-startpage-php .block-list-buttons .wp-block-button .wp-block-button__link {
  text-align: left;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
body.page-template-page-templatespage-gutenberg-startpage-php .block-list-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-50%);
}
body.page-template-page-templatespage-gutenberg-startpage-php .product-list__empty {
  text-align: center;
  padding: 12px 0;
}
body.page-template-page-templatespage-gutenberg-startpage-php .product-list__empty p {
  font-weight: 600;
  margin-bottom: 0;
}
body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  min-height: 180px;
  padding-top: 24px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container {
    max-width: 1344px;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container--title {
  padding: 0 24px;
  margin-bottom: 24px;
  text-align: center;
}
body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container.product-list__container--sidebar .product-list__empty {
  text-align: left;
}
body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container.product-list__container--sidebar .product-list__container--title {
  text-align: left;
}
body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container.product-list__container--sidebar .product_list__count > div {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--main-border);
}
body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container.product-list__container--sidebar .product_list__count > div .button {
  padding: 0 10px;
  height: auto;
}
@media (min-width: 768px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container.product-list__container--sidebar .product_list__count {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container.product-list__container--sidebar .product_list__count > div {
    padding-bottom: 8px;
  }
}
@media (max-width: 992px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .product-list__container--title {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .category_list .category {
  padding: 4px;
}
body.page-template-page-templatespage-gutenberg-startpage-php .category_list .category a {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 992px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .category_list {
    display: flex;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-product-categories ul.wc-block-product-categories-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a {
  display: flex;
  width: 100%;
  padding: 4px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 992px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item {
    margin: 0;
  }
  body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a {
    padding: 4px;
  }
  body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a .wc-block-product-categories-list-item__image {
    display: none;
  }
}
@media (min-width: 992px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-product-categories ul.wc-block-product-categories-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-grid.has-4-columns .wc-block-grid__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-grid.has-4-columns .wc-block-grid__products > li {
  max-width: 100%;
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
}
@media (min-width: 992px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
body.page-template-page-templatespage-gutenberg-startpage-php .added_to_cart.alt,
body.page-template-page-templatespage-gutenberg-startpage-php .added_to_cart,
body.page-template-page-templatespage-gutenberg-startpage-php .widget a.button.checkout {
  padding: 6px 15px;
  border-radius: 17px;
}
body.page-template-page-templatespage-gutenberg-startpage-php .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button.loading::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  border-left: 2px solid transparent;
  border-radius: 100%;
}
body.page-template-page-templatespage-gutenberg-startpage-php section.footer {
  background-color: var(--main-lightgrey) !important;
}
body.page-template-page-templatespage-gutenberg-startpage-php .wp-block-details {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
body.page-template-page-templatespage-gutenberg-startpage-php .wp-block-details summary {
  font-size: 1rem;
  position: relative;
}
body.page-template-page-templatespage-gutenberg-startpage-php .wp-block-details summary::before {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
body.page-template-page-templatespage-gutenberg-startpage-php .wp-block-details summary + p {
  padding-top: 16px;
  padding-left: 25px;
}
@media (min-width: 992px) {
  body.page-template-page-templatespage-gutenberg-startpage-php .wp-block-details summary {
    font-size: 1.4rem;
  }
}

body.page-template-page-gutenberg-landingpage .page__wrapper {
  padding: 0;
}
body.page-template-page-gutenberg-landingpage h1,
body.page-template-page-gutenberg-landingpage h2,
body.page-template-page-gutenberg-landingpage h4,
body.page-template-page-gutenberg-landingpage h4,
body.page-template-page-gutenberg-landingpage h5,
body.page-template-page-gutenberg-landingpage h6 {
  font-weight: 800;
  color: var(--brown);
}
body.page-template-page-gutenberg-landingpage .entry {
  padding: 0;
}
body.page-template-page-gutenberg-landingpage .entry .wp-block-heading {
  padding: 8px 0;
}
body.page-template-page-gutenberg-landingpage .entry .wp-block-heading + p {
  color: var(--brown);
}
body.page-template-page-gutenberg-landingpage .entry .wp-block-separator {
  width: 100%;
  border-bottom: 1px solid;
  border-color: var(--main-border);
}
@media (max-width: 992px) {
  body.page-template-page-gutenberg-landingpage .entry h2 {
    font-size: 1.4rem;
  }
  body.page-template-page-gutenberg-landingpage .entry .wp-block-heading {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  body.page-template-page-gutenberg-landingpage .entry .wp-block-heading + p {
    font-size: 1rem !important;
  }
}
body.page-template-page-gutenberg-landingpage section.wp-block-group > div {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-gutenberg-landingpage section.wp-block-group > div {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-gutenberg-landingpage section.wp-block-group > div {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-gutenberg-landingpage section.wp-block-group > div {
    max-width: 1344px;
  }
}
@media (max-width: 768px) {
  body.page-template-page-gutenberg-landingpage section.wp-block-group {
    padding: 0 4px;
  }
}
body.page-template-page-gutenberg-landingpage .block-contained {
  padding: 8px;
  border: 1px solid #eee;
  background-color: white;
}
@media (min-width: 992px) {
  body.page-template-page-gutenberg-landingpage .block-contained {
    padding: 24px;
  }
}
body.page-template-page-gutenberg-landingpage .block-category-buttons {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-page-gutenberg-landingpage .block-category-buttons {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-gutenberg-landingpage .block-category-buttons {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-gutenberg-landingpage .block-category-buttons {
    max-width: 1344px;
  }
}
body.page-template-page-gutenberg-landingpage .block-category-buttons .wp-block-button__link.wp-element-button {
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #fff;
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 768px) {
  body.page-template-page-gutenberg-landingpage .block-category-buttons {
    gap: 8px;
  }
}
body.page-template-page-gutenberg-landingpage .block-list-buttons {
  gap: 0;
  border-top: 1px solid var(--main-border);
}
body.page-template-page-gutenberg-landingpage .block-list-buttons .wp-block-button {
  border-bottom: 1px solid var(--main-border);
}
body.page-template-page-gutenberg-landingpage .block-list-buttons .wp-block-button .wp-block-button__link {
  text-align: left;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
body.page-template-page-gutenberg-landingpage .block-list-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-50%);
}
body.page-template-page-gutenberg-landingpage .product-list__empty {
  text-align: center;
  padding: 12px 0;
}
body.page-template-page-gutenberg-landingpage .product-list__empty p {
  font-weight: 600;
  margin-bottom: 0;
}
body.page-template-page-gutenberg-landingpage .product-list__container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  min-height: 180px;
  padding-top: 24px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  body.page-template-page-gutenberg-landingpage .product-list__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-page-gutenberg-landingpage .product-list__container {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-page-gutenberg-landingpage .product-list__container {
    max-width: 1344px;
  }
}
body.page-template-page-gutenberg-landingpage .product-list__container--title {
  padding: 0 24px;
  margin-bottom: 24px;
  text-align: center;
}
body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product-list__empty {
  text-align: left;
}
body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product-list__container--title {
  text-align: left;
}
body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product_list__count > div {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--main-border);
}
body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product_list__count > div .button {
  padding: 0 10px;
  height: auto;
}
@media (min-width: 768px) {
  body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product_list__count {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  body.page-template-page-gutenberg-landingpage .product-list__container.product-list__container--sidebar .product_list__count > div {
    padding-bottom: 8px;
  }
}
@media (max-width: 992px) {
  body.page-template-page-gutenberg-landingpage .product-list__container--title {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
body.page-template-page-gutenberg-landingpage .category_list .category {
  padding: 4px;
}
body.page-template-page-gutenberg-landingpage .category_list .category a {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 992px) {
  body.page-template-page-gutenberg-landingpage .category_list {
    display: flex;
  }
}
body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a {
  display: flex;
  width: 100%;
  padding: 4px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 992px) {
  body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item {
    margin: 0;
  }
  body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a {
    padding: 4px;
  }
  body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a .wc-block-product-categories-list-item__image {
    display: none;
  }
}
@media (min-width: 992px) {
  body.page-template-page-gutenberg-landingpage .wc-block-product-categories ul.wc-block-product-categories-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
body.page-template-page-gutenberg-landingpage .wc-block-grid.has-4-columns .wc-block-grid__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
body.page-template-page-gutenberg-landingpage .wc-block-grid.has-4-columns .wc-block-grid__products > li {
  max-width: 100%;
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
}
@media (min-width: 992px) {
  body.page-template-page-gutenberg-landingpage .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
body.page-template-page-gutenberg-landingpage .added_to_cart.alt,
body.page-template-page-gutenberg-landingpage .added_to_cart,
body.page-template-page-gutenberg-landingpage .widget a.button.checkout {
  padding: 6px 15px;
  border-radius: 17px;
}
body.page-template-page-gutenberg-landingpage .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button.loading::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  border-left: 2px solid transparent;
  border-radius: 100%;
}
body.page-template-page-gutenberg-landingpage section.footer {
  background-color: var(--main-lightgrey) !important;
}
body.page-template-page-gutenberg-landingpage .wp-block-details {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
body.page-template-page-gutenberg-landingpage .wp-block-details summary {
  font-size: 1rem;
  position: relative;
}
body.page-template-page-gutenberg-landingpage .wp-block-details summary::before {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
body.page-template-page-gutenberg-landingpage .wp-block-details summary + p {
  padding-top: 16px;
  padding-left: 25px;
}
@media (min-width: 992px) {
  body.page-template-page-gutenberg-landingpage .wp-block-details summary {
    font-size: 1.4rem;
  }
}
body.page-template-page-gutenberg-landingpage .storefront-breadcrumb {
  display: none;
}
body.page-template-page-gutenberg-landingpage .wp-block-group.has-categories-with-images h1 {
  font-size: 1.4rem;
}
body.page-template-page-gutenberg-landingpage .wp-block-group.has-categories-with-images .wp-block-columns {
  gap: 0;
}
body.page-template-page-gutenberg-landingpage .wp-block-group.has-categories-with-images .is-layout-flex {
  flex-wrap: unset;
  gap: 0;
}
body.page-template-page-gutenberg-landingpage .wp-block-group.has-categories-with-images .wp-block-buttons .wp-block-button {
  align-self: flex-start;
}
body.page-template-page-gutenberg-landingpage .wp-block-group.has-categories-with-images .wp-block-buttons .wp-block-button.wp-block-button__width-100 a {
  font-weight: 300;
  color: var(--brown);
  display: flex;
  align-items: center;
  flex-direction: column;
  border: none;
  background-color: transparent;
  background-image: none;
}
body.page-template-page-gutenberg-landingpage .wp-block-group.has-categories-with-images .wp-block-buttons .wp-block-button.wp-block-button__width-100 a img {
  max-height: 70px;
  width: auto !important;
  margin-bottom: 4px;
  border-radius: 32px;
  border: 4px solid rgba(54, 20, 8, 0.1019607843);
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-template-page-gutenberg-landingpage .wp-block-group.has-categories-with-images .wp-block-buttons .wp-block-button {
    display: flex;
    flex-direction: row;
  }
  body.page-template-page-gutenberg-landingpage .wp-block-group.has-categories-with-images .wp-block-buttons .wp-block-button > div {
    flex: 1;
  }
}

body.page-template-default.page .page__wrapper {
  padding: 0;
}
body.page-template-default.page h1,
body.page-template-default.page h2,
body.page-template-default.page h4,
body.page-template-default.page h4,
body.page-template-default.page h5,
body.page-template-default.page h6 {
  font-weight: 800;
  color: var(--brown);
}
body.page-template-default.page .entry {
  padding: 0;
}
body.page-template-default.page .entry .wp-block-heading {
  padding: 8px 0;
}
body.page-template-default.page .entry .wp-block-heading + p {
  color: var(--brown);
}
body.page-template-default.page .entry .wp-block-separator {
  width: 100%;
  border-bottom: 1px solid;
  border-color: var(--main-border);
}
@media (max-width: 992px) {
  body.page-template-default.page .entry h2 {
    font-size: 1.4rem;
  }
  body.page-template-default.page .entry .wp-block-heading {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  body.page-template-default.page .entry .wp-block-heading + p {
    font-size: 1rem !important;
  }
}
body.page-template-default.page section.wp-block-group > div {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-default.page section.wp-block-group > div {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-default.page section.wp-block-group > div {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-default.page section.wp-block-group > div {
    max-width: 1344px;
  }
}
@media (max-width: 768px) {
  body.page-template-default.page section.wp-block-group {
    padding: 0 4px;
  }
}
body.page-template-default.page .block-contained {
  padding: 8px;
  border: 1px solid #eee;
  background-color: white;
}
@media (min-width: 992px) {
  body.page-template-default.page .block-contained {
    padding: 24px;
  }
}
body.page-template-default.page .block-category-buttons {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  body.page-template-default.page .block-category-buttons {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-default.page .block-category-buttons {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-default.page .block-category-buttons {
    max-width: 1344px;
  }
}
body.page-template-default.page .block-category-buttons .wp-block-button__link.wp-element-button {
  font-size: 1rem;
  font-weight: 600;
  color: var(--black);
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background-color: #fff;
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 768px) {
  body.page-template-default.page .block-category-buttons {
    gap: 8px;
  }
}
body.page-template-default.page .block-list-buttons {
  gap: 0;
  border-top: 1px solid var(--main-border);
}
body.page-template-default.page .block-list-buttons .wp-block-button {
  border-bottom: 1px solid var(--main-border);
}
body.page-template-default.page .block-list-buttons .wp-block-button .wp-block-button__link {
  text-align: left;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}
body.page-template-default.page .block-list-buttons .wp-block-button .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--black);
  border-right: 1px solid var(--black);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-50%);
}
body.page-template-default.page .product-list__empty {
  text-align: center;
  padding: 12px 0;
}
body.page-template-default.page .product-list__empty p {
  font-weight: 600;
  margin-bottom: 0;
}
body.page-template-default.page .product-list__container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  min-height: 180px;
  padding-top: 24px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  body.page-template-default.page .product-list__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1216px) {
  body.page-template-default.page .product-list__container {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  body.page-template-default.page .product-list__container {
    max-width: 1344px;
  }
}
body.page-template-default.page .product-list__container--title {
  padding: 0 24px;
  margin-bottom: 24px;
  text-align: center;
}
body.page-template-default.page .product-list__container.product-list__container--sidebar .product-list__empty {
  text-align: left;
}
body.page-template-default.page .product-list__container.product-list__container--sidebar .product-list__container--title {
  text-align: left;
}
body.page-template-default.page .product-list__container.product-list__container--sidebar .product_list__count > div {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--main-border);
}
body.page-template-default.page .product-list__container.product-list__container--sidebar .product_list__count > div .button {
  padding: 0 10px;
  height: auto;
}
@media (min-width: 768px) {
  body.page-template-default.page .product-list__container.product-list__container--sidebar .product_list__count {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  body.page-template-default.page .product-list__container.product-list__container--sidebar .product_list__count > div {
    padding-bottom: 8px;
  }
}
@media (max-width: 992px) {
  body.page-template-default.page .product-list__container--title {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
body.page-template-default.page .category_list .category {
  padding: 4px;
}
body.page-template-default.page .category_list .category a {
  display: flex;
  width: 100%;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 992px) {
  body.page-template-default.page .category_list {
    display: flex;
  }
}
body.page-template-default.page .wc-block-product-categories ul.wc-block-product-categories-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
body.page-template-default.page .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a {
  display: flex;
  width: 100%;
  padding: 4px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-image: url(../../images/icons/icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center right 8px;
}
@media (max-width: 992px) {
  body.page-template-default.page .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item {
    margin: 0;
  }
  body.page-template-default.page .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a {
    padding: 4px;
  }
  body.page-template-default.page .wc-block-product-categories ul.wc-block-product-categories-list .wc-block-product-categories-list-item a .wc-block-product-categories-list-item__image {
    display: none;
  }
}
@media (min-width: 992px) {
  body.page-template-default.page .wc-block-product-categories ul.wc-block-product-categories-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
body.page-template-default.page .wc-block-grid.has-4-columns .wc-block-grid__products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
}
body.page-template-default.page .wc-block-grid.has-4-columns .wc-block-grid__products > li {
  max-width: 100%;
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
}
@media (min-width: 992px) {
  body.page-template-default.page .wc-block-grid.has-4-columns .wc-block-grid__products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }
}
body.page-template-default.page .added_to_cart.alt,
body.page-template-default.page .added_to_cart,
body.page-template-default.page .widget a.button.checkout {
  padding: 6px 15px;
  border-radius: 17px;
}
body.page-template-default.page .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button.loading::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  border-left: 2px solid transparent;
  border-radius: 100%;
}
body.page-template-default.page section.footer {
  background-color: var(--main-lightgrey) !important;
}
body.page-template-default.page .wp-block-details {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
body.page-template-default.page .wp-block-details summary {
  font-size: 1rem;
  position: relative;
}
body.page-template-default.page .wp-block-details summary::before {
  content: "+";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
}
body.page-template-default.page .wp-block-details summary + p {
  padding-top: 16px;
  padding-left: 25px;
}
@media (min-width: 992px) {
  body.page-template-default.page .wp-block-details summary {
    font-size: 1.4rem;
  }
}
body.page-template-default.page .page__wrapper {
  padding: 24px 16px;
}
@media (min-width: 992px) {
  body.page-template-default.page .page__wrapper {
    padding: 32px;
  }
}

.product_list {
  display: flex;
  padding: 12px;
  margin-top: 12px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.product_list .product {
  width: calc(25% - 10px);
}
@media (max-width: 768px) {
  .product_list .product {
    width: calc(50% - 10px);
  }
}

.products.columns-3 {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
}
.products.columns-3 .product {
  flex: none;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .products.columns-3 .product {
    width: calc(25% - 10px);
  }
}

.no-designer .products.columns-3,
.engraving-designer .products.columns-3 {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
}
.no-designer .products.columns-3 .product,
.engraving-designer .products.columns-3 .product {
  flex: none;
  float: none;
  width: calc(50% - 10px) !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .no-designer .products.columns-3 .product,
  .engraving-designer .products.columns-3 .product {
    width: calc(25% - 10px) !important;
  }
}

.related.products {
  padding: 20px;
  margin-top: 12px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

ul.products::after, ul.products::before {
  content: "";
  display: none !important;
}
ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-gap: 4px;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
ul.products.columns-4 > li {
  flex: 1 0 50%;
  float: none !important;
  width: auto !important;
  margin-bottom: 2px !important;
  border: 1px solid var(--main-border);
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 768px) {
  ul.products.columns-4.columns-4 {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 768px) {
  ul.products.columns-4 {
    grid-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .storefront-sorting {
    padding: 8px;
  }
}

/*
.columns__wrapper {
  flex-direction: column;
  padding: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
*/
@font-face {
  font-family: arial;
  src: url("../../editor-fonts/arial/arial-webfont.woff2") format("woff2"), url("../../editor-fonts/arial/arial-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: arialbolditalic;
  src: url("../../editor-fonts/arial/arial_bold_italic-webfont.woff2") format("woff2"), url("../../editor-fonts/arial/arial_bold_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: arialitalic;
  src: url("../../editor-fonts/arial/arial_italic-webfont.woff2") format("woff2"), url("../../editor-fonts/arial/arial_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: arialbold;
  src: url("../../editor-fonts/arial/arial_bold-webfont.woff2") format("woff2"), url("../../editor-fonts/arial/arial_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.arial {
  font-family: arial;
  font-display: swap;
}

.arialbolditalic {
  font-family: arialbolditalic;
  font-display: swap;
}

.arialitalic {
  font-family: arialitalic;
  font-display: swap;
}

.arialwbold {
  font-family: arialbold;
  font-display: swap;
}

@font-face {
  font-family: "avantgarde";
  src: url("../../editor-fonts/avantgarde/Avantgarde.woff2") format("woff2"), url("../../editor-fonts/avantgarde/Avantgarde.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "avantgardebolditalic";
  src: url("../../editor-fonts/avantgarde/AvantGarde-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/avantgarde/AvantGarde-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "avantgardeitalic";
  src: url("../../editor-fonts/avantgarde/AvantGarde-BookOblique.woff2") format("woff2"), url("../../editor-fonts/avantgarde/AvantGarde-BookOblique.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "avantgardebold";
  src: url("../../editor-fonts/avantgarde/AvantgardeBold.woff2") format("woff2"), url("../../editor-fonts/avantgarde/AvantgardeBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.avantgarde {
  font-family: "avantgarde";
  font-size: 12px;
}

.avantgardebolditalic {
  font-family: "avantgardebolditalic";
  font-size: 12px;
}

.avantgardeitalic {
  font-family: "avantgardeitalic";
  font-size: 12px;
}

.avantgardebold {
  font-family: "avantgardebold";
  font-size: 12px;
}

@font-face {
  font-family: "barlow";
  src: url("../../editor-fonts/barlow/Barlow-Regular.woff2") format("woff2"), url("../../editor-fonts/barlow/Barlow-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "barlowbolditalic";
  src: url("../../editor-fonts/barlow/Barlow-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/barlow/Barlow-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "barlowitalic";
  src: url("../../editor-fonts/barlow/Barlow-Italic.woff2") format("woff2"), url("../../editor-fonts/barlow/Barlow-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "barlowbold";
  src: url("../../editor-fonts/barlow/Barlow-Bold.woff2") format("woff2"), url("../../editor-fonts/barlow/Barlow-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.barlow {
  font-family: "barlow";
  font-display: swap;
}

.barlowbolditalic {
  font-family: "barlowbolditalic";
  font-display: swap;
}

.barlowitalic {
  font-family: "barlowitalic";
  font-display: swap;
}

.barlowbold {
  font-family: "barlowbold";
  font-display: swap;
}

@font-face {
  font-family: "canterburyregular";
  src: url("../../editor-fonts/canterbury/canterbury-webfont.woff2") format("woff2"), url("../../editor-fonts/canterbury/canterbury-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.canterburyregular {
  font-family: "canterburyregular";
  font-display: swap;
}

@font-face {
  font-family: "helvetica";
  src: url("../../editor-fonts/helvetica/Helvetica-Regular.woff2") format("woff2"), url("../../editor-fonts/helvetica/Helvetica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "helveticabold";
  src: url("../../editor-fonts/helvetica/Helvetica-Bold.woff2") format("woff2"), url("../../editor-fonts/helvetica/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "helveticaitalic";
  src: url("../../editor-fonts/helvetica/Helvetica-Italic.woff2") format("woff2"), url("../../editor-fonts/helvetica/Helvetica-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "helveticabolditalic";
  src: url("../../editor-fonts/helvetica/Helvetica-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/helvetica/Helvetica-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.helvetica {
  font-family: "helvetica";
  font-display: swap;
}

.helveticabolditalic {
  font-family: "helveticabolditalic";
  font-display: swap;
}

.helveticaitalic {
  font-family: "helveticaitalic";
  font-display: swap;
}

.helveticabold {
  font-family: "helveticabold";
  font-display: swap;
}

@font-face {
  font-family: "parisienneregular";
  src: url("../../editor-fonts/parisienne/parisienne-regular-webfont.woff2") format("woff2"), url("../../editor-fonts/parisienne/parisienne-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.parisienneregular {
  font-family: "parisienneregular";
  font-display: swap;
}

/* y */
@font-face {
  font-family: "playfairdisplay";
  src: url("../../editor-fonts/playfairdisplay/PlayfairDisplay-Regular.woff2") format("woff2"), url("../../editor-fonts/playfairdisplay/PlayfairDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "playfairdisplaybolditalic";
  src: url("../../editor-fonts/playfairdisplay/PlayfairDisplay-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/playfairdisplay/PlayfairDisplay-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "playfairdisplayitalic";
  src: url("../../editor-fonts/playfairdisplay/PlayfairDisplay-Italic.woff2") format("woff2"), url("../../editor-fonts/playfairdisplay/PlayfairDisplay-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "playfairdisplaybold";
  src: url("../../editor-fonts/playfairdisplay/PlayfairDisplay-Bold.woff2") format("woff2"), url("../../editor-fonts/playfairdisplay/PlayfairDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.playfairdisplay {
  font-family: "playfairdisplay";
  font-display: swap;
}

.playfairdisplayitalic {
  font-family: "playfairdisplayitalic";
  font-display: swap;
}

.playfairdisplaybold {
  font-family: "playfairdisplaybold";
  font-display: swap;
}

.playfairdisplaybolditalic {
  font-family: "playfairdisplaybolditalic";
  font-display: swap;
}

/* Alte DIN */
@font-face {
  font-family: "altedin";
  src: url("../../editor-fonts/altedin/AlteDIN1451Mittelschrift.woff2") format("woff2"), url("../../editor-fonts/altedin/AlteDIN1451Mittelschrift.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Bold isnt that great, and.... bold, removed */
/*
@font-face {
    font-family: 'altedinbold';
    src: url('../../editor-fonts/altedin/AlteDIN1451Mittelschriftgepraegt.woff2') format('woff2'),
        url('../../editor-fonts/altedin/AlteDIN1451Mittelschriftgepraegt.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/
.altedin {
  font-family: "altedin";
  font-display: swap;
}

/*
.altedinbold {
	font-family: 'altedinbold';
}
*/
/* Roboto */
@font-face {
  font-family: "roboto";
  src: url("../../editor-fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../../editor-fonts/roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "robotoitalic";
  src: url("../../editor-fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("../../editor-fonts/roboto/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "robotobold";
  src: url("../../editor-fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../../editor-fonts/roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "robotobolditalic";
  src: url("../../editor-fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.roboto {
  font-family: "roboto";
  font-display: swap;
}

.robotoitalic {
  font-family: "robotoitalic";
  font-display: swap;
}

.robotobold {
  font-family: "robotobold";
  font-display: swap;
}

.robotobolditalic {
  font-family: "robotobolditalic";
  font-display: swap;
}

/* Domine */
@font-face {
  font-family: "domine";
  src: url("../../editor-fonts/domine/Domine-Regular.woff2") format("woff2"), url("../../editor-fonts/domine/Domine-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dominebold";
  src: url("../../editor-fonts/domine/Domine-Bold.woff2") format("woff2"), url("../../editor-fonts/domine/Domine-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.domine {
  font-family: "domine";
  font-display: swap;
}

.dominebold {
  font-family: "dominebold";
  font-display: swap;
}

/* Oswald */
@font-face {
  font-family: "oswald";
  src: url("../../editor-fonts/oswald/Oswald-Regular.woff2") format("woff2"), url("../../editor-fonts/oswald/Oswald-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.oswald {
  font-family: "oswald";
  font-display: swap;
}

/* Felipa */
@font-face {
  font-family: "felipa";
  src: url("../../editor-fonts/felipa/Felipa-Regular.woff2") format("woff2"), url("../../editor-fonts/felipa/Felipa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.felipa {
  font-family: "felipa";
  font-display: swap;
}

/* UnifrakturMaguntia */
@font-face {
  font-family: "unifrakturmaguntia";
  src: url("../../editor-fonts/unifraktur/UnifrakturMaguntia.woff2") format("woff2"), url("../../editor-fonts/unifraktur/UnifrakturMaguntia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.unifrakturmaguntia {
  font-family: "unifrakturmaguntia";
  font-display: swap;
}

/* Courier */
@font-face {
  font-family: "couriernew";
  src: url("../../editor-fonts/courier/CourierNewPSMT.woff2") format("woff2"), url("../../editor-fonts/courier/CourierNewPSMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "couriernewitalic";
  src: url("../../editor-fonts/courier/CourierNewPS-ItalicMT.woff2") format("woff2"), url("../../editor-fonts/courier/CourierNewPS-ItalicMT.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "couriernewbold";
  src: url("../../editor-fonts/courier/CourierNewPS-BoldMT.woff2") format("woff2"), url("../../editor-fonts/courier/CourierNewPS-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "couriernewbolditalic";
  src: url("../../editor-fonts/courier/CourierNewPS-BoldItalicMT.woff2") format("woff2"), url("../../editor-fonts/courier/CourierNewPS-BoldItalicMT.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.couriernew {
  font-family: "couriernew";
  font-display: swap;
}

.couriernewitalic {
  font-family: "couriernewitalic";
  font-display: swap;
}

.couriernewbold {
  font-family: "couriernewbold";
  font-display: swap;
}

.couriernewbolditalic {
  font-family: "couriernewbolditalic";
  font-display: swap;
}

/* Niconne Regular */
@font-face {
  font-family: "niconne";
  src: url("../../editor-fonts/niconne/Niconne-regular.woff") format("woff2"), url("../../editor-fonts/niconne/Niconne-regular.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
.niconne {
  font-family: "niconne";
  font-size: 12px;
}

/* Times */
@font-face {
  font-family: "times";
  src: url("../../editor-fonts/times/Times-Regular.woff2") format("woff2"), url("../../editor-fonts/times/Times-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "timesbold";
  src: url("../../editor-fonts/times/Times-Bold.woff2") format("woff2"), url("../../editor-fonts/times/Times-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "timesitalic";
  src: url("../../editor-fonts/times/Times-Italic.woff2") format("woff2"), url("../../editor-fonts/times/Times-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "timesbolditalic";
  src: url("../../editor-fonts/times/Times-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/times/Times-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.times {
  font-family: "times";
  font-display: swap;
}

.timesitalic {
  font-family: "timesbolditalic";
  font-display: swap;
}

.timesbolditalic {
  font-family: "timesbolditalic";
  font-display: swap;
}

.timesbold {
  font-family: "timesbold";
  font-display: swap;
}

/* Century Schoolbook */
@font-face {
  font-family: "centuryschoolbook";
  src: url("../../editor-fonts/centuryschoolbook/centuryschoolbook.woff2") format("woff2"), url("../../editor-fonts/centuryschoolbook/centuryschoolbook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "centuryschoolbookbold";
  src: url("../../editor-fonts/centuryschoolbook/centuryschoolbookbold.woff2") format("woff2"), url("../../editor-fonts/centuryschoolbook/centuryschoolbookbold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "centuryschoolbookitalic";
  src: url("../../editor-fonts/centuryschoolbook/centuryschoolbookitalic.woff2") format("woff2"), url("../../editor-fonts/centuryschoolbook/centuryschoolbookitalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "centuryschoolbookbolditalic";
  src: url("../../editor-fonts/centuryschoolbook/centuryschoolbookbolditalic.woff2") format("woff2"), url("../../editor-fonts/centuryschoolbook/centuryschoolbookbolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.centuryschoolbook {
  font-family: "centuryschoolbook";
  font-display: swap;
}

.centuryschoolbookitalic {
  font-family: "centuryschoolbookitalic";
  font-display: swap;
}

.centuryschoolbookbolditalic {
  font-family: "centuryschoolbookbolditalic";
  font-display: swap;
}

.centuryschoolbookbold {
  font-family: "centuryschoolbookbold";
  font-display: swap;
}

/* Garamond */
@font-face {
  font-family: garamond;
  src: url("../../editor-fonts/garamond/EBGaramond-Regular.woff2") format("woff2"), url("../../editor-fonts/garamond/EBGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: garamondbold;
  src: url("../../editor-fonts/garamond/EBGaramond-SemiBold.woff2") format("woff2"), url("../../editor-fonts/garamond/EBGaramond-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "garamonditalic";
  src: url("../../editor-fonts/garamond/EBGaramond-Italic.woff2") format("woff2"), url("../../editor-fonts/garamond/EBGaramond-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "garamondbolditalic";
  src: url("../../editor-fonts/garamond/EBGaramond-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/garamond/EBGaramond-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.garamond {
  font-family: garamond;
  font-display: swap;
}

.garamonditalic {
  font-family: "garamonditalic";
  font-display: swap;
}

.garamondbolditalic {
  font-family: "garamondbolditalic";
  font-display: swap;
}

.garamondbold {
  font-family: "garamondbold";
  font-display: swap;
}

/* Gill Sans */
@font-face {
  font-family: "gillsans";
  src: url("../../editor-fonts/gillsans/GillSans-Medium.woff2") format("woff2"), url("../../editor-fonts/gillsans/GillSans-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gillsansbold";
  src: url("../../editor-fonts/gillsans/GillSans-Bold.woff2") format("woff2"), url("../../editor-fonts/gillsans/GillSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "gillsansitalic";
  src: url("../../editor-fonts/gillsans/GillSans-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/gillsans/GillSans-BoldItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "gillsansbolditalic";
  src: url("../../editor-fonts/gillsans/GillSans-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/gillsans/GillSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.gillsans {
  font-family: "gillsans";
  font-display: swap;
}

.gillsansitalic {
  font-family: "gillsansitalic";
  font-display: swap;
}

.gillsansbolditalic {
  font-family: "gillsansbolditalic";
  font-display: swap;
}

.gillsansbold {
  font-family: "gillsansbold";
  font-display: swap;
}

/* Futura */
@font-face {
  font-family: "futura";
  src: url("../../editor-fonts/futura/Futura-Medium.woff2") format("woff2"), url("../../editor-fonts/futura/Futura-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futurabold";
  src: url("../../editor-fonts/futura/Futura-Bold.woff2") format("woff2"), url("../../editor-fonts/futura/Futura-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "futuraitalic";
  src: url("../../editor-fonts/futura/Futura-BookItalic.woff2") format("woff2"), url("../../editor-fonts/futura/Futura-BookItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "futurabolditalic";
  src: url("../../editor-fonts/futura/Futura-BoldItalic.woff2") format("woff2"), url("../../editor-fonts/futura/Futura-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
.futura {
  font-family: "futura";
  font-display: swap;
}

.futurabold {
  font-family: "futurabold";
  font-display: swap;
}

.futuraitalic {
  font-family: "futuraitalic";
  font-display: swap;
}

.futurabolditalic {
  font-family: "futurabolditalic";
  font-display: swap;
}

/* Marcellus */
@font-face {
  font-family: "marcellus";
  src: url("../../editor-fonts/marcellus/marcellusscregular.woff2") format("woff2"), url("../../editor-fonts/marcellus/marcellusscregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.marcellus {
  font-family: "marcellus";
  font-display: swap;
}

/* Stardos Stencil Regular */
@font-face {
  font-family: "stardosstencil";
  src: url("../../editor-fonts/stardosstencil/stardosstencilregular.woff2") format("woff2"), url("../../editor-fonts/stardosstencil/stardosstencilregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.stardosstencil {
  font-family: "stardosstencil";
  font-display: swap;
}

@font-face {
  font-family: "bernhardtango";
  src: url("../../editor-fonts/bernhard/bernhard-tango-regular.woff2") format("woff2"), url("../../editor-fonts/bernhard/bernhard-tango-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.bernhardtango {
  font-family: "bernhardtango";
  font-display: swap;
}

html.wf-loading .columns.designer-main-container {
  display: none;
}

.no-editor-designer .designer-sidebar {
  position: relative;
}

.product-engraving__selector {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-engraving__selector .control-group-title {
  margin-bottom: 0 !important;
}
.product-engraving__selector .button {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: 100%;
  border-color: white;
}
.product-engraving__selector .button.active {
  border: 1px solid var(--main-border);
}
.product-engraving__selector .color-block {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 4px;
  border: 1px solid var(--main-border);
  box-shadow: 1px 1px 1px #666;
}
.product-engraving__selector .product-promises-item.laser-icon {
  padding-left: 25px;
  background-size: 20px;
  background-position: center left;
}
.product-engraving__selector .engraving-information {
  font-size: 0.8rem;
}
.product-engraving__selector .engraving-information a {
  color: var(--main-blue);
  text-decoration: underline;
}
.product-engraving__selector .engraving-information a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("../../images/icons/icon-information-blue.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  vertical-align: middle;
}

.engraving-designer .designer-main-container .designer-sidebar {
  align-self: flex-start;
}
.engraving-designer .entry-summary {
  display: none;
}
.engraving-designer .button-delete {
  padding-left: 27px !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MiA0MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDIgNDIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PHBhdGggZD0iTTM2LjkgMTEuNGMtLjYtLjItMS4zLjEtMS41LjdsLS45IDIuNmMtMS4xLTIuNC0yLjgtNC42LTUtNi4yLTYuOS01LjEtMTYuOC0zLjctMjIgMy4xLTIuNSAzLjMtMy42IDcuNC0zIDExLjUuNSA0LjIgMi43IDcuOSA2LjEgMTAuNCAyLjggMi4xIDYuMSAzLjEgOS40IDMuMSA0LjggMCA5LjUtMi4yIDEyLjYtNi4yIDEuNC0xLjggMi4zLTMuOCAyLjgtNiAuMS0uNi0uMy0xLjMtLjktMS40LS42LS4xLTEuMy4zLTEuNC45LS40IDEuOC0xLjIgMy41LTIuNCA1LjEtNC40IDUuOC0xMi44IDctMTguNyAyLjctMi45LTIuMS00LjctNS4yLTUuMi04LjctLjUtMy41LjQtNi45IDIuNS05LjcgNC40LTUuOCAxMi44LTcgMTguNy0yLjcgMi4xIDEuNiAzLjcgMy44IDQuNiA2LjJsLTQuMS0xLjZjLS42LS4yLTEuMy4xLTEuNi43LS4yLjYuMSAxLjMuNyAxLjZsNi4xIDIuNGMuMS4xLjMuMS40LjFoLjJjLjUgMCAxLS4zIDEuMS0uOGwyLjItNmMuMy0uOS0uMS0xLjYtLjctMS44eiIgZmlsbD0iIzM2MzYzNiIgLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center center;
}
.engraving-designer .designer-main-container {
  align-items: center;
  position: relative;
}
.engraving-designer .designer-result .generated-sign-container {
  position: relative;
}
.engraving-designer .designer-result .generated-sign-container .generator-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-width: 650px;
  height: auto;
  -webkit-transform: scale(0.9812121212);
  -moz-transform: scale(0.9812121212);
  -o-transform: scale(0.9812121212);
  transform: scale(0.9812121212);
}
.engraving-designer .media-sidebar {
  padding: 20px 20px 0 20px;
  background-color: #f7f7f7;
  mix-blend-mode: darken;
}
.engraving-designer .media-sidebar .product-media div {
  display: block;
  padding: 7px;
}

.vue-designer .designer-main-container .switch-sign-message,
.no-editor-designer .designer-main-container .switch-sign-message {
  width: 200px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.vue-designer .sign-generator,
.no-editor-designer .sign-generator {
  margin-bottom: 8px;
}
.vue-designer .designer-result,
.no-editor-designer .designer-result {
  display: flex;
  justify-content: center;
  text-align: center;
}
.vue-designer .columns:last-child,
.no-editor-designer .columns:last-child {
  margin-bottom: 0 !important;
}
.vue-designer .button.is-small:not(.is-rounded),
.no-editor-designer .button.is-small:not(.is-rounded) {
  border-radius: 6px;
}
.vue-designer .designer-main-container .switch-sign-message,
.no-editor-designer .designer-main-container .switch-sign-message {
  width: 200px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.vue-designer .designer-main-container .switch-sign-message p,
.no-editor-designer .designer-main-container .switch-sign-message p {
  font-size: 0.8rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .vue-designer .designer-main-container .switch-sign-message,
  .no-editor-designer .designer-main-container .switch-sign-message {
    display: none;
  }
}
.vue-designer .single-field-design-options,
.no-editor-designer .single-field-design-options {
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--main-border);
  background-color: white;
}
.vue-designer .single-field-design-options ul,
.no-editor-designer .single-field-design-options ul {
  margin-bottom: 0;
}
.vue-designer .text-layout-options > div,
.no-editor-designer .text-layout-options > div {
  display: inline-block;
}
.vue-designer .text-overflow-warning,
.no-editor-designer .text-overflow-warning {
  color: var(--orange) !important;
}
.vue-designer .form-group,
.no-editor-designer .form-group {
  margin-bottom: 10px;
}
.vue-designer .delivery-specs-info,
.no-editor-designer .delivery-specs-info {
  position: relative;
}
.vue-designer .delivery-specs-info button,
.no-editor-designer .delivery-specs-info button {
  padding: 0;
  border: none;
  background-color: transparent;
}
.vue-designer .delivery-specs-info .popover,
.no-editor-designer .delivery-specs-info .popover {
  position: absolute;
  top: -100px;
  left: 50%;
}
.vue-designer .delivery-info,
.no-editor-designer .delivery-info {
  text-align: left !important;
  margin-top: 5px;
}
.vue-designer .control-group-title,
.no-editor-designer .control-group-title {
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
}

.vue-designer {
  min-height: 470px;
}
.vue-designer .button-bold, .vue-designer .button-italic, .vue-designer .button-uppercase {
  min-width: 40px;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid var(--main-border);
  background-color: white;
}
.vue-designer .button-bold.active, .vue-designer .button-italic.active, .vue-designer .button-uppercase.active {
  color: white;
  background-color: var(--black);
}
.vue-designer .button-bold.active:hover, .vue-designer .button-italic.active:hover, .vue-designer .button-uppercase.active:hover {
  color: var(--main-grey);
}
.vue-designer .designer-main-container .order-checkout .price-group {
  font-size: 1.3em;
  display: inline-block;
  padding-right: 10px;
  margin-top: -2px;
}
.vue-designer .disabled button {
  cursor: none;
  pointer-events: none;
}
.vue-designer .disabled button span {
  color: #666;
  background-color: transparent !important;
}
.vue-designer .button:hover {
  color: var(--main-black);
}
.vue-designer .button-uppercase {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/svg/to-uppercase.svg");
}
.vue-designer .button-uppercase.active {
  background-image: url("../../images/svg/to-uppercase-white.svg");
}
.vue-designer .button-align-left {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/svg/align-left.svg");
}
.vue-designer .button-align-left.active {
  background-image: url("../../images/svg/align-left-white.svg");
}
.vue-designer .button-align-center {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/svg/align-center.svg");
}
.vue-designer .button-align-center.active {
  background-image: url("../../images/svg/align-center-white.svg");
}
.vue-designer .button-align-right {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../../images/svg/align-right.svg");
}
.vue-designer .button-align-right.active {
  background-image: url("../../images/svg/align-right-white.svg");
}
.vue-designer .button-italic {
  font-style: italic;
  font-family: serif;
}
.vue-designer .button-bold {
  font-weight: 900;
}
.vue-designer .button-bold,
.vue-designer .button-italic {
  min-width: 40px;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid var(--main-border);
  background-color: white;
}

.generator-canvas {
  max-width: 100%;
}
@media (max-width: 768px) {
  .generator-canvas {
    -webkit-transform: scale(0.8);
  }
}

.vue-designer .designer-sidebar .product-promises-item,
.no-editor-designer .designer-sidebar .product-promises-item {
  font-size: 1rem;
  padding-left: 25px;
  background-size: 19px;
  background-position: center left;
}

.product-delivery-info ul {
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (max-width: 768px) {
  .columns {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .up-sells.upsells.products {
    padding: 12px 8px;
  }
  .up-sells.upsells.products h2 {
    font-size: 1.2rem;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .related.products {
    padding: 12px 8px;
  }
  .related.products h2 {
    font-size: 1.2rem !important;
    text-align: center;
  }
}

body.single.single-product .woocommerce-product-gallery {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
body.single.single-product .woocommerce-product-gallery .flex-viewport {
  /* stylelint-disable */
  /* stylelint-enable */
}
body.single.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  min-height: 210px;
}
body.single.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
body.single.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a img {
  width: auto;
}
body.single.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper a img:not(.wp-post-image) {
  height: inherit;
}
@media (min-width: 768px) {
  body.single.single-product .woocommerce-product-gallery .flex-viewport {
    min-height: 350px;
  }
  body.single.single-product .woocommerce-product-gallery .flex-viewport a img {
    height: fit-content;
  }
}
body.single.single-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  justify-content: center;
  gap: 8px;
}
body.single.single-product .woocommerce-product-gallery .flex-control-thumbs > li {
  max-width: 60px;
  width: auto !important;
  float: none !important;
  margin-right: 0 !important;
  border-radius: 4px;
  overflow: hidden;
}
body.single.single-product .summary.entry-summary {
  padding-right: 3rem;
}
body.single.single-product .summary.entry-summary .product_title {
  color: var(--main-black);
  text-align: left;
  margin-top: 2rem;
}
body.single.single-product .summary.entry-summary .price {
  font-weight: 600;
  color: var(--orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
body.single.single-product .summary.entry-summary .product_meta {
  text-align: left;
}
body.single.single-product .single_add_to_cart_button {
  font-weight: 600;
  border-color: var(--cool-green);
  background-color: var(--cool-green);
}

.no-designer {
  /* Hide selects only after JS marks the form as ready */
}
.no-designer .product__wrapper .columns {
  margin: 0;
  padding: 16px;
  position: relative;
}
.no-designer .product__wrapper .columns .onsale {
  font-weight: 800;
  color: white;
  padding: 1px 7px;
  border-color: var(--orange);
  background-color: var(--orange);
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 1;
}
.no-designer .product__wrapper .product-description__custom {
  margin-top: 8px;
  margin-bottom: 8px;
}
.no-designer .product__wrapper .product-description__custom .product-size span,
.no-designer .product__wrapper .product-description__custom .product-color span {
  font-weight: 600;
}
.no-designer .product__wrapper .product-description__custom .price {
  margin-top: 8px;
}
.no-designer .product__wrapper span.price {
  display: none !important;
}
.no-designer .product_title.entry-title {
  font-size: 2rem;
  font-weight: 600;
}
.no-designer .summary.entry-summary {
  padding-top: 24px;
}
.no-designer .summary.entry-summary .variation-selection {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #eee;
  border-radius: 6px;
  width: 100%;
  padding: 6px;
}
.no-designer .summary.entry-summary .variation-image {
  display: flex;
  align-items: center;
  gap: 16px;
  height: auto;
}
.no-designer .summary.entry-summary .variation-image img {
  max-width: 100px;
  height: auto;
}
.no-designer .woocommerce-product-gallery {
  background-color: transparent;
}
.no-designer .woocommerce-product-gallery__wrapper {
  height: 100%;
}
.no-designer .woocommerce-product-gallery__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.no-designer .variations select {
  cursor: pointer;
  display: block;
  font-size: 1.1em;
  max-width: 100% !important;
  width: 100%;
  outline: none;
  border-radius: 4px;
  color: #363636;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #dbdbdb;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.5em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.no-designer .variations select:not([multiple]) {
  padding-right: 2.5em;
}
.no-designer .variations {
  border-top: 1px solid #eee;
}
.no-designer .variations .label label {
  font-weight: 600;
  color: var(--main-black);
}
.no-designer .wc-varimg {
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 2px;
  border-radius: 8px;
  cursor: pointer;
}
.no-designer .wc-varimg-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0 1rem;
}
.no-designer .wc-varimg img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}
.no-designer .wc-varimg.is-selected {
  outline: 2px solid currentColor;
}
.no-designer .wc-varimg[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

body.page.woocommerce-account .page__wrapper {
  padding: 16px 0;
}
body.page.woocommerce-account .page__wrapper.has-background-white.has-border-grey {
  box-shadow: none;
  background-color: transparent !important;
}
body.page.woocommerce-account .entry {
  width: 100%;
}
body.page.woocommerce-account .entry .woocommerce-customer-details h2,
body.page.woocommerce-account .entry .woocommerce-order-details h2 {
  font-size: 1.4rem;
}
body.page.woocommerce-account .entry .woocommerce-customer-details {
  padding: 0 16px;
}
body.page.woocommerce-account .entry .woocommerce-order-details {
  padding: 0 16px;
}
body.page.woocommerce-account .entry .woocommerce-order-details .woocommerce-order-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
body.page.woocommerce-account .entry .woocommerce-order-details .woocommerce-order-meta > div {
  font-size: 0.9rem;
  line-height: 1.4;
}
body.page.woocommerce-account .entry p {
  margin-bottom: 1rem;
}
body.page.woocommerce-account.page-template-default .page__wrapper {
  display: flex;
}
body.page.woocommerce-account.page-template-default .page__wrapper .woocommerce {
  width: 100%;
}
body.page.woocommerce-account .woocommerce-MyAccount__page-title {
  padding-left: 8px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-bottom: 24px;
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: var(--black);
  display: inline-block;
  width: 100%;
  padding: 6px 0;
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  float: none;
  margin-right: 12px;
}
@media (min-width: 992px) {
  body.page.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
  }
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.page.woocommerce-account .woocommerce-MyAccount-content {
  padding: 24px;
  background-color: white;
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  body.page.woocommerce-account .woocommerce-MyAccount-content .addresses h3 {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  body.page.woocommerce-account .woocommerce-MyAccount-content .addresses .edit {
    font-size: 1rem;
  }
  body.page.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    margin-bottom: 16px;
  }
}
body.page.woocommerce-account .woocommerce-MyAccount-content p + h2 {
  margin-top: 12px;
}
body.page.woocommerce-account .woocommerce-OrderUpdates {
  list-style-type: none;
}
body.page.woocommerce-account .woocommerce-OrderUpdates .woocommerce-OrderUpdate {
  padding: 12px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #def5ff;
}
body.page.woocommerce-account .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-description p:last-of-type {
  margin-bottom: 0;
}
body.page.woocommerce-account .woocommerce-OrderUpdates .woocommerce-OrderUpdate .woocommerce-OrderUpdate-meta {
  font-size: 0.9rem;
  text-transform: uppercase;
}
body.page.woocommerce-account .woocommerce-Address {
  position: relative;
  padding-bottom: 30px;
}
body.page.woocommerce-account .addresses header.title a {
  color: var(--main-black);
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.page.woocommerce-account .addresses header.title a::before {
  font-size: 1.2rem;
}
body.page.woocommerce-account .woocommerce-customer-details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body.page.woocommerce-account .woocommerce-MyAccount-content .addresses header.title h3 {
    font-size: 1rem;
  }
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border: none;
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "";
  background-image: url("../../images/icons/icon-home.svg");
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "";
  background-image: url("../../images/icons/icon-shopping-bag.svg");
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "";
  background-image: url("../../images/icons/icon-location-pin.svg");
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "";
  background-image: url("../../images/icons/icon-profile.svg");
}
body.page.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "";
  background-image: url("../../images/icons/icon-lock.svg");
}

body.page.woocommerce-view-order .woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
}
body.page.woocommerce-view-order .woocommerce-MyAccount-content > p {
  padding: 16px;
  background-color: var(--main-lightgrey);
}
body.page.woocommerce-view-order .woocommerce-MyAccount-content > p .order-status {
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}
body.page.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details {
  order: 1;
}
body.page.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-order-details {
  order: 2;
}
@media print {
  body.page.woocommerce-view-order {
    margin: 0;
    color: #000;
    background-color: #fff;
  }
  body.page.woocommerce-view-order .woocommerce-MyAccount-content {
    padding: 0;
    box-shadow: none;
  }
  body.page.woocommerce-view-order .storefront-breadcrumb,
  body.page.woocommerce-view-order #menu-categories,
  body.page.woocommerce-view-order .woocommerce-MyAccount__page-title,
  body.page.woocommerce-view-order .woocommerce-MyAccount-navigation,
  body.page.woocommerce-view-order section.footer {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */
